/* ========================
  Blocks
  ======================== */
@keyframes bgloop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.hero {
  display: flex;
}
@media screen and (max-width: 768px) {
  .hero {
    display: block;
  }
}
.hero_img {
  flex: 1;
  background: url(../images/hero_img1.jpg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .hero_img {
    display: none;
  }
}
.hero_img--1 {
  background-image: url(../images/hero_img2.jpg);
}
.hero_img--2 {
  background-image: url(../images/hero_img1.jpg);
}
.hero_cont {
  max-width: 583px;
  padding: 112px 42px 20px;
  background: url(../images/hero_bg.png) center/cover;
}
@media screen and (max-width: 768px) {
  .hero_cont {
    max-width: none;
    padding: 15px 18px 72px;
    background: url(../images/hero_img1-sp.jpg) bottom/contain no-repeat, url(../images/hero_bg.png) center/cover;
  }
}
.hero img {
  width: 100%;
}

.hero-bottom {
  padding-block: 16px;
  background-color: #2f292b;
}
@media screen and (max-width: 768px) {
  .hero-bottom {
    padding-bottom: 24px;
  }
}
.hero-bottom_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 48px;
}
@media screen and (max-width: 768px) {
  .hero-bottom_inner {
    flex-direction: column;
  }
}
.hero-bottom_title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .hero-bottom_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-bottom_title .sub {
    font-size: 1.3rem;
  }
}
.hero-bottom_title em {
  color: #ffe458;
}

.about {
  background: linear-gradient(rgba(243, 236, 228, 0.1), rgba(243, 236, 228, 0.1)), url(../images/about_bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .about_head {
    padding-top: 24px;
  }
}
.about_desc {
  text-align: center;
  margin-top: 30px;
  color: #2f292b;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about_desc {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.about-lineup {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .about-lineup {
    font-size: 2rem;
  }
}
.about-lineup_title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: linear-gradient(to top, transparent 35%, #ffe458 35%, #ffe458 65%, transparent 65%);
}
.about-lineup_main {
  clip-path: polygon(0 0, calc(50% - 4em) 0, calc(50% - 4em) 1em, calc(50% + 4em) 1em, calc(50% + 4em) 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .about-lineup_main {
    margin-inline: -17px;
  }
}
.about-lineup_main-inner {
  padding-bottom: 16px;
  border-top: 2px solid #2f292b;
  border-bottom: 2px solid #2f292b;
}
@media screen and (max-width: 768px) {
  .about-lineup_main-inner {
    margin-inline: 17px;
  }
}
.about-lineup_categories-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about-lineup_categories-wrap {
    margin-top: 56px;
  }
}
.about-lineup_categories {
  display: flex !important;
}
.about-lineup_category {
  box-sizing: border-box;
  height: 100%;
  padding: 16px;
  border: 1px solid #2f292b;
}
.about-lineup_category-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  list-style-position: 0.05em;
}
.about-lineup_brands {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #2f292b;
}
.about-lineup_brand {
  font-size: 1.4rem;
  line-height: 1.6;
}
.about-lineup_brand .sm {
  font-size: 1.2rem;
}
.about-lineup_logos {
  width: 60%;
  margin: 12px auto 0;
  text-align: center;
}
.about-lineup_desc {
  margin-top: 16px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-lineup_desc {
    font-size: 1.8rem;
  }
}
.about-lineup_note {
  margin-top: 8px;
  text-align: center;
  color: #2f292b;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.about-market {
  padding-top: 38px;
}
@media screen and (max-width: 768px) {
  .about-market {
    padding-bottom: 80px;
  }
}
.about-market_desc {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-market_desc {
    font-size: 1.6rem;
  }
}
.about-market_point {
  position: relative;
  padding: 40px;
  margin-top: 72px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .about-market_point {
    margin-top: 50px;
    padding: 28px 15px 24px 8px;
    font-size: 2.4rem;
  }
}
.about-market_point::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 16px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #28387d;
  border-radius: 4px;
  clip-path: polygon(0 0, 0.9em 0, 0.9em 1em, 8.5em 1em, 8.5em 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .about-market_point::before {
    top: -8px;
    left: -8px;
  }
}
.about-market_title {
  position: absolute;
  top: 0;
  left: 1em;
  translate: 16px calc(-50% - 16px);
  color: #28387d;
  font-family: "Yellowtail", cursive;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about-market_title {
    translate: -8px calc(-50% - 8px);
  }
}
.about-market_point-desc {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-market_point-desc {
    font-size: 1.4rem;
  }
}
.about-market_question {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(to top, transparent 35%, #ffe458 35%, #ffe458 65%, transparent 65%);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-market_question {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
.about-market_graph {
  max-width: 540px;
  margin: 8px auto 0;
}
.about-market_answer {
  display: inline-block;
  padding: 16px 40px;
  margin-top: 20px;
  background-image: linear-gradient(to right, rgba(221, 214, 206, 0), rgba(221, 214, 206, 0.9) 28%, rgba(221, 214, 206, 0.9) 68%, rgba(221, 214, 206, 0));
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-market_answer {
    padding: 9px 20px;
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

.reasons {
  padding-top: 40px;
  padding-bottom: 80px;
}
.reasons_list {
  display: grid;
  grid-template: auto auto/1fr 1fr;
  gap: 34px 26px;
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .reasons_list {
    margin-top: 32px;
    grid-template: repeat(4, auto)/auto;
    row-gap: 30px;
  }
}
.reasons_list-item {
  position: relative;
  background-color: #fff;
  border: 2px solid #2f292b;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.reasons_item-index {
  position: absolute;
  top: -8px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .reasons_item-index {
    top: -6px;
    right: 6px;
  }
}
.reasons_item-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  translate: -8px 0;
  width: 8px;
  height: 8px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #151c3b;
}
@media screen and (max-width: 768px) {
  .reasons_item-index::before {
    translate: -6px 0;
    width: 6px;
    height: 6px;
  }
}
.reasons_item-index-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 73px;
  height: 80px;
  padding-bottom: 8px;
  background-color: #28387d;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reasons_item-index-inner {
    width: 51px;
    height: 56px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 100%);
  }
}
.reasons_item-index-txt {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .reasons_item-index-txt {
    font-size: 1.2rem;
  }
}
.reasons_item-index-num {
  color: #ffe458;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .reasons_item-index-num {
    font-size: 2.4rem;
  }
}
.reasons_item-img img {
  border-radius: 8px 8px 0 0;
}
.reasons_item-title {
  display: inline-block;
  padding: 6px 12px;
  margin-top: -8px;
  background-color: #28387d;
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .reasons_item-title {
    padding: 5px 16px;
    margin-top: -9px;
    font-size: 2rem;
  }
}
.reasons_item-desc {
  padding: 11px 24px 18px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .reasons_item-desc {
    padding: 5px 16px 17px;
  }
}
.reasons_btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .reasons_btn {
    margin-top: 24px;
  }
}

