@charset "utf-8";
/* font size */
html{
  font-size : 82.5%;
}
body {
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', serif;
}
img {
  width: 100%;
  vertical-align: bottom;
}
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,th,td,form,dl,dt,dd {
  margin : 0;
  padding : 0;
  font-style : normal;
  font-weight : normal;
  line-height : 1.5;
}
/* border padding 計算しやすいように */
*,*::before,*::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
}
ul,ol,dl {
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
.pc_none {
  display: none;
}
/*floatの解除ここから*/
.clearfix: after{
  display: block;
  clear: both;
  content: "";
}
.clearfix{
  *zoom   : 1;
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
/*floatの解除ここまで*/

.fadein {
  opacity: 0;
  bottom: -40px;
  position: relative;
  transition-duration: 1s;

  &:nth-of-type(5) {
    box-shadow:none;

  }
}

.fadein.active {
  opacity: 1;
  bottom: 0;

  /*&:nth-of-type(5) {
    animation:gokigen 3s linear 2s infinite ;*/
  }
}

@keyframes gokigen {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}
.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn:nth-child(2) {
	transition-delay: 200ms;
}
.fadeIn:nth-child(3) {
	transition-delay: 400ms;
}
.fadeIn:nth-child(4) {
	transition-delay: 100ms;
}
.fadeIn:nth-child(5) {
	transition-delay: 300ms;
}
.fadeIn:nth-child(6) {
	transition-delay: 500ms;
}
.advertising-flow__wrap .fadeIn:nth-child(2) {
	transition-delay: 200ms;
}
.advertising-flow__wrap .fadeIn:nth-child(3) {
	transition-delay: 200ms;
}
.advertising-flow__wrap .fadeIn:nth-child(4) {
	transition-delay: 200ms;
}

.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}
.support-box .fadeIn:nth-child(2) {
	transition-delay: 200ms;
}
.support-box .fadeIn:nth-child(3) {
	transition-delay: 100ms;
}
.support-box .fadeIn:nth-child(4) {
	transition-delay: 300ms;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width:768px) {
  .worries-wrap .fadeIn:nth-child(2) {
  	transition-delay: inherit;
  }
  .worries-wrap .fadeIn:nth-child(3) {
    transition-delay: inherit;
  }
  .worries-wrap .fadeIn:nth-child(4) {
    transition-delay: inherit;
  }
  .worries-wrap .fadeIn:nth-child(5) {
    transition-delay: inherit;
  }
  .worries-wrap .fadeIn:nth-child(6) {
    transition-delay: inherit;
  }
  .support-box .fadeIn:nth-child(2) {
  	transition-delay: inherit;
  }
  .support-box .fadeIn:nth-child(3) {
    transition-delay: inherit;
  }
  .support-box .fadeIn:nth-child(4) {
    transition-delay: inherit;
  }
  .anxiety-wrap .fadeIn:nth-child(2) {
    transition-delay: inherit;
  }
  .anxiety-wrap .fadeIn:nth-child(3) {
    transition-delay: inherit;
  }
  .anxiety-wrap .fadeIn:nth-child(4) {
    transition-delay: inherit;
  }
  .anxiety-wrap .fadeIn:nth-child(5) {
    transition-delay: inherit;
  }
  .anxiety-wrap .fadeIn:nth-child(6) {
    transition-delay: inherit;
  }
}
.fadeIn-right {
  transform: translate3d(50px, 0, 0);
  transform: translate3d(0, -50px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeIn-right.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn-left {
    transform: translate3d(-50px, 0, 0);
    transition: 1s;
    opacity: 0;
}

.fadeIn-left.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn-top {
  transform: translate3d(0, -50px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeIn-top.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#luxbar .luxbar-brand {
  width: 85px;
  padding: 0;
  padding-left: 10px;
}
.luxbar-menu-light, .luxbar-menu-light .dropdown ul {
  background: #fff;
}
#luxbar .luxbar-item .button-49 {
  padding: 12px 24px 12px 24px;
  text-align: center;
  color: #fff;
}
.luxbar-navigation {
  width: 99%;
  margin: 0 auto;
  align-items: center;
}
.luxbar-item {
  height: auto;
}
.luxbar-fixed {
  position: fixed;
}
.luxbar-item a {
  padding: 0;
}
.luxbar-item a p {
  text-align: right;
  font-size: 10px;
  margin-right: 10px;
}
.luxbar-item a p span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .luxbar-fixed {
    position: initial;
  }
  .luxbar-hamburger {
    display: none;
  }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: initial;
  }
  .luxbar-navigation {
    justify-content: space-between;
    flex-direction: row;
  }
  .luxbar-item a {
    padding: 0;
  }
  .luxbar-item a p {
    text-align: right;
    font-size: 10px;
  }
  .luxbar-item a p span {
    display: block;
    font-size: 26px;
    font-weight: bold;
  }
}
#top {
  width: 100%;
}
#top .top-wrap {
  display: flex;
  align-items: center;
  height: 60vw;
}
.top-wrap div.left {
  width: 65%;
}
.top-wrap div.right {
  width: 35%;
}
.top-wrap div.left {
  padding-left: 30px;
}
.top-wrap div h1 {
  font-size: 70px;
  font-weight: bold;
}
.top-wrap div h1 span {
  color: #bf0000;
}
.top-wrap div.left p {
  margin-bottom: 15px;
  font-size: 20px
}
.top-box {
  padding: 10px 0;
  background: #2589d0;
  color: #fff;
  text-align: center;
}
.top-box h2 {
  font-size: 16px;
}
.button-49 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  padding: .9em 2em;
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px #2589d0;
  background-color: #2589d0;
  color: #fff;
  font-size: 1em;
}
.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;
  /*padding: 1.5rem 6rem;*/
  color: #fff;
  border-radius: 0;
  background: #003b65;
      opacity: initial;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 90px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #2589d0;
}
a.btn-flat:hover {
  color: #fdec54;
}
a.btn-flat:hover:before {
  color: #000;
  -webkit-transform: translateX(-39%) translateY(-25%) rotate(135deg);
  transform: translateX(-39%) translateY(-25%) rotate(135deg);
  opacity: 1;
}
#worries {
  padding-top: 150px;
  background: #f9f9f9;
}
#worries h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
#worries h2 .dots {
  font-size: 76px;
  color: #bf0000;
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
.worries-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 0px;
  max-width: 980px;
  padding: 75px 0 25px 0;
  text-align: center;
}
.worries-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  padding-bottom: 75px;
}
.worries__list--box {
    position: relative;
    width: 275px;
    height: 275px;
    z-index: 0;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 32px 0;
}
.worries__list--box::before {
    content: "";
    position: absolute;
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}
.worries__list--box::after {
    content: "";
    background-image: url(https://transmile.co.jp/wp-content/themes/transmile/images/ec/worries-icon01.png);
    position: absolute;
    width: 40px;
    height: 40px;
    top: 45px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.worries__list--box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100px;
    margin-bottom: 20px;
}
.worries__list--box .blue-letters {
    color: #bf0000;
    font-weight: bold;
}
.worries-wrap .arrow {
  position: relative;
  display: inline-block;
  width: 185px;
  height: 64.5px;
}
.worries-wrap .arrow::before,
.worries-wrap .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 8px);
  width: 10px;
  height: 101px;
  background-color: #fdad0a;
  transform-origin: 50% calc(100% - 3px);
}

