@charset "utf-8";
/******
		contents
					******/

header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 6px;
  column-gap: 24px;
}

.nav ul {
  display: flex;
  align-items: center;
  justify-content: right;
  column-gap: 12px;
}

.main-visual {
  background: url(../img/mv-bg.png);
  background-position: bottom center;
  padding: 60px 24px 0px 24px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.visual-top {
  text-align: center !important;
}

.main-visual img {
  margin: auto;
}

.mv-box2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: var(--color-base);
  width: fit-content;
  margin: auto;
  padding: 12px 24px;
  border-radius: 30px;
  margin-top: 24px;
}

.visual-mid {
  text-align: center;
  margin-top: 24px;
}

.visual-img {
  margin-top: 32px;
}

.sub-mv {
  background: var(--color-bg);
  padding: 60px 0 0px 0;
  margin-top: -2px;
}

.sub-mv-house ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 32px;
}

.sub-mv-price {
  margin-top: 32px;
}

.bullet-sec {
  padding: 60px 0px;
}

.bullet-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullet-title-icon {
  width: 150px;
  margin-right: 8px;
}

.bullet-title-text {
  background: var(--color-bg);
  width: fit-content;
  font-size: 32px;
  font-weight: 900;
  padding: 24px 32px;
  border-radius: 10px;
}

.bullet-title-big {
  font-size: 58px;
  font-weight: 900;
  margin-top: 12px;
}

.bullet-box {
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.bullet-box li {
  width: calc(33.3333% - 8px);
  margin-bottom: 16px;
  background-color: var(--color-bright);
  color: var(--color-sub);
  padding: 24px 16px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  background-image: url(../img/check-bk.png);
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 24px;
  text-align: left;
  padding-left: 50px;
  border: 1px solid var(--color-sub);
}

.cta-sec {
  background: var(--color-bg);
  padding: 60px 0px 0px 0px;
  position: relative;
}

.cta-sec::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 50px;
  top: -1px;
  left: 50%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}

.cta-inner {
  display: flex;
  align-items: flex-end;
}

.cta-contents {
  width: 70%;
  padding-bottom: 60px;
}

.cta-img {
  width: 30%;
}

.cta-top {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  background: var(--color-main);
  width: 100%;
  padding: 16px 24px;
  border-radius: 50px;
}

.cta-mini {
  font-size: 20px;
  color: #fff;
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
}

.cta-mdl {
  font-size: 36px;
  color: #fff;
  margin-top: 16px;
  text-align: center;
  font-weight: 900;
}

.cta-btm {
  font-size: 100px;
  color: var(--color-main);
  margin-top: 0px;
  text-align: center;
  font-weight: 900;
}

.cta-info-box {
  display: flex;
  column-gap: 10px;
  margin-top: 32px;
  flex-wrap: wrap;
  row-gap: 16px;
}

.about-sec {
  padding: 60px 0px;
}

.about-main {
  display: flex;
  margin-top: 60px;
  column-gap: 40px;
}

.about-text {
  text-align: justify;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  width: 60%;
}

.about-img {
  width: calc(40% - 40px);
}

.history-sec {
  background: var(--color-bg);
  padding: 60px 0px;
}

.history-top-mini {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: var(--color-main);
  width: 500px;
  max-width: 100%;
  margin: auto;
  padding: 16px 24px;
  border-radius: 40px;
}

.history-top-big {
  font-size: 48px;
  color: var(--color-main);
  font-weight: 900;
  text-align: center;
  margin-top: 12px;
}

.history-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  max-width: 1200px;
  margin: auto;
  margin-top: 64px;
}

.history-data {
  width: 60%;
  margin-top: 40px;
}

.history-image {
  width: 40%;
  margin-left: 24px;
  text-align: right;
}

