body{
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

.top-section-1{
  /* background: url(../images/top/top-bg.jpg) #fdf2f2 no-repeat;
  background-position: center; */
  /* background: url(../images/top/top-jp-pic.png) #fdf2f2 no-repeat;
  background-position: bottom center; */
  background-color: #fbf2f2;
  /* height: 800px; */
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 50px 0 0;
}
.top-section-1 .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1400px;
}
.top-section-1 .section-content-left{
  width:40%;
  z-index: 3;
  margin-right: 6%;
  margin-bottom: 45px;
}
.top-section-1 .section-content-left h1{
  font-size: 22px;
  margin:22px 0;
}
.top-section-1 .section-content-left h3{
  font-size: 29px;
  color: #c33328;
  margin:20px 0;
}
.top-section-1 .section-content-left p{
  font-size: 17px;
}
.top-section-1 .jp-map{
  position: absolute;
  bottom:0;
  left: 50%;
  margin-left: -116px;
  z-index: 2;
  width: 162px;
}
.top-section-1 .jp-map img{
  width: 100%;
}
.top-section-1 .section-content-right{
  width: 45%;
  z-index: 1;
}
.top-section-1 .section-content-right img{
  width:100%;
}
.lp_content_area{
  background: url(../images/top/bg.jpg) no-repeat;
}
.lp-container{
  width: 1200px;
}
.top_center_new2 .top_center_new2_right{
  font-weight: normal;
}
.top_center_new2 .top_center_new2_right p{
  line-height: 38px;
  font-size: 25px;
  font-weight: 600;
}
.top-section .top-section-title{
  text-align: center;
}
.top-section .top-section-title h2{
  font-size: 28px;
  margin:0;
  margin-bottom:20px;
}
.top-section .top-section-title h3{
  font-size: 34px;
  color:#c33328;
  margin:0;
}
.font-red{
  color:#c33328;
}
.top-section-2 .top-section-2-main{
  margin:80px 0;
}
.top-section-2 .top-section-2-main ul{
  display: flex;
  flex-direction: row;
  padding:0;
}
.top-section-2 .top-section-2-main ul li{
  list-style: none;
  border-right: 1px solid #505050;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-section-2 .top-section-2-main ul li:first-child{
  padding-left: 0;
}
.top-section-2 .top-section-2-main ul li:last-child{
  padding-right: 0;
  border-right: 0;
}
.top-section-2 .top-section-2-main ul li p{
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 30px;
}
.top-section-2 .top-section-2-main ul li img.bottom-pic{
  width:100%;
}
.lp_content_small{
  margin-bottom: 0;
}
.lp_content_small .lp-container{
  position: relative;
  flex-direction: column;
}
.lp_content_small .top_center_new2{
  width:100%;
  margin: 0 auto;
}
/* .lp_content_small .top_center_new2 p{
  font-size: 17px;
} */
.lp_content_small .section-btn{
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  margin-top:40px;
}
.lp_content_small .section-btn .btn-group{
  width: 50%;
}
.lp_content_small .section-btn .btn-group::after{
  right:122px;
}
.lp_content_small .section-btn .request-btn::after{
  right: 146px;
}
.section-big-btn{
  width: 1000px;
  margin:0 auto;
  margin-top: 30px;
}
.section-big-btn a{
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 24px;
  border:1px solid #c33328;
  background-color: #fff;
  color:#c33328;
  font-weight: 600;
}
.section-big-btn a::after{
  content: '';
  position: absolute;
  background: url(../images/top/red-hander-point.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 42px;
  right: 170px;
  bottom: -2px;
}
.section-big-btn a:hover{
  opacity: 0.8;
}
.top-section-3{
  margin-bottom: 80px;
  margin-top:50px;
}
.top-section-3 h2{
  margin:0;
  font-size: 32px;
}
.top-section-3 p{
  font-size: 24px;
}
.top-section-3 .top-section-3-main{
  width:100%;
}
.top-section-3 .top-section-3-main h4{
  background-color: #c63d34;
  width:100%;
  color:#fff;
  height:66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: normal;
}
.top-section-3 .top-section-3-main ul{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding:0;
  justify-content: space-between;
}
.top-section-3 .top-section-3-main ul li{
  list-style: none;
  width:423px;
  height:102px;
  border:1px solid #d22d26;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.8%;
  margin: 1% 0;
}
.top-section-3 .top-section-3-main .white-box{
  
}
.top-section-3 .top-section-3-main .red-box{
  background-color: #d22d26;
  color:#fff;
}
.top-section-3 .top-section-3-main p{
  text-align: center;
  font-size: 22px;
}
.big-font{
  font-size:28px;
}
.top-section-4{
  background: url(../images/top/top-section-4-bg.jpg) #f7f7f7 no-repeat;
  background-position: center;
  background-size: cover;
  padding:80px 0;
}
.top-section-4 .top-section-4-main ul{
  padding:0;
  margin:0;
}
.top-section-4 .top-section-4-main ul li{
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
.top-section-4 .top-section-4-main h2{
  color:#ea0019;
  font-size: 25px;
  margin-bottom: 30px;
}
.top-section-4 .top-section-4-main h2 .small-font{
  font-size:20px;
}
.top-section-4 .top-section-4-main .pic-box{
  width:40%;
}
.top-section-4 .top-section-4-main .pic-box img{
  width:100%;
}
.top-section-4 .top-section-4-main .text-box{
  width:50%;
}
.top-section-4 .top-section-4-main li:nth-child(2) .text-box{
  width:52%;
}
.top-section-4 .top-section-4-main li:nth-child(3) .text-box{
  width:55%;
}
.top-section-4 .top-section-4-main .text-box .num img{
  width: 120px;
}
.top-section-4 .top-section-4-main ul li ul li{
  padding: 20px 0 10px;
  border-bottom: 2px dotted #6d6968;
  font-size: 16px;
  color: #2d474f;
  line-height: 1.5;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  justify-content: left;
  align-items: start;
}
.top-section-4 .top-section-4-main ul li ul li:last-child{
  border:0;
}
.top-section-4 .top-section-4-main ul li ul li p{
  line-height: 1.2em;
  font-size: 19.5px;
}
.top-section-4 .top-section-4-main ul li ul li span.far{
  font-size: 19px;
  color: #db221d;
  padding-top: 0px;
  margin-right: 10px;
}
.top-section-4 .top-section-4-main .font-red{
  color:#d50f0e;
}
.top-section-4 .top-section-4-main ul li.pic-left-box .text-box{
  padding-left: 10px;
}
.cta-section{
  position: relative;
  margin-bottom: 40px;
}
.cta-section .cta-section-bg{
  background: url(../images/top/cta-bg.png) #ef443a no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 287px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-section .cta-top{
  color:#fff;
  padding:75px 0;
  text-align: center;
}
.cta-section .cta-top h2{
  font-size: 34px;
  margin:0;
}
.cta-section .cta-top p{
  font-size:26px;
}
.cta-section .cta-item1{
  background: url(../images/top/cta-item-bg.png) no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 40px;
  background-size: cover;
  margin-bottom: 25px;
}
.cta-section .cta-item1 .cta-icon{
  position: absolute;
  top: -32px;
  width: 180px;
}
.cta-section .cta-item1 .cta-icon img{
  width:100%;
}
.cta-section .cta-item1 .cta-item1-text{
  margin-top: 130px;
  text-align: center;
}
.cta-section .cta-item1 .cta-item1-text h3{
  font-size: 26px;
  margin: 20px 0 10px;
}
.cta-section .cta-item1 .cta-item1-text p{
  font-size: 18px;
}
.cta-section .section-btn{
  justify-content: center;
  margin-top: 10px;
}
.cta-section .section-btn a{
  width: 460px;
  margin: 0;
}
.cta-section .section-btn .btn-group::after{
  display: none;
}
.cta-section .cta-item-list{
  display: flex;
  justify-content:space-between;
}
.cta-section .cta-item-list .cta-item2,.cta-section .cta-item-list .cta-item3{
  width: 485px;
  height: 249px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.cta-section .cta-item-list .cta-item2{
  background: url(../images/top/cta-item-bg2.png) #fff no-repeat;
  background-size: contain;
  background-position: bottom;
}
.cta-section .cta-item-list .cta-item3{
  background: url(../images/top/cta-item-bg3.png) #fff no-repeat;
  background-size: contain;
  background-position: bottom;
}
.cta-section .cta-item-list h4{
  font-size: 26px;
  margin:0;
}
.cta-section .cta-item-list p{
  font-size: 18px;
  margin-top: 10px;
}
.cta-section .cta-item-list .section-btn a{
  width: 360px;
}
.cta-section .cta-item-list a{
  width: 320px;
  height: 56px;
  font-size: 18px;
}
.pagetop{
  background: url(../images/pagetop-btn.png) no-repeat;
  width: 133px;
  height: 133px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  margin-left: -66.5px;
  bottom:-151px;
}
.pagetop a{
  position: relative;
  display: block;
  width: 133px;
  height: 133px;
  line-height: 1.0;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width:1366px) {
  .top-section-1{
    padding: 50px 80px 0;
  }
  .top-section-1 .inner{
    width: 100%;
  }
  .top-section-1 .section-content-left{
    width: 45%;
  }
  .top-section-1 .section-content-left h1{
    font-size: 1.6vw;
  }
  .top-section-1 .section-content-left h3{
    font-size: 1.9vw;
  }
  .top-section-1 .section-content-left p{
    font-size: 1.2vw;
  }
  .btn-group{
    width: 17vw;
    height: 3.5vw;
    font-size: 1.5vw;
  }
  .btn-group::after{
    width: 2vw;
    height: 2vw;
    right: 22px;
  }
  .request-btn::after{
    right: 35px;
  }
  .top-section-1 .jp-map{
    width: 12vw;
    margin-left: -12vw;
    bottom: -8px;
  }
  .top-section-1 .section-content-right{
    width:55%;
  }
  .lp-container{
    width: 100%;
  }
  .top_center_new2{
    justify-content: center;
  }
  .top_center_new2 .top_center_new2_left img{
    width: 135px;
  }
  .top_center_new2 .top_center_new2_right{
    margin-left: 10px;
  }
  .top_center_new2 .top_center_new2_right p b{
    font-weight: 800;
  }
  .top_center_new2 .top_center_new2_right p{
    line-height: 25px;
    font-size: 14px;
    font-weight:700;
  }
  .top-section .top-section-title h2{
    font-size: 29px;
  }
  .top-section .top-section-title h3{
    font-size: 29px;
  }
  .top-section-2 .top-section-2-main{
    padding: 0 5px;
  }
  .top-section-2 .top-section-2-main ul li p{
    font-size: 16px;
  }
  .top_center_new2 .top_center_new2_left img{
    width: 120px;
  }
  .top-section-2 .top-section-2-main .tips img{
    width: 65px;
  }
  .top-section-2 .top-section-2-main ul li{
    padding: 0 25px;
  }
  .top-section-2 .top-section-2-main ul li:first-child{
    padding-left: 25px;
  }
  .top-section-2 .top-section-2-main ul li p{
    font-size: 17px;
  }
  .lp_content_small{
    padding: 30px 5px;
  }
  .lp_content_small .top_center_new2{
    width: 100%;
  }
  .lp_content_small .section-btn{
    width: 585px;
  }
  .lp_content_small .section-btn .btn-group{
    height: 45px;
  }
  .lp_content_small .section-btn .btn-group::after{
    right: 44px;
  }
  .lp_content_small .section-btn .request-btn::after{
    right: 64px;
  }
  .section-big-btn{
    width: 585px;
    margin-top: 10px;
  }
  .section-big-btn a{
    height: 45px;
    font-size: 18px;
  }
  .section-big-btn a::after{
    width: 18px;
    height: 21px;
    right: 65px;
  }
  .top-section-3{
    padding: 0 80px;
  }
  .top-section-3 h2{
    font-size: 25px;
  }
  .top-section-3 p{
    font-size: 21px;
  }
  .top-section-3 .top-section-3-main{
    width: 100%;
  }
  .top-section-3 .top-section-3-main h4{
    font-size: 26px;
    margin-bottom: 0;
  }
  .top-section-3 .top-section-3-main ul li{
    height: 80px;
  }
  .top-section-3 .top-section-3-main p{
    font-size: 18px;
  }
  .big-font{
    font-size: 22px;
  }
  .top-section-4{
    padding:80px;
  }
  .top-section-4 .top-section-4-main .text-box{
    width: 60%;
  }
  .top-section-4 .top-section-4-main .text-box .num img{
    width:100px;
  }
  .top-section-4 .top-section-4-main h2{
    font-size: 1.8vw;
  }
  .top-section-4 .top-section-4-main ul li ul li p{
    font-size: 1.4vw;
  }
  .top-section-4 .top-section-4-main h2 .small-font{
    font-size: 1.6vw;
  }
  .top-section-4 .top-section-4-main .sp-on{
    display: none;
  }
  .cta-section .inner{
    width: 80%;
    margin:0 auto;
  }
  .cta-section .cta-top h2{
    font-size: 25px;
  }
  .cta-section .cta-top p{
    font-size: 16px;
  }
  .cta-section .cta-item1{
    margin-bottom: 20px;
  }
  .cta-section .cta-item1 .cta-icon{
    width: 129px;
    top: -25px;
  }
  .cta-section .cta-item1 .cta-item1-text{
    margin-top: 60px;
  }
  .cta-section .cta-item1 .cta-item1-text h3{
    font-size: 25px;
  }
  .cta-section .cta-item1 .cta-item1-text p{
    font-size: 16px;
  }
  .cta-section .cta-item-list h4{
    font-size: 20px;
  }
  .cta-section .cta-item-list p{
    font-size: 15px;
  }
  .cta-section .section-btn a{
    height: 45px;
  }
  .cta-section .cta-item-list .cta-item2, .cta-section .cta-item-list .cta-item3{
    width: 45%;
    height: auto;
    padding:5% 1.5%;
  }
  .cta-section .cta-item-list .section-btn a{
    width: 255px;
    height: 45px;
    font-size: 15px;
  }
  .pagetop{
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .pagetop a{
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width:1024px) {
  .top-section-1{
    padding: 50px 10px 0;
  }
  .top-section-3{
    padding: 0 10px;
  }
  .top-section-4{
    padding:80px 10px;
  }
  .cta-section .cta-section-bg{
    height: 320px;
  }
}
@media screen and (max-width:820px) {
  .top-section-1 .section-content-left{
    width: 50%;
  }
  .top-section-1 .section-content-left h1{
    font-size: 15px;
  }
  .top-section-1 .section-content-left h3{
    font-size: 19px;
  }
  .top-section-1 .section-content-left p{
    font-size: 12px;
  }
  .top-section-1 .jp-map{
    width: 136px;
    margin-left: -82px;
    bottom: -8px;
  }
  .btn-group{
    width: 280px;
    height: 35px;
    font-size: 15px;
  }
  .btn-group::after{
    width: 18px;
    height: 21px;
    right: 22px;
  }
  .top-section-4 .top-section-4-main h2{
    font-size: 17px;
  }
  .top-section-4 .top-section-4-main ul li ul li p{
    font-size: 12px;
  }
  .top-section-4 .top-section-4-main h2 .small-font{
    font-size: 15px;
  }
  .lp_content_small .section-btn{
    width: 76%;
  }
  .lp_content_small .section-btn .btn-group{
    height: 45px;
  }
  .lp_content_small .section-btn .btn-group::after{
    right: 70px;
  }
  .lp_content_small .section-btn .request-btn::after{
    right: 85px;
  }
  .section-big-btn{
    width: 76%;
    margin-top: 20px;
  }
  .section-big-btn a{
    height: 45px;
    font-size: 15px;
  }
  .section-big-btn a::after{
    width: 18px;
    height: 21px;
    right: 65px;
  }
  .cta-section .cta-top h2{
    font-size: 25px;
  }
  .cta-section .cta-top p{
    font-size: 15px;
  }
  .cta-section .cta-section-bg{
    height: 320px;
  }
}
@media screen and (max-width:768px) {
  .top-section-1{
    padding:50px 10px 0;
  }
  .top-section-1 .inner{
    flex-direction: column;
    width: 100%;
  }
  .top-section-1 .section-content-left{
    width: 100%;
    margin-right: 0;
  }
  .top-section-1 .section-content-left h1{
    text-align: center;
    font-size: 4vw;
  }
  .top-section-1 .section-content-left h3{
    text-align: center;
    font-size: 4.5vw;
  }
  .top-section-1 .section-content-left p{
    text-align: center;
    font-size: 3.5vw;
  }
  .top-section-1 .section-content-left .section-btn{
    margin-top: 75vw;
  }
  .top-section-1 .jp-map{
    width: 21vw;
    bottom: 50%;
    margin-left: -50vw;
    margin-bottom: 18vw;
  }
  .top-section-1 .section-content-right{
    position: absolute;
    bottom: 50%;
    margin-bottom: -57vw;
    width: 100%;
  }
  .btn-group{
    width: 380px;
    height: 55px;
    font-size: 22px;
  }
  .lp_content_area{
    padding: 10px 0 55px;
    background: url(../images/top/bg-sp.jpg) no-repeat;
    background-position: 44% 8%;
  }
  .lp-container{
    width: 100%;
  }
  .top_center_new2{
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .top_center_new2 .top_center_new2_left{
    margin-bottom: 10px;
  }
  .top_center_new2 .top_center_new2_left img{
    width: 120px;
  }
  .top_center_new2 .top_center_new2_right p{
    font-size: 3vw;
    text-align: center;
    line-height: 3.5vw;
  }
  .top-section .top-section-title h2{
    font-size: 6vw;
  }
  .top-section .top-section-title h3{
    font-size: 6vw;
  }
  .top-section-2 .top-section-2-main ul{
    flex-direction: column;
  }
  .top-section-2 .top-section-2-main ul li{
    border-right:0px;
    padding: 20px;
  }
  .top-section-2 .top-section-2-main ul li:first-child{
    padding-left: 20px;
  }
  .top-section-2 .top-section-2-main ul li p{
    font-size: 6vw;
  }
  .top-section-2 .top-section-2-main ul li img.bottom-pic{
    padding-bottom: 40px;
    border-bottom: 1px solid #919191;
  }
  .top-section-2 .top-section-2-main ul li:last-child img.bottom-pic{
    border-bottom:0px;
  }
  .lp_content_small .top_center_new2{
    width: 100%;
  }
  .lp_content_small .section-btn{
    width: 100%;
  }
  .lp_content_small .top_center_new2_right p{
    font-size: 3vw;
  }
  .lp_content_small .section-btn .btn-group{
    width: 286px;
    margin-right: 0;
  }
  .lp_content_small .section-btn .btn-group::after{
    right: 30px;
  }
  .lp_content_small .section-btn .request-btn::after{
    right: 30px;
  }
  .section-big-btn{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section-big-btn a{
    text-align: center;
    width: 350px;
    font-size: 15px;
  }
  .section-big-btn a::after{
    right: 25px;
  }
  .top-section-3{
    text-align: center;
    padding: 0 30px;
  }
  .top-section-3 h2{
    font-size: 4vw;
  }
  .top-section-3 p{
    font-size: 3vw;
  }
  .top-section-3 .top-section-3-main{
    width: 100%;
  }
  .top-section-3 .top-section-3-main h4{
    font-size: 18px;
    height: 50px;
    margin-bottom: 0;
  }
  .top-section-3 .top-section-3-main ul{
    margin-top: 1.5%;
  }
  .top-section-3 .top-section-3-main ul li{
    width: 48%;
    height: 50px;
    margin: 1.5% 0;
  }
  .top-section-3 .top-section-3-main p{
    font-size: 12px;
  }
  .big-font{
    font-size: 3vw;
  }
  .top-section-4{
    padding: 20px 30px;
  }
  
  .top-section-4 .top-section-4-main ul li{
    flex-direction: column;
  }
  .top-section-4 .top-section-4-main ul li:first-child{
    margin-top: 15px;
  }
  .top-section-4 .top-section-4-main .text-box .num img{
    width: 80px;
  }
  .top-section-4 .top-section-4-main h2{
    font-size: 3.2vw;
    margin-bottom: 20px;
  }
  .top-section-4 .top-section-4-main h2 .small-font {
    font-size: 2.9vw;
  }
  .top-section-4 .top-section-4-main ul li ul li p{
    font-size: 12px;
  }
  .top-section-4 .top-section-4-main .text-box{
    width: 100%;
  }
  .top-section-4 .top-section-4-main li:nth-child(2) .text-box{
    width:100%;
  }
  .top-section-4 .top-section-4-main li:nth-child(3) .text-box{
    width:100%;
  }
  .top-section-4 .top-section-4-main .pic-box{
    width: 100%;
  }
  .top-section-4 .top-section-4-main ul li ul li{
    flex-direction: row;
    font-size: 16px;
  }
  
  .top-section-4 .top-section-4-main .pc-on{
    display: none;
  }
  .top-section-4 .top-section-4-main .sp-on{
    display: block;
  }
  .cta-section .inner{
    width: 100%;
  }
  .cta-section .cta-section-bg{
    background: url(../images/top/cta-bg-sp.jpg) #ef443a no-repeat;
    background-position: top;
    background-size: cover;
    height: 500px;
  }
  .cta-section .cta-top{
    padding: 30px 0 25px;
    width: 80%;
    margin: 0 auto;
  }
  .cta-section .cta-top h2{
    font-size: 5vw;
  }
  .cta-section .cta-top p{
    font-size: 4vw;
  }
  .cta-section .cta-item1{
    background: url(../images/top/cta-item-bg-sp.jpg) no-repeat;
    background-position: center;
    width: 70%;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .cta-section .cta-item1 .cta-icon{
    width: 90px;
    top: -17px;
  }
  .cta-section .cta-item1 .cta-item1-text{
    margin-top: 50px;
    width: 100%;
  }
  .cta-section .cta-item1 .cta-item1-text h3{
    font-size: 5vw;
    margin: 20px 0 5px;
  }
  .cta-section .cta-item1 .cta-item1-text p{
    font-size: 4vw;
  }
  .cta-section .section-btn a{
    width: 67vw;
    height: 12vw;
    font-size: 4.5vw;
  }
  .cta-section .cta-item-list{
    flex-direction: column;
  }
  .cta-section .cta-item-list .cta-item2, .cta-section .cta-item-list .cta-item3{
    width:70%;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    background: url(../images/top/cta-item-bg-sp.jpg) #f9f9f9 no-repeat;
    background-position: center;
    margin-bottom: 15px;
  }
  .cta-section .cta-item-list .cta-item2{
    
  }
  .cta-section .cta-item-list h4{
    font-size: 5vw;
  }
  .cta-section .cta-item-list p{
    font-size: 4vw;
  }
  .cta-section .cta-item-list .section-btn a{
    width: 67vw;
    height: 12vw;
    font-size: 4.5vw;
  }
  .pagetop{
    width: 90px;
    height: 90px;
    margin-left: -30px;
    bottom:-155px;
  }
  .pagetop a{
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width:580px) {
  .top-section-1 .section-content-left .section-btn{
    margin-top: 78vw;
  }
  .top-section-1 .jp-map{
    margin-bottom: 22vw;
  }
  .top-section-1 .section-content-right{
    margin-bottom: -49vw;
  }
  .btn-group {
    width: 280px;
    height: 45px;
    font-size: 15px;
  }
  .btn-group::after{
    right: 72px;
  }
  .request-btn::after {
    right: 85px;
  }
  .cta-section .cta-section-bg{
    height: 322px;
  }
  .pagetop{
    bottom:-135px;
  }
}
@media screen and (max-width:400px) {
  .top-section-1 .jp-map{
    margin-bottom: 25vw;
  }
  .top-section-3 .top-section-3-main p{
    font-size: 3vw;
  }
  .big-font{
    font-size: 3.5vw;
  }
  .top-section-4 .top-section-4-main h2{
    font-size: 3.1vw;
  }
  .top-section-4 .top-section-4-main ul li ul li p{
    font-size: 12PX;
  }
  .cta-section .cta-top h2{
    font-size: 5vw;
  }
  .cta-section .cta-top p{
    font-size: 5vw;
  }
}
@media screen and (max-width:355px) {
  .top-section-1 .jp-map{
    margin-bottom: 28vw;
  }
}