@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
  margin: 0;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*basic*/

body{
  background: #fff;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .05em;
  color: #000;
  text-align: center;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
#container{
  overflow-x: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
p{
  text-align: left;
}
.flex-wrapper{
  display: flex;
}
@media (min-width: 769px){
  .pc-flex{
    display: flex;
  }
}
.align-center{
  align-items: center;
}
.align-end{
  align-items: flex-end;
}
.flex-reverse{
  flex-direction: row-reverse;
}
.justify-center{
  justify-content: center;
}
.justify-space-between{
  justify-content: space-between;
}
.justify-space-evenly{
  justify-content: space-evenly;
}
.row-reverse{
  flex-direction: row-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-column{
  flex-direction: column;
}
@media (max-width: 768px){
.sp-flex-wrap{
  flex-wrap: wrap;
}
}
a{
  transition: .3s all ease;
  text-decoration: none;
  color: #000;
}
a:hover img{
  opacity: .8;
}
.center{
  text-align: center;
}
.blue{
  color: #28b6bc;
}
.orange{
  color: #ff931e;
}
.white{
  color: #fff;
}
.ylw{
  color: #ffff00;
}
.grey{
  color: #808080;
}
.ylw-bg{
  background: linear-gradient(transparent 80%, #ffff00 80%);
}
.bold{
  font-weight: bold;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

/*font*/
.f13{
  font-size: 13px;
}
.f14{
  font-size: 14px;
}
.f15{
  font-size: 15px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}
.f20{
  font-size: 20px;
}
.f21{
  font-size: 21px;
}
.f22{
  font-size: 22px;
}
.f24{
  font-size: 24px;
}
.f26{
  font-size: 26px;
}
.f27{
  font-size: 27px;
}
.f28{
  font-size: 28px;
}
.f30{
  font-size: 30px;
}
.f33{
  font-size: 33px;
}
.f36{
  font-size: 36px;
}
.f38{
  font-size: 38px;
}
.f40{
  font-size: 40px;
}
.f43{
  font-size: 43px;
  line-height: 1.39;
}
.f45{
  font-size: 45px;
}
.f47{
  font-size: 47px;
}
.f48{
  font-size: 48px;
}
.f52{
  font-size: 52px;
}
.f55{
  font-size: 55px;
}
.f60{
  font-size: 60px;
}
.f90{
  font-size: 90px;
}


/*============================
#nav
============================*/
#nav{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
}
.logo figure{
  margin-right: 10px;
  height: 60px;
  width: auto;
}
.nav-info{
  line-height: 1.2;
}
.tel{
  letter-spacing: .2em;
}
.nav-menu li + li{
  margin-left: 30px;
}
input[type=checkbox]{
  display: none;
}
.register-btn{
  width: 200px;
  height: 60px;
  border-radius: 0 0 15px 15px;
  background: #28b6bc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}

/*============================
#mv
============================*/
#mv{
  width: 100%;
  height: 570px;
  background: url(images/mv-bg.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 80px;
}
.mvTxt1{
  margin: 45px auto 20px;
}
.mv-box{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}

/*============================
#prof
============================*/
#prof{
  width: 100%;
  height: 650px;
  background: url(images/prof.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.name-wrap{
  line-height: 1.5;
}
.name{
  margin-left: 1em;
  position: relative;
}
.name::before{
  content: "かばや　わたる";
  font-size: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  white-space: nowrap;
}
.career{
  margin-top: 20px;
  line-height: 1.5;
}
.career-year{
  width: 7em;
  display: flex;
  justify-content: space-between;
  float: left;
  margin-right: 1em;
}
.message h2{
  margin-bottom: 15px;
}
.line{
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #28b6bc 100%);
  background-size: 3px 100%,100% 2em;
  line-height: 2em;
  margin-bottom: 70px;
}
.center.bold{
}

/*============================
#problem.sb.bg1
============================*/
section{
  padding: 60px 0 80px;
}
#problem{
  padding-bottom: 40px;
}
.sb{
  position: relative;
}
.sb::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #28b6bc;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.bg1{
  background: #28b6bc;
  color: #fff;
}
#problem h2{
  margin-bottom: 60px;
}
.problem-img{
  padding-right: 40px;
}

/*============================
#solution
============================*/
#solution{
  padding-top: 80px;
}
.speech{
  line-height: 1.25;
  display: inline-block;
  padding: 0 20px;
  margin: 0 auto 30px;
  position: relative;
}
.speech::before,
.speech::after{
  content: "";
  width: 2px;
  height: 100%;
  background: #ff931e;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.speech::before{
  left: 0;
  transform: rotate(-15deg);
}
.speech::after{
  right: 0;
  transform: rotate(15deg);
}
#solution h3{
  margin: 10px auto 20px;
}