.history-prof {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.hist-prof-icon {
  width: 140px;
}

.hist-prof-icon img {
  width: 100%;
}

.hist-prof-right {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  width: calc(100% - 156px);
}

.hist-prof-right-text {
  font-size: 32px;
  font-weight: 900;
}

.hist-prof-right-name {
  margin-top: 12px;
}

.hist-card-text {
  margin-top: 16px;
  text-align: justify;
  line-height: 1.8;
  color: #666666;
}

.hist-data-img {
  text-align: left;
  margin-top: 24px;
}

.history-category-box {
  position: absolute;
  left: 24px;
  top: -24px;
  background-color: var(--color-main);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 10px;
}

.his-cat-label {
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  padding: 8px 18px;
}

.his-cat-text {
  font-size: 24px;
  font-weight: 900;
  margin-left: 8px;
}

.history-bottom {
  text-align: center;
  margin-top: 60px;
}

.history-btm-big {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  margin-top: 32px;
}

.hist-success {
  background: #eee;
  padding: 32px 24px;
  margin-top: 60px;
  border-radius: 8px;
}

.hist-success-title {
  font-size: 36px;
  font-weight: 900;
}

.hist-success-box {
  display: flex;
  column-gap: 12px;
  margin-top: 32px;
}

.strong-top-inner {
  background: var(--color-main);
  padding: 60px 0 120px 0;
}

.strong-top {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  font-style: italic;
}

.strong-top-big {
  font-size: 60px;
  font-weight: 900;
  margin-top: 16px;
  background: #eeeeee;
  padding: 32px 24px;
  margin-top: -60px;
  border-radius: 16px;
  position: relative;
}

.strong-top-big ::after {
  content: "";
  width: 100px;
  height: 50px;
  background-color: #eee;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.strong-top-img {
  margin-top: 60px;
}

.strong-card {
  background: var(--color-bright);
  padding: 24px;
  border-radius: 16px;
  margin-top: 32px;
}

.strong-card-head span {
  background: #fff;
  text-align: left;
  color: var(--color-main);
  font-size: 21px;
  font-weight: 900;
  padding: 8px 16px;
  border-radius: 6px;
  margin-bottom: 6px;
  display: inline-block;
}

.strong-card-head {
  background: var(--color-main);
  text-align: left;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  padding: 16px 16px;
  border-radius: 16px;
}

.strong-card-mid {
  display: flex;
  margin-top: 24px;
}

.strong-card-img {
  width: 35%;
  margin-right: 24px;
}

.strong-card-right {
  width: calc(65% - 24px);
  text-align: left;
}

.strong-card-right-top {
  font-weight: bold;
  font-size: 24px;
}

.strong-card-right-text {
  margin-top: 16px;
  line-height: 1.8;
  text-align: justify;
  font-size: 18px;
}

.strong-card-data {
  text-align: justify;
}

.strong-card01-data {
  margin-top: 24px;
}

.strong-card01-data-big {
  background-color: #1a1a1a;
  color: #fff;
  padding: 12px 12px;
  border-radius: 6px;
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
}

.strong-card01-data-text {
  margin-top: 12px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
}

.strong-card02-data {
  display: flex;
  margin-top: 32px;
}

.strong-card03-data-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  margin-top: 32px;
}

.strong-card03-data-main {
  background: var(--color-bg);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 32px 24px 64px 24px;
  margin: auto;
}

.strong-card03-data-plus {
  text-align: center;
  margin-top: -40px;
}

.strong-card03-data-btn-big {
  font-size: 28px;
  font-weight: 900;
  margin-top: 32px;
  text-align: center;
}

.strong-btm-big {
  font-size: 2.6vw;
  font-weight: 900;
  font-style: italic;
  margin-top: 40px;
}

.strong-btm {
  padding-bottom: 40px;
}

.strong-btm-list {
  display: flex;
  column-gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.strong-btm-list-item {
  background: var(--color-sub);
  color: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 24px;
  text-align: left;
  padding-left: 48px;
}

.strong-btm-mini {
  font-size: 24px;
  font-weight: bold;
  margin-top: 32px;
}

.strong-btm-main {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}

.strong-btm-main-item {
  width: calc(50% - 20px);
  margin-top: 24px;
}

.strong-btm-main-item-big {
  font-size: 26px;
  font-weight: 900;
  margin: 12px 0;
}

.strong-btm-main-item-mini {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}

.risc-sec {
  padding: 60px 0px;
}

.risk-head-mini {
  font-weight: 900;
  font-size: 28px;
}

.risk-head-big {
  font-weight: 900;
  font-size: 42px;
}

.risk-box {
  background: var(--color-bg);
  padding: 64px 24px 32px 24px;
  position: relative;
  margin-top: 80px;
  border-radius: 12px;
}

.risk-title {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  background: var(--color-main);
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 12px 24px;
  color: #fff;
  width: 90%;
}

.risk-title span {
  font-size: 21px;
  color: #fff;
  line-height: 100%;
  display: block;
  margin-bottom: 8px;
}

.risk-text-box {
  color: #fff;
  font-weight: bold;
  margin-top: 24px;
  text-align: left;
  font-size: 18px;
}

.risk-text-h1 {
  font-size: 24px;
  font-weight: 900;
  margin-top: 16px;
  background: #fff;
  color: var(--color-base);
  width: fit-content;
  padding: 6px 16px;
  border-radius: 6px;
  margin-top: 24px;
}

.risk-text-h2 {
  font-size: 21px;
  font-weight: 900;
  margin-top: 16px;
  background: var(--color-main);
  color: #fff;
  width: fit-content;
  padding: 6px 16px;
  border-radius: 6px;
  margin-top: 24px;
  background-image: url(../img/check-white.png);
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 24px;
  text-align: left;
  padding-left: 48px;
}

.risk-white-check-box ul li {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  background: var(--color-base);
  color: #fff;
  border: 1px solid #fff;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 6px;
  margin-top: 24px;
  background-image: url(../img/check-white.png);
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 24px;
  text-align: left;
  padding-left: 48px;
}

.risk-text-cover {
  border: 1px solid #fff;
  padding: 0px 16px 16px 16px;
  border-radius: 10px;
}

.risk-text-cover .risk-text-box {
  margin-top: 10px;
}

.risk-btm {
  margin-top: 32px;
}

.risk-btm {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-base);
  text-align: justify;
  line-height: 1.8;
}

.current-sec {
  background: var(--color-bg);
  padding: 60px 0;
}

.current-main {
  display: flex;
  column-gap: 24px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
  row-gap: 24px;
}

.current-btm {
  font-size: 32px;
  font-weight: bold;
  margin-top: 32px;
  color: #fff;
}

.promise-sec {
  padding: 60px 0;
}

.promise-card {
  background: var(--color-bright);
  padding: 50px 24px 24px 24px;
  position: relative;
}

.promise-card-title {
  position: absolute;
  left: 24px;
  top: -50px;
  display: flex;
  column-gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.promise-card-number {
  background: var(--color-bg);
  height: 100px;
  width: 100px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  padding: 16px 0;
}

.promise-card-number span {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  font-size: 40px;
  height: 50px;
  margin-top: -10px;
}

.promise-card-title-text {
  color: var(--color-base);
  font-size: 36px;
  font-weight: 900;
}

.promise-card {
  margin-top: 100px;
}

.text-box {
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
}

.promise-card-01-main {
  display: flex;
  margin-top: 40px;
}

.text-box {
  margin-top: 24px;
}

.promise-card-02-main {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  margin-top: 32px;
}

.promise-card-02-item {
  width: calc(33.3% - 16px);
}

.promise-card-03-main {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
}

.promise-card-03-item {
  text-align: left;
  background-image: url(../img/check-bk.png);
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 24px;
  text-align: left;
  padding-left: 48px;
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
}

.promise-card-03-main-btm {
  background-color: var(--color-main);
  padding: 16px;
  padding: 24px 16px;
  margin-top: 32px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  border-radius: 10px;
}

.promise-card-03-main-btm span {
  font-size: 28px;
}

.step-sec {
  background: var(--color-bg);
  padding: 60px 0;
}

.step-title-mini {
  background-color: var(--color-main);
  color: #fff;
  width: fit-content;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 21px;
  font-weight: bold;
  margin: auto;
}

.step-title-big {
  font-size: 42px;
  font-weight: 900;
  margin-top: 10px;
}

.step-item {
  background: #fff;
  display: flex;
  border-radius: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.step-number {
  background-color: var(--color-main);
  padding: 24px 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  border-radius: 12px 0 0 12px;
  width: 100px;
}

.step-number span {
  font-size: 32px;
  line-height: 0;
}

.step-item-main-inner {
  margin-right: 24px;
  width: calc(75% - 24px);
}

.step-img {
  width: 25%;
}

.step-item-main {
  padding: 24px;
  text-align: left;
  display: flex;
  width: calc(100% - 100px);
}

.step-item-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--color-main);
}

