/* topここから */
.top{
  position: relative;
}

.first-view {
  height: calc( 100vh - 90px);
  background-image: url(/wp-content/themes/RANKUP/assets/images/index/fv-bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: block;
  max-width: 100%;
}

.fv-curve-left-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 845px;
}

.fv-curve-right-pc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 845px;
}

.fv-ball-left-pc {
  position: absolute;
  bottom: 160px;
  left: 58px;
  width: 54px;
}

.fv-ball-right-pc {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 75px;
}

.fv-face-pc {
  position: absolute;
  bottom: 0;
  left: 6%;
  height: 90%;
}

.fv-text-pc {
  position: absolute;
  top: 35%;
  right: 18%;
  height: 20%;
}

.fv-curve-left-sp {
  display: none;
}

.fv-curve-right-sp {
  display: none;
}

.fv-ball-left-sp {
  display: none;
}

.fv-ball-right-sp {
  display: none;
}

.fv-face-sp {
  display: none;
}

.fv-text-sp {
  display: none;
}
/* topここまで */

/* strengthここから */

#strength {
  text-align: center;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #FFFAE5;
  position: relative;
}

.center-button-orange {
  display: flex;
  margin: 0 auto;
  width: 207px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #F6881D;
  margin-top: 40px;
  color: #F6881D;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease;
}

.center-button-orange p {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 4px 5px 20px;
}

.center-button-orange img {
  width: 37px;
  height: 14px;
  margin-top: 15px;
}

.center-button-orange:hover {
  opacity: 0.7;
  background-color: #F6881D;
  border: 2px solid #fff;
  color: #fff;
}

.ball-left-strength {
  position: absolute;
  top: 50px;
  left: 58px;
  width: 50px;
}

.ball-right-strength {
  position: absolute;
  bottom: 40px;
  right: 50px;
  width: 87px;
}

/* strengthここまで */

/* serviceここから */

#service {
  padding: 60px 0;
  background-image: url(/wp-content/themes/RANKUP/assets/images/index/service-bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: block;
  max-width: 100%;
}

.service-inner {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.service-contents {
  display: flex;
  margin-top: 40px;
}

.service-content01 , .service-content02 {
  width: 320px;
}

.service-content01 {
  margin-right: 20px;
}

.service-content-top01 {
  display: flex;
  margin-left: 36px;
  margin-bottom: 16px;
}

.service-content-top02 {
  display: flex;
  margin-left: 28px;
  margin-bottom: 16px;
}

.service-content-top03 {
  display: flex;
  margin-left: 25px;
  margin-bottom: 16px;
}

.service-content-top01 p , .service-content-top02 p , .service-content-top03 p {
  font-size: 16px;
  color: #D9741A;
  font-weight: bold;
}

.service-content-top01 img , .service-content-top02 img , .service-content-top03 img {
  height: 35px;
  margin-top: 10px;
}

.service-content-title {
  background-color: #F6881D;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.service-content-text01 {
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  text-align: left;
}

.service-content-text02 {
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 0 0 10px 10px;
  padding: 20px 20px 45px 20px;
  text-align: left;
}

.service-content-text03 {
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  text-align: left;
}



/*serviceここまで */

#voice {
  padding: 60px 0;
  position: relative;
  display: block;
  max-width: 100%;
}

.voice-inner {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

#wrapper {
  overflow: hidden;
}

