@charset "UTF-8";
.form_flow_list_item:not(:first-child):before, .background-grey .list_find_buyer li:before {
  display: block;
  content: "";
  position: absolute;
}

.mv_area .mv_area_inner {
  position: relative;
  padding-block: 40px 65vw;
}
@media print, screen and (min-width: 768px) {
  .mv_area .mv_area_inner {
    padding-block: 50px 55vw;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_area .mv_area_inner {
    padding-block: 50px 80px;
  }
}
.mv_area .mv_area_inner::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 5;
  background-image: url("../img/top/mv_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  bottom: -8rem;
}
@media print, screen and (min-width: 920px) {
  .mv_area .mv_area_inner::after {
    bottom: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .mv_area .mv_area_inner::after {
    bottom: -8rem;
  }
}
.mv_area .catch,
.mv_area .desc,
.mv_area .button_contact {
  position: relative;
  z-index: 10;
}
.mv_area .catch {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 3rem;
  color: #363330;
}
@media print, screen and (min-width: 768px) {
  .mv_area .catch {
    font-size: clamp(2.8rem, 2.8rem + 0.5vw, 5.7rem);
  }
}
.mv_area .catch span {
  display: inline-block;
  line-height: 1.3;
}
.mv_area .catch span:nth-child(1) {
  display: block;
}
.mv_area .desc {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .mv_area .desc {
    margin-top: 25px;
  }
}
.mv_area .desc span {
  display: inline;
  background: #fff; /* 背景色を白に設定 */
  padding: 10px; /* 必要に応じて調整 */
  box-decoration-break: clone; /* 折り返し時に背景を適用 */
  -webkit-box-decoration-break: clone;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 700;
  line-height: 2.5;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .mv_area .desc span {
    line-height: 2.2;
    font-size: clamp(1.7rem, 1.7rem + 0.5vw, 2rem);
  }
}
.mv_area .button_wrap {
  margin-top: 30px;
  width: 100%;
  margin-inline: auto;
}
.mv_area .button_contact {
  display: flex;
  gap: 0 10px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 15px 5px;
  background-image: linear-gradient(180deg, hsl(55, 100%, 50%) 0%, hsl(53, 100%, 53%) 10%, hsl(52, 100%, 55%) 20%, hsl(50, 100%, 57%) 30%, hsl(48, 100%, 58%) 40%, hsl(46, 100%, 59%) 50%, hsl(44, 100%, 60%) 60%, hsl(43, 100%, 61%) 70%, hsl(41, 100%, 62%) 80%, hsl(39, 100%, 63%) 90%, hsl(37, 100%, 64%) 100%);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  margin-inline: auto;
  border-radius: 5px;
  box-shadow: 0 7px 5px 2px rgba(154, 154, 154, 0.2);
}
@media print, screen and (min-width: 768px) {
  .mv_area .button_contact {
    padding: 10px 40px;
    align-items: baseline;
    font-size: clamp(2.5rem, 2.5rem + 1vw, 2.8rem);
    justify-content: flex-start;
    width: fit-content;
    margin-inline: unset;
    min-height: 85px;
    align-items: center;
  }
}
@media (hover: hover) {
  .mv_area .button_contact:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.mv_area .button_contact .icon {
  font-size: 1.5rem;
  transform: translateY(2px);
}
@media print, screen and (min-width: 768px) {
  .mv_area .button_contact .icon {
    font-size: 2rem;
    transform: translateY(3px);
  }
}
.mv_area .mv_image {
  position: absolute;
  right: -2vw;
  z-index: 5;
  width: 95%;
  bottom: -2px;
}
@media print, screen and (min-width: 920px) {
  .mv_area .mv_image {
    bottom: -3px;
    width: 60%;
  }
}
@media print, screen and (min-width: 1180px) {
  .mv_area .mv_image {
    bottom: -8rem;
  }
}

.find_buyer .mv_area,
.find_seller .mv_area {
  background-color: #F0F7FD;
}
.find_buyer .mv_area .mv_area_inner,
.find_seller .mv_area .mv_area_inner {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.find_buyer .mv_area .mv_area_inner::after,
.find_seller .mv_area .mv_area_inner::after {
  background-image: url("../img/underlayer/find_buyer_mv_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  bottom: 0;
  left: 0;
}
.find_buyer .mv_area .info_wrap,
.find_seller .mv_area .info_wrap {
  margin-top: 20px;
}
.find_buyer .mv_area .info_wrap p:not([class]),
.find_seller .mv_area .info_wrap p:not([class]) {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 500;
}
.find_buyer .mv_area .info_wrap p:not([class]) + p:not([class]),
.find_seller .mv_area .info_wrap p:not([class]) + p:not([class]) {
  margin-top: 5px;
}
.find_buyer .mv_area .info_wrap p:not([class])::before,
.find_seller .mv_area .info_wrap p:not([class])::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/underlayer/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.find_buyer .mv_area .info_wrap p.small,
.find_seller .mv_area .info_wrap p.small {
  margin-top: 20px;
}
.find_buyer .mv_area p.normal,
.find_seller .mv_area p.normal {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1rem;
}
.find_buyer .mv_area .desc,
.find_seller .mv_area .desc {
  margin-top: 10px;
}
.find_buyer .mv_area .desc span,
.find_seller .mv_area .desc span {
  background-color: transparent;
  padding: 0;
  line-height: 1.5;
}

.find_buyer .mv_area .mv_area_inner {
  padding-bottom: 57vw;
}
@media print, screen and (min-width: 768px) {
  .find_buyer .mv_area .mv_area_inner {
    padding-bottom: 60vw;
  }
}
@media print, screen and (min-width: 920px) {
  .find_buyer .mv_area .mv_area_inner {
    padding-bottom: 80px;
  }
}
.find_buyer .mv_area .mv_image {
  bottom: 0;
  width: calc(100% - 8rem);
  right: max(40px, (100vw - 1300px) / 2);
}
@media print, screen and (min-width: 920px) {
  .find_buyer .mv_area .mv_image {
    width: 50%;
    max-width: 650px;
  }
}
.find_buyer .mv_area .catch {
  font-size: clamp(3.5rem, 3.5rem + 0.5vw, 5.7rem);
  margin-top: 40px;
}

.find_seller .mv_area .mv_area_inner {
  padding-bottom: max(270px, 47vw);
}
@media print, screen and (min-width: 768px) {
  .find_seller .mv_area .mv_area_inner {
    padding-bottom: 55vw;
  }
}
@media print, screen and (min-width: 920px) {
  .find_seller .mv_area .mv_area_inner {
    padding-bottom: 100px;
  }
}
.find_seller .mv_area .mv_image {
  bottom: 0;
  width: calc(100% - 30rem);
  min-width: 300px;
  right: 50%;
  transform: translateX(50%);
}
@media print, screen and (min-width: 920px) {
  .find_seller .mv_area .mv_image {
    transform: none;
    right: max(40px, (100vw - 1200px) / 2);
    width: min(50%, 500px);
  }
}
.find_seller .mv_area .catch {
  font-size: clamp(3.5rem, 3.5rem + 0.5vw, 5.7rem);
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .find_seller .mv_area .catch {
    margin-top: 70px;
  }
}

.find_seller .button_wrap.flex {
  display: flex;
  gap: 40px;
  align-items: stretch;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  .find_seller .button_wrap.flex {
    flex-direction: row;
  }
}
.find_seller .button_wrap.flex a.button_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 20px;
  text-align: center;
  position: relative;
}
.find_seller .button_wrap.flex a.button_contact::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/common/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 8px;
}
.find_seller .button_wrap.flex .small {
  font-size: 1.7rem;
  font-weight: 500;
}
.find_seller .button_wrap.flex .large {
  font-size: 2.9rem;
  line-height: 1;
}
.find_seller .section_contact .frame {
  padding-block: 27px 30px;
}
.find_seller .section_contact .frame::after {
  content: none;
}

.button_accent {
  position: relative;
  background-color: #1D6AB5;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.7rem;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 7px 5px 2px #d9d9d9;
  margin-inline: auto;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding-block: 12px;
  padding-inline: 20px 40px;
}
@media print, screen and (min-width: 768px) {
  .button_accent {
    width: fit-content;
    margin-inline: unset;
    text-align: left;
  }
}
@media (hover: hover) {
  .button_accent:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.button_accent::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("../img/common/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.button_accent.large {
  width: calc(100% - 20px);
}
@media print, screen and (min-width: 768px) {
  .button_accent.large {
    min-width: 360px;
    max-width: 360px;
    min-height: 80px;
    max-height: 80px;
    font-size: 2.2rem;
    padding-inline: 40px;
  }
}
.button_accent.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button_accent.left {
  text-align: left;
}
.button_accent.ext::after {
  width: 18px;
  background-image: url("../img/common/ext_button.svg");
}

.button_normal {
  background-image: linear-gradient(180deg, hsl(55, 100%, 50%) 0%, hsl(53, 100%, 53%) 10%, hsl(52, 100%, 55%) 20%, hsl(50, 100%, 57%) 30%, hsl(48, 100%, 58%) 40%, hsl(46, 100%, 59%) 50%, hsl(44, 100%, 60%) 60%, hsl(43, 100%, 61%) 70%, hsl(41, 100%, 62%) 80%, hsl(39, 100%, 63%) 90%, hsl(37, 100%, 64%) 100%);
  padding: 12px 40px 12px 15px;
  font-weight: 700;
  font-size: 1.7rem;
  border-radius: 5px;
  width: fit-content;
  position: relative;
  box-shadow: 0 3px 2px 1px rgba(154, 154, 154, 0.1882352941);
}
@media (hover: hover) {
  .button_normal:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.button_normal::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("../img/common/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.button_normal.down::after {
  width: 20px;
  height: 20px;
  background-image: url("../img/common/arrow_down_wht.svg");
}

.item_news > a,
.item_news > div {
  display: flex;
  gap: 5px 20px;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 15px;
  border-bottom: solid 1px #e2e2e2;
}
@media print, screen and (min-width: 920px) {
  .item_news > a,
  .item_news > div {
    flex-wrap: nowrap;
  }
}
.item_news > a {
  position: relative;
  padding-right: 40px;
}
.item_news > a::after {
  content: "";
  width: 9px;
  height: 15px;
  background-image: url("../img/common/arrow_grey.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.item_news .date {
  font-size: 1.5rem;
  min-width: 12.5rem;
}
.item_news .cat {
  padding: 0 20px 1px;
  background-color: #ffec9a;
  font-weight: 700;
  width: 11rem;
  font-size: 1.3rem;
  text-align: center;
  min-width: 11rem;
}
.item_news .cat.info {
  background-color: #ffec9a;
}
.item_news .cat.note {
  background-color: #c2e1f5;
}
.item_news .title {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .item_news .title {
    font-size: 1.7rem;
  }
}

.main_content {
  background-color: #ffffff;
  padding-bottom: clamp(5rem, 5rem + 2vw, 10rem);
}

.block_main_title {
  background-color: #f0f7fd;
  padding-block: 1.5rem 5vw;
  position: relative;
}
.block_main_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 13rem;
  background-image: url("../img/common/page_title_bg.png");
  background-size: 100rem;
  background-repeat: repeat-x;
  background-position: bottom;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

.page_main_title {
  line-height: 1.4;
  position: relative;
  z-index: 2;
  padding-top: 2vw;
}
.page_main_title > div {
  display: block;
  font-size: clamp(2.5rem, 2.5rem + 1vw, 4rem);
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  text-align: center;
}
.page_main_title > div > span {
  display: inline-block;
}
.page_main_title > div.hidden {
  font-size: 0;
  visibility: hidden;
  padding: 0;
}

nav#breadcrumb > ul,
nav.breadcrumb > ul {
  display: flex;
  gap: 20px;
}
nav#breadcrumb > ul li,
nav.breadcrumb > ul li {
  position: relative;
}
nav#breadcrumb > ul li + li::before,
nav.breadcrumb > ul li + li::before {
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 10px;
  background-image: url("../img/common/arrow_breadcrumb.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
nav#breadcrumb > ul a,
nav.breadcrumb > ul a {
  color: #0048EA;
  text-decoration: underline;
}

.page_block_contents {
  padding-top: 60px;
}

.section_contact {
  margin-left: calc(50% - 50vw);
  padding-block: 40px;
  /* width: 100%; */
  background: #77abdb;
  width: 100vw;
  padding-inline: max(25px, (100vw - 1200px) / 2);
}
@media print, screen and (min-width: 920px) {
  .section_contact {
    padding-inline: max(40px, (100vw - 1200px) / 2);
  }
}
.section_contact .frame {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding-block: 45px 50px;
  padding-inline: 15px;
  box-shadow: 0 13px 20px 10px rgba(2, 2, 2, 0.2);
}
@media print, screen and (min-width: 768px) {
  .section_contact .frame {
    padding-inline: 40px;
  }
}
.section_contact .frame::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 112px;
  background-position: center bottom;
  background-image: url("../img/top/entry_footer_bg.svg");
}
.section_contact .entry_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.section_contact .entry_flex > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_contact .entry_flex .title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Maru Gothic";
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .section_contact .entry_flex .title {
    text-align: center;
    font-size: clamp(2.5rem, 2.5rem + 1vw, 3.6rem);
  }
}
.section_contact .entry_flex .wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .section_contact .entry_flex .wrap {
    font-size: 1.8rem;
  }
}
.section_contact .entry_flex .button_wrap {
  margin-top: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .section_contact .entry_flex .button_wrap {
    width: fit-content;
  }
}
.section_contact .entry_flex .button_contact {
  display: flex;
  gap: 0 10px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 5px;
  background-image: linear-gradient(180deg, hsl(55, 100%, 50%) 0%, hsl(53, 100%, 53%) 10%, hsl(52, 100%, 55%) 20%, hsl(50, 100%, 57%) 30%, hsl(48, 100%, 58%) 40%, hsl(46, 100%, 59%) 50%, hsl(44, 100%, 60%) 60%, hsl(43, 100%, 61%) 70%, hsl(41, 100%, 62%) 80%, hsl(39, 100%, 63%) 90%, hsl(37, 100%, 64%) 100%);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  border-radius: 5px;
  box-shadow: 0 7px 5px 2px rgba(154, 154, 154, 0.2);
}
@media print, screen and (min-width: 768px) {
  .section_contact .entry_flex .button_contact {
    gap: 0 20px;
    padding: 10px 40px;
    justify-content: center;
    font-size: clamp(1.7rem, 1.7rem + 0.5vw, 2.1rem);
    min-height: 80px;
    min-width: 450px;
  }
}
.section_contact .entry_flex .button_contact .icon {
  transform: translateY(3px);
}
@media (hover: hover) {
  .section_contact .entry_flex .button_contact:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
@media print, screen and (min-width: 920px) {
  .section_contact .entry_flex .left {
    width: 100%;
    align-self: flex-start;
  }
}
@media print, screen and (min-width: 920px) {
  .section_contact .entry_flex .right {
    width: 100%;
  }
}
.section_contact .entry_flex .footer_phone_number {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 20px;
  gap: 0 15px;
  font-weight: 700;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .section_contact .entry_flex .footer_phone_number {
    padding-bottom: 5rem;
  }
}
.section_contact .entry_flex .footer_phone_number span {
  font-size: 1.6rem;
}
.section_contact .entry_flex .footer_phone_number .icon {
  font-size: 2.5rem;
}
.section_contact .entry_flex .footer_phone_number .tel {
  font-size: 2.5rem;
  display: inline-block;
}
.section_contact .entry_flex .right {
  width: 100%;
  position: relative;
  z-index: -1;
}
@media print, screen and (min-width: 920px) {
  .section_contact .entry_flex .right {
    right: -1vw;
    width: 75vw;
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_contact .entry_flex .right {
    width: 120%;
  }
}

.case_contents {
  margin-top: 60px;
}

.case_model:not(:first-child) {
  margin-top: 70px;
}
@media print, screen and (min-width: 920px) {
  .case_model:not(:first-child) {
    margin-top: 100px;
  }
}

.case_model + .section_contact {
  margin-top: 70px;
}
@media print, screen and (min-width: 920px) {
  .case_model + .section_contact {
    margin-top: 100px;
  }
}

.case_title_box {
  border-top: 2px solid #1d6ab6;
  border-bottom: 2px solid #1d6ab6;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-items: center;
  padding-block: 1.3rem 1.25rem;
}

.case_title {
  font-size: clamp(2rem, 2rem + 0.75vw, 3.6rem);
  font-weight: bold;
  line-height: 1.3;
}

.case_type {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #f6d759;
  padding: 6px 9px;
  flex-shrink: 0;
}
.case_type.employee {
  background-color: #cce9ff;
}

.case_info {
  display: flex;
  flex-direction: column-reverse;
  gap: 0 20px;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .case_info {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 920px) {
  .case_info {
    gap: 50px;
  }
}
@media print, screen and (min-width: 1180px) {
  .case_info {
    gap: 70px;
  }
}

.case_text_area {
  flex-grow: 1;
}

.case_info_item {
  display: flex;
  gap: 10px 20px;
  padding: 10px 0;
  border-bottom: 1px solid #d1d1d1;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .case_info_item {
    flex-direction: row;
  }
}
.case_info_item a {
  color: #0048EA;
  text-decoration: underline;
}

.case_info_item a,
.case_name_item a {
  color: #0048EA;
  text-decoration: underline;
}

.case_info_item_head {
  font-weight: bold;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .case_info_item_head {
    width: 100px;
  }
}

.case_info_item_data {
  flex-grow: 1;
}

.case_img_area {
  width: 100%;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .case_img_area {
    width: 300px;
  }
}
@media print, screen and (min-width: 920px) {
  .case_img_area {
    width: 350px;
  }
}
@media print, screen and (min-width: 1180px) {
  .case_img_area {
    width: 400px;
  }
}

.case_info_img img {
  width: 100%;
}

.case_info_img_note {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 12px;
}

.case_name_area {
  display: flex;
  flex-direction: column;
  gap: 20px 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 920px) {
  .case_name_area {
    margin-top: 30px;
    gap: 40px;
    flex-direction: row;
  }
}

.case_name_card {
  width: 100%;
  background-color: #f7f7f7;
  padding: 15px 10px;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  .case_name_card {
    padding: 20px 30px 30px;
    width: calc((100% - 40px) / 2);
  }
}

.case_name_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .case_name_list {
    margin-top: 10px;
  }
}

.case_name_item {
  display: flex;
  padding-block: 10px;
  border-bottom: 1px solid #d1d1d1;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .case_name_item {
    flex-direction: row;
  }
}

.case_name_item_head {
  font-weight: bold;
  width: 100px;
  flex-shrink: 0;
}

.case_name_item_data {
  flex-grow: 1;
}

.background-grey {
  background-color: #EFEFEF;
  padding-block: 60px;
}
.background-grey .section_intro_contact_title {
  position: relative;
  left: auto;
  top: auto;
  transform: unset;
  font-size: clamp(1.9rem, 1.9rem + 1vw, 4rem);
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .background-grey .section_intro_contact_title {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    line-height: 1.5;
  }
}
.background-grey .section_intro_contact_title .dot {
  color: #1d6ab5;
  font-size: clamp(2.5rem, 2.5rem + 1vw, 4.7rem);
  background-image: radial-gradient(circle at center, #1d6ab5 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.5em; /* 点の間隔とサイズ調整 */
  padding-top: 0.2em;
  line-height: 1.7;
}
.background-grey .column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 2vw;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .background-grey .column {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
.background-grey .fig {
  max-width: 18rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .background-grey .fig {
    max-width: 24.5rem;
  }
}
.background-grey .list_find_buyer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .background-grey .list_find_buyer {
    width: 40vw;
  }
}
.background-grey .list_find_buyer li {
  background-color: #fff;
  border-radius: 10px;
  padding-inline: 35px 25px;
  padding-block: 10px;
  position: relative;
  font-size: 21px;
  font-size: clamp(1.25rem, 1.25rem + 0.5vw, 2.1rem);
  font-weight: 700;
}
.background-grey .list_find_buyer li span {
  font-weight: 700;
  color: #1D6AB6;
  font-size: clamp(1.5rem, 1.5rem + 0.5vw, 2.5rem);
}
.background-grey .list_find_buyer li:before {
  top: 1.45em;
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #353330;
}
@media print, screen and (min-width: 768px) {
  .background-grey .list_find_buyer li:before {
    top: 1.35em;
  }
}
.background-grey .arrow {
  position: relative;
  margin-top: 30px;
}
.background-grey .arrow::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%) scale(-1);
  width: 90px;
  height: 30px;
  background-color: #1D6AB6;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.background-grey .arrow_bottom {
  text-align: center;
  margin-top: 70px;
}
.background-grey .arrow_bottom > p {
  font-weight: 700;
}
.background-grey .arrow_bottom .font_large {
  font-size: clamp(1.5rem, 1.5rem + 0.5vw, 3rem);
}
.background-grey .arrow_bottom .font_huge {
  font-size: clamp(1.7rem, 1.7rem + 1vw, 4rem);
}
.background-grey .arrow_bottom .highlight {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.background-grey .arrow_bottom .highlight::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  background: #FFEC9A;
  z-index: -1;
  border-radius: 2px; /* 柔らかい角を作る */
  height: 10px;
}
@media print, screen and (min-width: 768px) {
  .background-grey .arrow_bottom .highlight::before {
    height: 16px;
  }
}

a.text_link {
  color: #0048EA;
}
a.text_link[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  a.text_link:hover {
    text-decoration: none;
  }
}

.text_red {
  color: #f66;
}

.form_contents h2 {
  background: #f8f8f8;
  font-size: 2rem;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form_template_header {
  height: 120px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../img/common/bg_border.png) center center;
  background-size: 45px 45px;
}
.form_template_header .inner_medium {
  margin: 0;
}
.form_template_header .logo {
  display: inline-block;
  width: 120px;
  margin-bottom: 15px;
}
.form_template_header .title {
  font-size: 2.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .form_template_header {
    height: 240px;
    text-align: center;
    background: url(../img/common/bg_border.png) center center;
    background-size: 45px 45px;
  }
  .form_template_header .logo {
    width: 180px;
    margin-bottom: 30px;
  }
  .form_template_header .title {
    font-size: 3.6rem;
  }
}

.form_template_catch {
  margin-top: 50px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .form_template_catch {
    margin-top: 70px;
    font-size: 2.1rem;
  }
}

.form_template_flow {
  margin-top: 70px;
}
.form_template_flow .notice {
  margin-top: 10px;
  font-size: 1.3rem;
}

.form_flow_area {
  position: relative;
  padding: 40px 20px 30px;
  border: 5px solid #1D6AB5;
}
.form_flow_area .title {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 50%;
  padding: 0 15px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.form_flow_list_item {
  position: relative;
  text-align: center;
}
.form_flow_list_item:not(:first-child) {
  padding-top: 40px;
}
.form_flow_list_item:not(:first-child):before {
  width: 16px;
  height: 36px;
  top: 10px;
  left: calc(50% - 8px);
  transform: rotate(90deg);
  background: url(../img/preregister/arrow.png) center center no-repeat;
  background-size: contain;
}
.form_flow_list_item .img {
  display: inline-block;
}
.form_flow_list_item .img img {
  width: 100%;
}

.form_flow_point {
  max-width: 306px;
  text-align: center;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 768px) {
  .form_flow_point {
    width: 176px;
  }
}

@media print, screen and (min-width: 768px) {
  .form_template_flow {
    margin-top: 110px;
  }
  .form_template_flow .notice {
    font-size: 1.4rem;
    text-align: right;
  }
  .form_flow_area {
    padding: 80px 10px 50px;
  }
  .form_flow_area .title {
    top: -5px;
    font-size: 2.5rem;
    padding: 0 35px;
  }
  .form_flow_list {
    display: flex;
  }
  .form_flow_list_item {
    padding: 0 10px;
  }
  .form_flow_list_item:not(:first-child) {
    padding-top: 0;
  }
  .form_flow_list_item:not(:first-child):before {
    top: 24px;
    left: -4px;
    transform: rotate(0);
  }
  .column2 .form_flow_list_item {
    width: 0.5;
  }
  .column3 .form_flow_list_item {
    width: 0.3333333333;
  }
  .column4 .form_flow_list_item {
    width: 0.25;
  }
  .form_flow_point {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.1648148148;
    max-width: 176px;
    margin: 0;
    transform: translate(30%, -50%);
  }
}
.document_flow .form_flow_list_item .img {
  max-width: 307px;
}
@media print, screen and (min-width: 768px) {
  .document_flow .form_flow_list_item {
    padding: 0 20px;
  }
  .document_flow .form_flow_list_item:not(:first-child):before {
    top: calc(50% - 18px);
    left: -15px;
    width: 60px;
    height: 36px;
    background-image: url(../img/document/arrow.png);
  }
}

.preregister_flow .form_flow_list_item .img {
  max-width: 182px;
  margin-bottom: 5px;
}

.form_template_notice {
  padding: 50px 0 30px;
}
.form_template_notice p {
  font-size: 1.3rem;
}
.form_template_notice p a {
  color: #0048EA;
}
.form_template_notice p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_template_notice {
    padding: 90px 0;
  }
  .form_template_notice p {
    font-size: 1.4rem;
    text-align: center;
  }
  .form_template_notice p a:hover {
    text-decoration: none;
  }
}

.form_template_footer {
  text-align: center;
  padding: 45px 0;
}
.form_template_footer .logo {
  display: inline-block;
  width: 190px;
}
.form_template_footer .copyright {
  margin-top: 15px;
  font-size: 1.3rem;
}

.form_intro_text {
  margin: 40px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_intro_text {
    margin: 70px 0 20px;
    font-size: 2.1rem;
  }
}

.form_note_box,
.form_error_box {
  margin-top: 40px;
  padding: 20px 30px;
  color: #363330;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #363330;
}
@media print, screen and (min-width: 920px) {
  .form_note_box,
  .form_error_box {
    font-size: 1.8rem;
    margin-top: 75px;
  }
}

.form_error_box {
  color: #ca143a;
  border-color: #ca143a;
}

.form_error {
  margin-top: 5px;
  color: #ca143a;
  font-weight: bold;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 920px) {
  .form_contents.confirm {
    margin-top: 40px;
  }
}
.form_contents.thanks {
  margin-top: 0;
}

.form_contents_item {
  display: flex;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid #dcdddd;
  flex-direction: column;
}
.form_contents_item:first-child {
  border-top: none;
}
@media print, screen and (min-width: 920px) {
  .form_contents_item {
    flex-direction: row;
    gap: 20px;
    padding: 30px 0;
  }
}
.form_contents_item.rp {
  flex-direction: column;
  gap: 10px;
  display: flex;
}
@media print, screen and (min-width: 1180px) {
  .form_contents_item.rp {
    gap: 20px;
    flex-direction: row;
  }
}
.form_contents_item.rp .form_box {
  padding-left: 0;
  width: auto;
}
.form_contents_item.rp .form-group > label {
  margin-top: 12px;
}
.form_contents_item.rp .form_error {
  max-width: 250px;
}

.form_contents_item.hidden {
  visibility: hidden;
  padding: 0;
  height: 0;
}

.form_contents_item.none {
  border-top: none;
}

.form_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .form_title {
    width: 260px;
    padding-top: 10px;
    padding-right: 50px;
    font-size: 1.6rem;
  }
}
.form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #b7b7b7;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
}
@media print, screen and (min-width: 920px) {
  .form_title .require,
  .form_title .optional {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 1.2rem;
  }
}
.form_title .require {
  background: #EA515C;
  border-radius: 2px;
}

.form_box {
  margin-top: 3px;
}
@media print, screen and (min-width: 920px) {
  .form_box {
    width: calc(100% - 260px);
    margin-top: 0;
  }
}
.form_box.mt {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .form_box.mt {
    margin-top: 0;
  }
}
.form_box .input-wrap {
  width: auto;
  position: relative;
}
@media (min-width: 365px) {
  .form_box .input-wrap {
    width: 25rem;
  }
}
.form_box .input-wrap::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 46px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background-color: #1D6AB6;
  background-image: url("../img/underlayer/icon_datepick.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-left: solid #D1D5DD 1px;
  pointer-events: none;
}
.form_box.pl0 {
  padding-left: 0;
}
.form_box.w100 {
  width: 100%;
}

.select_group {
  width: 25rem;
}
.select_group.set_time.hidden {
  display: none;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .form-group {
    margin-top: 0;
    gap: 20px;
    flex-direction: row;
  }
}

.form_box_in_text + .form_box_in_text {
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text {
    display: flex;
  }
}
.form_box_in_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_text {
    padding-top: 10px;
    text-align: right;
    width: 125px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_box {
    width: calc(100% - 125px);
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 920px) {
  .form_box_colm2_text {
    display: flex;
  }
}
.form_box_colm2_text .in_item {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_box_colm2_text .in_item {
    display: flex;
    width: 50%;
    margin-top: 0;
    padding-right: 30px;
  }
}
.form_box_colm2_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-top: 10px;
  width: 30px;
}
.form_box_colm2_text .in_box {
  width: calc(100% - 30px);
}

.static_contents .form_list:not(.anchor-link, .not_parts) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0;
}
.static_contents .form_list:not(.anchor-link, .not_parts) li {
  width: 25rem;
  padding-left: 0;
  margin: 0 !important;
}
.static_contents .form_list:not(.anchor-link, .not_parts) li::before {
  content: none !important;
}
.static_contents .form_list:not(.anchor-link, .not_parts) li:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1180px) {
  .static_contents .form_list:not(.anchor-link, .not_parts) li:not(:last-child) {
    margin-bottom: 15px;
  }
  .static_contents .form_list:not(.anchor-link, .not_parts).colm2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .static_contents .form_list:not(.anchor-link, .not_parts).colm2 li {
    width: 50%;
    padding: 0 10px;
  }
}

