@charset "UTF-8";
/*=====================================
お問い合わせ
=====================================*/
.contact_wrap {
  background: #F4F4F1;
}
.contact_wrap .container {
  max-width: 1040px;
}
.contact_wrap .contact_form {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .contact_wrap .contact_form {
    padding: 120px 0 100px;
  }
}

ul.step {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 369px;
  margin: 0 auto 20px;
}
ul.step::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 16.6666666667%;
  right: 16.6666666667%;
  border-top: 1px solid #cccccc;
}
ul.step li {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  padding-top: 16px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #b1b1b1;
}
ul.step li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}
ul.step li.active {
  color: #477141;
}
ul.step li.active::before {
  border-color: #477141;
  background: #477141;
}
@media screen and (min-width: 768px) {
  ul.step {
    margin-bottom: 32px;
  }
  ul.step li {
    padding-top: 16px;
    font-size: 15px;
  }
}

.read {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
.read .read_main {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 3px;
}
.read .read_note {
  font-size: 13px;
  line-height: 2;
  color: #c04646;
}
@media screen and (min-width: 768px) {
  .read {
    margin-bottom: 46px;
  }
  .read .read_main {
    font-size: 18px;
  }
  .read .read_note {
    font-size: 15px;
  }
}

.privacy_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #477141;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .privacy_ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

#privacy {
  height: 220px;
  border: 1px solid #cccccc;
  background: #ecece6;
  padding: 28px 18px 24px;
  margin-bottom: 33px;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  #privacy {
    height: 280px;
    padding: 53px 40px 37px;
  }
}
#privacy .privacy_head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  #privacy .privacy_head {
    font-size: 20px;
  }
}
#privacy .privacy_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 768px) {
  #privacy .privacy_txt {
    font-size: 15px;
  }
}
#privacy .privacy_sub {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#privacy .privacy_list {
  margin-top: 6px;
  padding-left: 1.2em;
  list-style: disc;
}
#privacy .privacy_list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 768px) {
  #privacy .privacy_list li {
    font-size: 15px;
  }
}
#privacy .privacy_sub_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #477141;
}
@media screen and (min-width: 768px) {
  #privacy .privacy_sub_ttl {
    font-size: 15px;
  }
}

table.info {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 10px;
  font-size: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  table.info {
    margin-bottom: 80px;
  }
}
table.info th, table.info td {
  line-height: 2;
  font-weight: normal;
  display: block;
  padding: 25px 0;
  font-size: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  table.info th, table.info td {
    display: table-cell;
    vertical-align: top;
    padding: 26px 0;
  }
}
table.info th {
  width: 100%;
  vertical-align: middle;
  padding: 0 0 12px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 768px) {
  table.info th {
    width: 25.5%;
    padding: 26px 20px 26px 0;
  }
}
table.info th::after {
  content: "";
}
table.info th.no::after {
  content: "";
}
table.info th .th_inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  flex-wrap: wrap;
}
table.info th .th_label {
  min-width: 0;
  display: block;
  width: 100%;
}
table.info th .required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #c04646;
  padding: 4px 5px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
  white-space: nowrap;
}
table.info th.top {
  vertical-align: top;
}
table.info td {
  padding: 0 0 28px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  table.info td {
    padding: 26px 0 26px 0;
  }
}
table.info td.list {
  vertical-align: middle;
  padding: 0 0 28px;
}
@media screen and (min-width: 768px) {
  table.info td.list {
    padding: 26px 0;
  }
}
table.info td .kome {
  padding-top: 5px;
  display: block;
  font-size: 12px;
  color: #df0024;
}
@media screen and (min-width: 768px) {
  table.info td .kome {
    display: inline-block;
    padding: 0;
  }
}
table.info td input {
  padding: 12px 22px;
  height: 55px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 16px;
  line-height: 1;
  appearance: none;
}
table.info td input::placeholder {
  color: #b1b1b1;
}
table.info td input + .kome {
  margin-top: 10px;
}
table.info td input.w01, table.info td .select_wrap.w01 {
  width: 100%;
}
table.info td input.w02, table.info td .select_wrap.w02 {
  width: 100%;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  table.info td input.w02, table.info td .select_wrap.w02 {
    width: 44%;
  }
}
table.info td input.w03, table.info td .select_wrap.w03 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  table.info td input.w03, table.info td .select_wrap.w03 {
    width: 23%;
  }
}
table.info td .check_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
table.info td .check_list li {
  display: block;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 768px) {
  table.info td .check_list li {
    width: calc(50% - 6px);
  }
}
table.info td .check_list li:last-child {
  margin-right: 0;
}
table.info td .check_list li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
table.info td .select_wrap {
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  position: relative;
}
table.info td .select_wrap:not(:last-child) {
  margin-bottom: 20px;
}
table.info td .select_wrap::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  pointer-events: none;
}
table.info td .select_wrap select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  height: 55px;
  padding: 0 44px 0 22px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
}
table.info td .select_wrap select::-ms-expand {
  display: none;
}
table.info td textarea {
  height: auto;
  background: #ffffff;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 20px 22px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  table.info td textarea {
    padding: 24px 22px;
  }
}
table.info td textarea::placeholder {
  color: #b1b1b1;
}
table.info.confirm_info td {
  vertical-align: middle;
}
table.info div p:first-child {
  margin-bottom: 10px;
}
table.info .error_wrap {
  color: #F00;
}