.content_area{
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.voice-icon-top {
  position: absolute;
  left:43%;
  top: -60px;
  width: 130px;
}

.slick-list{
  overflow: visible !important;
}

.slick-item div {
  text-align: center;
  margin: 100px 10px 10px 10px;
  padding: 100px 10% 10% 10%;
  position: relative;
  background: #FFFAE5;
  border-radius: 10px;
}

.slick-item p {
  margin-top: 16px;
  text-align: left;
}


.slick-prev, .slick-next{
  z-index:100;
}

.slick-next{
  right: 10px !important;
}

.slick-prev:before, .slick-next:before {
  color: #048CE2 !important;
  font-size: 60px !important;
}

.banner-pc {
  text-align: center;
  width: 1000px;
  margin: 120px auto 0 auto;
}

.banner-sp {
  display: none;
}

.bg3-pc {
  padding: 60px 0;
  background-image: url(/wp-content/themes/RANKUP/assets/images/index/bg3-pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: block;
  max-width: 100%;
}

#follow-me {
  display: block;
  max-width: 100%;
  padding: 0 0 60px 0;
}

.follow-me-inner {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.follow-me-contents {
  display: flex;
  margin-top: 56px;
}

.follow-me-contents-left {
  margin-right: 2%;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease;
}

.follow-me-contents-end {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease;
}

.follow-me-contents img {
  width: 10%;
  /* transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease; */
}

.follow-me-contents-left:hover , .follow-me-contents-end:hover {
  opacity: 0.7;
}

#profile {
  padding: 60px 0;
  background-image: url(/wp-content/themes/RANKUP/assets/images/index/profile-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 683px;
  position: relative;
  display: block;
  max-width: 100%;
}

.profile-inner {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.profile-text-box {
  height: 380px;
  background-color: #FFFAE5;
  margin-top: 95px;
  border-radius: 10px;
}

.profile-text-box h3 {
  padding-top: 80px;
  margin-bottom: 16px;
}

.profile-text-box h3::after {
  border-bottom: 2px dotted #048CE2;
  content: "";
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 688px;
}

.profile-text-box p {
  margin-top: 8px;
  text-align: center;
}

.profile-icon {
  position: absolute;
  top: -70px;
  left: 42%;
  width: 130px;
}

#blog {
  display: block;
  max-width: 100%;
  padding: 60px 0 0 0;
}

.blog-inner {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.blog-box01 {
  margin-top: 40px;
  background-image: radial-gradient(circle, #048ce2 1px, transparent 1px), radial-gradient(circle, #048ce2 1px, transparent 1px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 4px 2px, 4px 2px;
}

.blog-box02 {
  background-image: radial-gradient(circle, #048ce2 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 2px;
}

.blog-box-inner {
  display: flex;
  padding: 40px 0;
  text-align: left;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease;
}

.blog-box-inner img {
  width: 324px;
  margin-right: 40px;
  border-radius: 10px;
}

.blog-box-inner p {
  margin-top: 16px;
}

.blog-box-inner:hover {
  opacity: 0.6 !important;
}

/* FAQここから */

#faq {
  display: block;
  max-width: 100%;
  padding: 60px 0;
  position: relative;
}

.faq-inner {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

/* 必須 */
.accordion-content {
  display: none;
}

/* ベース */
.accordion-header {
  background-color: #FCEBA3;
  padding: 20px 45px 20px 20px;
  margin: 40px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  text-align: left;
  border-radius: 10px;
}

/* 開いたときは下の角丸を消す */
.accordion-header.active {
  border-radius: 10px 10px 0 0;
}

/* プラス・マイナス記号 */
.accordion-header::before,
.accordion-header::after {
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:24px;
  height:3px;
  margin:auto;
  background:#048CE2;
  border-radius: 10px;
}
.accordion-header::after {
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after {
  transform:rotate(0deg);
}

/* コンテンツ部分 */
.accordion-content {
  display: none;
  background-color: #FCEBA3;
  padding: 20px 20px;
  text-align: left;
  border-radius: 0 0 10px 10px;
  border-top: 2px dotted #55B9D0; /* 水色の点線 */
  position: relative;
  top: -1px; /* 隙間を消す */
}

/* QとAの円アイコン */
.accordion-header span::before,
.accordion-content span::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 35px;
  height: 35px;
  background-color: #048CE2;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* 中の文字（QとA） */
.accordion-header span::after {
  content: "Q";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.accordion-content span::after {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

/* テキスト位置調整 */
.accordion-header span,
.accordion-content span {
  padding-left: 50px;
  position: relative;
}

.ball-left-faq {
  position: absolute;
  top: 29px;
  left: 58px;
  width: 50px;
}

.ball-right-faq {
  position: absolute;
  bottom: 25px;
  right: 50px;
  width: 70px;
}

/* FAQここまで */
@media screen and (max-width:1700px){

  .first-view {
    height: calc(100vh - 70px);
  }
  
  .fv-text-pc {
    height: 20%;
    right: 10%;
  }

  .fv-face-pc {
    left: 0;
    height: 95%;
  }

  .profile-icon {
    left: 46.5%;
  }
  
}

@media screen and (max-width:1650px){

  .profile-icon {
    left: 45%;
  }
  
}



@media screen and (max-width:1535px){
  
  .fv-text-pc {
    height: 18%;
    right: 10%;
  }

  .fv-face-pc {
    left: -8%;
    height: 95%;
  }
  
}

@media screen and (max-width:1299px){

  .first-view {
    height: 560px;
    background-image: url(/wp-content/themes/RANKUP/assets/images/index/fv-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: block;
    max-width: 100%;
  }

  .fv-text-pc {
    height: 20%;
    right: 19%;
  }

  .fv-face-pc {
    left: 6%;
    height: 95%;
  }

  .voice-icon-top {
    left: 39%;
  }
}

@media screen and (max-width:1280px){
  .profile-icon {
    left: 42%;
  }
}  

@media screen and (max-width:1200px){

  .first-view {
    aspect-ratio: 9/2;
  }

  .fv-text-pc {
    height: 20%;
    right: 20%;
  }

  .fv-face-pc {
    left: -2%;
    height: 95%;
  }

  .ball-left-faq , .ball-right-faq {
    display: none;
  }
}

@media screen and (max-width:1120px){

  .first-view {
    aspect-ratio: 9/2;
  }

  .fv-text-pc {
    height: 20%;
    right: 13%;
  }

  .fv-face-pc {
    left: -7%;
    height: 95%;
    z-index: 10;
  }

  .fv-curve-left-pc {
    display: none;
  }

  .fv-curve-right-pc {
    display: none;
  }


  .fv-curve-left-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
  }

  .fv-curve-right-sp {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 425px;
  }

  .voice-icon-top {
    left: 38%;
  }

}

@media screen and (max-width:1015px){
  #strength {
    display: block;
    padding: 30px 0;
    background-color: #FFFAE5;
    position: relative;
    background-image: none;
    max-width: 100%;
  }

  .strength-inner {
    width: 50%;
    text-align: center;
    padding: 0;
  }

  .strength-content01 {
    flex-direction: column;
  }

  .strength-content02 {
    flex-direction: column-reverse;
  }

  .strength-inner {
    max-width: 80%;
    display: block;
    margin: 40px auto 0 auto;
  }

  .strength-image01 img , .strength-image02 img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
  }

  .strength-text01 , .strength-text02 {
    width: 100%;
    height: auto;
    padding: 32px;
    border-radius: 0 0 20px 20px;
    text-align: center;
  }

  .strength-title01 {
    padding: 0;
    margin: 0 auto;
  }

  .strength-title02 {
    padding: 0;
    margin: 0 auto;
  }

  .strength-title03 {
    padding: 0;
    margin: 0 auto;
  }

  .strength-title04 {
    padding: 0;
    margin: 0 auto;
  }

  .strength-title01 {
    border-bottom: none;
  }

  .main-text {
    text-align: left;
    padding-top: 15px;
    background-image: radial-gradient(circle, #048ce2 1px, transparent 1px), radial-gradient(circle, #048ce2 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-x, repeat-x;
    background-size: 4px 2px;
  }

  .ball-left-strength , .ball-right-strength {
    display: none;
  }


  /* serviceここから */

  #service {
    padding: 30px 0;
    background-image: url(/wp-content/themes/RANKUP/assets/images/index/service-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .service-inner {
    /* max-width: 80%; */
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
  }

  .service-contents {
    display: block;
    margin-top: 40px;
  }

  .service-content01 , .service-content02 {
    width: 100%;
  }

  .service-content01 {
    margin-right: 0;
  }

  .service-content-top01 {
    margin-left: 50px;
    margin-top: 32px;
  }

  .service-content-top02 {
    margin-left: 28px;
    margin-top: 32px;  
  }

  .service-content-top03 {
    margin-left: 40px;
    margin-top: 32px;
  }

  .service-content-top01 p , .service-content-top02 p , .service-content-top03 p {
    font-size: 16px;
    font-weight: bold;
  }

  .service-content-top01 img , .service-content-top02 img , .service-content-top03 img {
    height: 35px;
    margin-top: 10px;
  }

  .service-content-title {
    padding: 10px 0;
  }

  .service-content-text01 {
    margin-bottom: 0;
  }

  .service-content-text02 {
    margin-bottom: 0;
    padding: 20px;
  }

  .service-content-text03 {
    margin-bottom: 0;
  }

  .tablet-none {
    display: none;
  }

  /*serviceここまで */

  .voice-icon-top {
    left: 33%;
  }

  .banner-pc {
    width: 80%;
    margin: 120px auto 0 auto;
  }

  .bg3-pc {
    padding: 0;
    background-image: none;
    display: block;
    max-width: 100%;
  }

  #follow-me {
    display: block;
    max-width: 100%;
    padding: 30px 0 14px 0;
    background-image: url(/wp-content/themes/RANKUP/assets/images/index/follow-me-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .follow-me-inner {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .follow-me-contents {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .follow-me-contents-left {
    margin-right: 0;
  }

  .follow-me-contents img {
    width: 120px;
    margin: 16px;
  }

  .follow-me-contents-left:hover , .follow-me-contents-end:hover {
    opacity: 1;
  }

  #profile {
    padding: 30px 0;
    background-image: none;
    display: block;
  }

  .profile-inner {
    max-width: 50%;
  }

  .profile-text-box {
    height: 488px;
    background-color: #FFFAE5;
    margin-top: 95px;
  }

  .profile-text-box h3 {
    padding-top: 78px;
    margin-bottom: 40px;
  }

  .profile-text-box h3::after {
    top: 130px;
    left: 50%;
    width: 272px;
  }

  .profile-text-box p {
    margin-top: 8px;
    text-align: left;
    width: 272px;
    margin: 0 auto;
  }

  .profile-icon {
    top: -65px;
    left: 35.5%;
  }


  #blog {
    display: block;
    padding: 30px 0;
    background-color: #FFFAE5;
    background-image: none;
  }

  .blog-inner {
    max-width: 80%;
    text-align: center;
    padding: 0;
  }

  .blog-contents {
    display: block;
  }

  .blog-boxes {
    width: 80%;
    margin: 0 auto;
  }

  .blog-box-inner {
    display: block;
    padding: 24px 0;
    text-align: center;
  }

  .blog-box-inner h3 {
    text-align: left;
  }

  .blog-box-inner img {
    height: auto;
    margin: 0 auto 24px auto;
  }

  .blog-box-inner p {
    font-size: 16px;
    text-align: left;
  }

  #faq {
    display: block;
    max-width: 100%;
    padding: 30px 0;
    position: relative;
  }

  .faq-inner {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .accordion-header , .accordion-content {
    font-size: 14px;
  }

  .accordion-header span,
  .accordion-content span {
    padding-left: 30px;
  }

  .accordion-header span::before,
  .accordion-content span::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 25px;
    height: 25px;
    background-color: #048CE2;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .accordion-header span::after {
    left: 1px;
    top: -2px;
    font-size: 16px;
  }
  .accordion-content span::after {
    left: 1.5px;
    top: -2px;
    font-size: 16px;
  }
}

@media screen and (max-width:912px){
  .fv-text-pc {
    height: 18%;
    right: 9%;
  }

  .fv-face-pc {
    left: -10%;
    height: 95%;
  }

}

@media screen and (max-width:863px){
  .fv-text-pc {
    height: 16%;
    right: 8%;
  }

  .fv-face-pc {
    left: -10%;
    height: 95%;
  }

}

@media screen and (max-width:806px){
  .fv-text-pc {
    height: 19%;
    right: 15%;
  }

  .fv-face-pc {
    display: none;
  }

  .fv-face-sp {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 540px;
  }

  .fv-curve-left-pc {
    display: none;
  }

  .fv-curve-right-pc {
    display: none;
  }


  .fv-curve-left-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
  }

  .fv-curve-right-sp {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 425px;
  }

  .fv-ball-left-pc {
    display: none;
  }

  .fv-ball-right-pc {
    display: none;
  }

  .fv-ball-left-sp {
    display: block;
    position: absolute;
    top: 340px;
    left: 35%;
    width: 40px;
  }

  .fv-ball-right-sp {
    display: block;
    position: absolute;
    top: 155px;
    right: 5%;
    width: 30px;
  }
}

@media screen and (max-width:760px){

  .fv-text-pc {
    height: 19%;
    right: 15%;
  }

  .fv-face-sp {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 540px;
  }

  .fv-ball-left-pc {
    display: none;
  }

  .fv-ball-right-pc {
    display: none;
  }

  .fv-ball-left-sp {
    display: block;
    position: absolute;
    top: 340px;
    left: 35%;
    width: 40px;
  }

  .fv-ball-right-sp {
    display: block;
    position: absolute;
    top: 155px;
    right: 5%;
    width: 30px;
  }

  .banner-sp {
    display: block;
    text-align: center;
    width: 50%;
    margin: 60px auto 0 auto;
  }

  .banner-pc {
    display: none;
  }
}

@media screen and (max-width:767px){
  .voice-icon-top {
    left: 40%;
  }
}

@media screen and (max-width:737px){
  .fv-text-pc {
    height: 15%;
    right: 15%;
  }
}

@media screen and (max-width:640px){
  .fv-text-sp {
    display: block;
    position: absolute;
    top: 151px;
    right: 14%;
    width: 45%;
  }

  .fv-text-pc {
    display: none;
  }

  .profile-icon {
    left: 39%;
  }

  .strength-inner {
    width: 80%;
  }

  .service-inner {
    max-width: 80%;
  }

  .profile-inner {
    max-width: 80%;
  }

  .banner-sp {
    display: block;
    text-align: center;
    width: 80%;
    margin: 60px auto 0 auto;
  }
}

@media screen and (max-width:550px){
  .voice-icon-top {
    left: 35%;
  }
}

@media screen and (max-width:430px){


  .tablet-none {
    display: block;
  }

  .content_area{
    padding: 0 30px;
  }
  .slick-item p {
    font-size: 15px;
    margin: 5px;
    padding: 1.5%;
  }

  .voice-icon-top {
    left: 30%;
  }

  .center-button-orange {
    margin-top: 16px;
  }

  .first-view {
    height: 560px;
    background-image: url(/wp-content/themes/RANKUP/assets/images/index/fv-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: block;
    max-width: 100%;
  }

  .fv-text-sp {
    display: block;
    position: absolute;
    top: 175px;
    right: 6%;
    width: 50%;
  }

  /*serviceここまで */

  .strength-title01 h3 {
    text-align: left;
  }

  #voice {
    padding: 30px 0;
  }

  .bg3-pc {
    padding: 0;
    background-image: none;
    display: block;
    max-width: 100%;
  }

  #follow-me {
    display: block;
    max-width: 100%;
    padding: 30px 0 14px 0;
    background-image: url(/wp-content/themes/RANKUP/assets/images/index/follow-me-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .follow-me-inner {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .follow-me-contents {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .follow-me-contents-left {
    margin-right: 0;
  }

  .follow-me-contents img {
    width: 120px;
    margin: 16px;
  }

  .follow-me-contents img:hover {
    opacity: 1;
  }

  .follow-me-contents-end {
    margin-right: 152px;
  }

  .profile-icon {
    left: 28%;
    top: -65px;
  } 

  .profile-text-box h3::after {
    top: 135px;
  }

  .profile-text-box h3 {
    padding-top: 84px;
    margin-bottom: 40px;
  }

  .blog-box-inner {
    text-align: left;
  }

  .service-content-top02 {
    margin-left: 38px;
  }
}

@media screen and (max-width:390px){
  .service-content-top01 {
    margin-left: 30px;
  }

  .service-content-top02 {
    margin-left: 28px;
  }

  .service-content-top03 {
    margin-left: 25px;
  }

}

@media screen and (max-width:375px){
  .service-content-top01 {
    margin-left: 20px;
  }

  .service-content-top02 {
    margin-left: 10px;
  }

  .service-content-top03 {
    margin-left: 10px;
  }

  .follow-me-contents-end {
    margin-right: 0;
  }

  .profile-text-box p {
    width: 230px;
  }

  .profile-text-box h3::after{
    width: 230px;
  }
}

@media screen and (max-width:344px){

  .center-button {
    width: 295px;
  }

  .cta-text-box p {
    width: 80%;
    margin: 40px auto 32px auto;
    text-align: center;
  }

  .cta-inner {
    min-width: 100%;
  }

}