@charset "UTF-8";
/* ------------------------------------------
	BASIC
--------------------------------------------- */
/* ------------------------------------------
	BASIC
--------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #707070;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  font-family: sans-serif;
  font-weight: 500;
  background-color: #fff;
  overflow: auto;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

a {
  text-decoration: none;
  color: #000;
}

h1 {
  font-size: calc(24px + (64 - 24)*(100vw - 375px)/(1440 - 375));
}

h2 {
  font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  white-space: nowrap;
  font-weight: 600;
}

h3 {
  font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  line-height: 1.8;
}

h4 {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  line-height: 1.8;
}

p {
  font-size: 16px;
}

section {
  margin: auto;
  width: 100%;
}

/*spanで色変更+強調*/
.orange {
  color: #F2CE58;
  font-weight: 600;
}

.blue {
  color: #0838A3;
  font-weight: 600;
}

.red {
  color: #BC1010;
  font-weight: 600;
}

.green {
  color: #4EA58F;
  font-weight: 600;
}

.weight {
  font-weight: 600;
}

/*矢印要素*/
.arrow {
  padding: calc(20px + (50 - 20)*(100vw - 375px)/(1440 - 375));
  margin: auto;
}

#contents {
  max-width: 1100px;
  margin: auto;
  padding: 0 3%;
}

.sp-br {
  display: none;
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .sp-br {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-br {
    display: block;
  }
  #contents {
    width: 94%;
  }
}

/* ------------------------------------------
	関数セット
--------------------------------------------- */
.h3-title {
  text-align: center;
  padding-top: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(20px + (30 - 20)*(100vw - 375px)/(1440 - 375));
}

.h3-title p {
  text-align: center;
}

.h3-title h3 {
  font-weight: 600;
  color: #4EA58F;
  line-height: 1.8;
  text-align: center;
}

.h3-title h2 {
  font-weight: 600;
  color: #4EA58F;
  line-height: 1.8;
  text-align: center;
}

.h4-title {
  text-align: center;
  padding-bottom: calc(20px + (30 - 20)*(100vw - 375px)/(1440 - 375));
}

.h4-title p {
  text-align: center;
}

.h4-title h4 {
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

/* ------------------------------------------
---------------------header-----------------------
--------------------------------------------- */
header {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

header .head-area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50vw;
  padding: 0 20px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 999;
}

header .head-area #contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

header .head-area #contents .logo-text {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

header .head-area #contents .sp-logo_tengard {
  display: none;
}

header .head-area #contents .ds-logo {
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 9999;
}

header .topimg {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
}

@media (max-width: 767px) {
  header {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
  }
  header .head-area {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50vw;
    padding: 0 20px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 999;
  }
  header .head-area #contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
  header .head-area #contents .logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: none;
  }
  header .head-area #contents .sp-logo_tengard {
    display: block;
  }
  header .head-area #contents .ds-logo {
    position: absolute;
    top: 7px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 9999;
  }
  header .topimg {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
  }
}

/* ------------------------------------------
--------------------CVエリア-----------------------
--------------------------------------------- */
.cv-area {
  background-color: #E8E8E8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cv-area #contents {
  text-align: center;
  color: #000;
}

.cv-area #contents .fold {
  font-size: calc(20px + (32 - 20)*(100vw - 375px)/(1440 - 375));
  font-weight: 600;
}

.cv-area #contents p {
  font-weight: 600;
}

/* ------------------------------------------
--------------------導入部-----------------------
--------------------------------------------- */
.start {
  padding-top: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
}

.start #contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.start #contents .flex-img {
  padding-right: 2%;
}

.start #contents .flex-img img {
  width: 100%;
}

.start #contents .flex-img h2 {
  font-size: calc(40px + (64 - 40)*(100vw - 375px)/(1440 - 375));
  line-height: 1.4;
  letter-spacing: 10px;
}

.start #contents .flex-text {
  padding-left: 2%;
}

.start #contents .flex-text h3 {
  font-weight: 600;
  font-size: 24px;
  color: #4EA58F;
  padding-bottom: 10px;
}

.start #contents .flex-text p {
  margin-bottom: 2%;
}

@media (max-width: 767px) {
  .start #contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .start #contents .flex-img {
    padding-right: 2%;
  }
  .start #contents .flex-img img {
    width: 100%;
  }
  .start #contents .flex-img h2 {
    font-size: calc(40px + (64 - 40)*(100vw - 375px)/(1440 - 375));
    line-height: 1.4;
    letter-spacing: 10px;
  }
  .start #contents .flex-text {
    padding-left: 2%;
  }
  .start #contents .flex-text h3 {
    font-weight: 600;
    font-size: 24px;
    color: #4EA58F;
    padding-bottom: 10px;
  }
  .start #contents .flex-text p {
    margin-bottom: 2%;
  }
}

