@charset "UTF-8";

.pc{
  display: block;
}
.sp{
  display: none;
}
html{
  font-size: 62.5%;
}
body{
  background:#fff;
  color: #161616;
  font-weight: 400;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-family: Arial, Helvetica, sans-serif;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
button{
  transition: all 0.3s ease 0s;
  border: none;
  background: none;
}
button:hover{
  opacity: 0.9;
  transform: translateY(3px);
}
p, h1, h2{
  margin: 0;
}
img{
  max-width: 100%;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
.section-title {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 0;
}
.section-title img {
  max-width: 70vw;
}


header{
  background: url(../images/header-bg.png) no-repeat top right;
  background-size: contain;
}
.hero-pc {
  max-width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero-illust{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.hero-illust img{
  width: 95%;
}
.logo {
  text-align: right;
  margin-top: 30px;
}
.logo img {
  width: 20%;
}
.hero_textWrap{
  max-width: 100%;
  width: 80%;
  position: relative;
  z-index: 2;
}
.top-ttl {
  margin: 16px 0;
}
.top-textbox {
  font-size: 2.6rem;
  font-weight: 700;
  color: #6A6059;
}
.top-textbox-item{
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.top-textbox-item:last-child {
  margin-bottom: 0;
}
.item-top {
  margin-right: 20px;
  margin-bottom: 6px;
}
.top-btn {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-coupon {
  width: 36%;
  padding-left: 40px;
}
.hero-btn {
  width: 50%;
  text-align: left;
}
.hero-btn img{
  width: 80%;
}
.purchase-btn{
  background-color: #0e8aa6;
  color: #FFF;
  padding: 1rem 2rem;
  margin: 1rem 0;
}
@media screen and (max-width:1200px) {
  .title-creator{
    width: 60%;
  }
}
@media screen and (max-width:1000px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  header{
    background: url(../images/fv_bg_sp.jpg);
    background-size: cover;
  }
  .hero-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
  }
  .hero_textWrap_sp {
    width: 92.4%;
    margin: 0 auto;
    background-color: #FFF;
  }
  .hero_flame_sp {
    margin: 2.4%;
    padding: 20px 15px;
    text-align: center;
    border: 2px solid #DE9E9F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top-ribbon {
    width: 100%;
  }
  .top-ttl {
    margin: 8px 0;
  }
  .hero_flame_sp img {
    width: 100%;
  }
  .top-item img {
    width: 50%;
    margin-bottom: 12px;
  }
  .top-textbox {
    font-size: 3.2rem;
  }
  .top-textbox-item {
    margin-bottom: 4px;
  }
  .top-btn {
    width: 80%;
    margin: -18px 0 10px;
  }
  .hero-btn {
    width: 100%;
    margin-bottom: 0;
  }
  .hero-btn img {
    width: 100%;
  }
  .top-coupon {
    width: 100%;
    margin-top: -24px;
    padding: 0;
  }
  .logo {
    width: 63.2%;
    margin-top: 0;
    text-align: center;
  }
  .logo img {
    width: 100%;
  }
  .container {
    padding: 0;
  }
}
@media screen and (max-width:768px) {
  .top-textbox {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:576px) {
  .top-textbox {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:576px) {
  .top-textbox {
    font-size: 1.4rem;
  }
}

/* LINE登録で7つの無料特典 */
/* .benefits__img img {
  width: 100%;
}
@media screen and (max-width:1000px) {
  .benefits {
    margin-top: 20px;
  }
}
.present-btn {
  max-width: 1140px;
  margin: 100px auto;
  text-align: center;
}
.present-btn img {
  max-width: 666px;
}
.present-btn-sp {
  display: none;
}

@media screen and (max-width:1000px) {
  .present-btn-pc {
    display: none;
  }
  .present-btn-sp {
    display: block;
  }
  .present-btn {
    margin: 30px auto;
  }
  .present-btn-sp img {
    width: 100%;
  }
} */

/* 7大特典 */
.benefits {
  background-color: #e0e0e0;
  padding: 4rem 0;
  margin-bottom: 50px;
}
.benefits-img img {
  width: 100%;
}
@media screen and (max-width:1000px) {
  /* .benefits {
    background-color: #e8e8e6;
    padding: 3rem 0;
  } */
}

/* こんなお悩みありませんか */
.worries-container {
  max-width: 1240px;
  margin: 100px auto;
  text-align: center;
}
.worries-img {
  margin: 50px 0;
}
.worries-img img {
  width: 100%;
}
.cause-01,
.cause-02 {
  margin: 80px 0;
  padding: 2rem;
}
.cause-title {
  width: 80%;
}
.cause-01-img03 {
  width: 100%;
  margin: 80px 0;
}
.cause-text-img {
  width: 100%;
}
.reason {
  background-color: #F3E9EB; 
  padding: 100px 0 20px;
}
.reason-img {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reason-img img {
  width: 100%;
}
.cause-02 ul {
  margin: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
}
.cause-02-item {
  flex: 1;
}
.solution {
  background-color: #E7F8F6; 
  padding: 100px 0;
}
.solution-img {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-img img {
  width: 100%;
}
@media screen and (max-width:1000px) {
  .worries-container {
    margin: 36px auto;
  }
  .worries-img {
    margin: 30px 0;
  }
  .cause-01,
  .cause-02 {
  margin: 30px 0;
  padding: 0 2rem;
}
  .cause-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .cause-01-img03 {
    margin: 10px 0 20px;
  }
  .reason {
    padding: 46px 0 10px;
  }
  .reason-img {
    padding: 0 0 0 20px;
  }
  .cause-02 ul {
    margin: 10px 0 30px;
  }
  .solution {
    padding: 40px 0;
  }
  .solution-img {
    padding: 0;
  }
}

/* まずは無料でレッスンを体験 */
.top-trial {
  background: url(../images/trial-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 90px 0;
}
.top-trial-wrap {
  text-align: center;
}
.top-trial-coupon {
  margin: 0 auto 60px;
  width: 70%;
}
.top-trial-coupon img {
  width: 100%;
}
.top-trial-text img {
  width: 100%;
}
.top-trial-text button{
  width: 80%;
  background-color: #0e8aa6;
  color: #FFF;
}
.top-trial-text a{

}
.top-trial-btn {
  margin: 60px auto 0;
}
.top-trial-btn img {
  width: 100%;
}
.top-trial-btn-pc {
  display: block;
}
.top-trial-btn-sp {
  display: none;
}
@media screen and (max-width:1000px) {
  .top-trial {
    background: url(../images/top-trial-bg_sp.jpg) no-repeat top center;
    background-size: cover;
    padding: 60px 0;
  }
  .top-trial-coupon {
    width: 80%;
    margin-bottom: 30px;
  }
  .top-trial-btn {
    margin-top:30px;
  }
  .top-trial-btn img {
    width: 70%;
  }
  .top-trial-btn-pc {
    display: none;
  }
  .top-trial-btn-sp {
    display: block;
  }
}

/* 生徒さんの実績 */
.result {
  padding: 120px 0 100px;
}
.result-container {
  max-width: 1152px;
}
.result-list {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
.result-item {
  width: 50%;
  padding: 35px;
}
.result-item img {
  width: 100%;
}
@media screen and (max-width:1000px) {
  .result {
    padding: 40px 0 20px;
  }
  .result-title img {
    width: 100%;
  }
  .result-list {
    display: block;
    margin-top: 30px;
  }
  .result-item {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
  }
  .result-item img {
    width: 76.2%;
  }
  .cause-02-list{
    flex-direction: column;
  }
}

/*========= レイアウトのためのCSS ===============*/

h2,p {
    text-align:center;
    padding:20px;
}
ul{
  margin:0;
  padding: 0;
  list-style: none;
}
a{
  color: #333;
}
a:hover,
a:active{
  text-decoration: none;
}
@media screen and (max-width:768px){
  .beforafter-title img{
    max-width: 90%;
  }
  .beforafter-title{
    padding-top: 10rem;
    padding: 10rem 2rem 0;
  }
  
  .slider{
    text-align: center;
    margin-top: 6rem;
  } 
  .slider img{
    width: 90vw;
    margin-top: 1rem;
  }
}

/* Aitechschoolの特徴 */
#feature {
  padding: 100px 0 140px;
}
.feature-title{
  text-align: center;
  /* padding-top: 20rem; */
}
.feature-title img{
  margin: auto;
  max-width: 40vw;
}
.feature-box_01 {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.feature-box_01 img{
  width: 35%;
  margin: auto;
  text-align: center;
}
.feature-box_02{
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.feature-box_02 img{
  width: 35%;
  margin: auto;
  text-align: center;
}
.icon{
  text-align: center;
}
.size{
  font-size: 6rem;
  color:#F29907;
}
.move{
  margin: auto;
  text-align: center;
  margin-top: 6rem;
}

@media screen and (max-width:768px){
  #feature {
    padding: 40px 0 40px;
  }
  .feature-title img{
    max-width: 100%;
  }
  .feature-title{
    padding: 10rem 2rem 0;
  }
  .feature-box_01{
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
  }
  .feature-box_02{
    display: flex;
    flex-direction: column; 
  }
  .feature-box_01 img{
    width: 80%;
  }
  .feature-box_02 img{
    width: 80%;
  }
  .feature-05{
    padding-top: 3rem;
  }
  .feature-04{
    padding-top: 3rem;
  }
  .move img{
    max-width: 80%;
  }
}

/* <!-- あなたらしさ --> */
/* .woman-box{
  margin-top: 10rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.woman-box_text h2{
  display: inline-block;
  font-size: 4.5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: left;
  margin-left: 7.5rem;
}
.woman-box_text p{
  display: inline-block;
  text-align: left;
  margin-top: -2rem;
  font-size: 2.5rem;
  margin-left: 7.5rem;
  font-family: Arial, Helvetica, sans-serif;
}
.woman-list_01 img{
  max-width: 90%;
  display: inline-block;
  margin-left: 1rem;
}

@media screen and (max-width:1000px){ 
  .sp-woman {
    text-align: center;
    margin: 3rem 1.5rem 5rem;
  }
  .sp-woman img{
    width: 100%;;
    margin: auto;
  }
  .sp-woman h1 {
    font-size: 3.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 5rem;
    margin-top: -5rem;
    text-align: left;
    padding: 0 2rem;
  }
  .sp-woman p{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0rem;
    padding:2rem 0;
  }
} */

/* <!-- Aitechschoolの100以上の動画コンテンツ --> */
#content {
  padding: 120px 0 100px;
}
/* .content-title{
  margin: auto;
  text-align: center;
  padding-top: 20rem;
} */
.move img{
width: 50%;
}
.content-title img{
max-width: 50vw;
}
.content-box {
margin: auto;
text-align: center;
align-items: center;
display: flex;
justify-content: center;
margin-top: 8rem;
}
.content-box img{
width: 33%;
}
.tag-list h2{
  font-size: 3.2rem;
  font-weight: 600;
  padding: 0;
  margin-top: 4rem;
}
.tag-list ul{
padding-top: 5rem;
display: flex;
justify-content: center;
align-items: center;
align-content: flex-start;
flex-wrap: wrap;
margin: 0 auto;
} 
.loadmap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 5rem 2rem;
}
.loadmap h2{
  font-size: 3.2rem;
  font-weight: 600;
  padding: 0;
  margin-top: 4rem;
}
#pricearea{
  background-color: #d9a8a9;
}
.price{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 5rem 2rem;
  padding: 8rem 0;
}
.price h2{
  font-size: 3.2rem;
  font-weight: 600;
  padding: 0;
  color: #FFF;
}
.price ul{
  margin: 2.5rem 0;
}
.price li{
  font-size: 2.5rem;
  text-align: center;
}
.price p{
  font-size: 3rem;
  text-align: center;
}
.price-course{
  background-color: #fff;
  padding: 2rem 0;
  width: 70%;
  border-radius: 20px;
}

.move video{
width: 75%;
}

@media screen and (max-width:768px){
  #content {
    padding: 40px 0 20px;
  }
  .content-title{
    padding: 0 2rem;
    margin-top: 5rem;
  }
  .content-title img{
    max-width: 90%;
  }
  .move {
    margin-top: 30px;
  }
  .move video{
    width: 90%;
  }
  .content-box{
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
  }
  .content-box img{
    width: 100%;
  }
  .tag-list img{
    width: 45vw;
  }
  .tag-list ul{
    display: flex;
    flex-wrap: wrap;
  }
  .content-01{
    margin-bottom: 4rem;
  }
  .content-02{
    margin-bottom: 4rem;
  }
  .price-course{
    width: 97%;
  }
}

/* 受講生の作品集 */
#student {
  padding: 100px 0;
}
/* .student-title{
  text-align: center;
  margin: auto;
  padding-top: 19rem;
} */
/* .student-title img{
  max-width: 23vw;
} */
.gallery-list {
  text-align: center;
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1rem;
}
.gallery-list img{
  max-width: 95%;
  object-fit: cover;
}  
@media screen and (max-width:768px){
  #student {
    padding: 40px 0 20px;
  }
  .student-title{
    padding-top: 10rem;
  }
  .student-title img{
    max-width: 60vw;
    margin-top: -1rem;
  } 
  .gallery-list img{
    max-width: 90%;
  }
  .gallery-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.1rem;
    padding-bottom: 3rem;
  }
}

/* 講師のご紹介 */
#instructor {
  padding: 100px 0 40px;
}
.instructor-title {
  text-align: center;
  margin: auto;
  padding-top: 10rem;
}
.instructor-title img{
  width: 35%;
  margin: auto;
  margin-top: 3rem;
}
.instructor-achievement h2{
  font-size: 20px;
  margin-top: 2rem;
  line-height: 3.5rem;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}
.instructor-achievement{
  text-align: center;
  margin: auto;
}
.sp-achievement img{
  width: 80%;
}
.instructor-box {
  display: flex;
  margin-left: 2rem;
  height: auto;
  align-items: center;
  margin-top: 5rem;
}
.instructor-box img{
  width: 50%;
}


@media screen and (max-width:768px){
  #instructor {
    padding: 40px 0 20px;
  }
  .instructor-title img{
    margin-top: -2rem;
    width: 45vw;
  }
  .instructor-title{
    padding-top: 5rem;
  }
  .instructor-box{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-left: 0rem;
    text-align: center;
  }
  .instructor-box img{
    width: 100%;
    /* margin-left: 2rem; */
  }
  .instructor-achievement{
    margin-top: -2rem;
    margin: auto;
    /* margin-right: 3rem; */
  }
  .instructor-achievement h2{
    text-align: left;
  }
  .sp-achievement{
    margin-top: 3rem;
  }
  .sp-achievement_02 img{
    margin: auto;
    width: 30%;
    margin-top: 3rem;
  }
  .price-title h2{
    font-size: 1.5rem;
  }
}

/* 講師実績 */
#achievement {
  padding: 40px 0 100px;
}
/* .achievement-title{
  text-align: center;
  margin: auto 0;
  margin-top: 10rem;
} */
.achievement-title img{
  max-width: 80%;
  margin: 0 auto;
}
.stoska{
  text-align: center;
  margin-top: 5rem;
}
.stoska img{
  width: 50%;
}
.stoska-badge{
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
  text-align: center;
}
.stoska-badge-item{
  flex: 1;
}
.menta-badge-item img{
  margin: auto 0;

}
.menta{
  text-align: center;
  margin-top: 5rem;
}
.menta img{
  width: 50%;
}
.menta-badge{
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem;
  text-align: center;
}
.menta-badge-item{
  flex: 1;
}
.menta-badge-item img{
  margin: auto 0;
}
.achievement-trial-btn {
  margin: 100px 0 0;
  text-align: center;
}
.achievement-trial-btn img {
  width: 100%;
}

@media screen and (max-width:768px){
  #achievement {
    padding: 0 0 100px;
  }
  .achievement-title{
    text-align: center;
    margin: auto 0;
    margin-top: 5rem;
  }
  .achievement-title img{
    width: 100%;
    margin-left: 4rem;
  }
  .stoska{
    margin-top: -1rem;
  }
  .stoska img{
    width: 80%;
  }
  .stoska-badge{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto 0;
    margin-top: 5rem;
  }
  .stoska-badge img{
    width: 70%;
  }
  .menta img{
    width: 80%;
  }
  .menta-badge{
    display: flex;
    margin: auto 0;
    align-items: center;
    margin-top: 5rem;
  }
  .menta-badge img{
    width: 70%;
  }
}

