@charset "UTF-8";
.section_access ul:not(.anchor-link, .not_parts) 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;
  }
}

@media (hover: hover) {
  .sp_menu_area a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}

.red {
  color: #e65c5c;
  font-weight: 700;
}

.section_intro_contact .frame {
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
  box-shadow: 0 4px 16px rgba(147, 147, 147, 0.2705882353);
}
@media print, screen and (min-width: 768px) {
  .section_intro_contact .frame {
    padding-top: 11rem;
    padding-bottom: 5.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_intro_contact .frame {
    margin-top: 7rem;
  }
}
.section_intro_contact .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;
  padding: 2rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .section_intro_contact .section_intro_contact_title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    width: 100%;
    padding: 0 2rem;
    line-height: 1.5;
  }
}
.section_intro_contact .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;
}
.section_intro_contact .list_card_wrap {
  width: calc(100% - 50px);
}
@media print, screen and (min-width: 920px) {
  .section_intro_contact .list_card_wrap {
    width: calc(100% - 40px);
  }
}
.section_intro_contact .list_card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 20px;
}
@media print, screen and (min-width: 920px) {
  .section_intro_contact .list_card {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section_intro_contact .card {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  background-color: #efefef;
  border-radius: 5px;
  padding: 8px 10px 0 10px;
}
@media print, screen and (min-width: 768px) {
  .section_intro_contact .card {
    padding: 10px 10px 0 10px;
  }
}
@media print, screen and (min-width: 920px) {
  .section_intro_contact .card {
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
  }
}
.section_intro_contact .card_title {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  width: 65%;
  padding-block: 15px;
}
@media print, screen and (min-width: 480px) {
  .section_intro_contact .card_title {
    width: 50%;
  }
}
@media print, screen and (min-width: 920px) {
  .section_intro_contact .card_title {
    width: 100%;
    font-size: clamp(1.7rem, 1.7rem + 0.25vw, 2.3rem);
  }
}
.section_intro_contact .card_title > span {
  display: inline-block;
}
.section_intro_contact .card_title > .red {
  color: #e65c5c;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .section_intro_contact .card_title > .red {
    font-size: clamp(2rem, 2rem + 0.25vw, 2.6rem);
  }
}
.section_intro_contact .img_wrap {
  width: 35%;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (min-width: 480px) {
  .section_intro_contact .img_wrap {
    width: 50%;
  }
}
@media print, screen and (min-width: 920px) {
  .section_intro_contact .img_wrap {
    width: 100%;
  }
}
.section_intro_contact .arrow_spacer {
  aspect-ratio: 4/1;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #cbdff4;
  margin: 1rem auto;
  width: 70px;
}
@media print, screen and (min-width: 768px) {
  .section_intro_contact .arrow_spacer {
    margin: 2.25rem auto;
    width: 120px;
  }
}
.section_intro_contact .button_frame a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  padding-inline: max(0vw, (100% - 90rem) / 2);
  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%);
  max-width: 856px;
  box-shadow: 0 7px 5px 2px rgba(179, 179, 179, 0.2);
  margin-inline: auto;
  border-radius: 5px;
  padding-block: 1rem;
}
@media print, screen and (min-width: 768px) {
  .section_intro_contact .button_frame a {
    padding-block: 2rem;
  }
}
@media print, screen and (min-width: 920px) {
  .section_intro_contact .button_frame a {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
@media (hover: hover) {
  .section_intro_contact .button_frame a:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
    transform: translateY(2px);
  }
}
.section_intro_contact .button_frame a::after {
  position: absolute;
  content: "";
  background-image: url("../img/top/icon_pointer_sp.svg");
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -6vw;
  right: -1vw;
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .section_intro_contact .button_frame a::after {
    background-image: url("../img/top/icon_pointer.svg");
    bottom: -4rem;
    right: -3rem;
    width: 90px;
    height: 90px;
  }
}
.section_intro_contact .button_frame .inner {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.4rem + 0.5vw, 2.1rem);
  color: #ffffff;
  text-align: center;
  background-color: #e69200;
  border-radius: 100rem;
  padding-inline: 2rem;
  padding-block: 0.5rem;
  width: calc(100% - 20px);
  line-height: 1.5;
}
@media print, screen and (min-width: 920px) {
  .section_intro_contact .button_frame .inner {
    width: fit-content;
  }
}
.section_intro_contact .button_frame .inner span {
  display: inline-block;
}
.section_intro_contact .button_frame .button_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.9rem;
  font-weight: 700;
  width: calc(100% - 20px);
}
@media print, screen and (min-width: 768px) {
  .section_intro_contact .button_frame .button_content {
    gap: 15px;
    font-size: clamp(1.9rem, 1.9rem + 0.5vw, 3.5rem);
  }
}
.section_intro_contact .button_frame .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_intro_contact .button_frame .icon::before {
  font-size: 2.5rem;
  font-size: clamp(2rem, 2rem + 0.5vw, 3rem);
}