/* ------------------------------------------
--------------------お金の教育を受けたことはありますか？-----------------------
--------------------------------------------- */
.studyofmoney .catch-area {
  background-color: #4EA58F;
  position: relative;
}

.studyofmoney .catch-area .study-img {
  height: 40px;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  position: 99;
}

.studyofmoney .catch-area #contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding: 4% 4% 0 4%;
}

.studyofmoney .catch-area #contents h2 {
  color: #fff;
}

.studyofmoney .catch-area #contents h2 span {
  font-size: calc(40px + (56 - 40)*(100vw - 375px)/(1440 - 375));
}

.studyofmoney .container {
  padding: 0 4%;
  background-color: #E8E8E8;
  padding-top: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
}

.studyofmoney .container #contents {
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding-bottom: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
  /*--▼▼お金の教育ってあった…?▼▼--*/
  /*--▼▼世界と日本の教育の違い▼▼--*/
  /*--▼▼お金の教育で何がどう変わる？▼▼--*/
  /*--▼▼日米で見た資産の割合▼▼--*/
  /*--▼▼お金のリテラシーは家計に直接現れる！▼▼--*/
  /*--▼▼日本人の老後の資産事情▼▼--*/
  /*--▼▼コロナ禍でリテラシーの差が明確に▼▼--*/
}

.studyofmoney .container #contents .studyofmoney-1 {
  padding-bottom: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
}

.studyofmoney .container #contents .studyofmoney-1 .sec2-graph01 {
  padding-bottom: calc(10px + (20 - 10)*(100vw - 375px)/(1440 - 375));
}

.studyofmoney .container #contents .studyofmoney-1 .text {
  margin: auto;
}

.studyofmoney .container #contents .studyofmoney-1 .text p {
  text-align: center;
}

.studyofmoney .container #contents .studyofmoney-2 {
  padding-bottom: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
}

.studyofmoney .container #contents .studyofmoney-2 .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.studyofmoney .container #contents .studyofmoney-2 .flex-container .card {
  width: 33%;
  text-align: center;
}

.studyofmoney .container #contents .studyofmoney-2 .flex-container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.studyofmoney .container #contents .studyofmoney-2 .flex-container02 .card {
  width: 42%;
  text-align: center;
}

.studyofmoney .container #contents .studyofmoney-2 .flex-container02 .card .sub-title {
  font-weight: 600;
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(10px + (20 - 10)*(100vw - 375px)/(1440 - 375));
}

.studyofmoney .container #contents .studyofmoney-2 .flex-container02 .card .text h5 {
  font-weight: 600;
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  color: #4EA58F;
  padding-top: calc(10px + (20 - 10)*(100vw - 375px)/(1440 - 375));
}

.studyofmoney .container #contents .p-fold {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.studyofmoney .container #contents .p-fold span {
  font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.studyofmoney .container #contents .studyofmoney-4 .h3-title {
  padding-top: 0;
}

.studyofmoney .container #contents .studyofmoney-4 .p-fold {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.studyofmoney .container #contents .studyofmoney-4 .p-fold span {
  font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.studyofmoney .container #contents .studyofmoney-5 .arrow {
  padding-bottom: 10px;
}

.studyofmoney .container #contents .studyofmoney-5 p {
  text-align: center;
}

.studyofmoney .container #contents .studyofmoney-6 p {
  text-align: center;
}