/*============================
#price.bg1
============================*/
#price,
#voice,
#faq,
#register,
#request,
footer{
  font-family: 'M PLUS 1p', sans-serif;
}
.font-yu{
  font-family: "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif!important;
}
.h2-line{
  width: 100%;
  padding-bottom: 20px;
  background: url(images/line-g.svg) center bottom no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
.bg1 .h2-line{
  background: url(images/line-w.svg) center bottom no-repeat;
  background-size: contain;
}
.price-box{
  width: 50%;
  white-space: nowrap;
}
.white-sb{
  width: 100%;
  height: 50px;
  background: #fff;
  color: #28b6bc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.white-sb::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.price-table{
  width: 100%;
  border: 2px solid #fff;
  margin: 30px auto;
  border-collapse: collapse;
}
.price-table th,
.price-table td{
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 5px;
}
.price-table th{
  background: #c9edee;
  color: #28b6bc;
}
.price-txt{
  margin: 40px auto 30px;
}

/*============================
#voice
============================*/
.result{
  margin-top: 40px;
  width: 47.5%;
  line-height: 1.2;
}
.blue-box{
  background: #28b6bc;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.result figure{
  margin: 25px auto 20px;
}
.undeline{
  padding-bottom: 25px;
  border-bottom: 1px solid #28b6bc;
  margin-bottom: 30px;
}
.attention{
  text-align: right;
  margin-top: 30px;
}
.line-g{
  margin-bottom: 40px;
}
.voice-wrap{
}
.voice-each{
  margin-bottom: 20px;
  letter-spacing: 0;
}
.voice-each:nth-of-type(odd){
  width: 51%;
}
.voice-each:nth-of-type(even){
  width: 49%;
}
.voice-each figure{
  margin-right: 15px;
}

/*============================
#faq.bg1
============================*/
.qa{
  background: #fff;
  color: #000;
  text-align: left;
  padding: 20px 25px 25px;
}
.qa + .qa{
  margin-top: 40px;
}
.qa dt{
  border-bottom: 1px solid #28b6bc;
  padding: 15px 0 5px 50px;
  position: relative;
}
.qa dt::before{
  content: "";
  width: 32px;
  height: 54px;
  background: url(images/q.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 20px;
}
.qa dd{
  padding-left: 50px;
  margin-top: 15px;
}

/*============================
#register
============================*/
#register img{
  margin-bottom: 60px;
}
.green-btn{
  color: #fff;
  background: #8cc63f;
  border: none;
  width: 300px;
  height: 80px;
  border-radius: 17px;
  position: relative;
  box-shadow: 8px 8px 0 #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.green-btn::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.white-btn{
  color: #8cc63f;
  background: #fff;
  border: 2px solid #8cc63f;
  width: 300px;
  height: 80px;
  border-radius: 17px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.white-btn::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #8cc63f;
  border-right: 2px solid #8cc63f;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.green-btn:hover,
.white-btn:hover,
.require-btn:hover{
  transform: translate(8px,8px);
  box-shadow: none;
}

/*============================
#request.bg1
============================*/
#request{
  padding-bottom: 60px;
}
.require-btn{
  margin: 50px auto 0;
  width: 550px;
  height: 80px;
  border-radius: 24px;
  border: 2px solid #28b6bc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #28b6bc;
  font-weight: bold;
  position: relative;
  transition: .4s all ease;
}
.require-btn::before{
  content: "";
  width: 40px;
  height: 48px;
  background: url(images/icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 75px;
  margin: auto;
}
.require-btn::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #28b6bc;
  border-right: 2px solid #28b6bc;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

/*============================
#footer-info
============================*/
#footer-info{
  padding: 50px 0 40px;
}
.footer-logo{
  margin-right: 80px;
}
.footer-logo figure{
  margin-right: 10px;
}
.logo-info{
  line-height: 1.2;
}
.footer-address{
}

/*============================
#copyright.bg1
============================*/
#copyright{
  padding: 20px 0;
}