.section_intro_about {
  padding-block: 40px 30px;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 98%, rgba(255, 255, 255, 0) 98%, rgba(255, 255, 255, 0) 100%);
}
@media print, screen and (min-width: 768px) {
  .section_intro_about {
    padding-block: 120px 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
}
@media print, screen and (min-width: 920px) {
  .section_intro_about {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  }
}
.section_intro_about::before, .section_intro_about::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 770px;
  background-image: url("../img/top/ellipse.svg");
  background-size: 120%;
  background-position: top center;
  background-repeat: no-repeat;
}
.section_intro_about::before {
  top: -40vw;
  background-position: top center;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about::before {
    top: -30rem;
  }
}
.section_intro_about::after {
  bottom: -7vw;
  background-position: bottom center;
}
.section_intro_about .desc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: clamp(1.4rem, 1.4rem + 0.5vw, 2.2rem);
  font-weight: 700;
}
.section_intro_about .intro_about_title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Maru Gothic";
  position: relative;
  margin-bottom: 1rem;
  margin-top: 5px;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .intro_about_title {
    margin-top: 10px;
    font-size: clamp(2.8rem, 2.8rem + 0.5vw, 4.5rem);
  }
}
.section_intro_about .intro_about_title span.blue {
  color: #1d6ab5;
}
.section_intro_about .intro_about_title span.blue.nml {
  margin-left: -1rem;
}
.section_intro_about .intro_about_title span {
  display: inline-block;
}
.section_intro_about .slide_column {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 55px;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .slide_column {
    margin-top: 60px;
    grid-template-columns: 40% 1fr;
  }
}
.section_intro_about .slide_column .red {
  color: #e65c5c;
  font-weight: 700;
}
.section_intro_about .text_wrap {
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .text_wrap {
    order: 1;
    font-size: 1.7rem;
    line-height: 2;
  }
}
.section_intro_about .about_slider_frame {
  order: 1;
  padding: 10px;
  background-color: #EEEEEE;
  position: relative;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .about_slider_frame {
    order: 2;
    padding: 20px;
  }
}
.section_intro_about .about_slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.section_intro_about .swiper-container {
  width: 100%;
  height: 100%;
}
.section_intro_about .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #d3d3d3;
}
.section_intro_about .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_intro_about .swiper-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: auto;
  right: 5px;
  bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .swiper-horizontal > .swiper-pagination-bullets {
    right: 25px;
  }
}
.section_intro_about .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #959595;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.section_intro_about .swiper-pagination-bullet-active {
  --swiper-theme-color: #f59827;
  --swiper-pagination-color: #f59827;
}
.section_intro_about .swiper-button-next:after,
.section_intro_about .swiper-button-prev:after {
  background-image: url("../img/top/arrow_slide_next.svg");
  font-family: unset;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  right: -1.5rem;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .swiper-button-next:after,
  .section_intro_about .swiper-button-prev:after {
    right: -2.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.section_intro_about .swiper-button-prev:after {
  transform: rotate(-180deg);
  left: -1.5rem;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .swiper-button-prev:after {
    left: -2.5rem;
  }
}
.section_intro_about .heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(#ffd177 2px, transparent 1px) 0 70%, linear-gradient(#ffd177 2px, transparent 1px) 0 80%;
  background-size: 100% 20%;
  background-repeat: no-repeat;
  padding: 5px 0;
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .heading {
    margin-top: 5rem;
    font-size: 3.2rem;
  }
}
.section_intro_about .heading > div {
  margin-inline: auto;
  padding-inline: 5px;
  background-color: #ffffff;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .heading > div {
    padding-inline: 15px;
  }
}
.section_intro_about .heading span {
  color: #f59827;
}
.section_intro_about .heading span.large {
  font-size: 3rem;
}
@media print, screen and (min-width: 768px) {
  .section_intro_about .heading span.large {
    font-size: 5rem;
  }
}
.section_intro_about .list_point_card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px 25px;
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .section_intro_about .list_point_card {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section_intro_about .point_card {
  padding-inline: 15px;
  padding-bottom: 15px;
  background-color: #e8f1fa;
  border-radius: 10px;
  position: relative;
}
.section_intro_about .point_img_wrap {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  aspect-ratio: 1;
  background-color: #e8f1fa;
  border-radius: 50%;
  z-index: 1;
}
.section_intro_about .point_img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  top: -35px;
  width: 8rem;
}
.section_intro_about .card_container {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-block: 3rem 2rem;
}
.section_intro_about .card_title_wrap span {
  color: #f59827;
}
.section_intro_about .card_title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.section_intro_about p {
  margin-top: 20px;
  font-size: 1.8rem;
}
.section_intro_about p span {
  display: inline-block;
}
.section_intro_about .button_wrap.column {
  margin-top: 30px;
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .section_intro_about .button_wrap.column {
    flex-direction: row;
  }
}

.section_bussiness_transfer {
  padding-block: 22vw 6rem;
  background-color: #77ABDB;
}
@media print, screen and (min-width: 768px) {
  .section_bussiness_transfer {
    padding-block: 21rem 9rem;
  }
}
.section_bussiness_transfer .frame {
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .frame {
    padding-bottom: 45px;
  }
}
.section_bussiness_transfer .frame::before {
  content: "";
  position: absolute;
  z-index: -2;
}
@media print, screen and (min-width: 1180px) {
  .section_bussiness_transfer .frame::before {
    background-image: url("../img/top/bussiness_transfer_bg.png");
    top: calc(-2.5rem - 10vw);
    left: 0;
    width: 100%;
    height: 20rem;
    background-size: 100%;
  }
}
@media (min-width: 1376px) {
  .section_bussiness_transfer .frame::before {
    top: calc(-19rem + 27px);
  }
}
.section_bussiness_transfer .entry_title {
  max-width: 920px;
  width: calc(100% - 20px);
  margin-inline: auto;
  text-align: center;
  font-family: Zen Maru Gothic;
  font-weight: 800;
  position: relative;
  top: -3rem;
  background: white;
  z-index: -2;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .section_bussiness_transfer .entry_title {
    border-radius: 15px;
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .entry_title {
    top: -5.5rem;
  }
}
.section_bussiness_transfer .entry_title .title {
  padding-top: 25px;
  padding-bottom: 30px;
  top: -1rem;
}
@media print, screen and (min-width: 768px) {
  .section_bussiness_transfer .entry_title .title {
    padding-top: 20px;
    padding-bottom: 40px;
    top: 0;
  }
}
.section_bussiness_transfer .entry_title .title {
  position: relative;
}
.section_bussiness_transfer .entry_title .title::before {
  content: "";
  position: absolute;
  z-index: -2;
  background-image: url("../img/top/bussiness_transfer_sp_bg.png");
  width: 100%;
  left: 0;
  height: 200px;
  background-size: contain;
  top: calc(-13vw + 14px);
}
@media (min-width: 450px) {
  .section_bussiness_transfer .entry_title .title::before {
    top: calc(-13vw + 12px);
  }
}
@media print, screen and (min-width: 768px) {
  .section_bussiness_transfer .entry_title .title::before {
    top: -11vw;
  }
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .entry_title .title::before {
    top: calc(-12vw + 2px);
  }
}
@media print, screen and (min-width: 1180px) {
  .section_bussiness_transfer .entry_title .title::before {
    content: none;
  }
}
.section_bussiness_transfer .title_inner > span,
.section_bussiness_transfer .small > span {
  display: inline-block;
  font-size: clamp(1.6rem, 1.6rem + 1vw, 3rem);
}
.section_bussiness_transfer .small {
  display: block;
  width: 120%;
  position: relative;
  left: -10%;
}
@media print, screen and (min-width: 768px) {
  .section_bussiness_transfer .small {
    width: auto;
    left: unset;
  }
}
.section_bussiness_transfer .title_inner > span.em {
  font-size: clamp(2.6rem, 2.6rem + 1.5vw, 5.5rem);
  position: relative;
}
.section_bussiness_transfer .title_inner > span.em::after {
  position: absolute;
  z-index: -1;
  bottom: 13px;
  left: -5px;
  content: "";
  width: calc(100% + 10px);
  height: 0.3em;
  background-color: #ffec9a; /* グラデーションの色 */
  display: inline; /* インライン要素に適用 */
  background-size: 100% 0.3em; /* 背景のサイズ */
  background-repeat: no-repeat; /* 背景を繰り返さない */
  background-position: 0 100%; /* 背景をテキスト下部に配置 */
  padding-bottom: 2px;
}
.section_bussiness_transfer .title_inner > span.em > span {
  display: inline-block;
}
.section_bussiness_transfer .content {
  position: relative;
  margin-top: -5rem;
}
.section_bussiness_transfer .comments {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .comments {
    display: block;
  }
}
.section_bussiness_transfer .comments > div {
  padding: 10px 20px;
  background-color: #e8f1fa;
  width: 100%;
  font-weight: bold;
  border-radius: 10px;
  min-width: 275px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .comments > div {
    width: fit-content;
    position: absolute;
    min-width: auto;
  }
}
.section_bussiness_transfer .comments > div + div {
  margin-top: 15px;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .comments > div + div {
    margin-top: 0;
  }
}
.section_bussiness_transfer .comments > div p > span {
  color: #1d6ab5;
  font-size: 2rem;
}
.section_bussiness_transfer .comments > div.left.top {
  left: calc(50% - 40rem);
  top: 0;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .comments > div.left.top {
    border-bottom-right-radius: 0;
    left: calc(50% - 41rem);
    top: 0;
    width: 30rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_bussiness_transfer .comments > div.left.top {
    top: 5%;
    left: calc(50% - 48rem);
  }
}
.section_bussiness_transfer .comments > div.right.top {
  right: calc(50% - 40rem);
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .comments > div.right.top {
    border-bottom-left-radius: 0;
    right: -2.75vw;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_bussiness_transfer .comments > div.right.top {
    top: 5%;
    right: 0;
  }
}
.section_bussiness_transfer .comments > div.left.bottom {
  left: calc(50% - 41rem);
  bottom: 25%;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .comments > div.left.bottom {
    border-bottom-right-radius: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_bussiness_transfer .comments > div.left.bottom {
    left: calc(50% - 50rem);
    bottom: 35%;
  }
}
.section_bussiness_transfer .comments > div.right.bottom {
  right: calc(50% - 35rem);
  bottom: 25%;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .comments > div.right.bottom {
    border-bottom-left-radius: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_bussiness_transfer .comments > div.right.bottom {
    right: calc(50% - 48rem);
    bottom: 35%;
  }
}
@media print, screen and (min-width: 1550px) {
  .section_bussiness_transfer .comments > div.right.bottom {
    right: calc(45% - 48rem);
    bottom: 35%;
  }
}
.section_bussiness_transfer .flex.center {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .flex.center {
    margin-top: 0;
  }
}
.section_bussiness_transfer .flex.center img {
  width: 45vw;
  max-width: 400px;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .flex.center img {
    width: 35vw;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_bussiness_transfer .flex.center img {
    width: 45vw;
  }
}
.section_bussiness_transfer .button_wrap {
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
.section_bussiness_transfer .button_normal {
  max-width: 500px;
  width: 100%;
  text-align: center;
  padding: 12px 40px;
  min-height: 70px;
  display: grid;
  place-items: center;
}
.section_bussiness_transfer .inner_frame {
  margin-top: 45px;
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 20px 15px;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .inner_frame {
    padding: 45px;
  }
}
.section_bussiness_transfer .inner_frame .text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .section_bussiness_transfer .inner_frame .text {
    font-size: 2.5rem;
  }
}
.section_bussiness_transfer .inner_frame .red {
  color: #E65C5C;
}
.section_bussiness_transfer .inner_frame .column {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .section_bussiness_transfer .inner_frame .column {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_bussiness_transfer .inner_frame .column {
    gap: 10px 35px;
  }
}
.section_bussiness_transfer .inner_frame .column > div {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
.section_bussiness_transfer .inner_frame .column > div > span {
  display: inline-block;
}
.section_bussiness_transfer .inner_frame .button_wrap {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

.section_success {
  overflow: hidden;
  padding-block: 13vw 6rem;
}
@media print, screen and (min-width: 768px) {
  .section_success {
    padding-block: 12vw 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section_success .section_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section_success .page_inner_m > .button_wrap {
  margin-top: 3rem;
}
.section_success .page_inner_m > .button_wrap a {
  margin-inline: auto;
}

.success__swiper {
  user-select: none;
  -webkit-user-select: none;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-color: #f59827;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 3px;
  padding: 50px 0 50px 0;
  position: relative;
  margin: 0 auto;
  padding: 30px 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .success__swiper {
    padding: 50px 0 50px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .success__swiper {
    max-width: 880px;
  }
}
.success__swiper .swiper-horizontal > .swiper-pagination-bullets,
.success__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -5px;
}
.success__swiper .swiper-button-next:after,
.success__swiper .swiper-button-prev:after {
  background-image: url("../img/top/arrow_slide_next.svg");
  font-family: unset;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 1180px) {
  .success__swiper .swiper-button-next:after,
  .success__swiper .swiper-button-prev:after {
    right: -8rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}
.success__swiper .swiper-button-prev:after {
  transform: rotate(-180deg);
}
@media print, screen and (min-width: 1180px) {
  .success__swiper .swiper-button-prev:after {
    left: -7rem;
  }
}
.success__swiper .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 100%;
  text-align: left;
  margin-inline: 14px 7px;
  width: calc(100% - 30px);
}
.success__swiper .card {
  background: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 7px 2px rgba(213, 208, 192, 0.5);
}
.success__swiper .card image {
  aspect-ratio: 376/232;
  object-fit: cover;
}
.success__swiper .card::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/common/arrow_grey.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.success__swiper .card image {
  aspect-ratio: 376/232;
  object-fit: cover;
}
.success__swiper .title {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1.25rem 0;
  border-bottom: solid 1px #f0f0f0;
  min-height: 9rem;
}
@media print, screen and (min-width: 920px) {
  .success__swiper .title {
    padding: 2rem 0;
    font-size: 2rem;
    min-height: 11rem;
  }
}
.success__swiper .info {
  display: flex;
  flex-direction: column;
  gap: 0 5px;
  margin-top: 10px;
  font-size: 1.4rem;
}
.success__swiper .swiper-slide {
  color: #363330;
}
@media print, screen and (min-width: 768px) {
  .success__swiper .swiper-slide {
    width: 420px;
  }
}
.success__swiper .swiper-scrollbar {
  display: none;
}

.section_news {
  padding-block: 6rem;
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .section_news {
    padding-block: 7rem 8rem;
  }
}
.section_news .button_wrap {
  margin-inline: auto;
  margin-top: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: calc(100% - 20px);
  margin-inline: auto;
}
.section_news .button_accent {
  text-align: left;
  padding-left: 25px;
}

.news_inner {
  display: grid;
  grid-template-columns: auto;
}
@media print, screen and (min-width: 920px) {
  .news_inner {
    grid-template-columns: 23rem 1fr;
    gap: 5%;
  }
}

.news_title_wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media print, screen and (min-width: 768px) {
  .news_title_wrap {
    gap: 35px 0;
  }
}

.section_title {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
}
@media print, screen and (min-width: 768px) {
  .section_title {
    font-size: 3.5rem;
  }
}
.section_title.sp_center {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .section_title.sp_center {
    text-align: left;
  }
}

.section_access {
  background-color: #ffffff;
}
@media print, screen and (min-width: 1180px) {
  .section_access {
    padding-bottom: 11rem;
  }
}
@media print, screen and (min-width: 920px) {
  .section_access .section_title.mt45 {
    margin-top: 45px;
  }
}

.section_bnr {
  background-color: #f0f7fd;
}
.section_bnr .title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5rem 0;
}

.bnr_list {
  column-gap: 15px;
  row-gap: 15px;
  column-count: 2;
  padding-block: 20px 60px;
}
@media print, screen and (min-width: 768px) {
  .bnr_list {
    columns: unset;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    padding-block: 20px 75px;
    margin-top: 0;
  }
}

.bnr_item {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  height: 100%;
  aspect-ratio: 247/88;
}
@media print, screen and (min-width: 768px) {
  .bnr_item {
    margin-bottom: 0;
    aspect-ratio: unset;
  }
}
.bnr_item a {
  display: block;
}
.bnr_item a:hover {
  opacity: 0.75;
}
.bnr_item img {
  width: 100%;
  border-radius: 5px;
}

.section_access .column {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media print, screen and (min-width: 920px) {
  .section_access .column {
    gap: 50px;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_access .column {
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }
}
.section_access .info_block {
  margin-top: 45px;
}
.section_access .section_title span {
  display: inline-block;
}
.section_access .left {
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 250px;
}
@media print, screen and (min-width: 768px) {
  .section_access .left {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_access .left {
    width: calc(60% + 50vw);
    margin-left: calc(-50vw + 50%);
    height: unset;
  }
}
.section_access .right {
  width: 100%;
}
@media print, screen and (min-width: 1180px) {
  .section_access .right {
    min-width: 50rem;
  }
}
.section_access .heading_third {
  color: #1D6AB5;
  font-weight: 700;
  margin-top: 25px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .section_access .heading_third {
    font-size: 2.1rem;
  }
}
.section_access h3 + p {
  margin-top: 10px;
}
.section_access h3 + h4 {
  margin-top: 20px;
}
.section_access h4 {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
}
.section_access h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D3D3D3;
}
.section_access ul {
  padding-block: 10px;
}
.section_access ul:not(.anchor-link, .not_parts) {
  counter-reset: li;
  margin-top: var(--margin-top-text-spacing);
}
.section_access ul:not(.anchor-link, .not_parts) li {
  list-style: none;
  position: relative;
  padding-left: 22px;
}
.section_access ul:not(.anchor-link, .not_parts) li:not(:first-child) {
  margin-top: 5px;
}
.section_access ul:not(.anchor-link, .not_parts) li:before {
  top: 0.64em;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1D6AB6;
}
@media print, screen and (min-width: 768px) {
  .section_access ul:not(.anchor-link, .not_parts) li:before {
    top: 10px;
  }
}

body.home .footer_entry_flex .button_wrap {
  width: 100%;
}

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