/* <!-- 4つの無料特典 --> */
/* #benefits{
  background: url(../images/background.jpg) no-repeat top center;
  text-align: center;
  padding-bottom: 5rem;
  margin-top: 8rem;
}
.benefits-img{
  text-align: center;
}
.benefits-img img{
  max-width: 90%;
  margin-top: 7rem;
}
.btn {
  text-align: center;
  margin: auto;
  margin-top: 5rem;
}
.btn img{
  width: 85%;
}
.sp-Benefits{
  width: 100%;
}
.sp-Benefits img{
  max-width: 100%;
  margin: auto;
  margin-top: 5rem;
}
@media screen and (max-width:768px){
  #benefits{
    margin-top: 3rem;
  }
  .sp-Benefits img{
    max-width: 100%;
    margin: auto;
    margin-top: 5rem;
  }
  .btn {
    margin: auto;
    margin-top: 5rem;
  }
  .btn img{
    width: 90%;
  }
} */

/* 他者と比べても圧倒的な低価格 */
/* #price{
  background: #F4F4F4;
  padding-bottom: 5rem;
  margin-top: -4rem;
}
.price-title {
  text-align: center;
  margin: auto;
  padding-top: 19rem;
}
.price-title img{
  max-width: 50%;
}
.arrow{
  text-align: center;
  margin: auto;
  margin-top: 8rem;
}  
.arrow img{
  width: 30%;
}
.price-box{
  text-align: center;
  margin: auto;
}
.price-box img{
  width: 80%;
  margin-top: 7rem;
}
.price-list{
  margin: auto;
  text-align: center;
  margin-top: 4rem;
}
.price-list img{
  width: 90%;
}
.price-text h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
}
.leaning_price_body{
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.month{
  font-size: 30px;
  margin-top: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.money{
  font-size: 40px;
  padding-left: 3rem;
  font-family: Arial, Helvetica, sans-serif;
}
.tax{
  font-size: 10px;
  margin-top: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.yen{
  margin: 0 0 0 0.5rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width:768px){
  .price-title{
    padding-top: 10rem;
  }
  .price-title img{
    max-width: 80vw;
  }
  .price-box{
    text-align: center;
    margin: auto;
  }
  .price-box img{
    width: 100%;
    margin-top: 4rem;
  }
  .arrow{
    margin-top: 2rem;
  }
  .price-list{
    margin: auto;
    margin-top: 2rem;
  }
  .price-list img{
    width: 100%;
  }
  .leaning_price_body{
    margin-top: 1rem;
  }
  .month{
    font-size: 2rem;
  }
  .money{
    font-size: 2rem;
    margin-top: 0.9rem;
    margin-left: -1.5rem;
    font-family: Arial, Helvetica, sans-serif;
  }
  .yen{
    margin-left: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
  }
  .tax{
    font-size: 0.1rem;
    margin-left: 0.5rem;
    font-family: Arial, Helvetica, sans-serif;
  }
} */