/*============================
form
============================*/
#contact, #thanks{
  margin-top: 80px;
}
table.form-table {
  text-align: left;
  width: 80%;
  margin: 60px auto;
}

table.form-table th {
  width: 28%;
  padding: 10px;
}
input[type="text"], input[type="email"], input[type="tel"] {
  padding: 10px 20px;
  width: 100%;
  border: none;
}
.colorRed{
  color: #ca0000;
}
table.formTable {
  width: 80%;
  margin: 2em auto;
  background: #fff;
  color: #222;
  border-collapse: collapse;
}
table.formTable th, table.formTable td {
  text-align: left;
  padding: 20px;
  border: 1px solid #eee;
}
.form-btn{
  width: 40%;
  height: 80px;
  border-radius: 24px;
  border: 2px solid #28b6bc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #28b6bc;
  font-weight: bold;
  position: relative;
  transition: .4s all ease;
}
.form-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #28b6bc;
  border-right: 2px solid #28b6bc;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.form-btn.back{
  background: #eee;
  color: #333;
}
.form-btn:hover{
  background: #a9e2e4;
}
.form-btn.back:hover{
  background: #ccc;
}


@media (max-width: 1000px){
  body{
    font-size: 2vw;
  }
  .wrap{
    width: 96%;
  }

  /*font*/
  .f13{
    font-size: 1.3vw;
  }
  .f14{
    font-size: 1.4vw;
  }
  .f15{
    font-size: 1.5vw;
  }
  .f16{
    font-size: 1.6vw;
  }
  .f18{
    font-size: 1.8vw;
  }
  .f20{
    font-size: 2vw;
  }
  .f21{
    font-size: 2.1vw;
  }
  .f22{
    font-size: 2.2vw;
  }
  .f24{
    font-size: 2.4vw;
  }
  .f26{
    font-size: 2.6vw;
  }
  .f27{
    font-size: 2.7vw;
  }
  .f28{
    font-size: 2.8vw;
  }
  .f30{
    font-size: 3vw;
  }
  .f33{
    font-size: 3.3vw;
  }
  .f36{
    font-size: 3.6vw;
  }
  .f38{
    font-size: 3.8vw;
  }
  .f40{
    font-size: 4vw;
  }
  .f43{
    font-size: 4.3vw;
    line-height: 1.39;
  }
  .f45{
    font-size: 4.5vw;
  }
  .f47{
    font-size: 4.7vw;
  }
  .f48{
    font-size: 4.8vw;
  }
  .f52{
    font-size: 5.2vw;
  }
  .f55{
    font-size: 5.5vw;
  }
  .f60{
    font-size: 6vw;
  }
  .f90{
    font-size: 9vw;
  }
  
  
  /*============================
  #nav
  ============================*/
  #nav{
    height: 8vw;
  }
  .logo figure{
    margin-right: 1vw;
    height: 6vw;
  }
  .logo img {
    height: 100%;
}
  .nav-menu li + li{
    margin-left: 3vw;
  }
  .register-btn{
    width: 20vw;
    height: 6vw;
    border-radius: 0 0 1.5vw 1.5vw;
    margin-top: -2vw;
  }
  
  /*============================
  #mv
  ============================*/
  #mv{
    height: 57vw;
  }
  #mv h1 img {
    width: 25.2vw;
}
  .mvTxt1{
    margin: 4.5vw auto 2vw;
  }
  
  /*============================
  #prof
  ============================*/
  #prof{
    height: 60vw;
    background-position: center left 30%;
  }
  .name-wrap{
    line-height: 1.5;
  }
  .name::before{
    font-size: 1vw;
    top: -1vw;
  }
  .career{
    margin-top: 2vw;
  }
  .message h2{
    margin-bottom: 1.5vw;
  }
  .line{
    margin-bottom: 7vw;
  }
  
  /*============================
  #problem.sb.bg1
  ============================*/
  section{
    padding: 6vw 0 8vw;
  }
  #problem{
    padding-bottom: 4vw;
  }
  .sb::after{
    border-top: 5vw solid #28b6bc;
    border-left: 6.5vw solid transparent;
    border-right: 6.5vw solid transparent;
  }
  #problem h2{
    margin-bottom: 6vw;
  }
  .problem-img{
    padding-right: 4vw;
  }
  
  /*============================
  #solution
  ============================*/
  #solution{
    padding-top: 8vw;
  }
  .speech{
    padding: 0 2vw;
    margin: 0 auto 3vw;
  }
  .speech::before,
  .speech::after{
    content: "";
    width: 0.2vw;
  }
  #solution h3{
    margin: 1vw auto 2vw;
  }
  
  /*============================
  #price.bg1
  ============================*/
  .h2-line{
    padding-bottom: 2vw;
    margin-bottom: 3vw;
  }
  .white-sb{
    height: 5vw;
    margin-bottom: 4vw;
  }
  .white-sb::before{
    border-top: 2.5vw solid #fff;
    border-left: 2.8vw solid transparent;
    border-right: 2.8vw solid transparent;
  }
  .price-table{
    margin: 3vw auto;
  }
  .price-table th,
  .price-table td{
    padding: 0.5vw;
  }
  .price-txt{
    margin: 4vw auto 3vw;
  }
  #price img {
    width: 43vw;
}
  
  /*============================
  #voice
  ============================*/
  .result{
    margin-top: 4vw;
  }
  .blue-box{
    height: 5vw;
    margin-bottom: 2vw;
  }
  .result figure{
    margin: 2.5vw auto 2vw;
  }
  .undeline{
    padding-bottom: 2.5vw;
    margin-bottom: 3vw;
  }
  .attention{
    margin-top: 3vw;
  }
  .line-g{
    margin-bottom: 4vw;
  }
  .voice-each{
    margin-bottom: 2vw;
  }
  .voice-each figure{
    margin-right: 1.5vw;
  }
  
  /*============================
  #faq.bg1
  ============================*/
  .qa{
    padding: 2vw 2.5vw 2.5vw;
  }
  .qa + .qa{
    margin-top: 4vw;
  }
  .qa dt{
    padding: 1.5vw 0 0.5vw 5vw;
  }
  .qa dt::before{
    width: 3.2vw;
    height: 5.4vw;
    margin-right: 2vw;
  }
  .qa dd{
    padding-left: 5vw;
    margin-top: 1.5vw;
  }
  
  /*============================
  #register
  ============================*/
  #register img{
    margin-bottom: 6vw;
  }
  .green-btn{
    width: 30vw;
    height: 8vw;
    border-radius: 1.7vw;
    box-shadow: .8vw .8vw 0 #e6e6e6;
  }
  .green-btn::after{
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    right: 2vw;
  }
  .white-btn{
    width: 30vw;
    height: 8vw;
    border-radius: 1.7vw;
  }
  .white-btn::after{
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    right: 2vw;
  }
  .green-btn:hover,
  .white-btn:hover{
    transform: translate(.8vw,.8vw);
  }
  
  /*============================
  #request.bg1
  ============================*/
  #request{
    padding-bottom: 6vw;
  }
  .require-btn{
    margin: 5vw auto 0;
    width: 55vw;
    height: 8vw;
    border-radius: 2.4vw;
  }
  .require-btn::before{
    width: 4vw;
    height: 4.8vw;
    left: 7.5vw;
  }
  .require-btn::after{
    width: 0.8vw;
    height: 0.8vw;
    right: 2vw;
  }
  
  /*============================
  #footer-info
  ============================*/
  #footer-info{
    padding: 5vw 0 4vw;
  }
  .footer-logo{
    margin-right: 8vw;
  }

  /*============================
  #copyright.bg1
  ============================*/
  #copyright{
    padding: 2vw 0;
  }

  
}

