@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.pointSect * {
  margin: 0;
  padding: 0;
}
.indent {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
[class$="Note"] {
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
}
img, svg {
  /* width: 100%;
  max-width: 100%; */
  height: auto;
  line-height: 1;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}



/* Font ------------------------------------ */
:root {
  --ff-din-set: "din-2014", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  --ff-din-narrow-set: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  --ff-noto-set: 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
}



/* MV ------------------------------------ */
#topMV .notice {
  font-size: 12px;
  line-height: 1.5;
  color: #808080;
  max-width: 1200px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  #topMV .notice {
    margin: 32px auto 0;
    padding-inline: calc(16 / 360 * 100%);
  }
}



/* ボタン ------------------------------------ */
.Corp_btnType02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
  padding: 16px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: none;
  background: #1D476E;
}



/* CTA ------------------------------------ */
.btnCta {
  margin: 0 auto;
  max-width: 641px;
}
.btnCta img{
  width: 100%;
  max-width: 100%;
}
.btnCta .ctaLead {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--ff-din-set);
}
.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.05em;
  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;
}
.btnCta a:hover {
  opacity: 1;
  filter: brightness(1.5);
  transition: filter 0.3s ease;
}

@media (max-width: 767px) {
  .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: clamp(0.875rem, calc(14 / 1300 * 100vw), 2rem);
  }
  .btnCta .ctaLead > p b {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .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: 1.75rem;
  }
  .btnCta .ctaLead > p b {
    font-size: 2.5rem;
  }
}



/* H2 ------------------------------------ */
.container .containerInner .Corp_Ttl_02 {
  margin-bottom: 48px;
}
.container .containerInner .Corp_Ttl_02 h2 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  color: #1D476E;
}
.container .containerInner .Corp_Ttl_02 h2::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .container .containerInner .Corp_Ttl_02 {
    margin-bottom: 32px;
  }
  .container .containerInner .Corp_Ttl_02 h2 {
    font-size: 32px;
  }
  .container .containerInner .Corp_Ttl_02 h2::before {
    display: none;
  }
}



/* アンカーリンク ------------------------------------ */
#pointArea {
  text-align: center;
}
#contents #pointArea .container .containerInner {
  padding: 0;
}
#pointArea .anchorTtl {
  margin: 32px 0;
}
#pointArea .anchorList {
  display: grid;
  grid-template-columns: repeat(4, 204px);
  justify-content: center;
  gap:24px;
  width: 100%;
  max-width: 890px;
}
#pointArea .anchorList .anchorLink {
  border-radius: 16px;
}
#pointArea .anchorList .anchorLink a {
  color: #1D476E;
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  width: 172px;
  padding: 24px 16px 66px;
  position: relative;
}
#pointArea .anchorList .anchorLink a img {
  margin-bottom: 20px;
}
#pointArea .anchorList .anchorLink a::after {
  position: absolute;
  bottom:24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 16px;
  height: 18px;
  aspect-ratio: 1/1;
  background-size: contain;
  -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(/images/icon_anchor_arow.svg);
  mask-image: url(/images/icon_anchor_arow.svg);
  content: "";
}
#pointArea .anchorList .anchorLink.point1 a::after {
  background: #FF8800;
}
#pointArea .anchorList .anchorLink.point2 a::after {
  background: #3A45A8;
}
#pointArea .anchorList .anchorLink.point3 a::after {
  background: #E95E41;
}
#pointArea .anchorList .anchorLink.point4 a::after {
  background: #3298A8;
}
#pointArea .anchorList .anchorLink.point1 {
  background-color: #FFEED7;
}
#pointArea .anchorList .anchorLink.point2 {
  background-color: #EBEDFF;
}
#pointArea .anchorList .anchorLink.point3 {
  background-color: #FFDDD6;
}
#pointArea .anchorList .anchorLink.point4 {
  background-color: #BBE2E8;
}
@media screen and (max-width: 922px) {
  #pointArea .anchorList {
    grid-template-columns: repeat(2, 204px);
  }
}
@media screen and (max-width: 767px) {
  #pointArea .anchorTtl {
    margin: 24px 0;
  }
  #pointArea .anchorTtl img {
    max-width: 206px;
    max-height: 72px;
  }
  #pointArea .anchorList {
    max-width: 328px;
    margin: 0 auto;
    gap: 16px;
    grid-template-columns: repeat(2, 156px);
  }
  #pointArea .anchorList .anchorLink a {
    font-size: 16px;
    width: 124px;
    padding: 16px 16px 50px;
  }
  #pointArea .anchorList .anchorLink::after {
    bottom:16px;
  }
  #pointArea .anchorList .anchorLink a img {
    margin-bottom: 16px;
    max-width: 80px;
    max-height: 38px;
  }
}



