@charset "utf-8";

/* html
=========================================== */
html {
  overflow: auto;
  font-size: 2.66667vmin;/* (10/375 * 100) */
}

@media only screen and (min-width: 481px) {
  html {
    font-size: 62.5%;
  }
}

#pc {
  display: none;
}
@media screen and (min-width: 481px) {
  #pc {
    display: block;
  }
}

#sp {
  display: block;
}
@media screen and (min-width: 481px) {
  #sp {
    display: none;
  }
}


/* body
=========================================== */
body{
  overflow: hidden;
  height: 100%;
  color: #38352f;
  font-size: 1.8rem;
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, Lato, "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;/* フォントのアンチエイリアス */
  -moz-osx-font-smoothing: grayscale;/* フォントのアンチエイリアス */
  -webkit-overflow-scrolling: touch;/* スクロールがスムーズになる */
  overflow-scrolling: touch;/* スクロールがスムーズになる */
}

div,p,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,table,tr,th,td,article,aside,header,footer,section,nav{
  box-sizing: border-box;
}

img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* SP */
@media screen and (max-width: 480px) {
  .view_sp{
    display: block;
  }
  .view_pc{
    display: none;
  }
}
/* タブレット・PC */
@media screen and (min-width: 481px) {
  .view_sp{
    display: none;
  }
  .view_pc{
    display: block;
  }
}


