@media screen and (max-width: 769px) {
  .result-scroll {
    height: 320px;
    overflow: scroll;
  }

  /*----------------------------------------
    #header
  ----------------------------------------*/
  #header {
    margin-bottom: 0;
  }

  .form-step {
    margin-bottom: 2rem;
    padding: 0 3rem 2rem;
    background: url(../images/back-form-step.jpg) repeat center top;
    background-size: 100%;
  }

  .form-step-btn {
    display: flex;
    justify-content: space-between;
  }

  .form-step-btn li {
    width: 30%;
  }

  .form-step-list {
    margin-bottom: 1rem;
  }

  .form-step-list dl {
    width: 100%;
    background: #000;
  }

  .form-step-list dd {
    padding: 1rem;
  }

  .form-step-list dd dl {
    width: 100%;
  }

  .form-step-list dd dt {
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }

  .form-step-list dd dt span {
    margin: 0 .3em .3em 0;
    padding: .1em .3em;
    color: #000;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    border-radius: .3em;
  }

  .form-step-list dd dd {
    padding: 0;
  }

  .form-step-list dd dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }

  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    background: #42281b;
  }

  #result .filter {
    background: url(../images/back-result.jpg) no-repeat center center;
    background-size: cover;
  }

  #result h3 {
    padding: 3rem 2rem 3rem 2rem;
    background: #ffffff5e;
  }

  #result .image-result-account {
    border: 2px solid #000;
  }

  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }

  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }

  .result-data {
    height: 20rem;
    overflow: scroll;
    background: #fff;
  }

  .result-data iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }

  .column3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column3 li {
    width: 33%;
  }

  .column3 li:last-child {
    margin-bottom: 0 !important;
  }

  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit h3 {
    padding: 3rem;
    background: url(../images/back-merit.jpg) no-repeat center top;
    background-size: cover;
  }

  #merit .text {
    padding: 3rem;
    background: #fff;
  }

  #merit-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  #merit-list dl {
    margin-bottom: 2%;
    width: 48%;
    background: #000;
  }

  #merit-list dl:last-child {
    margin-bottom: 2% !important;
  }

  #merit-list dd {
    padding: 1rem;
  }

  #merit-list dd p {
    color: #fff;
    font-size: 2.7vw;
    text-align: center;
  }

  #merit-list dd dl {
    width: 100%;
  }

  #merit-list dd dt {
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }

  #merit-list dd dt span {
    margin: 0 .3em .3em 0;
    padding: .1em .3em;
    color: #000;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    border-radius: .3em;
  }

  #merit-list dd dd {
    padding: 0;
  }

  #merit-list dd dd p {
    margin-bottom: 1em;
    font-size: 10px;
    font-size: 2.7vw;
    color: #fff;
  }

  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step {
    padding: 2rem;
    background: url(../images/back-step.jpg) no-repeat center center;
    background-size: cover;
  }

  #step h3 {
    margin: 2rem 0px 1rem;
  }

  #step dl {
    border: 2px solid #000;
    background: #fff;
    padding: 6rem 2rem 3rem;
    margin-bottom: 2rem;
    position: relative;
  }

  #step dt {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 5%;
    font-feature-settings: "palt";
  }

  #step span {
    position: absolute;
    top: 1.5rem;
    left: -1.5rem;
    width: 30%;
  }

  /*----------------------------------------
    #scenario
  ----------------------------------------*/
  #scenario h3 {
    padding: 3rem 3rem 3rem 3rem;
    background: url(../images/back-scenario.jpg) no-repeat center center;
    background-size: cover;
  }

  #scenario .text {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.7);
  }

  #scenario p {
    color: #fff;
  }

  /*----------------------------------------
    #about
  ----------------------------------------*/
  #about h3 {
    padding: 2rem 1rem;
    background: url(../images/back-about.jpg) no-repeat center top;
    background-size: cover;
  }

  #about .text {
    padding: 3rem;
    background: #000;
  }

  #about p {
    color: #fff;
  }

  #about ul.compare-list {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #fff;
  }

  #about ul.rich {
    background: #fff;
    border: none;
  }

  #about ul.rich p {
    color: #333;
  }

  #about ul.compare-list li {
    width: 100%;
    margin-bottom: 0;
    align-self: center;
  }

  #about ul.compare-list li P {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 80%;
    font-weight: bold;
  }

  #about ul.compare-list li p span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }

  #about ul.compare-list li br {
    display: block;
  }

  #about ul.compare-list li.txt {
    padding: 8% 8%;
  }

  #about ul.compare-list li.img {
    border: solid 1px #fff;
  }

  #about ul.compare-list li.list1 {
    order: 1;
  }

  #about ul.compare-list li.list2 {
    order: 2;
  }

  #about ul.compare-list li.list3 {
    order: 4;
  }

  #about ul.compare-list li.list4 {
    order: 3;
  }

  #about ul.compare-list li.list5 {
    order: 5;
  }

  #about ul.compare-list li.list6 {
    order: 6;
  }

  /*----------------------------------------
    #start
  ----------------------------------------*/
  #start h3 {
    padding: 5rem 1rem;
    background: url(../images/back-start.jpg) no-repeat center top;
    background-size: cover;
  }

  #start .text {
    padding: 3rem;
    background: #fff;
  }

  #start p {
    color: #333;
  }

  /*----------------------------------------
    #evidence
  ----------------------------------------*/
  #evidence {
    background: #000;
  }

  #evidence h3 {
    padding: 4rem 4rem 3rem 3rem;
    background: url(../images/back-evidence.jpg) no-repeat center center;
    background-size: cover;
  }

  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }

  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }

  .result-data {
    height: 20rem;
    overflow: scroll;
    background: #fff;
  }

  .result-data iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }

  .column3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column3 li {
    width: 33%;
  }

  .column3 li:last-child {
    margin-bottom: 0 !important;
  }

  /*----------------------------------------
    #logical-forex
  ----------------------------------------*/
  #logical-forex h3 {
    background: url(../images/back-logical-forex.jpg) no-repeat center top;
    background-size: cover;
  }

  #logical-forex h3 img {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.5);
  }

  #logical-forex .text {
    padding: 3rem;
    background: #fff;
  }

  #logical-forex dl {
    margin-bottom: 1rem;
  }

  #logical-forex dt {
    padding: 2rem;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    font-weight: bold;
    background: #000;
  }

  #logical-forex dd {
    padding: 3rem;
    background: #fff;
    /*border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;*/
  }

  /*----------------------------------------
    #reliance
  ----------------------------------------*/
  #reliance h3 {
    padding: 3rem 6rem 3rem 1rem;
    background: url(../images/back-reliance.jpg) no-repeat center top;
    background-size: cover;
  }

  #reliance .text {
    padding: 3rem;
    background: white;
  }

  #reliance .text p{
    color: #000;
  }

  #reliance .cross-list {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #00a66e;
  }

  #reliance .cross-list dt {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
  }

  #reliance .cross-list p {
    color: #fff;
  }



  /*----------------------------------------
    #concept
  ----------------------------------------*/
  #concept h3 {
    background: url(../images/back-concept.jpg) no-repeat center top;
    background-size: cover;
  }

  #concept h3 img {
    padding: 3rem;
    background: rgb(0 0 0 / 50%);
  }

  #concept .text {
    padding: 3rem;
    background: #000;
  }

  #concept p {
    color: #fff;
  }

  /*----------------------------------------
    #profile
  ----------------------------------------*/

  #profile {
    /* padding: 3rem; */
    background: #010b52;
  }

  #profile h3 {
    padding: 5rem 15rem 5rem 2rem;
    background: url(../images/back-profile.jpg) no-repeat center top;
    background-size: cover;
  }

  #profile h4 {
    padding: 2rem;
    background: #000;
    margin-bottom: 3rem;
  }

  #profile .detail {
    padding: 3rem;
    background: #000;
  }

  #profile .detail p {
    color: #fff;
  }

  #profile .text {
    padding: 3rem;
    background: #fff;
  }

  #profile .text p{
    color: #112335;
  }


  /*----------------------------------------
    #social
  ----------------------------------------*/
  #social h3 {
    background: url(../images/back-social.jpg) no-repeat center top;
    background-size: cover;
  }

  #social h3 img {
    padding: 3rem;
    /* background: rgb(0 0 0 / 50%); */
  }

  #social .text {
    padding: 3rem;
    background: #000;
  }

  #social p {
    color: #fff;
  }

  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding-bottom: 3rem;
  }

  #faq h3 {
    padding: 3rem 2rem 3rem 16rem;
    background: url(../images/back-faq.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 3%;
  }

  #faq dl {
    margin: 0 auto 1rem;
    width: 95%;
  }

  #faq dt {
    padding: 2rem;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    line-height: 160%;
    background: #f24747;
  }

  #faq dt p {
    color: #fff;
    font-weight: bold;
  }

  #faq dd {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f24747;
  }

  #faq dd p {
    line-height: 160%;
  }

  #faq dd li {
    line-height: 160%;
  }

  /*----------------------------------------
    #uniqueness
  ----------------------------------------*/
  #uniqueness h3 {
    background: url(../images/back-uniqueness.jpg) no-repeat center top;
    background-size: cover;
  }

  #uniqueness h3 img {
    padding: 3rem 2rem;
    /* background: rgba(0, 0, 0, 0.3); */
  }

  #uniqueness .text {
    padding: 3rem;
    background: #000;
  }

  #uniqueness .text p {
    color: #fff;
  }

  #profile-book {
    margin-bottom: 0;
  }

  #profile-page {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #profile-page li {
    margin-bottom: 2%;
    width: 49%;
  }


  /*----------------------------------------
    #fear
  ----------------------------------------*/
  #fear h3 {
    padding: 3rem;
    background: url(../images/back-fear.jpg) no-repeat center top;
    background-size: cover;
  }

  #fear h4 {
    padding: 1rem 2rem;
  }

  #fear .text {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
  }

  #fear .text p{
    color: #000;
  }

  #fear .name {
    text-align: right;
  }

  #fear .name img {
    width: 40%;
  }

  #fear .epilogue-scroll {
    height: 320px;
    overflow: scroll;
  }


  /*----------------------------------------
    #relief
  ----------------------------------------*/
  #relief {
    /* padding: 3rem; */
    background: #010b52;
  }

  #relief h3 {
    padding: 4rem 1rem 4rem 15rem;
    background: url(../images/back-relief.jpg) no-repeat center top;
    background-size: cover;
  }

  #relief h4 {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #000;
  }

  #relief .detail {
    padding: 3rem;
    background: #000;
  }

  #relief .detail p {
    color: #fff;
  }

  #relief .text {
    padding: 3rem;
    background: #3b230d;
  }

  #relief .text p{
    color: #f3d3ac;
  }

  #relief-book {
    margin-bottom: 0;
  }

  #relief-page {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #relief-page li {
    margin-bottom: 2%;
    width: 49%;
  }

  /*----------------------------------------
    #benefit
  ----------------------------------------*/
  #benefit h3 {
    padding: 5rem 1rem 5rem 16rem;
    background: url(../images/back-benefit.jpg) no-repeat center center;
    background-size: cover;
  }

  #benefit .text {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
  }

  #benefit p {
    color: #333;
  }


  /*----------------------------------------
    #bullet
  ----------------------------------------*/
  #bullet h3 {
    padding: 2rem;
  }

  #bullet .inner {
    background: url(../images/back-bullet.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 2rem;
  }

  #bullet .text {
    padding: 2rem;
    background: #fff;
    margin: 0 1rem;
  }

  #bullet ul li {
    display: flex;
    align-items: baseline;
  }

  #bullet p {
    color: #000;
  }


}