/* icon ------------------------------------ */
/* pair */
.iconPair {
  display: block;
  aspect-ratio: 3/1;
  max-width: 264px;
  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(/images/icon_flag_us.svg),
                    url(/images/icon_flag_jp.svg);
}
.iconPair.audjpy {
  background-image: url(/images/icon_flag_au.svg),
                    url(/images/icon_flag_jp.svg);
}
.iconPair.nzdjpy {
  background-image: url(/images/icon_flag_nz.svg),
                    url(/images/icon_flag_jp.svg);
}
.iconPair.tryjpy {
  background-image: url(/images/icon_flag_tr.svg),
                    url(/images/icon_flag_jp.svg);
}
.iconPair.mxnjpy {
  background-image: url(/images/icon_flag_mx.svg),
                    url(/images/icon_flag_jp.svg);
}
.iconPair.zarjpy {
  background-image: url(/images/icon_flag_za.svg),
                    url(/images/icon_flag_jp.svg);
}
.iconPair.eurjpy {
  background-image: url(/images/icon_flag_eu.svg),
                    url(/images/icon_flag_jp.svg);
}
.iconPair.gbpjpy {
  background-image: url(/images/icon_flag_gb.svg),
                    url(/images/icon_flag_jp.svg);
}
.iconPair.eurusd {
  background-image: url(/images/icon_flag_eu.svg),
                    url(/images/icon_flag_us.svg);
}