.dokode_other {
  display: none;
  margin-top: 15px;
}
.dokode_other .dokode_other_text {
  margin-bottom: 5px;
}

.form_contents_privacy {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy {
    margin-top: 50px;
  }
}
.form_contents_privacy .privacy_checkbox {
  max-width: 300px;
  width: 100%;
}
.form_contents_privacy .privacy_checkbox span {
  background-color: #fff2f2;
  border: 1px solid #e04749;
}
.form_contents_privacy .privacy_checkbox span:before {
  border-color: #e04749;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy .privacy_checkbox {
    margin-top: 20px;
  }
}

.privacy_text {
  text-align: left;
  font-size: 1.3rem;
}
.privacy_text a {
  color: #0048EA;
}
.privacy_text a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 920px) {
  .privacy_text {
    font-size: 1.5rem;
  }
  .privacy_text a:hover {
    text-decoration: none;
  }
}

.submit_area {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .submit_area {
    display: flex;
    justify-content: center;
    max-width: 700px;
    gap: 30px;
    margin: 60px auto 0;
  }
}

.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 920px) {
  .submit_btn,
  .back_btn {
    width: 100%;
  }
}
.submit_btn .btn,
.back_btn .btn {
  max-width: 320px;
  display: flex;
  gap: 0 10px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 15px 5px;
  background-image: linear-gradient(180deg, hsl(55, 100%, 50%) 0%, hsl(53, 100%, 53%) 10%, hsl(52, 100%, 55%) 20%, hsl(50, 100%, 57%) 30%, hsl(48, 100%, 58%) 40%, hsl(46, 100%, 59%) 50%, hsl(44, 100%, 60%) 60%, hsl(43, 100%, 61%) 70%, hsl(41, 100%, 62%) 80%, hsl(39, 100%, 63%) 90%, hsl(37, 100%, 64%) 100%);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  margin-inline: auto;
  border-radius: 5px;
  box-shadow: 0 7px 5px 2px rgba(154, 154, 154, 0.2);
}
@media (hover: hover) {
  .submit_btn .btn:where(:any-link, :enabled, summary, span, dt, div):hover,
  .back_btn .btn:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.submit_btn .btn.wide,
.back_btn .btn.wide {
  max-width: 700px;
}

.submit_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .submit_btn {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .submit_btn .btn {
    width: 100%;
  }
}

.form_contents.thanks .submit_btn {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  width: 240px;
}
@media print, screen and (min-width: 768px) {
  .form_contents.thanks .submit_btn {
    width: 360px;
  }
}
.form_contents.thanks .button_accent {
  width: 100%;
}

.back_btn .btn {
  height: 60px;
  background: linear-gradient(0deg, rgb(116, 116, 116) 0%, rgb(199, 199, 199) 100%);
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  .back_btn .btn {
    width: 100%;
    max-width: 600px;
    font-size: 1.7rem;
  }
}

.form_notes {
  text-align: center;
}
.submit-btn + .form_notes {
  padding-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .submit-btn + .form_notes {
    padding-top: 60px;
  }
}
.form_notes .text {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text {
    font-size: 1.6rem;
  }
}
.form_notes .text a {
  color: #fd504f;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text a:hover {
    text-decoration: none;
  }
}
.form_notes .info {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 920px) {
  .form_notes .info {
    font-size: 1.4rem;
  }
}