@media screen and (min-width: 769px) {

  .result-scroll {
    height: 480px;
    overflow: scroll;
  }

  #result .result-scroll {
    height: 650px;
    overflow: scroll;
  }

  .form .inner {
    width: 65%;
    margin: 0 auto;
  }

  .form-step {
    margin-bottom: 5%;
    padding: 0;
    background: url(../images/back-form-step.jpg) no-repeat center top;
    background-size: 100%;
  }

  .form-step-btn {
    display: flex;
    justify-content: space-between;
  }

  .form-step-btn li {
    width: 20%;
  }

  .form form .form-step {
    padding: 0;
  }

  .form input[type=text], input[type=email] {
    padding: .4em 3% !important;
  }

  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 6% 0;
    background: url(../images/back-result.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #result .inner {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 10%;
  }

  #result h3 {
    margin-bottom: 4%;
  }

  ul.result-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.result-list li {
    width: 33%;
    margin-bottom: 1%;
  }

  .result-data {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #fff;
  }

  .result-data iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    overflow: scroll;
  }

  .column3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column3 li {
    width: 33%;
  }

  .column3 li:last-child {
    margin-bottom: 1em !important;
  }

  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit {
    padding: 10% 0 5%;
    background: url(../images/back-merit.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #merit .inner {
    margin: 0 auto 10%;
    width: 70%;
  }


  /*----------------------------------------
    #benefit
  ----------------------------------------*/
  #benefit {
    padding: 10% 0 5%;
    background: url(../images/back-benefit.jpg) no-repeat center top fixed;
    background-size: cover;
    background-blend-mode: multiply;
  }

  #benefit .inner {
    margin: 0 5% 0 40%;
  }

  #benefit .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.9);
  }

  #benefit h3 {
    margin-bottom: 5%;
  }

  #benefit p {
    color: #181650;
  }


  /*----------------------------------------
    #bullet
  ----------------------------------------*/
  #bullet {
    padding: 10% 0 10%;
    background: url(../images/back-bullet.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #bullet .inner {
    margin: 0 40% 0 5%;
    width: 60%;
  }

  #bullet .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.9);
  }

  #bullet h3 {
    margin-bottom: 8%;
  }

  #bullet h3:nth-of-type(2) {
    margin-top: 8%;
  }

  #bullet p {
    color: #000;
  }

}