/* 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.75;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .pointSect {
    padding: 64px calc(16 / 360 * 100vw);
  }
  .pointTtl {
    font-size: 2.375rem;
  }
  .pointTtl img {
    width: calc(160 / 360 * 100vw);
    height: 76px;
    margin-bottom: 24px;
  }
  .pointRead {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .pointSect {
    padding: 72px clamp(16px, calc(72 / 1300 * 100vw), 72px);
  }
  .pointTtl {
    font-size: clamp(2.5rem, calc(40 / 890 * 100vw), 2.5rem);
  }
  .pointTtl img {
    width: clamp(1.8rem, calc(240 / 890 * 100vw), 240px);
    margin-bottom: 32px;
  }
  .pointRead {
    margin-top: 48px;
    font-size: clamp(1.5rem, calc(24 / 890 * 100vw), 1.5rem);
  }
}



/* point1(cost) ------------------------------------ */
[id="cost"] {
  --sect-bg: #ffeed7;
  --ttl-color: #ff8800;
  font-family: var(--ff-din-set);
}
.costSpreadTtl {
  text-align: center;
}
.costSpread {
  display: grid;
  width: fit-content;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.costSpread .costValueWrap {
  background-image: url("/images/img_24hour_bg.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top -20px;
  margin: auto;
  text-align: center;
}
.costSpread .costPair {
  display: grid;
}
.costSpread .costPair i {
  align-self: center;
  grid-row:  1/ 3;
}
.costSpread .costPair small {
  display: block;
}
.costSpread .costSpreadNote {
  font-weight: 500;
}
.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: 890px;
  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: 890px;
  margin: 0 auto;
  font-family: var(--ff-noto-set);
}
.costNote p {
  margin-top: 16px;
}
.costNote small {
  display: block;
  margin-top: 16px;
  font-size: .75rem;
}
.costNote a {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  #cost {
    margin-top: 64px;
  }
  .costSpreadTtl {
    margin: -10px auto 0;
  }
  .costSpreadTtl img {
    width: 296px;
    height: 63px;
  }
  .costSpread {
    margin-top: 24px;
  }
  .costSpread .costValueWrap {
    width: 296px;
  }
  .costSpread .costValue {
    font-size: 3.625rem;
  }
  .costSpread .costValue b {
    font-size: 3.1035em;
    line-height: 0.5;
  }
  .costSpread .costPair {
    align-items: center; /* 垂直方向の中央 */
    margin: 16px auto 0;
    /* width: 274px; */
    width: 76.11111111111111vw;
    grid-template-columns: calc(134 / 274 * 100%) 1fr;
    grid-template-rows: repeat(2, auto);
    gap: calc(16 / 360 * 100%);
    font-size: clamp(1rem, calc(26 / 360 * 100vw), 2.6rem);
    font-weight: bold;
  }
  .costSpread .costPair span {
    grid-row: 1 / 3;
    align-self: center;
  }
  .costSpread .costPair small {
    font-size: 1.3rem;
  }
  .costSpread .costSpreadNote {
    font-size: .8rem;
    text-align: center;
    margin-top: 8px;
  }
  .costList {
    gap: 4px;
    margin-top: 32px;
  }
  .costList li {
    padding: calc(16 / 360 * 100vw) calc(7 / 360 * 100vw);
    text-align: center;
  }
  .costList .costPair {
    font-size: .6875rem;
  }
  .costList .costPair i {
    margin-bottom: 8px;
  }
  .costList .costValue {
    margin-top: 8px;
    font-size: clamp(1rem, calc(16 / 360 * 100vw), 2rem);
  }
  .costList .costValue b {
    font-size: 3.75em;
    line-height: 0.8;
  }
  .costNote {
    margin-bottom: 48px;
    font-size: .875rem;
  }
}
@media (min-width: 768px) {
  #cost {
    margin-top: 72px;
  }
  .costSpreadTtl {
    margin: 48px auto 0;
  }
  .costSpreadTtl img {
    width: 572px;
  }
  .costSpread {
    margin-top: 40px;
  }
  .costSpread .costValueWrap {
    width: 480px;
  }
  .costSpread .costValue {
    font-size: clamp(6rem, calc(96 / 890 * 100vw), 6rem);
  }
  .costSpread .costValue b {
    font-size: 3.15em;
    line-height: 0.5;
  }
  .costSpread .costPair {
    grid-template-columns: calc(264 / 560 * 100%) 1fr;
    grid-template-rows: repeat(2, auto);
    gap: calc(32 / 560 * 100%);
    margin-top: 16px;
    font-weight: bold;
    font-size: clamp(2.38rem, calc(54 / 890 * 100vw), 3.38rem);
  }
  .costSpread .costPair span {
    grid-row: 1 / 3;
    align-self: center;
  }
  .costSpread .costSpreadNote {
    text-align: center;
    margin-top: 8px;
    font-size: clamp(1.5625rem, calc(25 / 890 * 100vw), 1.5625rem);
  }
  .costList {
    gap: 8px;
    margin-top: 48px;
  }
  .costList li {
    padding-block: clamp(19px, calc(19 / 890 * 100vw), 19px);
    padding-inline: clamp(36px, calc(69 / 890 * 100vw), 36px);
    text-align: center;
  }
  .costList .costPair {
    display: grid;
    font-size: clamp(1rem, calc(16 / 890 * 100vw), 1rem);
  }
  .costList .costPair i {
    width: clamp(48px, calc(143 / 890 * 100vw), 143px);
    margin: 0 auto 12px;
  }
  .costList .costValue {
    margin-top: 12px;
    font-size: clamp(1.5rem, calc(25 / 360 * 100vw), 1.5rem);
  }
  .costList .costValue b {
    font-size: 4.423em;
    line-height: 0.65;
    letter-spacing: -0.02em;
    margin-right: 8px;
  }
  .costNote {
    margin-bottom: 72px;
    font-size: 1rem;
  }
}



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