.revenue {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f3ece4;
}
@media screen and (max-width: 768px) {
  .revenue {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
.revenue_table {
  margin-top: 40px;
}

.flow {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 35px;
    padding-bottom: 48px;
  }
}
.flow_list-wrap {
  overflow-x: scroll;
  margin-right: -17px;
}
.flow_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  width: 882px;
  margin-top: 7.2rem;
  margin-inline: auto;
  padding-bottom: 36px;
  padding-right: 17px;
}
.flow_item-first {
  box-sizing: border-box;
  padding-top: calc(1.4em + 8px);
  height: 116px;
}
.flow_item-first a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: #2f292b;
  font-size: 1.6rem;
}
.flow_item-first-icon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #2a385f;
  border-radius: 50%;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.flow_item-first-icon-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 100% -50%;
  width: calc(1em + 24px);
  height: 4px;
  background-color: #2a385f;
}
.flow_item-first-icon {
  display: block;
  width: 26px;
}
.flow_item-first-text {
  margin-top: 8px;
  line-height: 1.4;
}
.flow_list-item:not(:nth-child(2)) .flow_item-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  translate: -100% -50%;
  width: 26px;
  height: 4px;
  background-color: #2a385f;
}
.flow_list-item:last-child {
  position: relative;
}
.flow_list-item:last-child .flow_item-inner {
  background-color: #2a385f;
}
.flow_list-item:last-child .flow_index {
  color: #fff;
}
.flow_list-item:last-child .flow_text {
  color: #ffe458;
}
.flow_item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  width: 127px;
  height: 116px;
  background-color: #fff;
  border: 3px solid #2a385f;
  border-radius: 19px;
}
.flow_index {
  text-align: center;
  color: #0070ba;
  font-family: "Yellowtail", cursive;
  font-size: 2.8rem;
  line-height: 0.9;
}
.flow_text {
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
}
.flow_supp {
  position: absolute;
  top: -3.6em;
  left: 50%;
  translate: -50% 0;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 20px;
  margin-bottom: 12px;
  text-align: center;
  color: #2a385f;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.flow_supp::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  transform-origin: top left;
  transform: rotate(-15deg);
  width: 3px;
  height: 65%;
  background-color: #2a385f;
}
.flow_supp::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  transform-origin: top right;
  transform: rotate(15deg);
  width: 3px;
  height: 65%;
  background-color: #2a385f;
}
.flow_supp .marker {
  background-image: linear-gradient(to top, transparent 10%, #ffe458 10%, #ffe458 50%, transparent 50%);
}
.flow_supp em {
  font-size: 2.8rem;
}

.push {
  padding-top: 57px;
  padding-bottom: 74px;
  background-color: #2f292b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .push {
    padding-top: 29px;
    padding-bottom: 85px;
  }
}
.push_title {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .push_title {
    font-size: 1.8rem;
  }
}
.push_title em {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .push_title em {
    font-size: 2.3rem;
  }
}
.push_cont {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.push_item {
  position: relative;
  padding-left: 52px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .push_item {
    padding-left: 36px;
    font-size: 1.7rem;
  }
}
.push_item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .push_item:not(:first-child) {
    margin-top: 11px;
  }
}
.push_item em {
  color: #ffe458;
}
.push_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffe458;
}
@media screen and (max-width: 768px) {
  .push_item::before {
    width: 24px;
    height: 24px;
  }
}
.push_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  translate: 0 -60%;
  transform: rotate(-40deg);
  box-sizing: border-box;
  width: 18px;
  height: 10px;
  border-left: 4px solid #ee5356;
  border-bottom: 4px solid #ee5356;
}
@media screen and (max-width: 768px) {
  .push_item::after {
    left: 6px;
    width: 12px;
    height: 6px;
    border-left: 3px solid #ee5356;
    border-bottom: 3px solid #ee5356;
  }
}