.postal_code {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.postal_code li {
  display: block;
  margin-right: 0;
}
.postal_code li:nth-child(2) {
  flex: 1 1 0;
  min-width: 0;
}
.postal_code li:nth-child(2) input {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .postal_code {
    gap: 12px;
  }
  .postal_code li:nth-child(2) {
    flex: 0 0 298px;
  }
}

/* チェックボックス、ラジオボタンカスタム */
input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + .check-parts, input[type=radio] + .check-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
}
input[type=checkbox] + .check-parts::before, input[type=radio] + .check-parts::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type=checkbox]:checked + .check-parts, input[type=radio]:checked + .check-parts {
  color: #000;
}
input[type=checkbox] + .check-parts::before {
  border-radius: 4px;
}
input[type=checkbox]:checked + .check-parts::before {
  border: none;
  background: #202120;
  border: 1px solid #202120;
}
input[type=checkbox]:checked + .check-parts::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 4px;
  height: 9px;
  transform: translateY(-55%) rotate(40deg);
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}
input[type=radio] + .check-parts::before {
  border-radius: 50%;
}
input[type=radio]:checked + .check-parts::before {
  border: 1px solid #202120;
}
input[type=radio]:checked + .check-parts::after {
  content: "";
  display: block;
  background: #202120;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* ▼ プライバシー */
.privacy_read {
  margin-bottom: 10px;
  font-size: 16px;
}

#privacy {
  height: 150px;
  border: 1px solid #CCD1D5;
  padding: 15px 15px 0 15px;
  margin-bottom: 40px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  #privacy {
    height: 210px;
    margin-bottom: 80px;
  }
}
#privacy .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
}
#privacy dl.privacy {
  margin-bottom: 15px;
}
#privacy ol.privacy {
  margin-bottom: 20px;
  overflow: hidden;
  counter-reset: number;
}
#privacy ol.privacy > li {
  margin-bottom: 15px;
  counter-increment: number;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 15px;
}
#privacy ol.privacy:before {
  content: counter(number, decimal) ".";
  margin-right: 0.5em;
}
#privacy ol.privacy:last-child {
  margin: 0;
}
#privacy ol.privacy li .privacy_care {
  margin: 5px 0 0 1.5em;
}
#privacy .supervisor {
  overflow: hidden;
  margin-bottom: 20px;
}
#privacy .supervisor dt {
  font-weight: bold;
}

.btn_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.btn_box .agree_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .btn_box .agree_lead {
    font-size: 16px;
  }
}
.btn_box .agree {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .btn_box .agree {
    font-size: 16px;
  }
}
.btn_box ul.btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn_box ul.btn {
    width: auto;
    flex-direction: row;
    justify-content: center;
  }
}
.btn_box ul.btn li {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 80px;
  background: #afd195;
  border-radius: 0;
  position: relative;
  margin: 0 auto;
  order: 1;
}
@media screen and (min-width: 768px) {
  .btn_box ul.btn li {
    order: 2;
  }
}
.btn_box ul.btn li.back {
  background: #DEE0D7;
  order: 2;
}
@media screen and (min-width: 768px) {
  .btn_box ul.btn li.back {
    order: 1;
  }
}
.btn_box ul.btn li a,
.btn_box ul.btn li button {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 21px;
  color: #000;
  text-align: left;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.btn_box ul.btn li a:hover,
.btn_box ul.btn li button:hover {
  opacity: 0.6;
}
.btn_box ul.btn li a::after,
.btn_box ul.btn li button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 35px;
  height: 10px;
  background: url(../img/line_mark.svg) center/100% 100% no-repeat;
  transform: translateY(-50%);
}