.l-container {
  position: relative;
  width: 1140px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.l-container-lg {
  position: relative;
  width: 1340px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.l-container-footer {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.l-container-bread {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.c-front-heading01 {
  margin-bottom: 25px;
}
.c-front-heading01__title {
  margin-bottom: 40px;
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  color: #00479d;
}
@media screen and (max-width: 1090px) {
  .c-front-heading01__title {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-front-heading01__title {
    margin-bottom: 24px;
    font-size: 60px;
  }
}
.c-front-heading01__title--white {
  color: #fff;
}
.c-front-heading01__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 22px 6px;
  border-radius: 15px;
  background-color: #00479d;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-front-heading01__text {
    padding: 5px 22px 6px;
    font-size: 15px;
  }
}
.c-front-heading01__text--white {
  background-color: #fff;
  color: #00479d;
}

.c-front-heading02 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.6px;
  color: #00479d;
}
@media screen and (max-width: 1090px) {
  .c-front-heading02 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c-front-heading02 {
    margin-bottom: 34px;
    font-size: 20px;
    font-weight: 600;
  }
}

.c-table01 {
  width: 100%;
}
.c-table01 tr {
  border-bottom: 1px solid #484848;
}
.c-table01 tr:first-of-type {
  border-top: 1px solid #484848;
}
.c-table01 th {
  width: 248px;
  padding: 27px 22px;
  line-height: 1.88;
  color: #484848;
  vertical-align: middle;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 16px 0 0px 0;
  }
}
.c-table01 td {
  padding: 27px 22px;
  line-height: 1.88;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 3px 0px 13px 0;
    line-height: 2.13;
  }
}
.c-table01__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .c-table01__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* form */
.c-form {
  width: 100%;
}
.c-form__table {
  width: 100%;
  border: none;
}
.c-form__table th {
  width: 230px;
  padding: 17px 25px 25px 0;
  background-color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  text-align: left;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .c-form__table th {
    display: block;
    width: 100%;
    padding: 0px 0px 15px 0;
  }
}
.c-form__table td {
  padding: 0 0 50px 0;
  background-color: #fff;
  border: none;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .c-form__table td {
    display: block;
    width: 100%;
  }
}
.c-form__table td a {
  color: #00479d;
  text-decoration: underline;
}
.c-form__table tr:last-of-type td {
  position: relative;
  top: -18px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-form__table tr:last-of-type td {
    top: -40px;
    padding-bottom: 6px;
  }
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 60px;
  padding: 0 1em;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  font-size: 16px;
  border-radius: 0;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #bcbcbc;
  font-size: 16px;
}
input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #bcbcbc;
  font-size: 16px;
}

textarea {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  font-size: 16px;
  border-radius: 0;
  min-height: 348px;
}
textarea::-moz-placeholder {
  color: #bcbcbc;
  font-size: 16px;
}
textarea::placeholder {
  color: #bcbcbc;
  font-size: 16px;
}

.require {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 38px;
  height: 20px;
  margin-right: 18px;
  padding: 4px 2px 1px 2px;
  background-color: #CE052C;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.option {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 38px;
  height: 20px;
  margin-right: 20px;
  padding: 3px 2px 1px 2px;
  border: 1px solid #00479d;
  background-color: #fff;
  color: #00479d;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.wpcf7-list-item {
  margin: 0;
}

[data-name=your-check] {
  padding-left: 38px;
}
@media screen and (max-width: 1090px) {
  [data-name=your-check] {
    display: block;
    position: relative;
    line-height: 1.93;
    padding-left: 30px;
  }
  [data-name=your-check] input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  [data-name=your-check] {
    padding-left: 25px;
  }
}

input[type=checkbox] {
  position: relative;
  margin-right: 7px;
  top: 3px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] {
    margin-right: 2px;
    top: 2px;
  }
}

.wpcf7-spinner {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

.c-form__send-btn {
  width: 570px;
  max-width: 100%;
  height: 70px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-form__send-btn {
    width: 260px;
  }
}
.c-form__send-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00479d;
  border-right: 1px solid #00479d;
  transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-form__send-btn::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 570px;
  max-width: 100%;
  height: 70px;
  margin-inline: auto;
  padding: 21px 30px 23px calc(30px + 2em);
  border-radius: 35px;
  border: solid 1px #00479d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  background-color: #fff;
  color: #00479d;
  cursor: pointer;
  letter-spacing: 2em;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    width: 260px;
    background-color: #00479d;
    color: #fff;
  }
}

.c-breadcrumb {
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #484848;
}