@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* FOOTER
---------------------------------------------- */
.footer {
  background-color: #002F37;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: proxima-nova, sans-serif;
}
.footer .accordian li {
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
}
.footer .accordian li > h3 {
  display: block;
}
.footer .accordian .a {
  padding: 10px 0;
}
.footer .accordian .js-accordion-item.is-open {
  color: #fff;
}
.footer .disclaim {
  padding: 60px 0 30px;
  border-bottom: 1px solid #1a444b;
  background-color: #03242b;
}
.footer .disclaim > div {
  color: #d2d3d1;
  column-count: 3;
  column-gap: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.47059em;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
}
.footer .disclaim > div a {
  color: #fff;
  text-decoration: underline;
}
.footer .disclaim p {
  margin-bottom: 1.625rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .disclaim strong {
  font-weight: 700;
}
.footer .disclaim em {
  font-style: italic;
}
.footer .notices .accordian .a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .m-footListA__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-family: Brown-Regular, sans-serif;
}
.footer #modal-signup .modal-content {
  padding: 20px;
}
.footer .js-accordion__link {
  cursor: pointer;
}

.footer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 30px;
}
.footer .first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16%;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  max-width: 16%;
}
.footer .links-1, .footer .links-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
  max-width: 40%;
}

.footer .links-1 a, .footer .links-2 a {
  font-family: "Brown-Regular", sans-serif;
  display: inline-block;
  color: #fff;
  opacity: 0.75;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2.14286em;
  font-weight: 400;
  letter-spacing: 0.07143em;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.footer .links-1 a span, .footer .links-2 a span {
  text-transform: lowercase;
}

.footer .links-1 a:hover, .footer .links-2 a:hover {
  opacity: 1;
}

.footer .links-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-left: 3%;
}
.footer svg {
  fill: #FF5400;
}

.footer .logo {
  width: 60px;
  height: 68px;
  display: block;
  margin: 8px 0 20px;
}

.brokercheck {
  border-top: 1px solid #1a444b;
  margin-top: -1px;
  padding: 40px 0 0;
  text-align: center;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}
.brokercheck small {
  font-size: 100%;
}
.notices {
  padding: 30px 0 30px;
  border-top: 1px solid #1a444b;
}
.notices p {
  margin-bottom: 16px;
}

.notices a {
  color: #fff;
}

.notices a span {
  opacity: 0.75;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.notices a:hover span {
  opacity: 1;
}

.notices .svg-arrow {
  display: inline-block;
  width: 9px;
  margin-left: 8px;
}
.notices .a {
  max-width: 600px;
}

.disclaim {
  padding: 60px 0 30px;
  border-bottom: 1px solid #1a444b;
  background-color: #03242b;
  font-family: Brown-Regular, sans-serif;
}

.disclaim > div {
  color: #D2D3D1;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.47059em;
  font-weight: 400;
  letter-spacing: 0em;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.disclaim > div a {
  color: #fff;
  text-decoration: underline;
}

.disclaim p {
  margin-bottom: 1.625rem;
}

.disclaim strong {
  font-weight: 700;
}

.disclaim em {
  font-style: italic;
}

#modal-signup .modal-content {
  padding: 20px;
}

.back-to-top {
  font-family: Brown-Regular, sans-serif;
  background-color: #03242b;
  padding: 30px 0 12px;
}

.back-to-top .to-top {
  font-family: "Brown-Regular", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.47059em;
  font-weight: 400;
  letter-spacing: 0.02941em;
  color: #fff;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  margin-bottom: 15px;
}
.back-to-top .to-top:hover {
  opacity: 1;
}

.back-to-top .to-top:hover:before {
  top: -6px;
}

.back-to-top .to-top:before {
  display: inline-block;
  content: "→";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  position: relative;
  top: 0;
  margin-right: 6px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.c-ttl01 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #002F37;
  margin: 0 auto;
  line-height: 1.2857142857;
  position: relative;
  letter-spacing: 0.1em;
}
.c-ttl01 .point {
  position: absolute;
  top: -20px;
  font-size: 28px;
  background-color: #fff;
  border-radius: 30px;
  color: #002F37;
  padding: 6px 27px 4px;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 4px solid #002F37;
}
.c-ttl01.bg {
  background: #002F37;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 21px 50px 10px;
  font-size: 36px;
  margin-bottom: 40px;
  min-height: 118px;
}

.c-ttl02 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  line-height: 1.2em;
  color: #002F37;
}

