@charset "utf-8";
/*! gaikaexlp_master.css */
/* NOTE：First View のスタイルは headタグ内に記述。 */

/* module
============================================================== */
/* icon ---------------- */
/* pair */
.iconPair {
  display: block;
  aspect-ratio: 3/1;
  max-width: 320px;
  background-repeat: no-repeat;
  background-position: left 0 top 0, right 0 top 0;
  background-size: auto 100%;
  overflow: hidden;
  text-indent: 200%;
  text-align-last: left;
}

.iconPair.usdjpy {
  background-image: url(/lp/gaikaex/common_fx/images/icon_flag_us.svg),
                    url(/lp/gaikaex/common_fx/images/icon_flag_jp.svg);
}
.iconPair.audjpy {
  background-image: url(/lp/gaikaex/common_fx/images/icon_flag_au.svg),
                    url(/lp/gaikaex/common_fx/images/icon_flag_jp.svg);
}
.iconPair.nzdjpy {
  background-image: url(/lp/gaikaex/common_fx/images/icon_flag_nz.svg),
                    url(/lp/gaikaex/common_fx/images/icon_flag_jp.svg);
}
.iconPair.tryjpy {
  background-image: url(/lp/gaikaex/common_fx/images/icon_flag_tr.svg),
                    url(/lp/gaikaex/common_fx/images/icon_flag_jp.svg);
}
.iconPair.mxnjpy {
  background-image: url(/lp/gaikaex/common_fx/images/icon_flag_mx.svg),
                    url(/lp/gaikaex/common_fx/images/icon_flag_jp.svg);
}
.iconPair.zarjpy {
  background-image: url(/lp/gaikaex/common_fx/images/icon_flag_za.svg),
                    url(/lp/gaikaex/common_fx/images/icon_flag_jp.svg);
}
.iconPair.eurjpy {
  background-image: url(/lp/gaikaex/common_fx/images/icon_flag_eu.svg),
                    url(/lp/gaikaex/common_fx/images/icon_flag_jp.svg);
}
.iconPair.gbpjpy {
  background-image: url(/lp/gaikaex/common_fx/images/icon_flag_gb.svg),
                    url(/lp/gaikaex/common_fx/images/icon_flag_jp.svg);
}
.iconPair.eurusd {
  background-image: url(/lp/gaikaex/common_fx/images/icon_flag_eu.svg),
                    url(/lp/gaikaex/common_fx/images/icon_flag_us.svg);
}


/* point
============================================================== */
[id="point"] {
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  [id="point"] {
    margin-top: 32px;
  }
}
@media (min-width: 641px) {
  [id="point"] {
    margin-top: 96px;
  }
}


/* pointCommon ------------------------------------ */
.pointSect {
  overflow: hidden;
  background: var(--sect-bg);
  color: #1d476e;
}