.form_radio {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + span {
  background-color: #fff2f2;
  border-color: #fd504f;
  color: #fd504f;
}
.form_radio input:checked + span:before {
  border-color: #fd504f;
}
.form_radio input:checked + span:after {
  transform: scale(1, 1);
}
.form_radio span {
  display: block;
  width: 100%;
  background-color: #F9FAFC;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 10px 20px 10px 38px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
.form_radio span:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_radio span:after {
  display: block;
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background-color: #fd504f;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0);
  transition: all 0.2s;
}

.form_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_checkbox input {
  display: none;
}
.form_checkbox input:checked + span {
  background-color: #fff2f2;
  border-color: #e04749;
}
.form_checkbox input:checked + span:before {
  border-color: #e04749;
}
.form_checkbox input:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}
.form_checkbox span {
  display: inline-block;
  width: 100%;
  background-color: #F9FAFC;
  border: 1px solid #D1D5DD;
  border-radius: 6px;
  padding: 11px 15px 10px 45px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_checkbox span {
    font-size: 1.5rem;
  }
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_checkbox span:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #e04749;
  border-left: 2px solid #e04749;
  top: -3px;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.form_textarea {
  width: 100%;
  border: 1px solid #D1D5DD;
  background: #F9FAFC;
  padding: 20px;
  border-radius: 5px;
  min-height: 180px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .form_textarea {
    padding: 12px 20px;
    font-size: 1.5rem;
  }
}
.form_textarea::placeholder {
  color: #8b8b8b;
}
.form_textarea::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_textarea:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_input {
  width: 100%;
  border: 1px solid #D1D5DD;
  background: #F9FAFC;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_input {
    padding: 12px 20px 11px;
    font-size: 1.5rem;
  }
}
.form_input[type=tel] {
  max-width: 260px;
}
.form_input::placeholder {
  color: #8b8b8b;
}
.form_input::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_input:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #D1D5DD;
  background-color: #F9FAFC;
  border-radius: 4px;
}
.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  width: 100%;
  height: 46px;
  padding: 0 56px 0 20px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_select select {
    font-size: 1.5rem;
  }
}
.form_select select::-ms-expand {
  display: none;
}
.form_select:before {
  display: block;
  content: "";
  position: absolute;
  width: 46px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #dbdbdb;
  border-radius: 0 4px 4px 0;
  background-color: #1D6AB6;
  pointer-events: none;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 11px;
  background-image: url("../img/underlayer/select-arrow.svg");
  top: 19px;
  right: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media print, screen and (min-width: 920px) {
  .form_file {
    display: flex;
    padding-top: 10px;
  }
}

.form_file_select span {
  display: block;
}
.form_file_select span + span {
  margin-top: 10px;
}

.form_file_add {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add {
    margin-top: -2px;
    width: 140px;
  }
}
.form_file_add button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #8d979d;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button {
    padding: 5px 0;
    border-radius: 30px;
  }
}
.form_file_add button span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span {
    padding: 0 0 0 15px;
  }
}
.form_file_add button span:before, .form_file_add button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: #363330;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span:before, .form_file_add button span:after {
    width: 8px;
  }
}
.form_file_add button span:after {
  transform: translateY(-50%) rotate(90deg);
}

