*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

.section--heading {
  margin: 0;
}

.heading__container {
  position: relative;
  height: 300px;
  margin-top: 100px;
  overflow: hidden;
}
.heading__bg {
  position: absolute;
  inset: 0;
}
.heading__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(91, 124, 130, 0.55);
}
.heading__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.heading__title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
.heading__title span {
  font-size: clamp(2.4rem, 2.34375vw, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .heading__container {
    margin-top: 80px;
    height: 15vh;
  }
}
section#body article .content {
  padding: 0 10%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section#body article .content {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#body article .content {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  section#body article .content {
    margin: 0 auto 50px;
    padding: 0;
    width: 1000px;
  }
}
section#body article .content.full {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  section#body article .content.full {
    margin: 0 0 50px;
    padding: 0 2.5%;
    width: 100%;
  }
}

.contact {
  width: 100%;
  padding: 6.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 4.1666666667vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .contact {
    padding: 60px 0 0;
  }
}
.contact__lead {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__lead {
    gap: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__lead {
    gap: 16px;
  }
}
.contact__text {
  color: #313131;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1.5rem;
  }
}
.contact__list {
  gap: 2.6666666667vw;
  margin: 0 0 4.8vw;
}
@media screen and (min-width: 768px) {
  .contact__list {
    gap: 0;
    margin: 0 0 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__list {
    margin: 0 0 80px;
  }
}
.contact__img img {
  width: 100%;
  height: auto;
}
.contact__item {
  color: #313131;
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__item {
    font-size: 1.5rem;
    margin: 0;
  }
}
.contact__item a {
  color: #0377C0;
  text-decoration: underline;
  padding-left: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__item a {
    padding-left: 0;
  }
}
.contact__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    padding-bottom: 10px;
  }
}
.contact__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .contact__title span {
    font-size: 3rem;
  }
}
.contact__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .contact__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title::before {
    width: 218px;
    height: 3px;
  }
}
.contact__title {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    margin-bottom: 60px;
  }
}
.contact__button--office {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__button--office {
    font-size: 2rem;
    width: 29.1666666667vw;
    height: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__button--office {
    width: 420px;
    height: 80px;
  }
}
.contact__button--office a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-image: url(../img/module/btn_img_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  outline: 0.2666666667vw solid #ffffff;
  outline-offset: -1.6vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .contact__button--office a {
    outline: 0.0694444444vw solid #ffffff;
    outline-offset: -0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__button--office a {
    outline: 1px solid #ffffff;
    outline-offset: -6px solid #ffffff;
  }
}
.contact__button--office a:hover {
  outline-color: #313131;
  background-image: url(../img/module/btn_img_bg2.jpg);
  color: #313131;
  transition: 0.5s ease;
  outline: 0.2666666667vw solid #313131;
  outline-offset: -1.6vw;
  border: 0.2666666667vw solid #313131;
}
@media screen and (min-width: 768px) {
  .contact__button--office a:hover {
    outline: 0.0694444444vw solid #313131;
    outline-offset: -0.4166666667vw;
    border: 0.0694444444vw solid #313131;
  }
}
@media screen and (min-width: 1440px) {
  .contact__button--office a:hover {
    outline: 1px solid #313131;
    outline-offset: -6px solid #313131;
    border: 1px solid #313131;
  }
}
.contact__button--office a:hover::before {
  background-image: url(../img/module/btn_arrow_right_icon2.svg);
}
.contact__button--office a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 4vw;
  width: 6.0453333333vw;
  height: 3.8426666667vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .contact__button--office a::before {
    right: 1.0416666667vw;
    width: 1.5743055556vw;
    height: 1.0006944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__button--office a::before {
    right: 15px;
    width: 22.67px;
    height: 14.41px;
  }
}
.contact__button--office a {
  background-image: url(../img/module/btn_home_icon1.svg);
  background-repeat: no-repeat;
  background-position: left 8.5333333333vw center;
  background-size: 6.8533333333vw 7.0933333333vw;
}
@media screen and (min-width: 768px) {
  .contact__button--office a {
    background-position: left 2.2222222222vw center;
    background-size: 1.7847222222vw 1.8472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__button--office a {
    background-position: left 32px center;
    background-size: 25.7px 26.6px;
  }
}
.contact__button--office a:hover:hover {
  background-image: url(../img/module/btn_home_icon2.svg);
  background-color: #ffffff;
}
.contact__button--office a {
  background-color: #313131;
}
.contact__unit {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: 4vw 0 6.6666666667vw;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__unit {
    margin: 2.0833333333vw 0 1.3888888889vw;
    gap: 0.6944444444vw;
    align-items: baseline;
  }
}
@media screen and (min-width: 1440px) {
  .contact__unit {
    margin: 30px 0 20px;
    gap: 10px;
  }
}
.contact__time {
  font-size: 1.4rem;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .contact__time {
    font-size: 1.2rem;
    align-self: center;
    margin-right: 28.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__time {
    margin-right: 412px;
  }
}

.contact {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 0 0;
}
@media screen and (min-width: 768px) {
  .contact {
    max-width: 76.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact {
    max-width: 1100px;
  }
}
.contact__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 48px;
  padding: 0 0 12px;
  color: #000;
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
.contact__title span {
  color: #000;
  font-size: clamp(2.4rem, 1.953125vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.contact__title br {
  display: none;
}
.contact__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 320px;
  max-width: 100%;
  height: 4px;
  transform: translateX(-50%);
  background: linear-gradient(to right, #009ad7 0%, #009ad7 50%, #ffd100 50%, #ffd100 100%);
}
.contact__lead {
  gap: 0;
}
.contact__text, .contact__item {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
}
.contact__text {
  margin: 0 0 18px;
}
.contact__list {
  margin: 0 0 56px;
}
.contact__item {
  margin: 0;
}
.contact__item a {
  color: #0377c0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .contact {
    max-width: calc(100% - 30px);
    padding-top: 48px;
  }
  .contact__title {
    margin-bottom: 36px;
  }
}
.form {
  position: relative;
  margin: 5.3333333333vw 0 16vw;
}
@media screen and (min-width: 768px) {
  .form {
    margin: 4.1666666667vw 0 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .form {
    margin: 60px 0 180px;
  }
}
.form__text {
  margin-bottom: 8vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .form__text {
    margin-bottom: 30px;
  }
}
.form__table {
  width: 100%;
  margin: 0 0 8vw;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none !important;
}
.form__table th,
.form__table td {
  border-top: 0;
  border-collapse: separate;
  word-break: normal;
  padding: 0;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .form__table {
    margin: 0 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__table {
    margin: 0 0 60px;
  }
}
.form input[type=radio],
.form input[type=checkbox] {
  margin-right: 6px;
  margin-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.form__tr {
  display: flex;
  padding: 5.3333333333vw 4vw 7.4666666667vw;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__tr {
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 1.6666666667vw;
    gap: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__tr {
    padding: 24px;
    gap: 90px;
  }
}
.form__tr:nth-child(odd) {
  background-color: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .form__tr--top {
    align-items: flex-start;
  }
}
.form__tr--privacy {
  gap: 10px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .form__tr--privacy {
    align-items: flex-start;
  }
}
.form__tr--disabled {
  display: none;
}
.form__bordertop {
  border-top: 1px dotted #585656;
}
.form__th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4.2666666667vw;
  letter-spacing: 0.1em;
  text-align: start;
  column-gap: 4vw;
  font-size: 1.6rem;
  flex-shrink: 0;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .form__th {
    width: 16.6666666667vw;
    justify-content: space-between;
    margin-bottom: 0;
    column-gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__th {
    margin-bottom: 0;
    column-gap: 20px;
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .form__th--column {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form__th--privacy {
  margin-top: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form__th--privacy {
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .form__th--privacy {
    margin-top: 0;
  }
}
.form__br {
  display: none;
}
@media screen and (min-width: 768px) {
  .form__br {
    display: inline;
  }
}
.form__required {
  padding: 0.8vw 2.6666666667vw;
  background-color: #ffffff;
  color: #ffffff;
  background-color: #F8B801;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form__required {
    padding: 0.2083333333vw 0.6944444444vw;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .form__required {
    padding: 5px 10px;
  }
}
.form__td {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #313131;
}
.form__td--area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__td--area {
    row-gap: 0;
  }
}
.form__td--area span {
  align-self: end;
  font-size: 1.3rem;
  color: #A2A2A2;
}
@media screen and (min-width: 768px) {
  .form__td--area span {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__td--area span {
    margin-left: 30px;
  }
}
.form__td--area br {
  display: inline;
}
@media screen and (min-width: 768px) {
  .form__td--area br {
    display: none;
  }
}
.form__td--flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__td--flex {
    row-gap: 0;
    flex-wrap: nowrap;
  }
}
.form__td--column {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__td--column {
    flex-direction: column;
    row-gap: 10px;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .form__td--privacy {
    width: 55.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__td--privacy {
    width: 800px;
  }
}
.form__radios {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__radios {
    row-gap: 0;
    flex-wrap: nowrap;
  }
}
.form__listtitle {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__listtitle {
    margin-bottom: 4px;
  }
}
.form__block {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .form__block {
    margin-bottom: 20px;
  }
}
.form__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .form__inner {
    max-width: 76.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__inner {
    max-width: 1100px;
  }
}
.form__input {
  width: 100%;
  padding: 2.6666666667vw;
  min-height: 13.3333333333vw;
  border: 0.2666666667vw solid #D0D0D0;
  border-radius: 1.3333333333vw;
  font-size: 1.8rem;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .form__input {
    min-height: 3.125vw;
    border-radius: 0.3472222222vw;
    padding: 1.1111111111vw;
    border-width: 0.0694444444vw;
    font-size: 1.5rem;
    width: 55.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__input {
    min-height: 45px;
    border-radius: 5px;
    padding: 16px;
    border-width: 1px;
    width: 800px;
  }
}
.form__input--other {
  width: 100%;
  margin-bottom: 0;
}
.form__input--gray {
  background-color: #EAEAEA;
}
.form__input--half {
  margin-right: 2.1333333333vw;
  width: 82.6666666667vw !important;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .form__input--half {
    width: 50% !important;
    margin-right: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__input--half {
    margin-right: 12px;
  }
}
.form__input--short {
  margin-right: 2.1333333333vw;
  width: 42.6666666667vw !important;
}
@media screen and (min-width: 768px) {
  .form__input--short {
    width: 30% !important;
    margin-right: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__input--short {
    margin-right: 12px;
  }
}
.form__input--madori-detail {
  display: none;
}
.form__input--abled {
  display: block;
}
.form ::placeholder {
  color: #D0D0D0;
}
.form input[type=text],
.form textarea {
  background-color: #ffffff;
}
.form input[type=text]:disabled,
.form textarea:disabled {
  background-color: #EAEAEA;
}
.form__selectbox {
  position: relative;
  z-index: 1;
}
.form__selectbox::after {
  z-index: -1;
  position: absolute;
  display: inline-block;
  content: "";
  right: 4.2666666667vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/black-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2666666667vw;
  height: 2.6666666667vw;
}
@media screen and (min-width: 1024px) {
  .form__selectbox::after {
    width: 16px;
    height: 10px;
    right: 16px;
  }
}
.form__selectbox--post3 {
  width: calc(56% + 13.3333333333vw);
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .form__selectbox--post3 {
    width: calc(40% + 38px);
  }
}
.form__radio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5.3333333333vw 0 0;
  background-color: #ffffff;
  border: 0.2666666667vw solid #D0D0D0;
}
@media screen and (min-width: 768px) {
  .form__radio {
    margin: 0 1.3888888889vw 0 0;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__radio {
    margin: 0 20px 0 0;
    border-width: 1px;
  }
}
.form__radio {
  position: relative;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border: 1px solid #D0D0D0;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .form__radio {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__radio {
    width: 20px;
    height: 20px;
  }
}
.form input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 50%;
  background: #D52A3E;
  content: "";
}
@media screen and (min-width: 768px) {
  .form input[type=radio]:checked:before {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form input[type=radio]:checked:before {
    width: 10px;
    height: 10px;
  }
}
.form input[type=checkbox] {
  position: relative;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  margin: 0 3.7333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .form input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin: 0 14px 0 0;
  }
}
.form__btn {
  width: 37.3333333333vw;
  height: 10.6666666667vw;
  margin: 0 0 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .form__btn {
    width: 112px;
    height: 33px;
    margin: 0 20px 0 0;
  }
}
.form textarea {
  width: 100%;
  padding: 6.4vw 4.2666666667vw;
  border: 0.2666666667vw solid #D0D0D0;
  border-radius: 1.3333333333vw;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .form textarea {
    border-radius: 0.3472222222vw;
    padding: 1.1111111111vw;
    border-width: 0.0694444444vw;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .form textarea {
    border-radius: 5px;
    padding: 16px;
    border-width: 1px;
  }
}
.form__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 2.1333333333vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__label {
    gap: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__label {
    gap: 8px;
  }
}
.form__label input[type=checkbox] + span {
  width: 4vw;
  height: 4vw;
  background-color: #ffffff;
  border: 0.2666666667vw solid #E4E4E4;
  border-radius: 1.0666666667vw;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .form__label input[type=checkbox] + span {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__label input[type=checkbox] + span {
    width: 15px;
    height: 15px;
    border-width: 1px;
    border-radius: 4px;
  }
}
.form__label input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  left: 1.0666666667vw;
  top: 0px;
  width: 1.0666666667vw;
  height: 2.1333333333vw;
  border: solid #333;
  border-width: 0 0.5333333333vw 0.5333333333vw 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .form__label input[type=checkbox]:checked + span::after {
    left: 0.2777777778vw;
    width: 0.2777777778vw;
    height: 0.5555555556vw;
    border-width: 0 0.2083333333vw 0.2083333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .form__label input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 4px;
    height: 8px;
    border-width: 0 2px 2px 0;
  }
}
.form__label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__label input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form__label input {
  margin-right: 1.6vw;
  width: 18px;
  height: 18px;
  background-color: #F5F5F5;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .form__label input {
    margin-right: 6px;
  }
}
.form__label a {
  color: #D52A3E;
  border-bottom: 1px solid #D52A3E;
  display: inline-block;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form__label a {
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__label a {
    border-width: 1px;
  }
}
.form__box {
  text-align: center;
}
.form__submit {
  width: 84.2666666667vw;
  height: 13.8666666667vw;
  font-size: 1.8rem;
  margin: 0 auto;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .form__submit {
    font-size: 2.4rem;
    width: 29.1666666667vw;
    height: 4.8611111111vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__submit {
    width: 420px;
    height: 70px;
    margin-top: 30px;
  }
}
.form__submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #313131;
  color: #ffffff;
  box-sizing: border-box;
  border: 0.2666666667vw solid #313131;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__submit button {
    border: 0.0694444444vw solid #313131;
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__submit button {
    border: 1px solid #313131;
    border-radius: 5px;
  }
}
.form__submit button:hover {
  border-color: #313131;
  background-color: #ffffff;
  color: #313131;
  transition: 0.5s ease;
}
.form__submit button::before {
  width: 4.8vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .form__submit button::before {
    width: 1.25vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__submit button::before {
    width: 18px;
    height: 15px;
  }
}
.form__button {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  max-width: 92vw;
  width: 100%;
  height: 15.2vw;
  margin: 10.6666666667vw auto 16vw;
}
@media screen and (min-width: 768px) {
  .form__button {
    font-size: 2rem;
    width: 29.1666666667vw;
    height: 4.1666666667vw;
    margin: 3.4722222222vw auto 7.6388888889vw auto;
  }
}
@media screen and (min-width: 1440px) {
  .form__button {
    width: 420px;
    height: 60px;
    margin: 50px auto 110px auto;
  }
}
.form__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #313131;
  color: #ffffff;
  border: 0.2666666667vw solid #ffffff;
  box-shadow: 0 0 0 1.6vw #313131, 0 0 0 1.8666666667vw #313131;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .form__button button {
    border: 0.0694444444vw solid #ffffff;
    box-shadow: 0 0 0 0.4166666667vw #313131, 0 0 0 0.4861111111vw #313131;
  }
}
@media screen and (min-width: 1440px) {
  .form__button button {
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 6px #313131, 0 0 0 7px #313131;
  }
}
.form__button button:hover {
  border-color: #313131;
  background-color: #ffffff;
  color: #313131;
  transition: 0.5s ease;
  box-shadow: 0 0 0 1.6vw #ffffff, 0 0 0 1.8666666667vw #313131;
}
@media screen and (min-width: 768px) {
  .form__button button:hover {
    box-shadow: 0 0 0 0.4166666667vw #ffffff, 0 0 0 0.4861111111vw #313131;
  }
}
@media screen and (min-width: 1440px) {
  .form__button button:hover {
    box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px #313131;
  }
}
.form__button button:hover::before {
  background-image: url(../img/module/btn_arrow_right_icon2.svg);
}
.form__button button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 4vw;
  width: 6.0453333333vw;
  height: 3.8426666667vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .form__button button::before {
    right: 1.0416666667vw;
    width: 1.5743055556vw;
    height: 1.0006944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__button button::before {
    right: 15px;
    width: 22.67px;
    height: 14.41px;
  }
}
.form__secure {
  background-color: #f4f4f4;
  margin: 0 auto 10.6666666667vw;
  padding: 7.4666666667vw 5.3333333333vw;
  width: calc(100% - 8vw);
}
@media screen and (min-width: 768px) {
  .form__secure {
    margin-bottom: 4.1666666667vw;
    padding: 2.7777777778vw;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .form__secure {
    margin-bottom: 60px;
    padding: 40px;
  }
}
.form__secure p {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 620px;
}
.form__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #313131;
  margin: 0 4vw 4vw;
}
@media screen and (min-width: 768px) {
  .form__title {
    font-size: 2rem;
    margin: 0 0 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__title {
    margin: 0 0 32px;
  }
}
.form__content {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-shrink: 0;
  width: 50%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .form__content {
    width: 10.4166666667vw;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .form__content {
    width: 150px;
  }
}
.form__content--auto {
  width: auto;
  flex-wrap: wrap;
  row-gap: 4.8vw;
}
@media screen and (min-width: 768px) {
  .form__content--auto {
    row-gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__content--auto {
    row-gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form__content--plan {
    width: 12.1527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__content--plan {
    width: 145px;
  }
}
.form__content--full {
  width: 100%;
}
.form__content span {
  display: block;
  background-image: url(../img/contact/line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .form__content span {
    width: 10px;
    height: 2px;
    margin-right: 14px;
  }
}
.form__unit {
  display: flex;
  padding: 0 0 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .form__unit {
    padding: 0 0 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__unit {
    padding: 0 0 24px;
  }
}
.form__note {
  font-size: 1.4rem;
  color: #313131;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form__note {
    font-size: 1.1rem;
  }
}
.form__caption {
  color: #A2A2A2;
  font-size: 1.3rem;
  margin-top: 4vw;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .form__caption {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__caption {
    margin-top: 10px;
  }
}
.form__caption br {
  display: inline;
}
@media screen and (min-width: 768px) {
  .form__caption br {
    display: none;
  }
}
.form__space {
  display: inline;
  margin-left: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .form__space {
    display: block;
    margin-left: 0;
  }
}

.form__tr--privacy {
  background-color: #f4f4f4;
  gap: 4.8vw;
  margin-bottom: 6.4vw;
  padding: 6.4vw 5.3333333333vw;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .form__tr--privacy {
    display: grid;
    grid-template-columns: 12.5vw 1fr;
    gap: 2.7777777778vw;
    margin-bottom: 1.9444444444vw;
    padding: 2.0833333333vw 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__tr--privacy {
    grid-template-columns: 180px 1fr;
    gap: 40px;
    margin-bottom: 28px;
    padding: 30px 36px;
  }
}
.form {
  /*
  &__td {
    &--privacy {
      min-width: 0;
      max-width: 100%;
      width: 100%;

      @include mq(tab) {
        min-width: 0;
        max-width: 100%;
        width: 100%;
      }

      @include mq(pc) {
        min-width: 0;
        max-width: 100%;
        width: 100%;
      }
    }
  }
    */
}
.form__th--privacy {
  flex-shrink: 0;
}
.form__th p {
  font-size: 1.6rem;
}
.form__label {
  justify-content: center;
  margin: 6.4vw auto 0;
}
@media screen and (min-width: 768px) {
  .form__label {
    grid-column: 1/-1;
    margin: 1.9444444444vw auto 0;
  }
}
@media screen and (min-width: 1440px) {
  .form__label {
    margin-top: 28px;
  }
}
.form__agreement {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 6.4vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__agreement {
    margin: 0 auto 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__agreement {
    margin: 0 auto 28px;
  }
}
.form__agreement .form__label {
  margin: 0 auto;
}
.form__agreement #policy-error {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .form__agreement #policy-error {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__agreement #policy-error {
    margin-top: 8px;
  }
}
.form__button {
  height: 11.2vw;
  margin: 0 auto 8vw;
  max-width: 88vw;
}
@media screen and (min-width: 768px) {
  .form__button {
    height: 2.9166666667vw;
    margin: 0 auto 3.125vw;
    width: 22.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__button {
    height: 42px;
    margin: 0 auto 45px;
    width: 330px;
  }
}
.form__button button {
  background: #000;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.form__button button::before {
  content: none;
}
.form__button button:hover {
  background: #fff;
  box-shadow: none;
  color: #000;
}

.address__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #313131;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .address__text {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .address__text {
    margin-bottom: 25px;
  }
}
.address__unit {
  margin: 0 0 6.4vw;
}
@media screen and (min-width: 768px) {
  .address__unit {
    align-items: center;
    display: flex;
    margin: 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .address__unit {
    margin: 0 0 20px;
  }
}
.address__unit--column {
  flex-direction: column;
}
.address__unit p:first-child {
  margin-bottom: 4px;
  flex-shrink: 0;
}
.address__unit input {
  width: 100%;
}
.address__unit:nth-child(5) {
  margin-bottom: 40px;
}
.address__flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4.8vw;
}
@media screen and (min-width: 768px) {
  .address__flex {
    row-gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .address__flex {
    row-gap: 10px;
  }
}
.address__plan {
  margin: 0 0 6.4vw;
  background-color: #F7F7F8;
  padding: 5.3333333333vw 4vw;
}
@media screen and (min-width: 768px) {
  .address__plan {
    align-items: center;
    display: flex;
    margin: 0 0 1.3888888889vw;
    padding: 2.0833333333vw 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .address__plan {
    margin: 0 0 20px;
    padding: 30px 35px;
  }
}
.address__head {
  font-size: 1.5rem;
  color: #313131;
  flex-shrink: 0;
  margin-bottom: 5.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .address__head {
    width: 13.3333333333vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .address__head {
    width: 192px;
  }
}
.address__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.address__item p {
  margin: 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .address__item p {
    margin: 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .address__item p {
    margin: 0 10px;
  }
}
.address__item .zipcode {
  width: 100%;
  padding: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  border: 0.2666666667vw solid #D0D0D0;
}
@media screen and (min-width: 768px) {
  .address__item .zipcode {
    width: 10.0694444444vw;
    padding: 1.1111111111vw;
    border-radius: 0.3472222222vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .address__item .zipcode {
    width: 145px;
    padding: 16px;
    border-radius: 5px;
    border-width: 1px;
  }
}
.address__sup {
  margin-top: 2.6666666667vw;
  text-align: right;
  font-size: 1.3rem;
  color: #A2A2A2;
}
@media screen and (min-width: 768px) {
  .address__sup {
    margin-top: 0.6944444444vw;
    align-self: end;
  }
}
@media screen and (min-width: 1440px) {
  .address__sup {
    margin-top: 10px;
  }
}
.address__input {
  width: 100%;
  padding: 2.6666666667vw;
  min-height: 13.3333333333vw;
  border: 0.2666666667vw solid #D0D0D0;
  border-radius: 1.3333333333vw;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .address__input {
    min-height: 3.125vw;
    border-radius: 0.3472222222vw;
    padding: 1.1111111111vw;
    border-width: 0.0694444444vw;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .address__input {
    min-height: 45px;
    border-radius: 5px;
    padding: 16px;
    border-width: 1px;
  }
}
.address__selectbox {
  position: relative;
  z-index: 1;
}
.address__selectbox::after {
  z-index: 0;
  position: absolute;
  display: inline-block;
  content: "";
  right: 4.2666666667vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/assessment/address_selectbox_icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2666666667vw;
  height: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .address__selectbox::after {
    width: 1.1111111111vw;
    height: 0.6944444444vw;
    right: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .address__selectbox::after {
    width: 16px;
    height: 10px;
    right: 16px;
  }
}
.address__selectbox--post3 {
  width: 100%;
  margin: 0 5.3333333333vw 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .address__selectbox--post3 {
    width: calc(40% + 2.6388888889vw);
    margin: 0 1.3888888889vw 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .address__selectbox--post3 {
    width: calc(40% + 38px);
    margin: 0 20px 20px 0;
  }
}
.address__select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  display: block;
  width: 100%;
  padding: 4.2666666667vw;
  min-height: 13.3333333333vw;
  border: 0.2666666667vw solid #D0D0D0;
  border-radius: 1.3333333333vw;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .address__select {
    min-height: 3.8194444444vw;
    border-radius: 0.3472222222vw;
    padding: 1.1111111111vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .address__select {
    border-width: 1px;
    min-height: 55px;
    border-radius: 5px;
    padding: 16px;
  }
}
.address__inner {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-shrink: 0;
  width: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #313131;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .address__inner {
    width: 13.8888888889vw;
    font-size: 1.5rem;
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .address__inner {
    width: 200px;
    margin-bottom: 25px;
  }
}
.address__inner span {
  display: block;
  background-image: url(../images/assessment/line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .address__inner span {
    width: 10px;
    height: 2px;
    margin-right: 14px;
  }
}
.address__inner--margin22 {
  margin-bottom: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .address__inner--margin22 {
    margin-bottom: 22px;
  }
}
.address__zipcode {
  display: flex;
  align-items: center;
}

.privacy {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .privacy {
    width: 50vw;
  }
}
@media screen and (min-width: 1440px) {
  .privacy {
    width: 720px;
  }
}
.privacy__box {
  font-size: 1.3rem;
  height: 53.3333333333vw;
  border: 0.2666666667vw solid #D0D0D0;
  border-radius: 5px;
  padding: 20px;
  overflow: auto;
  margin-bottom: 20px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .privacy__box {
    height: 13.8888888889vw;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
    padding: 1.3888888889vw;
    overflow: auto;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .privacy__box {
    margin-bottom: 35px;
    height: 200px;
    border-width: 1px;
    border-radius: 5px;
    padding: 20px;
    overflow: auto;
    margin-bottom: 20px;
  }
}
.privacy__unit {
  margin-top: 20px;
}
.privacy__unit p:first-child {
  font-weight: bold;
}

.privacy__box {
  line-height: 1.8;
  max-width: 100%;
  min-width: 0;
}
.privacy__box .h {
  margin-bottom: 4.2666666667vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .privacy__box .h {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .privacy__box .h {
    margin-bottom: 18px;
  }
}
.privacy__box .h h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.privacy__box .h h2::before, .privacy__box .h h2::after {
  content: none;
}
.privacy__box .h h2 span::before, .privacy__box .h h2 span::after {
  content: none;
}
.privacy__box #handling {
  margin-top: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .privacy__box #handling {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .privacy__box #handling {
    margin-top: 32px;
  }
}
.privacy__box .content {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .privacy__box .content {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .privacy__box .content {
    margin-top: 18px;
  }
}
.privacy__box .content p {
  font-size: 1.3rem !important;
}
.privacy__box dt {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.privacy__box h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.privacy__box ul,
.privacy__box ol {
  list-style-position: outside;
  padding-left: 1.4em;
}
.privacy__box li + li,
.privacy__box dt:not(:first-child) {
  margin-top: 0.4em;
}
.privacy__box dd {
  margin-left: 0;
}
.privacy__box .box_02 {
  background: #f4f4f4;
  margin-top: 1em;
  padding: 1em;
}

.error {
  color: red;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .error {
    font-size: 1.6rem;
  }
}

article#tel {
  background: #FFF9D9;
  position: relative;
}
article#tel h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  article#tel h2 {
    font-size: 3rem;
  }
}
article#tel::before {
  background-image: url("../images/bg_scape.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  right: 0;
}
@media screen and (max-width: 767px) {
  article#tel::before {
    padding-top: 12.6%;
    top: -50px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  article#tel::before {
    top: -45px;
    height: 50px;
    width: 630px;
  }
}
@media screen and (min-width: 1024px) {
  article#tel::before {
    top: -45px;
    height: 50px;
    width: 630px;
  }
}
article#tel .bnr {
  margin: 0 auto;
}

.display-mobile {
  width: 100%;
}