/* まずは無料でレッスンを体験 */
footer {
  background: url(../images/trial-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 90px 0;
}
.top-trial-text h2{
  font-size: 5rem;
  color: #fff;
  font-weight: 600;
}
.top-trial-wrap-footer {
  text-align: center;
  position: relative;
}
.top-trial-text-footer {
  width: 100%;
}
.top-trial-btn-footer {
  margin: 60px auto 30px;
}
.top-trial-btn-footer img {
  width: 100%;
}
.trial-footer {
  /* display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 0; */
  position: relative;
}
.trial-footer h1 {
  color: #FFF;
  font-size: 4.0rem;
}
.trial-footer a {
  position: absolute;
  bottom: 4px;
  right: 70px;
}
@media screen and (max-width:1000px) {
  footer {
    background: url(../images/top-trial-bg_sp.jpg) no-repeat top center;
    background-size: cover;
    padding: 60px 0;
  }
  .top-trial-btn-footer {
    margin-top:30px;
  }
  .top-trial-btn-footer img {
    width: 70%;
  }
  .trial-footer {
    padding: 0;
  }
  .trial-footer h1 {
    font-size: 2.1rem;
  }
  .trial-footer a {
    top: 38px;
    right: 0;
  }
  .trial-footer a img {
    width: 35%;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  background-color: #E3BCBB;
  position: relative;
}
footer h1 {
  color: #FFF;
  font-size: 4.0rem;
}
.top-trial-wrap-footer ul{
  margin-top: 2rem;
}
.top-trial-wrap-footer a{
  color: #FFF;
}

@media screen and (max-width:768px) {
  footer {
    padding: 42px 0;
  }
  footer h1 {
    font-size: 2.1rem;
  }
  footer a {
    top: 38px;
    right: 0;
  }
  footer a img {
    width: 35%;
  }
}

/* .footer-name{
  margin: auto;
  text-align: center;
  background: #E0B3B2;
  height: 150px; 
  margin-top: -1rem;
}
.footer-name h1{
  color: #fff;
  padding-top: 5rem;
  font-size: 3rem;
  font-family: Arial, Helvetica, sans-serif;
}
#page-top {
  color: #fff;
}
.btn02{
  margin: auto;
  text-align: center;
  margin-top: 3rem;
}
.btn02 img{
  width: 50%;
}
@media screen and (max-width:768px){
  .btn02 img{
    width: 85%;
  }
  .footer-name{
    margin: auto;
    text-align: center;
    height: 150px;
    margin-top: -1rem;
  }
  .footer-name h1{
    font-size: 3rem;
    margin-left: 1rem;
  }
} */

/* trial.html */
.trial-top-img {
  max-width: 1240px;
  margin: 100px auto;
  position: relative;
}
.trial-top-img_pc {
  width: 100%;
}
.trial-top-text_pc {
  width: 70%;
  position: absolute;
  bottom: 50px;
  right: 20px;
}
.trial-wrap {
  max-width: 1040px;
  margin: 160px auto 0;
}
.trial-list-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trial-list-flame {
  max-width: 1040px;
  margin: 60px 40px 80px;
  padding: 100px 130px;
  border: solid 1px #73B7C7;
  border-radius: 30px;
}
.trial-item {
  text-align: center;
}
.trial-item-ttl {
  max-width: 780px;
  padding: 12px;
  background-color: #73B7C7;
  color: #FFF;
  font-size: 4.8rem;
  font-weight: 700;
  border-radius: 10px;
}
.trial-item-description {
  margin: 16px auto 30px;
  font-size: 2.8rem;
}
.triangle-bottom {
  border-top: 50px solid #73B7C7;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
}
.line-btn-pc {
  display: block;
}
.line-btn-sp {
  display: none;
}
.line-btn-pc {
  max-width: 1040px;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:1000px) {
  .trial-top-img {
    margin: 0 auto;
    position: relative;
  }
  .trial-top-img_sp {
    width: 100%;
  }
  .trial-top-text {
    width: 100%;
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 30px;
  }
  .trial-top-text img {
    width: 100%;
  }
  .trial-list-flame {
    border: none;
    padding: 0;
    margin: 36px 20px 16px;
  }
  .line-btn-pc {
    display: none;
  }
  .line-btn-sp {
    display: block;
    margin: 0 auto 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
  .line-trial-coupon {
    width: 80%;
  }
  .section-title {
    width: 100%;
  }
  .section-title img {
    max-width: 100vw;
  }
  .trial-wrap {
    margin: 65px auto 0;
  }
}
@media screen and (max-width:768px) {
  .trial-item-ttl {
    font-size: 2.2rem;
    padding: 10px;
  }
  .trial-item-description {
    margin: 0 auto 24px;
    font-size: 1.6rem;
    padding: 20px 0;
  }
}

/* 追従ボタン */
.float-button{
  display: none;
}
.float-button__wrap {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
.float-button__wrap a {
  width: 100%;
}

@media screen and (max-width:1000px) {
  .float-sp {
    width: 35%;
  }
}