@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@keyframes sdk_arrow_trans_x1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes sdk_arrow_trans_x2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes sdk_arrow_trans_x3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(35px);
  }
}
@keyframes sdk_arrow_trans_x4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(35px);
  }
}
@keyframes sdk_arrow_trans_y1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(58.5px);
  }
}
@keyframes sdk_arrow_trans_y2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(58.5px);
  }
}
@keyframes sdk_arrow_trans_y3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(43px);
  }
}
@keyframes sdk_arrow_trans_y4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(43px);
  }
}
.m-sdkStickyCta {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  transition: opacity 0ms 500ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta {
    transform: translateY(-90px);
  }
}
@media screen and (max-width: 767px) {
  .m-sdkStickyCta {
    transform: translateY(-60px);
  }
}
.m-sdkStickyCta__in {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__in {
    min-width: 1140px;
  }
}
.m-sdkStickyCta__in2 {
  position: absolute;
  top: 0;
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__in2 {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkStickyCta__in2 {
    left: 0;
    width: 100%;
  }
}
.m-sdkStickyCta__bt__t {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt__ar {
    position: absolute;
    right: 32px;
    top: 0;
    width: 25px;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkStickyCta__bt__ar {
    position: relative;
    padding-right: 25px;
  }
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt__ar__in {
    position: absolute;
    left: 0;
    top: -26px;
    width: 100%;
    height: 83.5px;
  }
}
.m-sdkStickyCta__bt__ar__in > span {
  display: block;
  position: absolute;
  width: 2px;
  background: #fff;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt__ar__in > span {
    left: 50%;
    height: 22px;
    margin-left: -1px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkStickyCta__bt__ar__in > span {
    right: 5px;
    top: -9px;
    height: 15px;
  }
}
.m-sdkStickyCta__bt__ar__in > span::before,
.m-sdkStickyCta__bt__ar__in > span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  width: 2px;
  background: #fff;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt__ar__in > span::before,
  .m-sdkStickyCta__bt__ar__in > span::after {
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkStickyCta__bt__ar__in > span::before,
  .m-sdkStickyCta__bt__ar__in > span::after {
    height: 9px;
  }
}
.m-sdkStickyCta__bt__ar__in > span::before {
  transform: rotate(-45deg);
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt__ar__in > span::before {
    left: -3px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkStickyCta__bt__ar__in > span::before {
    left: -2.5px;
  }
}
.m-sdkStickyCta__bt__ar__in > span::after {
  transform: rotate(45deg);
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt__ar__in > span::after {
    right: -3px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkStickyCta__bt__ar__in > span::after {
    right: -2.5px;
  }
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt__ar__in > span:nth-child(1) {
    top: 0;
  }
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt__ar__in > span:nth-child(2) {
    top: 58.5px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkStickyCta__bt__ar__in > span:nth-child(2) {
    display: none;
  }
}
.m-sdkStickyCta__bt > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: color 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt > a {
    width: 222px;
    height: 90px;
    padding-right: 50px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkStickyCta__bt > a {
    height: 60px;
    font-size: 16px;
  }
}
.m-sdkStickyCta__bt > a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(21, 96, 130, .95);
  background: rgba(21, 96, 130, .95);
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1), background-color 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt > a::before {
    border-left: 1px solid rgba(21, 96, 130, .95);
  }
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt > a:hover,
  .m-sdkStickyCta__bt > a:active {
    color: #156082;
  }
  .m-sdkStickyCta__bt > a:hover::before,
  .m-sdkStickyCta__bt > a:active::before {
    background-color: #fff;
  }
  .m-sdkStickyCta__bt > a:hover .m-sdkStickyCta__bt__ar__in > span,
  .m-sdkStickyCta__bt > a:active .m-sdkStickyCta__bt__ar__in > span {
    background-color: #156082;
  }
  .m-sdkStickyCta__bt > a:hover .m-sdkStickyCta__bt__ar__in > span::before,
  .m-sdkStickyCta__bt > a:hover .m-sdkStickyCta__bt__ar__in > span::after,
  .m-sdkStickyCta__bt > a:active .m-sdkStickyCta__bt__ar__in > span::before,
  .m-sdkStickyCta__bt > a:active .m-sdkStickyCta__bt__ar__in > span::after {
    background-color: #156082;
  }
}
@media print, (min-width: 768px) {
  .m-sdkStickyCta__bt > a.is-enterStart .m-sdkStickyCta__bt__ar__in {
    animation: sdk_arrow_trans_y2 450ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-sdkStickyCta__bt > a.is-enterStart:hover .m-sdkStickyCta__bt__ar__in,
  .m-sdkStickyCta__bt > a.is-enterStart:active .m-sdkStickyCta__bt__ar__in {
    animation: sdk_arrow_trans_y1 450ms cubic-bezier(.215, .61, .355, 1);
  }
}
.m-sdkStickyCta.is-show {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}

.m-sdkHeader {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-sdkHeader {
    min-width: 1140px;
    height: 107px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkHeader {
    height: 82px;
  }
}
.m-sdkHeader__tl {
  position: absolute;
  top: 50%;
  aspect-ratio: 332/118;
  transform: translateY(-50%);
}
@media print, (min-width: 768px) {
  .m-sdkHeader__tl {
    left: 30px;
    width: 166px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkHeader__tl {
    left: 20px;
    width: 126px;
  }
}
.m-sdkHeader__tl img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.m-sdkHeader__sl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, (min-width: 768px) {
  .m-sdkHeader__sl {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkHeader__sl {
    right: 20px;
  }
}
.m-sdkHeader__sl a {
  display: block;
  position: relative;
  aspect-ratio: 188/122;
}
@media print, (min-width: 768px) {
  .m-sdkHeader__sl a {
    width: 94px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdkHeader__sl a {
    width: 70px;
  }
}
.m-sdkHeader__sl a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-sdk {
  position: relative;
  overflow: clip;
  container-type: inline-size;
  background: #eff5f7;
}
.m-sdk__bw {
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-sdk__bw {
    margin: 0 28px;
  }
}
.m-sdk__bw__bt__c {
  display: flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt__c {
    align-items: center;
    height: 70px;
  }
}
.m-sdk__bw__bt__c:nth-child(1) {
  border: 1px solid #ee7200;
  background: #ee7200;
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt__c:nth-child(1) {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__bt__c:nth-child(1) {
    padding: 4px 0;
  }
}
.m-sdk__bw__bt__c:nth-child(2) {
  border: 1px solid #156082;
  background: #156082;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt__c:nth-child(2) {
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__bt__c:nth-child(2) {
    padding: 13px 0;
  }
}
.m-sdk__bw__bt__lb {
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt__lb {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__bt__lb {
    font-size: 17px;
  }
}
.m-sdk__bw__bt__mn {
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: color 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt__mn {
    padding-right: 20px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__bt__mn {
    font-size: 17px;
  }
}
.m-sdk__bw__bt__ar {
  position: absolute;
  width: 14px;
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt__ar {
    right: 20px;
    top: -1px;
    height: calc(100% + 2px);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__bt__ar {
    right: 15px;
    top: 50%;
    height: 14px;
    transform: translateY(-50%);
  }
}
.m-sdk__bw__bt__ar > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt__ar > span {
    top: -15px;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__bt__ar > span {
    top: 0;
    height: 100%;
  }
}
.m-sdk__bw__bt__ar > span::before,
.m-sdk__bw__bt__ar > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 14px;
  background: #fff;
  -webkit-mask: url(/heimmaison/LP/2605soudankai/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/heimmaison/LP/2605soudankai/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transform: rotate(90deg);
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}
.m-sdk__bw__bt__ar > span::before {
  top: 0;
}
.m-sdk__bw__bt__ar > span::after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__bt__ar > span::after {
    display: none;
  }
}
.m-sdk__bw__bt a {
  display: flex;
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt a {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__bt a {
    flex-direction: column;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt a:hover .m-sdk__bw__bt__c:nth-child(2),
  .m-sdk__bw__bt a:active .m-sdk__bw__bt__c:nth-child(2) {
    background: #fff;
  }
  .m-sdk__bw__bt a:hover .m-sdk__bw__bt__mn,
  .m-sdk__bw__bt a:active .m-sdk__bw__bt__mn {
    color: #156082;
  }
  .m-sdk__bw__bt a:hover .m-sdk__bw__bt__ar > span::before,
  .m-sdk__bw__bt a:hover .m-sdk__bw__bt__ar > span::after,
  .m-sdk__bw__bt a:active .m-sdk__bw__bt__ar > span::before,
  .m-sdk__bw__bt a:active .m-sdk__bw__bt__ar > span::after {
    background: #156082;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__bw__bt a.is-enterStart .m-sdk__bw__bt__ar > span {
    animation: sdk_arrow_trans_y4 450ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-sdk__bw__bt a.is-enterStart:hover .m-sdk__bw__bt__ar > span,
  .m-sdk__bw__bt a.is-enterStart:active .m-sdk__bw__bt__ar > span {
    animation: sdk_arrow_trans_y3 450ms cubic-bezier(.215, .61, .355, 1);
  }
}
.m-sdk__bw__nl {
  margin-top: 15px;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .m-sdk__bw__nl {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__nl {
    display: table;
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__nl__m {
    display: table-cell;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__nl__t {
    display: table-cell;
    width: 100%;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__bw__nl > li {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__bw__nl > li {
    display: table-row;
  }
}
.m-sdk__kv {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-sdk__kv {
    height: calc(440 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv {
    height: calc(534 / 375 * 100cqw);
  }
}
.m-sdk__kv__bg {
  position: absolute;
}
@media print, (min-width: 768px) {
  .m-sdk__kv__bg {
    left: calc(361 / 1366 * 100cqw);
    top: 0;
    width: calc(644 / 1366 * 100cqw);
    aspect-ratio: 1288/880;
    background: url(/heimmaison/LP/2605soudankai/images/bg_sdk_kv01.webp) no-repeat 0 0/cover;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__bg {
    left: 0;
    top: calc(145 / 375 * 100cqw);
    width: 100%;
    aspect-ratio: 750/488;
    background: url(/heimmaison/LP/2605soudankai/images/bg_sdk_kv01_sp.webp) no-repeat 0 0/cover;
  }
}
.m-sdk__kv__p > span {
  display: block;
  position: absolute;
}
@media print, (min-width: 768px) {
  .m-sdk__kv__p > span {
    top: 0;
    width: calc(361 / 1366 * 100cqw);
    aspect-ratio: 722/880;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__p > span {
    left: 0;
    width: 100%;
    aspect-ratio: 750/290;
  }
}
.m-sdk__kv__p > span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, (min-width: 768px) {
  .m-sdk__kv__p > span:nth-child(1) {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__p > span:nth-child(1) {
    top: 0;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__kv__p > span:nth-child(2) {
    left: calc(1005 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__p > span:nth-child(2) {
    top: calc(389 / 375 * 100cqw);
  }
}
.m-sdk__kv__lb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
  box-sizing: border-box;
  border-radius: 50%;
  background: #2590c7;
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transform: rotate(-15deg);
}
@media print, (min-width: 768px) {
  .m-sdk__kv__lb {
    left: calc(321 / 1366 * 100cqw);
    top: calc(13 / 1366 * 100cqw);
    width: calc(172 / 1366 * 100cqw);
    padding-bottom: calc(5 / 1366 * 100cqw);
    font-size: calc(17 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__lb {
    left: calc(-7 / 375 * 100cqw);
    top: calc(42 / 375 * 100cqw);
    width: calc(129 / 375 * 100cqw);
    padding-bottom: calc(3 / 375 * 100cqw);
    font-size: calc(12 / 375 * 100cqw);
  }
}
@media print, (min-width: 768px) {
  .m-sdk__kv__lb strong.is-year {
    font-size: calc(29 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__lb strong.is-year {
    font-size: calc(21 / 375 * 100cqw);
  }
}
@media print, (min-width: 768px) {
  .m-sdk__kv__lb strong.is-keyword {
    font-size: calc(22 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__lb strong.is-keyword {
    font-size: calc(16 / 375 * 100cqw);
  }
}
@media print, (min-width: 768px) {
  .m-sdk__kv__lb strong.is-emphasis {
    font-size: calc(22 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__lb strong.is-emphasis {
    font-size: calc(16 / 375 * 100cqw);
  }
}
.m-sdk__kv__s {
  position: absolute;
  left: 50%;
  width: fit-content;
  color: #156082;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
}
@media print, (min-width: 768px) {
  .m-sdk__kv__s {
    top: calc(65 / 1366 * 100cqw);
    padding-bottom: calc(4 / 1366 * 100cqw);
    background: linear-gradient(0deg, #156082, #156082) no-repeat 0 100%/100% calc(2 / 1366 * 100cqw);
    font-size: calc(23 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__s {
    top: calc(168 / 375 * 100cqw);
    padding-bottom: calc(3 / 375 * 100cqw);
    background: linear-gradient(0deg, #156082, #156082) no-repeat 0 100%/100% calc(1 / 375 * 100cqw);
    font-size: calc(17 / 375 * 100cqw);
  }
}
.m-sdk__kv__hd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
}
@media print, (min-width: 768px) {
  .m-sdk__kv__hd {
    gap: calc(10 / 1366 * 100cqw);
    left: calc(361 / 1366 * 100cqw);
    top: calc(122 / 1366 * 100cqw);
    width: calc(644 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__hd {
    gap: calc(7 / 375 * 100cqw);
    left: 0;
    top: calc(208 / 375 * 100cqw);
    width: 100%;
  }
}
.m-sdk__kv__hd__s {
  display: flex;
  justify-content: center;
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__kv__hd__s {
    gap: calc(2 / 1366 * 100cqw);
    font-size: calc(28 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__hd__s {
    gap: calc(2 / 375 * 100cqw);
    font-size: calc(20 / 375 * 100cqw);
  }
}
.m-sdk__kv__hd__s > span {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background: #156082;
}
@media print, (min-width: 768px) {
  .m-sdk__kv__hd__s > span {
    width: calc(38 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__hd__s > span {
    width: calc(28 / 375 * 100cqw);
  }
}
.m-sdk__kv__hd__tt {
  color: #156082;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__kv__hd__tt {
    font-size: calc(38 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__hd__tt {
    font-size: calc(28 / 375 * 100cqw);
  }
}
.m-sdk__kv__t {
  position: absolute;
  font-variation-settings: 'wght' 500;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__kv__t {
    left: calc(361 / 1366 * 100cqw);
    top: calc(250 / 1366 * 100cqw);
    width: calc(644 / 1366 * 100cqw);
    font-size: calc(21 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__kv__t {
    left: 0;
    top: calc(292 / 375 * 100cqw);
    width: 100%;
    font-size: calc(16 / 375 * 100cqw);
  }
}
.m-sdk__ct {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-sdk__ct {
    margin-top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__ct {
    margin-top: -20px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__nt {
    max-width: 1040px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt {
    margin: 50px 14px 0;
  }
}
.m-sdk__nt__tt {
  border-radius: 99px;
  background: #fff;
  color: #2590c7;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__tt {
    margin-bottom: 40px;
    padding: 17px 0;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__tt {
    margin-bottom: 25px;
    padding: 15px 0;
    font-size: 24px;
  }
}
.m-sdk__nt__tt > span {
  display: block;
  margin-bottom: 2px;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__tt > span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__tt > span {
    font-size: 16.5px;
  }
}
.m-sdk__nt__tt strong {
  background: linear-gradient(0deg, #ee7200, #ee7200) no-repeat 0 100%/100% 1px;
  color: #ee7200;
}
.m-sdk__nt__cw {
  display: flex;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw {
    flex-direction: column;
    gap: 60px;
  }
}
.m-sdk__nt__cw__bx {
  position: relative;
  background: #fbfaf8;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__bx {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__bx {
    padding: 30px 0;
  }
}
.m-sdk__nt__cw__bx::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__hd {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__hd {
    margin-bottom: 20px;
  }
}
.m-sdk__nt__cw__tt {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__tt {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__tt {
    font-size: 24px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__tt sup {
    margin: 0 -15px 0 1px;
    font-size: 14px;
    vertical-align: 80%;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__tt sup {
    margin: 0 -13px 0 1px;
    font-size: 12px;
    vertical-align: 60%;
  }
}
.m-sdk__nt__cw__s {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__s {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__s {
    font-size: 16px;
  }
}
.m-sdk__nt__cw__p {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 292/224;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__p {
    max-width: 146px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__p {
    max-width: 120px;
  }
}
.m-sdk__nt__cw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.m-sdk__nt__cw__tw {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__tw {
    min-height: 92px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__tw {
    margin-top: 20px;
  }
}
.m-sdk__nt__cw__t {
  font-variation-settings: 'wght' 500;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__t {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__t {
    font-size: 16px;
  }
}
.m-sdk__nt__cw__t strong {
  background: linear-gradient(0deg, #ee7200, #ee7200) no-repeat 0 100%/100% 1px;
  color: #ee7200;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
}
.m-sdk__nt__cw__nl {
  line-height: 1.6;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__nl {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__nl {
    display: table;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__nl__m {
    display: table-cell;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__nl__t {
    display: table-cell;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__nl > li {
    display: table-row;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__c {
    flex: 1;
  }
}
.m-sdk__nt__cw__c:nth-child(1) .m-sdk__nt__cw__bx::after {
  border: 4px solid #fff;
}
.m-sdk__nt__cw__c:nth-child(2) .m-sdk__nt__cw__bx::before {
  content: '';
  display: block;
  position: absolute;
  background: #2590c7;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__cw__c:nth-child(2) .m-sdk__nt__cw__bx::before {
    left: -61px;
    top: 50%;
    width: 29px;
    aspect-ratio: 29/33;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__cw__c:nth-child(2) .m-sdk__nt__cw__bx::before {
    left: 50%;
    top: -39px;
    width: 25px;
    aspect-ratio: 33/29;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
  }
}
.m-sdk__nt__cw__c:nth-child(2) .m-sdk__nt__cw__bx::after {
  border: 2px solid #2590c7;
}
.m-sdk__nt__cw__c:nth-child(2) .m-sdk__nt__cw__tt {
  color: #ee7200;
}
.m-sdk__nt__ft {
  position: relative;
  color: #2590c7;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__nt__ft {
    margin-top: 35px;
    padding-bottom: 70px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__ft {
    margin-top: 30px;
    padding-bottom: 57px;
    font-size: 24px;
  }
}
.m-sdk__nt__ft::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  aspect-ratio: 45/55;
  background: #2590c7;
  -webkit-mask: url(/heimmaison/LP/2605soudankai/images/icon_arrow02.svg) no-repeat 0 0/contain;
          mask: url(/heimmaison/LP/2605soudankai/images/icon_arrow02.svg) no-repeat 0 0/contain;
  transform: translateX(-50%);
}
@media print, (min-width: 768px) {
  .m-sdk__nt__ft::before {
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__nt__ft::before {
    width: 34px;
  }
}
.m-sdk__pg {
  background: #fff;
}
@media print, (min-width: 768px) {
  .m-sdk__pg {
    max-width: 1040px;
    margin: 35px auto 0;
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg {
    margin-top: 25px;
    padding: 30px 0 40px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__pg__hd {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__hd {
    margin-bottom: 25px;
  }
}
.m-sdk__pg__tt {
  color: #156082;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__tt {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__tt {
    font-size: 24px;
  }
}
.m-sdk__pg__nl {
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__nl {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__nl {
    font-size: 12px;
  }
}
.m-sdk__pg__nl > li {
  display: flex;
  justify-content: center;
}
.m-sdk__pg__cw {
  display: flex;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__cw {
    justify-content: center;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__cw {
    flex-direction: column;
    gap: 40px;
  }
}
.m-sdk__pg__cw__p {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__cw__p {
    width: 316px;
    aspect-ratio: 632/1246;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__cw__p {
    aspect-ratio: 750/214;
  }
}
.m-sdk__pg__cw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__cw__sc:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__cw__sc:nth-child(n+2) {
    margin-top: 30px;
  }
}
.m-sdk__pg__cw__tt {
  border-radius: 99px;
  background: linear-gradient(90deg, #2590c7, #3eb134);
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__cw__tt {
    width: 170px;
    margin-bottom: 13px;
    padding: 8px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__cw__tt {
    width: 130px;
    margin-bottom: 10px;
    padding: 6px 0;
    font-size: 15px;
  }
}
.m-sdk__pg__cw__ls {
  line-height: 1.7;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__cw__ls {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__cw__ls {
    font-size: 16px;
  }
}
.m-sdk__pg__cw__ls > li {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__cw__ls > li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__cw__ls > li {
    padding-left: 16px;
  }
}
.m-sdk__pg__cw__ls > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  aspect-ratio: 1;
  background: #2590c7;
  border-radius: 50%;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__cw__ls > li::before {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__cw__ls > li::before {
    width: 12px;
  }
}
.m-sdk__pg__cw__ls > li + li {
  margin-top: 1px;
}
.m-sdk__pg__cw__nl {
  display: table;
  width: 100%;
  margin-top: 8px;
  line-height: 1.6;
}
@media print, (min-width: 768px) {
  .m-sdk__pg__cw__nl {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__cw__nl {
    font-size: 12px;
  }
}
.m-sdk__pg__cw__nl__m {
  display: table-cell;
  white-space: nowrap;
}
.m-sdk__pg__cw__nl__t {
  display: table-cell;
  width: 100%;
}
.m-sdk__pg__cw__nl > li {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .m-sdk__pg__cw__c:nth-child(2) {
    margin: 0 28px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__cb {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__cb {
    margin-top: 40px;
  }
}
.m-sdk__vn {
  position: relative;
  background: #fff;
}
@media print, (min-width: 768px) {
  .m-sdk__vn {
    margin-top: 100px;
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn {
    margin-top: 60px;
    padding: 30px 0 60px;
  }
}
.m-sdk__vn::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}
@media print, (min-width: 768px) {
  .m-sdk__vn::before {
    min-width: 1366px;
    aspect-ratio: 2732/1139;
    background: url(/heimmaison/LP/2605soudankai/images/bg_sdk_vn01.webp) no-repeat 50% 0/cover;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn::before {
    min-width: 375px;
    aspect-ratio: 750/985;
    background: url(/heimmaison/LP/2605soudankai/images/bg_sdk_vn01_sp.webp) no-repeat 50% 0/cover;
  }
}
.m-sdk__vn__in {
  position: relative;
}
.m-sdk__vn__tt {
  color: #156082;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__tt {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__tt {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.m-sdk__vn__t {
  line-height: 1.6;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__t {
    margin-bottom: 35px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__t {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__vn__bd {
    max-width: 1040px;
    margin: 0 auto;
  }
}
.m-sdk__vn__ar {
  background: #fff;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__ar {
    padding: 35px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__ar {
    padding: 25px 0 30px;
  }
}
.m-sdk__vn__ar__tt {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__ar__tt {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__ar__tt {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.m-sdk__vn__ar__ls {
  display: flex;
  flex-wrap: wrap;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__ar__ls {
    gap: 20px;
    max-width: 795px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__ar__ls {
    gap: 10px;
    margin: 0 14px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__vn__ar__ls > li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__ar__ls > li {
    width: calc((100% - 20px) / 3);
  }
}
.m-sdk__vn__ar__ls > li a,
.m-sdk__vn__ar__ls > li button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #156082;
  background: #156082;
  color: #fff;
  font: inherit;
  font-variation-settings: 'wght' 500;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), cursor 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-sdk__vn__ar__ls > li a,
  .m-sdk__vn__ar__ls > li button {
    min-height: 52px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__ar__ls > li a,
  .m-sdk__vn__ar__ls > li button {
    min-height: 45px;
    font-size: 14px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__vn__ar__ls > li a:hover,
  .m-sdk__vn__ar__ls > li a:active,
  .m-sdk__vn__ar__ls > li button:hover,
  .m-sdk__vn__ar__ls > li button:active {
    background: #fff;
    color: #156082;
  }
}
.m-sdk__vn__ar__ls > li.is-expanded a,
.m-sdk__vn__ar__ls > li.is-expanded button {
  background: #fff;
  color: #156082;
}
.m-sdk__vn__pw {
  display: none;
  overflow: hidden;
  background: #e1e1e1;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf {
    padding: 35px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__pf {
    padding: 25px 0 30px;
  }
}
.m-sdk__vn__pf__tt {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf__tt {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__pf__tt {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.m-sdk__vn__pf__uw {
  position: relative;
}
.m-sdk__vn__pf__u {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.m-sdk__vn__pf__u.is-static {
  position: static;
  width: auto;
}
.m-sdk__vn__pf__ls {
  display: flex;
  flex-wrap: wrap;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf__ls {
    gap: 20px;
    max-width: 795px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__pf__ls {
    gap: 10px;
    margin: 0 14px;
  }
}
.m-sdk__vn__pf__ls__t > span {
  display: block;
  line-height: 1.1;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf__ls__t > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__pf__ls__t > span {
    font-size: 10px;
  }
}
.m-sdk__vn__pf__ls__ar {
  position: absolute;
  top: 50%;
  height: 14px;
  overflow: hidden;
  transform: translateY(-50%);
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf__ls__ar {
    right: 0;
    width: 44px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__pf__ls__ar {
    right: 10px;
    width: 14px;
  }
}
.m-sdk__vn__pf__ls__ar > span {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf__ls__ar > span {
    left: -15px;
    width: 44px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__pf__ls__ar > span {
    left: 0;
  }
}
.m-sdk__vn__pf__ls__ar > span::before,
.m-sdk__vn__pf__ls__ar > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  background: #fff;
  -webkit-mask: url(/heimmaison/LP/2605soudankai/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/heimmaison/LP/2605soudankai/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}
.m-sdk__vn__pf__ls__ar > span::before {
  left: 0;
}
.m-sdk__vn__pf__ls__ar > span::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__pf__ls__ar > span::after {
    display: none;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf__ls > li {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__pf__ls > li {
    width: calc((100% - 20px) / 3);
  }
}
.m-sdk__vn__pf__ls > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  border: 1px solid #156082;
  background: #156082;
  color: #fff;
  font: inherit;
  font-variation-settings: 'wght' 500;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), cursor 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf__ls > li a {
    min-height: 52px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__pf__ls > li a {
    min-height: 45px;
    font-size: 14px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf__ls > li a:hover,
  .m-sdk__vn__pf__ls > li a:active {
    background: #fff;
    color: #156082;
  }
  .m-sdk__vn__pf__ls > li a:hover .m-sdk__vn__pf__ls__ar > span::before,
  .m-sdk__vn__pf__ls > li a:hover .m-sdk__vn__pf__ls__ar > span::after,
  .m-sdk__vn__pf__ls > li a:active .m-sdk__vn__pf__ls__ar > span::before,
  .m-sdk__vn__pf__ls > li a:active .m-sdk__vn__pf__ls__ar > span::after {
    background: #156082;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__vn__pf__ls > li a.is-enterStart .m-sdk__vn__pf__ls__ar > span {
    animation: sdk_arrow_trans_x2 450ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-sdk__vn__pf__ls > li a.is-enterStart:hover .m-sdk__vn__pf__ls__ar > span,
  .m-sdk__vn__pf__ls > li a.is-enterStart:active .m-sdk__vn__pf__ls__ar > span {
    animation: sdk_arrow_trans_x1 450ms cubic-bezier(.215, .61, .355, 1);
  }
}
.m-sdk__vn__pf__ls > li.is-expanded a,
.m-sdk__vn__pf__ls > li.is-expanded button {
  background: #fff;
  color: #156082;
}
.m-sdk__vn__nl {
  line-height: 1.6;
}
@media print, (min-width: 768px) {
  .m-sdk__vn__nl {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__nl {
    display: table;
    width: 100%;
    margin: 20px 14px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__nl__m {
    display: table-cell;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__nl__t {
    display: table-cell;
    width: 100%;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__vn__nl > li {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__vn__nl > li {
    display: table-row;
  }
}
.m-sdk__cg {
  background: #fff;
}
@media print, (min-width: 768px) {
  .m-sdk__cg {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__cg {
    padding-bottom: 40px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__cg__in {
    width: 432px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__cg__in {
    margin: 0 14px 0 40px;
  }
}
.m-sdk__cg__bn__p {
  position: absolute;
  aspect-ratio: 192/282;
}
@media print, (min-width: 768px) {
  .m-sdk__cg__bn__p {
    left: -30px;
    top: -11px;
    width: 96px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__cg__bn__p {
    left: -15px;
    top: -11px;
    width: 70px;
  }
}
.m-sdk__cg__bn__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  transform: rotate(-14deg);
}
@media print, (min-width: 768px) {
  .m-sdk__cg__bn__t strong {
    padding-bottom: 2px;
    background: linear-gradient(0deg, #ee7200, #ee7200) no-repeat 0 100%/100% 2px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__cg__bn__t strong {
    padding-bottom: 1px;
    background: linear-gradient(0deg, #ee7200, #ee7200) no-repeat 0 100%/100% 1px;
  }
}
.m-sdk__cg__bn__ar {
  position: absolute;
  top: 50%;
  height: 14px;
  overflow: hidden;
  transform: translateY(-50%);
}
@media print, (min-width: 768px) {
  .m-sdk__cg__bn__ar {
    right: 0;
    width: 54px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__cg__bn__ar {
    right: 15px;
    width: 14px;
  }
}
.m-sdk__cg__bn__ar > span {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}
@media print, (min-width: 768px) {
  .m-sdk__cg__bn__ar > span {
    left: -15px;
    width: 49px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__cg__bn__ar > span {
    left: 0;
  }
}
.m-sdk__cg__bn__ar > span::before,
.m-sdk__cg__bn__ar > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  background: #fff;
  -webkit-mask: url(/heimmaison/LP/2605soudankai/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/heimmaison/LP/2605soudankai/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}
.m-sdk__cg__bn__ar > span::before {
  left: 0;
}
.m-sdk__cg__bn__ar > span::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .m-sdk__cg__bn__ar > span::after {
    display: none;
  }
}
.m-sdk__cg__bn a {
  display: flex;
  align-items: center;
  position: relative;
  background: #654d4a;
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .m-sdk__cg__bn a {
    padding: 12px 0 12px 95px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .m-sdk__cg__bn a {
    padding: 10px 0 10px 77px;
    font-size: 16px;
  }
}
@media print, (min-width: 768px) {
  .m-sdk__cg__bn a.is-enterStart .m-sdk__cg__bn__ar > span {
    animation: sdk_arrow_trans_x4 450ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-sdk__cg__bn a.is-enterStart:hover .m-sdk__cg__bn__ar > span,
  .m-sdk__cg__bn a.is-enterStart:active .m-sdk__cg__bn__ar > span {
    animation: sdk_arrow_trans_x3 450ms cubic-bezier(.215, .61, .355, 1);
  }
}