.c-ttl03 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  padding: 0 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  color: #003A4B;
}
.c-ttl03::before, .c-ttl03::after {
  content: "";
  height: 31px;
  width: 5px;
  border-radius: 5px;
  display: block;
  position: absolute;
  background-color: #002F37;
}
.c-ttl03::before {
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
  top: 21px;
  right: 3px;
}
.c-ttl03::after {
  -webkit-transform: rotate(-29deg);
          transform: rotate(-29deg);
  top: 21px;
  left: 0;
}
.c-ttl03 span {
  position: relative;
  z-index: 2;
}
.c-ttl03 span::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 100%;
  height: 13px;
  margin: 0 auto;
  background-color: #FFCCB3;
  z-index: -1;
}

.graph-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 15px;
  position: relative;
  color: #002F37;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}
.graph-ttl .sub-ttl {
  display: block;
  font-size: 16px;
  color: #727272;
}
.graph-ttl .sub-ttl.fz-14 {
  font-size: 14px;
  color: #002F37;
}

.c-btn01 {
  background: #ff5400;
  text-align: center;
  max-width: 377px;
  width: 100%;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 28px;
  padding: 13px 50px 9px 10px;
  font-weight: bold;
  border: 1px solid #ff5400;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 10px;
}
.c-btn01 img {
  position: absolute;
  right: 13%;
  top: 35%;
  margin: auto;
  width: 21px;
  aspect-ratio: 1/1;
}