@media screen and (min-width: 769px) {
  #merit h3 {
    margin-bottom: 5%;
  }

  #merit .text {
    padding: 10%;
    background: #fff;
  }

  #merit-list {
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #merit-list dl {
    margin-bottom: 3%;
    width: 33%;
    background: #000;
  }

  #merit-list dl:last-child {
    margin-bottom: 3% !important;
  }

  #merit-list dd {
    padding: 8%;
  }

  #merit-list dd p {
    color: #fff;
    font-size: 1.2vw;
    text-align: center;
    font-weight: bold;
  }

  #merit-list dd dl {
    width: 100%;
  }

  #merit-list dd dt {
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }

  #merit-list dd dt span {
    margin: 0 .3em .3em 0;
    padding: .1em .3em;
    color: #000;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    border-radius: .3em;
  }

  #merit-list dd dd {
    padding: 0;
  }

  #merit-list dd dd p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }

  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step {
    padding: 8% 0 8%;
    background: url(../images/back-step.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #step .inner {
    margin: 0 auto;
    width: 60%;
  }

  #step .text {
    display: flex;
    gap: 0 15px;
  }

  #step h3 {
    margin-bottom: 6%;
  }

  #step dl {
    border: 2px solid #000;
    background: #fff;
    padding: 6% 3% 4%;
    position: relative;
  }

  #step dl.need {
    width: 49%;
  }

  #step dt {
    font-size: 1.1vw;
    font-weight: bold;
    margin-bottom: 5%;
  }

  #step span {
    position: absolute;
    top: 13px;
    left: -13px;
    width: 35%;
  }

  /*----------------------------------------
    #scenario
  ----------------------------------------*/
  #scenario {
    padding: 10% 0 10%;
    background: url(../images/back-scenario.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #scenario .inner {
    margin: 0 40% 10% 9%;
  }

  #scenario h3 {
    margin-bottom: 5%;
  }

  #scenario .text {
    margin: 0 auto;
    padding: 10%;
    background: rgba(0, 0, 0, 0.7);
  }

  #scenario p {
    color: #fff;
  }

  /*----------------------------------------
    #about
  ----------------------------------------*/
  #about {
    padding: 5% 0 5%;
    background: url(../images/back-about.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #about .inner {
    margin: 0 8% 10% 35%;
  }

  #about h3 {
    margin: 5% 0;
  }

  #about .text {
    margin: 0 auto;
    padding: 10%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  #about p {
    color: #fff;
  }

  #about ul.compare-list {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #fff;
  }

  #about ul.rich {
    background: #fff;
    border: none;
  }

  #about ul.rich p {
    color: #000;
  }

  #about ul.compare-list li {
    width: 50%;
    margin-bottom: 0;
    align-self: center;
  }

  #about ul.compare-list li P {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 80%;
    font-weight: bold;
  }

  #about ul.compare-list li P span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }

  #about ul.compare-list li.txt {
    padding: 2% 4%;

  }

  #about ul.compare-list li.img {
    border: solid 1px #fff;

  }

  /*----------------------------------------
    #start
  ----------------------------------------*/
  #start {
    padding: 10% 0 5%;
    background: url(../images/back-start.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #start .inner {
    margin: 0 40% 10% 5%;
  }

  #start h3 {
    margin-bottom: 5%;
  }

  #start .text {
    margin: 0 auto;
    padding: 10%;
    width: 85%;
    background: rgb(254 249 240 / 90%);
  }

  #start p {
    color: #0e0e0e;
  }

  /*----------------------------------------
    #evidence
  ----------------------------------------*/
  #evidence {
    padding: 10% 0 5%;
    background: url(../images/back-evidence.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #evidence .inner {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 10%;
  }

  #evidence h3 {
    margin-bottom: 6%;
  }

  .result-data {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #fff;
  }

  .result-data iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    overflow: scroll;
  }

  .column3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column3 li {
    width: 33%;
  }

  .column3 li:last-child {
    margin-bottom: 1em !important;
  }

  /*----------------------------------------
    #logical-forex
  ----------------------------------------*/
  #logical-forex {
    background: url(../images/back-logical-forex.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #logical-forex .overlay {
    padding: 10% 0 5%;
    background: rgba(255, 255, 255, 0.5);
  }

  #logical-forex .inner {
    margin: 0 auto 10%;
    width: 60%;
  }

  #logical-forex h3 {
    margin-bottom: 5%;
  }

  #logical-forex .text {
    margin: 0 auto 10%;
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }

  #logical-forex dl {
    margin-bottom: 5%;
  }

  #logical-forex dt {
    padding: 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    background: #000;
  }

  #logical-forex dd {
    margin: 0 auto;
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
  }

  /*----------------------------------------
    #reliance
  ----------------------------------------*/
  #reliance {
    padding: 10% 0 5%;
    background: url(../images/back-reliance.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #reliance .inner {
    margin: 0 35% 10% 8%;
  }

  #reliance h3 {
    margin-bottom: 5%;
  }

  #reliance .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }

  #reliance .cross-list {
    margin-bottom: 5%;
    padding: 5%;
    background: #00a5c5;
    border-radius: 8px;
  }

  #reliance .cross-list dt {
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }

  #reliance .cross-list p {
    color: #fff;
  }


  /*----------------------------------------
    #concept
  ----------------------------------------*/
  #concept {
    background: url(../images/back-concept.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #concept .overlay {
    padding: 10% 0 5%;
    background: rgb(241 233 233 / 13%);
  }

  #concept .inner {
    margin: 0 auto 10%;
    width: 60%;
  }

  #concept h3 {
    margin-bottom: 5%;
  }

  #concept .text {
    margin: 0 auto 10%;
    padding: 10%;
    background: rgba(0, 0, 0, 0.7);
  }

  #concept .text p {
    color: #fff;
  }

  #concept .program-img {
    padding: 3px 75px 4px 1px;
  }

  /*----------------------------------------
    #social
  ----------------------------------------*/
  #social {
    background: url(../images/back-social.jpg) no-repeat center top fixed;
    background-size: cover;
    padding: 10% 0 5%;
  }

  #social .overlay {
    padding: 10% 0 5%;
    background: rgb(241 233 233 / 13%);
  }

  #social .inner {
    margin: 0 40% 0 5%;
  }

  #social h3 {
    margin-bottom: 5%;
  }

  #social .text {
    margin: 0 auto 10%;
    padding: 10%;
    background: rgba(0, 0, 0, 0.7);
  }

  #social .text p {
    color: #fff;
  }

  #social .program-img {
    padding: 3px 75px 4px 1px;
  }

  /*----------------------------------------
    #profile
  ----------------------------------------*/
  #profile {
    padding: 10% 0 5%;
    background: url(../images/back-profile.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #profile .inner {
    margin: 0 40% 0 5%;
  }

  #profile h3 {
    margin-bottom: 5%;
  }

  #profile .detail {
    padding: 10%;
    background: #000;
  }

  #profile .detail p {
    color: #fff;
  }

  #profile .text {
    padding: 10%;
    background: #ffffffeb;
  }

  .slick-prev,
  .slick-next {
    width: 80px;
    height: 80px;
  }

  /*----------------------------------------
    #relief
  ----------------------------------------*/
  #relief {
    padding: 10% 0 5%;
    background: url(../images/back-relief.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #relief .inner {
    margin: 0 5% 0 40%;
  }

  #relief h3 {
    margin-bottom: 5%;
  }

  #relief .detail {
    padding: 10%;
    background: #000;
  }

  #relief .detail p {
    color: #fff;
  }

  #relief .text {
    padding: 10%;
    background: #ffffffeb;
  }

  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding: 10% 0 5%;
    background: url(../images/back-faq.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #faq .inner {
    margin: 0 6% 0 40%;
  }
}