@media (max-width: 767px) {
  .studyofmoney .catch-area {
    background-color: #4EA58F;
    position: relative;
  }
  .studyofmoney .catch-area .study-img {
    height: 40px;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    position: 99;
  }
  .studyofmoney .catch-area #contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    padding: 4% 4% 0 4%;
  }
  .studyofmoney .catch-area #contents h2 {
    color: #fff;
    text-align: center;
  }
  .studyofmoney .catch-area #contents h2 span {
    font-size: calc(40px + (56 - 40)*(100vw - 375px)/(1440 - 375));
  }
  .studyofmoney .container {
    padding: 0 4%;
    background-color: #E8E8E8;
    padding-top: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
  }
  .studyofmoney .container #contents {
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding-bottom: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
    /*--▼▼お金の教育ってあった…?▼▼--*/
    /*--▼▼世界と日本の教育の違い▼▼--*/
    /*--▼▼お金の教育で何がどう変わる？▼▼--*/
    /*--▼▼日米で見た資産の割合▼▼--*/
    /*--▼▼お金のリテラシーは家計に直接現れる！▼▼--*/
    /*--▼▼日本人の老後の資産事情▼▼--*/
    /*--▼▼コロナ禍でリテラシーの差が明確に▼▼--*/
  }
  .studyofmoney .container #contents .studyofmoney-1 {
    padding-bottom: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
  }
  .studyofmoney .container #contents .studyofmoney-1 .sec2-graph01 {
    padding-bottom: calc(10px + (20 - 10)*(100vw - 375px)/(1440 - 375));
  }
  .studyofmoney .container #contents .studyofmoney-1 .text {
    margin: auto;
  }
  .studyofmoney .container #contents .studyofmoney-1 .text p {
    text-align: center;
  }
  .studyofmoney .container #contents .studyofmoney-2 {
    padding-bottom: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
  }
  .studyofmoney .container #contents .studyofmoney-2 .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .studyofmoney .container #contents .studyofmoney-2 .flex-container .card {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 3%;
  }
  .studyofmoney .container #contents .studyofmoney-2 .flex-container02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .studyofmoney .container #contents .studyofmoney-2 .flex-container02 .card {
    width: 48%;
    text-align: center;
  }
  .studyofmoney .container #contents .studyofmoney-2 .flex-container02 .card .sub-title {
    font-weight: 600;
    font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(10px + (20 - 10)*(100vw - 375px)/(1440 - 375));
  }
  .studyofmoney .container #contents .studyofmoney-2 .flex-container02 .card .text h5 {
    font-weight: 600;
    font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
    color: #4EA58F;
    padding-top: calc(10px + (20 - 10)*(100vw - 375px)/(1440 - 375));
  }
  .studyofmoney .container #contents .p-fold {
    font-size: 16px;
    text-align: center;
  }
  .studyofmoney .container #contents .p-fold span {
    font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  }
  .studyofmoney .container #contents .studyofmoney-4 .h3-title {
    padding-top: 0;
  }
  .studyofmoney .container #contents .studyofmoney-4 .p-fold {
    font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
  .studyofmoney .container #contents .studyofmoney-4 .p-fold span {
    font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  }
  .studyofmoney .container #contents .studyofmoney-5 .arrow {
    padding-bottom: 10px;
  }
  .studyofmoney .container #contents .studyofmoney-5 p {
    text-align: center;
  }
  .studyofmoney .container #contents .studyofmoney-6 p {
    text-align: center;
  }
}

/* ------------------------------------------
--------------------お金のことをまなびたくなったら！-----------------------
--------------------------------------------- */
.letsstudy .h3-title h3 {
  font-size: calc(20px + (40 - 20)*(100vw - 375px)/(1440 - 375));
}

.letsstudy .catch-area {
  background-color: #4EA58F;
  position: relative;
}

.letsstudy .catch-area .lets-img {
  height: 40px;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  position: 99;
}

.letsstudy .catch-area #contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding: 4% 4% 0 4%;
}

.letsstudy .catch-area #contents h2 {
  color: #fff;
}

.letsstudy .catch-area #contents h2 span {
  font-size: calc(40px + (56 - 40)*(100vw - 375px)/(1440 - 375));
}

.letsstudy .container {
  padding: 0 4%;
  background-color: #F2CE58;
  padding-top: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
}

.letsstudy .container #contents {
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding-top: calc(10px + (20 - 10)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
  /*--▼▼LINEだけでリテラシーUPできる理由▼▼--*/
  /*--▼▼他社さま教育サービスとの比較▼▼--*/
}

.letsstudy .container #contents .letsstudy-1 .point .card {
  background-color: #E4F0F8;
  text-align: center;
  padding: 3%;
  margin-bottom: 40px;
  position: relative;
}

.letsstudy .container #contents .letsstudy-1 .point .card .number-absolute {
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  border: solid 7px #E4F0F8;
  position: absolute;
  top: -35px;
  left: 35px;
  z-index: 99;
}

.letsstudy .container #contents .letsstudy-1 .point .card .number-absolute p {
  font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  font-weight: 600;
  color: #4EA58F;
}

.letsstudy .container #contents .letsstudy-1 .point .card h4 span {
  font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  font-weight: 600;
}

.letsstudy .container #contents .letsstudy-2 .wrapper .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3%;
  font-weight: 600;
}

