img {
  vertical-align: top;
  max-width: 100%;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body#campaign {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #555;
  background: #fff;
  margin: 0;
  padding-bottom: 83px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
main {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  overflow: hidden;
}
main > section,
main > header {
  margin: 0;
}
main > section:last-of-type {
  margin-bottom: 0;
}
h1,
h2 {
  border-style: none;
  margin: 0;
  padding: 0;
}
h1::before,
h2::before,
h1::after,
h2::after {
  display: none;
}
p {
  margin: 0;
}
.ins-header {
  background: #fafafa;
  padding: 8px 32px;
}
.ins-header .header-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.ins-header .header-logos .header-logo-recruit {
  width: 48.57px;
  height: 18.19px;
  flex-shrink: 0;
}
.ins-header .header-logos .header-logo-mufg {
  width: 53.625px;
  height: 12.652px;
  flex-shrink: 0;
}
.ins-header .header-logos .header-logo-genie {
  width: 59px;
  height: 14.75px;
  flex-shrink: 0;
}
.ins-header .header-logos .header-logo-sep {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  display: block;
}
.ins-header .header-logos .header-logo-sep img {
  width: 100%;
  height: 100%;
  display: block;
}
.ins-header .header-catch {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: #555;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ins-header {
    padding: 8px 16px;
  }
}
@media screen and (min-width: 768px) {
  .ins-header .header-logos {
    justify-content: center;
  }
}
.ins-mv {
  background: #fff;
  padding-bottom: 8px;
}
.ins-mv .mv-img-wrap {
  line-height: 0;
}
.ins-mv .mv-img-wrap .mv-img {
  display: block;
  width: 100%;
  height: auto;
}
.ins-mv .mv-note-wrap {
  padding: 8px 24px 0;
}
.ins-mv .mv-note {
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  color: #555;
}
.ins-mv .mv-note a {
  color: #555;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ins-mv .mv-note-wrap {
    max-width: 868px;
    margin: 0 auto;
  }
}
.ins-anxiety {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 50%, #f3fbed 50%, #f3fbed 100%);
}
.ins-anxiety .anxiety-main-ttl {
  position: relative;
  z-index: 1;
  background: #f3fbed;
  margin: 0;
  padding: 24px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  color: #141414;
  text-align: center;
}
.ins-anxiety::after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 292px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #008700;
  z-index: 2;
}
.ins-anxiety .anxiety-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.ins-anxiety .anxiety-row::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 208px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #008700;
  z-index: 3;
}
.ins-anxiety .anxiety-col {
  display: grid;
  grid-template-rows: 64px 96px 96px 134px;
  align-items: stretch;
  gap: 24px;
  padding: 12px 8px 0;
  min-height: 0;
}
.ins-anxiety .anxiety-col-left {
  background: transparent;
  padding-left: 16px;
  padding-right: 8px;
}
.ins-anxiety .anxiety-col-right {
  background: transparent;
  padding-left: 8px;
  padding-right: 16px;
}
.ins-anxiety .anxiety-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #555;
  text-align: center;
  white-space: nowrap;
}
.ins-anxiety .anxiety-ttl.is-green {
  color: #008700;
}
.ins-anxiety .anxiety-icon {
  display: block;
  width: 24px;
  height: 28px;
  object-fit: contain;
}
.ins-anxiety .anxiety-balloon {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  padding: 12px 4px;
  width: 100%;
  min-height: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #555;
  text-align: center;
}
.ins-anxiety .anxiety-balloon::after {
  content: '';
  position: absolute;
  left: 18px;
  bottom: -17px;
  width: 26px;
  height: 18px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.ins-anxiety .anxiety-balloon.anxiety-balloon-right::after {
  left: auto;
  right: 18px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.ins-anxiety .anxiety-col-left .anxiety-balloon:nth-of-type(2),
.ins-anxiety .anxiety-col-right .anxiety-balloon:nth-of-type(2) {
  min-height: 0;
}
.ins-anxiety .anxiety-col-left .anxiety-balloon:nth-of-type(3),
.ins-anxiety .anxiety-col-right .anxiety-balloon:nth-of-type(3) {
  min-height: 0;
}
.ins-anxiety .anxiety-col-left .anxiety-balloon:nth-of-type(3)::after {
  left: auto;
  right: 18px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.ins-anxiety .anxiety-col-right .anxiety-balloon:nth-of-type(3)::after {
  left: 18px;
  right: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width: 340px) {
  .ins-anxiety .anxiety-col-left {
    padding-left: 14px;
    padding-right: 6px;
  }
  .ins-anxiety .anxiety-balloon {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.02em;
  }
  .ins-anxiety .anxiety-col-left .anxiety-balloon {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ins-anxiety .anxiety-img-wrap {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 134px;
  line-height: 0;
}
.ins-anxiety .anxiety-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 124px;
  object-fit: contain;
  align-self: flex-end;
}
@media screen and (min-width: 376px) {
  .ins-anxiety .anxiety-row::after {
    top: 256px;
  }
  .ins-anxiety .anxiety-col {
    grid-template-rows: 76px 112px 112px 168px;
    gap: 32px;
    padding-top: 20px;
  }
  .ins-anxiety .anxiety-img-wrap {
    height: 168px;
  }
  .ins-anxiety .anxiety-img {
    height: 155px;
  }
}
@media screen and (min-width: 768px) {
  .ins-anxiety {
    max-width: 470px;
    margin: 0 auto;
  }
}
.ins-forward-pay {
  background: #f3fbed;
  padding: 24px 0;
}
.ins-forward-pay .forward-pay-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  color: #141414;
  text-align: center;
  padding: 0 24px;
  margin-bottom: 0;
}
.ins-forward-pay .forward-pay-ttl .forward-pay-ttl-line {
  display: block;
}
.ins-forward-pay .forward-pay-img-wrap {
  line-height: 0;
}
.ins-forward-pay .forward-pay-img-wrap .forward-pay-img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .ins-forward-pay .forward-pay-ttl {
    max-width: 868px;
    margin: 0 auto;
  }
}
.ins-compare {
  background: #f7f7f7;
  padding: 40px 20px;
}
.ins-compare .compare-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #202020;
  text-align: center;
  margin-bottom: 24px;
}
.ins-compare .compare-ttl .compare-ttl-em {
  display: block;
  color: #2c8e51;
  position: relative;
}
.ins-compare .compare-ttl .compare-ttl-em::after {
  content: "";
  display: block;
  height: 16px;
  background: rgba(44,142,81,0.13);
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 166px;
  z-index: 0;
}
.ins-compare .compare-sub {
  font-size: 14px;
  font-weight: 600;
  line-height: 23.8px;
  color: rgba(0,0,0,0.6);
  text-align: center;
  margin-bottom: 9px;
}
.ins-compare .compare-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 100%;
  margin: 0 auto 16px;
}
.ins-compare .compare-item {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ins-compare .compare-item.is-recommend {
  border: 2px solid #2c8e51;
}
.ins-compare .compare-item-head {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ins-compare .compare-item-name {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0,0,0,0.87);
}
.ins-compare .compare-badge {
  background: #2c8e51;
  border-radius: 4px;
  padding: 0 6px;
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  line-height: 14px;
  display: inline-block;
}
.ins-compare .compare-item-price {
  font-size: 16px;
  font-weight: 600;
  color: #2c8e51;
}
.ins-compare .compare-item-price.is-gray {
  color: #8c8c8c;
}
.ins-compare .compare-note {
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
  color: #555;
  max-width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ins-compare {
    padding: 56px 40px;
  }
  .ins-compare .compare-ttl {
    max-width: 868px;
    margin: 0 auto 24px;
  }
  .ins-compare .compare-note {
    max-width: 868px;
  }
}
.ins-simulation {
  background: #f3fbed;
  padding: 24px 16px;
}
.ins-simulation .simulation-card {
  background: #fff;
  border: 1px solid #008700;
  border-radius: 12px;
  padding: 27px 14px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ins-simulation .simulation-ttl-wrap {
  text-align: center;
}
.ins-simulation .simulation-sub {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  color: rgba(0,0,0,0.87);
}
.ins-simulation .simulation-ttl {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  color: rgba(0,0,0,0.87);
  white-space: nowrap;
}
.ins-simulation .simulation-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ins-simulation .simulation-step-label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ins-simulation .simulation-step-badge {
  background: #008700;
  border-radius: 10px;
  padding: 0 8px;
  height: 20px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.ins-simulation .simulation-step-name {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0,0,0,0.87);
  white-space: nowrap;
}
.ins-simulation .simulation-step-value-wrap {
  background: #fff;
  border: 1px solid #e2e1df;
  border-radius: 4px;
  padding: 4px 8px;
  color: #8c8c8c;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 108px;
}
.ins-simulation .simulation-step-value-input {
  width: 88px;
  border: 0;
  padding: 0;
  background: transparent;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #212121;
  text-align: right;
}
.ins-simulation .simulation-step-value-input::placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.ins-simulation .simulation-step-value-input:focus {
  outline: none;
}
.ins-simulation .simulation-step-value-unit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #8c8c8c;
}
.ins-simulation .simulation-step-value-input.is-entered + .simulation-step-value-unit {
  color: #212121;
}
.ins-simulation .simulation-slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ins-simulation .simulation-slider-note {
  font-size: 12px;
  font-weight: 600;
  color: #008700;
  text-align: center;
}
.ins-simulation .simulation-slider-bar {
  background: #f0fff6;
  border-radius: 8px;
  padding: 12px 16px 10px;
}
.ins-simulation .simulation-slider-range {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: rgba(0,0,0,0.38);
  margin-top: 4px;
}
.ins-simulation .simulation-slider-current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ins-simulation .simulation-slider-label {
  font-size: 12px;
  font-weight: 600;
  color: #212121;
  white-space: nowrap;
}
.ins-simulation .simulation-slider-amount {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  white-space: nowrap;
}
.ins-simulation .simulation-slider-control {
  position: relative;
  margin-top: 8px;
}
.ins-simulation .simulation-slider-input {
  --simulation-progress: 25%;
  display: block;
  width: 100%;
  height: 12px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.ins-simulation .simulation-slider-input:focus {
  outline: none;
}
.ins-simulation .simulation-slider-input::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2c8e51 0%, #2c8e51 var(--simulation-progress), #b9edce var(--simulation-progress), #b9edce 100%);
}
.ins-simulation .simulation-slider-input::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  background: #008700;
  border: 0;
  border-radius: 50%;
}
.ins-simulation .simulation-slider-input::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: #b9edce;
}
.ins-simulation .simulation-slider-input::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #008700;
  border: 0;
  border-radius: 50%;
}
.ins-simulation .simulation-result {
  background: #fff9e6;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ins-simulation .simulation-result-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(0,0,0,0.87);
}
.ins-simulation .simulation-result-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.ins-simulation .simulation-result-num {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #ff823e;
}
.ins-simulation .simulation-result-unit {
  font-size: 20px;
  font-weight: 600;
  color: #ff823e;
}
.ins-simulation .simulation-result-note {
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  color: rgba(0,0,0,0.6);
  text-align: left;
}
@media screen and (max-width: 340px) {
  .ins-simulation {
    padding: 24px 12px;
  }
  .ins-simulation .simulation-card {
    padding: 27px 14px;
  }
  .ins-simulation .simulation-step-label {
    gap: 4px;
  }
  .ins-simulation .simulation-step-badge {
    padding: 0 6px;
    font-size: 9px;
  }
  .ins-simulation .simulation-step-name {
    font-size: 12px;
    white-space: nowrap;
  }
  .ins-simulation .simulation-step-value-wrap {
    padding: 4px 8px;
    min-width: 98px;
  }
  .ins-simulation .simulation-step-value-input {
    width: 80px;
    font-size: 16px;
  }
  .ins-simulation .simulation-step-value-unit {
    font-size: 16px;
  }
  .ins-simulation .simulation-slider-label {
    font-size: 11px;
  }
  .ins-simulation .simulation-slider-amount {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .ins-simulation .simulation-card {
    max-width: 335px;
  }
}
.ins-service {
  background: #fff;
  padding: 24px;
  overflow: hidden;
}
.ins-service .service-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ins-service .service-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #141414;
  text-align: center;
}
.ins-service .service-body {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ins-service .service-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
}
.ins-service .service-logos .service-logo-recruit-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins-service .service-logos .service-logo-recruit-wrap .service-logo-recruit {
  width: 97.483px;
  height: 35.335px;
  display: block;
}
.ins-service .service-logos .service-logo-sep {
  width: 12.027px;
  height: 12.027px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins-service .service-logos .service-logo-sep img {
  width: 100%;
  height: 100%;
  display: block;
}
.ins-service .service-logos .service-logo-mufg-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins-service .service-logos .service-logo-mufg-wrap .service-logo-mufg {
  width: 83px;
  height: 43px;
  display: block;
}
.ins-service .service-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #555;
  word-break: normal;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .ins-service {
    padding: 40px 48px;
  }
  .ins-service .service-inner {
    margin: 0 auto;
  }
}
.ins-faq {
  background: #f5f5f5;
  padding: 24px;
  overflow: hidden;
}
.ins-faq .faq-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ins-faq .faq-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #141414;
  text-align: center;
}
.ins-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.ins-faq .faq-item {
  position: relative;
}
.ins-faq .faq-check {
  display: none;
}
.ins-faq .faq-question {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: border-radius 0s 0.4s;
}
.ins-faq .faq-q-label {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #008700;
  flex-shrink: 0;
  width: 15px;
  text-align: center;
}
.ins-faq .faq-q-text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #555;
}
.ins-faq .faq-q-arrow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ins-faq .faq-q-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.3s ease, margin-top 0.3s ease;
}
.ins-faq .faq-answer {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 0 16px;
  margin-top: 0px;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  transition: max-height 0.4s ease, gap 0.4s ease, margin-top 0.4s ease;
}
.ins-faq .faq-a-label {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #008700;
  flex-shrink: 0;
  width: 15px;
  padding: 0;
  margin-right: 8px;
  text-align: center;
}
.ins-faq .faq-a-text {
  flex: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #555;
}
.ins-faq .faq-check:checked ~ .faq-question {
  border-radius: 12px 12px 0 0;
  transition: border-radius 0s;
}
.ins-faq .faq-check:checked ~ .faq-question .faq-q-arrow::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}
.ins-faq .faq-check:checked ~ .faq-answer {
  max-height: 240px;
  padding: 0 16px 16px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .ins-faq {
    padding: 40px 48px;
  }
  .ins-faq .faq-inner {
    margin: 0 auto;
  }
}
.ins-condition {
  background: #fff;
  padding: 24px;
  overflow: hidden;
}
.ins-condition .condition-inner {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ins-condition .condition-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #141414;
  text-align: center;
}
.ins-condition .condition-table {
  display: flex;
  flex-direction: column;
}
.ins-condition .condition-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
.ins-condition .condition-row .condition-label {
  flex: 1;
}
.ins-condition .condition-row .condition-value {
  flex: 1;
  text-align: right;
  line-height: 1.5;
}
.ins-condition .condition-notice {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  color: #555;
}
.ins-condition .condition-company {
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  color: #555;
}
@media screen and (min-width: 768px) {
  .ins-condition {
    padding: 40px 48px;
  }
  .ins-condition .condition-inner {
    max-width: 868px;
    margin: 0 auto;
  }
}
.modal-check {
  display: none;
}
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal-check:checked ~ .modal-overlay {
  display: flex;
}
.modal-inner {
  background: #fff;
  border-radius: 5px;
  padding: 32px 20px;
  width: 100%;
  max-width: 327px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.modal-close {
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 20px;
  color: #008700;
  cursor: pointer;
  line-height: 1;
  display: block;
  background: none;
  border: none;
}
.modal-ttl {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  color: #008700;
  text-align: center;
  width: calc(100% + 16px);
  max-width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
}
.modal-img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.modal-img-wrap .modal-img {
  display: block;
  width: 180px;
  height: auto;
}
.modal-app-btn {
  display: block;
  width: 100%;
  background: #008700;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
}
.ins-cta {
  background: #fff;
  padding: 16px 24px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 470px;
  z-index: 100;
  border: none;
  outline: none;
  box-shadow: 0 0 0 1px #fff;
}
.ins-cta .cta-btn {
  display: block;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  background: #008700;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
}
.ins-cta .cta-btn:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .ins-cta {
    padding: 24px;
  }
}