.request {
  position: relative;
  padding-top: 149px;
  padding-bottom: 57px;
  background: #efeae4;
}
@media screen and (max-width: 768px) {
  .request {
    padding-top: 88px;
    padding-bottom: 32px;
    background-color: #fff;
  }
}
.request_title-wrap {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .request_title-wrap {
    top: -56px;
  }
}
.request_title {
  width: -moz-max-content;
  width: max-content;
  border: 5px solid #28387d;
  border-radius: 16px;
  filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .request_title {
    max-width: 374px;
    border-width: 2px;
  }
}
.request_title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  translate: -50% -1px;
  width: 50px;
  height: 21px;
  background-color: #28387d;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .request_title::after {
    width: 30px;
    height: 16px;
  }
}
.request_title-inner {
  position: relative;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .request_title-inner {
    padding: 16px 20px;
    font-size: 1.6rem;
  }
}
.request_title-inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% -1px;
  width: 40px;
  height: 16px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .request_title-inner::after {
    width: 26px;
    height: 13px;
  }
}
.request_title-inner .lg {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .request_title-inner .lg {
    font-size: 1.8rem;
  }
}
.request_title-inner em {
  color: #28387d;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .request_title-inner em {
    font-size: 2rem;
  }
}
.request_note {
  text-align: center;
}
.request_note-mail {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .request_note-mail {
    display: block;
    font-size: 1.3rem;
  }
}
.request_note-supp {
  display: inline;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .request_note-supp {
    display: block;
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
.request_panel {
  box-sizing: border-box;
  max-width: 858px;
  padding: 29px 40px 40px;
  margin: 28px auto 0;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .request_panel {
    padding: 0;
    margin-top: 10px;
    border: none;
    background-color: transparent;
  }
}
.request_appeal {
  width: -moz-max-content;
  width: max-content;
  padding: 8px 28px 12px;
  margin: 12px auto 0;
  background-color: #f94a0b;
  border-radius: 100px;
  color: #ffe458;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.request_appeal-em {
  font-size: 2.4rem;
}
.request_require-note {
  margin-top: 4px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .request_require-note {
    margin-top: 18px;
    font-size: 1.2rem;
  }
}
.request_form {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .request_form {
    margin-top: 4px;
  }
}

.form .form-text {
  box-sizing: border-box;
  height: 52px;
  padding: 14px;
  background-color: #f3f3f3;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #393939;
  font-size: 1.6rem;
  line-height: 1.5;
}
.form .form-text::-moz-placeholder {
  color: #a6a6a6;
}
.form .form-text::placeholder {
  color: #a6a6a6;
}
.form .form-text:not(:-moz-placeholder) {
  background-color: #fff;
  border: 1px solid #232323;
}
.form .form-text:not(:placeholder-shown) {
  background-color: #fff;
  border: 1px solid #232323;
}
.form .form-select {
  box-sizing: border-box;
  height: 52px;
  padding: 14px;
  background-color: #f3f3f3;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #393939;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  box-shadow: none;
  border: 2px solid #28387d;
}
.form .form-select--initial {
  background-color: #fff;
  color: #393939;
}
.form .form-zip-btn {
  padding: 15px 32px;
  background: none;
  border: 2px solid #28387d;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: #28387d;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1428571429;
  cursor: pointer;
}
.form .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
}
.form .form-textarea {
  height: 140px;
}

@media screen and (max-width: 768px) {
  .form .form-zip-btn {
    padding: 16px 14px;
  }
}
@media screen and (max-width: 768px) {
  .form .wpcf7-form-control-wrap {
    margin-top: 7px;
  }
}
.form_item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form_item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .form_item {
    display: block;
  }
}
.form_item--short .wpcf7-form-control-wrap {
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .form_item--short .wpcf7-form-control-wrap {
    max-width: 145px;
  }
}
@media screen and (max-width: 768px) {
  .form_item--has-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .form_item--has-btn .form_title {
    width: 100%;
  }
}
.form_item--has-btn .wpcf7-form-control-wrap {
  flex: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form_item--has-btn .form-zip-btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
.form_item--left {
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .form_item--left {
    float: none;
    width: auto;
  }
}
.form_item--right {
  float: right;
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .form_item--right {
    float: none;
    width: auto;
  }
}
.form_title {
  display: block;
  width: 110px;
  text-align: right;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .form_title {
    width: auto;
    text-align: left;
    font-size: 1.4rem;
  }
}
.form_title--long {
  letter-spacing: -0.1em;
}

.form_required {
  color: #e42d2d;
}

.form_control {
  display: block;
  width: 100%;
}

.form .form_item--select .wpcf7-form-control-wrap {
  position: relative;
  max-width: 240px;
}
.form .form_item--select .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 12px;
  width: 10px;
  height: 6px;
  background-color: #001e50;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.form .form_item--radio > p {
  flex: 1;
}
.form .form_item--radio .wpcf7-radio {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  gap: 21px;
}
.form .form_item--radio .wpcf7-radio input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label {
  cursor: auto;
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  cursor: auto;
}
.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  cursor: auto;
}
.form .form_item--radio .wpcf7-list-item {
  display: inline-block;
  display: block;
  margin-left: 0;
}
.form .form_item--radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
  font-size: 1.6rem;
  line-height: 1.25;
  cursor: pointer;
  font-weight: 500;
}
.form .form_item--radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 3px solid #28387d;
  border-radius: 50%;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.form .form_item--radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}
