@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .jcc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-white{
  background: #ffffff;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-soft{
  background: linear-gradient(180deg, #fbf8f2 0%, #f7fafc 100%);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(204, 43, 50, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(204, 43, 50, 0.09), rgba(240, 174, 56, 0.14));
  color: #9d2028;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.02em;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
  margin: 0;
  color: #151c2f;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6475;
  font-weight: 450;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid rgba(28, 38, 58, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(26, 36, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card::before, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(204, 43, 50, 0.12), rgba(240, 174, 56, 0.11), rgba(26, 96, 161, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card:hover, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(204, 43, 50, 0.2);
  box-shadow: 0 24px 54px rgba(26, 36, 58, 0.12);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card:hover::before, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card h3{
  position: relative;
  margin: 0;
  color: #182033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6575;
  font-weight: 430;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #cc2b32 0%, #f0ae38 100%);
  box-shadow: 0 12px 26px rgba(204, 43, 50, 0.22);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon::after{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-yen::after{
  content: "¥";
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-rate::after{
  content: "%";
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-travel::after{
  content: "JP";
  font-size: 13px;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-shop::after{
  content: "¥";
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-work::after{
  content: "FX";
  font-size: 13px;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-icon-simple::after{
  content: "↔";
}.tc-wp-content-root .jcc-editorial-wrap .jcc-mini-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff4df;
  color: #9d2028;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(204, 43, 50, 0.13);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf2 100%);
  box-shadow: 0 18px 46px rgba(32, 43, 66, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card::after{
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #cc2b32, #f0ae38);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(32, 43, 66, 0.12);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #151c2f;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(21, 28, 47, 0.18);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-step-content{
  min-width: 0;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(204, 43, 50, 0.12), rgba(240, 174, 56, 0.22));
}.tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #cc2b32;
  border-bottom: 3px solid #cc2b32;
  transform: rotate(42deg);
}.tc-wp-content-root .jcc-editorial-wrap .jcc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .jcc-editorial-wrap .jcc-reveal.jcc-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
    padding: 48px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 14px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 16px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
    padding: 54px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 18px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 18px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
    padding: 62px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 20px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
    padding: 76px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 30px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    gap: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-grid-six, .tc-wp-content-root .jcc-editorial-wrap .jcc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .jcc-editorial-wrap .jcc-section{
    padding: 92px 0;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-container{
    padding: 0 32px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card-grid{
    gap: 24px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-grid-six, .tc-wp-content-root .jcc-editorial-wrap .jcc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card h3, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-benefit-card p, .tc-wp-content-root .jcc-editorial-wrap .jcc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-steps{
    gap: 22px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .jcc-editorial-wrap .jcc-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}