.c-btn02 {
  border-radius: 10px;
  -webkit-box-shadow: 6px 4px 0 0 #8E3A11;
          box-shadow: 6px 4px 0 0 #8E3A11;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding: 14px 0 17px;
  background: #ff5400;
  border: 4px solid #8E3A11;
  display: block;
  max-width: 480px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.c-btn02 .bottom::after {
  border-color: #ff5400;
}
.c-btn02 .bottom {
  position: relative;
  font-size: 40px;
  line-height: 1.2;
}
.c-btn02 .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -42px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02 .bottom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0px;
  right: -32px;
  margin: auto;
  border-right: 3px solid #ff5400;
  border-top: 3px solid #ff5400;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 2px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.container-fluid {
  max-width: 1268px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.graph-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.graph-wrap .img {
  text-align: center;
}

.anm-list.is-animated li {
  -webkit-animation: fadeIn 1.5s both;
          animation: fadeIn 1.5s both;
}
.anm-list li {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
.js-fadeInUp {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.js-fadeInUp.is-visible {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.js-fvfadeInUp {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.js-fvfadeInUp.is-visible {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.home .bg-gradation {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#E5E6E5));
  background-image: linear-gradient(0deg, #ffffff, #E5E6E5);
}
.home .fv-block {
  background-color: #003B4B;
}
.home .fv-block .inner-block {
  max-width: 1280px;
  margin: 0 auto;
}
.home .fv-block .fv-img {
  width: 100%;
}
.home .point-block {
  background-color: #F4F4F4;
  margin-top: max(-296px, -15.4166666667vw);
}
.home .point-block .inner-block {
  background-color: #fff;
  max-width: 1160px;
  padding: 70px 80px 80px;
  border-radius: 10px;
}
.home .point-block .inner-block + .inner-block {
  margin-top: 0 !important;
  padding-top: 73px;
  padding-bottom: 0;
  background-color: #F4F4F4;
}
.home .point-block .lead-txt {
  text-align: center;
  font-size: 25px;
  line-height: 1.55em;
  margin-bottom: 74px;
  color: #002F37;
}
.home .point-block .lead-txt .small {
  font-size: 14px;
  color: #727272;
  line-height: 1rem;
  margin-top: 5px;
  display: block;
}
.home .point-block .point-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 57px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home .point-block .point-list .point {
  background-color: #fff;
  border-radius: 10px;
  border: 5px solid #8EB1B2;
  -webkit-box-shadow: 8px 8px 0px 0px rgb(142, 177, 178);
          box-shadow: 8px 8px 0px 0px rgb(142, 177, 178);
  padding: 16px 2px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  min-height: 295px;
  height: 100%;
}
.home .point-block .point-list .point.cont02 .txt {
  margin-top: 27px;
}
.home .point-block .point-list .point.cont02 .img {
  margin-top: 20px;
}
.home .point-block .point-list .point.cont03 .img {
  margin-top: 20px;
}
.home .point-block .point-list .point.cont03 .txt {
  margin-top: 29px;
}
.home .point-block .point-list .point .arrow {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 16px;
}
.home .point-block .point-list .num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #002F37;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -29px;
  left: -24px;
  right: auto;
  width: 65px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.home .point-block .point-list .num-txt {
  position: relative;
  margin: auto;
  gap: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1;
}
.home .point-block .point-list .num-txt::before {
  position: absolute;
  right: -16px;
  bottom: -15px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 13px solid #002F37;
  border-top: 0;
  -webkit-transform: rotate(127deg);
          transform: rotate(127deg);
}
.home .point-block .point-list .num-txt > p {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home .point-block .point-list .num-txt .num {
  display: block;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}
.home .point-block .point-list .img {
  width: 151px;
  height: auto;
  margin-top: 2px;
}
.home .point-block .point-list .txt {
  color: #002F37;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 24px;
  letter-spacing: -0.05em;
}
.home .point-block .img-wrap {
  width: 100%;
  margin-top: 40px;
}
.home .point-block .img-wrap img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.home .point-block .img-wrap.img01 img {
  max-width: 724px;
}
.home .point-block .border-content-wrap {
  margin-top: 46px;
  background-color: #fff;
  border: 5px solid #8EB1B2;
  border-radius: 10px;
  padding: 22px 35px 21px;
}
.home .point-block .border-content-wrap .ttl {
  width: 100%;
}
.home .point-block .border-content-wrap .ttl img {
  max-width: 753px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.home .point-block .border-content-wrap .graph-wrap {
  margin-top: 34px;
}
.home .point-block .check-list {
  padding: 0 29px;
  margin-top: 20px;
}
.home .point-block .check-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  gap: 20px;
}
.home .point-block .check-list li + li {
  margin-top: 23px;
}
.home .point-block .check-list li img {
  width: 38px;
  height: auto;
}
.home .point-block .check-list li .orange {
  color: #ff5400;
  font-weight: bold;
}
.home .c-section {
  padding-block: 80px;
}
.home .c-section.bg-gray {
  background-color: #F4F4F4;
}
.home .c-section.bg-gray .inner-block {
  background-color: #fff;
}
.home .c-section .inner-block + .inner-block {
  margin-top: 71px;
}
.home .c-section .lead {
  font-size: 25px;
  margin-top: 42px;
  color: #002F37;
}
.home .c-section .lead .orange {
  color: #ff5400;
  font-weight: bold;
}
.home .c-section .img-wrap {
  width: 100%;
  margin-top: 40px;
}
.home .c-section .img-wrap img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.home .c-section .img-wrap.img01 img {
  max-width: 724px;
}
.home .c-section .graph-wrap {
  width: 100%;
  margin-top: 48px;
}
.home .c-section .graph-wrap .graph-ttl {
  margin-bottom: 0;
}
.home .c-section .graph-wrap .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 63px;
}
.home .c-section .graph-wrap .flex > div + div img {
  margin-top: 14px;
  max-width: 271px;
  display: block;
}
.home .c-section .graph-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}
.home .c-section .graph-wrap .reference {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.2em;
  color: #727272;
}
.home .c-section .graph-wrap.ranking {
  padding: 0 12px;
}
.home .lineup-sec .lead {
  letter-spacing: -0.01em;
}
.home .lineup-sec .img-wrap {
  padding-inline: 58px;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 18px;
}
.home .lineup-sec .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.home .lineup-sec .btn-wrap {
  margin-top: 51px;
}
.home .lineup-sec .btn-wrap .txt {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 13px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.home .check-sec {
  background-color: #F4F4F4;
}
.home .check-sec .lead {
  text-align: center;
  margin-top: 4px;
}
.home .check-sec .content {
  border: 5px solid #8EB1B2;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 62px 40px;
}
.home .check-sec .content .btn-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

#wrapper {
  position: relative;
}
#wrapper .sticky-btn-wrap {
  position: fixed;
  right: 24px;
  bottom: 7%;
}
#wrapper .sticky-btn-wrap > a {
  display: block;
  max-width: 161px;
  width: 100%;
}
#wrapper .sticky-btn-wrap > a svg {
  fill: #FF5400;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
#wrapper .sticky-btn-wrap > a + a {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pc {
    display: none !important;
  }
  .footer {
    font-size: 16px;
  }
  .footer .accordian li {
    padding: 4px 0;
  }
  .footer .disclaim > div {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    font-size: 16px;
  }
  .footer .m-footListA__text {
    font-size: 14px;
  }
  .footer .js-accordion__link {
    font-size: 16px;
  }
  .footer .flex {
    display: block;
  }
  .footer .first {
    display: none;
  }
  .footer .links-1, .footer .links-2 {
    max-width: inherit;
    width: 100%;
  }
  .footer .links-2 {
    margin-left: 0;
  }
  .brokercheck {
    margin: 20px 15px 0;
    text-align: left;
  }
  .brokercheck div {
    padding: 0;
  }
  .notices {
    padding: 30px 0 10px;
  }
  .disclaim > div {
    font-size: 17px;
  }
  .disclaim > div {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .disclaim p {
    margin-bottom: 1.8rem;
  }
  .back-to-top {
    padding-bottom: 80px;
  }
  .back-to-top .to-top {
    margin: 0;
  }
  .c-ttl01 {
    font-size: 17px;
    letter-spacing: 0.01em;
  }
  .c-ttl01 .point {
    top: -11px;
    font-size: 12px;
    letter-spacing: 0.01em;
    padding: 3px 10px;
    border-width: 2px;
  }
  .c-ttl01.bg {
    padding: 5px;
    font-size: 17px;
    margin-bottom: 10px;
    min-height: 48px;
    padding-top: 12px;
  }
  .c-ttl02 {
    font-size: 17px;
  }
  .c-ttl03 {
    font-size: 17px;
    padding: 0 4px;
    margin-bottom: 11px;
    letter-spacing: 0.01em;
  }
  .c-ttl03::before, .c-ttl03::after {
    height: 20px;
    width: 3px;
    z-index: 2;
  }
  .c-ttl03::before {
    top: 6px;
    right: -5px;
  }
  .c-ttl03::after {
    left: -5px;
    top: 6px;
  }
  .c-ttl03 span {
    line-height: 1;
  }
  .c-ttl03 span::before {
    bottom: 0;
    height: 6px;
    top: auto;
  }
  .graph-ttl {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .graph-ttl .sub-ttl.fz-14 {
    font-size: 8px;
  }
  .graph-ttl .sub-ttl {
    font-size: 10px;
  }
  .c-btn01 img {
    width: 19px;
    top: 27%;
    right: 30px;
  }
  .c-btn01 {
    font-size: 17px;
    padding: 9px 0;
  }
  .c-btn02 {
    width: calc(100% - 20px);
    font-size: 17px;
    margin: 0 12px;
    max-width: inherit;
    padding: 12px 5px;
    border-width: 2px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 5px 0 0 #8E3A11;
            box-shadow: 4px 5px 0 0 #8E3A11;
  }
  .c-btn02 img {
    max-width: 20px;
  }
  .c-btn02 .bottom {
    font-size: 20px;
    display: block;
  }
  .c-btn02 .bottom::before {
    bottom: 0;
    top: 0;
    margin: auto;
    right: 22px;
    width: 17px;
    height: 17px;
  }
  .c-btn02 .bottom::after {
    bottom: 0;
    top: 0;
    margin: auto;
    right: 28px;
    border-right: 2px solid #ff5400;
    border-top: 2px solid #ff5400;
    width: 8px;
    height: 8px;
  }
  .graph-wrap .img.max-300 {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 15px);
  }
  .home .fv-block {
    height: 101vw;
  }
  .home .point-block {
    margin-top: -24px;
    padding: 0 12px;
  }
  .home .point-block .inner-block {
    padding: 28px 12px 21px;
    border-radius: 5px;
  }
  .home .point-block .inner-block + .inner-block {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  .home .point-block .lead-txt {
    font-size: 12px;
    margin-bottom: 27px;
  }
  .home .point-block .lead-txt .small {
    font-size: 10px;
  }
  .home .point-block .point-list {
    width: 100%;
    gap: 5px;
  }
  .home .point-block .point-list .point {
    display: block;
    padding: 10px 5px 20px;
    height: 100%;
    min-height: inherit;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    border-width: 2px;
    -webkit-box-shadow: 2px 2px 0px 0px rgb(142, 177, 178);
            box-shadow: 2px 2px 0px 0px rgb(142, 177, 178);
    position: relative;
  }
  .home .point-block .point-list .point.cont02 .txt {
    margin-top: 8px;
  }
  .home .point-block .point-list .point.cont02 .img {
    margin-top: 0;
  }
  .home .point-block .point-list .point.cont03 .img {
    margin-top: 0;
  }
  .home .point-block .point-list .point.cont03 .txt {
    margin-top: 13px;
  }
  .home .point-block .point-list .point .arrow {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 10px;
  }
  .home .point-block .point-list .num-wrap {
    width: 27px;
    left: -2px;
    top: -16px;
  }
  .home .point-block .point-list .num-txt::before {
    right: 0px;
    bottom: -3px;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 4px solid #002F37;
  }
  .home .point-block .point-list .num-txt {
    font-size: 12px;
    position: relative;
    top: 0;
    width: 55px;
  }
  .home .point-block .point-list .num-txt .num {
    font-size: 15px;
  }
  .home .point-block .point-list .img {
    max-width: 59px;
    width: 100%;
  }
  .home .point-block .point-list .txt {
    margin-top: 6px;
    font-size: 11px;
  }
  .home .point-block .img-wrap {
    margin-top: 23px;
  }
  .home .point-block .border-content-wrap {
    margin-top: 13px;
    padding: 17px 10px 15px;
    border-radius: 5px;
    border-width: 3px;
  }
  .home .point-block .border-content-wrap .graph-wrap {
    margin-top: 28px;
  }
  .home .point-block .check-list {
    margin-top: 15px;
    padding: 0;
  }
  .home .point-block .check-list li {
    font-size: 12px;
    gap: 5px;
    letter-spacing: -0.05em;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .home .point-block .check-list li + li {
    margin-top: 5px;
  }
  .home .point-block .check-list li img {
    width: 15px;
    margin-top: 4px;
  }
  .home .c-section {
    padding-block: 29px;
  }
  .home .c-section .inner-block + .inner-block {
    margin-top: 31px;
  }
  .home .c-section .lead {
    font-size: 14px;
    margin-top: 16px;
    padding-inline: 12px;
  }
  .home .c-section .img-wrap {
    margin-top: 23px;
  }
  .home .c-section .graph-wrap {
    margin-top: 20px;
  }
  .home .c-section .graph-wrap .graph-ttl {
    margin-bottom: 5px;
  }
  .home .c-section .graph-wrap .flex {
    display: block;
  }
  .home .c-section .graph-wrap .flex .img {
    width: 100%;
  }
  .home .c-section .graph-wrap .flex .img.adj {
    max-width: 604px;
  }
  .home .c-section .graph-wrap .flex > div {
    margin-top: 26px;
  }
  .home .c-section .graph-wrap .flex > div + div {
    margin-top: 32px;
  }
  .home .c-section .graph-wrap .flex > div + div img {
    max-width: inherit;
    width: 100%;
  }
  .home .c-section .graph-wrap .reference {
    font-size: 10px;
    margin-top: 15px;
  }
  .home .lineup-sec .img-wrap {
    display: block;
    width: 100%;
    padding-inline: 12px;
  }
  .home .lineup-sec .img-wrap img {
    width: 100%;
    height: 100%;
  }
  .home .lineup-sec .img-wrap img + img {
    margin-top: 16px;
  }
  .home .lineup-sec .btn-wrap {
    margin-top: 21px;
  }
  .home .lineup-sec .btn-wrap .txt {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .home .check-sec .lead {
    font-size: 15px;
    margin-top: 5px;
  }
  .home .check-sec .content {
    padding: 25px 20px;
    border-radius: 5px;
    border-width: 3px;
  }
  .home .check-sec .content .c-ttl02 {
    letter-spacing: 0.1rem;
  }
  #wrapper .sticky-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ff5400;
    width: 100%;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #wrapper .sticky-btn-wrap > a {
    max-width: inherit;
    padding: 20px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  #wrapper .sticky-btn-wrap > a + a {
    margin-top: 0;
    position: relative;
  }
  #wrapper .sticky-btn-wrap > a + a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 39px;
    width: 1px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    max-width: 1160px;
    padding-left: 80px;
    padding-right: 80px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .footer .accordian .js-accordion-item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .footer .accordian .js-accordion-item:hover {
    color: #fff;
  }
  .footer .js-accordion__link {
    font-size: 1rem;
  }
  .footer .links-1 .footer .links-1, .footer .links-1 .footer .links-2, .footer .links-2 .footer .links-1, .footer .links-2 .footer .links-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .links-1 a, .footer .links-2 a {
    font-size: 0.875rem;
  }
  .c-btn01:hover {
    background: #DB4800;
  }
  .c-btn01:hover::before {
    border-left-color: #ff5400;
  }
  .c-btn02:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .home .point-block .point-list .point:hover {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .home .point-block .point-list .point:hover .arrow {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  #wrapper .sticky-btn-wrap > a:hover svg {
    fill: #DB4800 !important;
  }
}
@media only screen and (max-width: 991px) {
  .brokercheck br {
    display: none;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .notices .svg-arrow {
    width: 11px;
    position: relative;
    top: -2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-btn02 {
    padding: 15px 0 12px;
  }
  .c-btn02 .bottom {
    font-size: 30px;
  }
  .c-btn02 .bottom::before {
    width: 24px;
    height: 24px;
    top: -2px;
  }
  .c-btn02 .bottom::after {
    width: 8px;
    height: 8px;
    border-width: 2px;
    top: -2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1210px) {
  .home .point-block .point-list {
    gap: 20px;
  }
  .home .point-block .point-list .txt {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1210px) and (max-width: 880px) {
  .home .point-block .point-list {
    gap: 16px;
    margin: auto;
  }
  .home .point-block .point-list .point {
    height: 100%;
    border: 3px solid #8EB1B2;
    -webkit-box-shadow: 3px 3px 0px 0px rgb(142, 177, 178);
            box-shadow: 3px 3px 0px 0px rgb(142, 177, 178);
  }
  .home .point-block .point-list .point .txt {
    font-size: 1rem;
  }
  .home .point-block .point-list .img {
    width: 40%;
  }
}
@media only screen and (max-width: 1000px) {
  .home .check-sec .content .btn-wrap {
    margin-top: 24px;
    display: block;
  }
  .home .check-sec .content .btn-wrap .c-btn01 {
    width: 100%;
    max-width: inherit;
  }
  .home .check-sec .content .btn-wrap .c-btn01 + .c-btn01 {
    margin-top: 17px;
  }
}
/*# sourceMappingURL=style.css.map */