.form_file_text {
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_text {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.form_thanks {
  padding: 20px 0 50px;
}
.form_thanks strong {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  color: #1D6AB5;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_thanks strong {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form_thanks p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.form_thanks p a {
  color: #0048EA;
}
.form_thanks p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_thanks p a:hover {
    text-decoration: none;
  }
}
.form_thanks p.left {
  text-align: left;
}

.confirm .form_title {
  padding-top: 0;
}
.confirm .form_box {
  margin-top: 0;
  font-size: 1.6rem;
}
.confirm .form_contents_item {
  padding-block: 20px;
}
.confirm .form_contents_item .date {
  display: flex;
  gap: 20px;
}

.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 5 !important;
}
@media print, screen and (min-width: 920px) {
  .grecaptcha-badge {
    bottom: 135px !important;
  }
}

.inqtype_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 20px + 0.5vw, 26px);
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.contact_title {
  font-size: 40px;
  font-size: clamp(28px, 28px + 0.5vw, 40px);
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

.underlayer {
  position: relative;
  z-index: 1;
}
.underlayer::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100vw;
  height: calc(100% + 200px);
  background-color: #77ABDB;
  left: calc(-50vw + 50%);
  top: 58px;
  box-shadow: 1px -5px 11px rgba(0, 0, 0, 0.2588235294);
}
.underlayer.no_shadow::after {
  box-shadow: none;
}

