/* ==================== 基本設定 ==================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
  section[id], h2[id] {
  scroll-margin-top: 30px;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul, ol {
  list-style: none;
}
h2 { 
  font-size: clamp(32px, 4vw, 38px); 
}
h3 { 
  font-size: clamp(18px, 3vw, 24px); 
}
p,
li,
.form-row,
.accordion,
.k-return-box,
.note  { 
  font-size: clamp(14px, 2.5vw, 16px); 
}
#k-advantages,
h3 {
  font-size: 20px;
  padding: 35px 10px;
}
#k-return,
h3 { 
  padding: 10px 10px;
}
#k-merit h4 {
    font-size: clamp(16px, 2vw, 20px);
    padding: 20px;
  }
#k-merit .mglr6 {
    margin-left: 0;
    margin-right: 0;
}
p {
  margin: 0px;
}

#k-support .boxarea {
    font-weight: bold;
}
#k-support .boxarea span {
  display: inline-block;
  width: 160px;
}
#k-support .boxwide {
  display: flex;
  /* padding: 5px 0; */
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#k-support p {
  padding: 5px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#k-flow tr td {
    font-size: clamp(14px, 2.5vw, 16px);
}
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
a {
    color: #fff;
}

/* ==================== レイアウト ==================== */
.container1100 {
    max-width: 1100px;
    margin: 0 auto;
}
.container820 {
    max-width: 890px;
    margin: 0 auto;
}
.container940 {
    max-width: 940px;
    margin: 0 auto;
}
.glid-box {
  display: grid;
  place-items: center; 
  grid-template-columns: auto auto auto;
  gap: 10px;
}
#k-support {
  padding: 60px 0;
}
#k-market,
#k-properties {
  padding: 60px 0;
}
#k-return,
#k-faq {
  margin-bottom: 80px;
}
#k-modelcase,
#k-recommend,
#k-properties,
#k-flow,
#k-reason {
  text-align: center;
}
#k-return,
#k-flow {
  background: linear-gradient(#fdefd9, #fadaa6);
}
#k-modelcase,
#k-reason,
#k-advantages,
#k-merit,
#k-flow {
  padding: 60px 0 80px;
}
#k-recommend {
  padding: 0px 0 80px;
}
#k-about {
  background: linear-gradient(180deg, #fdefd9 0%, #fadaa6 100%);
  padding: 60px 0 100px;
}
#k-faq {
  background-color: #e5f5f5;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  padding: 60px 0 130px;
}
#k-advantages {
  background: url("/img/img_den_ground.png") no-repeat center / cover;
}
#k-return {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  padding: 60px 0 150px;
}
.k-mgt20 {
  margin-top: 0px;
}
.k-mgt40 {
  margin-top: 0px;
}
.k-pdb30 {
  padding-bottom: 0px;
}
.k-chikudenchi-lead {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

/* ==================== 背景文字 ==================== */
.section-bg {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.section-bg::before {
  content: attr(data-bgtext);
  position: absolute;
  font-family: "Black 900", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 16vw;
  color: rgba(255, 153, 0, 0.07);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.section-k-support::before {
  top: 16%;
  left: 33%;
  transform: translate(-50%, -50%);
}
.section-k-about::before {
  bottom: 73%;
  left: 52%;
  transform: translate(0, 0);
  color: rgba(242, 150, 0, 0.07);
}
.section-k-market::before {
  top: -18%;
  right: 52%;
  transform: translate(0, 0);
  color: rgba(242, 150, 0, 0.07);
}
.section-k-merit::before {
  top: -12%;
  right: 2%;
  transform: translate(0, 0);
  color: rgba(242, 150, 0, 0.07);
}
.section-k-merit::after {
  position: absolute;
  content: "Demerit ";
  font-family: "Black 900", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 16vw;
  bottom: -9%;
  right: 38%;
  transform: translate(0, 0);
  color: rgba(113, 112, 113, 0.07);
}
.section-k-return::before {
  top: -10%;
  right: -2%;
  transform: translate(0, 0);
  color: rgba(242, 150, 0, 0.07);
}
.section-k-recommend::before {
  bottom: -14%;
  left: -2%;
  font-size: 13vw;
  transform: translate(0, 0);
  color: rgba(242, 150, 0, 0.07);
}
.section-k-modelcase::before {
  top: -13%;
  left: -2%;
  font-size: 13vw;
  transform: translate(0, 0);
  color: rgba(0, 161, 153, 0.07);
}

/* ==================== ヘッダー ==================== */
#header,
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  padding: 30px;
}
#header.scrolled {
  background-color: #fff;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; 
}
#header a,
.nav a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
#header a {
  margin: 0 10px;
}
.nav a {
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 2px solid transparent;
}
.nav a:hover {
  color: #F29600;
  border-bottom-color: #F29600;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  z-index: 1000;
}
.menu-toggle span {
  border: 2px solid #544426;
}
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: flex !important;
  }
  .nav {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }
  .nav a {
    padding: 10px 20px;
  }
  .nav.active {
    display: flex;
  }
}