@media screen and (min-width: 769px) {
  #faq h3 {
    margin-bottom: 5%;
    text-align: center;
  }

  #faq dl {
    margin-bottom: 5%;
  }

  #faq dt {
    padding: 3%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 160%;
    background: #f24747;
  }

  #faq dt p {
    color: #fff;
    font-weight: bold;
  }

  #faq dd {
    padding: 3%;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f24747;
  }

  #faq dd p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }

  #faq dd li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }

  #faq dd .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }

  #faq dd .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }

  #faq .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  #faq .comment h4 {
    margin-bottom: 1em;
    padding-bottom: .3em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
  }
}


@media screen and (min-width: 769px) {

  /*----------------------------------------
    #uniqueness
  ----------------------------------------*/
  #uniqueness {
    padding: 10% 0 10%;
    background: url(../images/back-uniqueness.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #uniqueness .inner {
    margin: 0 5% 0 40%;
  }

  #uniqueness h3 {
    margin-bottom: 5%;
  }

  #uniqueness .text {
    padding: 13%;
    background: rgb(0 0 0 / 84%);
  }

  #uniqueness .text p {
    color: #fff;
  }

  /*----------------------------------------
    #fear
  ----------------------------------------*/
  #fear {
    padding: 10% 0 3%;
    background: url(../images/back-fear.jpg) no-repeat center top fixed;
    background-size: cover;
  }

  #fear .inner {
    margin: 0 auto;
    width: 65%;
  }

  #fear .epilogue-scroll {
    height: 480px;
    overflow: scroll;
  }

  #fear .text {
    margin-bottom: 5%;
    padding: 12%;
    background: rgba(255, 255, 255, 0.95);
  }

  #fear h3 {
    margin-bottom: 5%;
  }

  #fear .name {
    text-align: right;
  }

  #fear .name img {
    width: 40%;
  }

  #fear .epilogue-img {
    padding: 5px 96px 4px 1px;
  }
}
.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* border: 3px solid #808080; */
  /* border-image: linear-gradient(134deg, #606060 0%, #414141 25%, rgb(181 181 181) 50%, #414141 75%, #606060 100%); */
  /* border-image-slice: 1; */
  margin-bottom: 8%;
}

.form input[type=image] {
  width: 100%;
}

.form form p{
  color: #fff;
}

#social .voice_child{
  display: grid;
  grid-template-columns: 30% 1fr;
  margin: 5% 0;
  padding-bottom: 5%;
  border-bottom: 1px solid #fff;
}

#social .voice_child p{
  margin: 0 5%;
}

.cv_btn {
  animation: anime1 0.8s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime1 {
  from {transform: scale(0.95, 0.95);}
  to {transform: scale(1, 1);}
}