/* header
=========================================== */
.mv {
  height: 720px;
  background-image: url(../images/mv_bg_sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 481px) {
  .mv {
    height: 770px;
    background-image: url(../images/mv_bg_pc.png);
    background-position: 63% top;
  }
}
@media screen and (min-width: 769px) {
  .mv {
    background-position: center 51%;
  }
}
@media screen and (min-width: 1260px) {
/*
  .mv {
    height: 52vw;
  }
*/
}

.mv_logo {
  width: 20%;
  max-width: 145px;
  height: 41px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  margin-bottom: 15px;
  line-height: 0;
}
@media screen and (min-width: 481px) {
  .mv_logo {
    height: 76px;
    padding-top: 40px;
    margin-bottom: 22px;
  }
}
.mv_bar {
  background: #a0c6d6;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 481px) {
  .mv_bar {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.mv_bar_list {
  width: 71.5%;
  max-width: 462px;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}

@media screen and (min-width: 769px) {
  .mv_contents {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

.mv_copy_wrap {
  padding-top: 25px;
}
@media screen and (min-width: 481px) {
  .mv_copy_wrap {
    width: 72%;
    margin-left: -2%;
    margin-top: 2%;
  }
}
@media screen and (min-width: 769px) {
  .mv_copy_wrap {
    padding-top: 4vmin;
    width: 70%;
    margin-right: auto;
    margin-left: -5px;
  }
}
@media screen and (min-width: 1060px) {
  .mv_copy_wrap {
    width: 53%;
  }
}

.mv_copy {
  width: 84.7%;
  max-width: 495px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-bottom: 25px;
}
/*
@media screen and (min-width: 481px) {
  .mv_copy {
    width: 495px;
  }
}
*/

.mv_copy::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 72.4%;
  height: 1px;
  background: #497eac;
  display: block;
}

.mv_copy_sub {
  width: 70%;
  max-width: 343px;
  margin-right: auto;
  margin-left: auto;
  height: 55px;
}
@media screen and (min-width: 481px) {
  .mv_copy_sub {
    height: 73px;
  }
}

.mv_icon_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 91.8%;
}
@media screen and (min-width: 481px) {
  .mv_icon_wrap {
    width:60%;
    left: 3%;
    transform: none;
  }
}
@media screen and (min-width: 769px) {
  .mv_icon_wrap {
    left: 50%;
    width: 450px;
    bottom: 65px;
    transform: translateX(-83%);
  }
}
@media screen and (min-width: 1060px) {
  .mv_icon_wrap {
    transform: translateX(-112%);
  }
}
@media screen and (min-width: 1366px) {
  .mv_icon_wrap {
    bottom: 65px;
  }
}

.mv_icon_buy {
  width: 28.7%;
  max-width: 168px;
}
@media screen and (min-width: 481px) {
  .mv_icon_buy {
    width: 168px;
    margin-right: 20px;
  }
}

.mv_icon_sale {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 481px) {
  .mv_icon_sale {
    width: 70%;
  }
}

.mv_icon_cmn {
  width: 33.8%;
  max-width: 145px;
}
@media screen and (min-width: 481px) {
  .mv_icon_cmn {
    width: 145px;
    margin-top: 5%;
  }
}

.mv_icon_cmn:not(:last-child) {
  margin-right: 2%;
}
@media screen and (min-width: 481px) {
  .mv_icon_cmn:not(:last-child) {
    margin-right: 10px;
  }
}


/* intro
=========================================== */
.intro {
  background-image: url(../images/intro_bg_sp.png);
  background-color: #fff;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 210px;
}
@media screen and (min-width: 481px) {
  .intro {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/intro_bg_pc.png);
  }
}
@media screen and (min-width: 769px) {
  .intro {
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(../images/intro_bg_pc.png);
  }
}
@media screen and (min-width: 860px) {
  .intro {
    margin-bottom: 90px;
  }
}

.intro_ttl {
  width: 50%;
  max-width: 590px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) {
  .intro_ttl {
    height: 147px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .intro_ttl {
    height: 54px;
    margin-bottom: 30px;
  }
}

.intro_ttl_sub {
  width: 67%;
  max-width: 446px;
  height: 37px;
  margin-right: auto;
  margin-left: auto;
}


/* course
=========================================== */
.course {
  border-right: 7px solid #db5e5d;
  border-left: 7px solid #db5e5d;
  border-bottom: 7px solid #db5e5d;
  padding-bottom: 4vmin;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10vmin;
  position: relative;
  z-index: 10000;
}
@media screen and (min-width: 769px) {
  .course {
    padding-bottom: 35px;
    margin-bottom: 90px;
  }
}

.course_list {
  padding-right: 6%;
  padding-left: 6%;
}
@media screen and (min-width: 769px) {
  .course_list {
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}

.course_ttl {
  width: 100%;
  background: #db5e5d;
  margin-bottom:10px;
}

.course_ttl span {
  display: block;
  width: 77%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4vmin;
  padding-bottom: 3vmin;
}
@media screen and (min-width: 769px) {
  .course_ttl span {
    width: 371px;
    padding-top: 14px;
    padding-bottom: 8px;
  }
}

.course_item {
  border-bottom: 1px dotted #000;
  padding-bottom: 2.5vmin;
  padding-top: 4vmin;
}

@media screen and (min-width: 769px) {
  .course_item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .course_item:nth-child(1) {
    border-right: 1px dotted #000;
    padding-right: 18px;
  }
  .course_item:nth-child(2) {
    padding-left: 18px;
  }
  .course_item:nth-child(3) {
    border-right: 1px dotted #000;
    padding-right: 18px;
  }
  .course_item:nth-child(4) {
    padding-left: 18px;
  }
  .course_item:nth-of-type(-n+4) {
    width: 50%;
    min-height: 140px;
  }
  .course_item5 {
    width: 100%;
  }
}

.course_item dl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .course_item dl {
    align-items: center;
    min-height: 140px;
  }
}

.course_item_number {
  margin-right: 12px;
}
@media screen and (min-width: 769px) {
  .course_item_number {
    width: 90px;
    margin-right: 16px;
  }
}

.course_item_benefits05_text {
  margin-top: 2vmin;
  margin-bottom: 2vmin;
  width: 100%;
  max-width: 679px;
}
@media screen and (min-width: 769px) {
  .course_item_benefits05_text {
    margin-top: -16px;
    margin-bottom: 33px;
    max-width: 679px;
    margin-left: 106px;
  }
}

.course_limited {
  padding-top: 6vmin;
}
@media screen and (min-width: 769px) {
  .course_limited {
    padding-top: 40px;
  }
}

.course_limited_ttl {
  width: 74%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vmin;
}
@media screen and (min-width: 769px) {
  .course_limited_ttl {
    width: 671px;
    margin-bottom: 43px;
  }
}

.course_limited_item {
  display: flex;
  margin-bottom: 4vmin;
}

.course_limited_item_img {
  width: 50%;
  margin-left: -7%;
  margin-right: 1%;
}
@media screen and (min-width: 769px) {
  .course_limited_item_img {
    width: 346px;
  }
}

.course_limited_item_text {
  width: 54%;
  margin-top: 3px;
  max-width: 458px;
}
@media screen and (min-width: 769px) {
  .course_limited_item_text {
    width: 458px;
  }
}

.course_limited_item_price {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vmin;
}
@media screen and (min-width: 769px) {
  .course_limited_item_price {
    width: 442px;
    margin-right: 97px;
    margin-left: auto;
    margin-top: -170px;
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 769px) {
  .course_item_text {
    width: 278px;
  }
  .course_item5 .course_item_text {
    width: 340px;
  }
}

.course_btn {
  background: #47ba0d;
  display: block;
  width: 91%;
  right: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  position: relative;
  box-shadow: 5px 5px 0px rgba(62,104,124,10);
  margin-bottom: 7vmin;
}
@media screen and (min-width: 481px) {
  .course_btn {
    box-shadow: 7px 10px 0px rgba(62,104,124,10);
  }
  .course_btn:hover {
    top: 10px;
    right: -7px;
    box-shadow: none;
  }
}
@media screen and (min-width: 769px) {
  .course_btn {
    width: 776px;
    margin-bottom: 45px;
  }
}

.course_btn::after {
  content: "";
  width: 7vmin;
  height: 7vmin;
  background: url(../images/course_btn_arw.png) center center no-repeat;
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .course_btn::after {
    width: 54px;
    height: 54px;
    right: 110px;
  }
}

.course_btn_text {
  width: 57%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6vmin;
  padding-bottom: 4.5vmin;
  position: relative;
  right: 5px;
}
@media screen and (min-width: 769px) {
  .course_btn_text {
    padding-top: 32px;
    padding-bottom: 22px;
  }
}

.course_important_point {
  width: 91.8%;
  margin-right: auto;
  margin-left: auto;
  max-width: 775px;
}
@media screen and (min-width: 769px) {
  .course_important_point {
    width: 775px;
  }
}


/* topics
=========================================== */
.topics {
  background-image: url(../images/topic_alphabet.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #f4edf0;
  background-size: 50%;
  padding-top: 12vmin;
  padding-bottom: 12vmin;
}
@media screen and (min-width: 481px) {
  .topics {
    background-position: 20% top;
    background-size: 396px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.topics_ttl {
  margin-bottom: 9vmin;
  width: 100%;
  max-width: 569px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 481px) {
  .topics_ttl {
    margin-bottom: 50px;
  }
}

.topics_list {
  padding-right: 5%;
  padding-left: 5%;
  max-width: 930px;
}
@media screen and (min-width: 481px) {
  .topics_list {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .topics_list {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
  }
}

.topics_item {
  overflow: hidden;
}

.topics_item_img {
  width: 45%;
  float: left;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .topics_item_img {
    width: 240px;
  }
}

.topics_item_text {
  width: 60%;
  float: left;
  padding: 10%;
  background: #fff;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 769px) {
  .topics_item_text {
    width: 250px;
    padding: 50px 50px 40px;
  }
}

.topics_item:nth-child(odd) .topics_item_text {
  margin: 20px 0 0 -5%;
  padding-left: 15%;
}
@media screen and (min-width: 769px) {
  .topics_item:nth-child(odd) .topics_item_text {
    margin: -47px 0px 0 40px;
    padding-left: 50px;
    padding-top: 70px;
  }
}

.topics_item:nth-child(even) .topics_item_text {
  margin: 20px -5% 0 0;
  padding-right: 15%;
}
@media screen and (min-width: 769px) {
  .topics_item:nth-child(even) .topics_item_text {
    margin: 0px 0 -20px 0;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 40px;
  }
  
  .topics_item:nth-child(even) .topics_item_img {
    margin-left: 40px;
  }
}

.topics_item:not(:last-child) {
  margin-bottom: 8vmin;
}
@media screen and (min-width: 769px) {
  .topics_item:not(:last-child) {
    margin-bottom: 0;
  }
}


/* media
=========================================== */
.media {
  background: #f3f7f9;
  padding-top: 9vmin;
  padding-bottom: 9vmin;
}
@media screen and (min-width: 769px) {
  .media {
    padding-top: 67px;
    padding-bottom: 40px;
  }
}

.media_inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .media_inner {
    max-width: 870px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.media_ttl {
  width: 80.5%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vmin;
}

.media_img {
  width: 91%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 100;
}

.media_alphabet {
  position: absolute;
  width: 40.5%;
  bottom: -10px;
  right: 20px;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .media_alphabet {
    width: 312px;
    bottom: -20px;
    right: -90px;
  }
}


/* cumulative_sales
=========================================== */
.cumulative_sales {
  background: #25b7aa;
  padding-top: 10vmin;
  padding-bottom: 7vmin;
}
@media screen and (min-width: 769px) {
  .cumulative_sales {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}

.cumulative_sales_text {
  width: 87.5%;
  max-width: 584px;
  margin-right: auto;
  margin-left: auto;
}


/* voice
=========================================== */
.voice {
  background-image: url(../images/voice_bg_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #ededed;
  padding-top: 13vmin;
  padding-bottom: 13vmin;
  background-size: contain;
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (min-width: 769px) {
  .voice {
    background-image: url(../images/voice_bg_pc.png);
    padding-right: 0;
    padding-left: 0;
    padding-top: 120px;
    padding-bottom: 70px;
    background-size: auto;
    margin-bottom: 70px;
  }
}

.voice_ttl {
  width: 90%;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15vmin;
}
@media screen and (min-width: 769px) {
  .voice_ttl {
    width: 490px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 93px;
  }
  .voice_ttl_wrap {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}

.voice_icon_level {
  width: 50%;
  max-width: 224px;
  margin-left: 6%;
  margin-bottom: 21vmin;
}
@media screen and (min-width: 769px) {
  .voice_icon_level {
    width: 224px;
    position: absolute;
    top: -170px;
    right: -20px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.voice_item {
  width: 48%;
  background: #fff;
  padding: 3.5%;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
}
@media screen and (min-width: 769px) {
  .voice_item {
    width: 217px;
    height: 344px;
    padding: 12px;
  }
}

.voice_item:not(:nth-last-child(-n+2)) {
  margin-bottom: 4vmin;
}
@media screen and (min-width: 769px) {
  .voice_item:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }
  .voice_item:not(:nth-last-child(-n+3)) {
    margin-bottom: 40px;
  }
}

.voice_item_img {
  margin-bottom: 1vmin;
}


/* trouble
=========================================== */
.trouble {
  background-image: url(../images/trouble_bg_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 7%;
  padding-left: 7%;
  padding-top: 11vmin;
  padding-bottom: 5vmin;
  overflow: hidden;
  margin-bottom: 10vmin;
}
@media screen and (min-width: 769px) {
  .trouble {
    margin-bottom: 60px;
    padding-top: 0;
    background-image: url(../images/trouble_bg_pc.png);
  }
}

.trouble_ttl {
  margin-bottom: 1vmin;
  width: 100%;
  max-width: 626px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .trouble_ttl {
    position: relative;
    top: -36px;
    margin-bottom: -73px;
  }
}

.trouble_list {
  width: 100%;
  max-width: 725px;
  margin-right: auto;
  margin-left: auto;
}


/* fact
=========================================== */

.fact_icon {
  width: 37%;
  max-width: 247px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6vmin;
}
@media screen and (min-width: 769px) {
  .fact_icon {
    margin-bottom: 40px;
  }
}

.fact_text {
  width: 68%;
  max-width: 472px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 7vmin;
}
@media screen and (min-width: 769px) {
  .fact_text {
    width: 472px;
    margin-bottom: 60px;
  }
}


/* reason
=========================================== */
.reason {
  background-image: url(../images/reason_bg_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9vmin;
  padding-bottom: 9vmin;
}
@media screen and (min-width: 769px) {
  .reason {
    background-image: url(../images/reason_bg_pc.png);
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.reason_ttl {
  width: 76%;
  max-width: 712px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4vmin;
}
@media screen and (min-width: 769px) {
  .reason_ttl {
    margin-bottom: 40px;
    width: 712px;
  }
}

.reason_img {
  width: 85%;
  max-width: 859px;
  margin-right: auto;
  margin-left: auto;
}


/* effect
=========================================== */
.effect {
  padding-top: 9vmin;
  padding-bottom: 9vmin;
}
@media screen and (min-width: 769px) {
  .effect {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}

.effect_ttl {
  width: 84%;
  max-width: 834px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6vmin;
}

.effect_img {
  width: 20%;
  max-width: 103px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5vmin;
}

.effect_list {
  display: flex;
  flex-wrap: wrap;
  width: 82%;
  max-width: 858px;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .effect_list {
    flex-wrap: nowrap;
  }
}

.effect_item {
  width: 49%;
  border: 1px solid #4f8297;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 2%;
}
@media screen and (min-width: 769px) {
  .effect_item {
    width: 207px;
  }
}

.effect_item:nth-of-type(-n+2) {
  height: 44vmin;
  margin-bottom: 10px;
}
.effect_item:nth-last-child(-n+2) {
  height: 55vmin;
}
@media screen and (min-width: 769px) {
  .effect_item:nth-of-type(-n+2) {
    height: auto;
    margin-bottom: 0;
  }
  .effect_item:nth-last-child(-n+2) {
    height: auto;
  }
  .effect_item {
    height: 222px;
  }
}


/* comparison
=========================================== */
.comparison {
  background: #e8eff2;
  position: relative;
}
.comparison::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11vmin 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}
.comparison::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11vmin;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11vmin 50vw 0 50vw;
  border-color: #e8eff2 transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .comparison::before {
    left: 50%;
    transform: translateX(-50%);
    border-width: 89px 550px 0 550px;
  }
  .comparison::after {
    left: 50%;
    bottom: -89px;
    transform: translateX(-50%);
    border-width: 89px 550px 0 550px;
  }
}

.comparison_inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 23vmin;
  padding-bottom: 11vmin;
}
@media screen and (min-width: 769px) {
  .comparison_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 170px;
    padding-bottom: 40px;
/*    padding-right: 2%;*/
/*    padding-left: 2%;*/
  }
}

.comparison_alphabet {
  width: 10%;
  max-width: 92px;
  position: absolute;
  top: 0;
  left: -1%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .comparison_alphabet {
    width: 86px;
  }
}

.comparison_ttl {
  width: 76%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9vmin;
  position: relative;
  z-index: 100;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .comparison_ttl {
    width: 500px;
  }
}

.comparison_img_wrap {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .comparison_img_wrap {
    margin-left: 35px;
    margin-right: 20px;
    width: 498px;
  }
}

.comparison_img_nocare,
.comparison_img_care {
  width: 48%;
}
@media screen and (min-width: 769px) {
  .comparison_img_care {
    width: 240px;
  }
  .comparison_img_nocare {
    width: 244px;
    margin-right: 16px;
  }
}

/* need
=========================================== */
.need {
  padding-top: 22vmin;
  padding-bottom: 7vmin;
}
@media screen and (min-width: 769px) {
  .need {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}

.need_ttl {
  width: 82.9%;
  max-width: 593px;
  margin-bottom: 6vmin;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .need_ttl {
    width: 593px;
    margin-bottom: 50px;
  }
}

.need_list {
  width: 93%;
  max-width: 660px;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8vmin;
}
@media screen and (min-width: 769px) {
  .need_list {
    width: 660px;
    margin-bottom: 64px;
  }
}

.need_item {
  width: 31%;
  max-width: 207px;
}
@media screen and (min-width: 769px) {
  .need_item {
    width: 207px;
  }
}

.need_arw {
  width: 44%;
  max-width: 286px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .need_arw {
    width: 286px;
  }
}


/* care
=========================================== */
.care_ttl_wrap {
  background: #335676;
}

.care_ttl_sub {
  width: 84.7%;
  max-width: 464px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5vmin;
}
@media screen and (min-width: 769px) {
  .care_ttl_sub {
    width: 464px;
    margin-bottom: 15px;
  }
}

.care_ttl {
  width: 84.7%;
  max-width: 703px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .care_ttl {
    width: 703px;
  }
}

.care_ttl_wrap {
  padding-top: 5vmin;
  padding-bottom: 5vmin;
}

.care_contents {
  background-image: url(../images/care_bg_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ecf3fc;
  padding-top: 91vmin;
  padding-bottom: 9vmin;
}
@media screen and (min-width: 769px) {
  .care_contents {
    background-image: url(../images/care_bg_pc.png);
    background-position: center center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 769px) {
  .care_contents_inner {
    max-width: 870px;
    margin-right: auto;
    margin-left: auto;
  }
}

.care_contents_ttl {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4vmin;
  max-width: 545px;
}
@media screen and (min-width: 769px) {
  .care_contents_ttl {
    width: 545px;
    margin-left: 0;
  }
}

.care_contents_list {
  display: flex;
  align-items: center;
  width: 91%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  max-width: 510px;
}
@media screen and (min-width: 769px) {
  .care_contents_list {
    width: 510px;
    margin-left: 0;
  }
}

.care_contents_list_aging,
.care_contents_list_hair_quality {
  width: 49%;
  max-width: 248px;
}
@media screen and (min-width: 769px) {
  .care_contents_list_aging,
  .care_contents_list_hair_quality {
    width: 248px;
  }
}


/* funwari
=========================================== */
.funwari {
  background: #e8f2f8;
  padding-top: 11vmin;
  position: relative;
  height: 122vmin;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .funwari {
    overflow: inherit;
    height: 501px;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  .funwari_inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

.funwari_ttl {
  width: 86%;
  max-width: 504px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2000;
}
@media screen and (min-width: 769px) {
  .funwari_ttl {
    width: 504px;
    margin-right: 0;
    padding-top: 20px;
  }
}

.funwari_bg {
  position: absolute;
  bottom: -17vmin;
  z-index: 1;
  width: 120%;
  max-width: 1000px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .funwari_bg {
    max-width: 1000px;
    z-index: 1000;
    transform: translateX(-80%);
    left: 50%;
  }
/*
  .funwari_bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 20vmin;
    bottom: -34px;
    position: absolute;
    z-index: 50000;
    background: #fff;
  }
*/
}


/* secret
=========================================== */
section.secret {
  padding-bottom: 10vmin;
}

.secret_sec01 {
  position: relative;
}

.secret_ttl_sub {
  width: 70%;
  max-width: 369px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .secret_ttl_sub {
    margin-bottom: 20px;
  }
}


.secret_ttl {
  width: 62%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6vmin;
}
@media screen and (min-width: 769px) {
  .secret_ttl {
    width: 420px;
    margin-bottom: 40px;
  }
}

.secret_sec01,.secret_sec02,.secret_sec03 {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 6% 5%;
}
@media screen and (min-width: 769px) {
  .secret_sec01,.secret_sec02,.secret_sec03 {
    width: 86%;
  }
}

.secret_sec01,.secret_sec02 {
  margin-bottom: 7vmin;
}

.secret_sec01 {
  background: #e4eaed;
  position: relative;
}

.secret_sec01_alphabet {
  position: absolute;
  width: 9%;
  max-width: 64px;
  bottom: 0;
  right: -10px;
}
@media screen and (min-width: 769px) {
  .secret_sec01_alphabet {
    bottom: -120px;
    right: 40px;
    width: 64px;
  }
}

.secret_sec01_ttl {
  margin-bottom: 6vmin;
  width: 100%;
  max-width: 492px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .secret_sec01_ttl {
    width: 492px;
    margin-bottom: 23px;
  }
}

.secret_cmn_ttl_icon {
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vmin;
}
@media screen and (min-width: 769px) {
  .secret_cmn_ttl_icon {
    width: 95px;
    margin-bottom: 26px;
  }
}

.secret_sec01_ttl_sub {
  width: 65%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .secret_sec01_ttl_sub {
    width: 250px;
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 769px) {
  .secret_sec01_img {
    width: 100%;
    max-width: 871px;
    margin-right: auto;
    margin-left: auto;
  }

}

.secret_sec02 {
  background-image: url(../images/secret_bg_sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #e9e9e9;
  position: relative;
}
@media screen and (min-width: 769px) {
  .secret_sec02 {
    background-image: url(../images/secret_bg_pc.png);
    background-size: cover;
  }
}

.secret_sec02_alphabet {
  width: 9%;
  max-width: 69px;
  left: -5%;
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .secret_sec02_alphabet {
    left: 18%;
    bottom: -35%;
    position: absolute;
    width: 69px;
    z-index: 100;
  }
}

.secret_sec02_ttl {
  width: 82%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2vmin;
}
@media screen and (min-width: 769px) {
  .secret_sec02_ttl {
    width: 400px;
  }
}

.secret_sec02_ttl_sub {
  width: 59%;
  max-width: 241px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vmin;
}
@media screen and (min-width: 769px) {
  .secret_sec02_ttl_sub {
    width: 241px;
    margin-bottom: 8px;
  }
}

.secret_sec02_text {
  margin-bottom: 3vmin;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .secret_sec02_text {
    width: 560px;
    margin-bottom: 60px;
  }
}

.secret_sec02_img {
  margin-bottom: 11vmin;
}
@media screen and (min-width: 769px) {
  .secret_sec02_img {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .secret_sec02_img_wrap {
    width: 100%;
    max-width: 860px;
    background: url(../images/secret_sec02_img01_bg.jpg) 0 0 no-repeat;
    height: 301px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.secret_sec02_textbox {
  padding-bottom: 11vmin;
}
@media screen and (min-width: 769px) {
  .secret_sec02_textbox {
    width: 100%;
    max-width: 381px;
    padding-bottom: 0;
    margin-right: 5%;
  }
}

.secret_sec03 {
  background: #e4eaed;
  position: relative;
}

.secret_sec03_ttl {
  margin-bottom: 6vmin;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 463px;
}
@media screen and (min-width: 769px) {
  .secret_sec03_ttl {
    width: 463px;
  }
}

.secret_sec03_ttl_sub {
  margin-bottom: 1vmin;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 374px;
}
@media screen and (min-width: 769px) {
  .secret_sec03_ttl_sub {
    width: 374px;
  }
}

.secret_sec03_sec_cmn_ttl {
  margin-bottom: 5vmin;
  width: 100%;
}
.secret_sec03_shampoo_ttl {
  max-width: 382px;
}
.secret_sec03_conditioner_ttl {
  max-width: 388px;
}
@media screen and (min-width: 769px) {
  .secret_sec03_sec_cmn_ttl {
    margin-bottom: 30px;
    
  }
  .secret_sec03_shampoo_ttl {
    width: 382px;
  }
  .secret_sec03_conditioner_ttl {
    max-width: 388px;
  }
}

@media screen and (min-width: 769px) {
  .secret_sec03_shampoo,
  .secret_sec03_conditioner {
    display: flex;
    width: 890px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .secret_sec03_conditioner {
    flex-direction: row-reverse;
  }

  .secret_sec03_shampoo_text {
    width: 364px;
  }
}


.secret_sec03_shampoo_img {
  margin-bottom: -7vmin;
}
@media screen and (min-width: 769px) {
  .secret_sec03_shampoo_img {
    margin-bottom: 0;
    width: 452px;
  }
}

@media screen and (min-width: 769px) {
  .secret_sec03_shampoo_ttl_wrap {
    margin-right: 56px;
  }
}


.secret_sec03_conditioner_text {
  width: 50%;
  max-width: 401px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .secret_sec03_conditioner_text {
    width: 401px;
  }
}

.secret_sec03_conditioner_img {
  margin-top: -31vmin;
  margin-bottom: -11vmin;
}
@media screen and (min-width: 769px) {
  .secret_sec03_conditioner_img {
    margin-top: -104px;
    margin-bottom: 0;
    margin-right: 60px;
    width: 416px;
  }
}

.secret_sec03_alphabet {
  position: absolute;
  width: 9%;
  bottom: 0;
  right: -10px;
  max-width: 71px;
}
@media screen and (min-width: 769px) {
  .secret_sec03_alphabet {
    bottom: -40px;
    right: -60px;
    width: 71px;
  }
}
@media screen and (min-width: 1350px) {
  .secret_sec03_alphabet {
    bottom: -40px;
    right: 40px;
  }
}

@media screen and (min-width: 769px) {
  .secret_sec01,.secret_sec03 {
    margin-right: 0;
    padding: 60px 24% 60px 9%;
  }
  .secret_sec02 {
    margin-left: 0;
    padding: 60px 9% 60px 24%;
  }
  .secret_sec03 {
    padding-bottom: 0;
  }
}



/* philosophy
=========================================== */
.philosophy {
  position: relative;
  background-image: url(../images/philosophy_bg_sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 75vmin;
  margin-bottom: 20vmin;
}
@media screen and (min-width: 769px) {
  .philosophy {
    padding-bottom: 90px;
    background-image: url(../images/philosophy_bg_pc.png);
    background-position: center center;
    background-size: cover;
    margin-bottom: 128px;
  }
}
.philosophy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11vmin 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}

.philosophy_ttl_bg {
  background: #335676;
  padding-top: 20vmin;
  padding-bottom: 7vmin;
  margin-bottom: 9vmin;
}
@media screen and (min-width: 769px) {
  .philosophy_ttl_bg {
    margin-bottom: 90px;
  }
}

.philosophy_ttl_sub {
  width: 86%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #fff;
  margin-bottom: 4vmin;
  padding-bottom: 1vmin;
}
@media screen and (min-width: 769px) {
  .philosophy_ttl_sub {
    width: 410px;
  }
}

.philosophy_ttl {
  width: 85%;
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .philosophy_ttl {
    width: 544px;
  }
}

.philosophy_contents_ttl {
  width: 95%;
  max-width: 404px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 7vmin;
}
@media screen and (min-width: 769px) {
  .philosophy_contents_ttl {
    width: 404px;
    margin-bottom: 35px;
  }
}

.philosophy_contents_text_wrap {
  width: 87%;
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  background: rgba(255,255,255,0.7);
  padding: 9% 5% 6%;
  margin-bottom: 5vmin;
}
@media screen and (min-width: 769px) {
  .philosophy_contents_text_wrap {
    width: 530px;
    background: none;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .philosophy_contents_box {
    background: rgba(255,255,255,0.7);
    width: 716px;
    margin-right: auto;
    height: 474px;
  }
  .philosophy_contents_box_inner {
    border: 1px solid #aac1ce;
    margin: 22px;
    position: relative;
    top: 22px;
    padding-top: 49px;

  }
}

@media screen and (min-width: 769px) {
  .philosophy_contents_inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}


/* free
=========================================== */
.free {
  background: #eaeef1;
  width: 92%;
  max-width: 988px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 6vmin;
  margin-bottom: 10vmin;
}
@media screen and (min-width: 769px) {
  .free {
    width: 988px;
    padding-bottom: 60px;
  }
}

.free_ttl {
  width: 85%;
  max-width: 452px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #000;
  padding-bottom: 1vmin;
  margin-bottom: 2vmin;
  position: relative;
  top: -5vmin;
}
@media screen and (min-width: 769px) {
  .free_ttl {
    width: 452px;
    margin-bottom: 0;
  }
}

.free_ttl_sub {
  width: 77%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -4vmin;
  margin-bottom: 6vmin;
}
@media screen and (min-width: 769px) {
  .free_ttl_sub {
    width: 320px;
    margin-bottom: 50px;
  }
}

.free_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.free_list li {
  width: 31%;
} 
@media screen and (min-width: 769px) {
  .free_list li {
    width: 130px;
  } 
}

.free_list li:not(:nth-last-child(-n+3)) {
  margin-bottom: 1vmin;
}


/* use
=========================================== */
.use {
  margin-top: -7vmin;
}

.use_ttl {
  width: 84%;
  max-width: 486px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 8vmin;
}
@media screen and (min-width: 769px) {
  .use_ttl {
    width: 486px;
  }
}

.use_list_wrap {
  background: #e9eff2;
  padding-top: 15vmin;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 8vmin;
  margin-bottom: 10vmin;
}
@media screen and (min-width: 769px) {
  .use_list_wrap {
    padding-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .use_list_wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .use_list {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}

.use_item {
  display: flex;
  align-items: center;
}
.use_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .use_item {
    display: block;
    width: 205px;
  }
}


.use_item_text {
  font-size: 1.3rem;
  width: 65%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .use_item_text {
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.7;
  }
}

.use_item:nth-child(odd) .use_item_text {
  left: -5%;
}
.use_item:nth-child(even) .use_item_text {
  right: -5%;
}
@media screen and (min-width: 769px) {
  .use_item:nth-child(odd) .use_item_text {
    left: 0;
  }
  .use_item:nth-child(even) .use_item_text {
    right: 0;
  }
}

.use_item_img {
  width: 40%;
}
@media screen and (min-width: 769px) {
  .use_item_img {
    width: 100%;
    margin-bottom: 10px;
  }
}


/* Q&A
=========================================== */
.qa {
  border: 7px solid #faf3e2;
  margin-bottom: 10vmin;
}
@media screen and (min-width: 769px) {
  .qa {
    width: 100%;
    max-width: 1099px;
    margin-right: auto;
    margin-left: auto;
  }
}

.qa_inner {
  border: 1px solid #b6b2aa;
  padding-top: 13%;
  background: url(../images/qa_bg.png) 0 0 repeat;
  padding-bottom: 9vmin;
}
@media screen and (min-width: 769px) {
  .qa_inner {
    padding-top: 80px;
  }
}

.qa_ttl {
  width: 32%;
  max-width: 205px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 8vmin;
}
@media screen and (min-width: 769px) {
  .qa_ttl {
    width: 205px;
    margin-bottom: 30px;
  }
}

.qa_ttl::before {
  content: "";
  background-image: url(../images/qa_ttl_img01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 54%;
  position: absolute;
  left: -80%;
  height: 82px;
  top: -40%;
}
@media screen and (min-width: 769px) {
  .qa_ttl::before {
    width: 100px;
    position: absolute;
    left: -121px;
    height: 94px;
    top: -10px;
  }
}

.qa_ttl::after {
  content: "";
  background-image: url(../images/qa_ttl_img02.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 54%;
  position: absolute;
  right: -88%;
  height: 82px;
  top: -40%;
}
@media screen and (min-width: 769px) {
  .qa_ttl::after {
    width: 80px;
    position: absolute;
    right: -140px;
    height: 88px;
    top: -9px;
  }
}

.qa_list {
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (min-width: 769px) {
  .qa_list {
    max-width: 861px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
}


.qa_list_ttl {
  margin-bottom: 1vmin;
}
@media screen and (min-width: 769px) {
  .qa_list_ttl {
    width: 861px;
  }
}


.qa_list_text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .qa_list_text {
    font-size: 1.8rem;
  }
}

.qa_list:not(:last-child) {
  margin-bottom: 7vmin;
}
@media screen and (min-width: 769px) {
  .qa_list:not(:last-child) {
    margin-bottom: 30px;
  }
}


/* buy
=========================================== */
.buy {
  background-image: url(../images/buy_bg_sp.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 14vmin;
  padding-bottom: 14vmin;
}
@media screen and (min-width: 769px) {
  .buy {
    background-image: url(../images/buy_bg_pc.png);
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 100;
  }
}

.buy_inner {
  width: 90%;
  max-width: 722px;
  margin-right: auto;
  margin-left: auto;
  background: rgba(255,255,255,0.8);
  padding: 8% 5%;
}
@media screen and (min-width: 769px) {
  .buy_inner {
    padding: 60px 40px;
    width: 722px;
  }
}

.buy_ttl {
  width: 50%;
  max-width: 222px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vmin;
}
@media screen and (min-width: 769px) {
  .buy_ttl {
    width: 222px;
  }
  
  .buy_text {
    width: 638px;
  }
}


/* support
=========================================== */
.support {
  background-image: url(../images/support_bg_sp.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 11vmin;
  height: 140vmin;
  position: relative;
}
@media screen and (min-width: 481px){
  .support {
    background-image: url(../images/support_bg_pc.png);
    height: 635px;
    z-index: 10000;
    margin-top: -113px;
    margin-bottom: 80px;
    background-position: center top;
    padding-top: 0;
    background-size: cover;
  }
}
@media screen and (min-width: 1500px) {
  .support {
    background-image: url(../images/support_bg_pc.png);
    height: 635px;
    margin-top: -113px;
    background-position: right top;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .support_inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}

.support_ttl {
  width: 79%;
  max-width: 465px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .support_ttl {
    width: 465px;
    margin-left: 0;
    padding-top: 270px;
  }
}

.support_text {
  width: 76%;
  min-width: 344px;
  position: absolute;
  bottom: 5vmin;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .support_text {
    width: 344px;
    position: relative;
    left: 0;
    transform: none;
    margin-left: 50px;
    margin-top: 87px;
  }
}