/* ==================== メインビジュアル ==================== */
.hero {
  height: 800px;
  background: url(../img/k-hero-top.jpg) no-repeat center / cover;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  clip-path: ellipse(80% 100% at 50% 0%);
}
.section-small {
  position: relative;
  padding: 40px 0;
  margin: -170px auto 20px;
  max-width: 1100px;
}
.notice-box {
  background: linear-gradient(#ff9c30, #ff4a00);
  border: 5px solid #F29600;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin: 0 200px;
}
.k-hero-shadow {
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.k-hero-erea {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
}
.k-hero-pc {
  margin-top: 70px;
}

/* ==================== h2 ==================== */
.heading-title {
  margin-bottom: 50px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding: 15px 12px;
  border-bottom: 6px solid #F29600;
  color: #333333;
}
.heading-title.k-bgreen,
.heading-title.k-bgreen-w {
  border-bottom-color: #00a199;
}
.heading-title::before,
.heading-title::after {
  position: absolute;
  left: 48%;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
.heading-title::before {
  bottom: -20px;
  background-color: #F29600;
}
.heading-title.k-bgreen::before,
.heading-title.k-bgreen-w::before {
  background-color: #00a199;
}
.heading-title::after {
  bottom: -12px;
  background-color: #fae8c6;
}
.heading-title.k-white::after,
.heading-title.k-bgreen-w::after {
  background-color: #fff;
}
.heading-title.k-bgreen::after {
  background-color: #daf1f0;
}
.heading-title.k-bgreen.k-white::after {
  background-color: #fff;
}

/* ==================== カラムボックス ==================== */
.columnbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 40px 0 10px;
}
.columnbox-big {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

/* ==================== ページトップボタン ==================== */
.page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #fff;
  color: #fff;
  border: solid 2px #f29600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.page-top.visible {
  opacity: 1;
  visibility: visible;
}
.page-top:hover {
  background: #E28414;
  transform: translateY(-5px);
}

/* ==================== ボックス ==================== */
.number-box {
  position: relative;
  background: #33b4ad;
  padding: 10px;
  text-align: center;
  overflow: visible;
}
.number-box::before {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: -33px;
  left: 5px;
  font-size: 70px;
  color: #99d9d6;
  opacity: 0.9;
  line-height: 1;
}
.number-box.k-light::before {
    color: #fad599;
}
.number-box.num1::before { content: "01"; }
.number-box.num2::before { content: "02"; }
.number-box.num3::before { content: "03"; }

/* ==================== 注目 ==================== */
.k-about-pda {
  padding: 50px;
}

/* ==================== 融資事例 ==================== */
.hdng_05 {
  padding: 5px;
  background-color: #fff;
  position: relative;
}
.hdng_05::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 48%;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.list-1 {
  list-style: none;
  padding-left: 0;
}
.list-1 li {
  position: relative;
  padding-left: 15px;
}
.list-1 li::before {
  content: "●";
  color: #00a199;
  font-size: 15px;
  position: absolute;
  left: -10px;
  top: 0;
}
.k-modelcase-bg {
  background: #cceceb;
}
.k-recommend-minibox {
  margin: 0 -24px;
  position: relative;
}
.k-recommend-minibox::before {
  content: "▼";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #f29600;
}
.k-recommend-box {
  padding: 30px 30px 4px;
}

/* ==================== 優位性 ==================== */
.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

/* ==================== 収益モデル ==================== */
.circle-box {
  width: 350px;
  height: 350px;
  border: 6px solid #f29600;
  border-radius: 50%;
  text-align: center;
  padding: 30px 25px 40px;
  background: #fff;
  margin: 0 auto;
}
.k-return-icon {
  margin-top: -110px;
}
table {
  border: 1px #000000 solid;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
th,td {
  border: solid 1px;
  padding: 10px;
}
#k-return .title {
  font-size: 28px;
}
#k-return .title span.big {
    font-size: 40px;
}
.next-level {
  background: #f29600;
  padding: 10px;
}
.k-return-minititle {
  font-weight: bold;
  font-size: 2.0rem;
  color: #f29600;
}
.k-return-picture {
  width: 50%;
  padding-top: 30px;
  margin: 0 auto;
}
.k-return-p {
  margin: 20px 275px 0px;
}

/* ==================== 選ばれる理由 ==================== */
#k-reason  {
    background: url(/img/k-reason-img.png) no-repeat center / cover;
}
.k-reason-box {
  padding: 30px;
}
.k-reason-box h3 {
  font-size: 20px;
  padding: 10px;
}