.step-item-check-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

.step-item-check-chek {
  background-color: var(--color-main);
  padding: 10px 24px;
  color: #fff;
  border-radius: 40px;
  background-image: url(../img/check-white.png);
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 24px;
  text-align: left;
  padding-left: 48px;
  margin-top: 16px;
}
.step-btm {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  margin-top: 32px;
}

.arw-none::before {
  display: none;
}

.target-sec {
  padding: 60px 0;
}

.target-main {
  background-color: var(--color-bright);
  padding: 60px 24px 24px 24px;
  margin-top: 60px;
  position: relative;
}

.target-main-title {
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: var(--color-main);
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
  font-weight: 900;
  padding: 16px 24px;
  border-radius: 40px;
}

.target-main-inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  justify-content: left;
}

.target-item {
  width: calc(33.3% - 24px);
  margin-top: 32px;
}

.target-label {
  font-size: 21px;
  font-weight: bold;
  color: var(--color-main);
  text-align: left;
  margin: 6px 0;
}

.target-text {
  text-align: left;
  font-weight: bold;
}

.target-btm {
  margin-top: 32px;
}

.voice-sec {
  background: var(--color-base);
  padding: 60px 0;
}

.voice-main {
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.voice-card {
  background-color: var(--color-bright);
  padding: 24px;
  border-radius: 6px;
  width: calc(50% - 16px);
}

.voice-user {
  display: flex;
}

.user-icon {
  width: 120px;
  margin-right: 16px;
}

.user-data {
  width: calc(100% - 136px);
  text-align: left;
}

.user-name {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: bold;
}

.user-message {
  font-size: 21px;
  font-weight: bold;
}

.voice-case {
  background-color: var(--color-main);
  border-radius: 10px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  padding: 8px 16px;
  font-weight: bold;
  margin-top: 16px;
}

.voice-text {
  color: #666;
  font-weight: 500;
  text-align: justify;
  margin-top: 12px;
}

.deng-sec {
  background-color: var(--color-base);
}

.deng-top {
  background-color: #1a1a1a;
  display: flex;
  padding: 32px 0;
  position: relative;
}

.deng-img {
  width: 15%;
  position: absolute;
}

.deng-img img {
  width: 100%;
  max-width: 200px;
}

.deng-top-inner {
  width: 70%;
  margin: auto;
}

.deng-top-big {
  font-size: 42px;
  font-weight: 900;
}

.deng-top-mini {
  font-size: 21px;
  font-weight: bold;
  margin-top: 16px;
}

.left-d {
  left: 24px;
  bottom: 0;
}

.right-d {
  right: 24px;
  bottom: 0;
}

.deng-point {
  padding-top: 60px;
}

.deng-card {
  background-color: var(--color-bright);
  padding: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-top: 32px;
}

.deng-card-img {
  width: 30%;
}

.deng-card-inner {
  width: calc(70% - 24px);
}

.deng-card-title {
  font-size: 32px;
  font-weight: 900;
}

.deng-card-text {
  font-size: 21px;
  font-weight: bold;
  margin-top: 16px;
}

.deng-btm-text {
  font-size: 32px;
  font-weight: 900;
  margin: 32px 0;
}

.thx-sec {
  padding: 60px 0;
}

.thx-text {
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  margin-top: 32px;
  max-width: 800px;
}

.thx-name {
  text-align: right;
  margin: auto;
  margin-top: 32px;
  max-width: 800px;
}

.thx-name img {
  width: 280px;
}

.question-sec {
  background-color: var(--color-bg);
  padding: 60px 0;
}

/* カスタムスタイル: アコーディオン開閉のアニメーション制御 */
.accordion-content {
  transition: 0.3s;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.is-open {
  height: auto;
  transition: 0.3s;
}
.accordion-content.is-open {
  grid-template-rows: 1fr;
}
.accordion-inner {
  overflow: hidden;
  text-align: justify;
}

/* 矢印の回転アニメーション */
.arrow-icon {
  transition: transform 0.3s ease;
}
.arrow-icon.is-rotated {
  transform: rotate(180deg);
}

.question-box {
  margin-top: 24px !important;
}

.question-wrap {
  max-width: 800px;
  margin: auto;
}

.w-5 {
  width: 20px;
}

.font-bold {
  width: calc(100% - 20px);
}

.message-sec {
  padding: 60px 0;
}

.company-sec {
  background-color: var(--color-bright);
  padding: 60px 0;
}

.company-main {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  max-width: 800px;
  margin: auto;
  margin-top: 24px;
}

.company-item {
  display: flex;
  column-gap: 12px;
  align-items: center;
  font-size: 16px;
  margin-top: 16px;
}

.company-item-label {
  background-color: var(--color-sub);
  color: #fff;
  width: 180px;
  padding: 6px 12px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}

.company-item-data {
  font-weight: bold;
  width: calc(100% - 192px);
}

.form-sec {
  background-color: #575564;
  padding: 60px 0;
}

.form-head-mini {
  font-size: 24px;
  font-weight: bold;
}

.form-head-big {
  font-size: 40px;
  font-weight: 900;
}

.form-point {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  margin: auto;
  justify-content: center;
  margin-top: 24px;
}

.form-point-item {
  background-color: #fff;
  background-image: url(../img/check-bk.png);
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 24px;
  text-align: left;
  padding: 10px;
  padding-left: 48px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 4px;
}

.form-inner {
  background-color: var(--color-bright);
  border-radius: 12px;
  max-width: 1000px;
  margin: auto;
  margin-top: 32px;
  padding: 32px 24px;
  text-align: left;
}

.form-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 10px;
  align-items: center;
}

.form-items:first-child {
  margin-top: 0;
}

.form-label {
  font-size: 16px;
  font-weight: bold;
  width: 240px;
}

.form-label span {
  font-size: 12px;
  font-weight: bold;
  background-color: #d80000;
  color: #fff;
  border-radius: 3px;
  padding: 1px 6px 2px 6px;
  margin-left: 12px;
}

.form-input select,
.form-input input,
.form-input textarea {
  width: 100%;
  text-align: left;
  padding: 1rem;
  background-color: #f5f5f5;
  border: none;
}

.address-inout input {
  margin-top: 16px;
}

.form-textarea {
  display: block;
}
.form-textarea .form-input {
  margin-top: 16px;
}

.form-input textarea {
  height: 140px;
}

.check-items {
  text-align: center;
  margin-top: 16px;
  font-weight: bold;
}

.check-items a {
  color: #1558d6;
  text-decoration: underline;
}

.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}

.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #1558d6;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
  margin-top: 12px;
}

.checkbox:checked {
  background-color: #1558d6;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 17px;
  height: 8px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.form-btn {
  text-align: center;
  margin-top: 20px;
}

.form-btn input {
  max-width: 100%;
  width: 460px;
  margin: auto;
}