.pointTtl {
  max-width: 706px;
  margin: 0 auto;
  color: var(--ttl-color);
  font-family: var(--ff-din-narrow-set);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.pointTtl img {
  display: block;
  max-width: 380px;
  margin: 0 auto;
}

.pointRead {
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

@media (max-width: 640px) {
  .pointSect {
    padding: 64px calc(16 / 360 * 100vw);
  }

  .pointTtl {
    font-size: 3.8rem;
  }
  .pointTtl img {
    width: calc(160 / 360 * 100vw);
    margin-bottom: 24px;
  }

  .pointRead {
    margin-top: 32px;
    margin-bottom: 42px;
    font-size: 1.8rem;
  }

  /* CTA */
  .pointSect .btnCta {
    margin-inline: calc(16 / 360 * -100vw);;
  }
}
@media (min-width: 641px) {
  .pointSect {
    padding: 96px clamp(16px, calc(100 / 1300 * 100vw), 100px);
  }
  .pointTtl {
    font-size: clamp(3.8rem, calc(72 / 1100 * 100vw), 7.2rem);
  }
  .pointTtl img {
    width: clamp(1.8rem, calc(380 / 1100 * 100vw), 380px);
    margin-bottom: 48px;
  }

  .pointRead {
    margin-top: 64px;
    font-size: clamp(1.8rem, calc(32 / 1100 * 100vw), 3.2rem);
  }
}


/* point1(trade) ------------------------------------ */
[id="trade"] {
  --sect-bg: #ffeed7;
  --ttl-color: #ff8800;
}

.tradeFigure {
  display: grid;
  max-width: 1100px;
  margin: 0 auto;
}
.tradeFigure > div {
  padding: calc(27.3 / 460 * 100%) calc(47.3 / 460 * 100%) 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/lp/gaikaex/common_fx/images/trade_bg@2x.webp);
}

.tradeCost {
  max-width: 1100px;
  margin: 0 auto;
}

.tradeCost h3 {
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: bold;
  text-align: center;
}

.tradeCostList {
  border-radius: 16px;
  background: #fff;
}
.tradeCostList ul {
  display: grid;
}
.tradeCostList li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  list-style: none;
  margin: 0;
  padding-left: 1.625em;
  line-height: 1.125;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.tradeCostList li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1.125em;
  aspect-ratio: 1/1;
  background-size: contain;
  background: var(--ttl-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(/lp/gaikaex/common_fx/images/icon_check.svg);
  mask-image: url(/lp/gaikaex/common_fx/images/icon_check.svg);

  content: "";
}
.tradeCostList li sup {
  margin-left: 0.5em;
  font-size: 0.5em;
}
.tradeCostList p {
  margin: 0 auto;
  font-family: var(--ff-din-narrow-set);
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.tradeCostList p span {
  display: inline-block;
  transform: translateY(-12%);
  font-size: 0.2112em;
  font-weight: bold;
}

.tradeCostNote {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .tradeFigure {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }

  .tradeCost {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .tradeCost h3 {
    font-size: 2.4rem;
  }

  .tradeCostList {
    margin-top: 16px;
    padding: calc(24 / 328 * 100vw) calc(60 / 328 * 100vw);
  }
  .tradeCostList ul {
    grid-template-columns: 1fr;
    gap: 16px;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .tradeCostList li:nth-child(1) {
    order: 1;
  }
  .tradeCostList li:nth-child(2) {
    order: 4;
  }
  .tradeCostList li:nth-child(3) {
    order: 2;
  }
  .tradeCostList li:nth-child(4) {
    order: 5;
  }
  .tradeCostList li:nth-child(5) {
    order: 3;
  }
  .tradeCostList li:nth-child(6) {
    order: 6;
  }
  .tradeCostList p {
    font-size: 25rem;
    line-height: 0.8;
  }
}
@media (min-width: 641px) {
  .tradeFigure {
    grid-template-columns: calc(460 / 1100 * 100%) 1fr;
    align-items: center;
    margin-top: 64px;
  }
  .tradeFigure > div {
    order: -1;
  }

  .tradeCost {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .tradeCost h3 {
    font-size: 2.4rem;
    font-size: clamp(2.4rem, calc(40 / 1100 * 100vw), 4rem);
  }

  .tradeCostList {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr calc(250 / (1100 - 120) * 100%);
    margin-top: 20px;
    padding: calc(40 / 1100 * 100%) calc(60 / 1100 * 100%);
  }
  .tradeCostList ul {
    grid-template-columns: 1fr 1fr;
    gap: 40px 26px;
    gap: clamp(26px, calc(40 / (1100 - 120) * 100%), 40px) clamp(8px, calc(26 / (1100 - 120) * 100%), 26px);
    font-size: 3.2rem;
    font-size: clamp(1.8rem, calc(32 / 1300 * 100vw), 3.2rem);
  }
  .tradeCostList p {
    padding: 28px 0 20px;
    font-size: clamp(25rem, calc(367.6 / 1100 * 100vw), 36.76rem);
    line-height: 0.5;
  }
}


/* point2(tool) ------------------------------------ */
[id="tool"] {
  --sect-bg: #ebedff;
  --ttl-color: #3a45a8;
}

.toolFigure {
  max-width: 720px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-image: url(/lp/gaikaex/common_fx/images/tool_bg@2x.webp);
  background-blend-mode: multiply;
}

/* Require: slick.css,slick-theme.css */
[id="tool"] .toolSlider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  border-radius: 16px;
  background-image: linear-gradient(to bottom, #d7dbff, #cdd2ff, #d7dbff);
}

[id="tool"] .toolSliderItem.slick-slide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.toolSliderItem h3,
.toolSliderItem p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.toolSliderItem h3 {
  font-weight: bold;
  text-align: center;
}

.toolSliderItem figure {
  order: -1;
  display: block;
}
.toolSliderItem figure img {
  display: block;
  border-radius: 16px;
}

@media (max-width: 640px) {
  [id="tool"] .toolSlider {
    margin-inline: calc(16 / 360 * -100vw);
    margin-bottom: 48px;
    padding: 32px 0 0;
  }
  .toolSliderItem.slick-slide {
    margin: 0 16px;
    margin: 0 8px;
    color: transparent;
    transition: color 0.6s ease;
  }
  .toolSliderItem.slick-current {
    color: #1d476e;
  }

  .toolFigure {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .toolSlider {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .toolSliderItem h3 {
    font-size: 2.8rem;
  }
  .toolSliderItem p {
    font-size: 1.4rem;
    text-align: center;
  }

  .toolSlider .slick-dots {
    position: static;
    margin: 0;
    padding: 32px 0;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 0;
  }
  .slick-dots li button::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    content: "";
    background: #fff;
    opacity: 1;
  }
  .slick-dots li.slick-active button::before {
    background: #1d476e;
    opacity: 1;
  }

  .toolSlider .slick-prev,
  .toolSlider .slick-next {
    top: auto;
    right: auto;
    bottom: 32px;
    width: 20px;
    height: 20px;
    margin: 0;
    overflow: hidden;
    text-indent: 200%;
    transform: none;
  }
  .toolSlider .slick-prev {
    left: 24px;
  }
  .toolSlider .slick-next {
    right: 24px;
  }
  .toolSlider .slick-prev::before,
  .toolSlider .slick-next::before {
    opacity: 1;
    display: block;
    aspect-ratio: 1/1;
    background: #1d476e;
    content: "";

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(/lp/gaikaex/common_fx/images/icon_caret_arrow.svg);
    mask-image: url(/lp/gaikaex/common_fx/images/icon_caret_arrow.svg);
  }
  .toolSlider .slick-prev::before {
    transform: rotate(180deg);
  }



}
@media (min-width: 641px) {
  .toolFigure {
    margin-top: 64px;
  }

  [id="tool"] .toolSlider {
    padding: 40px clamp(4px, calc(16 / 1100 * 100%), 16px);
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .toolSliderItem {
    margin-inline: clamp(4px, calc(8 / 1100 * 100%), 8px);
  }
  .toolSliderItem h3 {
    padding-inline: clamp(4px, calc(16 / 340 * 100%), 16px);
    font-size: clamp(2.4rem, calc(32 / 1100 * 100vw), 3.2rem);
  }
  .toolSliderItem p {
    padding-inline: clamp(4px, calc(16 / 340 * 100%), 16px);
    font-size: clamp(1.4rem, calc(18 / 1100 * 100vw), 1.8rem);
  }
}


/* point3(swap) ------------------------------------ */
[id="swap"] {
  --sect-bg: #ffddd6;
  --ttl-color: #e95e41;
}

.swapMinkabu {
  margin: 0 auto;
  text-align: center;
}
.swapMinkabu dt {
  max-width: 516px;
  margin: 0 auto;
}

.swapList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  font-family: var(--ff-din-narrow-set);
}
.swapList li {
  display: block;
  list-style: none;
  background: #fff;
  line-height: 1;
}
.swapList li:nth-child(1) {
  border-top-left-radius: 16px;
}
.swapList li:nth-child(2) {
  border-top-right-radius: 16px;
}
.swapList li:nth-last-child(2) {
  border-bottom-left-radius: 16px;
}
.swapList li:nth-last-child(1) {
  border-bottom-right-radius: 16px;
}

.swapValue {
  white-space: nowrap;
}
.swapValue b {
  display: inline-block;
  font-weight: normal;
  line-height: 0.8;
}

.swapNote {
  max-width: 1100px;
  margin: 16px auto;
  font-size: 1.2rem;
}

@media (max-width: 640px) {
  .swapMinkabu {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  .swapMinkabu dd {
    margin-top: 16px;
    font-size: 1.6rem;
  }

  .swapList {
    gap: 4px;
    margin-top: 32px;
  }
  .swapList li {
    padding: calc(15 / 360 * 100vw) calc(12 / 360 * 100vw);
    text-align: center;
  }
  .swapPair {
    font-size: 1.4rem;
  }
  .swapPair i {
    margin-bottom: 9px;
  }
  .swapValue {
    margin-top: 9px;
    font-size: clamp(1.6rem, calc(16 / 360 * 100vw), 3.2rem);
  }
  .swapValue b {
    font-size: 4.25em;
  }

  .swapNote {
    margin-bottom: 48px;
  }
}
@media (min-width: 641px) {
  .swapMinkabu {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  .swapMinkabu dd {
    margin-top: 24px;
    font-size: clamp(1.6rem, calc(28 / 1100 * 100vw), 2.8rem);
  }
  .swapList {
    gap: 8px;
    margin-top: 64px;
  }
  .swapList li {
    display: grid;
    grid-template-columns: calc(172 / (546 - 80) * 100%) 1fr;
    gap: calc(16 / 256 *100%);
    padding-top: clamp(20px, calc(42 / 1100 * 100vw), 42px);
    padding-bottom: clamp(20px, calc(38 / 1100 * 100vw), 38px);
    padding-inline: clamp(20px, calc(40 / 1100 * 100vw), 40px);
    text-align: center;
  }
  .swapList li .swapPair span {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  .swapPair {
    display: grid;
    font-size: clamp(1.4rem, calc(20 / 1100 * 100vw), 2rem);
  }
  .swapPair i {
    margin-bottom: auto;
  }
  .swapValue {
    font-size: clamp(1.6rem, calc(32 / 1100 * 100vw), 3.2rem);
    text-align: left;
  }
  .swapValue b {
    font-size: 4.375em;
    line-height: 0.65;
  }

  .swapNote {
    margin-bottom: 48px;
  }
}




/* point4(cost) ------------------------------------ */
[id="cost"] {
  --sect-bg: #bbe2e8;
  --ttl-color: #3298a8;
}

.costSpread {
  display: grid;
  width: fit-content;
  width: 100%;
  max-width: 712px;
  margin: 0 auto;
}
.costSpread .costPair {
  display: grid;
  line-height: 1.3;
}
.costSpread .costPair i {
  align-self: center;
  grid-row:  1/ 3;
}
.costSpread .costPair small {
  display: block;
}
.costSpread .costValue {
  order: -1;
  margin: 0 auto;
  font-weight: bold;
}
.costSpread .costValue b {
  font-family: var(--ff-din-narrow-set);
  display: inline-block;
  font-weight: 600;
}

.costList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  font-family: var(--ff-din-narrow-set);
}
.costList li {
  display: block;
  list-style: none;
  background: #fff;
  line-height: 1;
}
.costList li:nth-child(1) {
  border-top-left-radius: 16px;
}
.costList li:nth-child(3) {
  border-top-right-radius: 16px;
}
.costList li:nth-last-child(3) {
  border-bottom-left-radius: 16px;
}
.costList li:nth-last-child(1) {
  border-bottom-right-radius: 16px;
}
.costList .costValue {
  font-family: var(--ff-noto-set);
}
.costList .costValue b {
  display: inline-block;
  font-weight: normal;
  font-family: var(--ff-din-narrow-set);
}

.costNote {
  max-width: 1100px;
  margin: 0 auto;
  font-family: var(--ff-noto-set);
}
.costNote p {
  margin-top: 16px;
}
.costNote small {
  display: block;
  margin-top: 16px;
  font-size: 1.2rem;
}

@media (max-width: 640px) {
  .costSpread {
    margin-top: 24px;
  }
  .costSpread .costValue {
    font-size: 5.8rem;
  }
  .costSpread .costValue b {
    font-size: 3.1035em;
    line-height: 0.5;
  }
  .costSpread .costPair {
    width: 100%;
    margin: 16px auto 0;
    max-width: 274px;
    grid-template-columns: calc(134 / 360 * 100%) 1fr;
    grid-template-rows: repeat(2, auto);
    gap: calc(16 / 360 * 100%);
    font-size: clamp(1rem, calc(26 / 360 * 100vw), 2.6rem);
    /* font-size: 2.6rem; */
    font-weight: bold;
  }
  .costSpread .costPair i {
  }
  .costSpread .costPair small {
    font-size: 1.3rem;
  }

  .costList {
    gap: 4px;
    margin-top: 32px;
  }
  .costList li {
    padding: calc(12 / 360 * 100vw) calc(6 / 360 * 100vw);
    text-align: center;
  }
  .costList .costPair {
    font-size: 1.1rem;
  }
  .costList .costPair i {
    margin-bottom: 9px;
  }
  .costList .costValue {
    margin-top: 9px;
    font-size: clamp(1.6rem, calc(16 / 360 * 100vw), 3.2rem);
  }
  .costList .costValue b {
    font-size: 4.25em;
    line-height: 0.8;
  }

  .costNote {
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
}
@media (min-width: 641px) {
  .costSpread {
    margin-top: 72px;
  }
  .costSpread .costValue {
    font-size: clamp(5.8rem, calc(116 / 1100 * 100vw), 11.6rem);
  }
  .costSpread .costValue b {
    font-size: 3.1035em;
    line-height: 0.5;
  }
  .costSpread .costPair {
    grid-template-columns: calc(336 / 712 * 100%) 1fr;
    grid-template-rows: repeat(2, auto);
    gap: calc(40 / 712 * 100%);
    margin-top: 16px;
    font-weight: bold;
    font-size: clamp(2.6rem, calc(66 / 1100 * 100vw), 6.6rem);
  }
  .costSpread .costPair i {
  }
  .costSpread .costPair small {
    font-size: clamp(1.3rem, calc(32 / 1100 * 100vw), 3.2rem);
  }

  .costList {
    gap: 8px;
    margin-top: 64px;
  }
  .costList li {
    padding-block: clamp(16px, calc(24 / 1100 * 100vw), 24px);
    padding-inline: clamp(20px, calc(40 / 1100 * 100vw), 40px);
    text-align: center;
  }
  .costList .costPair {
    display: grid;
    font-size: clamp(1.4rem, calc(20 / 1100 * 100vw), 2rem);
  }
  .costList .costPair i {
    width: clamp(48px, calc(172 / 1100 * 100vw), 172px);
    margin: 0 auto 16px;
  }
  .costList .costValue {
    margin-top: 12px;
    font-size: clamp(1.6rem, calc(16 / 360 * 100vw), 3.2rem);
  }
  .costList .costValue b {
    font-size: 4.375em;
    line-height: 0.65;
    letter-spacing: -0.02em;
  }

  .costNote {
    margin-bottom: 48px;
    font-size: 1.4rem;
  }
}



/* support
============================================================== */
[id="support"] {
  display: block;
  margin: 0 auto;
  background: #ebe8e3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
[id="support"] h2 {
  margin: 0 auto;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.supportItem {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  [id="support"] {
    padding: 64px 0 0;
    background-image: url(/lp/gaikaex/common_fx/images/support_bg_sp@2x.webp);
  }
  [id="support"] h2 {
    font-size: 3.8rem;
  }

  .supportItem {
    gap: 6px;
    margin-top: 20px;
    padding-inline: calc(30 / 360 * 100%);
  }
}
@media (min-width: 641px) {
  [id="support"] {
    padding: 96px 0 0;
    background-image: url(/lp/gaikaex/common_fx/images/support_bg_pc@2x.webp);
  }
  [id="support"] h2 {
    font-size: clamp(3.8rem, calc(72 / 1300 * 100vw), 7.2rem);
  }

  .supportItem {
    align-items: center;
    grid-template-columns: calc(404 / 814 * 100%) 1fr;
    margin-top: 10px;
    padding-inline: calc((1200 - 814) / 2 * 1px);
  }
}


/* safety
============================================================== */
[id="safety"] {
  margin: 0 auto;
  background: #fff;
  color: #1d476e;
  text-align: center;
}
[id="safety"] h2 {
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.12em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.safetyRead {
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

@media (max-width: 640px) {
  [id="safety"] {
    padding: 64px calc(16 / 360 * 100vw);
  }
  [id="safety"] h2 {
    margin-bottom: 32px;
    font-size: 3.8rem;
  }
  .safetyRead {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media (min-width: 641px) {
  [id="safety"] {
    padding: 96px 0;
  }
  [id="safety"] h2 {
    margin-bottom: 64px;
    font-size: clamp(3.8rem, calc(72 / 1300 * 100vw), 7.2rem);
  }
  .safetyRead {
    font-size: 2.4rem;
    font-size: clamp(1.6rem, calc(24 / 1300 * 100vw), 2.4rem);
    text-indent: 0.025em;
  }
}

.safetyFigure {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.safetyFigureItem {
  padding: calc(40 / 530 * 100%) calc(24 / 530 * 100%);
  border-radius: 16px;
  background: #eef2f6;
}
.safetyFigureItem dt {
  font-weight: bold;
}

@media (max-width: 640px) {
  .safetyFigure {
    grid-template-columns: 1fr;
    gap: 16.6px;
    margin-top: 32px;
  }
  .safetyFigureItem {
    font-size: 1.6rem;
  }
}
@media (min-width: 641px) {
  .safetyFigure {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(40 / 1100 * 100%);
    margin-top: 64px;
    padding-inline: 50px;
  }
  .safetyFigureItem {
    font-size: clamp(1.6rem, calc(32 / 1300 * 100vw), 3.2rem);
  }
}


/* step
============================================================== */
[id="step"] {
  background: #eef2f6;
  color: #1d476e;
  text-align: center;
}

[id="step"] h2 {
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.12em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
[id="step"] h2 b {
  display: inline-block;
  transform: translateY(5%);
  font-family: var(--ff-din-narrow-set);
  line-height: inherit;
}
[id="step"] h2 sup {
  display: inline-block;
  width: 0;
  font-size: 35.263%;
  text-indent: -0.25em;
}
[id="step"] h2 i {
  display: inline-block;
  font-style: normal;
  letter-spacing: -0.25em;
  text-indent: -0.25em;
}

[id="step"] h3 {
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

@media (max-width: 640px) {
  [id="step"] {
    padding-top: 68px;
    padding-bottom: 64px;
  }
  [id="step"] h2 {
    font-size: 3.8rem;
  }
  [id="step"] h2 b {
    font-size: 5.4rem;
  }
  [id="step"] h2 sup {
    font-size: 1.34rem;
    transform: translateY(-0.6em);
  }
  [id="step"] h3 {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
@media (min-width: 641px) {
  [id="step"] {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  [id="step"] h2 {
    font-size: clamp(3.8rem, calc(72 / 1300 * 100vw), 7.2rem);
  }
  [id="step"] h2 b {
    font-size: clamp(5.4rem, calc(93 / 1300 * 100vw), 9.3rem);
  }
  [id="step"] h2 sup {
    font-size: clamp(1.34rem, calc(14 / 1300 * 100vw), 1.4rem);
    transform: translateY(-0.6em);
  }
  [id="step"] h3 {
    margin-top: 48px;
    font-size: clamp(1.8rem, calc(32 / 1300 * 100vw), 3.2rem);
  }
}

/* flow */
.stepFlow {
  display: grid;
  margin: 0 auto;
  max-width: 1200px;
  counter-reset: number 0;
}

.stepFlowItem {
  position: relative;
  display: grid;
  border-radius: 16px;
  background-color: #fff;
}
.stepFlowItem::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  font-family: var(--ff-din-narrow-set);
  font-weight: bold;
  background-image: linear-gradient(305deg, #f80 6%, #939ada 30%, #ea8e7b 59%, #6cc1cf 83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  color: #f80;
  line-height: 1;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero); 
}
.stepFlowItem ~ .stepFlowItem::after {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  background: currentColor;
  content: "";

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(/lp/gaikaex/common_fx/images/icon_caret_arrow.svg);
  mask-image: url(/lp/gaikaex/common_fx/images/icon_caret_arrow.svg);
}
.stepFlowItem dt {
  display: block;
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: bold;
}
.stepFlowItem dd {
  order: -1;
  display: block;
  margin: 0 auto;
  padding: 0;
  aspect-ratio: 220/150;
}

.stepNote {
  margin: 0 auto;
  padding-inline: calc(14.4 / 360 * 100vw);
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}

@media (max-width: 640px) {
  .stepFlow {
    grid-template-columns: 1fr;
    gap: 68px;
    padding: 40px calc(14.4 / 360 * 100vw) 28px;
  }

  .stepFlowItem {
    grid-template-columns: calc(126.8 / 360 * 100vw) 1fr;
    gap: calc(16 / 360 * 100vw);
    padding: 24px calc(16 / 360 * 100vw);
  }
  .stepFlowItem::before {
      font-size: 4.6rem;
  }
  .stepFlowItem ~ .stepFlowItem::after {
    bottom: 100%;
    right: 50%;
    width: calc(28 / 331.2 * 100%);
    transform: rotate(90deg) translate(-75%, -50%);
  }
  .stepFlowItem dt {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    font-size: 1.8rem;
    text-align-last: left;
  }

  .stepNote {
    margin-bottom: 48px;
    text-align: left;
  }
}
@media (min-width: 641px) {
  .stepFlow {
    grid-template-columns: repeat(3, 1fr);
    gap: 5.8182%;
    padding: 48px 50px 24px;
  }

  .stepFlowItem {
    padding-block: 40px 30px;
  }
  .stepFlowItem::before {
      font-size: 6.4rem;
  }
  .stepFlowItem ~ .stepFlowItem::after {
    top: 50%;
    right: 100%;
    width: calc(28 / 324 * 100%);
    transform: translate(-50%, -50%);
  }
  .stepFlowItem dt {
    margin-block: 6px 10px;
    font-size: clamp(1.8rem, calc(20 / 1300 * 100vw), 2rem);
    text-indent: 0.025em;
  }
  .stepFlowItem dd {
    width: clamp(12.67rem, calc(220 / 1300 * 100vw), 22rem);
  }

  .stepNote {
    margin-bottom: 96px;
  }
}


/* CTA
============================================================== */
.btnCta {
  margin: 0 auto;
  max-width: 641px;
}

.btnCta .ctaLead {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.btnCta .ctaLead::before,
.btnCta .ctaLead::after {
  display: block;
  height: 1px;
  background: #1d476e;
  content: "";
}
.btnCta .ctaLead > p {
  display: block;
  margin: 0 12px;
  line-height: 1;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
}
.btnCta .ctaLead > p > em {
  color: #dc1c26;
  font-style: normal;
}
.btnCta .ctaLead > p b {
  display: inline-block;
  transform: translateY(4%);
  font-weight: normal;
}

@media (max-width: 640px) {
  .btnCta {
    padding-inline: calc(16 / 360 * 100%);
  }
  .btnCta .ctaLead {
    margin-top: 14px;
  }
  .btnCta .ctaLead::before,
  .btnCta .ctaLead::after {
    transform: translateY(2px);
    width: 32px;
  }
  .btnCta .ctaLead > p {
    font-size: 1.4rem;
  }
  .btnCta .ctaLead > p b {
    font-size: 2rem;
  }
}
@media (min-width: 641px) {
  .btnCta a {
    display: block;
    width: clamp(328px, calc(641 / 1300 * 100vw), 641px);
    margin: 0 auto;
  }
  .btnCta .ctaLead {
    margin-top: 30px;
  }
  .btnCta .ctaLead::before,
  .btnCta .ctaLead::after {
    transform: translateY(5px);
    width: 64px;
  }
  .btnCta .ctaLead > p {
    font-size: 2rem;
  }
  .btnCta .ctaLead > p b {
    font-size: 3.2rem;
  }
}

.cpArea {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .cpArea {
    width: clamp(288px, calc(328 / 360 * 100vw), 1100px);
    margin-top: 32px;
  }
}
@media (min-width: 641px) {
  .cpArea {
    width: clamp(300px, calc(1100 / 1300 * 100vw), 1100px);
    margin-top: 64px;
  }
}


/* footer
============================================================== */
[id="footer"] {
  display: block;
}

/* koukokukisai */
[id="footer"] .koukokukisai_lp {
  max-width: 1300px;
  margin: 0 auto;
  
}
[id="footer"] .koukokukisai_lp .txtWrap {
  line-height: 1.5;
}

.koukokukisai_lp .txtWrap p.ttl {
  margin-bottom: 16px;
}

@media (max-width: 640px) {
  [id="footer"] .koukokukisai_lp {
    padding: 52px calc(16 / 360 * 100%) 40px;
  }
  [id="footer"] .koukokukisai_lp .txtWrap {
    font-size: 1.2rem;
  }
  [id="footer"] .koukokukisai_lp .read + .ttl {
    margin-top: 10px;
  }
}
@media (min-width: 641px) {
  [id="footer"] .koukokukisai_lp {
    padding: 80px 50px 65px;
  }
  [id="footer"] .koukokukisai_lp .txtWrap {
    font-size: 1.4rem;
  }
  [id="footer"] .koukokukisai_lp .read + .ttl {
    margin-top: 18px;
  }
}

/* footer */
[id="footer"] .inline_footer {
  background-color: #000;
  border-image-source: linear-gradient(#000, #000);
  border-image-slice: fill 0;
  border-image-outset: 0 50vw;
}
[id="footer"] .inline_footer .inlineFooter .inlineFooterWrap .copy p p,
[id="footer"] .inline_footer .inlineFooter .inlineFooterWrap p {
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  [id="footer"] .inlineFooter {
    padding: 0 calc(16 / 360 * 100%);
  }
}
@media (min-width: 641px) {
  [id="footer"] .inlineFooter {
    max-width: 1300px;
    padding: 10px 50px;
  }
}


/* topBtn */
#topBtn {
  display: block;
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
  color: #fff;
  background-repeat: no-repeat;
  background-image: linear-gradient(136deg, #f80 5%, #ea8e7b 43%, #6cc1cf 84%);
  background-size: contain;
  border-radius: 50%;
  transition: all ease 0.3s;
}
#topBtn::after {
  display: block;
  margin: 20px auto;
  width: 20px;
  height: 20px;
  content: "";
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transition: .5s;
  transform: rotate(315deg);
}

@media (hover: hover) {
  #topBtn:hover {
    filter: brightness(112%);
  }
}

@media screen and (max-width: 640px) {
  #topBtn {
    width: 36px;
    height: 36px;
    bottom: 20px;
    right: 20px;
  }
  #topBtn::after {
    margin: 13px auto;
    width: 15px;
    height: 15px;
  }
}


/* animation 
============================================================== */
/* all */
.animate{
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
  transform: translate(0, 50px);}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.float01 {
  animation: float01 3s infinite ease-in-out .8s alternate;
  transition: 1.5s;
}

@keyframes float01 {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(0, -12px);
  }
  100% {
    transform:translate(0, 0);
  }
}