/* ==================== メリット・デメリット ==================== */
.number-box-en,
.number-box-de {
  position: relative;
  padding: 30px;
  text-align: center;
  overflow: visible;
}
.number-box-en {
  background: #fff;
  border-radius: 200px;
  height: 300px;
}
.number-box-en::before {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  position: absolute;
  top: -33px;
  left: 40%;
  font-size: 70px;
  color: #fbdfb2;
  opacity: 0.9;
  line-height: 1;
}
.number-box-en.num1::before { content: "01"; }
.number-box-en.num2::before { content: "02"; }
.number-box-en.num3::before { content: "03"; }
.number-box-de {
  background: linear-gradient(#888888, #595757);
}
.columnbox-k-merit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 40px 0 10px;
}
.columnbox-k-demerit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 40px 0 10px;
  padding: 0;
}
.bgmain-k {
  background: linear-gradient(180deg, rgba(247, 181, 44, 1) 1%, rgba(242, 106, 0, 1) 83%, rgba(242, 72, 0, 1) 100%);
}

/* ==================== 物件紹介 ==================== */
.k-properties-erea {
  position: relative;
  margin: 2em 0;
}
.k-properties-erea .box-title {
  position: absolute;
  top: -35px;
  padding: 5px 30px 5px 10px;
  height: 35px;
  background: #00a199;
  color: #fff;
  font-weight: bold;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}
table.k-properties-box {
  border: 0;
}
.k-properties-box td {
  border: 0;
  border-top: 1px solid #b4b4b5;
  border-bottom: 1px solid #b4b4b5;
}

/* ==================== 購入までの流れ ==================== */
#k-flow p {
  margin: 0;
}
.columnbox-big {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.k-flow-box {
  position: relative;
  text-align: center;
  background: #fff;
  border: 3px solid #f29600;
  flex: 1;
}
.k-flow-box::before {
  content: '';
  position: absolute;
  top: 42%;
  right: -15px;
  width: 15px;
  height: 30px;
  background: #f29600;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.k-flow-box:last-child::before {
  display: none;
}
.glid-box-k-flow {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 25px;
}
.glid-box-k-reason {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 25px;
}

/* ==================== よくある質問 ==================== */
.accordion {
  margin-inline: auto;
}
.accordion-title {
  position: relative;
  background: #00a199;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
.accordion-title::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 20%;
  width: 18px;
  height: 18px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.accordion-content {
  display: none;
  padding: 10px 20px;
  border: 2px solid #00a199;
  border-top: 0;
  background-color: #fff;
}

/* ==================== お問合せフォーム ==================== */
.form-input {
  flex: 1; 
  width: 100%;
  box-sizing: border-box;
}
.form-input input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
form {
  background: #eeeeef;
  padding: 80px 80px 40px;
}
.form-row {
  display: flex;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #888;
}
.form-row:last-child {
  border-bottom: none;
}
.form-label {
  display: flex;
  align-items: center;
  width: 270px;
}
.form-label label {
  font-weight: bold;
}
.form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #c30d23;
}
input,
textarea,
select {
  border: none;
  padding: 15px 20px;
}
input,
textarea {
  background: #fff;
  flex-grow: 1;
}
select {
  background: #f2f4f5;
  border-radius: 3px;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}
button {
  cursor: pointer;
  padding: 15px 45px;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  background: #f29600;
  width: 30%;
  margin: 10px;
}
.radio-2 {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  border: none;
  flex: 1;
}
.radio-2 input {
  display: none;
}
.radio-2 label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  cursor: pointer;
}
.radio-2 label::before,
.radio-2 label::after {
  content: '';
  border-radius: 3px;
}
.radio-2 label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.radio-2 label::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: #fff;
}
.radio-2 label:has(:checked)::after {
  background: #00a199;
}
.cta-area {
  background: #eeeeef;
  text-align: center;
  padding-bottom: 40px;
}
label {
    margin-bottom: 0px;
}