.worries-wrap .arrow::before {
  transform: rotate(60deg);
}

.worries-wrap .arrow::after {
  transform: rotate(-60deg);
}
.worries-wrap h3 {
  margin-top: 60px;
  font-size: 40px;
  font-weight: bold;
}
.triangle-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#sec1{
  background: #f8faed;
  position: relative;
}
section#sec1:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 49vw 0 49vw;
  border-color: #f9f9f9 #fff transparent #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
section#sec2{
  background: #e4e1ce;
}
section#sec3{
  background: #f8faed;
  position: relative;
}
section#sec3:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 49vw 0 49vw;
  border-color: #fff #fdec54 transparent #fdec54;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
section#sec4{
  background: #e4e1ce;
}
#support {
  padding-top: 300px;
  text-align: center;
}
.support-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 0px;
  padding: 75px 0 150px 0;
  text-align: center;
}
.support-wrap h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}
.support-wrap h3 {
  font-size: 20px;
  font-weight: bold;
}
.support-box {
  display: flex;
  margin-top: 100px;
}
.support-box .left {
  width: 45%;
}
.support-box .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
  width: 55%;
  padding: 0;
}
.support-box .right .card {
  position: relative;
  width: 48%;
  padding: 20px;
  text-align: left;
  background: #f9f9f9;
}
.support-box .right .card::after {
    content: "";
    background-image: url(https://transmile.co.jp/wp-content/themes/transmile/images/ec/worries-icon01.png);
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    left: -15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.support-box .right .card h3 {
  margin-bottom: 10px;
  color: #2589d0;
}
#anxiety {
  padding-top: 300px;
  text-align: center;
  background: #fdec54;
}
.anxiety-wrap h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
}
.anxiety-wrap h2:first-child {
  margin-bottom: 0;
}
.anxiety-wrap h2 span {
  display: block;
  font-size: 60px;
  color: #ff5555;
}
.anxiety-wrap {
  width: 95%;
  max-width: 1200px;
  max-width: 980px;
  margin: 0 auto;
  padding: 180px 0px;
  padding: 75px 0 150px 0;
  text-align: center;
}
.anxiety-wrap .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 75px;
}
.anxiety-wrap .grid-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  margin: 32px 0;
  padding: 20px;
  background: #f9f9f9;
}
.anxiety-wrap .grid-box img {
  width: 55%;
}
.anxiety-wrap .grid-box h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
#strengths {
  margin-top: 50px;
  padding-top: 50px;
  text-align: center;
}
#strengths h2 {
  font-size: 40px;
  font-weight: bold;
}
.strengths-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 0px;
  padding: 15px 0 150px 0;
}
.strengths-box .grid {
  display: flex;
  align-items: center;
  background: linear-gradient(125deg, #fdad0a, #ffc34a, #ffc755);
  background-size: 600% 600%;
  animation: GradientBackground 10s
  ease infinite;
  color: #FFF;
  margin: 95px 0 40px 0;
}
.strengths-box .grid .grid-inner01 span {
  font-size: 500%;
  font-weight: 900;
  margin-left: 30px;
}
.strengths-box .grid .grid-inner02 h3 {
  font-size: 325%;
  font-weight: 700;
  margin-left: 30px;
}
.strengths-box .grid .grid-inner03 {
  margin-left: auto;
}
.strengths-box p {
  text-align: left;
  font-size: 16px;
}
#plan {
  padding-top: 150px;
  background: #f9f9f9;
  text-align: center;
}
#plan h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
}
.plan-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 0px;
  padding: 75px 0 150px 0;
}
.plan-wrap .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 75px;
}
.plan-wrap .grid-box {
  width: 33%;
  padding: 20px;
  background: #fff;
  border: 1px solid #2589d0;
}
.plan-wrap .grid-box p {
  font-size: 20px;
}
.plan-wrap .grid-box small {
  color: #888;
}
.plan-wrap .grid-box h3 {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 30px;
  background: #2589d0;
  color: #fff;
}
.plan-wrap .grid-box .unit {
  font-size: 16px;
}
.plan-wrap .grid-box dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(81, 81, 81, .1);
  padding: 14px 0;
  margin: 10px 0 0;
}
.plan-wrap .grid-box dt {
  width: 50%;
}
.plan-wrap .grid-box dd {
  width: 50%;
}
#flow {
  padding: 150px 0;
  text-align: center;
  background: #fdec54;
  overflow: hidden;
}
#flow h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
}
.advertising-flow__wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.advertising-flow__list {
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding: 0;
    position: relative;
}
.advertising-flow__list::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    border: solid 3px #2589d0;
    border-radius: 50%;
    width: 1700px;
    height: 1520px;
    top: 50%;
    left: -1355px;
    transform: translateY(-50%);
}
.advertising-flow__list li {
    display: flex;
    align-items: center;
    margin-left: 100px;
    gap: 12%;
    position: relative;
    z-index: inherit;
}
.advertising-flow__list li:first-child, .advertising-flow__list li:last-child {
    justify-content: center;
}
.advertising-flow__step {
    position: relative;
    line-height: 5px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    color: #fff;
}
.advertising-flow__box {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 690px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.advertising-flow__step::before {
    position: absolute;
    content: "";
    background-color: #2589d0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
}
.advertising-flow__step--step {
    font-size: 14px;
    font-weight: 400;
}
.advertising-flow__step--number {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}
.advertising-flow__list li:nth-child(even) {
    justify-content: center;
    margin-left: 230px;
}
.advertising-flow__list li:nth-child(2)::before {
    position: absolute;
    /*content: "";
    border: solid 3px #2589d0;*/
    border-top: none;
    border-right: none;
    left: -130px;
    transform: translateY(-50%);
    width: calc(30% - 30px);
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
}
.advertising-flow__step::before {
    position: absolute;
    /*content: "";*/
    background-color: #2589d0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
}
.advertising-flow__list li:nth-child(3) {
    justify-content: flex-end;
}
.advertising-flow__box h3 {
  font-size: 24px;
  color: #2589d0;
  font-weight: bold;
}
#question {
  padding: 150px 0 100px 0;
  background: #f9f9f9;
  text-align: center;
}
#question h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
}
.question-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.question-box {
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 120%;
  text-align: left;
}
.question-box dt, .question-box dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
  padding: 15px;
}
.question-box dt {
  background: #ddd;
}
.question-box dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #308cc7;
  width: 2em;
  height: 2em;
}
.question-box dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}
.question-box dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #dc4949;
    width: 2em;
    height: 2em;
}
.question-box dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
#contact {
  padding: 300px 0 100px 0;
  text-align: center;
}
#contact h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
}
.contact-cont {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
/*
contact
----------------------------------------------------------- */

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
  width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
  border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
  background: #fbfbfb;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
  padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
  width: 30%;
  text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
  font-size: 0.8em;
  color: #FFF;
  display: inline-block;
  padding: 0.3em 0.3em 0.2em;
  background: #ff5103;
  border-radius: 2px;
}
.table-res-form .any {
  font-size: 0.8em;
  color: #666666;
  display: inline-block;
  padding: 0.3em 0.3em 0.2em;
  background: #ffdbca;
  border-radius: 2px;
}
/*ここから768px以下の指定*/
@media only screen and (max-width: 768px) {
  /*thとtdをブロック化して幅100％にして、縦積み*/
  .table-res-form th, .table-res-form td {
    width: 100%;
    display: block;
  }
  /*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
  .table-res-form th {
    padding-bottom: 0;
    text-align: left;
  }
  /*不要な最終行の左のthを非表示にする*/
  .table-res-form .empty {
    display: none;
  }
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
  border: 1px #89BDDE solid;
  padding: 0.5em;
  border-radius: 5px;
  margin-bottom: 0.5em;
  width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
  background: #EEFFFF;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
  width: 100%;
  border: 1px #89BDDE solid;
  padding: 0.5em 4em;
  border-radius: 5px;
  background: #666666;
  color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
  background: #818181;
  box-shadow: none;
}