.form .form_item--checkbox .wpcf7-checkbox {
  margin-top: -12px;
  margin-left: -36px;
}
.form .form_item--checkbox .wpcf7-checkbox input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
.form .form_item--checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
  background-color: #b6b6b6;
  box-shadow: none;
}
.form .form_item--checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form .form_item--checkbox .wpcf7-list-item {
  display: inline-block;
  margin-top: 12px;
  margin-left: 36px;
}
.form .form_item--checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  cursor: pointer;
}
.form .form_item--checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #b6b6b6;
  border-radius: 4px;
  cursor: pointer;
}
.form .form_item--checkbox .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-60%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  cursor: pointer;
}
.form .form_item--optional:not(._) {
  margin-top: 34px;
  text-align: center;
}
.form .form_item--optional:not(._) .wpcf7-list-item-label {
  color: #b6b6b6;
}
.form .wpcf7-not-valid:not(.wpcf7-radio) {
  background: #f6f6f6;
  color: #464646;
}
.form .wpcf7-not-valid-tip {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .form .form_item--select .wpcf7-form-control-wrap {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-radio {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-checkbox {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item {
    display: block;
    margin-top: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label {
    padding-left: 27px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::after {
    left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item-label {
    text-align: left;
    font-size: 1.2rem;
  }
}
.form_note {
  margin-top: 8px;
  margin-left: 126px;
  color: #9b9b9b;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .form_note {
    margin-left: 0;
  }
}
.form_privacy-policy-wrap {
  margin-top: 36px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form_privacy-policy-wrap {
    margin-top: 36px;
  }
}
.form_privacy-policy {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .form_privacy-policy {
    font-size: 1.2rem;
  }
}
.form_submit-wrap {
  margin-top: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form_submit-wrap {
    margin-top: 12px;
  }
}
.form_submit {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  outline: none;
  border: none;
  border-radius: 8px;
  background-color: #a69778;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.form_submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  .form_submit {
    width: 222px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .form_submit::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}