
/*** キービジュアル ***/





.key_copy{
  max-width: 1138px;
  width: 100%;
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.key_box{
  position: relative;
}
.pc_img{
  position: absolute;
  top: 67%;
  text-align: center;
  width: 100%;
}
.pc_img img{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1165px) {
  .key_copy,.pc_img img{
    width: 90%;
    margin: 0 auto;
  }  
}
@media screen and (max-width: 1040px) {
  .contents .wide-style {
    height: 680px;
  }
}
@media screen and (max-width: 920px) {
  .key_copy {
      width: 95%;
  }
  .pc_img img {
    width: 100%;
  }
}
@media screen and (max-width: 830px) {
  .key_copy {
      width: 97%;
  }
  .contents .wide-style {
    height: 600px;
  }
}
@media screen and (max-width: 730px) {
  .contents .wide-style {
    height: 530px;
  }
}
@media screen and (max-width: 655px) {
  .contents .wide-style {
    height: 480px;
  }
}
@media screen and (max-width: 585px) {
  .contents .wide-style {
    height: 400px;
  }
}
@media screen and (max-width: 490px) {
  .key_copy.sp_copy{
    width: 85%;
  }
  .contents .wide-style {
    height: 650px;
  }
  .sp_img{
    width: 90%;
    top:75%;
    left: 50%;
    transform:translateX(-50%);
  }
}
@media screen and (max-width: 450px) {
  .contents .wide-style {
    height: 580px;
  }
}


/*** システム開発ならPowerBuilder ***/

.main_contents{
  margin-top: 195px;
}
.main_title{
  font-size: 4rem;
  color: #FF841A;
  text-align: center;
  padding-bottom: 20px;
}
.main_p{
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1165px) {
  .main_contents{
    margin-top:19%;
  }
}
@media screen and (max-width: 700px) {
  .main_title{
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 580px) {
  .main_title{
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .main_title{
    font-size: 2.5rem;
    padding-bottom: 13px;
  }
  .main_p {
    font-size: 17px;
  }
}
@media screen and (max-width: 490px) {
  .main_contents {
    margin-top: 40%;
  }
}


/*** バナーの無限ループ ***/

.scroll-infinity{
  padding-top: 58px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;

}
.scroll-infinity{
    position: relative;
      overflow: hidden;
}
.scroll-infinity__item>img {
  width: auto;
  height: 102px;
}
.scroll-infinity{
    overflow: hidden;
    display: flex;
    align-items: center;
}
.scroll-infinity {
    padding-top: 58px;
    overflow: hidden;
}
.logo-slick {
    display: flex;
    width: 100vw;
}
.logo-slick img:first-child {
    animation: loop 50s -25s linear infinite;
}
.logo-slick img:last-child {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
.logo-slick img {
    width: auto;
    height: 102px;
}

/* スライダーのwrapper */
.swiper-slide{
    width: auto!important;
}
.swiper-slide img{
    height: 102px!important;
}

/*** お悩み ***/

.nayami{
  width: 620px;
  height: 93px;
  background-image: url(../images/nayami.svg);
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  margin: 98px auto 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nayami p{
  color: #3B8BD8;
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .nayami p {
    font-size: 30px;
  }
  .nayami {
    max-width: 620px;
    background-size: 100%;
    width: 100%;
  }
  .nayami_inner{
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  .nayami {
    height: 76px;
  }
  .nayami p {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .nayami {
    height: 66px;
  }
  .nayami p {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .nayami {
    height: 60px;
  }
  .nayami p {
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  .nayami {
    height: 50px;
  }
}


/*** 青背景エリア ***/

.sec01{
  background-color: #EBF7FF;
  padding-top: 100px;
  padding-bottom: 109px;
  position: relative;
}
.sec01::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 89px;/*画像の幅*/
  height: 38px;/*画像の高さ*/
  background-image: url(../images/sec01_tri_bf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.sec01::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -38px;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 89px;/*画像の幅*/
  height: 38px;/*画像の高さ*/
  background-image: url(../images/sec01_tri_af.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.nayami_wht_box{
  max-width: 996px;
  width: 100%;
  height: 245px;
  background-color: #fff;
  margin: 0 auto;
  display: table;
  position: relative;
}
.nayami_wht_box ul{
  display: table-cell;
  vertical-align: middle;
  padding-left: 80px;
}
.nayami_wht_box ul li{
  list-style: none;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  align-items: center;

}
.nayami_wht_box ul li p{
  font-size: 21px;
  font-weight: 600;
}
.nayami_wht_box ul li:last-child{
  padding-bottom: 0px;
}
.nayami_wht_box::before{
  position: absolute;
  left: -42px;
  bottom: 0;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 102px;/*画像の幅*/
  height: 157px;/*画像の高さ*/
  background-image: url(../images/nayami_bf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.nayami_wht_box::after{
  position: absolute;
  right: -45px;
  bottom: 0;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 108px;/*画像の幅*/
  height: 164px;/*画像の高さ*/
  background-image: url(../images/nayami_af.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.nayami_wht_box ul li img.cb{
  width: 21px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 1px;
}
.nayami_nekopi_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
}
.nayami_nekopi_box li{
  list-style: none;
}
.nayami_nekopi_box li:first-child{
  height: 121px;
  max-width: 870px;
  width: 100%;
  display: table;
  background: linear-gradient(-60deg, #1D58B7 30%, #4AACF0);
  background: -moz-linear-gradient(-60deg, #1D58B7 30%, #4AACF0);
  background: -webkit-linear-gradient(-60deg, #1D58B7 30%, #4AACF0);
  border-radius: 21px;
  margin-top: 70px;
  position: relative;
  z-index: 99;
}
.nayami_nekopi_box li:first-child::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 26px solid #41a1e4;
  z-index: 0;
}
.nayami_nekopi_box li:first-child::before{
  position: absolute;
  left: 32%;
  top: -55px;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 350px;/*画像の幅*/
  height: 55px;/*画像の高さ*/
  background-image: url(../images/nayami_mimi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 0;
}
.nayami_nekopi_box li p{
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
}
.nayami_nekopi_box img{
  width: 184px;
  height: 278px;
}
.nayami_nekopi_box img.nayami_hana{
  position: absolute;
  width: 40px;
  height: 19px;
  bottom: -10px;
  left: 50%;
}
.seihin_tokucho{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_line{
  content: '';
  display: block;
  background-color: #4AACF0;
  width: 5px;
  height: 27px;
  margin-right: 5px;
}
.seihin_tokucho{
  font-size: 27.5px;
  color: #4AACF0;
  font-weight: 600;
}
.product_big_title{
  font-size: 120px;
  color: #4aabf075;
  margin: -25px auto 0;
}
.product_box{
  max-width: 1080px;
  margin: 0 auto;
}
.product_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_ul li{
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30px;
  background-color: #FFF;
  justify-content: space-between;
}
.product_ul li:nth-child(n+2){
  padding: 40px 30px;
  background-color: #FFF;
  max-width: 49%;
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.product_ul li p{
  font-size: 16px;
  line-height: 1.8;
}
.product_ul li p.product_title{
  font-size: 30px;
  font-weight: 600;
  }
.product_ul li:first-child{
  width:100%;
}
.product_ul li:first-child div{
  width:49%;
}
.product_ul li:first-child div.product_title_box {
  width:100%;
}
.product_ul li:first-child img{
  max-width:499px;
  width: 100%;
}
.product_ul li img.product_number{
  width: 51px;
  margin-right:10px;
}
.product_title_box{
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding-bottom: 20px;
}
.product_nekopi{
  text-align: center;
}
.product_nekopi img{
  padding-top: 27px;
  max-width: 275px;
}

@media screen and (max-width: 1165px) {
  .nayami_wht_box {
    max-width: 916px;
    padding: 30px 20px;
  }
  .nayami_wht_box ul {
    padding-left: 7%;
  }
  .nayami_wht_box ul li p {
    font-size: 19px;
  }
  .sec01_inner{
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .nayami_nekopi_box li p {
    font-size: 22px;
  }
  .nayami_nekopi_box li:first-child {
    max-width: 750px;
  }
  .nayami_nekopi_box li:first-child::before {
    left: 29%;
  }
}
@media screen and (max-width: 1100px) {
  .product_ul li:first-child div{
    width:45%;
  }
}
@media screen and (max-width: 1069px) {
  .nayami_wht_box {
    max-width: 862px;
  }
  .nayami_wht_box ul li {
    align-items: start;
  }
  .nayami_wht_box ul li img.cb {
    margin-top: 3px;
  }
  .nayami_wht_box ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1028px) {
  .product_ul li:first-child {
    display: block;
    text-align: center;
  }
  .product_ul li:first-child div {
    width: 100%;
    width: 100%;
    text-align: justify;
  }
  .product_ul li:first-child img {
    padding-top: 27px;
  }
}
@media screen and (max-width: 995px) {
  .nayami_nekopi_box li:first-child {
    max-width: 650px;
  }
  .nayami_nekopi_box li:first-child::before {
    left: 26%;
  }
}
@media screen and (max-width: 980px) {
  .nayami_wht_box {
    max-width: 650px;
  }
  .nayami_wht_box ul {
    padding-left: 11%;
  }
  .nayami_wht_box ul li {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 895px) {
  .nayami_nekopi_box li:first-child {
    max-width: 530px;
  }
  .nayami_nekopi_box li:first-child::before {
    left: 21%;
  }
}
@media screen and (max-width: 780px) {
  .nayami_nekopi_box img {
    width: 164px;
    height: 248px;
  }
}
@media screen and (max-width: 760px) {
  .nayami_wht_box {
    max-width: 470px;
    padding: 40px 20px
  }
  .nayami_wht_box ul {
    padding-left: 11%;
  }
  .nayami_wht_box::after {
    width: 98px;
    height: 148px;
    right: -33px;
  }
  .nayami_wht_box::before {
    width: 92px;
    height: 143px;
  }
  .nayami_nekopi_box li p {
    font-size: 21px;
  }
  .nayami_nekopi_box li p {
    letter-spacing: 4.5px;
  }
  .nayami_nekopi_box li:first-child {
    max-width: 490px;
  }
  .nayami_nekopi_box li:first-child::before {
    left: 18%;
  }
  .nayami_nekopi_box img {
    width: 154px;
    height: 231px;
  }
}
@media screen and (max-width: 740px) {
  .product_ul li:nth-child(n+2) {
    max-width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .nayami_nekopi_box li:first-child {
    max-width: 370px;
    height: 145px;
    margin-top: 53px;
  }
  .nayami_nekopi_box li:first-child::before {
    left: 12%;
    top: -44px;
    width: 280px;
    height: 45px;
  }
  .nayami_nekopi_box img.nayami_hana {
    left: 45%;
  }
  .nayami_nekopi_box li:first-child {
    background: linear-gradient(-60deg, #1D58B7 20%, #4AACF0);
    background: -moz-linear-gradient(-60deg, #1D58B7 20%, #4AACF0);
    background: -webkit-linear-gradient(-60deg, #1D58B7 20%, #4AACF0);
  }
  .nayami_nekopi_box li:first-child::after {
    border-left: 26px solid #3898db;
  }
}
@media screen and (max-width: 685px) {
  .product_big_title {
    font-size: 100px;
  }
}
@media screen and (max-width: 685px) {
  .nekopi_adjust{
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 585px) {
  .nayami_nekopi_box li:first-child {
    max-width: 250px;
  }
  .nayami_nekopi_box li:first-child::before {
    left: 13%;
    top: -29px;
    width: 184px;
    height: 45px;
  }
  .nayami_nekopi_box img.nayami_hana {
    left: 41%;
  }
  .nayami_nekopi_box li p {
    font-size: 18px;
  }
  .nayami_wht_box {
    max-width: 400px;
    padding: 45px 0px 58px;
  }
  .nayami_wht_box ul li p {
    font-size: 17px;
  }
  .nayami_wht_box ul {
    padding-left: 14%;
  }
  .nayami_wht_box::before {
    width: 82px;
    height: 123px;
    padding-left: 20px;
    left: -28px;
  }
  .nayami_wht_box::after {
    width: 85px;
    height: 129px;
    right: -48px;
    padding-right: 20px;
  }
  .nayami_nekopi_box img {
    width: 134px;
    height: 200px;
  }
  .nayami_nekopi_box li:first-child {
    margin-top: 34px;
  }
}
@media screen and (max-width: 580px) {
  .product_big_title {
    font-size: 80px;
  }
}
@media screen and (max-width: 482px) {
  .product_big_title {
    font-size: 60px;
    padding-top: 17px;
  }
  .nayami_wht_box {
    max-width: 350px;
    padding: 55px 0px 70px;
  }
  .nayami_wht_box ul {
    padding-left: 10%;
  }
  .nayami_wht_box ul li p {
    font-size: 16.5px;
  } 
  .nayami_wht_box::before {
    width: 72px;
    height: 113px;
  }
  .nayami_wht_box::after {
    width: 75px;
    height: 114px;
  }
}
@media screen and (max-width: 470px) {
  .nayami_wht_box {
    max-width: 320px;
    padding: 55px 0px 90px;
  }
  .nayami_wht_box ul li p {
    font-size: 15px;
  }
  .nayami_wht_box ul {
    padding-left: 9%;
  }
  .nayami_wht_box::after {
    right: -40px;
  }
  .nayami_wht_box::before {
    left: -23px;
  }
  .nayami_nekopi_box li:first-child::after {
    border-left: 26px solid #3694d5;
  }
}
@media screen and (max-width: 450px) {
  .nayami_nekopi_box li p {
    font-size: 17px;
    letter-spacing: 3.5px;
  }
  .nayami_nekopi_box li:first-child {
    max-width: 220px;
  }
  .nayami_nekopi_box li:first-child::after {
    right: -40px;
    border-left: 26px solid #2E8FDA;
  }
  .nayami_nekopi_box li:first-child::before {
    left: 9%;
  }
}
@media screen and (max-width: 420px) {
  .nayami_nekopi_box li p {
    font-size: 15px;
    letter-spacing: 3px;
  }
  .nayami_nekopi_box li:first-child {
    max-width: 205px;
    height: 115px;
    margin-top: 30px;
  }
  .nayami_nekopi_box li:first-child::before {
    left: 8%;
    top: -27px;
    width: 172px;
  }
  .nayami_nekopi_box img {
    width: 104px;
    height: 160px;
  }
  .nayami_nekopi_box li:first-child::after {
    right: -30px;
    border-left: 16px solid #2b93e2;
  }
}
@media screen and (max-width: 400px) {
  .nayami_wht_box {
    max-width: 300px;
  }
  .nayami_wht_box ul {
    padding-left: 7%;
  }
  .nayami_wht_box::after {
    right: -36px;
  }
}


/*** 活用事例 ***/

.sec02{
  margin-top: 100px;
  text-align: center;
  background: linear-gradient(white 57%, #EBF7FF 57%);
  position: relative;
}
.sec_sub{
  font-size: 18px;
  color: #4AACF0;
  font-weight: 600;
}
.sec_title{
  font-size: 40px;
  color: #3B8BD8;
  font-weight: 600;
}
.sec_copy_wrapper{
    display: flex;
    justify-content: center;

}
.sec_copy_box{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.sec_copy{
  font-size: 16px;
  max-width: 1020px;
  margin: 35px 0;
  text-align: justify;
  line-height: 1.8;
}
.slick01{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.slick01 li{
  width: 333px;
  height: 283px;
  margin: 42px 20px 60px;
  padding: 20px;
  box-shadow: 3px 0px 9px #00000021;
  text-align: justify;
  background-color: #FFF
}
.slick01 li p{
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.slick-prev{
  left: -5%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #3B8BD8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  color: transparent;
  z-index: 99;
  background: transparent;
}
.slick-next{
  right: -5%;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #3B8BD8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  color: transparent;
  z-index: 99;
  background: transparent;
}
.slide_box{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 60px;
}

@media screen and (max-width: 1165px) {
  .sec02_inner{
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 920px) {
  .slick01 li p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 460px) {
  .slide_box{
    padding: 0 10px;
  }
  .sec_title{
    font-size: 35px;
  }
  .sec_sub {
    font-size: 14px;
  }
}


/*** お客様の声 ***/
.sec03,.sec04,.sec05,.sec06{
  margin-top: 100px;
  text-align: center;
  margin-bottom: 120px;
}
.tab-container{ 
  width: 100%; 
  margin-top: 45px;
}
.tab-togle-group{ 
  display: flex; 
  max-width: 523px;
  margin: -1px auto;
  justify-content: space-between;
}
.tab-toggle{
  width: 100%;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-toggle{ 
  border-radius: 15px 15px 0 0; 
  list-style: none;
  height: 70px;
  font-size: 23px;
  font-weight: 500;
  color: #1D58B7;
  box-shadow: 3px 0px 9px #00000021;
  width: 259px;
}
.tab-toggle.on{ 
  background-color: #1D58B7; 
  color: #FFF;
}
.tab-content{
  text-align: center;
  display: none;
  padding: 80px 0;
}
.tab-content.show{
  display: block;
  position: relative;
  z-index: 100;
}
.tab-content p{
  padding: 0px 0px 0px 28px;
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.tab-content li{
  max-width: 1080px;
  background-color: #fff;
  margin: 0 auto;
  list-style: none;
  padding: 30px 30px;
  text-align: justify;
  display: flex;
}
.tab-content li:nth-child(2){
  margin: 30px auto;
}
.tab-content li img{
  width: 85px;
}
.tab-content{ 
  background: -webkit-linear-gradient(-90deg, #1D58B7 40%, #4AACF0); 
}

@media screen and (max-width: 1165px) {
  .tab-content ul{
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .tab-togle-group {
    display: flex;
    max-width: 350px;
  }
  .tab-toggle {
    width: 49%;
    font-size: 20px;
  }
  .tab-content li {
    display: block;
    text-align: center;
  }
  .tab-content li p{
    text-align: left;
    padding-top: 20px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 450px) {
  .tab-togle-group {
    display: flex;
    max-width: 280px;
  }
  .tab-toggle {
    font-size: 19px;
    height: 60px;
  }
}


/*** PRICE ***/

.sec04_inner{
  max-width: 730px;
  width: 100%;
  background-color: #EBF7FF;
  margin: 35px auto 0;
  padding: 54px 0;
  position: relative;
}
.pro{
  color:#FFF;
  background-color: #4AACF0;
  width: 250px;
  font-size: 20px;
  line-height: 2;
  margin: 0 auto 18px;
  border-radius: 5px;
} 
.price{
  font-size: 5rem;
  font-weight: 500;
  font-family: "myfont", sans-serif;
}
.price_small{
  font-size: 3.5rem;
}
table {
  margin: 35px auto 15px;
  background-color: #FFF;
  max-width: 500px;
  width: 100%;
}
table p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.tbl-r02 th {
  color: #85878E;
  padding: 14px 0px 14px 47px;
  font-size: 1.6rem;
  text-align: left;
}
.tbl-r02 td {
  padding: 10px;
  font-size: 2rem;
  padding: 14px 47px 14px 0px;
  text-align: left;
}
.tbl-r02 .tr_first th {
  padding: 35px 25px 14px 47px;
}
.tbl-r02 .tr_first td {
  padding: 35px 47px 14px 0px;
}
.tbl-r02 .tr_last th {
  padding: 14px 0px 35px 47px;
}
.tbl-r02 .tr_last td {
  padding: 14px 47px 35px 0px;
}
.astarisk{
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.sec04_inner::after{
  position: absolute;
  right: -80px;
  bottom: -50px;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 183px;/*画像の幅*/
  height: 274px;/*画像の高さ*/
  background-image: url("../images/nekopi_011.gif");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .sec04_inner {
    max-width: 640px;
  }
}
@media screen and (max-width: 850px) {
  .sec04_inner::after {
    right: -50px;
    bottom: -35px;
  }
}
@media screen and (max-width: 760px) {
  .sec04_inner::after {
    width: 154px;
    height: 231px;
  }
  .sec04_inner {
    max-width: 600px;
  }
  .price_small {
    font-size: 3rem;
  }
  .price {
    font-size: 4.5rem;
  }
  table {
    margin: 25px auto 15px;
    max-width: 450px;
  }
  .tbl-r02 .tr_first th {
    padding: 35px 25px 14px 35px;
  }
  .tbl-r02 th {
    padding: 14px 0px 14px 35px;
  }
  .tbl-r02 .tr_last th {
    padding: 14px 0px 35px 35px;
  }
  .tbl-r02 .tr_first td {
    padding: 35px 35px 14px 0px;
  } 
  .tbl-r02 td {
    padding: 14px 35px 14px 0px;
  }
  .tbl-r02 .tr_last td {
    padding: 14px 35px 35px 0px;
  }
  .sec04_inner::after {
    right: -10px;
    bottom: -105px;
  }
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
  }
  .tbl-r02 th {
    font-size: 1.4rem;
  }
  .tbl-r02 td {
    font-size: 1.8rem;
  }
  .price {
    font-size: 3.5rem;
  }
  .price_small {
    font-size: 2.5rem;
  }
  .tbl-r02 .tr_first th {
    padding: 35px 15px 14px 30px;
  }
  .tbl-r02 th {
    padding: 14px 0px 14px 30px;
  }
  .tbl-r02 .tr_last th {
    padding: 14px 0px 35px 30px;
  }
  .tbl-r02 .tr_first td {
    padding: 35px 30px 14px 0px;
  }
  .tbl-r02 td {
    padding: 14px 30px 14px 0px;
  }
  .tbl-r02 .tr_last td {
    padding: 14px 30px 35px 0px;
  }
}
@media screen and (max-width: 560px) {
  .sec04_inner::after {
    width: 124px;
    height: 191px;
  }
  .sec04_inner::after {
    right: -10px;
    bottom: -62px;
  }
}
@media screen and (max-width: 526px) {
  .tbl-r02 th {
    font-size: 1.3rem;
  }
  .tbl-r02 td {
    font-size: 1.6rem;
  }
} 
@media screen and (max-width: 490px) {
  .sec04_inner::after {
    bottom: -102px;
  }
}
@media screen and (max-width: 480px) {
  .tbl-r02 {
    width: 85%;
  }
  .tbl-r02 th {
    font-size: 1.2rem;
  }
  .tbl-r02 td {
    font-size: 1.5rem;
  }
  .price {
    font-size: 3rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .astarisk {
    font-size: 1rem;
  }
  .tbl-r02 .tr_first th {
    padding: 30px 15px 0px 20px;
  }
  .tbl-r02 .tr_first td {
    padding: 30px 20px 0px 0px;
  }
  .tbl-r02 th {
    padding: 14px 0px 14px 20px;
  }
  .tbl-r02 td {
    padding: 14px 20px 14px 0px;
  }
  .tbl-r02 .tr_last th {
    padding: 0px 0px 30px 20px;
  }
  .tbl-r02 .tr_last td {
    padding: 0px 20px 30px 0px;
  }
  table {
    margin: 12px auto 15px;
  }
}
@media screen and (max-width: 470px) {
  .sec04_inner::after {
    bottom: -104px;
    right: -1px;
    width: 104px;
    height: 179px;
  }
}
@media screen and (max-width: 420px) {
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
  }
  .tbl-r02 .tr_first td{
    padding: 15px 15px 0px 20px;
  }
  .tbl-r02 th {
    padding: 25px 0px 0px 20px;
  }
  .tbl-r02 td {
    padding: 15px 15px 0px 20px;
  }
  .tbl-r02 .tr_last th {
    padding: 25px 0px 0px 20px;
  }
  .tbl-r02 .tr_last td {
    padding: 15px 0px 30px 20px;
  }
  .price {
    font-size: 2.8rem;
  }
  .pro {
    font-size: 17px;
  }
  .sec04_inner::after {
    bottom: -114px;
    right: -1px;
    width: 104px;
    height: 179px;
  }
}
@media screen and (max-width: 1165px) {
  .sec04_box{
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}


/*** よくある質問 ***/
.accordion {
  margin:0px auto 26px;
  max-width: 1080px;
  width: 100%;
  text-align: justify;
}
.accordion.first_accordion{
  margin-top: 35px;
}
.accordion__title {
  font-size: 15px;
  padding: 13px 30px;
  color: #fff;
  background-color: #4AACF0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.accordion__title span {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 33px;/*画像の幅*/
  height: 39px;/*画像の高さ*/
  background-image: url(../images/q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 0;
  margin-right: 25px;
}
.accordion__title::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}
.accordion__title::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.4s;
}
.accordion__title.show::before {
  opacity: 0;
}
.accordion__title.show::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion__content {
  display: none;
  padding-left: 30px;
  padding-top: 26px;
  align-items: center;
}
.accordion__content span {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 33px;/*画像の幅*/
  height: 39px;/*画像の高さ*/
  background-image: url(../images/a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 0;
  margin-right: 25px;
}
.accordion__text{
  font-size: 1.5rem;
  width: 92%;
  text-align: left;
}
.accordion__content_inner{
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1165px) {
  .sec05_inner{
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .accordion__text {
    font-size: 1.5rem;
    width: 89%;
  }
}
@media screen and (max-width: 535px) {
  .accordion__title {
    padding: 13px 13px;
  }
  .accordion__title span {
    margin-right: 10px;
  }
  .accordion__content {
    padding-left: 13px;
    align-items: normal;
  }
  .accordion__content span {
    margin-right: 10px;
    margin-top: 2px;
  }
  .accordion__text {
    width: 83%;
  }
  .accordion__title span {
    width: 21px;
    height: 24px;
  }
  .accordion__content span {
    width: 21px;
    height: 25px;
  }
  .accordion__title::before {
    right: 14px;
    width: 12px;
  }
  .accordion__title::after {
    right: 13.5px;
    width: 13px;
  }
}
@media screen and (max-width: 472px) {
  .accordion__title {
    font-size: 13px;
  }
}


/*** お問い合わせ ***/
.sec06{
  padding-bottom: 120px;
}
.sec06 table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1080px;
}
.sec06 table p{
  margin: 0 auto;
  text-align: left;
}
.sec06 input[type="submit"],
.sec06 input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.sec06 input[type="text"],
textarea,select {
  background: #E8F0FE;
  display: block;
  font-size: 15px;
  padding: 7px;
  max-width: 378px;
  width: 100%;
  transition: 0.8s;
  border-radius: 3px;
  border: 1px solid #909090;
}
.sec06 .name,.mail_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec06 table .mail_box p{
  margin: 0 0 0 10px;
  font-weight: 500;
}
.sec06 .name label {
  width: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
}
.sec06 .name.kana label {
  width: 32px;
  font-size: 1.6rem;
  margin-right: 5px;
}
.sec06 .name input[type="text"] {
  max-width: 140px;
  width: 100%;
  margin-right: 23px;
}
.sec06 input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 120px;
}
.sec06 input::placeholder,
textarea::placeholder {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.sec06 .form-table {
  width: 100%;
}
.sec06 .form-table th,
.sec06 .form-table td {
  border-bottom: 1px solid #C2CCD9;
  padding: 20px;
}
.sec06 .form-table th.last,
.sec06 .form-table td.last{
  border-bottom: none;
}
.sec06 .form-table th {
  background: #EBF7FF;
  padding-left: 30px;
  position: relative;
  text-align: left;
  width: 393px;
  color: #3B8BD8;
  font-size: 1.6rem;
}
.sec06 .form-table th.naiyou {
  vertical-align: top;
}
.required{
  background-color: #4AACF0;
  color: #FFF;
  padding: 4px 14px;
  font-size: 14px;
  border-radius: 3px;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 36%;
}
.sec06 .form-table th.naiyou .required{
  top: 13%;
}
.privacy{
  max-width: 1080px;
  width: 100%;
  text-align: left;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
}
.privacy input{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.privacy label{
  font-size: 1.6rem;
    line-height: 1.5;
}
.privacy a{
  color: #4AACF0;
}
.text_box{
  display: flex;
  justify-content: left;
}
.text_box textarea{
  max-width: 100%;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
.sec06 table{
  border-top: 2px solid #C2CCD9;
  border-bottom: 2px solid #C2CCD9;
}

@media screen and (max-width: 1165px) {
  .sec06_inner{
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .sec06 .form-table th {
    width: 300px;
  }
}
@media screen and (max-width: 885px) {
  .sec06 .form-table th {
    width: 290px;
  }
  .sec06 table .mail_box p {
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 870px) {
  .sec06 .form-table th,
  .sec06 .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .sec06 .form-table td.name{
    display: flex;
  }
  .sec06 .form-table th,.sec06 .form-table td.name,.sec06 .form-table td{
    padding-left: 15px;
  }
  .sec06 .name label {
    width: 16px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  .sec06 .name.kana label{
    width: 28px;
    font-size: 1.4rem;
  }
  .sec06 table .mail_box{
    display: flex;
    padding-right: 0px;
  }
  .sec06 table .mail_box p{
    font-size: 1.4rem;
  }
  .sec06 .form-table th.naiyou .required {
    top: 33%;
  }
}
@media screen and (max-width: 550px) {
  .sec06 table .mail_box{
    display: block;
    max-width: 378px;
  }
  .sec06 table .mail_box p{
    text-align: end;
    margin-right: -8px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 495px) {
  .sec06 .name input[type="text"] {
    margin-right: 15px;
    max-width: 80px;
    width: 100%;
  }
  .sec06 .form-table td.name {
    padding-right: 0px;
  }
}
@media screen and (max-width: 460px) {
  .sec06 table .mail_box{
    padding-right: 20px;
    max-width: 100%;
  }
}


/*** フッター周り ***/

.ft_box{
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #707070;
}
.ft_box img{
  max-width: 392px;
  width: 100%;
  margin: 0 auto;
}
.ft_box ul{
  max-width: 570px;
  width: 100%;
  display: flex;
  margin: 10px auto 53px;
  justify-content: center;
  align-items: center;
}
.ft_box ul li{
  list-style: none;
  padding-right: 35px;
  padding-left: 35px;
  border-right: 1px solid #2F334C;
  height: 45px;
  display: flex;
  align-items: center;
}
.ft_box ul li:first-child{
  padding-left: 0px;
}
.ft_box ul li:last-child{
  padding-right: 0px;
  padding-left: 35px;
  border-right: none;
}
.ft_box ul li a{
  font-size: 1.5rem;
  font-weight: 600;
  display: table;
  line-height: 1.5;
}
.ft_box ul li a small{
  color:#4AACF0;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
@media screen and (max-width: 960px) {
  .ft_box ul li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ft_box ul li:first-child {
    padding-left: 0px;
  }
  .ft_box ul li:last-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 870px) {
  footer::after {
    margin-right: 20px;
  }
}
@media screen and (max-width: 785px) {
  footer::after {
    width: 100px;
    height: 153px;
  }
}
@media screen and (max-width: 678px) {
  .ft_box ul li a {
    font-size: 1.3rem;
  }
  .ft_box ul li {
    padding-right: 17px;
    padding-left: 17px;
  }
  .ft_box ul li:first-child {
    padding-left: 0px;
  }
  .ft_box ul li:last-child {
    padding-left: 17px;
  }
  .ft_box img {
    max-width: 300px;
  }
}
@media screen and (max-width: 615px) {
  footer::after {
    width: 82px;
    height: 123px;
  }
}
@media screen and (max-width: 600px) {
  .ft_box ul {
    margin: 10px auto 72px;
  }
  .ft_box ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 420px) {
  .ft_box ul {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 262px;
  }
  .ft_box ul li:first-child{
  width: 100%;
  display: flex;
  justify-content: center;
  border-right: none;
  padding-bottom: 10px;
  padding-right: 0px;
  }
}


/*** ボタン ***/
.btn{
  background: -webkit-linear-gradient(45deg, #F8B42C 30%, #EC6117);
  border-radius: 25px;
  width: 258px;
  height: 50px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.btn a{
  color: #FFF;
  font-weight: 600;
  padding: 15px 50px;
}
.btn::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../images/otoiawase_tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 0;
  right: 17px;
}
.cnfrm_btn{
  background: -webkit-linear-gradient(45deg, #F8B42C 30%, #EC6117);
  border-radius: 25px;
  width: 258px;
  height: 50px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  color: #FFF;
  border: none;
}
.cnfrm_btn::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../images/otoiawase_tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 0;
  right: 17px;
}