.table-res-form .wpcf7-text,.table-res-form .wpcf7-textarea {
  width: 100%;
}

@media screen and (max-width:1045px) {
}

@media screen and (max-width:768px) {
  #top .top-wrap {
    flex-direction: column-reverse;
    height: auto;
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .top-wrap div.left {
    width: 100%;
    padding: 0;
  }
  .top-wrap div.right {
    width: 100%;
    text-align: center;
  }
  .top-wrap div.right {
    width: 100%;
  }
  .top-wrap div h1 {
    font-size: 54px;
    text-align: center;
  }
  .top-wrap div h1 span {
    display: block;
    font-size: 64px;
  }
  .top-wrap div.left p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
  }
  .top-wrap .button-49 {
    margin: 0 auto;
  }
  .top-box h2 {
    width: 98%;
    margin: 0 auto;
  }
  #worries h2 {
    font-size: 20px;
    text-align: center;
  }
  #worries h2 .dots {
    font-size: 46px;
  }
  .worries-flex {
    padding-bottom: 45px;
  }
  .worries__list--box {
    gap: 26px;
    margin: 0 0;
    font-size: 14px;
  }
  .worries__list--box {

  }
  .worries__list--box {
    width: 90%;
    height: 100px;
    justify-content: flex-start;
    flex-direction: inherit;
    text-align: left;
    margin: 15px 0;
    gap: 26px;
  }
  .worries__list--box::before {
    height: 85%;
        border-radius: 10px;
  }
  .worries__list--box::after {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
  }
  .worries__list--box img {
    max-width: 38px;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .worries-wrap .arrow::before, .worries-wrap .arrow::after {
        height: 80px;
  }
  .worries-wrap h3 {
    font-size: 30px;
  }
  section#sec1:after {
    border-width: 70px 50vw 0 50vw;
  }
  #support {
    padding-top: 150px;
  }
  .support-wrap {
    padding: 75px 0 100px 0;
  }
  .support-wrap h2 {
    font-size: 30px;
  }
  .support-box {
    flex-direction: column;
  }
  .support-box .left {
    width: 100%;
    margin-bottom: 25px
  }
  .support-box .right {
    width: 96%;
    margin: 0 auto;
    flex-direction: column;
  }
  .support-box .right .card {
    width: 100%;
    margin-bottom: 25px;
  }
  section#sec3:after {
    border-width: 70px 50vw 0 50vw;
  }
  #anxiety {
    padding-top: 150px;
  }
  .anxiety-wrap h2 {
    font-size: 30px;
  }
  .anxiety-wrap h2 span {
    font-size: 30px;
  }
  .anxiety-wrap .grid {
    justify-content: center;
  }
  .anxiety-wrap .grid-box {
    width: 98%;
    margin: 5px 0;
  }
  .anxiety-wrap .grid-box img {
    width: 50%;
  }
  .strengths-box .grid .grid-inner03 {
    width: 30%;
  }
  .strengths-box .grid {
    position: relative;
    align-items: center;
  }
  .strengths-box .grid .grid-inner02 h3 {
    font-size: 16px;
    margin-left: 10px;
  }
  .strengths-box .grid .grid-inner01 span {
    position: absolute;
    top: -35px;
    font-size: 30px;
    color: #2689d1;
    left: -30px;
  }
  .strengths-box p {
        font-size: inherit;
  }
  .plan-wrap .grid {
    flex-direction: column;
    padding: 0;
  }
  .plan-wrap .grid-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .advertising-flow__list li {
    position: relative;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .advertising-flow__list li:nth-child(even) {
    margin-left: 0;
  }
  .advertising-flow__step {
    position: absolute;
    top: -40px;
    left: 10px;
  }
  .advertising-flow__step::before {
    top: 45%;
    width: 70px;
    height: 70px;
  }
  .advertising-flow__list::before {
    display: none;
  }
  .advertising-flow__step--number {
    font-size: 30px;
    line-height: 1.2;
  }
  .advertising-flow__box h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #contact {
    width: 100%;
    padding-top: 150px;
  }
  .navigation {
width: 100%;
  }


}