.tradeFigure {
  display: grid;
  max-width: 890px;
  margin: 0 auto;
}
.tradeFigure > div {
  padding: calc(20 / 373 * 100%) calc(40 / 373 * 100%) 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/images/img_trade_bg.webp);
}
.tradeCost {
  max-width: 890px;
  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: flex-start;
  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.25em;
  aspect-ratio: 1/1;
  background-size: contain;
  background: #ff8800;
  -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(/images/icon_check.svg);
  mask-image: url(/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: .75rem;
  line-height: 1.5;
}
.tradeCostNote:nth-of-type(n + 2) {
  margin-top: 2px;
}

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

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

  .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.125rem;
  }
  .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: 15.625rem;
    line-height: 0.8;
  }
}
@media (min-width: 768px) {
  .tradeFigure {
    grid-template-columns: calc(373 / 890 * 100%) 1fr;
    align-items: center;
    margin-top: 48px;
  }
  .tradeFigure > div {
    order: -1;
  }

  .tradeCost {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .tradeCost h3 {
    font-size: 2rem;
    font-size: clamp(2rem, calc(32 / 890 * 100vw), 2rem);
  }

  .tradeCostList {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr calc(202 / (890 - 100) * 100%);
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: calc(40 / 890 * 100%) calc(50 / 890 * 100%);
  }
  .tradeCostList ul {
    grid-template-columns: 1fr 1fr;
    gap: 24px 26px;
    gap: clamp(24px, calc(24 / (890 - 100) * 100%), 24px) clamp(8px, calc(26 / (890 - 100) * 100%), 26px);
    font-size: 1.5rem;
    font-size: clamp(1.25rem, calc(24 / 1300 * 100vw), 1.5rem);
  }
  .tradeCostList p {
    padding: 28px 0 20px;
    font-size: clamp(5rem, calc(296 / 890 * 100vw), 18.5rem);
    line-height: 0.5;
  }
}



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

.toolSubTtl {
  font-weight: bold;
  text-align: center;
  font-family: var(--ff-din-set)
}
.toolSubRead {
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
.toolSubRead span {
  color: #e95e41;
}
.toolFlow {
  border-radius: 16px;
  background-color: #fff;
}
.toolFlow.-point1 .toolImg {
  background-image: url(/images/img_tool_bg_1.webp);
  /* background-position: center center; */
  background-repeat: no-repeat;
}
.toolFlow.-point1 .toolTxt li {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: justify;
  background-position: left center;
  background-repeat: no-repeat;
  font-feature-settings: "palt";

}
.toolFlow.-point1 .toolTxt li:nth-child(1) {
  background-image: url(/images/icon_tool_num1.svg);
}
.toolFlow.-point1 .toolTxt li:nth-child(2) {
  background-image: url(/images/icon_tool_num2.svg);
}
.toolFlow.-point1 .toolTxt li:nth-child(3) {
  background-image: url(/images/icon_tool_num3.svg);
}
.toolFlow.-point1 .toolResult {
  background-image: url(/images/img_tool_arrow.svg);
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 24px;
  padding-top: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  color: #e95e41;
}
.toolFlow.-point2 {
  text-align: center;
}
.toolFlow.-point2 .toolSubRead {
  margin: 0 auto;
}
.toolFlow.-point2 .img1_wrap {
  background-image: url(/images/img_tool_arrow.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.toolFlow.-point2 .img1 {
  margin: 0 auto;
}
.toolFlow.-point2 .img3 {
  margin: 24px auto 0;
}
.toolNote {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .toolSubTtl {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .toolSubTtl:nth-of-type(n + 2) {
    margin-top: 32px;
  }
  .toolSubRead {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 16px 0;
  }
  .toolFlow {
    width: 100%;
    margin: 16px auto 0;
  }
  .toolFlow.-point1 {
    padding: 24px 0 16px;
  }
  .toolFlow.-point1 .toolImg {
    background-size: 100%;
    width: 100%;
    text-align: center;
  }
  .toolFlow.-point1 .toolImg img {
    max-width: 286px;
    max-height: 483px;
    padding: 0;
  }
  .toolFlow.-point1 .toolTxt {
    width: 260px;
    margin: 32px auto 0;
  }
  .toolFlow.-point1 .toolTxt li {
    height: 28px;
    font-size: 1.125rem;
    padding-left: 40px;
    background-size: 28px;
  }
  .toolFlow.-point1 .toolTxt li + li {
    margin-top: 16px;
  }
  .toolFlow.-point1 .toolResult {
    background-size: 240px;
    margin-top: 16px;
    padding-top: 24px;
    font-size: 1.5rem;
  }
  .toolFlow.-point2 {
    padding: 24px 0;
  }
  .toolFlow.-point2 .img1_wrap {
    background-size: 240px;
    padding-bottom: 46px;
    margin-bottom: 20px;
  }
  .toolFlow.-point2 .img1 {
    width: 278px;
  }
  .toolFlow.-point2 .img2 {
    width: 150px;
    margin: 12px auto;
  }
  .toolFlow.-point2 .img3 {
    width: 278px;
  }
  .toolFlow.-point3 {
    padding: 24px 0;
  }
  .toolFlow.-point3 ._column2 {
    text-align: center;
  }
  .toolFlow.-point3 ._column2 img {
    width: 278px;
  }
  .toolFlow.-point3 ._column2 img + picture {
    margin-top: 32px;
    display: block;
  }
  .toolNote {
    width: 100%;
    margin: 16px auto 0;
  }
  #tool .btnCta {
    margin-top: clamp(10px, calc(48 / 328 * 100vw), 48px);
  }
}
@media (min-width: 768px) {
  .toolSubTtl {
    margin-top: 48px;
    font-size: clamp(2.5rem, calc(40 / 1300 * 100vw), 2.5rem);
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
  .toolSubTtl:nth-of-type(n + 2) {
    margin-top: 64px;
  }
  .toolSubRead {
    font-size: clamp(1rem, calc(24 / 1300 * 100vw), 1.5rem);
    line-height: 1.75;
    margin: 24px auto;
  }
  .toolFlow {
    width: clamp(688px, calc(890 / 1300 * 100vw), 890px);
    margin: 24px auto 0;
    padding: calc(32 / 890 * 100%) calc(0 / 890 * 100%);
  }
  .toolFlow.-point1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(40 / 890 * 100%);
  }
  .toolFlow.-point1 .toolImg {
    background-size: clamp(50px, calc(378 / 1300 * 100vw), 378px);
    width: clamp(50px, calc(378 / 1300 * 100vw), 378px);
  }
  .toolFlow.-point1 .toolImg img {
    max-width: 330px;
    padding-left: clamp(1px, calc(6.5 / 890 * 100vw), 22px);
  }
  .toolFlow.-point1 .toolTxt li {
    height: clamp(10px, calc(40 / 1300 * 100vw), 40px);
    font-size: clamp(1rem, calc(24 / 1300 * 100vw), 1.5rem);
    padding-left: clamp(10px, calc(48 / 1300 * 100vw), 48px);
    background-size: clamp(10px, calc(40 / 1300 * 100vw), 40px);
  }
  .toolFlow.-point1 .toolTxt li + li {
    margin-top: clamp(10px, calc(24 / 1300 * 100vw), 24px);
  }
  .toolFlow.-point1 .toolResult {
    background-size: clamp(10px, calc(350 / 1300 * 100vw), 350px);
    margin-top: clamp(10px, calc(24 / 1300 * 100vw), 24px);
    padding-top: clamp(10px, calc(40 / 1300 * 100vw), 40px);
    font-size: clamp(2rem, calc(32 / 1300 * 100vw), 2rem);
  }
  .toolFlow.-point2 .img1_wrap {
    background-size: clamp(10px, calc(350 / 1300 * 100vw), 350px);
    padding-bottom: clamp(10px, calc(56 / 1300 * 100vw), 56px);
    margin-bottom: clamp(10px, calc(24 / 1300 * 100vw), 24px);
  }
  .toolFlow.-point2 .img1 {
    width: clamp(10px, calc(582 / 1300 * 100vw), 582px);
  }
  .toolFlow.-point2 .img2 {
    width: clamp(10px, calc(270 / 1300 * 100vw), 220px);
    margin: clamp(1px, calc(24 / 1300 * 100vw), 24px) auto;
  }
  .toolFlow.-point2 .img3 {
    width: clamp(10px, calc(404 / 1300 * 100vw), 404px);
  }
  .toolFlow.-point3 ._column2 {
    display: flex;
    justify-content: center;
    gap: calc(80 / 890 * 100%);
  }
  .toolFlow.-point3 ._column2 img {
    width: clamp(10px, calc(324 / 1300 * 100vw), 324px);
  }
  .toolNote {
    width: clamp(688px, calc(890 / 1300 * 100vw), 890px);
    margin: clamp(1px, calc(8 / 1300 * 100vw), 8px) auto 0;
    font-size: .75rem;
  }
  #tool .btnCta {
    margin-top: clamp(10px, calc(72 / 1300 * 100vw), 72px);
  }
}



/* point4(swap) ------------------------------------ */
[id="swap"] {
  --sect-bg: #bbe2e8;
  --ttl-color: #3298a8;
}
.swapMinkabu {
  margin: 0 auto;
  text-align: center;
}
.swapMinkabu dt {
  max-width: 428px;
  margin: 0 auto;
}
.swapList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 890px;
  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: 890px;
  margin: 16px auto;
  font-size: .75rem;
}

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

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

  .swapNote {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .swapMinkabu {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  .swapMinkabu dd {
    margin-top: 20px;
    font-size: clamp(1rem, calc(24 / 890 * 100vw), 1.5rem);
  }
  .swapList {
    gap: 8px;
    margin-top: 48px;
  }
  .swapList li {
    display: grid;
    grid-template-columns: calc(143 / (442 - 72) * 100%) 1fr;
    gap: calc(16 / 216 *100%);
    padding-top: clamp(20px, calc(34 / 890 * 100vw), 34px);
    padding-bottom: clamp(20px, calc(30 / 890 * 100vw), 30px);
    padding-inline: clamp(20px, calc(36 / 890 * 100vw), 36px);
    text-align: center;
  }
  .swapList li .swapPair span {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  .swapPair {
    display: grid;
    font-size: clamp(1rem, calc(16 / 890 * 100vw), 1rem);
  }
  .swapPair i {
    margin-bottom: auto;
  }
  .swapValue {
    font-size: clamp(1rem, calc(24 / 890 * 100vw), 1.5rem);
    text-align: left;
  }
  .swapValue b {
    font-size: 4.75em;
    line-height: 0.65;
  }

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



/* support ------------------------------------ */
[id="support"] {
  display: block;
  margin: 0 auto;
  background: #ebe8e3;
  background-repeat: no-repeat;
  background-position: top 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: 890px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  [id="support"] {
    padding: 64px 0 0;
    background-image: url(/images/img_support_bg_sp.webp);
  }
  [id="support"] h2 {
    font-size: 2rem;
  }

  .supportItem {
    gap: 6px;
    margin-top: 20px;
    padding-inline: calc(37.5 / 360 * 100%);
  }
}
@media (min-width: 768px) {
  [id="support"] {
    padding: 72px 0 0;
    background-image: url(/images/img_support_bg_pc.webp);
  }
  [id="support"] h2 {
    font-size: clamp(1rem, calc(40 / 890 * 100vw), 2.5rem);
  }

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



/* サービス ------------------------------------ */
.serviceArea .fxWrap {
  --service-fx-bg: #F0F7F7;
  --service-fx-color: #008080;
}
.serviceArea .cfdWrap {
  --service-cfd-bg: #F0F5FA;
  --service-cfd-color: #005BAC;
}
.serviceArea .optWrap {
  --service-opt-bg: #FFF8F0;
  --service-opt-color: #FF8400;
}
.serviceArea .exchangeWrap {
  --service-exchange-bg: #F5F2F8;
  --service-exchange-color: #370073;
}

.serviceArea .fxWrap,
.serviceArea .cfdWrap,
.serviceArea .optWrap,
.serviceArea .exchangeWrap {
  border-radius: 10px;
  max-width: 890px;
  margin: 0 auto 40px;
  padding: 25px 30px;
}
.serviceArea .fxWrap {
  background: var( --service-fx-bg);
}
.serviceArea .cfdWrap {
  background-color: var( --service-cfd-bg);
}
.serviceArea .optWrap {
  background-color: var( --service-opt-bg);
}
.serviceArea .exchangeWrap {
  background-color: #F5F2F8;
  margin: 0 auto;
}
.serviceArea .fxWrap a,
.serviceArea .cfdWrap a,
.serviceArea .optWrap a,
.serviceArea .exchangeWrap a {
  display: block;
  background: url(/images/icon_arrow_navy.svg) no-repeat bottom right;
  background-size: 28px auto;
}
.serviceArea .fxWrap .fxInner,
.serviceArea .cfdWrap .cfdInner,
.serviceArea .optWrap .optInner,
.serviceArea .exchangeWrap .exchangeInner {
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
}
.serviceArea .optWrap .optInner, .exchangeInner{
  padding: 5px 0;
}
.serviceTxt {
  width: 45.784%;
  text-align: center;
  margin-right: 30px;
  color: #1D476E;
}
.serviceTxt .serviceLabel {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 8px;
}
.serviceTxt .logo {
  margin-bottom: 16px;
}
.serviceTxt .exchange-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
.serviceArea .fxWrap .fxInner .serviceTxt .serviceLabel {
  color: var( --service-fx-color);
  border: 1px solid var( --service-fx-color);
}
.serviceArea .cfdWrap .cfdInner .serviceTxt .serviceLabel {
  color: var( --service-cfd-color);
  border: 1px solid var( --service-cfd-color);
}
.serviceArea .optWrap .optInner .serviceTxt .serviceLabel {
  color: var( --service-opt-color);
  border: 1px solid var( --service-opt-color);
}
.serviceArea .exchangeWrap .exchangeInner .serviceTxt .exchange-title {
  color: var( --service-exchange-color);
}
.serviceArea .exchangeWrap .exchangeInner .serviceTxt .serviceLabel {
  color: var( --service-exchange-color);
  border: 1px solid var( --service-exchange-color);
}
.serviceArea .fxWrap .fxInner .serviceTxt .serviceTag,
.serviceArea .cfdWrap .cfdInner .serviceTxt .serviceTag,
.serviceArea .optWrap .optInner .serviceTxt .serviceTag,
.serviceArea .exchangeWrap .exchangeInner .serviceTxt .serviceTag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.serviceArea .optWrap .optInner .serviceTxt .serviceTag .longTag {
  grid-column: 1 / -1;
}
.serviceArea .fxWrap .fxInner .serviceTxt .serviceTag li,
.serviceArea .cfdWrap .cfdInner .serviceTxt .serviceTag li,
.serviceArea .optWrap .optInner .serviceTxt .serviceTag li,
.serviceArea .exchangeWrap .exchangeInner .serviceTxt .serviceTag li {
  background-color: #ffffff;
  border-radius: 8px;
  font-weight: bold;
}
.serviceArea .fxWrap .fxInner .serviceTxt .serviceTag li {
  color: var( --service-fx-color);
  border: 1px solid var( --service-fx-color);
}
.serviceArea .cfdWrap .cfdInner .serviceTxt .serviceTag li {
  color: var( --service-cfd-color);
  border: 1px solid var( --service-cfd-color);
}
.serviceArea .optWrap .optInner .serviceTxt .serviceTag li {
  color: var( --service-opt-color);
  border: 1px solid var( --service-opt-color);
}
.serviceArea .exchangeWrap .exchangeInner .serviceTxt .serviceTag li {
  color: var( --service-exchange-color);
  border: 1px solid var( --service-exchange-color);
}

@media screen and (max-width: 900px) {
  .serviceArea .fxWrap,
  .serviceArea .cfdWrap,
  .serviceArea .optWrap,
  .serviceArea .exchangeWrap {
    padding: 3vw 2vw;
  }
  .serviceTxt {
    margin-right: 3vw;
  }
}
@media screen and (max-width: 810px) {
  .serviceTxt {
    width: 40%;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .serviceArea .fxWrap,
  .serviceArea .cfdWrap,
  .serviceArea .optWrap,
  .serviceArea .exchangeWrap {
    margin: 0 auto 32px;
    padding: 32px 16px 16px;
  }
  .serviceArea .fxWrap .fxInner,
  .serviceArea .cfdWrap .cfdInner,
  .serviceArea .optWrap .optInner,
  .serviceArea .exchangeWrap .exchangeInner {
    padding: 0;
  }
  .serviceTxt {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .serviceTxt .logo {
    margin-bottom: 0;
  }
  .serviceImg,
  .serviceImg.spOnly {
    margin: 15px auto;
    max-width: 330px;
  }
}



/* 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.2em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

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

@media (max-width: 767px) {
  [id="safety"] {
    padding: 64px calc(16 / 360 * 100vw);
  }
  [id="safety"] h2 {
    margin-bottom: 32px;
    font-size: 2rem;
  }
  .safetyRead {
    font-size: 1rem;
    text-align: left;
  }
}
@media (min-width: 768px) {
  [id="safety"] {
    padding: 72px 0;
  }
  [id="safety"] h2 {
    margin-bottom: 48px;
    font-size: clamp(1rem, calc(40 / 890 * 100vw), 2.5rem);
  }
  .safetyRead {
    font-size: 1.5rem;
    font-size: clamp(1rem, calc(24 / 890 * 100vw), 1.5rem);
    text-indent: 0.025em;
    max-width: 890px;
  }
}

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

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



/* step ------------------------------------ */
[id="step"] {
  background: #eef2f6;
  color: #1d476e;
  text-align: center;
}
[id="step"] h2 {
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.2em;
  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;
  font-weight: bold;
}

@media (max-width: 767px) {
  [id="step"] {
    padding-top: 68px;
    padding-bottom: 64px;
  }
  [id="step"] h2 {
    font-size: 2rem;
  }
  [id="step"] h2 b {
    font-size: 3rem;
  }
  [id="step"] h2 sup {
    font-size: 0.75rem;
    transform: translateY(-0.6em);
  }
  [id="step"] h3 {
    margin-top: 32px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  [id="step"] {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  [id="step"] h2 {
    font-size: clamp(2.5rem, calc(40 / 1300 * 100vw), 2.5rem);
  }
  [id="step"] h2 b {
    font-size: clamp(3.5rem, calc(56 / 1300 * 100vw), 3.5rem);
  }
  [id="step"] h2 sup {
    font-size: clamp(0.5rem, calc(12 / 1300 * 100vw), 0.75rem);
    transform: translateY(-0.6em);
  }
  [id="step"] h3 {
    margin-top: 40px;
    font-size: clamp(1.5rem, calc(24 / 1300 * 100vw), 1.5rem);
  }
}

/* flow */
.stepFlow {
  display: grid;
  margin: 0 auto;
  max-width: 890px;
  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(/images/icon_caret_arrow.svg);
  mask-image: url(/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: 0.75rem;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}

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

  .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: 2.875rem;
  }
  .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.125rem;
    text-align-last: left;
  }

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

  .stepFlowItem {
    padding-block: 40px 30px;
  }
  .stepFlowItem::before {
      font-size: 3.3rem;
  }
  .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(1rem, calc(16 / 1300 * 100vw), 1rem);
    text-indent: 0.025em;
  }
  /* .stepFlowItem dd {
    width: clamp(1rem, calc(178 / 1300 * 100vw), 22rem);
  } */

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



/* GMOエリア ------------------------------------ */
.gmoArea {
  padding: 72px 0px;
  background-color: #EEF2F6;
  color: #1D476E;
  text-align: center;
}
.gmoArea .groupWrap {
  margin-bottom: 32px;
}
.gmoArea .groupWrap .groupLogo,
.gmoArea .gaikaWrap .gaikaYears {
  margin-bottom: 16px;
  text-align: center;
}
.gmoArea .gaikaWrap {
  color: #808080;
}
@media screen and (max-width: 767px) {
  .gmoArea {
    padding-top: calc(64 / 360 * 100%);
    padding-inline: calc(12 / 360 * 100%);
    padding-bottom: calc(64 / 360 * 100%);
    text-align: left;
  }
}



/* マーケット情報 ------------------------------------ */
.rateArea .notice {
  font-size: 12px;
  line-height: 1.5;
  color: #808080;
  margin: 4px 0 0;
}



/* お知らせ ------------------------------------ */
.NewsArea {
  min-height: 518px;
}
@media screen and (max-width: 767px) {
  .NewsArea {
    min-height: 607px;
  }
}