@charset "UTF-8";
/* CSS Document */
/*------------------

リセットcss

-------------------*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.8em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /* vertical-align:baseline; */
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  box-sizing: border-box;
}
img {
  /* width: 100%; */
  vertical-align: bottom;
}
ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

/*------------------

共通の記述

-------------------*/
body {
  max-width: 1920px;
  margin: 0 auto;
}
p {
  line-height: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /* letter-spacing: 1px; */
  font-size: 16px;
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.sponly {
  display: none;
}
.bold {
  font-weight: 700;
  font-size: 18px;
}
.line {
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(transparent 60%, #ffecb9 60%);
}
ul li {
  line-height: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
}
ul li:before {
  content: "・";
  position: absolute;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  .flex {
    display: block;
  }
  img {
    width: 100%;
  }
  .bold {
    font-weight: 700;
    font-size: 25px;
  }
  .line {
    font-weight: 700;
    font-size: 25px;
    background: linear-gradient(transparent 60%, #ffecb9 60%);
  }
  p {
    line-height: 2.4rem;
    font-size: 22px;
    width: 90%;
  }

  ul li {
    font-size: 22px;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  p {
    line-height: 1.8rem;
    font-size: 18px;
    width: 95%;
  }

  ul li {
    line-height: 1.8rem;
    font-size: 18px;
  }
  .bold {
    font-size: 20px;
  }
  .line {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  p {
    font-size: 14px;
    font-weight: 500;
  }

  ul li {
    font-size: 14px;
    font-weight: 500;
  }
  .bold {
    font-size: 16px;
  }
  .line {
    font-size: 16px;
  }
}

/*------------------

FV

-------------------*/
.firstview {
  max-width: 1920px;
  margin: 0 auto;
}
.fv-box {
  position: relative;
  height: 1130px;
  overflow: hidden;
  max-width: 1920px;
}
.fv-box img {
  position: absolute;
  top: 50%; /* トップを基準に中央配置 */
  left: 50%; /* 左を基準に中央配置 */
  width: 1920px;
  height: 1130px;
  margin-top: -565px;
  margin-left: -960px;
}
@media screen and (max-width: 768px) {
  .fv {
    width: 100vw;
  }
}

/*------------------

section1　口コミ

-------------------*/
.section1 {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fffaec;
}

.sec1 {
  width: 690px;
  margin: 0 auto;
  padding: 40px 0 100px 0;
}
.sec1 img {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .sec1 {
    width: 90vw;
    padding: 20px 0 60px 0;
  }
  .sec1 img {
    width: 100%;
  }
}
/*------------------

section2　悩み

-------------------*/
.section2 {
  background-color: #ebebeb;
  text-align: center;
  max-width: 1920px;
  padding-top: 80px;
  position: relative;
}
.deco {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 120px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .sec2 {
    width: 96%;
    margin: 0 auto;
  }
  .sec2 img {
    width: 100%;
  }
  .deco {
    width: 20%;
    top: -50px;
  }
}
/*------------------

こんな悩みをまとめて解決！

-------------------*/
.tsunagi {
  width: 100%;
  background-color: #f0516d;
  padding: 5px 0;
  text-align: center;
}
.innner-line {
  width: 100%;
  background-color: #f0516d;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .tsunagi img {
    text-align: center;
    width: 85%;
  }
}

/*------------------

section3　お家で学べるトレード教室

-------------------*/
.section3 {
  max-width: 1920px;
  background-image: url(img/koushi-pc.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 50px 0;
}
.sec3 {
  text-align: center;
  max-width: 685px;
  margin: 0 auto;
}
.sec3 img {
  margin-bottom: 50px;
}
.sec3 .btn-box {
  margin: 20px auto 80px auto;
}
@media screen and (max-width: 768px) {
  .section3 {
    background-image: url(img/koushi-sp.jpg);
  }
  .sec3 {
    width: 90%;
  }
  .sec3 img {
    width: 100%;
  }
}
/*------------------

section4　実績一覧

-------------------*/
.section4 {
  background-color: #f2fdff;
  width: 100%;
  text-align: center;
}
.sec4 {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.sec4 .ttl {
  padding: 100px 0 40px 0;
}
.sec4 .flex {
  padding-bottom: 30px;
  align-items: flex-start;
}
.sec4__contents-wrapper .sec4__contents:not(:first-of-type) {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .sec4 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .section4 .sponly .flex {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .section4 .sponly .flex img {
    width: 48%;
  }
}
.sec4 .ttl {
  padding: 50px 0 20px 0;
}
/*------------------

section5　バイナリーオプションって？

-------------------*/
.section5 {
  background-color: #fdebbb;
  width: 100%;
  text-align: center;
  padding: 80px 0;
}
.sec5 {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px;
  border-radius: 30px;
}
.sec5 .ttl {
  max-width: 865px;
  padding-bottom: 30px;
}
.sec5 p {
  padding-bottom: 30px;
}
.sec5 .fig1,
.sec5 .fig2 {
  padding-bottom: 30px;
}
.sec5__text-medium {
  font-size: 30px;
  font-weight: bold;
  color: #cc091b;
}

@media screen and (max-width: 768px) {
  .section5 {
    padding: 50px 0;
  }
  .sec5 {
    width: 90%;
    padding: 5px;
    border-radius: 15px;
  }
  .sec5 .ttl {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .sec5 .fig1 {
    width: 80%;
    margin: 0 auto;
  }
  .sec5 .fig2 {
    width: 60%;
    margin: 0 auto;
  }
  .sec5__text-medium {
    font-size: 20px;
  }
  .sec5__text-large {
    font-size: 20px;
  }
}

/*------------------

section6　バイナリーオプション＝詐欺

-------------------*/
.section6 {
  background-color: #e6e6e6;
  width: 100%;
  text-align: center;
  padding: 80px 0;
}
.sec6 {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px;
  border-radius: 30px;
}
.sec6 .ttl {
  max-width: 685px;
  padding-bottom: 30px;
}
.sec6 p {
  padding-bottom: 30px;
  display: inline-block;
}
.sec6 .fig {
  padding-bottom: 30px;
}
.tunagi__image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section6 {
    padding: 50px 0;
  }
  .sec6 {
    width: 90%;
    padding: 5px;
    border-radius: 15px;
  }
  .sec6 .ttl {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .sec6 .fig {
    width: 90%;
    margin: 0 auto;
  }
}

/*------------------

section7　有名企業も提供

-------------------*/
.section7 {
  background-color: #f2677e;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.sec7 {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
}
.section7 .ttl {
  margin-bottom: 30px;
}
.sec7 p {
  padding: 30px 0;
  display: inline-block;
  margin: 0 auto;
  /* max-width: 400px; */
}
@media screen and (max-width: 768px) {
  .section7 {
    padding: 50px 0;
  }
  .sec7 {
    width: 90%;
    padding: 5px;
    border-radius: 15px;
  }
  .section7 .ttl {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .sec7 .container img {
    width: 80%;
    margin: 30px auto 0 auto;
  }
}

/*------------------

section8　リスクが少ないネットビジネス

-------------------*/
.section8 {
  background-color: #ffe4e9;
  width: 100%;
  text-align: center;
  padding: 80px 0;
}
.sec8 {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px;
  border-radius: 30px;
}
.sec8 .ttl {
  max-width: 685px;
}
.sec8 p {
  padding: 30px 0;
  display: inline-block;
  /* max-width: 400px; */
}

.sec8 .fig {
  display: block;
  margin: 0 auto;
}
.sec8__image-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .sec8 .fig {
    display: none;
  }
  .section8 {
    padding: 50px 0;
  }
  .sec8 {
    width: 90%;
    padding: 5px;
    border-radius: 15px;
  }
  .sec8 .ttl {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .sec8 .fig2 {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .sec8 p {
    padding: 0;
  }
  .sec8__image-container {
    width: 80%;
    display: block;
    margin-inline: auto;
    margin-top: 20px;
    padding-bottom: 80px;
  }
  .sec8__image-container img:nth-of-type(2) {
    padding-top: 30px;
  }
}

/*------------------

section9　5つのメリット

-------------------*/
.section9 {
  background-color: #ffe4e9;
  width: 100%;
  text-align: center;
}
.sec9 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.sec9 .ttl {
  margin-bottom: 30px;
}
.sec9 p {
  padding: 40px 0 120px;
  text-align: left;
  margin-inline: auto;
  max-width: 470px;
}
.sec9 .flex {
  padding: 30px 0 80px 0;
}

@media screen and (max-width: 768px) {
  .sec9 {
    width: 90%;
    padding-bottom: 100px;
  }
  .sec9 .flex {
    display: none;
  }
  .sec9 .ttl {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .sec9 p {
    padding: 40px 0;
    max-width: none;
    margin: 0 auto;
  }
  .sec9 .fig {
    padding-bottom: 20px;
  }
  .sec9 img:last-child {
    padding-top: 50px;
  }
}
/*------------------

section10　100戦100勝

-------------------*/
.section10 {
  position: relative;
  background-color: #fffaec;
  width: 100%;
  text-align: center;
}
.sec10 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 120px 0;
}
.section10 .deco {
  top: -35px;
  width: 200px;
  z-index: 10;
}
.sec10 p {
  max-width: 550px;
}
.sec10__text-bottom {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .section10 .deco {
    width: 150px;
    top: -25px;
  }
  .sec10 {
    padding: 60px 10px 100px 10px;
  }
}
/*------------------

section11　みんな平等

-------------------*/
.section11 {
  position: relative;
  max-width: 1920px;
  background-image: url(img/sec11-back.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 50px 0;
}
.sec11 {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.sec11 .ttl {
  padding-bottom: 40px;
}
.sec11 p {
  width: 500px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .section11 {
    background-image: url(img/sec11-back-sp.jpg);
  }
  .sec11 {
    width: 95%;
    padding: 30px 0;
  }
  .sec11 p {
    width: 80%;
    margin: 0 auto;
  }
}
/*------------------

section12　口コミ２回目

-------------------*/
.section12 {
  position: relative;
  background-color: #fffaec;
  width: 100%;
}
.sec12 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}
.section12 .deco {
  top: -35px;
  width: 650px;
  z-index: 10;
}
.sec12 .flex {
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.sec12 .flex img {
  width: 530px;
  padding-bottom: 20px;
}
.sec12 .ttl {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section12 {
    position: relative;
    background-color: #fff;
  }
  .sec12 {
    position: relative;
    z-index: 1;
    padding: 0 0 60px 0;
    margin-top: -84px;
  }
  .section12 .deco {
    /* width: 90%;
    top: -10px; */
    display: none;
  }
  .sec12 .sponly img {
    width: 95%;
    padding-bottom: 15px;
    margin: 0 auto;
  }
  .sec12 .ttl {
    /* width: 85%; */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .sec12 .flex {
    display: none;
  }
  .sec12__item-wrapper {
    text-align: center;
    margin-top: -20%;
  }
}
/*------------------

CTA

-------------------*/
.cta-area {
  position: relative;
  max-width: 1920px;
  /* background-image: url(img/koushi-pc.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 100px 0 100px 0;
}
.tokuten {
  text-align: center;
  max-width: 685px;
  margin: 0 auto;
}
.cta-area .btn-box {
  margin: 20px auto 80px auto;
}
.max {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .cta-area {
    background-image: url(img/koushi-sp.jpg);
    padding: 60px 0;
  }
  .tokuten {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .cta-area .btn-box {
    margin: 20px auto;
  }
}
/*------------------

section14　トレード教室とは？

-------------------*/
.section14 {
  background-color: #ffe4e9;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.sec14 {
  max-width: 1000px;
  margin: 0 auto;
}
.sec14 .ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec14 .text {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
/*------------------

section15　トレード教室のメリット

-------------------*/
.section15 {
  position: relative;
  max-width: 1920px;
  /* background-image: url(img/koushi-pc.jpg); */
  /* background-position: top;
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 100px 0 100px 0;
}
.sec15 {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.sec15 img {
  padding-bottom: 40px;
}
.sec15__item-cards-02 {
  margin-right: 63px;
}
@media screen and (max-width: 768px) {
  .section15 {
    /* background-image: url(img/koushi-sp.jpg); */
    padding: 60px 0 40px 0;
  }
  .sec15 img {
    padding-bottom: 20px;
    width: 95%;
  }
  .sec15 .ttl {
    width: 90%;
    margin: 0 auto;
  }
  .sec15__item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .sec15__item-wrapper img:nth-child(1),
  .sec15__item-wrapper img:nth-child(3) {
    margin-left: auto;
  }

  .sec15__item-wrapper img:nth-child(2) {
    margin: 20px auto 20px 1%;
  }
}
/*------------------

section16　講師あいさつ

-------------------*/
.section16 {
  position: relative;
  max-width: 1920px;
  background-image: url(img/sec16-back.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 100px 0;
  text-align: center;
}
.section16 .ttl {
  padding-bottom: 30px;
}
.messa {
  padding: 50px 0 30px 0;
}
.sec16 {
  background-color: #fff;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 30px 80px 30px;
  border-radius: 30px;
}
.sec16 .left {
  display: inline-block;
  width: 40%;
  max-width: 400px;
  padding-right: 15px;
  border-right: solid 1px rgb(143, 143, 143);
  vertical-align: top;
}
.sec16 .right {
  display: inline-block;
  width: 40%;
  max-width: 400px;
  padding-left: 15px;
  vertical-align: top;
}
.sec16 ul {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section16 {
    background-image: url(img/sec16-back-sp.jpg);
    padding: 60px 0;
  }
  .section16 .ttl {
    width: 60%;
    margin: 0 auto;
    padding: 0 5px 10px 5px;
  }
  .sec16 {
    padding: 30px 40px 50px 40px;
    width: 80%;
  }
  ul li {
    margin-left: 20px;
  }
  .sec16 .left {
    display: block;
    width: 100%;
    max-width: 700px;
    padding-right: 0;
    border-right: none;
  }
  .sec16 .right {
    display: block;
    width: 100%;
    max-width: 700px;
    padding-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .sec16 {
    padding: 30px 10px 50px 10px;
    width: 80%;
  }
}

/*------------------

フッター

-------------------*/
footer {
  background-color: #63c5d2;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

footer small {
  display: block;
  margin: 0 auto;
  font-size: 0.8rem;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 10px 0 70px;
  }
  footer small {
    font-size: 0.5rem;
    padding-top: 0;
  }
}
/*------------------

ボタンCSS

-------------------*/
.shiny-btn8 {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: relative;
  padding: 5px 13px;
  margin: 15px auto;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s ease;
  align-items: center;
  justify-content: center;
}
.shiny-btn8:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}
.shiny-btn8::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn8 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn8 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .firstview .flex {
    display: flex;
  }
  .cta .flex {
    display: flex;
  }
  .shiny-btn8 {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
  }
  .shiny-btn8 img {
    width: 100%;
  }
}

/*------------------

追従ボタン

-------------------*/

.fixed-btn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  transition: 0.3s;
  opacity: 0; /*デフォルトで非表示 */
  visibility: hidden; /*デフォルトで非表示 */
  z-index: 100;
}
.fixed-btn a img {
  max-width: 320px;
}
.active {
  opacity: 1; /* クラス付与で表示 */
  visibility: visible; /* クラス付与で表示 */
}

.fixed-btn:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .fixed-btn {
    margin: 0 auto;
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
  }
  .fixed-btn a img {
    max-width: 590px;
    width: 100%;
  }
  .fixed-btn:hover {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