/* ==================== フッター ==================== */
.k-footer-line {
    border-left: 1px solid #fff;
    padding-left: 16px;
}

/* ==================== その他 ==================== */
.table.k-flow, th, td {
  border: 1px solid rgba(0, 0, 0, 0.2); 
  border-collapse: collapse;
}

.floating-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  opacity: 0.9;
}
.floating-banner:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.page-top,
.floating-banner {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
/* 表示時 */
.page-top.visible,
.floating-banner.visible {
  opacity: 1;
  visibility: visible;
}
td.step {
  width: 150px;
}
.step-font {
  font-family: "Black 900", sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #fff;
}
.step-font-sp {
  font-family: "Black 900", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 30px;
}

table.fwb.text-center.bgwhite.k-flow,
td.bglgray:empty {
  border: none;
  background: none;
}
#footer_link {
  display: none;
}
.inner.pagetop3.visible {
  display: none;
}

.container-fluid {
    margin: 0 auto 20px;
    max-width: 1100px;
    padding: 50px 0 0px;
}

td.clr_main.bgwhite.k-flow-width {
    padding: 0 60px;
}
a.policy {
    color: #2f39c2;
}
.table_box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.table_box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
.table_box::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}
.table_box::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.custom-Input{
  margin: auto;
  width: 300px;
}
.under-line {
  display: inline-block; 
  border-bottom: 1px solid #2f39c2;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.comright:after {
  content: "";
  display: inline-block;
  margin-left: calc(0.5em / 3);
  border-style: solid;
  border-width: 0 2px 2px 0;
  vertical-align: middle;
  height: 0.5em;
  width: 0.5em;
  color: inherit;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 2px;
  margin-right: .4em;
}
.comleft:before {
  content: "";
  display: inline-block;
  margin-right: calc(0.5em / 3);
  border-style: solid;
  border-width: 2px 0 0 2px;
  vertical-align: middle;
  height: 0.5em;
  width: 0.5em;
  color: inherit;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 2px;
  margin-right: .4em;
}
.cta-area-sp {
  width: 20%;
}
.k-contact-comp{
  padding-top: 190px;
}
.k-ln_yel {
  background: linear-gradient(transparent 70%, #ffeb00 40%);
}
.k-reason-btitle {
  background: #fff;
  padding: 10px;
}
.k-reason-subbtitle {
  font-size: 2.8rem;
  color: #f29600;
}
.k-about-minititle {
  color: #f29600;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 0;
}

/*======== 画面サイズが768px以下からここを読み込む ========*/
@media screen and (max-width: 768px) {
  #k-market,
  #k-advantages,
  #k-merit,
  #k-modelcase,
  #k-flow,
  #k-reason,
  #k-recommend {
    padding: 30px 0;
  }
  #k-return {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
    padding: 30px 0 100px;
    margin-bottom: 0px;
  }
  #k-faq {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
    padding: 30px 0 50px;
  }
  .container820,
  .container940,
  .container1100 {
    padding: 0 20px;
  }
  #k-support {
    padding: 0;
  }
  #k-about {
    padding: 30px 0 50px;
  }
  .notice-box {
    margin: 0px;
  }
  .k-about-pda {
    padding: 20px;
  }
  .k-mgt20 {
    margin-top: 20px;
  } 
  .k-mgt10 {
    margin-top: 10px;
  } 
  .k-mgt40 {
    margin-top: 40px;
  } 
  .k-pdb30 {
    padding-bottom: 30px;
  }
  .number-box-en {
    margin: 0 auto;
  }
  .columnbox-k-merit {
    gap: 40px;
  }
  .columnbox-big {
    flex-direction: column; 
    gap: 30px; 
  }
  .k-flow-box {
    width: 100%;
  }
  .k-flow-box::before {
    top: auto;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%) rotate(0deg);
    width: 50px;
    height: 20px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .k-flow-box:last-child::before {
    display: none;
  }
    form {
    padding: 40px 20px;
  }
  .form-row {
    flex-direction: column;
    align-items: flex-start; 
    padding: 12px 0;
  }
  .form-label {
    width: 100%; 
    margin-bottom: 8px; 
  }
  input,
  textarea,
  select {
    width: 100%; 
  }
  .radio-2 {
    width: 100%;
  }
  .cta-area {
    padding: 20px 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }
  button {
    width: 80%; 
  }
  .hero {
    clip-path: ellipse(180% 100% at 50% 0%);
  }
  .section-small {
    margin: -160px 20px 20px;
  }
  .text-wrapper {
    text-align: left;
  }
  .accordion-title::after {
    right: 20px;
    top: 20%;
    width: 13px;
    height: 13px;
  }
  .k-reason-box {
    padding: 20px;
  }
  .k-reason-box h3 {
    font-size: 16px;
    padding: 5px;
  }
  .number-box-de {
    padding: 20px;
  }
  .columnbox-k-demerit {
    margin: 20px 0 10px;
  }
  #k-advantages,
  h3 {
    font-size: 16px;
  }
  .circle-box {
    border: 4px solid #f29600;
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 30px 25px 20px;
  }
  .circle-box .pdlr8 {
    padding-left: 0%;
    padding-right: 0%;
  }
  .k-return-icon {
    margin-top: -80px;
  }
  #k-merit,
  .number-box-en {
    height: auto;
    width: 100%;
    border-radius: 10px;
  }
  #k-return
  .title {
    font-size: 20px;
  }
  #k-return
  .title span.big {
      font-size: 24px;
  }
  h2 {
    line-height: 1.6;
  }
  h1 {
    width: 40%;
    margin: 0;
  }
  .number-box {
    padding: 20px 10px 10px;
  }
  #k-flow p.title  {
    font-size: 22px;
  }
  #k-flow table {
  table-layout: auto;
  width: auto;
  }
  #k-flow table th {
    white-space: nowrap;
  }
  td.clr_main.bgwhite.k-flow-w {
    padding: 0 60px;
  }
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wrapper table {
    min-width: 500px;
  }
  .k-recommend-minibox {
    margin: 0;
    position: relative;
  }
  #header, .header {
    padding: 10px 20px;
  }
  .pagetop.inner {
    display: none;
  } 
  input::placeholder,
  textarea::placeholder {
    font-size: 16px;
  }
  .k-chikudenchi-lead {
    text-align: left;
  }
  .step-font-sp {
    font-size: 16px;
  }
  th,td {
    padding: 5px;
  }
  .custom-Input{
    margin: auto;
    width: 100%;
  }
  .k-contact-title {
    font-size: 26px;
  }
  .cta-area-sp {
    width: 60%;
  }
  .k-contact-comp{
    padding-top: 90px;
  }
  .heading-title::before,
  .heading-title::after {
    left: 46%;
  }
  #k-return .title {
    margin: 40px 0px;
    transform: scale(1.6);
    line-height: 30px;
  }
  .k-reason-btitle {
    background: #ffffff00;
    padding: 0px;
  }
  .k-reason-subbtitle {
    font-size: 2.0rem;
  }
  .k-reason-back {
    background-color: #ffffffc4;
    padding: 10px;
    border-radius: 10px;
  }
  .th-logo-img {
    width: 80%;
  }
  .k-chikudenchi-lead {
    font-size: 1.4rem;
  }
  .next-level {
    font-size: 2.6rem;
  }
  .k-return-minititle {
    font-size: 2.5rem;
  }
  .k-return-picture {
    width: 100%;
  }
  .k-return-p {
    margin: 20px 0px 0px;
  }
  .k-about-minititle {
    padding: 30px 0 0;
  }
  .page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .k-hero-pc {
    margin-top: 0px;
  }
}
