@charset "UTF-8";
/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
.hover_opacity {
  transition: 0.3s opacity;
}
@media (min-width: 768px) {
  .hover_opacity:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .hover_opacity:active {
    opacity: 0.6;
  }
}

.default_w {
  width: 90%;
  max-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #F0F5FF;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
@media (max-width: 767px) {
  .u_pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u_sp {
    display: none;
  }
}

.container {
  position: relative;
  overflow: clip;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0);
  }
}
@keyframes shadow-pulse-y {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 206, 93, 0.5);
  }
  50% {
    box-shadow: 0 0 0 13px rgba(255, 206, 93, 0.5);
  }
  100% {
    box-shadow: 0 0 0 13px rgba(255, 206, 93, 0);
  }
}
.l_roundbtn {
  width: 100%;
  height: 100%;
}

.roundbtn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  transition: 0.3s opacity;
}
.roundbtn > div {
  padding: 0 49px 0 29px;
  position: relative;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .roundbtn > div {
    padding: 0 38px 0 20px;
  }
}
.roundbtn > div > div {
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.roundbtn > div::before, .roundbtn > div::after {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
.roundbtn > div::before {
  width: 23px;
  height: 22px;
  left: 0;
  content: "";
  background-color: #FF9D01;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(asset/img/common/icon_mail01.svg);
}
@media (max-width: 767px) {
  .roundbtn > div::before {
    width: 16px;
    height: 16px;
  }
}
.roundbtn > div::after {
  padding: 5px;
  right: 0;
  content: "無料";
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #F95D49;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .roundbtn > div::after {
    padding: 3px 5px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .roundbtn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .roundbtn:active {
    opacity: 0.6;
  }
}
.roundbtn.roundbtn__cta {
  animation: shadow-pulse 2.5s infinite ease-in-out;
}
@media (max-width: 767px) {
  .roundbtn.roundbtn__head > div {
    padding: 0 30px 0 15px;
  }
}
@media (max-width: 767px) {
  .roundbtn.roundbtn__head > div::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .roundbtn.roundbtn__head > div::after {
    padding: 3px;
    font-size: 9px;
  }
}
.roundbtn.roundbtn__gr, .roundbtn.roundbtn__arrow {
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
}
.roundbtn.roundbtn__gr > div, .roundbtn.roundbtn__arrow > div {
  color: #fff;
}
.roundbtn.roundbtn__arrow {
  position: relative;
}
.roundbtn.roundbtn__arrow::after {
  width: 8px;
  height: 14px;
  position: absolute;
  bottom: 50%;
  right: 20px;
  transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_arrow01.svg);
}
.roundbtn.roundbtn__arrow > div {
  padding: 0;
}
.roundbtn.roundbtn__arrow > div::before, .roundbtn.roundbtn__arrow > div::after {
  display: none;
}
.roundbtn.roundbtn__r {
  background: #F95D49;
}
.roundbtn.roundbtn__gr > div::before {
  background-color: #fff;
}
.roundbtn.roundbtn__gr > div::after {
  color: #F95D49;
  background-color: #FFF600;
}
.roundbtn.roundbtn__gr.roundbtn__cta {
  animation: shadow-pulse-y 2.5s infinite ease-in-out;
}
.roundbtn:not(.roundbtn__head) {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.l_variablebtn {
  display: inline-block;
}
@media (max-width: 767px) {
  .l_variablebtn.l_variablebtn__spmax {
    width: 100%;
    display: block;
  }
}

.variablebtn {
  padding: 20px 25px;
  display: inline-block;
  position: relative;
  background-color: #F95D49;
  border-radius: 100px;
  transition: 0.3s opacity;
}
.variablebtn > div {
  padding: 0 28px 0 0;
  position: relative;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}
.variablebtn > div::after {
  width: 8px;
  height: 14px;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_arrow01.svg);
}
@media (min-width: 768px) {
  .variablebtn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .variablebtn:active {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .variablebtn.variablebtn__spmax {
    width: 100%;
    display: block;
  }
  .variablebtn.variablebtn__spmax > div {
    padding: 0;
  }
  .variablebtn.variablebtn__spmax > div::after {
    display: none;
  }
  .variablebtn.variablebtn__spmax::after {
    width: 8px;
    height: 14px;
    position: absolute;
    bottom: 50%;
    right: 25px;
    transform: translateY(50%);
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(asset/img/common/icon_arrow01.svg);
  }
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
.l_header {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .l_header {
    height: 60px;
    box-shadow: 0 0 1.5px 0 rgba(0, 0, 0, 0.2);
  }
}

.header {
  width: 90%;
  max-width: 1200px;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .header::before {
    content: "";
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: calc(100dvh - 60px);
    display: none;
    background: rgba(0, 0, 0, 0.8);
  }
}
.header .header_logo {
  width: 225px;
  display: block;
}
@media (max-width: 767px) {
  .header .header_logo {
    width: 171px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 10px 15px;
  }
}
.header .header_navWrap {
  display: flex;
  align-items: center;
  gap: 30px;
  anchor-name: --header-nav-wrap;
}
@media (max-width: 767px) {
  .header .header_navWrap {
    gap: 15px;
  }
}
.header .header_nav {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_navItem {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-bottom: 2px solid transparent;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
}
.header .header_navItem:hover {
  color: #155DB3;
  border-bottom: 2px solid #155DB3;
}
.header .header_columnNav {
  gap: 10px;
  anchor-name: --header-column-nav;
}
.header .header_columnNav::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-color: #999;
  mask-image: url(asset/img/common/icon_arrow01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 8px 12px;
  transform: rotate(90deg);
}
.header:has(.header_columnNav:hover) .header_columnNav, .header:has(.header_columnMenu:hover) .header_columnNav {
  color: #155DB3;
  border-bottom-color: #155DB3;
}
.header:has(.header_columnNav:hover) .header_columnNav::after, .header:has(.header_columnMenu:hover) .header_columnNav::after {
  background-color: #155DB3;
  transform: rotate(-90deg);
}
.header:has(.header_columnNav:hover) .header_columnMenu, .header:has(.header_columnMenu:hover) .header_columnMenu {
  visibility: visible;
}
.header .header_columnMenu {
  position: absolute;
  top: anchor(--header-nav-wrap bottom);
  left: calc(anchor(--header-column-nav left) - 4px);
  z-index: 2;
  width: 420px;
  visibility: hidden;
  filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.15));
}
@media (min-width: 768px) {
  .header .header_columnMenu::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    max-height: calc(100dvh - 60px);
    padding: 0 15px 20px;
    overflow-y: auto;
    flex-direction: column;
    align-items: center;
    background: #F5F5F5;
    filter: none;
    display: none;
  }
}
.header .header_columnMenu_arrow {
  width: 35px;
  height: 15px;
  background: #fff;
  clip-path: polygon(50% 0, 17.4% 100%, 82.6% 100%);
  transform: translateX(42px);
}
@media (max-width: 767px) {
  .header .header_columnMenu_arrow {
    display: none;
  }
}
.header .header_columnMenu_body {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .header .header_columnMenu_body {
    padding: 0;
    gap: 0;
    background: transparent;
    border-radius: 0;
  }
}
.header .header_columnMenu_head {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px 8px;
  border-bottom: 1px solid #E0E0E0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .header .header_columnMenu_head {
    height: 50px;
    padding: 10px 15px;
    color: #1D2E6C;
  }
}
.header .header_columnMenu_head::after {
  content: "";
  width: 8px;
  height: 12px;
  margin-left: auto;
  display: block;
  flex-shrink: 0;
  background-color: #999;
  mask-image: url(asset/img/common/icon_arrow01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (max-width: 767px) {
  .header .header_columnMenu_head::after {
    background-color: #1D2E6C;
  }
}
.header .header_columnMenu_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
@media (max-width: 767px) {
  .header .header_columnMenu_list {
    gap: 5px;
    padding: 10px 0;
  }
}
.header .header_columnMenu_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 5px 5px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
  transition: color 100ms ease-out;
}
@media (max-width: 767px) {
  .header .header_columnMenu_item {
    gap: 8px;
    padding: 5px 15px;
    font-weight: 400;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .header .header_columnMenu_item:hover {
    color: rgba(51, 51, 51, 0.7);
  }
}
.header .header_columnMenu_item::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
  background: url(asset/img/common/icon_arrow_circle01.svg) center/contain no-repeat;
}
.header .header_columnMenu_spNav,
.header .header_columnMenu_spCta,
.header .header_columnMenu_close {
  display: none;
}
@media (max-width: 767px) {
  .header .header_columnMenu_spNav {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_spNavItem {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #E0E0E0;
    color: #1D2E6C;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.48px;
    word-break: break-word;
  }
  .header .header_columnMenu_spNavItem::after {
    content: "";
    width: 8px;
    height: 12px;
    margin-left: auto;
    display: block;
    flex-shrink: 0;
    background-color: #1D2E6C;
    mask-image: url(asset/img/common/icon_arrow01.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_spCta {
    width: 100%;
    padding-top: 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_spCtaBox {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background: #fff;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_spCtaLead {
    width: 100%;
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_spCta .l_roundbtn {
    height: 63px;
    padding-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_spCta .roundbtn {
    min-height: 60px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_spCta .roundbtn__head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 9px;
    height: 14px;
    transform: translateY(-50%);
    background: url(asset/img/common/icon_arrow01.svg) center/contain no-repeat;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_spCta .roundbtn__gr {
    background: linear-gradient(90deg, #E11422 0%, #FF3C49 98.05%);
  }
  .header .header_columnMenu_spCta .roundbtn__gr > div {
    padding: 0;
  }
  .header .header_columnMenu_spCta .roundbtn__gr > div::before, .header .header_columnMenu_spCta .roundbtn__gr > div::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_spCtaText {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.48px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header .header_columnMenu_close {
    width: 115px;
    margin-top: 20px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #AFAFAF;
    border-radius: 34px;
    appearance: none;
    background: transparent;
    color: #737373;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    white-space: nowrap;
    cursor: pointer;
  }
  .header .header_columnMenu_close::before {
    content: "";
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    background: url(asset/img/common/icon_close01.svg) center/contain no-repeat;
  }
}
@media (max-width: 767px) {
  .header.is_menuOpen::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .header.is_menuOpen .header_columnMenu {
    display: flex;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .header.is_menuOpen .header_menuBtnIcon__open {
    display: none;
  }
}
@media (max-width: 767px) {
  .header.is_menuOpen .header_menuBtnIcon__close {
    display: block;
  }
}
.header .header_btn {
  width: 285px;
  height: 60px;
  font-size: 20px;
  transform: translateY(-3px);
  transition: transform 0.1s ease-out;
}
.header .header_btn:hover {
  transform: translateY(0);
}
.header .header_btn .roundbtn__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 14px;
  transform: translateY(-50%);
  background: url(asset/img/common/icon_arrow01.svg) center/contain no-repeat;
}
.header .header_btn .header_cta_bubble {
  position: absolute;
  position-anchor: --header-cta;
  bottom: anchor(top);
  left: anchor(center);
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.19));
}
.header .header_btn .header_cta_bubble .header_cta_bubble_text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 20px;
  background: #FFE97E;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.65px;
  white-space: nowrap;
}
.header .header_btn .header_cta_bubble .header_cta_bubble_arrow {
  width: 16px;
  height: 8px;
  background: #FFE97E;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.header .header_btn .roundbtn {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
.header .header_btn .roundbtn:hover {
  opacity: 1;
  box-shadow: none;
}
.header .header_btn .roundbtn__gr {
  background: linear-gradient(90deg, #E11422 0%, #FF3C49 98.05%);
}
.header .header_btn .roundbtn__gr > div {
  padding: 0;
}
.header .header_btn .roundbtn__gr > div::before, .header .header_btn .roundbtn__gr > div::after {
  display: none;
}
.header .header_btn .header_cta {
  anchor-name: --header-cta;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: 0.54px;
}
.header .header_btn .header_cta_text__sp {
  display: none;
}
@media (max-width: 767px) {
  .header .header_btn {
    width: 106px;
    height: 38px;
    font-size: 12px;
    transform: none;
  }
  .header .header_btn:hover {
    transform: none;
  }
  .header .header_btn .header_cta_bubble {
    display: none;
  }
  .header .header_btn .roundbtn {
    box-shadow: none;
  }
  .header .header_btn .roundbtn:hover {
    box-shadow: none;
  }
  .header .header_btn .roundbtn__head::after {
    display: none;
  }
  .header .header_btn .header_cta {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    white-space: nowrap;
  }
  .header .header_btn .header_cta_text__pc {
    display: none;
  }
  .header .header_btn .header_cta_text__sp {
    display: inline;
  }
}
.header .header_menuBtn {
  display: none;
}
@media (max-width: 767px) {
  .header .header_menuBtn {
    width: 23px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    border: 0;
    appearance: none;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .header .header_menuBtnIcon {
    height: 30px;
    display: block;
  }
}
@media (max-width: 767px) {
  .header .header_menuBtnIcon__open {
    width: 23px;
  }
}
@media (max-width: 767px) {
  .header .header_menuBtnIcon__close {
    width: 20px;
    display: none;
  }
}

@media (max-width: 767px) {
  body.is_headerMenuOpen {
    overflow: hidden;
  }
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
.l_footer {
  background-color: #fff;
}

.footer .footer_head {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer .footer_head {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer .footer_head {
    padding: 20px 0;
  }
}
.footer .footer_head .footer_head_link {
  line-height: 1;
}
.footer .footer_head .footer_head_link:nth-child(n+2) {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #545454;
}
.footer .footer_head .footer_head_link > a {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #545454;
}
@media (max-width: 767px) {
  .footer .footer_head .footer_head_link > a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .footer .footer_body {
    padding: 0 0 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footer_body {
    padding: 0 20px 20px 20px;
  }
}
.footer .footer_body .footer_body_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .footer_body .footer_body_inner:nth-child(1) {
    width: 430px;
  }
}
.footer .footer_body .footer_body_inner:nth-child(1) .footer_body_inner_img {
  width: 80px;
}
.footer .footer_body .footer_body_inner:nth-child(1) .footer_body_inner_txt {
  width: calc(100% - 95px);
}
@media (min-width: 768px) {
  .footer .footer_body .footer_body_inner:nth-child(2) {
    width: 335px;
    margin: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer_body .footer_body_inner:nth-child(2) {
    margin: 10px 0 0;
  }
}
.footer .footer_body .footer_body_inner:nth-child(2) .footer_body_inner_img {
  width: 48px;
}
.footer .footer_body .footer_body_inner:nth-child(2) .footer_body_inner_txt {
  width: calc(100% - 58px);
}
.footer .footer_body .footer_body_inner .footer_body_inner_txt {
  font-size: 10px;
  font-weight: 300;
  line-height: 160%;
}
.footer .footer_body .footer_body_inner .footer_body_inner_txt > div {
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}
.footer .footer_foot {
  color: #fff;
  background-color: #333333;
}
.footer .footer_foot .footer_foot_inner {
  display: flex;
}
.footer .footer_foot .footer_foot_info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 10px;
  font-weight: 300;
  line-height: 160%;
}
.footer .footer_foot .footer_foot_info_ttl {
  font-weight: 600;
  line-height: 13px;
}
.footer .footer_foot .footer_foot_copy {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.96px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer_foot .footer_foot_inner {
    padding: 20px 0;
    gap: 25px;
    justify-content: center;
    align-items: center;
  }
  .footer .footer_foot .footer_foot_img {
    width: 192px;
    height: 25px;
  }
  .footer .footer_foot .footer_foot_copy {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .footer .footer_foot {
    padding: 20px 20px 0px 20px;
  }
  .footer .footer_foot .footer_foot_inner {
    flex-direction: column;
    gap: 10px;
  }
  .footer .footer_foot .footer_foot_img {
    width: 141.429px;
    height: 18px;
  }
  .footer .footer_foot .footer_foot_copy {
    padding: 10px 20px;
  }
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
.l_modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s opacity;
}
.l_modal:not(.is_show) {
  opacity: 0;
  pointer-events: none;
}

.modal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.modal .modal_bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal .modal_inner {
  width: 90%;
  max-width: 875px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .modal .modal_inner {
    width: 100%;
  }
}
.modal .modal_inner .modal_inner_close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 1;
  transition: 0.2s opacity;
}
@media (min-width: 768px) {
  .modal .modal_inner .modal_inner_close:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .modal .modal_inner .modal_inner_close:active {
    opacity: 0.6;
  }
}
.modal .modal_inner .modal_inner_close::before, .modal .modal_inner .modal_inner_close::after {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  content: "";
  background-color: #fff;
  border-radius: 20px;
}
.modal .modal_inner .modal_inner_close::before {
  transform: translate(50%, 50%) rotate(45deg);
}
.modal .modal_inner .modal_inner_close::after {
  transform: translate(50%, 50%) rotate(-45deg);
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
.l_hero {
  padding: 0 0 100px;
  background-color: #4FA2FF;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(asset/img/common/bg_hero01.jpg);
}
@media (max-width: 767px) {
  .l_hero {
    padding: 0 0 50px;
  }
}

.hero .hero_head {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .hero .hero_head {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .hero .hero_head {
    padding: 10px 0 0;
  }
}
.hero .hero_body {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  background-color: #1D2E6C;
}
@media (max-width: 767px) {
  .hero .hero_body {
    margin: -8px 0 0;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
  }
}
.hero .hero_body .hero_body_inner {
  width: 95%;
  max-width: 1360px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .hero .hero_body .hero_body_inner {
    width: 95%;
  }
}
.hero .hero_body .hero_body_inner .hero_body_inner_point {
  width: calc((100% - 80px) / 3);
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 4.4px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .hero .hero_body .hero_body_inner .hero_body_inner_point {
    width: calc((100% - 20px) / 3);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
  }
}
.hero .hero_body .hero_body_inner .hero_body_inner_point:nth-child(n+2) {
  margin: 0 0 0 40px;
  padding: 0 0 0 40px;
  border-left: 2px solid #5461A6;
}
@media (max-width: 767px) {
  .hero .hero_body .hero_body_inner .hero_body_inner_point:nth-child(n+2) {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
}
.hero .hero_body .hero_body_inner .hero_body_inner_point::before {
  width: 0.85em;
  height: 0.85em;
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_check01.svg);
}
.hero .hero_body .hero_body_inner .hero_body_inner_point > span {
  color: #FFF600;
}
.hero .hero_foot {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .hero .hero_foot {
    margin: 30px 0 0;
  }
}
.hero .hero_foot .hero_foot_txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .hero .hero_foot .hero_foot_txt {
    font-size: 12px;
  }
}
.hero .hero_foot .hero_foot_btn {
  width: 90%;
  max-width: 600px;
  height: 88px;
  margin: 20px auto 0;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero .hero_foot .hero_foot_btn {
    height: 58px;
    margin: 12px auto 0;
    font-size: 16px;
  }
}
.hero .hero_foot .hero_foot_point {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .hero .hero_foot .hero_foot_point {
    margin: 40px 0 0;
  }
}

.l_point {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.point {
  background-color: #fff;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .point {
    position: relative;
    overflow: hidden;
  }
}
.point .point_body {
  width: 80%;
  margin: auto;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .point .point_body {
    width: 90%;
    padding: 40% 0 30px;
  }
}
@media (max-width: 767px) {
  .point .point_body .point_body_img {
    width: calc(100vw - 31px);
    position: absolute;
    top: -8px;
    right: calc(50% + 4px);
    transform: translateX(50%);
  }
}
.point .point_body .point_body_txt {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .point .point_body .point_body_txt {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .point .point_body .point_body_txt {
    margin: 30px 0 0;
  }
}
.point .point_body .point_body_txt > p {
  font-weight: 500;
  line-height: 170%;
}
.point .point_body .point_body_txt > p > span {
  color: #F95D49;
}
.point .point_body .point_body_txt > p:nth-child(n+2) {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .point .point_body .point_body_txt > p:nth-child(n+2) {
    margin: 30px 0 0;
  }
}
.point .point_body .point_body_txt > p.point_body_txt_high {
  padding: 0 0 0 15px;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  line-height: 170%;
  background-color: #FFFBE6;
}
@media (max-width: 767px) {
  .point .point_body .point_body_txt > p.point_body_txt_high {
    padding: 12px;
    display: block;
    font-size: 18px;
    text-align: center;
  }
}
.point .point_foot {
  padding: 30px 0;
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
}
@media (max-width: 767px) {
  .point .point_foot {
    border-radius: 0 0 8px 8px;
  }
}
.point .point_foot .point_foot_txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .point .point_foot .point_foot_txt {
    font-size: 12px;
  }
}
.point .point_foot .point_foot_btn {
  width: 90%;
  max-width: 600px;
  height: 88px;
  margin: 20px auto 0;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .point .point_foot .point_foot_btn {
    height: 60px;
    margin-top: 12px;
    font-size: 16px;
  }
}

.l_topcontent {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .l_topcontent {
    margin-top: 50px;
  }
}
.l_topcontent:nth-child(n+3) {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .l_topcontent:nth-child(n+3) {
    margin-top: 80px;
  }
}

.topcontent .topcontent_head {
  position: relative;
  z-index: 1;
}
.topcontent .topcontent_body {
  margin: -40px 0 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .topcontent .topcontent_body {
    margin: -30px 0 0;
  }
}
.topcontent .topcontent_foot {
  padding: 50px 0;
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  border-radius: 0 0 15px 15px;
}
@media (max-width: 767px) {
  .topcontent .topcontent_foot {
    padding: 25px 0 35px;
  }
}
.topcontent .topcontent_foot .topcontent_foot_txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .topcontent .topcontent_foot .topcontent_foot_txt {
    font-size: 12px;
  }
}
.topcontent .topcontent_foot .topcontent_foot_btn {
  width: 90%;
  max-width: 600px;
  height: 88px;
  margin: 20px auto 0;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .topcontent .topcontent_foot .topcontent_foot_btn {
    height: 60px;
    font-size: 16px;
    margin-top: 12px;
  }
}

.l_problem {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l_problem {
    padding: 60px 0 35px;
  }
}
.l_problem::before, .l_problem::after {
  width: 100%;
  height: 640px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 0% 100%);
}
@media (max-width: 767px) {
  .l_problem::before, .l_problem::after {
    height: 886px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0% 100%);
  }
}
.l_problem::before {
  background-color: #9E9EAF;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(asset/img/top/bg_problem01.png);
}
@media (max-width: 767px) {
  .l_problem::before {
    height: 886px;
    background-image: url(asset/img/top/bg_problem01_sp.png);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0% 100%);
  }
}
.l_problem::after {
  background: linear-gradient(180deg, rgba(13, 12, 18, 0.55) 0%, rgba(13, 13, 17, 0) 100%);
}

.problem {
  position: relative;
  z-index: 1;
}
.problem .problem_head .problem_head_list {
  width: 85%;
  margin: auto;
  padding: 0 0 60px;
  position: relative;
}
@media (min-width: 768px) {
  .problem .problem_head .problem_head_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .problem .problem_head .problem_head_list {
    width: 90%;
    padding: 0 0 45px;
  }
}
.problem .problem_head .problem_head_list::after {
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .problem .problem_head .problem_head_list::after {
    width: 30px;
    height: 15px;
  }
}
.problem .problem_head .problem_head_list .problem_head_list_item {
  padding: 25px;
  font-weight: 600;
  line-height: 170%;
  color: #fff;
  background: #313540;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .problem .problem_head .problem_head_list .problem_head_list_item {
    width: calc(50% - 10px);
  }
  .problem .problem_head .problem_head_list .problem_head_list_item:nth-child(even) {
    margin: 0 0 0 20px;
  }
  .problem .problem_head .problem_head_list .problem_head_list_item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .problem .problem_head .problem_head_list .problem_head_list_item {
    padding: 15px;
  }
  .problem .problem_head .problem_head_list .problem_head_list_item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.problem .problem_head .problem_head_list .problem_head_list_item > span {
  color: #FFF600;
}
.problem .problem_head .problem_head_txt {
  width: 90%;
  max-width: 860px;
  margin: 40px auto 0;
  padding: 30px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #F95D49;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .problem .problem_head .problem_head_txt {
    margin-top: 30px;
    padding: 15px 0;
    font-size: 16px;
  }
}
.problem .problem_head .problem_head_txt > span {
  color: #FFF600;
}
.problem .problem_body {
  margin: 45px 0 0;
}
@media (max-width: 767px) {
  .problem .problem_body {
    margin: 35px 0 0;
  }
}
.problem .problem_body .problem_body_txt {
  padding: 25px 0;
  text-align: center;
  background-color: #FFFBE6;
}
@media (max-width: 767px) {
  .problem .problem_body .problem_body_txt {
    padding: 20px 15px;
  }
}
.problem .problem_body .problem_body_txt > div {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .problem .problem_body .problem_body_txt > div {
    font-size: 14px;
    text-align: left;
  }
}
.problem .problem_body .problem_body_txt > div::before {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/top/img_problem02.svg);
}
@media (min-width: 768px) {
  .problem .problem_body .problem_body_txt > div::before {
    right: calc(100% + 20px);
  }
}
@media (max-width: 767px) {
  .problem .problem_body .problem_body_txt > div::before {
    width: 60px;
    height: 40px;
    left: -10px;
    background-image: url(asset/img/top/img_problem02_sp.svg);
  }
}
.problem .problem_body .problem_body_txt > div > span {
  color: #F95D49;
}
.problem .problem_body .problem_body_img {
  width: 90%;
  max-width: 750px;
  margin: 45px auto 0;
}
@media (max-width: 767px) {
  .problem .problem_body .problem_body_img {
    margin-top: 35px;
  }
}

.l_strength {
  padding: 100px 0 80px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l_strength {
    padding: 80px 0 30px;
  }
}

.strength {
  width: 90%;
  max-width: 1040px;
  margin: auto;
}
@media (max-width: 767px) {
  .strength {
    width: 100%;
  }
}
.strength .strength_head {
  padding: 0 0 45px;
  position: relative;
}
@media (max-width: 767px) {
  .strength .strength_head {
    width: 90%;
    margin: auto;
    padding: 0 0 40px;
  }
}
.strength .strength_head::after {
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .strength .strength_head::after {
    width: 30px;
    height: 15px;
  }
}
.strength .strength_head .strength_head_txt {
  max-width: 500px;
  margin: auto;
}
.strength .strength_body {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .strength .strength_body {
    width: 90%;
    margin: 30px auto 0;
  }
}
.strength .strength_foot {
  margin: 40px 0 0;
  padding: 40px;
  background-color: #F7F8FC;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .strength .strength_foot {
    margin: 30px 0 0;
    padding: 20px;
    border-radius: 8px;
  }
}
.strength .strength_foot .strength_foot_read {
  padding: 18px 0;
  background-color: #fff;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .strength .strength_foot .strength_foot_read {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_read {
    padding: 18px 15px;
    border-radius: 8px;
  }
}
.strength .strength_foot .strength_foot_read .strength_foot_read_logo {
  width: 190px;
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_read .strength_foot_read_logo {
    width: 150px;
    margin: auto;
  }
}
.strength .strength_foot .strength_foot_read .strength_foot_read_txt {
  margin: 0 0 0 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_read .strength_foot_read_txt {
    margin: 15px 0 0;
    font-size: 11px;
    text-align: center;
  }
}
.strength .strength_foot .strength_foot_logo {
  margin: 40px 0 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_logo {
    margin: 30px 0 0;
  }
}
@media (min-width: 768px) {
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img {
    width: calc((100% - 120px) / 5);
  }
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img:not(:nth-child(5n)) {
    margin: 0 30px 0 0;
  }
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img:nth-child(n+6) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img {
    width: calc(50% - 15px);
  }
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img:nth-child(even) {
    margin: 0 0 0 30px;
  }
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .strpoint {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
  }
  .strpoint:nth-child(even) {
    flex-flow: row-reverse wrap;
  }
}
.strpoint:nth-child(n+2) {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #E2E2E2;
}
@media (min-width: 768px) {
  .strpoint .strpoint_inner:nth-child(1) {
    width: 310px;
  }
  .strpoint .strpoint_inner:nth-child(2) {
    width: calc(100% - 380px);
  }
}
@media (max-width: 767px) {
  .strpoint .strpoint_inner:nth-child(2) {
    margin: 30px 0 0;
  }
}
.strpoint .strpoint_inner .strpoint_inner_sub > div {
  width: 100px;
}
.strpoint .strpoint_inner .strpoint_inner_ttl {
  margin: 25px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
}
@media (max-width: 767px) {
  .strpoint .strpoint_inner .strpoint_inner_ttl {
    margin: 20px 0 0;
    font-size: 20px;
  }
}
.strpoint .strpoint_inner .strpoint_inner_txt {
  margin: 25px 0 0;
  line-height: 170%;
}
@media (max-width: 767px) {
  .strpoint .strpoint_inner .strpoint_inner_txt {
    margin: 20px 0 0;
  }
}

.l_faq {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 70px 80px;
  background-color: #fff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .l_faq {
    width: 100%;
    padding: 50px 15px;
  }
}

.faq .faq_head {
  padding: 0 0 45px;
  position: relative;
}
@media (max-width: 767px) {
  .faq .faq_head {
    padding: 0 0 40px;
  }
}
.faq .faq_head::after {
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .faq .faq_head::after {
    width: 30px;
    height: 15px;
  }
}
.faq .faq_head .faq_head_ttl {
  font-size: 33px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.65px;
  text-align: center;
}
@media (max-width: 767px) {
  .faq .faq_head .faq_head_ttl {
    font-size: 20px;
  }
}
.faq .faq_body {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .faq .faq_body .faq_body_inner {
    padding: 40px;
    background-color: #F7F8FC;
    border-radius: 15px;
  }
}
.faq .faq_body .faq_body_inner:nth-child(n+2) {
  margin: 50px 0 0;
}
.faq .faq_body .faq_body_inner .faq_body_inner_ttl {
  padding: 18px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  color: #fff;
  background-color: #1D2E6C;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .faq .faq_body .faq_body_inner .faq_body_inner_ttl {
    font-size: 17px;
  }
}
.faq .faq_body .faq_body_inner .faq_body_inner_list {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .faq .faq_body .faq_body_inner .faq_body_inner_list {
    margin: 20px 0 0;
  }
}

@media (min-width: 768px) {
  .faqdetail {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
  }
}
.faqdetail:nth-child(n+2) {
  margin: 30px 0 0;
}
.faqdetail .faqdetail_head {
  position: relative;
  background-color: #F7F8FC;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .faqdetail .faqdetail_head {
    height: 90px;
    padding: 0 0 0 96px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .faqdetail .faqdetail_head {
    padding: 15px 15px 18px 55px;
    border-radius: 8px;
  }
}
.faqdetail .faqdetail_head::before {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  content: "Q";
  color: #fff;
  background-color: #1D2E6C;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .faqdetail .faqdetail_head::before {
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (max-width: 767px) {
  .faqdetail .faqdetail_head::before {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
    font-size: 14px;
  }
}
.faqdetail .faqdetail_head .faqdetail_head_ttl {
  font-size: 19px;
  font-weight: 600;
  line-height: 170%;
  color: #1D2E6C;
}
@media (max-width: 767px) {
  .faqdetail .faqdetail_head .faqdetail_head_ttl {
    font-size: 15px;
  }
}
.faqdetail .faqdetail_body .faqdetail_body_txt {
  margin: 30px 0 0;
}

.l_contact {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
  padding: 70px 80px;
  background-color: #fff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .l_contact {
    width: 100%;
    margin: 50px auto;
    padding: 50px 15px;
  }
}

.contact .contact_head {
  padding: 0 0 45px;
  position: relative;
}
@media (max-width: 767px) {
  .contact .contact_head {
    padding: 0 0 40px;
  }
}
.contact .contact_head::after {
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .contact .contact_head::after {
    width: 30px;
    height: 15px;
  }
}
.contact .contact_head .contact_head_ttl {
  font-size: 33px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.65px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .contact_head .contact_head_ttl {
    font-size: 20px;
  }
}
.contact .contact_body {
  margin: 40px 0 0;
}
.contact .contact_foot {
  margin: 30px 0 0;
}
.contact .contact_foot .contact_foot_btn button {
  width: 315px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  border-radius: 100px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  transition: 0.3s opacity, 0.3s background, 0.3s color;
}
@media (max-width: 767px) {
  .contact .contact_foot .contact_foot_btn button {
    font-size: 18px;
  }
}
.contact .contact_foot .contact_foot_btn button::after {
  width: 8px;
  height: 14px;
  position: absolute;
  bottom: 50%;
  right: 20px;
  transform: translateY(50%);
  content: "";
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(asset/img/common/icon_arrow01.svg);
  transition: 0.3s background;
}
.contact .contact_foot .contact_foot_btn button.is_disable {
  background: #E3E3E3;
  color: #898989;
  pointer-events: none;
}
.contact .contact_foot .contact_foot_btn button.is_disable::after {
  background-color: #898989;
}
@media (min-width: 768px) {
  .contact .contact_foot .contact_foot_btn button:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .contact .contact_foot .contact_foot_btn button:active {
    opacity: 0.6;
  }
}
.contact .contact_foot .contact_foot_btn .wpcf7-spinner {
  display: none;
}
.contact .wpcf7-response-output {
  display: none;
}

.bulkform {
  padding: 40px;
  background-color: #F7F8FC;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .bulkform {
    padding: 40px 15px;
  }
}
.bulkform:nth-child(n+2) {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .bulkform:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
.bulkform .bulkform_head .bulkform_head_ttl {
  padding: 18px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  color: #fff;
  background-color: #1D2E6C;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .bulkform .bulkform_head .bulkform_head_ttl {
    font-size: 17px;
  }
}
.bulkform .bulkform_body {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body {
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    position: relative;
  }
}
.bulkform .bulkform_body .bulkform_body_inner:nth-child(n+2) {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #fff;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl {
  padding: 0 0 0 21px;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl {
    width: 300px;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl::before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_check05.svg);
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl > span {
  width: 32px;
  height: 19px;
  margin: 0 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: #EB3737;
  border-radius: 2px;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl.bulkform_body_inner_ttl__none > span {
  color: #919191;
  background-color: #E9E9E9;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio,
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input,
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea {
    margin: 15px 0 0;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio {
  padding: 20px 20px 0;
  background-color: #fff;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio {
    width: calc(100% - 300px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio .wpcf7-list-item {
  margin: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio .wpcf7-list-item {
    margin: 0 15px 20px 0;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio input {
  display: none;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label {
  cursor: pointer;
  display: block;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label .wpcf7-list-item-label {
  padding: 0 0 0 calc(1.3em + 10px);
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label .wpcf7-list-item-label {
    padding: 0 0 0 calc(1.3em + 5px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  border: 1.5px solid #b3b3b3;
  box-sizing: border-box;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 0.25em;
  transform: translateY(-50%);
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #F95D49;
  opacity: 0;
  transition: 0.3s opacity;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input {
    width: calc(100% - 300px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div {
  position: relative;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div:nth-child(n+2) {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div > span {
    width: 75px;
    display: inline-block;
  }
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div > span.wpcf7-form-control-wrap {
    width: calc(100% - 75px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div > span.wpcf7-form-control-wrap {
  margin: 10px 0 0;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap::before {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_check02.svg);
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 15px 45px 15px 15px;
  font-size: 18px;
  border: 1px solid #EDEDED;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap input {
    font-size: 16px;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap input:focus {
  outline: 0;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap.is-invalid::before {
  background-image: url(asset/img/common/icon_check03.svg);
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap.is-valid::before {
  background-image: url(asset/img/common/icon_check04.svg);
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  font-size: 11px;
  font-weight: 600;
  color: #E80000;
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea {
    width: calc(100% - 300px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea > div {
  margin: 10px 0 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea > div {
    font-size: 12px;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea .wpcf7-form-control-wrap {
  width: 100%;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea .wpcf7-form-control-wrap > textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
  font-size: 18px;
  border: 1px solid #EDEDED;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea .wpcf7-form-control-wrap > textarea {
    font-size: 16px;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea .wpcf7-form-control-wrap > textarea:focus {
  outline: 0;
}
.bulkform.bulkform__noline .bulkform_body .bulkform_body_inner:nth-child(n+2) {
  border-top: none;
}

.l_confirm {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .l_confirm {
    padding: 25px 15px;
  }
}

.confirm {
  height: 530px;
  position: relative;
  overflow: scroll;
}
@media (max-width: 767px) {
  .confirm {
    height: 60vh;
  }
}
.confirm .confirm_head {
  text-align: center;
}
.confirm .confirm_head .confirm_head_ttl {
  font-size: 25px;
  font-weight: 700;
  color: #1D2E6C;
}
@media (max-width: 767px) {
  .confirm .confirm_head .confirm_head_ttl {
    font-size: 18px;
  }
}
.confirm .confirm_body {
  margin: 50px 0 0;
}
.confirm .confirm_body .confirm_body_ttl {
  padding: 12px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  color: #fff;
  background-color: #1D2E6C;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .confirm .confirm_body .confirm_body_ttl {
    font-size: 17px;
  }
}
.confirm .confirm_body .confirm_body_ttl:nth-child(n+3) {
  margin: 50px 0 0;
}
.confirm .confirm_body .confirm_body_list {
  margin: 30px 0 0;
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_ttl {
  padding: 0 0 0 20px;
  font-weight: 600;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url(asset/img/common/icon_check05.svg);
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_ttl:nth-child(n+2) {
  margin: 30px 0 0;
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_sub {
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_sub::before {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  content: "";
  background-color: #ABB8E7;
  border-radius: 100px;
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_txt {
  margin: 10px 0 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  background-color: #F0F5FF;
  border-radius: 7px;
}
.confirm .confirm_foot {
  margin: 40px 0 0;
}
.confirm .confirm_foot .confirm_foot_btn {
  text-align: center;
}
.confirm .confirm_foot .confirm_foot_btn:nth-child(1) {
  max-width: 315px;
  height: 60px;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .confirm .confirm_foot .confirm_foot_btn:nth-child(1) {
    height: 55px;
    font-size: 16px;
  }
}
.confirm .confirm_foot .confirm_foot_btn:nth-child(2) {
  margin-top: 20px;
}
.confirm .confirm_foot .confirm_foot_btn .confirm_foot_btn_back {
  padding: 0 0 0 30px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #707070;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_back01.png);
}

.l_thanks {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .l_thanks {
    padding: 25px 15px;
  }
}

.thanks .thanks_head {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #1D2E6C;
}
@media (max-width: 767px) {
  .thanks .thanks_head {
    font-size: 18px;
  }
}
.thanks .thanks_body {
  margin: 25px 0 0;
  line-height: 170%;
}
.thanks .thanks_body .thanks_body_data {
  margin: 25px 0 0;
  padding: 15px;
  background-color: #F0F5FF;
  border-radius: 7px;
}
.thanks .thanks_body .thanks_body_data .thanks_body_data_mail {
  padding: 0 0 0 25px;
  position: relative;
}
.thanks .thanks_body .thanks_body_data .thanks_body_data_mail::before {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  content: "";
  background-color: #1D2E6C;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(asset/img/common/icon_mail01.svg);
}
.thanks .thanks_body .thanks_body_data .thanks_body_data_ttl {
  margin: 12px 0 0;
}
.thanks .thanks_foot {
  margin: 25px 0 0;
}
.thanks .thanks_foot .thanks_foot_btn {
  width: 315px;
  height: 60px;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .thanks .thanks_foot .thanks_foot_btn {
    height: 55px;
    font-size: 16px;
  }
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
@font-face {
  font-family: "Noto Sans JP Wakegai KV";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(asset/font/wakegai/noto-sans-jp-black-kv.woff2) format("woff2");
  unicode-range: U+3042, U+3044, U+304a, U+304f-3050, U+3053-3058, U+305b-305c, U+305f-3060, U+306f-3070, U+307e, U+308a, U+3099, U+30fb, U+4ef6, U+4efb, U+5374, U+58f2, U+5b9f, U+5bb6, U+7269, U+76f8, U+8a33, U+8ac7;
}
.wakegai-kv {
  min-height: 640px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ebf1fa;
}
.wakegai-kv .wakegai-kv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.wakegai-kv .wakegai-kv__bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(90deg, rgba(235, 241, 250, 0) calc(50% + 650px), #ebf1fa calc(50% + 923px)), linear-gradient(90deg, #ebf1fa 32.146%, rgba(235, 241, 250, 0) 45.787%, rgba(235, 241, 250, 0) 80.749%, #ebf1fa 98.823%), linear-gradient(90deg, rgba(235, 241, 250, 0.8) 40.689%, rgba(235, 241, 250, 0) 54.806%);
}
.wakegai-kv .wakegai-kv__bg > img {
  width: 1461px;
  max-width: none;
  position: absolute;
  top: -69px;
  left: calc(50% - 538px);
}
.wakegai-kv .wakegai-kv__inner {
  width: min(1200px, 100%);
  height: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wakegai-kv .wakegai-kv__badges {
  width: 447px;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  position: absolute;
  top: 46px;
  left: 15px;
}
.wakegai-kv .wakegai-kv__badge {
  width: 141px;
  height: 104px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background: url(asset/img/wakegai/bg_kv_badge.svg) center/100% 100% no-repeat;
}
.wakegai-kv .wakegai-kv__speech {
  width: 136px;
  display: block;
  position: absolute;
  top: 25px;
  left: 476px;
}
.wakegai-kv .wakegai-kv__speech .wakegai-kv__speech-image {
  position: relative;
  z-index: 1;
}
.wakegai-kv .wakegai-kv__heading {
  margin: 0;
  position: absolute;
  top: 167px;
  left: 15px;
  font-family: "Noto Sans JP Wakegai KV", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.wakegai-kv .wakegai-kv__heading-main {
  display: flex;
  align-items: flex-start;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.wakegai-kv .wakegai-kv__heading-main > span:not(.wakegai-kv__heading-separator) {
  color: transparent;
  background: linear-gradient(180deg, #155db3 36.868%, #003a7f 99.985%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wakegai-kv .wakegai-kv__heading-separator {
  width: 19px;
  height: 63px;
  margin: 8px 9px 0 5px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
.wakegai-kv .wakegai-kv__heading-sub {
  margin-top: 20px;
  display: block;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #243c59;
  white-space: nowrap;
}
.wakegai-kv .wakegai-kv__cta {
  width: 590px;
  height: 87px;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 353px;
  left: 85px;
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(90deg, #E11422 0%, #FF3C49 98.05%);
  border: 2px solid transparent;
  border-radius: 999px;
  transition: 300ms border-color ease-out, 300ms color ease-out;
}
.wakegai-kv .wakegai-kv__cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #fff;
  opacity: 0;
  transition: 300ms opacity ease-out;
}
.wakegai-kv .wakegai-kv__cta > span:not(.wakegai-kv__cta-arrow) {
  min-width: 0;
  flex: 1;
  position: relative;
  z-index: 1;
  text-align: center;
}
.wakegai-kv .wakegai-kv__cta .wakegai-kv__cta-arrow {
  width: 26px;
  height: 13px;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  background-color: currentColor;
  -webkit-mask: url(asset/img/wakegai/icon_kv_cta_arrow.svg) center/contain no-repeat;
  mask: url(asset/img/wakegai/icon_kv_cta_arrow.svg) center/contain no-repeat;
}
@media (min-width: 768px) {
  .wakegai-kv .wakegai-kv__cta:hover {
    color: #e11422;
    border-color: #e11422;
  }
  .wakegai-kv .wakegai-kv__cta:hover::before {
    opacity: 1;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .wakegai-kv .wakegai-kv__bg > img {
    left: calc(50% - 500px);
  }
  .wakegai-kv .wakegai-kv__inner {
    width: 100%;
  }
  .wakegai-kv .wakegai-kv__badges,
  .wakegai-kv .wakegai-kv__heading {
    left: 24px;
  }
  .wakegai-kv .wakegai-kv__speech {
    left: 475px;
  }
  .wakegai-kv .wakegai-kv__heading-main {
    font-size: 58px;
  }
  .wakegai-kv .wakegai-kv__heading-separator {
    width: 16px;
    height: 53px;
    margin: 7px 8px 0 5px;
  }
  .wakegai-kv .wakegai-kv__heading-sub {
    font-size: 40px;
  }
  .wakegai-kv .wakegai-kv__cta {
    width: 520px;
    left: 84px;
  }
}
@media (max-width: 767px) {
  .wakegai-kv {
    height: 460px;
    min-height: 460px;
    background-color: #eaf1fa;
  }
  .wakegai-kv .wakegai-kv__bg::after {
    height: 100%;
    inset: auto;
    top: 213px;
    right: -20px;
    left: -20px;
    background-image: linear-gradient(180deg, #eaf1fa 0%, #eaf1fa 75.893%, rgba(234, 241, 250, 0) 100%);
    filter: blur(7.5px);
  }
  .wakegai-kv .wakegai-kv__bg > img {
    width: 634px;
    top: -40px;
    left: 50%;
    margin-left: -378.5px;
  }
  .wakegai-kv .wakegai-kv__inner {
    width: 100%;
    max-width: 375px;
    height: 460px;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
  }
  .wakegai-kv .wakegai-kv__badges {
    width: 227.49px;
    gap: 5.78px;
    position: absolute;
    top: 181px;
    left: 27px;
  }
  .wakegai-kv .wakegai-kv__badge {
    width: 72.37px;
    height: 59.06px;
    padding-top: 14px;
    font-size: 12.724px;
    line-height: 16.194px;
    letter-spacing: 1.018px;
  }
  .wakegai-kv .wakegai-kv__speech {
    width: 98px;
    height: 98px;
    top: 151.4px;
    right: 18px;
    left: auto;
  }
  .wakegai-kv .wakegai-kv__speech::before {
    width: 128px;
    height: 128px;
    position: absolute;
    top: -13px;
    left: -15px;
    content: "";
    background: url(asset/img/wakegai/bg_kv_speech_sp.svg) center/contain no-repeat;
  }
  .wakegai-kv .wakegai-kv__heading {
    width: 321.83px;
    position: absolute;
    top: 249px;
    left: 27px;
  }
  .wakegai-kv .wakegai-kv__heading-main {
    font-size: 30.673px;
    letter-spacing: 0;
  }
  .wakegai-kv .wakegai-kv__heading-separator {
    width: 6.573px;
    height: 25.853px;
    margin: 4.382px 4.82px 0 2.43px;
  }
  .wakegai-kv .wakegai-kv__heading-sub {
    max-width: none;
    margin-top: 10px;
    font-size: 18.685px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }
  .wakegai-kv .wakegai-kv__cta {
    width: 305px;
    max-width: 82%;
    height: 57px;
    padding: 0 20px;
    position: absolute;
    top: 330px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.08px;
    border-radius: 46.571px;
  }
  .wakegai-kv .wakegai-kv__cta .wakegai-kv__cta-arrow {
    width: 14px;
    height: 7px;
  }
}
.wakegai-intro {
  margin-top: -135px;
  position: relative;
}

@media (max-width: 767px) {
  .wakegai-intro {
    margin-top: -40px;
  }
}
.wakegai-feature {
  background: #fff;
}
.wakegai-feature .wakegai-feature__inner {
  width: min(1100px, 100% - 48px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wakegai-feature .wakegai-feature__badge {
  width: 445px;
  height: 65px;
  margin: 0 0 -30px;
  padding-top: 4px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-align: center;
  color: #243c59;
  white-space: nowrap;
  background: url(asset/img/wakegai/feature_badge_bg.svg) center/contain no-repeat;
}
.wakegai-feature .wakegai-feature__badge-accent {
  color: #e11422;
}
.wakegai-feature .wakegai-feature__body {
  width: 100%;
  padding-top: 50px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.wakegai-feature .wakegai-feature__list {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wakegai-feature .wakegai-feature__item {
  flex: 1 0 0;
  min-width: 0;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.wakegai-feature .wakegai-feature__item:last-child {
  padding-right: 20px;
}
.wakegai-feature .wakegai-feature__item--wide {
  flex: 0 0 400px;
}
.wakegai-feature .wakegai-feature__divider {
  flex-shrink: 0;
  width: 2px;
  height: 150px;
  background: #e4e4e4;
  opacity: 0.78;
  border-radius: 1px;
}
.wakegai-feature .wakegai-feature__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fff7dc;
}
.wakegai-feature .wakegai-feature__icon > img {
  width: auto;
  height: 50px;
  object-fit: contain;
}
.wakegai-feature .wakegai-feature__icon .wakegai-feature__icon-cost {
  width: 56.675px;
  height: 48.768px;
}
.wakegai-feature .wakegai-feature__icon .wakegai-feature__icon-handshake {
  width: auto;
  height: 40px;
}
.wakegai-feature .wakegai-feature__item-title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #bb9e36;
  white-space: nowrap;
}
.wakegai-feature .wakegai-feature__item-text {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 15.116px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3023px;
  text-align: center;
  color: #555;
}

@media (max-width: 767px) {
  .wakegai-feature .wakegai-feature__inner {
    width: 100%;
  }
  .wakegai-feature .wakegai-feature__badge {
    width: 278px;
    height: 45px;
    margin: 0 0 -20px;
    padding-top: 0;
    font-size: 18px;
    letter-spacing: 0.9px;
    background: url(asset/img/wakegai/feature_badge_bg.svg) center/100% 100% no-repeat;
  }
  .wakegai-feature .wakegai-feature__body {
    padding: 15px 15px 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 3px rgba(0, 0, 0, 0.05);
  }
  .wakegai-feature .wakegai-feature__list {
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
  }
  .wakegai-feature .wakegai-feature__item {
    height: auto;
    padding-top: 15px;
  }
  .wakegai-feature .wakegai-feature__item:last-child {
    padding-right: 0;
  }
  .wakegai-feature .wakegai-feature__item--wide {
    flex: 1 0 0;
  }
  .wakegai-feature .wakegai-feature__divider {
    display: none;
  }
  .wakegai-feature .wakegai-feature__icon {
    width: 80px;
    height: 80px;
  }
  .wakegai-feature .wakegai-feature__icon > img {
    height: 40px;
  }
  .wakegai-feature .wakegai-feature__icon .wakegai-feature__icon-handshake {
    height: 32px;
  }
  .wakegai-feature .wakegai-feature__icon .wakegai-feature__icon-cost {
    width: 45.34px;
    height: 39.014px;
  }
  .wakegai-feature .wakegai-feature__item-title {
    font-size: 16px;
    white-space: normal;
  }
  .wakegai-feature .wakegai-feature__item-text {
    font-size: 12px;
    letter-spacing: 0.24px;
    text-align: center;
  }
}
.wakegai-trouble {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  isolation: isolate;
  background: #fff;
}
.wakegai-trouble .wakegai-trouble__problem {
  width: min(1200px, 100% - 48px);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
.wakegai-trouble .wakegai-trouble__doodle {
  width: 83px;
  height: 82px;
  position: absolute;
  top: -22px;
  left: 227px;
}
.wakegai-trouble .wakegai-trouble__heading {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: #243c59;
  white-space: nowrap;
}
.wakegai-trouble .wakegai-trouble__heading-line {
  display: block;
}
.wakegai-trouble .wakegai-trouble__heading-line--accent {
  color: #155db3;
}
.wakegai-trouble .wakegai-trouble__problems {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wakegai-trouble .wakegai-trouble__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
}
.wakegai-trouble .wakegai-trouble__bubble {
  width: 400px;
  height: 100px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #243c59;
  background: #f1f1f1;
  border-radius: 1000px;
}
.wakegai-trouble .wakegai-trouble__bubble b {
  font-weight: inherit;
  color: #155db3;
}
.wakegai-trouble .wakegai-trouble__house {
  width: 334.64px;
  flex-shrink: 0;
}
.wakegai-trouble .wakegai-trouble__house > img {
  width: 100%;
  height: auto;
}
.wakegai-trouble .wakegai-trouble__solution {
  width: min(1200px, 100% - 48px);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.wakegai-trouble .wakegai-trouble__solution .wakegai-trouble__bg {
  position: absolute;
  top: 0;
  bottom: -200px;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: -2;
  pointer-events: none;
}
.wakegai-trouble .wakegai-trouble__solution .wakegai-trouble__bg .wakegai-trouble__bg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wakegai-trouble .wakegai-trouble__solution .wakegai-trouble__bg .wakegai-trouble__bg-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.45) 100%);
}
.wakegai-trouble .wakegai-trouble__solution .wakegai-trouble__bg .wakegai-trouble__bg-tint {
  position: absolute;
  inset: 0;
  background: rgba(53, 130, 255, 0.55);
  mix-blend-mode: soft-light;
}
.wakegai-trouble .wakegai-trouble__arc {
  width: 1282px;
  max-width: none;
  height: 641px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.wakegai-trouble .wakegai-trouble__dots {
  width: 163px;
  height: auto;
}
.wakegai-trouble .wakegai-trouble__lead {
  margin: 0;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.6;
  color: #bb9e36;
}
.wakegai-trouble .wakegai-trouble__cooperation {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.wakegai-trouble .wakegai-trouble__pill {
  position: relative;
  padding: 5px 50px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  background: #155db3;
  border-radius: 43px;
  white-space: nowrap;
}
.wakegai-trouble .wakegai-trouble__pill-arrow {
  width: 35px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -2px) rotate(180deg);
}
.wakegai-trouble .wakegai-trouble__logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 46.303px;
}
.wakegai-trouble .wakegai-trouble__logo-bennavi {
  width: 266.203px;
  height: 70.481px;
}
.wakegai-trouble .wakegai-trouble__cross {
  width: 35.191px;
  height: 35.19px;
}
.wakegai-trouble .wakegai-trouble__logo-wakegai {
  width: 232.052px;
  height: 81.2px;
}

@media (max-width: 767px) {
  .wakegai-trouble {
    padding: 50px 0 100px;
    gap: 25px;
  }
  .wakegai-trouble .wakegai-trouble__problem {
    width: 100%;
    padding: 0 15px;
    gap: 30px;
  }
  .wakegai-trouble .wakegai-trouble__doodle {
    width: 39px;
    height: 39px;
    top: -20.6px;
    left: -3px;
  }
  .wakegai-trouble .wakegai-trouble__heading {
    position: relative;
    font-size: 20px;
  }
  .wakegai-trouble .wakegai-trouble__problems {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .wakegai-trouble .wakegai-trouble__col {
    width: 100%;
    gap: 10px;
  }
  .wakegai-trouble .wakegai-trouble__bubble {
    width: 100%;
    height: auto;
    padding: 15px 0;
    font-size: 16px;
  }
  .wakegai-trouble .wakegai-trouble__house {
    order: -1;
    width: 177px;
    margin-bottom: 20px;
  }
  .wakegai-trouble .wakegai-trouble__solution {
    width: 100%;
    gap: 15px;
  }
  .wakegai-trouble .wakegai-trouble__solution .wakegai-trouble__bg .wakegai-trouble__bg-fade {
    background: linear-gradient(180deg, #fff 0%, #fff 35%, rgba(255, 255, 255, 0) 100%);
  }
  .wakegai-trouble .wakegai-trouble__arc {
    width: 476px;
    height: 238px;
    top: 92.21px;
  }
  .wakegai-trouble .wakegai-trouble__dots {
    width: 80px;
  }
  .wakegai-trouble .wakegai-trouble__lead {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
  }
  .wakegai-trouble .wakegai-trouble__cooperation {
    width: 305px;
  }
  .wakegai-trouble .wakegai-trouble__pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .wakegai-trouble .wakegai-trouble__pill-arrow {
    width: 15px;
    height: 8px;
  }
  .wakegai-trouble .wakegai-trouble__logos {
    gap: 21.42px;
  }
  .wakegai-trouble .wakegai-trouble__logo-bennavi {
    width: 123.144px;
    height: 32.604px;
  }
  .wakegai-trouble .wakegai-trouble__cross {
    width: 16.279px;
    height: 16.279px;
  }
  .wakegai-trouble .wakegai-trouble__logo-wakegai {
    width: 107.346px;
    height: 37.563px;
  }
}
.wakegai-reason {
  margin-top: 70px;
  position: relative;
  z-index: 3;
  height: 440px;
}
.wakegai-reason .wakegai-reason__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1440px;
  height: 441px;
  z-index: -1;
}
.wakegai-reason .wakegai-reason__bg > img {
  width: 100%;
  height: 100%;
  display: block;
}
.wakegai-reason .wakegai-reason__bg .wakegai-reason__bg-sp {
  display: none;
}
.wakegai-reason .wakegai-reason__inner {
  width: 1200px;
  max-width: 100%;
  height: 440px;
  margin: 0 auto;
  position: relative;
}
.wakegai-reason .wakegai-reason__woman {
  position: absolute;
  bottom: -54px;
  left: 54px;
  width: 315px;
  height: 500px;
  overflow: hidden;
}
.wakegai-reason .wakegai-reason__woman > img {
  position: absolute;
  top: -11.94%;
  left: -74.76%;
  width: 272.85%;
  height: 114.52%;
  max-width: none;
}
.wakegai-reason .wakegai-reason__catch {
  position: absolute;
  top: 80px;
  left: calc(50% + 4px);
  transform: translateX(-50%);
  width: 410px;
  height: auto;
}
.wakegai-reason .wakegai-reason__lockup {
  position: absolute;
  top: 128.72px;
  left: calc(50% + 106px);
  transform: translateX(-50%);
  width: 730px;
  height: auto;
}
.wakegai-reason .wakegai-reason__rating {
  position: absolute;
  top: 8.72px;
  left: 924px;
  width: 165.212px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.198px;
}
.wakegai-reason .wakegai-reason__rating-badge {
  width: 166px;
  height: auto;
  display: block;
}
.wakegai-reason .wakegai-reason__rating-note {
  width: 100%;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.55;
  color: #555;
}

@media (max-width: 767px) {
  .wakegai-reason {
    margin-top: -40px;
    height: 170px;
  }
  .wakegai-reason .wakegai-reason__bg {
    min-width: 0;
    width: 100%;
    height: 170px;
  }
  .wakegai-reason .wakegai-reason__bg .wakegai-reason__bg-pc {
    display: none;
  }
  .wakegai-reason .wakegai-reason__bg .wakegai-reason__bg-sp {
    display: block;
  }
  .wakegai-reason .wakegai-reason__inner {
    width: fit-content;
    height: 170px;
  }
  .wakegai-reason .wakegai-reason__woman {
    display: none;
  }
  .wakegai-reason .wakegai-reason__catch {
    top: 28px;
    left: 50%;
    width: 207px;
  }
  .wakegai-reason .wakegai-reason__lockup {
    position: relative;
    display: block;
    top: 62px;
    left: 0;
    transform: none;
    width: 322px;
  }
  .wakegai-reason .wakegai-reason__rating {
    top: 2px;
    left: auto;
    right: -25px;
    width: 71px;
    gap: 1px;
  }
  .wakegai-reason .wakegai-reason__rating-badge {
    width: 71px;
  }
  .wakegai-reason .wakegai-reason__rating-note {
    font-size: 7px;
    line-height: 1.25;
  }
}
.wakegai-cta {
  width: 590px;
  max-width: 100%;
  height: 87px;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(90deg, #E11422 0%, #FF3C49 98.05%);
  border: 2px solid transparent;
  border-radius: 999px;
  transition: 300ms border-color ease-out, 300ms color ease-out;
}
.wakegai-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #fff;
  opacity: 0;
  transition: 300ms opacity ease-out;
}
.wakegai-cta > span:not(.wakegai-cta__arrow) {
  min-width: 0;
  flex: 1;
  position: relative;
  z-index: 1;
  text-align: center;
}
.wakegai-cta .wakegai-cta__arrow {
  width: 26px;
  height: 13px;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  background-color: currentColor;
  -webkit-mask: url(asset/img/wakegai/icon_kv_cta_arrow.svg) center/contain no-repeat;
  mask: url(asset/img/wakegai/icon_kv_cta_arrow.svg) center/contain no-repeat;
}
@media (min-width: 768px) {
  .wakegai-cta:hover {
    color: #e11422;
    border-color: #e11422;
  }
  .wakegai-cta:hover::before {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .wakegai-cta {
    width: 305px;
    height: 57px;
    padding: 0 24px;
    font-size: 18px;
  }
  .wakegai-cta .wakegai-cta__arrow {
    width: 14px;
    height: 7px;
  }
}
.wakegai-point {
  position: relative;
  z-index: 3;
  padding: 0 72px 80px;
  background: #eaf1fa;
}
.wakegai-point .wakegai-point__inner {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}
.wakegai-point .wakegai-point__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 25px;
}
.wakegai-point .wakegai-point__card-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wakegai-point .wakegai-point__card {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.wakegai-point .wakegai-point__content {
  width: 750px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.wakegai-point .wakegai-point__card--left .wakegai-point__content {
  margin-left: auto;
}
.wakegai-point .wakegai-point__number {
  width: 180px;
  flex-shrink: 0;
  align-self: stretch;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-right: 3px solid #e9e9e9;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #155db3;
}
.wakegai-point .wakegai-point__number-label {
  font-size: 25px;
  letter-spacing: 2px;
}
.wakegai-point .wakegai-point__number-value {
  font-size: 85px;
}
.wakegai-point .wakegai-point__text {
  flex: 1 0 0;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.wakegai-point .wakegai-point__hl {
  position: absolute;
  top: 89px;
  left: var(--hl-left);
  width: var(--hl-width);
  height: 16px;
  background: #ffe696;
  z-index: 0;
}
.wakegai-point .wakegai-point__title {
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.75px;
  color: #155db3;
}
.wakegai-point .wakegai-point__desc {
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
.wakegai-point .wakegai-point__photo {
  position: absolute;
  top: 0;
  width: 600px;
  height: 300px;
  z-index: 0;
  overflow: hidden;
}
.wakegai-point .wakegai-point__card--right .wakegai-point__photo {
  right: 0;
  clip-path: polygon(17.75% 0, 100% 0, 100% 100%, 0 100%);
}
.wakegai-point .wakegai-point__card--left .wakegai-point__photo {
  left: 0;
  clip-path: polygon(0 0, 82.25% 0, 100% 100%, 0 100%);
}
.wakegai-point .wakegai-point__image {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wakegai-point .wakegai-point__card--left .wakegai-point__image {
  right: 0;
  left: auto;
  top: -38px;
  width: calc(100% + 28px);
  height: auto;
}
.wakegai-point .wakegai-point__card--right .wakegai-point__image {
  right: 0;
  left: auto;
  top: 0;
  width: calc(100% + 34px);
  height: auto;
}
.wakegai-point .wakegai-point__cta {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .wakegai-point {
    padding: 0 15px 50px;
  }
  .wakegai-point .wakegai-point__inner {
    width: 100%;
  }
  .wakegai-point .wakegai-point__list {
    gap: 15px;
    margin-bottom: 0;
  }
  .wakegai-point .wakegai-point__cta {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .wakegai-point .wakegai-point__card-group {
    gap: 15px;
  }
  .wakegai-point .wakegai-point__card {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }
  .wakegai-point .wakegai-point__photo,
  .wakegai-point .wakegai-point__card--right .wakegai-point__photo,
  .wakegai-point .wakegai-point__card--left .wakegai-point__photo {
    position: relative;
    order: -1;
    left: auto;
    right: auto;
    width: 100%;
    height: 170px;
    clip-path: none;
  }
  .wakegai-point .wakegai-point__image,
  .wakegai-point .wakegai-point__card--left .wakegai-point__image {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: top;
  }
  .wakegai-point .wakegai-point__content,
  .wakegai-point .wakegai-point__card--left .wakegai-point__content {
    width: 100%;
    margin-left: 0;
    padding: 15px 20px 25px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 15px;
    row-gap: 10px;
    align-items: center;
  }
  .wakegai-point .wakegai-point__number {
    width: auto;
    align-self: start;
    padding: 0 10px 0 0;
    gap: 0;
    border-right: 1px solid #e9e9e9;
  }
  .wakegai-point .wakegai-point__number-label {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .wakegai-point .wakegai-point__number-value {
    font-size: 42px;
  }
  .wakegai-point .wakegai-point__text {
    display: contents;
  }
  .wakegai-point .wakegai-point__hl {
    top: 62px;
    left: var(--hl-sp-left);
    width: var(--hl-sp-width);
    height: 8px;
    transform: translateX(20px);
  }
  .wakegai-point .wakegai-point__title {
    grid-column: 2;
    align-self: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
  .wakegai-point .wakegai-point__desc {
    grid-column: 1/-1;
    font-size: 14px;
    line-height: 1.7;
  }
}
.wakegai-column {
  padding: 90px 120px;
  background: #fff;
}
.wakegai-column .wakegai-column__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wakegai-column .wakegai-column__head {
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.wakegai-column .wakegai-column__head-en {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3.25px;
  color: #155db3;
}
.wakegai-column .wakegai-column__head-title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2.5px;
  color: #243c59;
}
.wakegai-column .wakegai-column__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.wakegai-column .wakegai-column__tabs-wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wakegai-column .wakegai-column__tabs {
  margin: 0 0 -2px;
  padding: 0 30px;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.wakegai-column .wakegai-column__tab {
  height: 56px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.48px;
  text-align: center;
  white-space: nowrap;
  color: #868686;
  background: #fff;
  border-bottom: 2px solid #155db3;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.wakegai-column .wakegai-column__tab.is-active {
  color: #155db3;
  background: #ebf1fa;
  border: 2px solid #155db3;
  border-bottom: 0;
}
.wakegai-column .wakegai-column__tabline {
  width: 100%;
  height: 2px;
  background: #155db3;
  position: relative;
  z-index: 1;
}
.wakegai-column .wakegai-column__grid {
  width: 100%;
  display: flex;
  gap: 30px;
}
.wakegai-column .wakegai-column__card {
  width: 380px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.wakegai-column .wakegai-column__thumb {
  width: 380px;
  height: 213.926px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.wakegai-column .wakegai-column__thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.wakegai-column .wakegai-column__card-body {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wakegai-column .wakegai-column__badge {
  align-self: flex-start;
  padding: 4px 8px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #1d2e6c;
  background: #e2ecfb;
  border-radius: 3px;
}
.wakegai-column .wakegai-column__card-title {
  max-height: 57px;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wakegai-column .wakegai-column__card-excerpt {
  max-height: 71px;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #737373;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wakegai-column .wakegai-column__more {
  display: flex;
  justify-content: center;
}
.wakegai-column .wakegai-column__grid.is-hidden,
.wakegai-column .wakegai-column__more.is-hidden {
  display: none;
}
.wakegai-column .wakegai-column__more-btn {
  padding: 20px 60px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #155db3;
  background: #fff;
  border: 1px solid #155db3;
  border-radius: 63px;
  transition: 300ms color ease-out, 300ms background-color ease-out;
}
@media (min-width: 768px) {
  .wakegai-column .wakegai-column__more-btn:hover {
    color: #fff;
    background: #155db3;
  }
}
@media (min-width: 768px) {
  .wakegai-column .wakegai-column__card:hover .wakegai-column__thumb > img {
    transform: scale(1.08);
  }
}

.wakegai-results {
  padding: 90px 72px;
  background: radial-gradient(130% 110% at 50% 30%, #1f63bd 0%, #134a96 100%);
}
.wakegai-results .wakegai-results__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wakegai-results .wakegai-results__head {
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.wakegai-results .wakegai-results__head-en {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3.25px;
  color: #cbe8ff;
}
.wakegai-results .wakegai-results__head-title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 2.5px;
  color: #fff;
}
.wakegai-results .wakegai-results__stats {
  width: 100%;
}
.wakegai-results .wakegai-results__stats .wakegai-results__stats-svg {
  display: block;
  width: 100%;
  height: auto;
}
.wakegai-results .wakegai-results__stats .wakegai-results__stats-svg--sp {
  display: none;
}
.wakegai-results .wakegai-results__cases {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.wakegai-results .wakegai-results__case {
  padding: 20px 25px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.2));
}
.wakegai-results .wakegai-results__case-ribbon {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 72px;
  height: auto;
}
.wakegai-results .wakegai-results__case-head {
  padding: 0 0 20px 60px;
  border-bottom: 3px solid #eee;
}
.wakegai-results .wakegai-results__case-title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  color: #155db3;
}
.wakegai-results .wakegai-results__case-content {
  display: flex;
  flex-direction: column;
}
.wakegai-results .wakegai-results__case-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wakegai-results .wakegai-results__case-photo {
  width: 257.5px;
  height: 197.76px;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.wakegai-results .wakegai-results__case-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wakegai-results .wakegai-results__case-flow {
  flex: 1 0 0;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wakegai-results .wakegai-results__case-before {
  flex: 1 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}
.wakegai-results .wakegai-results__case-before > p {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #6d6d6d;
}
.wakegai-results .wakegai-results__case-before > p br {
  display: none;
}
.wakegai-results .wakegai-results__case-before-arrow {
  width: 30px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.wakegai-results .wakegai-results__case-after {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #bb9e36;
  background: #fff7dc;
  border-radius: 5px;
}
.wakegai-results .wakegai-results__case-table {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wakegai-results .wakegai-results__case-price {
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 2px dashed #ddd;
}
.wakegai-results .wakegai-results__case-area {
  height: 45px;
  display: flex;
  align-items: center;
}
.wakegai-results .wakegai-results__case-th {
  width: 140px;
  flex-shrink: 0;
  padding: 0 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #155db3;
}
.wakegai-results .wakegai-results__case-td {
  flex: 1 0 0;
  min-width: 0;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
.wakegai-results .wakegai-results__case-price-num {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  background: linear-gradient(180deg, #caad48, #9e862f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wakegai-results .wakegai-results__case-price-unit {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  background: linear-gradient(180deg, #caad48, #9e862f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 3px 2px 8px;
}
.wakegai-results .wakegai-results__case-price-frac {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #555;
  margin-left: 8px;
  margin-bottom: 9px;
}

.wakegai-voice {
  padding: 90px 72px;
  background: #eaf1fa;
}
.wakegai-voice .wakegai-voice__inner {
  width: 100%;
}
.wakegai-voice .wakegai-voice__head {
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.wakegai-voice .wakegai-voice__head-en {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3.25px;
  color: #155db3;
}
.wakegai-voice .wakegai-voice__head-title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2.5px;
  color: #243c59;
}
.wakegai-voice .wakegai-voice__list {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.wakegai-voice .wakegai-voice__card {
  padding: 30px 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  background: #fff;
  border-radius: 16px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}
.wakegai-voice .wakegai-voice__person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 145px;
  flex-shrink: 0;
}
.wakegai-voice .wakegai-voice__icon {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 50%;
}
.wakegai-voice .wakegai-voice__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #555;
}
.wakegai-voice .wakegai-voice__body {
  flex: 1 0 0;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wakegai-voice .wakegai-voice__copy {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px dotted #d8d8d8;
}
.wakegai-voice .wakegai-voice__title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  color: #155db3;
}
.wakegai-voice .wakegai-voice__stars {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  flex-shrink: 0;
}
.wakegai-voice .wakegai-voice__stars > img {
  width: 20px;
  height: 20px;
}
.wakegai-voice .wakegai-voice__text {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 767px) {
  .wakegai-voice {
    padding: 50px 15px;
  }
  .wakegai-voice .wakegai-voice__head {
    padding-bottom: 40px;
    gap: 10px;
  }
  .wakegai-voice .wakegai-voice__head-en {
    font-size: 15px;
    letter-spacing: 1.95px;
  }
  .wakegai-voice .wakegai-voice__head-title {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .wakegai-voice .wakegai-voice__list {
    width: 100%;
    gap: 10px;
  }
  .wakegai-voice .wakegai-voice__person,
  .wakegai-voice .wakegai-voice__body,
  .wakegai-voice .wakegai-voice__copy {
    display: contents;
  }
  .wakegai-voice .wakegai-voice__card {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    grid-template-areas: "icon  title  title" "icon  meta   stars" "text  text   text";
    column-gap: 15px;
    row-gap: 8px;
    padding: 20px 20px 25px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
  }
  .wakegai-voice .wakegai-voice__icon {
    grid-area: icon;
    align-self: start;
    width: 70px;
    height: 70px;
  }
  .wakegai-voice .wakegai-voice__title {
    grid-area: title;
    font-size: 18px;
  }
  .wakegai-voice .wakegai-voice__meta {
    grid-area: meta;
    align-self: center;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 13px;
  }
  .wakegai-voice .wakegai-voice__stars {
    grid-area: stars;
    align-self: center;
    gap: 2.28px;
  }
  .wakegai-voice .wakegai-voice__stars > img {
    width: 15.18px;
    height: 15.18px;
  }
  .wakegai-voice .wakegai-voice__text {
    grid-area: text;
    margin-top: 7px;
    padding-top: 15px;
    border-top: 2px dotted #d8d8d8;
    font-size: 14px;
  }
}
.wakegai-flow {
  padding: 90px 72px;
  background: #fff;
}
.wakegai-flow .wakegai-flow__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wakegai-flow .wakegai-flow__head {
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.wakegai-flow .wakegai-flow__head-en {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3.25px;
  color: #155db3;
}
.wakegai-flow .wakegai-flow__head-title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2.5px;
  color: #243c59;
}
.wakegai-flow .wakegai-flow__steps {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.wakegai-flow .wakegai-flow__step {
  width: 224px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wakegai-flow .wakegai-flow__step-no {
  width: 90px;
  padding: 8px 15px;
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  background: #bb9e36;
  border-radius: 80px;
}
.wakegai-flow .wakegai-flow__step-body {
  flex: 1 0 0;
  width: 100%;
  padding: 30px 25px 25px 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #f6f6f6;
  border-radius: 10px;
}
.wakegai-flow .wakegai-flow__icon {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.wakegai-flow .wakegai-flow__icon-01 {
  width: 74px;
  height: 71px;
}
.wakegai-flow .wakegai-flow__icon-02 {
  width: 88px;
  height: 66px;
}
.wakegai-flow .wakegai-flow__icon-03 {
  width: 56px;
  height: 67px;
}
.wakegai-flow .wakegai-flow__icon-04 {
  width: 64px;
  height: 61px;
}
.wakegai-flow .wakegai-flow__icon-05 {
  width: 65px;
  height: 59px;
  object-fit: contain;
}
.wakegai-flow .wakegai-flow__step-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wakegai-flow .wakegai-flow__step-title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1.25px;
  text-align: center;
  color: #bb9e36;
}
.wakegai-flow .wakegai-flow__step-desc {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #555;
}
.wakegai-flow .wakegai-flow__arrow {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(100%, -50%);
  z-index: 2;
  width: 25px;
  height: 46px;
  background: url(asset/img/wakegai/flow_arrow.svg) center/contain no-repeat;
}
.wakegai-flow .wakegai-flow__arrow::before {
  display: none;
}
.wakegai-flow .wakegai-flow__lead {
  margin-top: 50px;
  text-align: center;
}
.wakegai-flow .wakegai-flow__lead-main {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  color: #243c59;
}
.wakegai-flow .wakegai-flow__lead-accent {
  color: #bb9e36;
}
.wakegai-flow .wakegai-flow__lead-sub {
  margin: 10px 0 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #243c59;
}
.wakegai-flow .wakegai-flow__cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.wakegai-faq {
  padding: 90px 72px;
  background: #eaf1fa;
}
.wakegai-faq .wakegai-faq__inner {
  margin: 0 auto;
}
.wakegai-faq .wakegai-faq__head {
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.wakegai-faq .wakegai-faq__head-en {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3.25px;
  color: #155db3;
}
.wakegai-faq .wakegai-faq__head-title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2.5px;
  color: #243c59;
}
.wakegai-faq .wakegai-faq__list {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wakegai-faq .wakegai-faq__q {
  padding: 20px 32px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #155db3;
  border-radius: 15px;
}
.wakegai-faq .wakegai-faq__a {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.wakegai-faq .wakegai-faq__badge {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
}
.wakegai-faq .wakegai-faq__badge--q {
  color: #155db3;
}
.wakegai-faq .wakegai-faq__badge--a {
  color: #bb9e36;
}
.wakegai-faq .wakegai-faq__q-text {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.wakegai-faq .wakegai-faq__a-text {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

.wakegai-final {
  padding: 90px 72px;
  background: #fff;
}
.wakegai-final .wakegai-final__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
}
.wakegai-final .wakegai-final__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wakegai-final .wakegai-final__lead-text {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.75px;
  text-align: center;
  color: #155db3;
}
.wakegai-final .wakegai-final__logos {
  display: flex;
  align-items: center;
  gap: 45.724px;
}
.wakegai-final .wakegai-final__logo-bennavi {
  width: 276.245px;
  height: 73.14px;
}
.wakegai-final .wakegai-final__cross {
  width: 34.751px;
  height: 34.75px;
}
.wakegai-final .wakegai-final__logo-wakegai {
  width: 229.152px;
  height: 80.185px;
}
.wakegai-final .wakegai-final__cm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 854px;
  max-width: 100%;
}
.wakegai-final .wakegai-final__cm-label {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #155db3;
  border-radius: 5px;
}
.wakegai-final .wakegai-final__cm-video {
  width: 100%;
  aspect-ratio: 854/476;
  overflow: hidden;
  background: #000;
}
.wakegai-final .wakegai-final__cm-video > iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.wakegai-form {
  padding: 80px 120px 100px;
  background: radial-gradient(130% 110% at 50% 30%, #1f63bd 0%, #134a96 100%);
}
.wakegai-form .wakegai-form__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wakegai-form .wakegai-form__title {
  margin: 0 0 45px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}
.wakegai-form .wakegai-form__card {
  width: 100%;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #fff;
  border-radius: 16px;
}
.wakegai-form .wakegai-form__steps {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.wakegai-form .wakegai-form__step {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: #cfcfcf;
}
.wakegai-form .wakegai-form__step--arrow {
  border-radius: 5px 0 0 5px;
  clip-path: polygon(0 0, 156px 0, 100% 50%, 156px 100%, 0 100%);
}
.wakegai-form .wakegai-form__step--plain {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  border-radius: 5px;
}
.wakegai-form .wakegai-form__step.is-active {
  background: #155db3;
}
.wakegai-form .wakegai-form__step1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wakegai-form .wakegai-form__step1-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wakegai-form .wakegai-form__step-badge {
  flex-shrink: 0;
  padding: 10px 15px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  background: #bb9e36;
  border-radius: 80px;
}
.wakegai-form .wakegai-form__step1-title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #243c59;
}
.wakegai-form .wakegai-form__fields {
  padding: 0 30px;
  background: #f7f8fc;
  border-radius: 10px;
}
.wakegai-form .wakegai-form__field {
  display: flex;
  align-items: stretch;
}
.wakegai-form .wakegai-form__field:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.wakegai-form .wakegai-form__field-label {
  width: 320px;
  flex-shrink: 0;
  padding: 25px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.wakegai-form .wakegai-form__field-name {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #333;
}
.wakegai-form .wakegai-form__required {
  flex-shrink: 0;
  padding: 2px 5px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background: #eb3737;
  border-radius: 2px;
}
.wakegai-form .wakegai-form__field-options {
  flex: 1 0 0;
  min-width: 0;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.wakegai-form .wakegai-form__radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.wakegai-form .wakegai-form__radio-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.wakegai-form .wakegai-form__radio-mark {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: #fff;
  border: 1.5px solid #c4c4c4;
  border-radius: 50%;
  transition: 150ms border-color ease-out;
}
.wakegai-form .wakegai-form__radio-text {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #333;
}
.wakegai-form .wakegai-form__radio-input:checked + .wakegai-form__radio-mark {
  border-color: #155db3;
  box-shadow: inset 0 0 0 4px #155db3;
}
.wakegai-form .wakegai-form__radio-input:focus-visible + .wakegai-form__radio-mark {
  outline: 2px solid #155db3;
  outline-offset: 2px;
}
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wakegai-form .wakegai-form__field-options .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.wakegai-form .wakegai-form__field-options .wpcf7-list-item {
  margin: 0;
}
.wakegai-form .wakegai-form__field-options .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.wakegai-form .wakegai-form__field-options .wpcf7-list-item input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  transition: 150ms background ease-out;
}
.wakegai-form .wakegai-form__field-options .wpcf7-list-item input[type=radio]:checked {
  background: radial-gradient(circle at center, #f95d49 0 6px, #fff 6px);
}
.wakegai-form .wakegai-form__field-options .wpcf7-list-item input[type=radio]:focus-visible {
  outline: 2px solid #155db3;
  outline-offset: 2px;
}
.wakegai-form .wakegai-form__field-options .wpcf7-list-item .wpcf7-list-item-label {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #333;
}
.wakegai-form .wpcf7-submit {
  align-self: center;
  width: 315px;
  max-width: 100%;
  padding: 20px 27px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #e11422 0%, #ff3c49 98%);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: 300ms opacity ease-out;
}
@media (min-width: 768px) {
  .wakegai-form .wpcf7-submit:hover {
    opacity: 0.9;
  }
}
.wakegai-form .wpcf7-submit > span {
  pointer-events: none;
}
.wakegai-form .wpcf7-submit.is_disable {
  background: #e3e3e3;
  color: #898989;
  cursor: not-allowed;
  opacity: 1;
}
.wakegai-form .wpcf7-spinner {
  display: none;
}
.wakegai-form .wpcf7-response-output {
  display: none;
}
.wakegai-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  color: #e80000;
}
.wakegai-form .is-hidden {
  display: none !important;
}
.wakegai-form .wakegai-form__step2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wakegai-form .wakegai-form__field-options--col {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.wakegai-form .wakegai-form__field-options--col .wpcf7-radio {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.wakegai-form .wakegai-form__field-options input[type=text],
.wakegai-form .wakegai-form__field-options input[type=tel],
.wakegai-form .wakegai-form__field-options input[type=email],
.wakegai-form .wakegai-form__field-options textarea {
  width: 100%;
  padding: 15px 40px 15px 12px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
}
.wakegai-form .wakegai-form__field-options input[type=text]::placeholder,
.wakegai-form .wakegai-form__field-options input[type=tel]::placeholder,
.wakegai-form .wakegai-form__field-options input[type=email]::placeholder,
.wakegai-form .wakegai-form__field-options textarea::placeholder {
  color: #adadad;
}
.wakegai-form .wakegai-form__field-options input[type=text]:-webkit-autofill, .wakegai-form .wakegai-form__field-options input[type=text]:-webkit-autofill:hover, .wakegai-form .wakegai-form__field-options input[type=text]:-webkit-autofill:focus, .wakegai-form .wakegai-form__field-options input[type=text]:-webkit-autofill:active,
.wakegai-form .wakegai-form__field-options input[type=tel]:-webkit-autofill,
.wakegai-form .wakegai-form__field-options input[type=tel]:-webkit-autofill:hover,
.wakegai-form .wakegai-form__field-options input[type=tel]:-webkit-autofill:focus,
.wakegai-form .wakegai-form__field-options input[type=tel]:-webkit-autofill:active,
.wakegai-form .wakegai-form__field-options input[type=email]:-webkit-autofill,
.wakegai-form .wakegai-form__field-options input[type=email]:-webkit-autofill:hover,
.wakegai-form .wakegai-form__field-options input[type=email]:-webkit-autofill:focus,
.wakegai-form .wakegai-form__field-options input[type=email]:-webkit-autofill:active,
.wakegai-form .wakegai-form__field-options textarea:-webkit-autofill,
.wakegai-form .wakegai-form__field-options textarea:-webkit-autofill:hover,
.wakegai-form .wakegai-form__field-options textarea:-webkit-autofill:focus,
.wakegai-form .wakegai-form__field-options textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #333;
  box-shadow: 0 0 0 1000px #fff inset;
}
.wakegai-form .wakegai-form__field-options textarea {
  display: block;
  line-height: 1.5;
  resize: none;
  overflow: hidden;
}
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=zip],
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=prefectures],
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=municipality],
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=other],
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=uname],
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=uphone],
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=umail] {
  position: relative;
}
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=zip]::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=prefectures]::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=municipality]::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=other]::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=uname]::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=uphone]::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=umail]::before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 25px;
  right: 12px;
  z-index: 1;
  content: "";
  background: url(asset/img/wakegai/input_check.svg) center/contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=zip].is-valid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=prefectures].is-valid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=municipality].is-valid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=other].is-valid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=uname].is-valid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=uphone].is-valid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=umail].is-valid::before {
  background-image: url(asset/img/wakegai/input_check_ok.svg);
}
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=zip].is-invalid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=prefectures].is-invalid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=municipality].is-invalid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=other].is-invalid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=uname].is-invalid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=uphone].is-invalid::before,
.wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap[data-name=umail].is-invalid::before {
  background-image: url(asset/img/wakegai/input_check_ng.svg);
}
.wakegai-form .wakegai-form__select {
  width: 100%;
}
.wakegai-form .wakegai-form__select select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 40px 15px 15px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  background-image: url(asset/img/wakegai/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  border: 1px solid #ededed;
  border-radius: 5px;
  cursor: pointer;
}
.wakegai-form .wakegai-form__select--ratio {
  max-width: 329px;
}
.wakegai-form .wakegai-form__note {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
.wakegai-form .wakegai-form__address {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.wakegai-form .wakegai-form__address-zipgroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wakegai-form .wakegai-form__address-zipgroup .wakegai-form__note {
  padding-left: 180px;
}
.wakegai-form .wakegai-form__address-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wakegai-form .wakegai-form__address-sublabel {
  width: 160px;
  flex-shrink: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #333;
}
.wakegai-form .wakegai-form__address-input {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wakegai-form .wakegai-form__zip {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wakegai-form .wakegai-form__zip-input {
  width: 200px;
  flex-shrink: 0;
}
.wakegai-form .wakegai-form__ziplink {
  flex-shrink: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #155db3;
  text-decoration: underline;
}
.wakegai-form .js_wakegai_submit {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.wakegai-form .js_wakegai_submit > span {
  flex: 1 0 0;
  min-width: 0;
  padding-left: 10px;
  text-align: center;
}
.wakegai-form .js_wakegai_submit::after {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.wakegai-modal .modal_inner {
  max-width: 875px;
}
.wakegai-modal .modal .modal_inner .modal_inner_close {
  padding: 0;
  background: url(asset/img/wakegai/modal_close.svg) center/contain no-repeat;
  border: 0;
  appearance: none;
}
.wakegai-modal .modal .modal_inner .modal_inner_close::before, .wakegai-modal .modal .modal_inner .modal_inner_close::after {
  display: none;
}
.wakegai-modal .wakegai-modal__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
}
.wakegai-modal .wakegai-modal__inner:not(.wakegai-modal__inner--thanks) {
  height: 80dvh;
}
.wakegai-modal .wakegai-modal__inner:not(.wakegai-modal__inner--thanks) .wakegai-modal__panel {
  height: 100%;
  overflow: hidden;
}
.wakegai-modal .wakegai-modal__inner:not(.wakegai-modal__inner--thanks) .wakegai-modal__scroll {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
}
.wakegai-modal .wakegai-modal__title {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #243c59;
  text-align: center;
}
.wakegai-modal .wakegai-modal__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-height: 450px;
  overflow-y: auto;
}
.wakegai-modal .wakegai-modal__rows {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.wakegai-modal .wakegai-modal__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wakegai-modal .wakegai-modal__row-label {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.wakegai-modal .wakegai-modal__row-value {
  padding: 10px 15px;
  background: #F0F5FF;
  border-radius: 7px;
}
.wakegai-modal .wakegai-modal__row-value p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  text-align: left;
  word-break: break-word;
}
.wakegai-modal .wakegai-modal__subrows {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wakegai-modal .wakegai-modal__subrow {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wakegai-modal .wakegai-modal__subrow-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.wakegai-modal .wakegai-modal__bullet {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #155db3;
}
.wakegai-modal .wakegai-modal__agree {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 521px;
}
.wakegai-modal .wakegai-modal__agree-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.wakegai-modal .wakegai-modal__agree-check {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.wakegai-modal .wakegai-modal__agree-box {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  position: relative;
  background: #f1f1f1;
  border: 1px solid #bebebe;
  border-radius: 2px;
}
.wakegai-modal .wakegai-modal__agree-check:checked + .wakegai-modal__agree-box {
  background: url(asset/img/wakegai/modal_check.svg) center/contain no-repeat;
  border-color: transparent;
}
.wakegai-modal .wakegai-modal__agree-text {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
.wakegai-modal .wakegai-modal__agree-text a {
  color: #155db3;
  text-decoration: underline;
}
.wakegai-modal .wakegai-modal__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.wakegai-modal .wakegai-modal__foot-note {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  text-align: left;
}
.wakegai-modal .wakegai-modal__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 315px;
}
.wakegai-modal .wakegai-modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 15px 27px;
  background: linear-gradient(90deg, #E11422 0%, #FF3C49 98.05%);
  border: 0;
  border-radius: 100px;
  appearance: none;
  cursor: pointer;
}
.wakegai-modal .wakegai-modal__submit > span:first-child {
  flex: 1 0 0;
  min-width: 0;
  padding-left: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.wakegai-modal .wakegai-modal__submit.is_disable {
  background: #e3e3e3;
  pointer-events: none;
}
.wakegai-modal .wakegai-modal__submit.is_disable > span:first-child {
  color: #898989;
}
.wakegai-modal .wakegai-modal__submit-arrow {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.wakegai-modal .wakegai-modal__submit.is_disable .wakegai-modal__submit-arrow {
  border-color: #898989;
}
.wakegai-modal .wakegai-modal__back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  background: none;
  border: 0;
  appearance: none;
  cursor: pointer;
}
.wakegai-modal .wakegai-modal__back > span:last-child {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #707070;
}
.wakegai-modal .wakegai-modal__back-arrow {
  flex-shrink: 0;
  width: 16px;
  height: 14px;
  background: url(asset/img/wakegai/modal_back.svg) center/contain no-repeat;
}
.wakegai-modal .wakegai-modal__panel--thanks {
  gap: 25px;
}
.wakegai-modal .wakegai-modal__thanks-text {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.wakegai-modal .wakegai-modal__mailbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 15px;
  background: #ebf1fa;
  border-radius: 7px;
}
.wakegai-modal .wakegai-modal__mailbox-mail {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.wakegai-modal .wakegai-modal__mailbox-icon {
  flex-shrink: 0;
  display: inline-flex;
}
.wakegai-modal .wakegai-modal__mailbox-icon svg {
  display: block;
}
.wakegai-modal .wakegai-modal__mailbox-subject {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  word-break: break-word;
}
.wakegai-modal .wakegai-modal__close-btn {
  width: 315px;
  padding: 15px 27px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #243c59;
  text-align: center;
  background: #fff;
  border: 1px solid #243c59;
  border-radius: 100px;
  appearance: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .wakegai {
    overflow-x: hidden;
  }
  .wakegai-kv .wakegai-kv__badges {
    width: 60.664%;
    gap: 1.54%;
    left: 7.2%;
  }
  .wakegai-kv .wakegai-kv__badge {
    width: 31.813%;
    height: auto;
    aspect-ratio: 72.37/59.06;
    padding-top: 13px;
    font-size: clamp(10.8px, 3.393vw, 12.724px);
    line-height: 1.27;
  }
  .wakegai-kv .wakegai-kv__speech {
    width: 26.133%;
    height: auto;
    aspect-ratio: 1;
    right: 4.8%;
  }
  .wakegai-kv .wakegai-kv__heading {
    width: 85.82%;
    left: 7.2%;
  }
  .wakegai-kv .wakegai-kv__heading-main {
    font-size: clamp(26px, 8.179vw, 30.673px);
  }
  .wakegai-kv .wakegai-kv__heading-sub {
    font-size: clamp(16px, 4.982vw, 18.685px);
  }
  .wakegai-column,
  .wakegai-results,
  .wakegai-voice,
  .wakegai-flow,
  .wakegai-faq,
  .wakegai-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wakegai-point {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wakegai-column__head,
  .wakegai-results__head,
  .wakegai-voice__head,
  .wakegai-flow__head,
  .wakegai-faq__head {
    padding-bottom: 40px;
    gap: 10px;
  }
  .wakegai-column__head-en,
  .wakegai-results__head-en,
  .wakegai-voice__head-en,
  .wakegai-flow__head-en,
  .wakegai-faq__head-en {
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 1.95px;
  }
  .wakegai-column__head-title,
  .wakegai-results__head-title,
  .wakegai-voice__head-title,
  .wakegai-flow__head-title,
  .wakegai-faq__head-title {
    font-size: clamp(24px, 7.466vw, 28px);
    line-height: 1.25;
    letter-spacing: 1.4px;
    text-align: center;
  }
  .wakegai-column {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wakegai-column .wakegai-column__head {
    padding-bottom: 40px;
    gap: 10px;
  }
  .wakegai-column .wakegai-column__head-en {
    font-size: 15px;
    letter-spacing: 1.95px;
  }
  .wakegai-column .wakegai-column__head-title {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .wakegai-column .wakegai-column__inner {
    width: 100%;
    align-items: stretch;
  }
  .wakegai-column .wakegai-column__body {
    align-items: stretch;
    gap: 30px;
  }
  .wakegai-column .wakegai-column__tabs-wrap {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .wakegai-column .wakegai-column__tabs-wrap::-webkit-scrollbar {
    display: none;
  }
  .wakegai-column .wakegai-column__tabs {
    justify-content: flex-start;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .wakegai-column .wakegai-column__tabs::-webkit-scrollbar {
    display: none;
  }
  .wakegai-column .wakegai-column__tab {
    height: 50px;
    padding: 0 15px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .wakegai-column .wakegai-column__grid {
    flex-direction: column;
    gap: 0;
    overflow: hidden;
  }
  .wakegai-column .wakegai-column__card {
    width: 100%;
    padding: 20px 0;
    flex-direction: row;
    gap: 10px;
    border-bottom: 1px solid #ebebeb;
  }
  .wakegai-column .wakegai-column__card:first-child {
    padding-top: 0;
  }
  .wakegai-column .wakegai-column__thumb {
    width: 100px;
    height: 56.296px;
    flex-shrink: 0;
  }
  .wakegai-column .wakegai-column__card-body {
    min-width: 0;
    padding: 0;
    gap: 5px;
    flex: 1 0 0;
  }
  .wakegai-column .wakegai-column__badge {
    height: 22px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 1.6;
    display: flex;
    align-items: center;
  }
  .wakegai-column .wakegai-column__card-title {
    max-height: 62px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
  .wakegai-column .wakegai-column__card-excerpt {
    display: none;
  }
  .wakegai-column .wakegai-column__more-btn {
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .wakegai-results {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wakegai-results .wakegai-results__inner {
    width: 100%;
  }
  .wakegai-results .wakegai-results__head {
    padding-bottom: 40px;
    gap: 10px;
  }
  .wakegai-results .wakegai-results__head-en {
    font-size: 15px;
    letter-spacing: 1.95px;
  }
  .wakegai-results .wakegai-results__head-title {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .wakegai-results .wakegai-results__stats .wakegai-results__stats-svg--pc {
    display: none;
  }
  .wakegai-results .wakegai-results__stats .wakegai-results__stats-svg--sp {
    display: block;
  }
  .wakegai-results .wakegai-results__cases {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wakegai-results .wakegai-results__case {
    width: 100%;
    padding: 20px;
    gap: 15px;
  }
  .wakegai-results .wakegai-results__case-head {
    min-height: 40px;
    padding: 0 0 15px 60px;
  }
  .wakegai-results .wakegai-results__case-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .wakegai-results .wakegai-results__case-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .wakegai-results .wakegai-results__case-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 305/234.24;
  }
  .wakegai-results .wakegai-results__case-flow {
    flex-direction: row;
    height: auto;
    border-bottom: 2px dashed #ddd;
  }
  .wakegai-results .wakegai-results__case-before {
    flex: 1 0 0;
    height: auto;
    padding: 10px 15px 10px 0;
  }
  .wakegai-results .wakegai-results__case-after {
    flex: 1 0 0;
    height: auto;
    padding: 10px 0 10px 15px;
    background: none;
  }
  .wakegai-results .wakegai-results__case-before > p br {
    display: inline;
  }
  .wakegai-results .wakegai-results__case-before > p,
  .wakegai-results .wakegai-results__case-after {
    font-size: 14px;
    line-height: 1.45;
  }
  .wakegai-results .wakegai-results__case-before-arrow {
    width: 21px;
    height: 15px;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .wakegai-results .wakegai-results__case-price {
    height: 72px;
  }
  .wakegai-results .wakegai-results__case-area {
    height: 45px;
  }
  .wakegai-results .wakegai-results__case-th {
    width: 50px;
    padding: 0 9px;
    font-size: 16px;
    line-height: 1.15;
    text-align: center;
  }
  .wakegai-results .wakegai-results__case-td {
    padding: 0 10px;
    font-size: 16px;
  }
  .wakegai-results .wakegai-results__case-price-num {
    font-size: 48px;
  }
  .wakegai-results .wakegai-results__case-price-unit {
    font-size: 18px;
  }
  .wakegai-results .wakegai-results__case-price-frac {
    font-size: 12px;
    margin-left: 5px;
  }
  .wakegai-flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wakegai-flow .wakegai-flow__inner {
    width: 100%;
  }
  .wakegai-flow .wakegai-flow__head {
    padding-bottom: 40px;
    gap: 10px;
  }
  .wakegai-flow .wakegai-flow__head-en {
    font-size: 15px;
    letter-spacing: 1.95px;
  }
  .wakegai-flow .wakegai-flow__head-title {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .wakegai-flow .wakegai-flow__steps {
    flex-direction: column;
    gap: 15px;
  }
  .wakegai-flow .wakegai-flow__step {
    width: 100%;
    position: relative;
    align-items: stretch;
    overflow: visible;
    background: #f6f6f6;
    border-radius: 5px;
  }
  .wakegai-flow .wakegai-flow__step-no {
    width: auto;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    letter-spacing: 1.3px;
    border-radius: 5px 0 5px 0;
  }
  .wakegai-flow .wakegai-flow__step-body {
    padding: 25px 15px 20px;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    background: transparent;
    border-radius: 5px;
  }
  .wakegai-flow .wakegai-flow__icon {
    width: 85px;
    height: 85px;
  }
  .wakegai-flow .wakegai-flow__icon-01 {
    width: 39.31px;
    height: 37.72px;
  }
  .wakegai-flow .wakegai-flow__icon-02 {
    width: 46.75px;
    height: 35.06px;
  }
  .wakegai-flow .wakegai-flow__icon-03 {
    width: 29.75px;
    height: 35.59px;
  }
  .wakegai-flow .wakegai-flow__icon-04 {
    width: 34px;
    height: 32.41px;
  }
  .wakegai-flow .wakegai-flow__icon-05 {
    width: 34.53px;
    height: 31.34px;
  }
  .wakegai-flow .wakegai-flow__step-copy {
    gap: 8px;
  }
  .wakegai-flow .wakegai-flow__step-title {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.9px;
    text-align: left;
  }
  .wakegai-flow .wakegai-flow__step-title br {
    display: none;
  }
  .wakegai-flow .wakegai-flow__step-desc {
    font-size: 14px;
    line-height: 1.55;
  }
  .wakegai-flow .wakegai-flow__arrow {
    width: 12px;
    height: 30px;
    top: auto;
    right: auto;
    bottom: -15px;
    left: 50px;
    transform: rotate(90deg);
  }
  .wakegai-flow .wakegai-flow__lead {
    margin-top: 30px;
  }
  .wakegai-flow .wakegai-flow__lead-main {
    width: 240px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.35;
  }
  .wakegai-flow .wakegai-flow__lead-sub {
    font-size: 15px;
    line-height: 1.55;
  }
  .wakegai-flow .wakegai-flow__cta {
    margin-top: 20px;
  }
  .wakegai-faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wakegai-faq .wakegai-faq__inner {
    width: 100%;
  }
  .wakegai-faq .wakegai-faq__head {
    padding-bottom: 40px;
    gap: 10px;
  }
  .wakegai-faq .wakegai-faq__head-en {
    font-size: 15px;
    letter-spacing: 1.95px;
  }
  .wakegai-faq .wakegai-faq__head-title {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .wakegai-faq .wakegai-faq__list {
    width: 100%;
    gap: 15px;
  }
  .wakegai-faq .wakegai-faq__q {
    padding: 10px 15px;
    border-radius: 8px;
  }
  .wakegai-faq .wakegai-faq__a {
    padding: 15px;
    align-items: normal;
  }
  .wakegai-faq .wakegai-faq__badge {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
  .wakegai-faq .wakegai-faq__q-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .wakegai-faq .wakegai-faq__a-text {
    padding-top: 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .wakegai-final {
    padding: 50px 15px;
  }
  .wakegai-final .wakegai-final__inner {
    width: 100%;
    gap: 30px;
  }
  .wakegai-final .wakegai-final__lead {
    gap: 12px;
  }
  .wakegai-final .wakegai-final__lead-text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    white-space: normal;
  }
  .wakegai-final .wakegai-final__logos {
    gap: 21.42px;
  }
  .wakegai-final .wakegai-final__logo-bennavi {
    width: 123.144px;
    height: 32.604px;
  }
  .wakegai-final .wakegai-final__cross {
    width: 16.279px;
    height: 16.279px;
  }
  .wakegai-final .wakegai-final__logo-wakegai {
    width: 107.346px;
    height: 37.563px;
  }
  .wakegai-final .wakegai-final__cm {
    width: 100%;
    gap: 10px;
  }
  .wakegai-final .wakegai-final__cm-label {
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.4;
  }
  .wakegai-form {
    padding: 40px 0 0;
  }
  .wakegai-form .wakegai-form__inner {
    width: 100%;
  }
  .wakegai-form .wakegai-form__title {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: 1.25px;
  }
  .wakegai-form .wakegai-form__card {
    width: 100%;
    padding: 25px 15px 40px;
    gap: 25px;
    border-radius: 15px 15px 0 0;
  }
  .wakegai-form .wakegai-form__steps {
    gap: 5px;
  }
  .wakegai-form .wakegai-form__step {
    width: 90px;
    height: 35px;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
  .wakegai-form .wakegai-form__step--arrow {
    clip-path: polygon(0 0, 78px 0, 100% 50%, 78px 100%, 0 100%);
  }
  .wakegai-form .wakegai-form__step--plain {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
  .wakegai-form .wakegai-form__step1 {
    gap: 16px;
  }
  .wakegai-form .wakegai-form__step1-head {
    align-items: flex-start;
    gap: 10px;
  }
  .wakegai-form .wakegai-form__step-badge {
    width: 66px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .wakegai-form .wakegai-form__step1-title {
    font-size: 18px;
    line-height: 1.45;
  }
  .wakegai-form .wakegai-form__fields {
    padding: 0 20px;
  }
  .wakegai-form .wakegai-form__field {
    display: block;
  }
  .wakegai-form .wakegai-form__field-label {
    width: 100%;
    padding: 20px 0 0;
    gap: 10px;
  }
  .wakegai-form .wakegai-form__field-name {
    font-size: 16px;
  }
  .wakegai-form .wakegai-form__required {
    font-size: 10px;
  }
  .wakegai-form .wakegai-form__field-options {
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }
  .wakegai-form .wakegai-form__field-options .wpcf7-form-control-wrap {
    grid-column: 1/-1;
  }
  .wakegai-form .wakegai-form__field-options .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }
  .wakegai-form .wakegai-form__field-options .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 500;
  }
  .wakegai-form .wpcf7-submit {
    width: 315px;
    padding: 15px 27px;
    font-size: 18px;
    line-height: 1.5;
  }
  .wakegai-form .wakegai-form__radio-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }
  .wakegai-form .wakegai-form__field-options--col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .wakegai-form .wakegai-form__field-options--col .wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .wakegai-form .wakegai-form__field-options input[type=text],
  .wakegai-form .wakegai-form__field-options input[type=tel],
  .wakegai-form .wakegai-form__field-options input[type=email],
  .wakegai-form .wakegai-form__field-options textarea {
    font-size: 14px;
  }
  .wakegai-form .wakegai-form__select,
  .wakegai-form .wakegai-form__address {
    grid-column: 1/-1;
  }
  .wakegai-form .wakegai-form__select {
    max-width: none;
  }
  .wakegai-form .wakegai-form__select select {
    font-size: 14px;
  }
  .wakegai-form .wakegai-form__note {
    font-size: 12px;
  }
  .wakegai-form .wakegai-form__address-zipgroup .wakegai-form__note {
    padding-left: 0;
  }
  .wakegai-form .wakegai-form__address {
    gap: 20px;
  }
  .wakegai-form .wakegai-form__address-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .wakegai-form .wakegai-form__address-sublabel {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.6px;
  }
  .wakegai-form .wakegai-form__zip {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .wakegai-form .wakegai-form__zip-input {
    width: 140px;
  }
  .wakegai-form .wakegai-form__ziplink {
    font-size: 13px;
  }
  .wakegai-form .js_wakegai_submit {
    justify-content: center;
  }
  .wakegai-modal .modal_inner {
    width: 90%;
  }
  .wakegai-modal .wakegai-modal__panel {
    gap: 19px;
    padding: 25px 15px;
  }
  .wakegai-modal .wakegai-modal__title {
    font-size: 18px;
  }
  .wakegai-modal .wakegai-modal__scroll {
    gap: 30px;
    max-height: 60vh;
  }
  .wakegai-modal .wakegai-modal__row-value {
    background: #f7f8fc;
  }
  .wakegai-modal .wakegai-modal__agree {
    gap: 8px;
    width: 100%;
  }
  .wakegai-modal .wakegai-modal__agree-text {
    font-size: 13px;
  }
  .wakegai-modal .wakegai-modal__foot {
    gap: 20px;
    width: 100%;
  }
  .wakegai-modal .wakegai-modal__foot-note {
    font-size: 14px;
  }
  .wakegai-modal .wakegai-modal__actions {
    width: 100%;
  }
  .wakegai-modal .wakegai-modal__submit > span:first-child {
    font-size: 18px;
  }
  .wakegai-modal .wakegai-modal__thanks-text {
    font-size: 13px;
  }
  .wakegai-modal .wakegai-modal__mailbox {
    background: #f7f8fc;
  }
  .wakegai-modal .wakegai-modal__mailbox-mail,
  .wakegai-modal .wakegai-modal__mailbox-subject {
    font-size: 14px;
  }
  .wakegai-modal .wakegai-modal__close-btn {
    width: 100%;
    font-size: 16px;
  }
}
/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
.l_columnBreadcrumb {
  background-color: #fff;
}

.columnBreadcrumb {
  width: 90%;
  max-width: 1200px;
  height: 44px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .columnBreadcrumb {
    width: 100%;
    height: 28px;
    padding: 5px 20px;
    gap: 10px;
  }
}

.columnBreadcrumb_item,
.columnBreadcrumb_current,
.columnBreadcrumb_separator {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .columnBreadcrumb_item,
  .columnBreadcrumb_current,
  .columnBreadcrumb_separator {
    font-size: 11px;
  }
}

.columnBreadcrumb_item {
  color: #333;
}

.columnBreadcrumb_current {
  color: #999;
}

.columnBreadcrumb_separator {
  color: #737373;
}

.l_columnHero {
  position: relative;
  overflow: hidden;
  background-color: #1D2E6C;
}
.l_columnHero::before, .l_columnHero::after {
  position: absolute;
  inset: 0;
  content: "";
}
.l_columnHero::before {
  background-image: url(asset/img/column/bg_column_hero01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .l_columnHero::before {
    background-image: url(asset/img/column/bg_column_hero01_sp.png);
  }
}
.l_columnHero::after {
  background: linear-gradient(90deg, #1D2E6C 6.65%, rgba(29, 46, 108, 0.7) 73.56%, #1D2E6C 100%);
}
@media (max-width: 767px) {
  .l_columnHero::after {
    background: linear-gradient(90deg, #1D2E6C 6.65%, rgba(29, 46, 108, 0.7) 73.56%);
  }
}

.columnHero {
  width: 90%;
  max-width: 1200px;
  height: 180px;
  margin: auto;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .columnHero {
    width: 100%;
    height: auto;
    min-height: 80px;
    padding: 20px;
    gap: 4px;
  }
}

.columnHero_en {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1.82px;
  color: #CBE8FF;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .columnHero_en {
    font-size: 11px;
    letter-spacing: 1.43px;
  }
}

.columnHero_title {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.88px;
  color: #fff;
}
@media (max-width: 767px) {
  .columnHero_title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}

.l_columnMain {
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l_columnMain {
    padding: 30px 20px 40px;
  }
}

.columnMain {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 767px) {
  .columnMain {
    width: 100%;
    display: block;
  }
}

.columnArticles {
  width: 860px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .columnArticles {
    width: 100%;
  }
}

.columnSectionHead {
  padding: 0 0 15px;
}

.columnSectionHead_title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.56px;
  color: #333;
}
.columnSectionHead_title::after {
  width: 50px;
  height: 3px;
  display: block;
  content: "";
  background-color: #1D2E6C;
}
@media (max-width: 767px) {
  .columnSectionHead_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.54px;
  }
  .columnSectionHead_title::after {
    width: 30px;
    height: 2px;
  }
}

.columnArticle {
  border-bottom: 1px solid #EBEBEB;
  background-color: #fff;
}

.columnArticle_link {
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  color: #333;
}
@media (min-width: 768px) {
  .columnArticle_link:hover .columnArticle_thumb img {
    width: 122.24%;
    height: 144.94%;
    left: -11.12%;
    top: -22.47%;
  }
  .columnArticle_link:hover .columnArticle_title {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .columnArticle_link {
    padding: 20px 0;
    gap: 10px;
  }
}

.columnArticle_thumb {
  width: 270px;
  height: 152px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.columnArticle_thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: width 100ms ease-out, height 100ms ease-out, left 100ms ease-out, top 100ms ease-out;
}
@media (max-width: 767px) {
  .columnArticle_thumb {
    width: 100px;
    height: 56px;
  }
}

.columnArticle_body {
  min-width: 0;
  padding: 4px 0 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .columnArticle_body {
    padding: 0;
    gap: 5px;
  }
}

.columnArticle_meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .columnArticle_meta {
    gap: 8px;
  }
}

.columnArticle_category {
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #1D2E6C;
  background-color: #E2ECFB;
}
@media (max-width: 767px) {
  .columnArticle_category {
    height: 22px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 1.6;
  }
}

.columnArticle_date {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #737373;
}
@media (max-width: 767px) {
  .columnArticle_date {
    font-size: 10px;
  }
}

.columnArticle_title {
  display: -webkit-box;
  overflow: hidden;
  transition: opacity 100ms ease-out;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .columnArticle_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
}

.columnArticle_excerpt {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #737373;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .columnArticle_excerpt {
    display: none;
  }
}

.columnArticles_empty {
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #737373;
}
@media (max-width: 767px) {
  .columnArticles_empty {
    font-size: 14px;
  }
}

.columnPagination {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .columnPagination {
    padding: 25px 0 0;
  }
}

.columnPagination_pc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .columnPagination_pc {
    display: none;
  }
}

.columnPagination_sp {
  display: none;
}
@media (max-width: 767px) {
  .columnPagination_sp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}

.columnPagination .page-numbers,
.columnPagination_count,
.columnPagination_prev,
.columnPagination_next {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #737373;
  background-color: #fff;
  transition: border-color 100ms ease-out, color 100ms ease-out, background-color 100ms ease-out;
}

.columnPagination .page-numbers.current {
  border-color: #1D2E6C;
  color: #fff;
  background-color: #1D2E6C;
}

.columnPagination .page-numbers.dots {
  font-weight: 400;
}

@media (min-width: 768px) {
  .columnPagination a.page-numbers:not(.current):not(.dots):hover,
  .columnPagination_prev:hover,
  .columnPagination_next:hover {
    border-color: #1D2E6C;
    color: #fff;
    background-color: #1D2E6C;
  }
}
@media (max-width: 767px) {
  .columnPagination a.page-numbers:not(.current):not(.dots):active,
  .columnPagination_prev:active,
  .columnPagination_next:active {
    border-color: #1D2E6C;
    color: #fff;
    background-color: #1D2E6C;
  }
}

.columnPagination .page-numbers-prev,
.columnPagination_prev,
.columnPagination .page-numbers-next,
.columnPagination_next {
  gap: 10px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
}

.columnPagination .page-numbers-prev::before,
.columnPagination_prev::before {
  width: 8px;
  height: 12px;
  display: block;
  content: "";
  background-color: #737373;
  mask-image: url(asset/img/common/icon_arrow01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .columnPagination .page-numbers-prev:hover::before,
  .columnPagination_prev:hover::before {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .columnPagination .page-numbers-prev:active::before,
  .columnPagination_prev:active::before {
    background-color: #fff;
  }
}

.columnPagination .page-numbers-next::after,
.columnPagination_next::after {
  width: 8px;
  height: 12px;
  display: block;
  content: "";
  background-color: #737373;
  mask-image: url(asset/img/common/icon_arrow01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .columnPagination .page-numbers-next:hover::after,
  .columnPagination_next:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .columnPagination .page-numbers-next:active::after,
  .columnPagination_next:active::after {
    background-color: #fff;
  }
}

.columnPagination_count {
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.columnSidebar {
  width: 280px;
  position: sticky;
  top: 120px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .columnSidebar {
    display: none;
  }
}

.columnSidebar_head {
  padding: 15px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: #fff;
  background-color: #1D2E6C;
}

.columnSidebar_body {
  border-radius: 0 0 10px 10px;
  background-color: #F5F5F5;
}

.columnSidebar_item {
  height: 50px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.columnSidebar_item:last-child {
  border-bottom: 0;
}
.columnSidebar_item span {
  min-width: 0;
  flex: 1;
  transition: opacity 100ms ease-out;
}
@media (min-width: 768px) {
  .columnSidebar_item:hover span {
    opacity: 0.7;
  }
}
.columnSidebar_item::after {
  width: 8px;
  height: 12px;
  display: block;
  flex-shrink: 0;
  content: "";
  background-color: #737373;
  mask-image: url(asset/img/common/icon_arrow01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.l_columnFooterNav {
  padding: 50px 0;
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  .l_columnFooterNav {
    padding: 30px 20px;
  }
}

.columnFooterNav {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media (max-width: 767px) {
  .columnFooterNav {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.columnFooterNav_logo {
  width: 300px;
  height: 43.889px;
  flex-shrink: 0;
}
.columnFooterNav_logo img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .columnFooterNav_logo {
    width: 240px;
    height: 35.111px;
  }
}

.columnFooterNav_body {
  min-width: 0;
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .columnFooterNav_body {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}

.columnFooterNav_section {
  width: 370px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .columnFooterNav_section {
    width: 100%;
    gap: 10px;
  }
}

.columnFooterNav_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: #333;
}
@media (max-width: 767px) {
  .columnFooterNav_title {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.columnFooterNav_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .columnFooterNav_list {
    column-gap: 15px;
  }
}

@media (min-width: 768px) {
  .columnFooterNav_list__services {
    min-height: 194px;
  }
}

.columnFooterNav_item {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .columnFooterNav_item {
    gap: 5px;
    font-size: 12px;
    line-height: 1.6;
  }
}

.columnFooterNav_link {
  transition: opacity 100ms ease-out;
}
.columnFooterNav_link::after {
  width: 10px;
  height: 10px;
  display: block;
  flex-shrink: 0;
  content: "";
  background: url(asset/img/common/icon_external_link01.svg) center/contain no-repeat;
}
@media (min-width: 768px) {
  .columnFooterNav_link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .columnFooterNav_link:active {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .columnFooterNav_item__column::after {
    width: 10px;
    height: 10px;
    display: block;
    flex-shrink: 0;
    content: "";
    background: url(asset/img/common/icon_external_link01.svg) center/contain no-repeat;
  }
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
.l_singleColumn {
  padding: 50px 0 90px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l_singleColumn {
    padding: 15px 20px 30px;
  }
}

.singleColumn {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 767px) {
  .singleColumn {
    width: 100%;
    max-width: none;
  }
}

.singleColumn_header {
  padding: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .singleColumn_header {
    padding: 0 0 20px;
    gap: 10px;
  }
}

.singleColumn_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .singleColumn_meta {
    gap: 10px;
  }
}

.singleColumn_category {
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #1D2E6C;
  background-color: #E2ECFB;
}
@media (max-width: 767px) {
  .singleColumn_category {
    font-size: 12px;
  }
}

.singleColumn_date {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #999;
}
@media (max-width: 767px) {
  .singleColumn_date {
    font-size: 11px;
    line-height: 1.6;
  }
}

.singleColumn_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.56px;
  color: #333;
}
@media (max-width: 767px) {
  .singleColumn_title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}

.singleColumn_thumb {
  margin: 0;
  aspect-ratio: 800/450;
  overflow: hidden;
  border-radius: 4px;
  background-color: #F5F5F5;
}
.singleColumn_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.singleColumn_body {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .singleColumn_body {
    margin: 30px 0 0;
    row-gap: 18px;
  }
}
.singleColumn_body > p,
.singleColumn_body .wp-block-paragraph {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .singleColumn_body > p,
  .singleColumn_body .wp-block-paragraph {
    font-size: 15px;
  }
}
.singleColumn_body h2.wp-block-heading,
.singleColumn_body h3.wp-block-heading,
.singleColumn_body h4.wp-block-heading,
.singleColumn_body h5.wp-block-heading,
.singleColumn_body h6.wp-block-heading {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
}
.singleColumn_body h2.wp-block-heading {
  position: relative;
  margin: 30px 0 6px;
  padding: 15px 20px 15px 40px;
  background-color: #E7EEFD;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}
.singleColumn_body h2.wp-block-heading::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  content: "";
  background-color: #5F7ACF;
}
.singleColumn_body h2.wp-block-heading::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #1D2E6C;
}
@media (max-width: 767px) {
  .singleColumn_body h2.wp-block-heading {
    margin: 18px 0 6px;
    padding: 10px 15px 10px 25px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.54px;
  }
  .singleColumn_body h2.wp-block-heading::before {
    width: 10px;
  }
  .singleColumn_body h2.wp-block-heading::after {
    width: 10px;
    height: 10px;
  }
}
.singleColumn_body h3.wp-block-heading {
  position: relative;
  margin: 24px 0 6px;
  padding: 5px 0 15px 23px;
  border-bottom: 2px solid #E0E0E0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.1px;
}
.singleColumn_body h3.wp-block-heading::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 12px;
  width: 8px;
  content: "";
  background-color: #5F7ACF;
}
@media (max-width: 767px) {
  .singleColumn_body h3.wp-block-heading {
    margin: 18px 0 6px;
    padding: 2px 0 12px 16px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
  }
  .singleColumn_body h3.wp-block-heading::before {
    width: 6px;
  }
}
.singleColumn_body h4.wp-block-heading {
  margin: 30px 0 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E0E0E0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .singleColumn_body h4.wp-block-heading {
    margin: 20px 0 15px;
    padding-bottom: 6px;
    font-size: 15px;
    letter-spacing: 0.45px;
  }
}
.singleColumn_body h5.wp-block-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.54px;
}
.singleColumn_body h5.wp-block-heading::before {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  content: "";
  border-radius: 50%;
  background-color: #5F7ACF;
}
@media (max-width: 767px) {
  .singleColumn_body h5.wp-block-heading {
    gap: 8px;
    margin: 20px 0 10px;
    font-size: 15px;
    letter-spacing: 0.45px;
  }
  .singleColumn_body h5.wp-block-heading::before {
    width: 8px;
    height: 8px;
  }
}
.singleColumn_body h6.wp-block-heading {
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .singleColumn_body h6.wp-block-heading {
    margin: 20px 0 10px;
    font-size: 15px;
    letter-spacing: 0.45px;
  }
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
.singleColumn_body .wp-block-table {
  margin: 0 0 30px;
  overflow-x: auto;
}
.singleColumn_body .wp-block-table table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
}
.singleColumn_body .wp-block-table th,
.singleColumn_body .wp-block-table td {
  padding: 10px 15px;
  border: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.singleColumn_body .wp-block-table th {
  border-right: 1px solid #E7EEFD;
  font-weight: 600;
  color: #E7EEFD;
  vertical-align: middle;
  background-color: #1D2E6C;
}
.singleColumn_body .wp-block-table th:last-child {
  border-right: 0;
}
.singleColumn_body .wp-block-table td {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  color: #333;
  vertical-align: top;
  background-color: #fff;
}
.singleColumn_body .wp-block-table td:first-child {
  border-left: 1px solid #E0E0E0;
  vertical-align: middle;
  background-color: #F5F5F5;
}
.singleColumn_body .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.singleColumn_body .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.singleColumn_body .wp-block-table tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.singleColumn_body .wp-block-table tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.singleColumn_body .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.singleColumn_body .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
@media (max-width: 767px) {
  .singleColumn_body .wp-block-table {
    margin: 0 0 20px;
  }
  .singleColumn_body .wp-block-table table {
    min-width: 0;
  }
  .singleColumn_body .wp-block-table th,
  .singleColumn_body .wp-block-table td {
    padding: 8px 10px;
    font-size: 13px;
    word-break: break-word;
  }
}
.singleColumn_body .wp-block-quote {
  position: relative;
  margin: 0 0 30px;
  padding: 30px 30px 30px 32px;
  border-left: 2px solid #E0E0E0;
  font-size: 14px;
  line-height: 1.8;
  background-color: #F5F5F5;
}
.singleColumn_body .wp-block-quote::before {
  position: absolute;
  left: 15px;
  top: -7px;
  width: 35px;
  height: 25px;
  content: "";
  background: url(asset/img/common/icon_quote01.svg) center/contain no-repeat;
}
.singleColumn_body .wp-block-quote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #0452CE;
}
@media (max-width: 767px) {
  .singleColumn_body .wp-block-quote {
    margin: 0 0 20px;
    padding: 15px 15px 15px 17px;
    font-size: 13px;
  }
  .singleColumn_body .wp-block-quote::before {
    top: -6px;
    width: 26px;
    height: 19px;
  }
}
.singleColumn_body ul.wp-block-list,
.singleColumn_body ol.wp-block-list {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.singleColumn_body ul.wp-block-list li,
.singleColumn_body ol.wp-block-list li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  list-style: none;
}
.singleColumn_body ul.wp-block-list li::before,
.singleColumn_body ol.wp-block-list li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #5F7ACF;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .singleColumn_body ul.wp-block-list li,
  .singleColumn_body ol.wp-block-list li {
    padding-left: 13px;
    font-size: 13px;
  }
  .singleColumn_body ul.wp-block-list li::before,
  .singleColumn_body ol.wp-block-list li::before {
    width: 5px;
    height: 5px;
  }
}

.realestate-cta,
.realestate-supervisor,
.realestate-toc,
.realestate-qa,
.realestate-balloon,
.realestate-related,
.realestate-share,
.realestate-caption {
  box-sizing: border-box;
  width: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
}
.realestate-cta *,
.realestate-cta *::before,
.realestate-cta *::after,
.realestate-supervisor *,
.realestate-supervisor *::before,
.realestate-supervisor *::after,
.realestate-toc *,
.realestate-toc *::before,
.realestate-toc *::after,
.realestate-qa *,
.realestate-qa *::before,
.realestate-qa *::after,
.realestate-balloon *,
.realestate-balloon *::before,
.realestate-balloon *::after,
.realestate-related *,
.realestate-related *::before,
.realestate-related *::after,
.realestate-share *,
.realestate-share *::before,
.realestate-share *::after,
.realestate-caption *,
.realestate-caption *::before,
.realestate-caption *::after {
  box-sizing: border-box;
}

.realestate-cta {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.realestate-cta .realestate-cta__badge-wrap {
  min-height: 13.5px;
}
.realestate-cta .realestate-cta__badge {
  position: absolute;
  position-anchor: --realestate-cta-button;
  bottom: anchor(top);
  left: anchor(center);
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.19));
}
.realestate-cta .realestate-cta__badge-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.65px;
  color: #333;
  white-space: nowrap;
  border-radius: 20px;
  background-color: #FFE97E;
}
.realestate-cta .realestate-cta__badge-arrow {
  width: 16px;
  height: 8px;
  margin-top: -1px;
  background-color: #FFE97E;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.realestate-cta .realestate-cta__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.realestate-cta .realestate-cta__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.realestate-cta .realestate-cta__catch {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
.realestate-cta .realestate-cta__body {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
.realestate-cta .realestate-cta__body-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  gap: 15px;
  box-sizing: border-box;
}
.realestate-cta .realestate-cta__button-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 3px;
  anchor-scope: --realestate-cta-button;
}
.realestate-cta .realestate-cta__button-catch {
  margin: 0 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.realestate-cta .realestate-cta__button-catch::before, .realestate-cta .realestate-cta__button-catch::after {
  width: 10px;
  height: 20px;
  content: "";
  background: url(asset/img/common/icon_cta_slash01.svg) center/contain no-repeat;
}
.realestate-cta .realestate-cta__button-catch::after {
  transform: scaleX(-1);
}
.realestate-cta .realestate-cta__button {
  min-width: 400px;
  min-height: 60px;
  padding: 20px 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #E11422 0%, #FF3C49 98.05%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.1s ease-out, transform 0.1s ease-out;
}
.realestate-cta .realestate-cta__button .realestate-cta__button-inner {
  anchor-name: --realestate-cta-button;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.realestate-cta .realestate-cta__button .realestate-cta__button-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.54px;
}
.realestate-cta .realestate-cta__button .realestate-cta__button-label {
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #E11422;
  background-color: #fff;
  box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.2);
}
.realestate-cta .realestate-cta__button .realestate-cta__button-icon {
  width: 18px;
  height: 20px;
  flex-shrink: 0;
  background-color: #fff;
  mask: url(asset/img/common/icon_calculator01.svg) center/contain no-repeat;
}
.realestate-cta .realestate-cta__button::after {
  width: 8px;
  height: 14px;
  position: absolute;
  right: 24px;
  content: "";
  background-color: #fff;
  mask: url(asset/img/common/icon_arrow01.svg) center/contain no-repeat;
}
@media (min-width: 768px) {
  .realestate-cta .realestate-cta__button:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
}
.realestate-cta .realestate-cta__button.realestate-cta__button--reception {
  padding: 20px 60px;
}
.realestate-cta .realestate-cta__button.realestate-cta__button--reception .realestate-cta__button-inner {
  gap: 10px;
}
.realestate-cta .realestate-cta__button.realestate-cta__button--reception .realestate-cta__button-text {
  font-size: 20px;
  letter-spacing: 1px;
}
.realestate-cta .realestate-cta__image {
  width: 270px;
  height: 260px;
  align-self: stretch;
  background: url(asset/img/column/img_cta_person01.png) right bottom/cover no-repeat;
}
.realestate-cta.realestate-cta--a {
  margin: 30px 0;
}
.realestate-cta.realestate-cta--a .realestate-cta__body,
.realestate-cta.realestate-cta--a .realestate-cta__image {
  display: none;
}
.realestate-cta.realestate-cta--a .realestate-cta__box {
  width: auto;
}
.realestate-cta.realestate-cta--a .realestate-cta__catch {
  font-size: 18px;
  letter-spacing: 0;
}
.realestate-cta.realestate-cta--b {
  margin: 20px 0;
  align-items: stretch;
}
.realestate-cta.realestate-cta--b .realestate-cta__box {
  padding: 35px 40px;
  justify-content: space-between;
  border: 1px solid #F7E9A3;
  border-radius: 8px;
  background-color: #FFFBE5;
}
.realestate-cta.realestate-cta--b .realestate-cta__content {
  align-items: flex-start;
  text-align: left;
}
.realestate-cta.realestate-cta--b .realestate-cta__catch {
  font-size: 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .realestate-cta.realestate-cta--b:not(.realestate-cta--has-image) .realestate-cta__content {
    flex: 1;
    min-width: 0;
    gap: 8px;
  }
  .realestate-cta.realestate-cta--b:not(.realestate-cta--has-image) .realestate-cta__body {
    font-size: 14px;
    line-height: 1.7;
    color: #737373;
  }
  .realestate-cta.realestate-cta--b:not(.realestate-cta--has-image) .realestate-cta__button {
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .realestate-cta.realestate-cta--b.realestate-cta--has-image .realestate-cta__box {
    position: relative;
    padding-left: 50px;
    padding-right: 250px;
  }
  .realestate-cta.realestate-cta--b.realestate-cta--has-image .realestate-cta__content {
    align-items: center;
    text-align: center;
  }
  .realestate-cta.realestate-cta--b.realestate-cta--has-image .realestate-cta__body {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    color: #737373;
  }
  .realestate-cta.realestate-cta--b.realestate-cta--has-image .realestate-cta__image {
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: block;
    border-bottom-right-radius: 8px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .realestate-cta.realestate-cta--b.realestate-cta--has-image .realestate-cta__image {
    display: none;
  }
}
@media (max-width: 767px) {
  .realestate-cta.realestate-cta--b.realestate-cta--has-image .realestate-cta__image {
    display: none;
  }
}
.realestate-cta.realestate-cta--c {
  margin: 30px 0;
  align-items: stretch;
}
.realestate-cta.realestate-cta--c .realestate-cta__box {
  padding: 3px;
  flex-direction: column;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1D2E6C;
}
.realestate-cta.realestate-cta--c .realestate-cta__content {
  width: 100%;
  padding: 0;
  gap: 0;
  background-color: #fff;
  background-image: url(asset/img/column/bg_cta_pattern01.png);
  background-position: left top;
  background-size: 7.44px 7.44px;
  border-radius: 0 0 7px 7px;
}
.realestate-cta.realestate-cta--c .realestate-cta__catch {
  width: 100%;
  margin: 0;
  padding: 20px 40px;
  color: #fff;
  background-color: #1D2E6C;
}
.realestate-cta.realestate-cta--c .realestate-cta__body {
  width: 100%;
}
.realestate-cta.realestate-cta--c .realestate-cta__body-wrap {
  padding: 25px 40px 30px;
}
@media (max-width: 767px) {
  .realestate-cta.realestate-cta--a {
    margin: 15px 0 30px;
  }
  .realestate-cta.realestate-cta--b, .realestate-cta.realestate-cta--c {
    margin: 20px 0;
  }
  .realestate-cta .realestate-cta__badge-text {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .realestate-cta .realestate-cta__box {
    gap: 15px;
  }
  .realestate-cta .realestate-cta__content {
    gap: 5px;
  }
  .realestate-cta .realestate-cta__catch {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
  .realestate-cta .realestate-cta__body {
    font-size: 14px;
    line-height: 1.7;
  }
  .realestate-cta .realestate-cta__button {
    width: 100%;
    min-width: 0;
    padding: 10px 50px;
  }
  .realestate-cta .realestate-cta__button .realestate-cta__button-text {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .realestate-cta .realestate-cta__button .realestate-cta__button-label {
    padding: 2px 8px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .realestate-cta .realestate-cta__button .realestate-cta__button-icon {
    width: 18px;
    height: 20px;
  }
  .realestate-cta .realestate-cta__button.realestate-cta__button--reception {
    padding: 10px 50px;
  }
  .realestate-cta .realestate-cta__button.realestate-cta__button--reception .realestate-cta__button-inner {
    flex-direction: column;
    gap: 4px;
  }
  .realestate-cta .realestate-cta__button.realestate-cta__button--reception .realestate-cta__button-text {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .realestate-cta .realestate-cta__image {
    display: none;
  }
  .realestate-cta.realestate-cta--b .realestate-cta__box {
    padding: 20px;
    flex-direction: column;
  }
  .realestate-cta.realestate-cta--b .realestate-cta__content {
    align-items: center;
    text-align: center;
  }
  .realestate-cta.realestate-cta--b.realestate-cta--has-image .realestate-cta__box {
    min-height: 0;
    padding: 20px;
  }
  .realestate-cta.realestate-cta--c .realestate-cta__catch {
    padding: 10px 20px;
  }
  .realestate-cta.realestate-cta--c .realestate-cta__body-wrap {
    padding: 15px 20px 25px;
  }
}

.realestate-supervisor {
  margin: 30px 0 40px;
  padding: 20px 30px;
  border: 2px solid #E0E0E0;
  border-radius: 10px;
  background-color: #fff;
}
.realestate-supervisor .realestate-supervisor__head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.realestate-supervisor .realestate-supervisor__avatar {
  width: 89px;
  height: 89px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #F5F5F5;
}
.realestate-supervisor .realestate-supervisor__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realestate-supervisor .realestate-supervisor__meta {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.realestate-supervisor .realestate-supervisor__label {
  margin-bottom: 5px;
  padding: 2px 10px;
  display: inline-flex;
  border-radius: 33px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: #333;
}
.realestate-supervisor .realestate-supervisor__name {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.54px;
}
.realestate-supervisor .realestate-supervisor__role {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #737373;
}
.realestate-supervisor .realestate-supervisor__body {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .realestate-supervisor {
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
  }
  .realestate-supervisor .realestate-supervisor__avatar {
    width: 80px;
    height: 80px;
  }
  .realestate-supervisor .realestate-supervisor__label {
    margin-bottom: 3px;
    font-size: 12px;
  }
  .realestate-supervisor .realestate-supervisor__name {
    font-size: 16px;
  }
  .realestate-supervisor .realestate-supervisor__role {
    font-size: 11px;
  }
  .realestate-supervisor .realestate-supervisor__body {
    font-size: 12px;
    line-height: 1.6;
  }
}

.realestate-toc {
  --realestate-toc-number-width: 48px;
  --realestate-toc-column-gap: 10px;
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.realestate-toc .realestate-toc__details {
  margin: 0;
  padding: 0;
}
.realestate-toc .realestate-toc__summary {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
}
.realestate-toc .realestate-toc__summary::-webkit-details-marker {
  display: none;
}
.realestate-toc .realestate-toc__summary::marker {
  content: "";
}
.realestate-toc .realestate-toc__details[open] .realestate-toc__summary {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
}
.realestate-toc .realestate-toc__title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.realestate-toc .realestate-toc__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #5F7ACF;
}
.realestate-toc .realestate-toc__toggle-close {
  display: none;
}
.realestate-toc .realestate-toc__details[open] .realestate-toc__toggle-open {
  display: none;
}
.realestate-toc .realestate-toc__details[open] .realestate-toc__toggle-close {
  display: inline;
}
.realestate-toc .realestate-toc__toggle-icon {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.realestate-toc .realestate-toc__details[open] .realestate-toc__toggle-icon {
  transform: translateY(2px) rotate(225deg);
}
.realestate-toc.is-editor .realestate-toc__title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
}
.realestate-toc .realestate-toc__empty {
  margin: 0;
  font-size: 14px;
  color: #737373;
}
.realestate-toc .realestate-toc__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.realestate-toc .realestate-toc__item {
  list-style: none;
}
.realestate-toc .realestate-toc__item + .realestate-toc__item--h2 {
  margin-top: 20px;
}
.realestate-toc .realestate-toc__item--h2 + .realestate-toc__item--h3 {
  margin-top: 10px;
}
.realestate-toc .realestate-toc__item--h3 + .realestate-toc__item--h3 {
  margin-top: 5px;
}
.realestate-toc .realestate-toc__link {
  display: grid;
  grid-template-columns: var(--realestate-toc-number-width) minmax(0, 1fr);
  align-items: flex-start;
  column-gap: var(--realestate-toc-column-gap);
  color: #333;
}
@media (min-width: 768px) {
  .realestate-toc .realestate-toc__link:hover .realestate-toc__text {
    text-decoration: underline;
    text-underline-position: from-font;
  }
}
.realestate-toc .realestate-toc__number {
  width: 100%;
  min-width: 0;
  min-height: 25px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  border-right: 1px solid #91A3E0;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #5F7ACF;
}
.realestate-toc .realestate-toc__text {
  min-width: 0;
  flex: 1;
  word-break: break-word;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.realestate-toc .realestate-toc__item--h3 {
  padding-left: calc(var(--realestate-toc-number-width) + var(--realestate-toc-column-gap));
}
.realestate-toc .realestate-toc__item--h3 .realestate-toc__link {
  grid-template-columns: 3.25em minmax(0, 1fr);
}
.realestate-toc .realestate-toc__item--h3 .realestate-toc__number {
  width: 100%;
  height: auto;
  display: block;
  padding-right: 0;
  border-right: 0;
  line-height: 1.5;
}
.realestate-toc .realestate-toc__item--h3 .realestate-toc__number,
.realestate-toc .realestate-toc__item--h3 .realestate-toc__text {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
}
@media (max-width: 767px) {
  .realestate-toc {
    --realestate-toc-number-width: 36px;
    --realestate-toc-column-gap: 8px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
  }
  .realestate-toc .realestate-toc__summary {
    gap: 15px;
  }
  .realestate-toc .realestate-toc__details[open] .realestate-toc__summary {
    margin-bottom: 20px;
  }
  .realestate-toc .realestate-toc__title {
    font-size: 15px;
  }
  .realestate-toc .realestate-toc__toggle {
    gap: 6px;
    font-size: 12px;
  }
  .realestate-toc.is-editor .realestate-toc__title {
    margin-bottom: 20px;
  }
  .realestate-toc .realestate-toc__number {
    height: auto;
    min-height: 20px;
    padding-right: 7px;
    font-size: 15px;
  }
  .realestate-toc .realestate-toc__item--h2 .realestate-toc__number {
    padding-top: 3px;
  }
  .realestate-toc .realestate-toc__text {
    font-size: 14px;
  }
  .realestate-toc .realestate-toc__item--h3 {
    padding-left: calc(var(--realestate-toc-number-width) + var(--realestate-toc-column-gap));
  }
  .realestate-toc .realestate-toc__item--h3 .realestate-toc__number {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .realestate-toc .realestate-toc__item--h3 .realestate-toc__number,
  .realestate-toc .realestate-toc__item--h3 .realestate-toc__text {
    font-size: 12px;
  }
  .realestate-toc .realestate-toc__item + .realestate-toc__item--h2 {
    margin-top: 10px;
  }
  .realestate-toc .realestate-toc__item--h2 + .realestate-toc__item--h3,
  .realestate-toc .realestate-toc__item--h3 + .realestate-toc__item--h3 {
    margin-top: 5px;
  }
}

.realestate-qa {
  display: flex;
  flex-direction: column;
}
.realestate-qa .realestate-qa__item {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.realestate-qa .realestate-qa__row {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.realestate-qa .realestate-qa__row--question {
  border-radius: 8px;
  background-color: #F5F5F5;
}
.realestate-qa .realestate-qa__mark {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #5F7ACF;
}
.realestate-qa .realestate-qa__row--answer .realestate-qa__mark {
  background-color: #F7434F;
}
.realestate-qa .realestate-qa__text {
  margin: 0;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.6;
}
.realestate-qa .realestate-qa__text--question {
  font-weight: 600;
}
@media (max-width: 767px) {
  .realestate-qa .realestate-qa__row {
    padding: 15px;
    gap: 10px;
  }
  .realestate-qa .realestate-qa__mark {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .realestate-qa .realestate-qa__text {
    padding-top: 3px;
    font-size: 14px;
  }
}

.realestate-balloon {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.realestate-balloon .realestate-balloon__item {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.realestate-balloon .realestate-balloon__item--right {
  flex-direction: row-reverse;
}
.realestate-balloon .realestate-balloon__avatar {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #E0E0E0;
}
.realestate-balloon .realestate-balloon__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realestate-balloon .realestate-balloon__body {
  position: relative;
  margin: 0;
  padding: 20px;
  flex: 1;
  border: 2px solid #E0E0E0;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.8;
  background-color: #fff;
}
.realestate-balloon .realestate-balloon__body::before {
  position: absolute;
  width: 17px;
  height: 22px;
  content: "";
  background: url(asset/img/common/icon_balloon_arrow01.svg) center/contain no-repeat;
}
.realestate-balloon .realestate-balloon__item--left .realestate-balloon__body::before {
  left: -16px;
}
.realestate-balloon .realestate-balloon__item--right .realestate-balloon__body::before {
  right: -16px;
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .realestate-balloon .realestate-balloon__item {
    padding: 10px 0;
    gap: 20px;
  }
  .realestate-balloon .realestate-balloon__avatar {
    width: 60px;
    height: 60px;
  }
  .realestate-balloon .realestate-balloon__body {
    padding: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.realestate-related {
  margin: 11px 0 30px;
}
.realestate-related .realestate-related__label {
  position: relative;
  z-index: 2;
  margin: 0 0 -10px 15px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #5F7ACF;
  background-color: #fff;
  transform: translateY(13px);
  transition: background-color 0.2s ease;
}
.realestate-related .realestate-related__label::before {
  width: 12px;
  height: 16px;
  content: "";
  background-color: currentColor;
  mask: url(asset/img/common/icon_bookmark01.svg) center/contain no-repeat;
}
@media (min-width: 768px) {
  .realestate-related:hover .realestate-related__label {
    background-color: transparent;
  }
}
.realestate-related .realestate-related__card {
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  color: #333;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .realestate-related .realestate-related__card:hover {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
.realestate-related .realestate-related__thumb {
  width: 170px;
  aspect-ratio: 170/96;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #F5F5F5;
}
.realestate-related .realestate-related__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realestate-related .realestate-related__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.realestate-related .realestate-related__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.realestate-related .realestate-related__excerpt {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
  color: #737373;
}
@media (max-width: 767px) {
  .realestate-related {
    margin: 9px 0 15px;
  }
  .realestate-related .realestate-related__label {
    margin-left: 8px;
    padding: 0 8px;
    font-size: 12px;
    color: #333;
  }
  .realestate-related .realestate-related__label::before {
    width: 10px;
    height: 13px;
  }
  .realestate-related .realestate-related__label {
    transform: translateY(11px);
  }
  .realestate-related .realestate-related__card {
    padding: 15px;
    gap: 15px;
    border-radius: 5px;
  }
  .realestate-related .realestate-related__thumb {
    width: 90px;
  }
  .realestate-related .realestate-related__title {
    font-size: 12px;
  }
  .realestate-related .realestate-related__excerpt {
    display: none;
  }
}

.realestate-share {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #E0E0E0;
  text-align: center;
}
.realestate-share .realestate-share__title {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.realestate-share .realestate-share__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.realestate-share .realestate-share__button {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  transition: opacity 0.2s ease;
}
.realestate-share .realestate-share__button .realestate-share__icon {
  display: block;
}
@media (min-width: 768px) {
  .realestate-share .realestate-share__button:hover {
    opacity: 0.7;
  }
}
.realestate-share .realestate-share__button--facebook {
  background-color: #0866FF;
}
.realestate-share .realestate-share__button--facebook .realestate-share__icon::before {
  content: "f";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  font-family: Arial, sans-serif;
}
.realestate-share .realestate-share__button--x {
  background-color: #000;
}
.realestate-share .realestate-share__button--x .realestate-share__icon::before {
  content: "X";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  font-family: Arial, sans-serif;
}
.realestate-share .realestate-share__button--hatena {
  background-color: #00A4DE;
}
.realestate-share .realestate-share__button--hatena .realestate-share__icon {
  width: 20px;
  height: 17px;
  background: url(asset/img/common/icon_hatena01.svg) center/contain no-repeat;
}
.realestate-share .realestate-share__button--line {
  background-color: #06C755;
}
.realestate-share .realestate-share__button--line .realestate-share__icon {
  width: 25px;
  height: 24px;
  background: url(asset/img/common/icon_line01.svg) center/contain no-repeat;
}
@media (max-width: 767px) {
  .realestate-share {
    margin-top: 20px;
    padding: 20px 0;
  }
  .realestate-share .realestate-share__title {
    font-size: 14px;
    font-weight: 500;
  }
  .realestate-share .realestate-share__button {
    width: 40px;
    height: 40px;
  }
  .realestate-share .realestate-share__button--facebook .realestate-share__icon::before {
    font-size: 25px;
  }
  .realestate-share .realestate-share__button--x .realestate-share__icon::before {
    font-size: 18px;
  }
  .realestate-share .realestate-share__button--hatena .realestate-share__icon {
    width: 17px;
    height: 14px;
  }
  .realestate-share .realestate-share__button--line .realestate-share__icon {
    width: 21px;
    height: 20px;
  }
}

.realestate-caption {
  margin: 0 0 30px;
  border-radius: 10px;
  overflow: hidden;
}
.realestate-caption .realestate-caption__title {
  margin: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #E7EEFD;
  background-color: #1D2E6C;
}
.realestate-caption .realestate-caption__body {
  padding: 20px 30px 25px;
  background-color: #F5F5F5;
}
.realestate-caption .realestate-caption__lead {
  display: none;
}
.realestate-caption .realestate-caption__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.realestate-caption .realestate-caption__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
}
.realestate-caption .realestate-caption__marker {
  width: 17px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #F7434F;
}
.realestate-caption .realestate-caption__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.realestate-caption.realestate-caption--marker-bullet .realestate-caption__marker {
  width: 6px;
  color: #5F7ACF;
}
.realestate-caption.realestate-caption--marker-bullet .realestate-caption__marker::before {
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: currentColor;
}
.realestate-caption.realestate-caption--marker-number .realestate-caption__marker {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.96px;
  color: #fff;
  background-color: #1D2E6C;
}
.realestate-caption.realestate-caption--marker-check .realestate-caption__marker {
  background: url(asset/img/common/icon_caption_check01.svg) center/contain no-repeat;
}
.realestate-caption.realestate-caption--frame-top {
  overflow: visible;
}
.realestate-caption.realestate-caption--frame-top .realestate-caption__title {
  width: 122px;
  padding: 5px 12px;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  color: #fff;
  background-color: #F3B51F;
}
.realestate-caption.realestate-caption--frame-top .realestate-caption__body {
  padding: 20px 30px;
  border-radius: 0 10px 10px 10px;
  background-color: #FFFBE5;
}
.realestate-caption.realestate-caption--frame-in {
  position: relative;
  overflow: visible;
  border: 2px solid #F3B51F;
  background-color: #FFFBE5;
}
.realestate-caption.realestate-caption--frame-in .realestate-caption__title {
  position: absolute;
  left: -2px;
  top: -2px;
  min-width: 122px;
  padding: 5px 12px;
  border-radius: 10px 0 8px 0;
  font-size: 14px;
  color: #fff;
  background-color: #F3B51F;
}
.realestate-caption.realestate-caption--frame-in .realestate-caption__body {
  padding-top: 45px;
  background-color: transparent;
}
.realestate-caption.realestate-caption--small {
  margin: 0 0 20px;
  position: relative;
  overflow: visible;
  border: 3px solid #E0E0E0;
  background-color: #fff;
}
.realestate-caption.realestate-caption--small .realestate-caption__title {
  position: relative;
  z-index: 2;
  width: max-content;
  margin: -15px 0 -10px 20px;
  padding: 5px 10px;
  border-radius: 0 40px 40px 0;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.realestate-caption.realestate-caption--small .realestate-caption__body {
  padding: 25px 30px 20px;
  background-color: transparent;
}
.realestate-caption.realestate-caption--small .realestate-caption__list {
  gap: 0;
}
.realestate-caption.realestate-caption--small .realestate-caption__item {
  display: block;
}
.realestate-caption.realestate-caption--small .realestate-caption__marker {
  display: none;
}
.realestate-caption.realestate-caption--small .realestate-caption__text {
  display: block;
  margin: 0;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .realestate-caption {
    margin: 0 0 20px;
    border-radius: 6px;
  }
  .realestate-caption .realestate-caption__title {
    padding: 6px 15px;
    font-size: 14px;
  }
  .realestate-caption .realestate-caption__body {
    padding: 15px;
  }
  .realestate-caption .realestate-caption__text {
    font-size: 13px;
  }
  .realestate-caption.realestate-caption--marker-bullet .realestate-caption__marker {
    width: 5px;
  }
  .realestate-caption.realestate-caption--marker-bullet .realestate-caption__marker::before {
    width: 5px;
    height: 5px;
  }
  .realestate-caption.realestate-caption--marker-check .realestate-caption__marker {
    width: 13px;
    height: 20px;
    font-size: 14px;
  }
  .realestate-caption.realestate-caption--marker-number .realestate-caption__marker {
    width: 18px;
    height: 18px;
    font-size: 11px;
    letter-spacing: 0.88px;
  }
  .realestate-caption.realestate-caption--frame-top .realestate-caption__title {
    width: 104px;
    padding: 4px 10px;
    font-size: 12px;
  }
  .realestate-caption.realestate-caption--frame-top .realestate-caption__body {
    padding: 15px;
    border-radius: 0 6px 6px 6px;
  }
  .realestate-caption.realestate-caption--frame-in .realestate-caption__title {
    min-width: 104px;
    padding: 4px 10px;
    font-size: 12px;
  }
  .realestate-caption.realestate-caption--frame-in .realestate-caption__body {
    padding-top: 40px;
  }
  .realestate-caption.realestate-caption--small {
    border-width: 2px;
  }
  .realestate-caption.realestate-caption--small .realestate-caption__title {
    margin: -14px 0 -11px 15px;
    padding: 3px 10px;
    font-size: 13px;
  }
  .realestate-caption.realestate-caption--small .realestate-caption__body {
    padding: 20px 15px 15px;
  }
}

/*!
Theme Name: ベンナビ不動産売却
Author: アシロ
Description: ベンナビ不動産売却
Version: 0.1
*/
.l_notfound {
  padding: 80px 0;
  position: relative;
  background-color: #4FA2FF;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(asset/img/common/bg_hero01.jpg);
}
@media (max-width: 767px) {
  .l_notfound::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 61, 192, 0.2) 54.81%, rgba(0, 61, 192, 0) 100%);
  }
}

.notfound {
  position: relative;
  z-index: 1;
  text-align: center;
}
.notfound .notfound_head {
  font-size: 24px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 3.84px;
  color: #fff;
}
@media (max-width: 767px) {
  .notfound .notfound_head {
    font-size: 14px;
  }
}
.notfound .notfound_head .notfound_head_ttl {
  width: 265px;
  margin: auto;
}
@media (max-width: 767px) {
  .notfound .notfound_head .notfound_head_ttl {
    width: 175px;
  }
}
.notfound .notfound_head .notfound_head_sub {
  margin: 15px 0 0;
  text-shadow: 0px 0px 20px rgba(0, 7, 65, 0.25);
}
.notfound .notfound_head .notfound_head_txt {
  margin: 32px 0 0;
  text-shadow: 0px 0px 20px rgba(0, 7, 65, 0.25);
}
.notfound .notfound_body {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 15px;
}
.notfound .notfound_body .notfound_body_ttl {
  padding: 0 0 35px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 3.52px;
}
@media (max-width: 767px) {
  .notfound .notfound_body .notfound_body_ttl {
    font-size: 17px;
  }
}
.notfound .notfound_body .notfound_body_ttl::after {
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (min-width: 768px) {
  .notfound .notfound_body .notfound_body_btns {
    margin: 60px 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .notfound .notfound_body .notfound_body_btns {
    margin: 20px 0 0;
  }
}
.notfound .notfound_body .notfound_body_btns .notfound_body_btns_btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 2.88px;
}
@media (min-width: 768px) {
  .notfound .notfound_body .notfound_body_btns .notfound_body_btns_btn:nth-child(n+2) {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 767px) {
  .notfound .notfound_body .notfound_body_btns .notfound_body_btns_btn {
    width: 90%;
    height: 55px;
    margin: auto;
    font-size: 15px;
  }
  .notfound .notfound_body .notfound_body_btns .notfound_body_btns_btn:nth-child(n+2) {
    margin-top: 15px;
  }
}
/* 目次のH2・H3を同じ位置に揃える */
.realestate-toc .realestate-toc__item--h3 {
  padding-left: 0;
}

.realestate-toc .realestate-toc__item--h3 .realestate-toc__link {
  grid-template-columns:
    var(--realestate-toc-number-width)
    minmax(0, 1fr);
}
/* リストの文字サイズを本文と統一 */
.singleColumn_body ul.wp-block-list li,
.singleColumn_body ol.wp-block-list li {
  font-size: 16px;
}

@media (max-width: 767px) {
  .singleColumn_body ul.wp-block-list li,
  .singleColumn_body ol.wp-block-list li {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */
@media (max-width: 767px) {
  .singleColumn_body > p,
  .singleColumn_body .wp-block-paragraph,
  .singleColumn_body ul.wp-block-list li,
  .singleColumn_body ol.wp-block-list li {
    font-size: 16px;
    line-height: 1.85;
  }

  .singleColumn_body h2.wp-block-heading {
    font-size: 20px;
  }

  .singleColumn_body h3.wp-block-heading {
    font-size: 18px;
  }

  .singleColumn_body h4.wp-block-heading {
    font-size: 17px;
  }

  .realestate-toc .realestate-toc__item--h3 .realestate-toc__number,
  .realestate-toc .realestate-toc__item--h3 .realestate-toc__text {
    font-size: 14px;
  }
}
/* 番号付きリスト */
.singleColumn_body ol.wp-block-list.is-style-num_circle {
  counter-reset: realestate-num;
  margin: 20px 0 28px;
  gap: 10px;
}

.singleColumn_body ol.wp-block-list.is-style-num_circle > li {
  counter-increment: realestate-num;
  min-height: 28px;
  padding: 2px 0 2px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  list-style: none;
}

.singleColumn_body ol.wp-block-list.is-style-num_circle > li::before {
  content: counter(realestate-num);
  top: 2px;
  left: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #5F7ACF;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transform: none;
}

/* チェックリスト */
.singleColumn_body ul.wp-block-list.is-style-check_list {
  margin: 20px 0 28px;
  gap: 8px;
}

.singleColumn_body ul.wp-block-list.is-style-check_list > li {
  min-height: 24px;
  padding: 1px 0 1px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  list-style: none;
}

.singleColumn_body ul.wp-block-list.is-style-check_list > li::before {
  content: "\2713";
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EEF1FA;
  color: #5F7ACF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transform: none;
}

/* スマホ */
@media (max-width: 767px) {
  .singleColumn_body ol.wp-block-list.is-style-num_circle > li,
  .singleColumn_body ul.wp-block-list.is-style-check_list > li {
    font-size: 15px;
  }

  .singleColumn_body ol.wp-block-list.is-style-num_circle > li {
    min-height: 26px;
    padding-left: 36px;
  }

  .singleColumn_body ol.wp-block-list.is-style-num_circle > li::before {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }
}
.singleColumn_body ol.wp-block-list.is-style-num_circle > li::before {
  border: none;
  box-shadow: none;
}
/* 記事本文内の通常リンク */
.singleColumn_body :where(p, li, td, th, figcaption) a:not([class]) {
  color: #3F5FB5;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
  text-decoration-skip-ink: auto;
  transition: color 0.2s ease;
}

@media (hover: hover) {
  .singleColumn_body :where(p, li, td, th, figcaption) a:not([class]):hover {
    color: #1D2E6C;
  }
}

.singleColumn_body :where(p, li, td, th, figcaption) a:not([class]):focus-visible {
  outline: 2px solid #5F7ACF;
  outline-offset: 2px;
  border-radius: 2px;
}
/* リンク内に残っている個別の文字色を解除 */
.singleColumn_body
  :where(p, li, td, th, figcaption)
  a:not([class])
  :where(mark, span) {
  color: inherit !important;
}

/* コラム一覧：カーソルを当ててもサムネイルを拡大しない */
@media (min-width: 768px) {
  .columnArticle_link:hover .columnArticle_thumb img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  /* TOPページ内のコラムカード */
  .wakegai-column .wakegai-column__card:hover
  .wakegai-column__thumb > img {
    transform: none;
  }
}