@media (max-width: 768px){
  body{
    font-size: 4vw;
  }

  /*font*/
  .f13{
    font-size: 3.2vw;
  }
  .f14{
    font-size: 3.2vw;
  }
  .f15{
    font-size: 3.2vw;
  }
  .f16{
    font-size: 3.6vw;
  }
  .f18{
    font-size: 4.2vw;
  }
  .f20{
    font-size: 4.2vw;
  }
  .f21{
    font-size: 4.2vw;
  }
  .f22{
    font-size: 4.2vw;
  }
  .f24{
    font-size: 4.2vw;
  }
  .f26{
    font-size: 4.2vw;
  }
  .f27{
    font-size: 4.3vw;
  }
  .f28{
    font-size: 4.5vw;
  }
  .f30{
    font-size: 4.8vw;
  }
  .f33{
    font-size: 5.3vw;
    line-height: 1.4;
  }
  .f36{
    font-size: 5.8vw;
  }
  .f38{
    font-size: 6vw;
  }
  .f40{
    font-size: 6vw;
  }
  .f43{
    font-size: 6vw;
    line-height: 1.39;
  }
  .f45{
    font-size: 6vw;
    line-height: 1.4;
  }
  .f47{
    font-size: 6.5vw;
  }
  .f48{
    font-size: 6.7vw;
  }
  .f52{
    font-size: 7vw;
  }
  .f55{
    font-size: 7.2vw;
  }
  .f60{
    font-size: 8vw;
  }
  .f90{
    font-size:10vw;
  }
  
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  #nav{
    width: 100%;
    height: 60px;
  }
  .sp-btn{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }
  .sp-btn-inner{
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s all ease;
  }
  .sp-btn-inner::before,
  .sp-btn-inner::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    transition: .4s all ease;
  }
  .sp-btn-inner::before{
    top: 10px;
  }
  .sp-btn-inner::after{
    bottom: 10px;
  }
  .sp-menu{
    position: fixed;
    top: 60px;
    left: 100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.95);
    z-index: 100;
    display: flex;
    align-items: Flex-start;
    justify-content: center;
    padding-top: 30vw;
    transition: .6s all ease;
  }
  ul.menu li{
    padding: 1.5em;
    font-weight: bold;
    font-size: 1.2em;
  }
  #register img {
    width: 80vw;
    margin: 5vw auto 7vw;
}
  .register-btn {
    width: auto;
    border-radius: 2vw;
    margin-top: 3vw;
  }
  #sp-btn:checked ~ .sp-menu{
    left: 0;
  }
  #sp-btn:checked + .sp-btn .sp-btn-inner{
    background: transparent;
  }
  #sp-btn:checked + .sp-btn .sp-btn-inner::before{
    top: 0;
    transform: rotate(135deg);
  }
  #sp-btn:checked + .sp-btn .sp-btn-inner::after{
    bottom: 0;
    transform: rotate(-135deg);
  }
  #mv{
    margin-top: 60px;
    height: 80vw;
  }
  #prof {
    height: auto;
    background-position: top left 10%;
    background-size: 200%;
    padding-top: 60vw;
  }
  .name::before {
    font-size: 3vw;
    top: -1em;
}
  .prof-txt {
    width: fit-content;
    margin: 0 auto 8vw;
  }
  .message h2 {
    width: 90vw;
    margin: 0 auto;
  }
  .line {
    display: inline-block;
    padding-bottom: 1vw;
  }
  #price img {
    width: 60vw;
    margin-bottom: 5vw;
  }
  .price-box {
      width: 100%;
      white-space: normal;
  }
  .price-txt{
    margin-bottom: 6vw;
  }
  .white-sb,
  .blue-box{
      height: 8vw;
  }
  .result{
    width: 100%;
  }
  .voice-each:nth-of-type(odd),
  .voice-each:nth-of-type(even){
    width: 100%;
  }
  .voice-each figure{
    width: 30vw;
  }
  .green-btn,
  .white-btn,
  .require-btn{
    width: 70vw;
    height: 15vw;
    margin: 0 auto 1em;
  }
  .footer-logo {
    margin: 0 auto 1em;
    justify-content: center;
  }
  .footer-address {
    text-align: center;
}
.voice-each{
  margin-bottom: 5vw;
}
.sp-center figure{
  margin: 0 auto;
}
.sp-center p{
  text-align: center;
}
#contact{
  margin-top: 60px;
}
}