body{
  width: 100%;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  position: relative;
  color: #333;
}

.inview1{
  opacity: 0;
  transition:0.6s;
  transition-delay: 0.1s;
  transform: translateY(15px);
}

.inview1.show{
  opacity: 1;
  transform: translateY(0);
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: white;
  border-bottom: 6px solid #FFCA19;
  padding: 20px 0;
}

.wrap{
  width: calc(84% + 60px);
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__left{
  width: 30%;
}

.header__right{
  width: 70%;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.header__left h1{
  margin: 0;
  line-height: 1;
}

.header__left h1 img{
  /* width:203px; */
  width: 15.8vw;
}

.hrlink1{
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1C2857;
  color: white;
  text-decoration: none;
  padding:10px 24px;
  border-radius: 42px;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.3;
  white-space: nowrap;
  transition: 0.4s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.hrlink1:hover{
  opacity: 0.6;
}

.hrlink1 img{
  width: 1.5vw;
  display: block;
  line-height: 1;
  margin-right: 1.5vw;
}

.hrlink1 div{
  width: calc(100% - 1.5vw);
}

.hrlink1 div p{
  font-size:1.4vw;
  margin: 0;
  color:white;
  font-weight: bold;
}

.hrlink1 div p.size2{
  font-size:0.78vw;
  font-weight: 500;
}

.hrlink2{
  width: 28%;
  display: flex;
  justify-content: center;
  transition: 0.4s;
  align-items: center;
  background: #FFDA19;
  color: #333;
  text-decoration: none;
  padding:10px 24px;
  border-radius: 42px;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.3;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.hrlink2:hover{
  opacity: 0.6;
}

.hrlink2 img{
  width: 1.5vw;
  display: block;
  line-height: 1;
  margin-right: 1.5vw;
}

.hrlink2 p{ 
  font-size: 1.4vw;
  margin: 0;
  line-height: 1;
  color: #333;
  font-weight: bold;
}

.hrlink3{
  width: 39%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06C755;
  color: white;
  text-decoration: none;
  padding:10px 24px;
  border-radius: 42px;
  transition: 0.4s;
  box-sizing: border-box;
  white-space: nowrap;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.hrlink3:hover{
  opacity: 0.6;
}

.hrlink3 img{
  width: 1.88vw;
  display: block;
  line-height: 1;
  margin-right: 1.3vw;  
}

.hrlink3 p{
  font-size: 1.4vw;
  margin: 0;
  line-height: 1;
  color: white;
  font-weight: bold;
}

.mainV{
  width: 100%;
  position: relative;
  background-image: url('img/mainV.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:70px 0 150px;
  margin-top: 7vw;
}

.mainV h2{
  color:#1C2857;
  font-size: 6.1vw;
  margin: 0 0 28px;
  line-height: 1;
}

.mainV h2 .small{
  font-size: 5vw;
}

.mainV h2 .border{
  position: relative;
  z-index: 2;
  display: inline-block;
}

.mainV h2 .border::before{
  content: '';
  position: absolute;
  bottom: -16%;
  left: 0;
  width: 100%;
  height: 40%;
  background: #FF8307;
  z-index: -1;
}

.circle__area{
  display: flex;
  position: relative;
  left: -1vw;
}

.ca__item{
  /* display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap; */
  line-height: 1.1;
  width: 11.5vw;
  height: 11.5vw;
  border-radius: 50%;
  text-align: center;
  margin-right: 1vw;
  box-sizing: border-box;
  padding:2.5vw 0 0;
}

.ca__item.ca1{
  background-image: url('img/feature1.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ca__item.ca2{
  background-image: url('img/feature2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding:3.3vw 0 0;
}

.ca__item.ca3{
  background-image: url('img/feature3.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0;
}

.ca__item p{
 font-size: 1.1vw;
 margin: 0 0 0.4vw;
 color:#FF8307;
 font-weight: bold;
 width: 100%;
}

.ca__item h3{
  font-size: 1.7vw;
  margin: 0;
  color:#1C2857;
  font-weight: bold;
  width: 100%;
}

.visual{
  position: absolute;
  right: 5%;
  width: 48%;
  top: 7%;
  z-index: 1;
}

.abo__circle{
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('img/circle-bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 16vw;
  height: 16vw;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  line-height: 1.3;
  text-align: center;
  padding: 2.5vw 0 0;
}

.abo__circle h3{
  font-size: 2.4vw;
  margin: 0 0 0.8vw;
  color: white;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.abo__circle h3 span{
  font-size: 2.1vw;
}

.abo__circle p{
  margin: 0;
  font-size: 1.4vw;
  color: white;
}

.btn__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.btn__flex .bf1{
  width: 29%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1C2857;
  color: white;
  text-decoration: none;
  padding: 15px 24px;
  border-radius: 55px;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.3;
  white-space: nowrap;
  transition: 0.4s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.btn__flex .bf1:hover{
  opacity: 0.7;
}

.btn__flex .bf1 img{
  width: 2vw;
  display: block;
  line-height: 1;
  margin-right: 1vw;
}

.btn__flex .bf1 p.size1{
  font-size: 1.8vw;
  margin: 0;
  color: white;
  font-weight: bold;
}


.btn__flex .bf1 p.size2{
  font-size: 1vw;
  margin: 0;
  color: white;
}

.btn__flex .bf2{
  width: 29%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFDA19;
  color: #333;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 55px;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.3;
  transition: 0.4s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.btn__flex .bf2:hover{
  opacity: 0.7;
}

.btn__flex .bf2 img{
  width: 1.95vw;
  display: block;
  line-height: 1;
  margin-right: 1vw;
}

.btn__flex .bf2 p{
  font-size: 1.7vw;
  margin: 0;
  color: #333;
  font-weight: bold;
}

.btn__flex .bf3{
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06C755;
  text-decoration: none;
  padding: 1.7vw 24px;
  border-radius: 55px;
  position: relative;
  transition: 0.4s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.btn__flex .bf3:hover{
  opacity: 0.7;
}

.btn__flex .bf3 img{
  width: 2.5vw;
  display: block;
  line-height: 1;
  margin-right: 1vw;
}

.btn__flex .bf3 p{
  font-size: 1.87vw;
  margin: 0;
  color: white;
  font-weight: bold;
}

.btn__flex .bf3 p.bf3__abo{
  position: absolute;
  left: 50%;
  top: -1vw;
  font-size: 1.4vw;
  color:#06C755;
  background: white;
  width: 78%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border: 2px solid #06C755;
  margin: 0;
  border-radius: 28px;
  text-align: center;
}

.section__1{
  background: #E8E8E8;
  padding: 100px 0 0;
  position: relative;
}

.sec1-deco{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.1vw;
  width: 4.5vw;
  z-index: 1;
}

.section__1 h2{
  font-size: 3.3vw;
  margin: 0 0 15vw;
  text-align: center;

}

.section__1 h2 span{
  color: #FF8307;
}

.onayami{
  width: 15.78vw;
  display: block;
  margin: 0 auto;
}

.onayami1{
  position: absolute;
  left: 2vw;
  bottom: 9.5vw;
  width: 28vw;
  background: white;
  padding:2vw 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4vw;
  font-weight: bold;
  border-radius: 80px;
  line-height: 1.5;
  margin: 0;
  box-shadow:4px 4px 8px #FFDA19;
  transition-delay: 0.2s;
}

.onayami2{
  position: absolute;
  left: 6vw;
  bottom: 18vw;
  width: 26vw;
  background: white;
  padding:2vw 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4vw;
  font-weight: bold;
  border-radius: 80px;
  line-height: 1.5;
  margin: 0;
  transition-delay: 0.5s;
  box-shadow:4px 4px 8px #FFDA19;

}

.onayami3{
  position: absolute;
  left: 25vw;
  bottom: 23vw;
  width: 28vw;
  background: white;
  padding:2vw 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4vw;
  font-weight: bold;
  border-radius: 80px;
  line-height: 1.5;
  margin: 0;
  box-shadow:4px 4px 8px #FFDA19;
  transition-delay: 0.8s;

  }

.onayami4{
  position: absolute;
  right: 10vw;
    bottom: 17vw;
  width: 23vw;
  background: white;
  padding:2vw 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4vw;
  font-weight: bold;
  border-radius: 80px;
  line-height: 1.5;
  margin: 0;
  box-shadow:4px 4px 8px #FFDA19;
  transition-delay: 0.3s;

}

.onayami5{
  position: absolute;
  right:4vw;
  bottom: 7.5vw;
  width: 23vw;
  background: white;
  padding:2vw 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4vw;
  font-weight: bold;
  border-radius: 80px;
  line-height: 1.5;
  margin: 0;
  box-shadow:4px 4px 8px #FFDA19;
  transition-delay: 0.4s;

}

.deco1{
  position: absolute;
  left: 32vw;
  bottom: 14vw;
  width: 3.8vw;
  z-index: 1;
}

.deco2{
  position: absolute;
  right: 34vw;
  bottom: 16vw;
  width: 3.8vw;
  z-index: 1;
}

.deco3{
  position: absolute;
  right: 30vw;
    bottom: 7vw;
  width: 3.8vw;
  z-index: 1;
}

.section__2{
  position: relative;
}

.sec2-deco{
  position: absolute;
  left: 0;
  top: 0;
  width: 27%;
  z-index: 1;
}

.section__2 .bg1{
  padding:5.5vw 0 6vw;
  /* background-image: url('img/sec2-bg.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; */
}

.section__2 h2{
  font-size: 2.8vw;
  margin: 0;
  line-height: 1.35;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section__2 h2 span.size1{
  font-size: 2.57vw;
}

.section__2 h2 span.title__deco1{
  display: inline-block;
  position: relative;
  z-index: 2;
  padding:0 10px;
  margin-right: 3px;
  color:white;
  line-height: 1;
}

.section__2 h2 span.title__deco1:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #1C2857;
  width: 100%;
  height: 120%;
  z-index: -1;
}

.section__2 h2 span.title__deco2{
  font-size: 3.6vw;
  color:#FF8307;
}

.section__2 h2 span.title__deco3{
  font-size: 2.97vw;
  display: inline-block;
  padding-bottom:2px;
  border-bottom:7px solid #FFDA19;
}

.feature__area{
  background: #FFFDF2;
  padding:100px 0;
}

.rel{
  position: relative;
  z-index: 2;
}

.feature__area h2{
  font-size:3.28vw;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.abo1{
  position: absolute;
  margin: 0;
  line-height: 1;
  left: 50%;
  top: -3.8vw;
  transform: translateX(-50%);
  font-size: 9.37vw;
  opacity: 0.8;
  color:#FFEB92;
  z-index: -1;
  font-weight: bold;
  letter-spacing: -0.02em;
}

.abo1.type2{
  top: -4.8vw;
  color:#ffd829;
}

.abo1.type3{
  top: -4.8vw;
}

.abo1.type5{
  top: -4.8vw;
}

.abo1.type6{
  top: -5.8vw;
}

.abo1.type7{
  top: -4.8vw;
  color:white;
}

.abo1 span{
  font-size: 6.25vw;
}

.feature__area h2 span{
  font-size: 1.87vw;
  display: block;
  color:#FF8307;
}

.feature__area .feature__text1{
  font-size: 1.56vw;
  text-align: center;
  margin:23px 0 0;
}

.feature__flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}

.ff__col{
  width: 31%;
  position: relative;
  box-sizing: border-box;
  padding:4vw 0 2vw;
  background: white;
  border:2px solid #1C2857;
  border-radius: 30px;
  text-align: center;
}

.feature__flex .ff__col:nth-child(2){
  margin-left: 3.4%;
  margin-right: 3.4%;
  transition-delay: 0.3s;
}

.feature__flex .ff__col:nth-child(3){
  transition-delay: 0.5s;
}

.feature__flex .ff__col:nth-child(4){
  margin-right: 1.7%;
  margin-top: 70px;
  transition-delay: 0.7s
}

.feature__flex .ff__col:nth-child(5){
  margin-left: 1.7%;
  margin-top: 70px;
  transition-delay: 0.9s;
}

.ff__num{
  width: 5.46vw;
  height: 5.46vw;
  background: #1C2857;
  border-radius: 50%;
  color: white;
  font-size: 2.5vw;
  text-align: center;
  line-height: 5.46vw;
  position: absolute;
  top: -2.73vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.ff__icon{
  display: block;
  margin: 0 auto;
  width: 9.37vw;
}

.ff__col p.feature__text2{
  margin:15px 0 0;
  font-size: 1.87vw;
  line-height: 1.4;
  font-weight: bold;
}

.ff__col p.feature__text2.space{
  padding-top:1.2vw;
}

.ff__col p.feature__text2 span{
  color:#FF8307;
}

.section__3{
  position: relative;
  background-image: url('img/case-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  border-bottom: 6px solid #1C2857;
}

.section__3 h2{
  font-size: 3.28vw;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.section__3 .case__text{
  font-size: 1.56vw;
  text-align: center;
  margin:70px 0 0;
  font-weight: bold;
}

.s3__abo1 ,.s3__abo2{
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-50%);
  width: 9.37vw;
  height: 9.37vw;
  background: #1C2857;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 2.1vw 0 0;

}

.s3__abo2{
  left: 18vw;
}

.s3__abo1 p,.s3__abo2 p{
  text-align: center;
  font-size: 2.5vw;
  color: white;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}

.s3__abo1 p span,.s3__abo2 p span{
  font-size:1.56vw;
  display: block;
  color:#FFDA19;
}

.case__flex{
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.case__col{
  width: 31%;
  background: white;
  border-radius: 25px;
  padding:20px 25px;
  box-sizing: border-box;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.case__flex .case__col:nth-child(2){
  transition-delay: 0.3s;
}

.case__flex .case__col:nth-child(3){
  transition-delay: 0.5s;
}

.cc__flex1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cc__flex1 h3{
  margin: 0;
  width: 55%;
  color:#FF8307;
  font-size: 2.65vw;
  font-weight: bold;
}

.cc__flex1 p{
  width: 45%;
  background: #FF8307;
  color:white;
  margin: 0;
  text-align: center;
  padding:0;
  box-sizing: border-box;
  font-size: 1.25vw;
  border-radius: 25px;
}

.case__col h4{
  margin: 0 0 20px;
  font-size: 1.87vw;
  line-height: 1.5;
}

.case__col ul{
  list-style: none;
  padding: 0 0 30px;
  border-bottom:2px solid #FF8307;
  margin: 0 0 20px;
}

.case__col ul li{
  padding-left: 1.4vw;
  position: relative;
  font-size: 1.1vw;
  font-weight: 500;
  margin:0 0 5px;
}

.case__col ul li img{
  position: absolute;
  left: 0;
  top: 0.5vw;
  width:1vw;

}

.cc__flex2{
  display: flex;
  flex-wrap: wrap;
}

.ccf__left{
  width: 32%;
  margin: 0 0 10px;
  font-size: 1.17vw;
  font-weight: bold;
}

.ccf__right{
  width: 68%;
  margin: 0 0 10px;
  font-size: 1.17vw;

}

.section__4{
  background-image: url('img/sec4-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.section__4 h2{
  font-size: 2.96vw;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

.section__4 h2 span{
  font-size: 4.29vw;
  color:#FF8307;
}

.section__4 .sec4__text1{
  font-size: 2.18vw;
  text-align: center;
  margin: 20px 0 10px;
  font-weight: bold;
  line-height: 1.3;
}

.section__4 .sec4__text1 span.size2{
  font-size: 2.96vw;
}

.section__4 .sec4__text1 .dot{
  position: relative;
  display: inline-block;
}

.section__4 .sec4__text1 .dot:before{
  content: '';
  position: absolute;
  left: 50%;
  top: -1vw;
  background: #FFC400;
  width: 0.7vw;
  height: 0.7vw;
  border-radius: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.section__4 .sec4__text2{
  font-size: 1.87vw;
  margin: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.section__4 .sec4__text2 span{
  font-size:3.12vw;
  color:#1C2857;
  display: inline-block;
  margin:0 5px;
}

.section__4 .sec4__text2 span img{
  width: 3.12vw;
  position: relative;
  top: 0.3vw;
}

.sec4__flex{
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding:0 100px;
}

.sec4__flex .sec4__col{
  width: 28.5%;
  background: white;
  border-radius: 13px;
  padding:2.3vw 0;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #122468;
  position: relative;
  z-index: 2;
}

.sec4__flex .sec4__col:nth-child(2){
  transition-delay: 0.3s;
}

.sec4__flex .sec4__col:nth-child(3){
  transition-delay: 0.5s;
}

.sec4__flex .sec4__col img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.46vw;
  z-index: -1;
}

.sec4__flex .sec4__col .sec4__col__text1{
  font-size: 1.4vw;
  margin: 0;
  text-align: center;
  color:#FF8307;
  font-weight: bold;
  line-height: 1.6;
}

.sec4__flex .sec4__col .sec4__col__text2{
  font-size:2vw;
  text-align: center;
  color:#001773;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

.sec4__flex .sec4__col .s4-icon1{
  width: 7.18vw;
}

.sec4__flex .sec4__col .s4-icon2{
  width: 5.62vw;
}

.sec4__flex .sec4__col .s4-icon3{
  width: 3.9vw;
}

.btn__area{
  background: #FFFDF2;
  padding:45px 0 40px;
  border-bottom: 6px solid #1C2857;
}

.section__5{
  padding:140px 0 100px;
  background: white;
}

.section__5 h2{
  font-size: 3.28vw;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.section__5 h2 span{
  font-size: 3.6vw;
}

.reason__flex{
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.reason__left{
  width: 38%;
  box-sizing: border-box;
  padding-right: 60px;
}

.reason__left img{
  width: 100%;
}

.reason__right{
  width: 62%;
}

.rr__num{
  width: 10.5vw;
  background-image: url('img/rr-num.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  box-sizing: border-box;
  padding:0.8vw 0 10px;
}

.rr__num p.rrn__text1{
  font-size: 1.25vw;
  margin: 0;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.rr__num p.rrn__text2{
  font-size: 2.96vw;
  margin: 0;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 0.8;
}

.reason__right h3{
  font-size: 1.87vw;
  margin:5px 0 15px;
  color:#FF8307
}

.reason__right .rr__text{
  font-size: 1.4vw;
  margin: 0;
  color:#333;
  line-height: 1.4;
}

.reason__flex.reverse{
  flex-direction: row-reverse;
}

.reason__flex.reverse .reason__left{
  padding-right: 0;
  padding-left: 60px;
}

.reason__flex.reverse .reason__right{
  padding-left: 147px;
  box-sizing: border-box;
}

.section__6{
  background-image: url('img/sec6-bg.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 135px 0 100px;
  border-bottom: 6px solid #1C2857;
}

.section__6 h2{
  font-size: 3.28vw;
  text-align: center;
  margin: 0 0 45px;
  line-height: 1.3;
}

.section__6 h2 span{
  font-size: 1.87vw;
  display: block;
}

.message__col{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  background: white;
  padding:40px 4vw;
  border-radius: 26px;
  box-shadow: 3px 3px 12px rgba(119, 100, 0, 0.3);
}

.message__left{
  width: 17%;
  box-sizing: border-box;
  text-align: center;
}

.message__left img{
  width: 9.6vw;
  max-width: 100%;
  margin: 0 auto;
}

.message__right{
  width: 83%;
  box-sizing: border-box;
  padding-left: 55px;
}

.message__left p.message__name{
  font-size: 1vw;
  margin:2px 0 5px;
  line-height: 1;
}

.message__left p.message__job{
  font-size: 1vw;
  margin: 0;
  line-height: 1;
  padding:4px 0;
  color: white;
  background:#1C2857;
  border-radius: 22px;
}

.message__right p{
  font-size: 1.4vw;
  margin: 0;
  line-height: 1.4;
}

.section__7{
  padding: 140px 0 70px;
}

.section__7 h2{
  font-size: 3.28vw;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.section__7 p.sec7__text{
  font-size: 1.56vw;
  text-align: center;
  margin: 40px auto 28px;
  padding:14px 0;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  width: 33vw;
  border-radius: 32px;
  background:#FFDA19;

}

.section__7 p.sec7__text::before{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.8vw;
  width: 1.7vw;
  height: 1vw;
  background-image: url('img/sec7-deco.png');
  background-size: cover;
  background-position: bottom;
}

.step__area ,.faq__area{
  padding:0 110px;
}

.step__col{
  border-radius: 16px;
  background: #FFFBEC;
  border:3px solid #FFEB82;
  box-sizing: border-box;
  padding:0 20px;
  display: flex;
  align-items: center;
}

.step__col .step__num{
  margin: 0;
  line-height: 1;
  width: 4.14vw;
  height: 4.14vw;
  margin-right: 15px;
  border-radius: 50%;
  background: #1C2857;
  text-align: center;
  line-height: 4.14vw;
  color: white;
  font-weight: bold;
  font-size: 1.48vw;
}

.step__col img{
  width: 6.87vw;
}

.step__col div{
  width: calc(100% - 4.14vw - 6.87vw - 15px);
  box-sizing: border-box;
  padding-left: 20px;
}

.step__col div h3{
  font-size: 1.56vw;
  margin: 0;
  line-height: 1.3;
  color:#FF8307;
}

.step__col div p{
  font-size: 1.4vw;
  margin:3px 0 0;
  line-height: 1.3;
  color:#333;
}

.sec7__arrow{
  width: 1.64vw;
  display: block;
  margin:18px auto;
}

.section__8{
  background-image: url('img/sec6-bg.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding:160px 0 100px;
}

.section__8 h2{
  font-size: 3.28vw;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.3;
}

.faq__col{
  border-radius: 18px;
  background: white;
  padding:25px 20px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.faq__col p.faq__q{
  position: relative;
  font-size: 1.56vw;
  margin: 0;
  padding-left: 4.68vw;
  font-weight: bold;
}

.faq__col p.faq__q span{
  display: block;
  position: absolute;
  left: 0;
  top: -0.3vw;
  width: 3.2vw;
  height: 3.2vw;
  background:#1C2857;
  border-radius: 50%;
  text-align: center;
  line-height: 2.9vw;
  color: #FFDA19;
  font-weight: bold;
  font-size: 1.71vw;
}

.faq__col p.faq__a{
  position: relative;
  font-size: 1.4vw;
  margin:35px 0 0;
  padding-top: 28px;
  padding-left: 4.68vw;
  border-top: 2px solid #5A5A5A;
  display: none;
}

.faq__col p.faq__a span{
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  width: 3.2vw;
  height: 3.2vw;
  background:#FF8307;
  border-radius: 50%;
  text-align: center;
  line-height: 2.9vw;
  color:white ;
  font-weight: bold;
  font-size: 1.71vw;
}

.faq__col p.faq__q:before{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.56vw;
  height: 0.78vw;
  background-image: url('img/arrow.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
  transition:0.3s;
}

.faq__col.open p.faq__q:before{
  transform: translateY(-50%) rotate(0deg);
}

.section__9{
  padding:140px 0 130px;
  background: #E8E8E8;
}

.section__9 h2{
  font-size: 3.28vw;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.section__9 p.sec9__text{
  font-size: 1.4vw;
  text-align: center;
  margin:40px 0 30px;
}

.form__area{
  width: 54vw;
  margin: 0 auto;
}

.form__area div p{
  font-size: 1.4vw;
  margin: 0;
}

.form__area div p span.must{
  color:#FF0000;
  display: inline-block;
  margin-left: 3px;
}

.form__area div p.bold{
  font-weight: bold;
}

.form__area div.text input , .form__area div.text textarea{
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4vw;
  color:#333;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  background: white;
  border: 2px solid #122468;
  border-radius: 9px;
  padding:1vw ;
  letter-spacing: 0.04em;
  margin:2px 0 0;
}

.form__area div.text input::placeholder , .form__area div.text textarea::placeholder{
  color:#A6A6A6;
}

.form__area div.text{
  margin-bottom: 20px;
}

.form__area div.check{
  margin-bottom: 20px;
}

.form__area div.check2{
  margin-bottom: 20px;
}

.check .wpcf7-list-item{
  margin-left: 0;
  margin-right: 20px;
  margin-top: 5px;
}

.check .wpcf7-list-item input{
  width: 2.3vw;
  height: 2.3vw;
  margin: 0;
  margin-right: 4px;
}

.check .wpcf7-list-item .wpcf7-list-item-label{
  font-size: 1.4vw;
  position: relative;
  top: -0.6vw;
}

.check2 select{
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;  
  width: 24vw;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  position: relative;
  color: #333;
  box-sizing: border-box;
  padding:1vw;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #122468;
  border-radius: 9px;
  margin-top: 2px;
  font-size: 1.4vw;
  background: white!important;
}

.form__area div.text textarea{
  resize: none;
  height: 20vw;
  margin-bottom: 50px;
}

.form__area div p.check{
  text-align: center;
  font-size: 1.4vw;
  margin: 0 0 50px;
  font-weight: bold;
}

.form__area div p.check a{
  color:#0027BF;
  text-decoration: none;
  transition: 0.4s;
}

.form__area div p.check a:hover{
  opacity: 0.7;
}

.submit input{
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 32vw;
  background:#FFBA19;
  box-sizing: border-box;
  font-size: 1.7vw;
  color:white;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  padding:1.4vw 0;
  display: block;
  border-radius: 42px;
  margin:0 auto;
  box-sizing: border-box;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.4s;
}

.submit input:hover{
  opacity: 0.6;
}

footer{
  padding:70px 0;
  background: white;
}

.footer__left{
  width: 60.5%;
  box-sizing: border-box;
  padding-right: 60px;
}

.footer__right{
  width: 39.5%;
}

.footer__left img{
  width: 24vw;
  display: block;
  margin-bottom: 30px;
}

.footer__left p{
  font-size: 0.9vw;
  margin: 0;
}

.footer__right h3{
  font-size: 1.56vw;
  margin: 0 0 5px;
}

.footer__right p{
  font-size: 1.4vw;
  margin: 0 0 20px;
  line-height: 1.3;
  white-space: nowrap;
}

footer .flex{
  align-items: start;
}

.footer__right .footer__right__flex{
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footer__right .footer__right__flex .frf__1{
  width: 45%;
  background: #1C2857;
  color: white;
  text-decoration: none;
  padding:10px 0;
  border-radius: 25px;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 1.17vw;
  text-align: center;
  transition: 0.4s;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
.footer__right .footer__right__flex .frf__1:hover{
  opacity: 0.6;
}

.footer__right .footer__right__flex .frf__2{
  font-size: 1.17vw;
  color:#333;
  transition: 0.4s;
}

.footer__right .footer__right__flex .frf__2:hover{
  opacity: 0.6;
}










.sp , .sp2{
  display: none;
}

@media screen and (max-width: 1200px) {

  .wrap{
    width: 100%;
  }

  .form__area{
    width: 100%;
    box-sizing: border-box;
    padding:0 200px;
  }

  .abo__circle{
    right: 30px;
  }

}

@media screen and (max-width: 959px) {

  .sp{
    display: block!important;
  }

  .pc{
    display: none!important;
  }

  .sec7__arrow{
    width: 20px;
    display: block;
    margin:18px auto;
  }

  .header__right{
    display: none;
  }

  .header__left h1 img{
    width: 203px;
  }

  header{
    padding:8px 0;
  }

  .feature__flex{
    display: block;
  }

  .ff__col{
    width: 100%;
    margin:0 0 10vw!important;
  }

  .ff__num{
    width: 75px;
    height: 75px;
    top: -37px;
    line-height: 70px;
    font-size: 32px;
  }

  .ff__icon{
    width: 160px;
  }

  .ff__col p.feature__text2{
    font-size: 27px;
  }

  .section__3 h2{
    font-size: 38px;
  }

  .feature__area h2 span{
    font-size: 22px;
  }

  .feature__area h2{
    font-size: 38px;
  }

  .abo1{
    font-size: 80px;
    top: -28px;
  }

  .feature__area .feature__text1 , .section__3 .case__text{
    font-size: 18px;
  }

  .section__2 h2{
    font-size: 27px;
    line-height: 1.5;
  }

  .section__2 h2 span.size1{
    font-size: 27px;
  }

  .section__2 h2 span.title__deco3{
    font-size: 32px;
  }

  .section__2 h2 span.title__deco2{
    font-size: 35px;
  }

  .feature__area h2{
    font-size: 38px;
  }

  .section__4 h2{
    font-size: 30px;
  }

  .section__4 h2 span{
    font-size: 44px;
  }

  .section__4 .sec4__text1{
    font-size: 22px;
  }

  .section__4 .sec4__text1 span.size2{
    font-size: 30px;
  }

  .section__4 .sec4__text2{
    font-size: 20px;
  }

  .section__4 .sec4__text2 span{
    font-size: 32px;
  }

  .section__4 .sec4__text2 span img{
    width: 32px;
    top: 2px;
  }

  .sec4__flex{
    padding:0;
  }

  .sec4__flex .sec4__col .sec4__col__text1{
    font-size: 16px;
  }

  .sec4__flex .sec4__col .sec4__col__text2{
    font-size: 21px;
  }

  .sec4__flex .sec4__col{
    width:100%;
    margin-bottom: 30px;
    padding:30px 0;
  }

  .sec4__flex .sec4__col .s4-icon1{
    width: 74px;
  }

  .sec4__flex .sec4__col .s4-icon2{
    width:58px
  }

  .sec4__flex .sec4__col .s4-icon3{
    width: 40px;
  }

  .btn__area{
    padding:40px 0;
  }

  .sec4__flex{
    display: block;
  }

  .section__5 h2{
    font-size: 33px;
  }

  .section__5 h2 span{
    font-size: 38px;
  }

  .reason__flex.reverse .reason__right{
    padding-left: 0;
  }

  .reason__flex{
    display: block;
  }

  .reason__left{
    width: 100%;
    padding-right: 0;
  }

  .reason__right{
    width: 100%;
    margin-top: 20px;
  }

  .reason__flex.reverse .reason__left{
    padding-left: 0;
  }

  .rr__num p.rrn__text1{
    font-size: 15px;
  }

  .rr__num p.rrn__text2{
    font-size: 32px;
  }

  .rr__num{
    padding:8px 0;
    width: 120px;
  }

  .reason__right h3{
    font-size: 22px;
  }

  .reason__right .rr__text{
    font-size: 16px;
  }

  .section__6 h2 span{
    font-size: 20px;
  }

  .section__6 h2{
    font-size: 32px;
  }

  .message__left img{
    width: 120px;
  }

  .message__col{
    display:block;
  }

  .message__left{
    width: 100%;
    padding: 0;
  }

  .message__right{
    width: 100%;
    padding: 0;
  }

  .message__left p.message__name{
    font-size: 14px;
  }

  .message__left p.message__job{
    width: 180px;
    margin:0 auto;
    font-size: 14px;
  }

  .message__right p{
    font-size: 18px;
    margin:30px 0 0;
  }

  .step__area, .faq__area{
    padding: 0;
  }

  .section__7 h2{
    font-size: 34px;
  }

  .abo1.type5{
    top: -45px;
  }

  .abo1.type6{
    top: -50px;
  }

  .section__7 p.sec7__text{
    font-size: 18px;
    width: 370px;
  }

  .section__7 p.sec7__text::before{
    width: 22px;
    height: 13px;
    bottom: -10px;
  }

  .step__col .step__num{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 40px;
  }

  .step__col img{
    width: 55px;
  }

  .step__col div h3{
    font-size: 18px;
  }

  .step__col div p{
    font-size: 16px;
    margin-top: 6px;
    
  }

  .step__col div{
    width: calc(100% - 50px - 55px);
  }

  .step__col{
    padding:15px 20px ;
  }

  .faq__col p.faq__q span , .faq__col p.faq__a span{
    width: 38px;
    height: 38px;
    font-size: 19px;
    line-height: 34px;
    top: -3px;
  }

  .faq__col p.faq__a span{
    top: 25px;
  }

  .faq__col p.faq__q{
    font-size: 18px;
    padding-left: 50px;
    padding-right: 40px;
  }

  .faq__col p.faq__q:before{
    width: 20px;
    height: 10px;
  }

  .faq__col p.faq__a{
    font-size: 18px;
    padding-left: 50px;
  }

  .form__area{
    padding: 0;
  }

  .section__9 h2{
    font-size: 34px;
  }

  .section__9 p.sec9__text , .form__area div p , .form__area div.text input, .form__area div.text textarea{
    font-size: 16px;
  }

  .check .wpcf7-list-item .wpcf7-list-item-label{
    font-size: 16px;
    top: -2px;
  }

  .check .wpcf7-list-item input{
    width: 20px;
    height:20px;
  }

  .check2 select{
    width: 280px;
    font-size: 16px;
  }

  .form__area div.text textarea{
    height:220px;
    margin-bottom: 10px;
  }

  .form__area div p.check{
    font-size: 16px;
  }

  .submit input{
    font-size: 20px;
    width: 340px;
    padding:15px 0;
  }

  footer .flex{
    display: block;
  }

  .footer__left{
    width: 100%;
    padding: 0;
  }

  .footer__right{
    width: 100%;
  }

  .footer__left img{
    width: 313px;
    margin:0 auto 20px;
  }

  .footer__right h3{
    font-size: 20px;
    margin: 0;
  }

  .footer__right p{
    font-size: 18px;
    line-height: 1.5;
    margin:0 0 40px;
  }

  .footer__right .footer__right__flex .frf__1{
    width: 185px;
    font-size: 15px;
    display: block;
    margin:0 auto;
  }


  .footer__right .footer__right__flex .frf__2{
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
  }

  .footer__right .footer__right__flex{
    display: block;
  }

  .copy{
    text-align: center;
    font-size: 14px;
    margin:60px 0 0;
  }

  footer{
    padding:50px 0 20px;
    text-align: center;
  }

  .mainV h2{
    font-size: 44px;
  }

  .mainV h2 .small{
    font-size: 37px;
  }

  .sp.title__plus{
    display: inline-block!important;
  }

  .mainV{
    background-image: url('img/mainV-sp.png');
  }

  .visual{
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 0px;
  }

  .mainV{
    position: relative;
  }

  .circle__area{
    padding-bottom: 700px;
    z-index: 3;
  }

  .mainV h2{
    position: relative;
    z-index: 3;
  }

  .ca__item p{
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .ca__item h3{
    font-size: 27px;
    line-height: 1.2;
  }

  .circle__area{
    display: block;
    left: 0;
  }

  .ca__item{
    width: 215px;
    height: 215px;
    margin: 0;
    padding:42px 0 0;
  }

  .ca__item.ca3{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    top: 100px;
  }

  .ca__item.ca1{
    position: absolute;
    left:calc(50% - 235px);
    top: 0%;
    z-index: 3;
  }

  .ca__item.ca2{
    position: absolute;
    right:calc(50% - 235px);
    top: 0%;
    z-index: 3;
    padding-top: 55px;
  }

  .mainV{
    padding: 70px 0 30px;
  }

  .visual{
    width: 60vw;
    max-width:490px;
    right: inherit;
    left: 0;
  }

  .abo__circle{
    width: 190px;
    height: 190px;
    padding:28px 0 0;
  }

  .abo__circle h3{
    font-size: 31px;
  }

  .abo__circle h3 span{
    font-size: 24px;
  }

  .abo__circle p{
    font-size: 18px;
  }

  .abo__circle{
    top: inherit;
    bottom: 200px;
    left:55%;
  }

  .wrap{
    padding:0 20px;
  }

  .section__1{
    padding:40px 0 0;
  }

  .section__1 h2{
    font-size: 30px;
    margin-bottom: 300px;
  }

  .onayami{
    margin-right: 0;
    width: 200px;
  }

  .sec1-deco{
    width: 37px;
    height: 13px;
    bottom: -12px;
  }

  .onayami3{
    width: 360px;
    padding:20px 0;
    font-size: 18px;
    bottom: inherit;
    top: 100px;
    left: 10vw;
  }

  .onayami4{
    width: 250px;
    padding:15px 0;
    font-size: 18px;
    bottom: inherit;
    top: 167px;
    right: 10vw;
  }

  .onayami2{
    width: 340px;
    font-size: 18px;
    bottom: inherit;
    top: 250px;
    left: 10vw;
  }

  .onayami1{
    width: 210px;
    padding:15px 0;
    font-size: 18px;
    bottom: inherit;
    top: 330px;
    left: 12vw;
  }

  .onayami5{
    width: 210px;
    padding:15px 0;
    font-size: 18px;
    bottom: inherit;
    left: 20vw;
    top: 430px;
  }

  .deco1{
    width: 60px;
    left: 16vw;
    top: 185px;
  }

  .deco2{
    width: 60px;
    left: 52vw;
    top: 320px;
  }

  .deco3{
    width: 40px;
    right: 10vw;
    top: 285px;
  }

  .case__flex{
    display: block;
  }

  .case__col{
    width: 100%;
    margin-bottom: 30px;
  }

  .cc__flex1 h3{
    font-size: 27px;
    width: 240px;
  }

  .cc__flex1 p{
    width: 100px;
    font-size: 16px;
  }

  .case__col h4{
    font-size: 20px;
  }

  .case__col ul li{
    font-size: 15px;
    padding-left: 20px;
  }

  .case__col ul li img{
    width: 14px;
    top: 7px;
  }

  .ccf__left{
    font-size: 15px;
    width: 90px;
  }

  .ccf__right{
    font-size: 15px;
    width: calc(100% - 90px);
  }

  .section__3 .case__text{
    margin-top: 35px;
  }

  .s3__abo1 p span, .s3__abo2 p span{
    font-size: 15px;
  }

  .s3__abo1 p, .s3__abo2 p{
    font-size: 22px;
  }

  .s3__abo1, .s3__abo2{
    width:80px ;
    height: 80px;
    padding:17px 0 0;
  }

  .s3__abo1{
    left: 0;
    top: -80px;
    transform: translateY(0%);
  }

  .s3__abo2{
    left: 90px;
    top: -80px;
    transform: translateY(0%);
  }

  .section__4 .sec4__text1 .dot:before{
    width: 6px;
    height: 6px;
    top: -2px;
  }

  .section__8 h2{
    font-size: 32px;
  }

  .btn__flex{
    display: block;
    margin-top: 0;
  }

  .btn__flex .bf1{
    width: 100%;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding:25px 0;
  }

  .btn__flex .bf2{
    width: 100%;
    margin-bottom: 35px;
    box-sizing: border-box;
    padding:25px 0;
  }

  .btn__flex .bf3{
    width: 100%;
    box-sizing: border-box;
    padding:25px 0;
  }

  .btn__flex .bf1 img{
    width: 32px;
  }

  .btn__flex .bf1 p.size1{
    font-size: 26px;
  }

  .btn__flex .bf1 p.size2{
    font-size: 16px;
  }

  .btn__flex .bf2 img{
    width: 30px;
  }

  .btn__flex .bf2 p{
    font-size: 26px;
  }

  .btn__flex .bf3 p.bf3__abo{
    font-size: 21px;
    top: -18px;

  }

  .btn__flex .bf3 img{
    width: 50px;
    margin-right: 10px;
  }

  .btn__flex .bf3 p{
    font-size: 26px;
  }

  .section__1 .wrap{
    max-width: 820px;
  }

  .feature__flex .ff__col:nth-child(2) ,
  .feature__flex .ff__col:nth-child(3) ,
  .feature__flex .ff__col:nth-child(4) ,
  .feature__flex .ff__col:nth-child(5) ,
  .case__flex .case__col:nth-child(2) ,
  .case__flex .case__col:nth-child(3) ,
  .sec4__flex .sec4__col:nth-child(2) ,
  .sec4__flex .sec4__col:nth-child(3){
    transition-delay: 0.1s;
  }

  .abo1 span{
    font-size: 60px;
  }

  .header__btn.sp{
    display: flex!important;
  }

  .hb1{
    width: 56px;
    height: 56px;
    display: block;
    background: #1C2857;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  }

  .hb1 img{
    width: 30px;
    display: block;
  }

  .hb2{
    width: 56px;
    height: 56px;
    display: block;
    background: #FFDA19;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 15px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  }

  .hb2 img{
    width: 32px;
    display: block;
  }

  .hb3{
    width: 56px;
    height: 56px;
    display: block;
    background: #06C755;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  }

  .hb3 img{
    width: 40px;
    display: block;
    position: relative;
    top: 2px;
  }

  .mainV{
    margin-top: 84px;
    padding-top: 30px;
  }

  .sec2-deco{
    width: 33%;
  }

} 

@media screen and (max-width: 559px){

  .sp2{
    display: block;
  }

  .mainV {
    margin-top: 100px;
  }

  .mainV h2{
    font-size: 32px;
  }

  .mainV h2 .small{
    font-size: 27px;
  }

  .abo__circle h3{
    font-size: 25px;
  }

  .abo__circle h3 span{
    font-size: 22px;
  }

  .abo__circle p{
    font-size: 16px;
  }

  .abo__circle{
    left:inherit;
    right: 20px;
    width: 170px;
    height: 170px;
    bottom: 64px;
  }

  .ca__item p{
    font-size: 14px;
    margin-bottom: 5px;
  }

  .ca__item h3{
    font-size: 21px;
  }

  .ca__item{
    width: 137px;
    height: 137px;
    padding:14px 0 0;
  }

  .ca__item.ca2{
    padding-top: 32px;
    right: calc(50% - 140px);
  }

  .ca__item.ca1{
    left: calc(50% - 140px);
  }

  .ca__item.ca3{
    top: 86px;
  }

  .circle__area {
    padding-bottom: 450px;
  }

  .section__1 h2{
    font-size: 24px;
  }

  .onayami{
    width: 130px;
    position: relative;
    right: -15px;
  }

  .onayami3{
    width: 330px;
    left: 15px;
    font-size: 16px;
    top: 65px;
  }

  .onayami4{
    right: 15px;
    font-size: 16px;
    width: 220px;
    top: 142px;
    padding:10px 0;
  }

  .onayami2{
    width: 305px;
    font-size: 16px;
    left: 15px;
    top: 230px;
  }

  .onayami1{
    width: 195px;
    left: 25px;
    padding:10px 0;
    font-size: 16px;
    top: 287px;
  }

  .onayami5{
    width: 195px;
    left: 55px;
    padding:10px 0;
    top: 370px;
    font-size: 16px;
  }

  .deco1{
    width: 52px;
    left: 60px;
    top: 155px;
  }

  .deco3{
    width: 35px;
    right: 23px;
    top: 250px;
  }

  .deco2{
    width: 44px;
    left: 238px;
    top:305px;
  }

  .section__1 h2{
    margin-bottom: 270px;
  }

  .abo1{
    font-size: 60px;
  }

  .feature__area h2 span{
    font-size: 19px;
  }

  .feature__area h2{
    font-size: 30px;
  }

  .abo1{
    top: -18px;
  }

  .feature__area .feature__text1, .section__3 .case__text{
    font-size: 16px;
  }

  .ff__num{
    width: 44px;
    height: 44px;
    top: -22px;
    font-size: 20px;
    line-height: 42px;
  }
  
  .ff__icon{
    width: 105px;
    padding-top: 5px;
  }

  .ff__col{
    padding:20px 0;
  }

  .ff__col p.feature__text2{
    font-size: 22px;
  }

  .section__3 h2{
    font-size: 30px;
  }

  .s3__abo1 p span, .s3__abo2 p span{
    font-size: 13px;
    margin-bottom: 3px;
  }

  .s3__abo1 p, .s3__abo2 p{
    font-size: 19px;
  }

  .s3__abo1, .s3__abo2{
    width: 75px;
    height: 75px;
    padding: 16px 0 0;
  }

  .section__3 .case__text{
    margin-top: 20px;
  }

  .cc__flex1{
    margin-bottom: 10px;
  }

  .case__col h4{
    margin-bottom: 10px;
  }

  .case__col ul{
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  .section__4 h2{
    font-size: 22px;
  }

  .section__4 h2 span{
    font-size: 35px;
  }

  .section__4 .sec4__text1 span.size2{
    font-size: 28px;
  }

  .section__4 .sec4__text2 span{
    font-size: 30px;
  }

  .section__4 .sec4__text2 span img{
    width: 30px;
  }

  .sec4__flex .sec4__col{
    padding:20px 0;
  }

  .sec4__flex .sec4__col .sec4__col__text1{
    font-size: 15px;
    margin-bottom: 5px;
  }

  .section__5 h2{
    font-size: 28px;
  }

  .section__5 h2 span{
    font-size: 34px;
  }

  .reason__flex{
    margin-top: 45px;
  }

  .rr__num p.rrn__text1{
    font-size: 14px;
  }

  .rr__num p.rrn__text2{
    font-size: 28px;
  }

  .reason__right h3{
    font-size: 20px;
    line-height: 1.5;
  }

  .reason__right .rr__text{
    font-size: 15px;
    line-height: 1.5;
  }

  .reason__right{
    margin-top: 10px;
  }

  .message__right p{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 25px;
  }

  .message__left p.message__name{
    margin:3px 0 7px;
  }

  .section__7 h2{
    font-size: 28px;
  }

  .section__7 p.sec7__text{
    width: 300px;
    font-size: 15px;
  }

  .step__col{
    padding:15px;
  }

  .step__col div p{
    font-size: 14px;
    line-height: 1.5;
  }

  .faq__col p.faq__q{
    font-size: 15px;
    padding-left: 40px;
    padding-right: 30px;
  }

  .faq__col p.faq__q span, .faq__col p.faq__a span{
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  .faq__col p.faq__q span{
    line-height: 26px;
    top: -2px;
  }

  .faq__col p.faq__a{
    font-size: 15px;
    padding-left: 40px;
    border-top: 1px solid #5A5A5A;
    margin-top: 25px;
    padding-top: 20px;
  }

  .faq__col{
    padding:25px 15px;
    margin-bottom: 20px;
  }

  .faq__col p.faq__q:before{
    width: 16px;
    height: 8px;
  }

  .faq__col p.faq__a span{
    top: 18px;
  }

  .form__area div.text input, .form__area div.text textarea{
    padding:10px ;
    margin-top: 3px;
  }

  .section__9 h2{
    font-size: 28px;
  }

  .section__9 p.sec9__text, .form__area div p, .form__area div.text input, .form__area div.text textarea{
    font-size: 15px;
  }

  .form__area div.text{
    margin-bottom: 15px;
  }

  .check .wpcf7-list-item .wpcf7-list-item-label{
    font-size: 15px;
    top: -3px;
  }

  .check2 select{
    width:190px;
    font-size: 15px;
    padding:8px 10px ;
  }

  .form__area div p.check{
    font-size: 13px;
    margin-bottom: 35px;
  }

  .submit input{
    font-size: 18px;
    width: 290px;
  }

  .footer__left img{
    width: 200px;
  }

  .footer__right h3{
    font-size: 16px;
  }

  .footer__right p{
    font-size: 13px;
    margin-top: 5px;
  }

  .copy{
    font-size: 11px;
    margin-top: 45px;
  }

  .section__4 .sec4__text1 , .section__4 .sec4__text2{
    line-height: 1.5;
  }

  .section__4{
    background-image: url('img/sec4-bg-sp.jpg');
    background-position: bottom;
  }

  .section__2 h2{
    font-size: 16px;
  }

  .section__2 h2 span.title__deco3{
    font-size: 18px;
    border-bottom: 4px solid #FFDA19;
  }

  .section__2 h2 span.title__deco2{
    font-size: 21px;
  }

  .section__2 h2 span.size1{
    font-size: 15px;
  }

  .section__2 h2 span.title__deco1{
    font-size: 18px;
  }

  .wrap{
    padding:0 15px;
  }

  .section__2 .feature__area h2{
    font-size: 28px;
  }

  .footer__right .footer__right__flex .frf__2{
    font-size: 14px;
    margin-top: 16px;
  }

  .footer__right .footer__right__flex .frf__1{
    font-size: 14px;
    padding:12px 0;
    width: 175px;
  }

  .mainV h2{
    margin-bottom: 15px;
  }

  .btn__flex .bf1 img{
    width: 26px;
    margin-right: 15px;
  }

  .btn__flex .bf1 p.size1{
    font-size: 23px;
  }

  .btn__flex .bf1 p.size2{
    font-size: 13px;
  }

  .btn__flex .bf1{
    padding:12px 0;
    margin-bottom: 20px;
  }

  .btn__flex .bf2{
    padding:20px 0;
    margin-bottom: 32px;
  }

  .btn__flex .bf2 img{
    width: 25px;
    margin-right: 15px;
    position: relative;
    top: 2px;
  }

  .btn__flex .bf2 p{
    font-size: 22px;
  }

  .btn__flex .bf3 p.bf3__abo{
    font-size: 15px;
    top: -13px;
  }

  .btn__flex .bf3 img{
    width: 30px;
    margin-right: 13px;
  }

  .btn__flex .bf3 p{
    font-size: 21px;
  }

  .btn__flex .bf3{
    padding:17px 0;
  }

  .feature__area{
    padding:70px 0;
  }

  .feature__flex .ff__col:nth-child(5){
    margin-bottom: 0!important;
  }

  .abo1.type2{
    top: -27px;
  }

  .section__3{
    padding-bottom: 70px;
  }

  .case__flex .case__col:nth-child(3) , .sec4__flex .sec4__col:nth-child(3){
    margin-bottom: 0!important;
  }

  .section__5{
    padding:90px 0 70px;
  }

  .section__6{
    padding:70px 0 ;
  }

  .abo1.type4{
    top: -30px;
  }

  .abo1.type5{
    top: -30px;
  }

  .section__7{
    padding:90px 0 70px;
  }

  .sec7__arrow{
    width: 14px;
    display: block;
    margin:18px auto;
  }

  .section__8{
    padding:90px 0 70px ;
  }

  .abo1 span{
    font-size: 48px;
  }

  .abo1.type6{
    top: -30px;
  }

  .section__8 h2{
    font-size: 28px;
  }

  .section__9{
    padding:90px 0 50px;
  }

  .abo1.type7{
    top: -30px;
  }

  .section__9 p.sec9__text{
    margin:30px 0;
  }

  .header__left h1 img{
    width: 134px;
  }

  .hb1{
    width: 35px;
    height: 35px;
  }

  .hb1 img{
    width: 18px;
  }

  .hb2{
    width: 35px;
    height: 35px;
  }

  .hb2 img{
    width: 20px;
  }

  .hb3{
    width: 35px;
    height: 35px;
  }

  .hb3 img{
    width: 26px;
    top: 1px;
  }

  .mainV{
    margin-top: 60px;
  }

  .section__2 .bg1 h2{
    text-align: left;
    width: 78%;
    min-width: 280px;
    margin-left: auto;
  }

  .section__2 .bg1{
    padding:30px 0;
  }

  .case__col{
    padding:20px 15px ;
  }




} 














