body {
    padding-top: 73px;
}
@media screen and (max-width: 1366px) {
  body {
    padding-top: 60px;
  }
}

@media screen and (max-width: 763px) {
    body {
      padding-top: 48px;
  }
}
/* topここから */
.top-img{
  width: 100%;
}
.top-img > img{
  width: 100%;
}
.pc{
  display: block;
}
.pad{
  display: none;
}
.sp{
  display: none;
}
@media screen and (max-width: 1370px) {
  .top-text.pc{
    display: none;
  }
  .pad{
    display: block;
  }
}
@media screen and (max-width: 763px) {

  .pc{
    display: none;
  }
  .pad{
    display: none;
  }
  .sp{
    display: block;
  }
  .spmg{
    margin-right: 20px;
    margin-left: 20px;
  }
}

.breadcrumb {
    margin-bottom: 0;
}  
.content-reno {
    overflow: hidden;
}
.top-text{
  width: 960px;
  padding: 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .top-text{
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media screen and (max-width: 763px) {
  .top-text{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.top-text > div > .text{
  font-size: 16px;
  font-family: Noto Sans CJK JP,sans-serif;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 763px) {
  .top-text > div > .text{
    font-size: 16px;
    text-align: left;
  }
}
/* @media screen and (max-width: 763px) {
  .top-text > div > .text{
    font-size: 16px;
    font-family: Noto Sans CJK JP,sans-serif;
    line-height: 30px;
  }
} */
.Title{
  text-align: center;
  padding: 50px 0;
  color: #EA964B;
  font-family: Noto Sans CJK JP,sans-serif;
  
}
.Title > .main{
  font-size: 33px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 2px;
}
.Title > .sub{
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  position:relative;
}
.Title > .sub::after{
  content:"";
  width: 50px;
  height: 1px;
  background-color: #EA964B;
  position: absolute;
  top: 0;
  left: 13px;
}
.Title > .flow{
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  position:relative;
}
.Title > .flow::after{
  content:"";
  width: 50px;
  height: 1px;
  background-color: #EA964B;
  position: absolute;
  top: 0;
  left: 3px;
}
.Title > .comparison{
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  position:relative;
}
.Title > .comparison::after{
  content:"";
  width: 50px;
  height: 1px;
  background-color: #EA964B;
  position: absolute;
  top: 0;
  left: 45px;
}
.Title > .mypage{
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  position:relative;
}
.Title > .mypage::after{
  content:"";
  width: 50px;
  height: 1px;
  background-color: #EA964B;
  position: absolute;
  top: 0;
  left: 25px;
}
@media screen and (max-width: 980px) {
  .Title > .main{
    font-size: 25px;
  }
  .Title > .sub{
    font-size: 20px;
  }
  .Title > .sub::after{
    content:"";
    width: 40px;
    height: 1px;
    background-color: #EA964B;
    position: absolute;
    top: -5px;
    left: 6px;
  }
  .Title > .comparison{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .Title > .comparison::after{
    width: 40px;
    height: 1px;
    top: -5px;
    left: 36px;
  }
  .Title > .mypage{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .Title > .mypage::after{
    width: 40px;
    height: 1px;
    top: -5px;
    left: 70px;
  }
  .Title > .flow{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .Title > .flow::after{
    width: 40px;
    height: 1px;
    top: -5px;
    left: 53px;
  }
}
@media screen and (max-width: 763px) {
  .Title > .main{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 10px;
    letter-spacing: 2px;
  }
  .Title > .sub{
    font-size: 16px;
    padding-bottom: 10px;
  }
  .Title > .sub::after{
    content:"";
    width: 40px;
    height: 1px;
    background-color: #EA964B;
    position: absolute;
    top: -3px;
    left: 3px;
  }
  .Title > .flow{
    font-size: 16px;
    padding-bottom: 10px;
  }
  .Title > .flow::after{
    width: 40px;
    height: 1px;
    top: -2px;
    left: 20px;
  }
  .Title > .comparison{
    font-size: 16px;
    padding-bottom: 10px;
  }
  .Title > .comparison::after{
    width: 40px;
    height: 1px;
    top: -2px;
    left: 25px;
  }
  .Title > .mypage{
    font-size: 16px;
    padding-bottom: 10px;
  }
  .Title > .mypage::after{
    width: 40px;
    height: 1px;
    top: -2px;
    left: 11px;
  }
}

.top-text > div > .img-t{
  display: flex;
  gap: 30px;
  align-items: center;
  padding-bottom: 30px;
}
.top-text > div > .img-t > .img-box{
  flex-basis: 40%;
}
.top-text > div > .img-t > .img-box > img{
  width: 100%;
}

.top-text > div > .img-t > .text{
  flex-basis: 60%;
  font-size: 16px;
  font-family: Noto Sans CJK JP,sans-serif;
  line-height: 30px;
}
  .title_position {
    text-align: center;
  }
  .top_text {
    font-family: 'Kosugi Maru', sans-serif;
    margin-top: 40px;
    font-size: 20px;
    color: #1A1311;
    letter-spacing: 0.2em;
    line-height: 2em;
    display: inline-block;
    text-align: left;
  }
@media screen and (max-width: 763px) {
    .top-text > div > .img-t{
      display: block;
      padding-bottom: 30px;
    }
    .top-text > div > .img-t > .img-box{
      text-align: center;
    }
    .top-text > div > .img-t > .img-box > img{
      padding-bottom: 50px;
    }
    .top-text > div > .img-t > .text{
      padding-left: 0px;
    }
}
/* topここまで */

  .plus_happy1 {
    width: 120px;
    margin-left: 10px;
    padding-bottom: 10px;
  }
  .btn_position {
    text-align: -webkit-center;
  }
  .reno_topics {
    position: relative;
    margin-top: 50px;
    padding-top: 70px;
  }
  @media screen and (max-width: 763px) {
    .reno_topics {
      margin-top: 0px;
      padding-top: 0px;
    }
  }
  .reno_topics2 {
    margin-top: 1500px;
    text-align: -webkit-center;
  }
  .reno_menu {
    background-color: #060505;
    margin-top: 50px;
    padding: 70px 0;
  }

  /* .chapter1 {
    position: absolute;
    background-color: #F9F6F0;
    height: 500px;
    top: 50px;
    left: 0;
    width: 50%;
  } */
  .chapter1 {
    padding-top: 130px;
    width: 100%;
  }
  /* ここでフェードインの速さ変更 */
  

  .animation_box1 {
    animation: fadeIn1 1s ease 0.5s 1 normal backwards;
  }
  @keyframes fadeIn1 {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .animation_box2 {
    animation: fadeIn2 5s ease 1s 1 normal backwards;
  }
  @keyframes fadeIn2 {
    from {
      opacity: 0;
      transform: translateX(20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .animation_box3 {
    animation: fadeIn3 5s ease 1s 1 normal backwards;
  }
  @keyframes fadeIn3 {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .animation_box4 {
    animation: fadeIn4 5s ease 1s 1 normal backwards;
  }
  @keyframes fadeIn4 {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .img6_width {
    max-width: 900px;
  }
  .chapter_illust {
    max-width: 250px;
    padding: 0 0 0 70px;
    position: absolute;
    left: 0;
    top: 25%;
  }
  /* .chapter_wrapper1 {
    width: fit-content;
    position: absolute;
    left: 40%;
    top: 10%
  } */
  .chapter_wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  @media screen and (max-width: 763px) {
    .chapter_wrapper {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      padding-top: 50px;
    }
  }
  .chapter_wrapper1 {
    width: 100%;
    text-align: center;
  }
  .chapter_head {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  @media screen and (max-width: 980px) {
    .chapter_head {
      padding: 0 50px;
    }
  }
  @media screen and (max-width: 763px) {
    .chapter_head {
      padding: 0px;
    }
  }
  .title_style {
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    font-size: 20px;
    padding-bottom: 30px;
    letter-spacing: -0.05em;
  }
  .main1{
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    font-size: 33px;
    line-height: 50px;
    padding-bottom: 70px;
    letter-spacing: 3px;
    text-align: center;
  }
  .check-list{
    display: flex;
    width: 980px;
    gap: 30px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .check-list > li{
    flex-basis: 50%;
    position: relative;
  }
  .check-list > li > span{
    text-align: left;
    font-size: 18px;
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    padding-left: 45px;
  }
  .check-list > li::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 25px;
    background: url(https://image.global-center.co.jp/claso/pairlp/check.png) center center no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
  }
  @media screen and (max-width: 980px) {
    .check-list{
      width: 100%;
      padding-bottom: 30px;
    }
    .main1{
      font-size: 25px;
      line-height: 50px;
      padding-bottom: 70px;
      letter-spacing: 3px;
      text-align: center;
    }
  }
  @media screen and (max-width: 763px) {
    .check-list{
      display: block;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 0px;
    }
    .check-list > li{
      flex-basis: 50%;
      position: relative;
    }
    .check-list > li > span{
      text-align: left;
      font-size: 15px;
      font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
      padding-left: 45px;
    }
    .check-list > li::after{
      width: 25px;
      height: 20px;
      background-size: 25px 20px;
      top: 10px;
      left: 13px;
    }
  }
  .triangle{
    margin: 50px auto -70px auto;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #7f7f7f;
  }
  @media screen and (max-width: 763px) {
    .triangle{
      margin: 30px auto -70px auto;
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 20px solid #7f7f7f;
    }
  }
  .title1{
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bold;
  }
  .title2{
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 0;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bold;
    background:linear-gradient(transparent 60%, #ffff00 60%);
  }
  .sub1{
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    font-size: 18px;
    padding-top: 30px;
    text-align: center;
  }

  .merit{
    background-color: #F9F0EA;
    margin-top: 150px;
  }
  .merit-inner{
    width: 980px;
    margin: 0 auto;
  }
  @media screen and (max-width: 980px) {
    .merit-inner{
      width: 100%;
      padding: 0 50px;
      margin: 0 auto;
    }
    .title1{
      font-size: 25px;
    }
    .title2{
      font-size: 25px;
    }
  }
  @media screen and (max-width: 763px) {
    .merit{
      width: 100%;
      margin: 0 auto;
      margin-top: 60px;
    }
    .merit-inner{
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
    }
    .title1{
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0px;
    }
    .title2{
      font-size: 18px;
      line-height: 28px;
      padding-bottom: 0;
      letter-spacing: 0px;
    }
    .sub1{
      font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
      font-size: 13px;
      padding-top: 15px;
      text-align: center;
    }

  }
  .grid1{
    display: grid;
    grid-gap: 26px;
    gap: 40px;
    grid-template-columns: repeat(auto-fit,minmax(47%,1fr));
    max-width:	100%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .grid1.sp{
    display: none;
  }
  .grid1 > li{
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 763px) {
    .grid1.pc{
      display: none;
    }
    .grid1.sp{
      display: block;
    }
    .grid1 > li{
      align-items: center;
      padding-bottom: 20px;
    }
  }
  .grid1 > li > .imgs{
    flex-basis: 40%;
  }
  .grid1 > li > .imgs > img{
    width: 100%;
  }
  .grid1 > li > .text{
    flex-basis: 60%;
    padding-left: 20px;
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    font-size: 21px;
    line-height: 30px;
  }
  @media screen and (max-width: 763px) {
    .grid1 > li > .imgs{
      flex-basis: 30%;
    }
    .grid1 > li > .imgs > img{
      width: 100%;
    } 
    .grid1 > li > .text1{
      font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
      font-size: 18px;
      line-height: 30px;
      flex-basis: 70%;
      padding-left: 20px;
    }
    
    .grid1 > li > .text2{
      font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
      font-size: 18px;
      line-height: 30px;
      flex-basis: 70%;
      padding-right: 20px;
    }
  }

  .comparison > h2{
    text-align: center;
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    font-weight: bold;
    font-size: 33px;
  }

  .comparison > .imglist{
    width: 980px;
    padding: 50px 0 70px;
    margin: 0 auto;
  }
  .comparison > .imglist > img{
    width: 100%;
  }
  @media screen and (max-width: 980px) {
    .comparison > .imglist{
      width: 100%;
      padding: 50px;
    }
  }
  @media screen and (max-width: 763px) {
    .comparison{
      padding: 0px;
      width: 100%;
    }
    .comparison > h2{
      text-align: center;
      font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
      font-weight: bold;
      font-size: 20px;
    }
    .comparison > .imglist{
      width: 100%;
      padding: 0px 0 50px;
      margin: 0 auto;
    }
}
  .triangle2{
    margin: 0px auto -70px auto;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #7f7f7f;
  }

  .chapter1_2 {
    padding-bottom: 100px;
    left: 0;
  }

  .chapter_wrapper2 {
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
  }
  @media screen and (max-width: 763px) {
    .triangle2{
      margin: -10px auto -70px auto;
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 20px solid #7f7f7f;
    }
  
    .chapter1_2 {
      padding: 0px 20px 60px 20px;
      left: 0;
    }
  
    .chapter_wrapper2 {
      text-align: center;
      margin: 0 auto;
      padding-top: 100px;
    }
  }

  /* .chapter_img, .chapter_img2, .chapter_img3, .chapter_img4 {
    position: absolute;
  } */
  /* .chapter_img {
    right: 0;
    width: 45%;
  }
  .chapter_img2 {
    top: 500px;
    left: 20%;
    width: 30%;
  }
  .chapter_img3 {
    top: 870px;
    right: 18%;
    width: 30%;
  }
  .chapter_img4 {
    top: 1150px;
    left: 22%;
    width: 20%;
  } */
  .chapter2, .chapter3, .chapter4 {
    position: absolute;
  }
  .chapter2 {
    top: 600px;
    right: 20%;
  }
  .chapter3 {
    top: 950px;
    left: 25%;
  }
  .chapter4 {
    top: 1300px;
    right: 30%;
  }
  .home_img {
    width: 8%;
    margin-right: 20px;
  }
/* mypageここから */
  .mypage{
    width: 960px;
    margin: 0 auto;
  }
  @media screen and (max-width: 980px) {
    .mypage{
      width: 100%;
      padding: 0 50px;
    }
  }
  @media screen and (max-width: 763px) {
    .mypage{
      width: 100%;
      padding: 0px;
      margin: 0 auto;
    }
  }
  .mypage > div > .box{
    display: flex;
    gap: 30px 50px;
    padding: 30px 0 70px;
  }
  @media screen and (max-width: 763px) {
    .mypage > div > .box{
      display: block;
      padding: 30px 0px 70px;
    }
  }
  .mypage > div > .box > .imgbox{
    flex-basis: 45%;
  }
  .mypage > div > .box > .imgbox > img{
    width: 100%;
  }
  .mypage > div > .box > .texts{
    flex-basis: 55%;
    font-size: 17px;
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    line-height: 27px;
  }
  @media screen and (max-width: 763px) {
    .mypage > div > .box > .imgbox{
      text-align: center;
    }
    .mypage > div > .box > .imgbox > img{
      width: 80%;
    }
    .mypage > div > .box > .texts{
      padding-top: 30px;
      padding-left: 0px;
      font-size: 17px;
      font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
      line-height: 27px;
    }
  }
  /* ポイント */
 
  .mypage > div > .point{
    border: 5px solid#EFDB9E;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 100px;
  }
  .mypage > div > .point > .title{
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    font-size: 33px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: relative;
  }
  .mypage > div > .point > .title::after{
    content:"";
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50px;
    left: 47%;
  }
  .mypage > div > .point > ul{
    padding-top: 50px;
  }
  .mypage > div > .point > ul > li{
    position: relative;
    padding-left: 80px;
    padding-bottom: 30px;
    font-family: Noto Sans CJK JP,'Kosugi Maru', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #000;
  }
  .mypage > div > .point > ul > li::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 30px;
    background-image: url(https://image.global-center.co.jp/claso/linelp/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 30px;
    top: 0px;
    left: 20px;
  }
  @media screen and (max-width: 763px) {
    .mypage > div {
      padding: 0 20px;
    }
    .mypage > div > .point{
      padding: 30px 10px;
      margin-bottom: 60px;
    }
    .mypage > div > .point > .title{
      font-size: 27px;
      font-weight: bold;
      color: #000;
      text-align: center;
      position: relative;
    }
    .mypage > div > .point > .title::after{
      width: 40px;
      height: 1px;
      top: 40px;
      left: 44%;
    }
    .mypage > div > .point > ul{
      padding-top: 50px;
    }
    .mypage > div > .point > ul > li{
      position: relative;
      padding-left: 50px;
      padding-bottom: 30px;
      line-height: 40px;
      font-size: 20px;
      font-weight: bold;
      color: #000;
    }

    .mypage > div > .point > ul > li::after{
      width: 25px;
      height: 20px;
      background-size: 25px 20px;
      top: 10px;
      left: 13px;
    }
  }
  /* ポイント */

/* mypageここまで */

/* flowここから */
.flow{
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .flow{
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 763px) {
  .flow{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.flow > .inner{
  padding: 50px 0;
}
.inner > li{
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 763px) {
  .inner{
    padding: 0px;
  }
  .inner > li{
    display: block;
    padding-bottom: 30px;
  }
}
/* .inner > li:last-child{
  padding: 0;
} */
.inner > li > .left{
  flex-basis: 70%;
}
.inner > li > .left > .title{
  display: flex;
  align-items: center;
}
.inner > li > .left > .title > .num{
  font-size: 80px;
  font-weight: bold;
  color: #EA964B;
  font-family: DIN Next LT Pro,sans-serif;
}
.inner > li > .left > .title > h3{
  font-size: 30px;
  padding-left: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  font-family: Noto Sans CJK JP ,sans-serif;
}
.inner > li > .left > .text{
  padding-left: 30px;
  font-size: 18px;
  font-family: Noto Sans CJK JP ,sans-serif;
  line-height: 30px;
}
.inner > li > .right{
  flex-basis: 30%;
}
.inner > li > .right > img{
  width: 100%;
}
@media screen and (max-width: 763px) {
  .inner > li:last-child{
    padding: 0;
  }
  .inner > li > .left{
    padding-right: 0px;
  }
  .inner > li > .left > .title{
    display: flex;
    align-items: center;
  }
  .inner > li > .left > .title > .num{
    font-size: 45px;
    font-weight: bold;
    font-family: DIN Next LT Pro,sans-serif;
  }
  .inner > li > .left > .title > h3{
    font-size: 20px;
    padding-left: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: Noto Sans CJK JP ,sans-serif;
  }
  .inner > li > .left > .text{
    padding-left: 0px;
    font-size: 18px;
    font-family: Noto Sans CJK JP ,sans-serif;
    line-height: 30px;
  }
  .inner > li > .right{
    padding: 20px;
  }
  .inner > li > .right > img{
    width: 100%;
  }
}
/* flowここまで */

/* voiceここから */
.voice{
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .voice{
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 763px) {
  .voice{
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
  }
}
.voices{
  padding-top: 50px;
}
.voices > li{
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 763px) {
  .voices > li{
    display: block;
    align-items: center;
    margin-bottom: 50px;
  }
}
.voices > li > .icon{
  flex-basis: 20%;
}
.voices > li > .icon > img{
  width: 100%;
}
.voices > li > .text{
  flex-basis: 80%;
  font-size: 18px;
  font-family: Noto Sans CJK JP ,sans-serif;
  line-height: 30px;
}
@media screen and (max-width: 763px) {
  .voices > li > .icon{
    text-align: center;
  }
  .voices > li > .icon > img{
    width: 35%;
  }
  .voices > li > .text{
    padding-left: 0px;
    padding-top: 20px;
    font-size: 16px;
    font-family: Noto Sans CJK JP ,sans-serif;
    line-height: 24px;
  }
}
/* voiceここまで */


/* QandAここから */
.QandA{
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .QandA{
    width: 100%;
    margin: 0 auto;
    padding: 0 50px 50px;
  }
}
@media screen and (max-width: 763px) {
  .QandA{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
.qalist{
  padding-top: 30px;
}
.qalist > li{
  padding-bottom: 30px;
}
.qalist > li > .question{
  padding: 20px 20px 20px 80px;
  background-color: #F9F0EA;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  font-family: Noto Sans CJK JP ,sans-serif;

}
.qalist > li > .question::after{
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(https://image.global-center.co.jp/claso/pairlp/Q.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  top: 13px;
  left: 20px;
}
.qalist > li > .answer{
  padding: 20px;
  font-size: 18px;
  line-height: 30px;
  font-family: Noto Sans CJK JP ,sans-serif;
}
@media screen and (max-width: 763px) {
  .qalist{
    padding-top: 30px;
  }
  .qalist > li{
    padding-bottom: 30px;
  }
  .qalist > li > .question{
    padding: 20px 20px 20px 50px;
    font-size: 18px;
  }
  .qalist > li > .question::after{
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: 15px;
    left: 10px;
  }
  .qalist > li > .answer{
    padding: 20px;
    font-size: 15px;
    line-height: 25px;
    font-family: Noto Sans CJK JP ,sans-serif;
  }
}
/* QandAここまで */



  .btn_link {
    font-family: 'Kosugi Maru', sans-serif;
    margin-top: 100px;
    font-size: 26px;
    letter-spacing: 0.1em;
    align-items: center;
    background-color: #0F2142;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 500px;
    height: 80px;
  }
  .globalTree_img {
    margin-top: 100px;
    width: 150px;
  }
  .chapter_title {
    font-family: 'Kosugi Maru', sans-serif;
    margin-top: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #1A1311;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  .chapter_title_style {
    text-align: left;
    display: inline-block;
  }
  .plus_happy2 {
    width: 150px;
    margin-left: 10px;
    padding-bottom: 7px;
  }
  .menu_title {
    padding-top: 50px;
    text-align: center;
  }
  .arrow_style {
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
    width: 2%;  
  }
  .num_img1, .num_img2, .num_img3 {
    vertical-align: middle;
    display: inline-block;
  }
  .num_img1 {
    width: 25px;
    margin-left: 30px;
    margin-right: 70px;
  }
  .num_img2 {
    width: 50px;
    margin-left: 20px;
    margin-right: 50px;
  }
  .num_img3 {
    width: 50px;
    margin-left: 10px;
    margin-right: 60px;
  }
  .menu_text {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 24px;
    color: white;
    padding-bottom: 50px;
    padding-right: 100px;
    border-bottom: solid 1px white;
    display: inline-block;
    width: 550px;
    text-align: left;
  }
  .link_icon {
    color: white;
    font-size: 30px;
    margin-left: 30px;
  }
  #container1 {
    max-width: 1300px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: 400px 200px;
    grid-template-columns: 50% 25% 25%;
    grid-row-gap: 20px;
    left: 50%;
  }
  #itemA {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    text-align: center;
    display: block;
  }
  #itemB {
    grid-row: 1 / 2;
    grid-column: 2 / 4;
    text-align: center;
  }
  .itemB_width {
    max-width: 630px;
  }
  #itemC {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    text-align: center;
  }
  .itemC_width {
    max-width:300px;
  }
  .itemC_width2 {
    max-width:300px;
    /* margin-left:30px; */
  }
  #itemD {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    text-align: center;
  }
  .itemD_width {
    max-width:300px;
  }
  .itemD_width2 {
    max-width:200px;
  }
  .num_img1b {
    width: 25px;
  }
  .num_img2b, .num_img3b {
    width: 50px;
  }
  .chapter_description, .chapter_description2 {
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 3em;
    margin-top: 50px;
  }
  .background_position {
    position: relative;
    margin-top: 250px;
  }
  .background_style1 {
    height: 1350px;
    background-color: #F9F6F0;
  }
  .btn_position2 {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #container2 {
    position: absolute;
    top: -30px;
    display: grid;
    grid-template-rows: 400px 200px 400px;
    grid-template-columns: 50% 25% 25%;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #itemE {
    grid-row: 1 / 2;
    grid-column: 2 / 4;
    text-align: center;
    margin-top: 80px;
  }
  .itemE_width {
    max-width:630px;
  }
  #itemF {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    text-align: left;
  }
  .itemF_width {
    max-width:600px;
  }
  #itemG {
    grid-row: 3 / 4;
    grid-column: 2 / 4;
    text-align: right;
  }
  .itemG_width {
    max-width:600px;
  }
  .background_style2 {
    height: 1800px;
    background-color: #F0F0F0;
  }
  #container3 {
    position: absolute;
    top: -10px;
    display: grid;
    grid-template-rows: 500px 400px;
    grid-template-columns: 50% 25% 25%;
    grid-row-gap: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .itemA_width {
    width: 600px;
  }
  #container4 {
    position: absolute;
    top: 850px;
    display: grid;
    grid-template-rows: 400px 300px;
    grid-template-columns: 50% 25% 25%;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #itemH {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .itemH_width {
    max-width:600px;
  }
  #itemI {
    grid-row: 1 / 2;
    grid-column: 2 / 4;
  }
  .itemI_width {
    max-width:600px;
  }
  #itemJ {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  #itemK {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
  }
  .special_movie {
    max-width: 1000px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .specialmovie_text{
    width: 500px;
    text-align: center;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .afterword {
    font-size: 20px;
    line-height: 3.5em;
    margin-top: 150px;
    margin-bottom: 200px;
    text-align: center;
  }
  
  .loopSlide, .loopSlide_toRight {
    position: relative;
    display: flex;
    width: 98.8vw;
    overflow: hidden;
  }
  .loopSlide ul, .loopSlide_toRight ul {
    margin-top: 50px;
    padding: 0;
    width: 100vw;
    display: flex;
    flex-shrink: 0;
  }
  .loopSlide ul:first-child {
    animation: slide1 60s -30s linear infinite;
  }
  .loopSlide ul:last-child {
    animation: slide2 60s linear infinite;
  }
  .loopSlide_toRight ul:first-child {
    animation: slide1 60s -30s linear infinite reverse;
  } 
  .loopSlide_toRight ul:last-child {
    animation: slide2 60s linear infinite reverse;
  }
  .loopSlide li, .loopSlide_toRight li {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    list-style: none;
    text-align: center;
  }
  .loopSlide img, .loopSlide_toRight img {
    display: block;
    height: auto;
    /* height: 240px; */
  } 
  /* .loopSlide:hover ul {
    animation-play-state: paused;
  }  */
  @keyframes slide1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes slide2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .video_width {
    width: -webkit-fill-available;
  }
  
  @media screen and (max-width: 1000px) {
    .chapter2 {
      top: 500px;
      right: 10%;
    }
    .chapter_img2 {
      left: 15%;
      width: 35%;
    }
    .chapter3 {
      top: 800px;
      left: 15%;
    }
    .chapter_img3 {
      top: 750px;
      width: 35%;
    }
    .chapter_img4 {
      top: 1000px;
      left: 15%;
      width: 30%;
    }
    .chapter4 {
      top: 1050px;
      right: 30%;
    }
    .reno_topics2 {
      margin-top: 1200px;
    }
    .img6_width {
      max-width: 500px;
    }
    .chapter_title {
      font-size: 20px;
    }
    .chapter_description, .chapter_description2 {
      font-size: 16px;
    }
    .background_style1 {
      height: 1100px;
    }
    .itemA_width, .itemB_width, .itemC_width, .itemD_width, .itemE_width, .itemF_width, .itemG_width, .itemH_width, .itemI_width, .itemJ_width, .itemK_width, .itemC_width2 {
      max-width: -webkit-fill-available;
    }
    #container1 {
      grid-template-rows: 300px 200px;
      grid-row-gap: 0;
      grid-column-gap: 5px;
    }
    #container2 {
      max-width: -webkit-fill-available;
      grid-template-rows: 300px 170px 300px;
    }
    #container3 {
      max-width: -webkit-fill-available;
      grid-template-rows: 350px 200px;
    }
    #container4 {
      top: 590px;
      max-width: -webkit-fill-available;
      grid-template-rows: 300px 170px;
      grid-column-gap: 10px;
    }
    .background_style2 {
      height: 1400px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .top_text {
      margin-top: 30px;
      font-size: 12px;
    }
    .plus_happy1 {
      width: 80px;
      margin-left: 5px;
      padding-bottom: 5px;
    }
    .chapter1 {
      top: 0;
      width: 100%;
      padding: 100px 20px 0 20px;
    }
    .chapter_illust {
      max-width: 100px;
      padding: 0 0 0 30px;
      top: 15%;
    }
    .title_style {
      font-size: 18px;
      padding-bottom: 15px;
      letter-spacing: -0.05em;
      min-width: 130px;
    }
    .chapter_img {
      top: 180px;
      width: 100%;
    }
    .chapter2 {
      top: 510px;
      right: 5%;
    }
    .chapter_img2 {
      top: 480px;
      left: 0;
      width: 52%;
    }
    .chapter3 {
      top: 670px;
      left: 8%;
    }
    .chapter_img3 {
      top: 640px;
      right: 0;
      width: 52%;
    }
    .chapter4 {
      top: 800px;
      right: 0;
    }
    .chapter_img4 {
      top: 750px;
      left: 0;
      width: 40%;    
    }
    .reno_topics2 {
      margin-top: 880px;
    }
    .globalTree_img {
      margin-top: 40px;
      width: 15%;
    }
    .num_img1, .num_img2, .num_img3 {
      vertical-align: middle;
      display: inline-block;
    }
    .num_img1 {
      width: 12px;
      margin-right: 15px;
      margin-left: 8px;
    }
    .num_img2, .num_img3 {
      width: 22px;
      margin-right: 10px;
      margin-left: 0;
    }
    .plus_happy2 {
      width: 80px;
      padding-bottom: 5px;
    }
    .menu_text {
      font-size: 12px;
      padding-right: 0;
      padding-bottom: 20px;
      width: 220px;
    }
    .reno_menu {
      margin-top: 20px;
      padding: 0 0 50px 0;
    }
    .img6_width {
      width: -webkit-fill-available;
    }
    .chapter_title {
      /* font-family: 'Kosugi Maru', sans-serif; */
      margin-top: 30px;
      font-size: 14px;
      /* letter-spacing: 0.1em;
      line-height: 1.5em; */
    }
    .chapter_description, .chapter_description2 {
      font-size: 11px;
      line-height: 2.3em;
      margin-top: 20px;
    }
    .chapter_description2 {
      text-align: left;
      display: inline-block;
    }
    .home_img {
      margin-right: 10px;
    }
    .btn_link {
      font-size: 14px;
      width: 250px;
      height: 40px;
      margin-top: 50px;
    }
    .arrow_style {
      margin-top: 10px;
      margin-left: 5px;
      width: 5%;
    }
    #container1 {
      margin-top: 80px;
      /* display: grid; */
      grid-template-rows: 230px 260px 150px;
      grid-template-columns: 47% 53%;
      grid-row-gap: 20px;
      grid-column-gap: 10px;
    }
    #itemA {
      grid-row: 1 / 2;
      grid-column: 1 / 3;
      text-align: center;
    }
    #itemB, #itemE {
      grid-row: 2 / 3;
      grid-column: 1 / 3;
      text-align: center;
      margin-top: 0;
    }
    .itemA_width, .itemB_width, .itemC_width, .itemD_width, .itemE_width, .itemF_width, .itemG_width, .itemH_width, .itemI_width {
      width: 100%;
    }
    .itemC_width2, .itemD_width2 {
      width: 100%;
      margin: 0;
    }
    .itemC_height {
      height: 130px;
    }
    #itemC {
      grid-row: 3 / 4;
      grid-column: 1 / 2;
      text-align: center;
    }
    #itemD {
      grid-row: 3 / 4;
      grid-column: 2 / 3;
      text-align: center;
    }
    .num_img1b {
      width: 12px;
    }
    .num_img2b, .num_img3b {
      width: 22px;
    }
    .background_position {
      margin-top: 100px;
    }
  
    .background_style1 {
      height: 1450px;
    }
    .background_style2 {
      height: 1700px;
    }
    .btn_position2 {
      bottom: 70px;
    }
    #container2 {
      position: absolute;
      top: -13px;
      display: grid;
      grid-template-rows: 300px 280px 150px 280px 280px;
      grid-template-columns: 50% 50%;
      grid-row-gap: 0;
      grid-column-gap: 10px;
      left: 0;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
    }
    #itemF {
      grid-row: 4 / 5;
      grid-column: 1 / 3;
      text-align: center;
    }
    #itemG {
      grid-row: 5 / 6;
      grid-column: 1 / 3;
      text-align: center;
    }
    #container3 {
      position: absolute;
      top: -6px;
      display: grid;
      grid-template-rows: 300px 250px 220px;
      grid-template-columns: 60% 40%;
      /* grid-row-gap: 10px; */
      grid-column-gap: 10px;
      left: 0;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
    }
    #container4 {
      position: absolute;
      top: 830px;
      display: grid;
      grid-template-rows: 250px 250px 150px;
      grid-template-columns: 47% 53%;
      /* grid-row-gap: 10px; */
      grid-column-gap: 10px;
      left: 0;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
    }
    #itemH {
      grid-row: 1 / 2;
      grid-column: 1 / 3;
      text-align: center;
    }
    #itemI {
      grid-row: 2 / 3;
      grid-column: 1 / 3;
      text-align: center;
    }
    #itemJ {
      grid-row: 3 / 4;
      grid-column: 1 / 2;
      text-align: center;
    }
    #itemK {
      grid-row: 3 / 4;
      grid-column: 2 / 3;
      text-align: center;
    }
    .itemJ_width, .itemK_width {
      width: 100%;
      margin: 0;
    }
    .itemJ_height {
      height: 130px;
    }
    .specialmovie_text{
      width: 50%;
      margin-top: 130px;
    }
    .special_movie {
      margin-top: 70px;
    }
    .afterword {
      font-size: 12px;
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .loopSlide {
      margin-top: 10px;
    }
    .loopSlide ul, .loopSlide_toRight ul {
      margin-top: 30px;
      width: 850px;
    }
    .loopSlide li, .loopSlide_toRight li {
      width: 150px;
      height: 100px;
    }
  }