.underlayer__content {
  position: relative;
  z-index: 3;
  padding-block-start: 60px;
}
.underlayer__content__inner {
  margin-top: 60px;
  background-color: #fff;
  padding-inline: 1rem;
  padding-block: 60px;
}
@media print, screen and (min-width: 920px) {
  .underlayer__content__inner {
    padding-inline: 5rem;
  }
}

#inqtype_tabs {
  display: flex;
  gap: 5px;
}

#inqtype_tabs li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #898989;
  color: #fff;
  text-align: center;
  font-weight: 700;
  transition: background-color 0.3s;
  margin-top: 0;
  position: relative;
  z-index: 1;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
  min-height: 57px;
  font-size: clamp(12px, 12px + 0.5vw, 18px);
  padding: 0;
}
@media print, screen and (min-width: 1180px) {
  #inqtype_tabs li {
    font-size: 23px;
  }
}
#inqtype_tabs li::before {
  content: none;
}

#inqtype_tabs li.active {
  background-color: #76ABDB;
  color: #fff;
  position: relative;
  z-index: 3;
}

.footer_phone_number {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 20px;
  gap: 0 15px;
  font-weight: 700;
  padding-bottom: 2rem;
}
.footer_phone_number span {
  font-size: 1.6rem;
}
.footer_phone_number .icon {
  font-size: 2.5rem;
  color: #FE9C4B;
}
.footer_phone_number .tel {
  font-size: 2.5rem;
  display: inline-block;
}

.after_comment {
  text-align: left;
}

.grecaptcha-badge {
  z-index: 9999 !important; /* 必要な値に変更 */
}

/*# sourceMappingURL=underlayer.css.map */