.letsstudy .container #contents .letsstudy-2 .wrapper .flex-container .textbox-color01 {
  background-color: #E8E8E8;
  border-radius: 40px;
  padding: 3%;
  width: 40%;
}

.letsstudy .container #contents .letsstudy-2 .wrapper .flex-container .textbox-color02 {
  background-color: #ECA26C;
  color: #fff;
  border-radius: 40px;
  padding: 3%;
  width: 40%;
}

@media (max-width: 767px) {
  .letsstudy .catch-area {
    background-color: #4EA58F;
  }
  .letsstudy .catch-area #contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    padding: 4% 4% 0 4%;
  }
  .letsstudy .catch-area #contents h2 {
    text-align: center;
    color: #fff;
  }
  .letsstudy .catch-area #contents h2 span {
    font-size: calc(40px + (56 - 40)*(100vw - 375px)/(1440 - 375));
  }
  .letsstudy .container {
    background-color: #E8E8E8;
  }
  .letsstudy .container #contents {
    background-color: #fff;
    /*--▼▼LINEだけでリテラシーUPできる理由▼▼--*/
    /*--▼▼他社さま教育サービスとの比較▼▼--*/
  }
  .letsstudy .container #contents .letsstudy-1 .point .card {
    background-color: #E4F0F8;
    text-align: center;
    padding: 5%;
    margin-bottom: 40px;
    position: relative;
  }
  .letsstudy .container #contents .letsstudy-1 .point .card .number-absolute {
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    border: solid 7px #E4F0F8;
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: 99;
  }
  .letsstudy .container #contents .letsstudy-1 .point .card .number-absolute p {
    font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    font-weight: 600;
    color: #4EA58F;
  }
  .letsstudy .container #contents .letsstudy-1 .point .card h4 {
    padding-bottom: 15px;
  }
  .letsstudy .container #contents .letsstudy-1 .point .card h4 span {
    font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    font-weight: 600;
  }
  .letsstudy .container #contents .letsstudy-2 picture {
    padding: 20px;
  }
  .letsstudy .container #contents .letsstudy-2 .wrapper .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3%;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .letsstudy .container #contents .letsstudy-2 .wrapper .flex-container .textbox-color01 {
    background-color: #E8E8E8;
    border-radius: 40px;
    padding: 3%;
    width: 90%;
  }
  .letsstudy .container #contents .letsstudy-2 .wrapper .flex-container .textbox-color02 {
    background-color: #ECA26C;
    color: #fff;
    border-radius: 40px;
    padding: 3%;
    width: 90%;
  }
}

/* ------------------------------------------
---------------------ダイレクト貯金-----------------------
--------------------------------------------- */
.direct-saving {
  padding-top: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
}

.direct-saving #contents {
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding-bottom: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
  border: solid 2px #4EA58F;
  width: 100%;
}

.direct-saving #contents .h3-title h2 {
  color: #4EA58F;
  text-align: left;
}

.direct-saving #contents .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.direct-saving #contents .flex-container .text p {
  margin: 3%;
}

@media (max-width: 767px) {
  .direct-saving {
    padding-top: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
  }
  .direct-saving #contents {
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding-bottom: calc(10px + (20 - 10)*(100vw - 375px)/(1440 - 375));
    border: solid 2px #4EA58F;
    width: 94%;
  }
  .direct-saving #contents .h3-title h2 {
    color: #4EA58F;
    text-align: center;
  }
  .direct-saving #contents .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .direct-saving #contents .flex-container .text p {
    margin: 3%;
    text-align: center;
  }
}

/* ------------------------------------------
---------------------理想の老後-----------------------
--------------------------------------------- */
.future #contents {
  padding-top: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
}

.future #contents .img {
  width: 100%;
}

.future #contents .img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3%;
  width: 100%;
}

.future #contents .text {
  text-align: center;
}

.future #contents .text p {
  margin-bottom: 3%;
}

@media (max-width: 767px) {
  .future #contents {
    padding-top: calc(30px + (60 - 30)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(60px + (120 - 60)*(100vw - 375px)/(1440 - 375));
  }
  .future #contents .img {
    width: 100%;
  }
  .future #contents .img img {
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px;
    width: 100%;
  }
  .future #contents .text {
    text-align: center;
  }
  .future #contents .text p {
    margin-bottom: 3%;
  }
}

/* ------------------------------------------
---------------------footer-----------------------
--------------------------------------------- */
footer {
  background-color: #4EA58F;
  color: #fff;
  text-align: center;
  padding-top: 3%;
}

footer small {
  display: block;
  margin: auto;
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */