@charset "UTF-8";


@media all and (min-width:751px) {

    .pc_only {
      display: block;
    }
    .sp_only {
      display: none !important;
    }
  }

  @media all and (min-width: 751px) and (max-width: 999px){
    .u-hide-tab{
      display: none;
    }
  }
  

  @media all and (max-width:750px) {

    .pc_only {
      display: none !important;
    }
    .sp_only {
      display: block;
    }
  }


#pr_matching{
    font-weight: normal;
    line-height: 1.75;
    font-size: 16px;
    margin-top: -7px;
   
    font-family: 'Noto Sans CJK JP','Noto SansJP';

    position: relative;

} 
#pr_matching .wrapper{
    width: 80%;
   max-width: 1240px;
    margin: 0 auto;
    padding: 60px 20px 30px;
}

@media screen and (max-width:768px) {
    #pr_matching .wrapper{
        width: 100%;
        padding: 60px 10px 30px;
    }
}



#pr_matching .label {
text-align: center;
font-style: normal;
font-weight: bold;
font-size: 30px;
margin: 28px 0;
}

#pr_matching .red {
  color: #DA444F;
}



@media screen and (max-width: 768px){

  #pr_matching .label {
    font-size: 24px;
    margin: 0px 0 28px;
    }


}

/*==================================
01 head
===================================*/

#pr_matching #head .body{
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content:center;
  align-items: center;
  height: 72px;
  position: relative;

}

#pr_matching #head .body img{
  width: 200px;
}


#pr_matching #head a {
  display: flex;
  opacity: 1!important;
  width: 210px;
  height: 36px;
  color: #fff;
  background: #DA444F;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 0.8em;
  transform: translate(0, -50%);
  margin-top: 2px;
}

#pr_matching #head .long {
  width: 350px;
}

#pr_matching #head a.long {
  background-color: #FA898D;
}


#pr_matching #head  svg {
  stroke: #fff;
  margin-top: 10px;
  margin-right: 15px;
}

#pr_matching #head  .mvbtn{
margin: auto;
}

#pr_matching #head  a:hover {
  background: #FA898D;
}


@media screen and (max-width: 736px){

  #pr_matching #head .body{
    height: 50px;
  }

  #pr_matching #head a {
    display: none;
  }

  #pr_matching #head .body img{
    width: 100px;
margin-top: 7px;
  }
  

}


/*==================================
02 pr_mv■■■■■■■■■■■■■■■■■■■
===================================*/
#pr_matching #pr_mv .body{
  background-image: url(../img/pr_matching/pr_02.png);
  background-repeat: no-repeat;
  background-size:cover;
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
  height: 614px;
  background-color: #FFF;
}

#pr_matching #pr_mv .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}

#pr_matching #pr_mv .boxlayout {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 10px 10px 10px ;
  width: 600px;
}

#pr_matching #pr_mv .subtitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
}

#pr_matching #pr_mv .title {
  font-size: 42px;
  font-weight: bold;
}

#pr_matching #pr_mv .minititle {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}



#pr_matching #pr_mv .img {
margin: 32px 0;
  width: 394px;
}

#pr_matching #pr_mv .mvbtn_text {
  margin: 0px 0 5px;
  width: 330px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: row;
}

#pr_matching #pr_mv .mvbtn_text:before, #pr_matching #pr_mv .mvbtn_text:after {
  content: "";
  display: block;
  width: 20px;
  height: 1.2em;
  margin: 0 -5px 8px;
  border-bottom: 3px dotted rgb(18, 50, 97);
}

#pr_matching #pr_mv .mvbtn_text:before{
  transform: rotate(45deg);
  margin-top: 0px;
}
#pr_matching #pr_mv .mvbtn_text:after{
  transform: rotate(-45deg);
  margin-top: 0px;
}



#pr_matching #pr_mv a {
  display: flex;
  opacity: 1!important;
  width: 330px;
  height: 64px;
  color: #fff;
  background: #DA444F;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  transition: all 0.2s ease-out;
}

#pr_matching #pr_mv .mvbtn{
margin: auto;
}

#pr_matching #pr_mv a:hover {
  background: #FA898D;
}


@media screen and (max-width: 736px){

  #pr_matching #pr_mv .body{
    padding: 20px 20px 10px ;
    height: 540px;

  }

  #pr_matching #pr_mv .wrapper {
    padding: 00px 0px 10px ;
  }


  #pr_matching #pr_mv .boxlayout {
    padding: 10px 10px 10px 10px;
    width: 100%;
  }

  #pr_matching #pr_mv .swipebtn{
display: none;
  }

  #pr_matching #pr_mv .img {
    width: 100%;
    }

  #pr_matching #pr_mv .minititle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
  }

  #pr_matching #pr_mv .subtitle {
    font-size: 14px;
    font-weight: bold;
  }


  #pr_matching #pr_mv .title {
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 48px;
  }

  #pr_matching #pr_mv .img {
    margin: 32px auto;
      width: 80%;
    }
  #pr_matching #pr_mv a {
    height: 48px;
  }

  #pr_matching #pr_mv .mvbtn_text {
    margin: 0px auto 5px;
  }

  #pr_matching #pr_mv a {
    margin: 0px auto 5px;
  }

}

/*==================================
03 pr_worries 悩み
===================================*/
#pr_matching #pr_worries .body{
  background-image: url(../img/pr_matching/pr_03bg.png);
  background-repeat: no-repeat;
  background-size:cover;
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
  background-color: #FFF;
}

#pr_matching #pr_worries .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}

#pr_matching #pr_worries .box3 {
display: flex;
flex-direction: row;
height: 380px;
margin-bottom: 50px;
  }

  #pr_matching #pr_worries .box {
width: 33%;
  }


  #pr_matching #pr_worries .box.low{
margin: auto 0 0;
      }

@media screen and (max-width: 736px){

  #pr_matching #pr_worries .box3 {
    flex-direction: row;
    margin-bottom: 100px;
    position: relative;
    height: 280px;
  }

  #pr_matching #pr_worries .box {
    width: 48%;
    margin: 0 auto;
      }

  #pr_matching #pr_worries .box.low{
    margin: 0 auto;
  }

  #pr_matching #pr_worries .box.spabs{
    position: absolute;
 
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }


}
/*==================================
04 pr_about 説明
===================================*/
#pr_matching #pr_about .body{
  background: linear-gradient(105.05deg, rgba(242, 247, 253, 0.8) 0%, rgba(224, 237, 255, 0.8) 100%);
  color: #002265;
  position: relative;
  margin-top: 20px;
  padding: 40px 20px 10px ;
}

#pr_matching #pr_about .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

#pr_matching #pr_about .speechbox {
position: absolute;
top: -90px;
left: 50%;
transform: translate(-50%, 0);
}


#pr_matching #pr_about .widetext {
  margin: 0px 0 10px;
  width: 480px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: row;
  font-weight: bold;

}
#pr_matching #pr_about .widetext:before, #pr_matching #pr_about .widetext:after {
  content: "";
  display: block;
  width: 20px;
  height: 1.2em;
  margin: 0 -10px 8px;
  border-bottom: 3px dotted rgb(18, 50, 97);
}

#pr_matching #pr_about .widetext:before{
  transform: rotate(45deg);
  margin-top: 0px;
}
#pr_matching #pr_about .widetext:after{
  transform: rotate(-45deg);
  margin-top: 0px;
}

#pr_matching #pr_about .speech{
  background: #002265;
border-radius: 87.027px;
color: #fff;
font-size: 22px;
width: 480px;
display: flex;
align-items: center;
justify-content: center;
height: 70px;
position: relative;
}

#pr_matching #pr_about .speech:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #002265;;
}



#pr_matching #pr_about .box {
  margin: 32px auto;
  width: 90%;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #E6F0FF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

#pr_matching #pr_about .imgbox {
display: flex;
flex-direction: row;
}

#pr_matching #pr_about .img {
width: 30%;
margin: 0 10px;
display: flex;
align-items: center;
}

#pr_matching #pr_about p {
  margin: 10px 10px;
  }

  #pr_matching #pr_about .speechbox {
    top: -80px;
    }

  @media screen and (max-width: 736px){
    #pr_matching #pr_about .widetext {
      width: 350px;
    }
    #pr_matching #pr_about .speech{
      width: 350px;
      font-size: 1.2em;
      height: 48px;
    }

    #pr_matching #pr_about .box {
      width: 100%;
      padding: 10px 0;
    }

}
/*==================================
05 pr_feature 特徴
===================================*/
#pr_matching #pr_feature .body{
  background-image: url(../img/pr_matching/pr_03bg.png);
  background-repeat: no-repeat;
  background-size:cover;
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
  background-color: #FFF;
}

#pr_matching #pr_feature .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}

#pr_matching #pr_feature .box {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  width: 800px;
  margin: 0 auto;
  font-weight: bold;
}

#pr_matching #pr_feature .besidebox {

  display: flex;
  flex-direction: row;
}

#pr_matching #pr_feature .imgbox {
  width: 370px;

}

#pr_matching #pr_feature .textbox {
  width: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
}

#pr_matching #pr_feature .textbox div{
  display: inline-block;
}

#pr_matching #pr_feature .small {
font-size: 0.8em;
white-space: nowrap;
}



@media screen and (max-width: 736px){


  #pr_matching #pr_feature .box {
    width: 100%;
  }

  #pr_matching #pr_feature .besidebox {
    flex-direction: column;
    margin-bottom: 60px;
  }

  #pr_matching #pr_feature .besidebox.rev {
    flex-direction: column-reverse;
  }


  #pr_matching #pr_feature .textbox {
    width: 100%;
    margin-bottom: 20px;

  }

  #pr_matching #pr_feature .imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #pr_matching #pr_feature .imgbox img {
    width: 80%;
    margin: 0 auto;
  
  }
}

/*==================================
06 pr_bar
===================================*/
#pr_matching #pr_bar .body{
  background-color: #002265;
  color: #fff;
  position: relative;
  padding: 20px 20px 10px ;
}

#pr_matching #pr_bar .body.pink{
  background:#FA898D;
}

#pr_matching #pr_bar .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
align-items: center;
justify-content: center;
}

#pr_matching #pr_bar .title {
font-size: 36px;
line-height: 1em;
}


#pr_matching #pr_bar  a {
  display: flex;
  opacity: 1!important;
  width: 330px;
  height: 64px;
  color: #002265;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  position: relative;
  margin-left: 80px;
  margin-top: 20px;
  transition: all 0.2s ease-out;
  font-weight: bold;
}

#pr_matching #pr_bar  .mvbtn{
margin: auto;
}


#pr_matching #pr_bar  .circle{
position: absolute;
background: #F2A5AC;
border-radius: 50%;
border: #fff 0px solid;
width: 45px;
height: 45px;
font-size: 0.8em;
display: flex;
justify-content: center;
align-items: center;
line-height: 1.2em;

color: #fff;
top: -20px;
left: -20px;
}


#pr_matching #pr_bar  a::before,
#pr_matching #pr_bar  a::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  border-bottom: 3px solid rgb(18, 50, 97);
}

#pr_matching #pr_bar a::before{
  transform: translate(0, -50%);
  right:0;
  top:50%;
  border-bottom: 3px solid #000;
}

#pr_matching #pr_bar a::after{
  transform: translate(0, -50%);
  right:-30px;
  top:50%;
  border-bottom: 3px solid #fff;
}

#pr_matching #pr_bar a:hover {
  opacity: 0.8!important;
}
@media screen and (max-width: 736px){

  #pr_matching #pr_bar .wrapper {
    flex-direction: column;
  }

  #pr_matching #pr_bar  a {
    margin:20px auto;
    width: 300px;
    height: 48px;
  }

  #pr_matching #pr_bar .text {
    font-size: 14px;
    line-height: 1.6em;
    }

  #pr_matching #pr_bar  .title {
font-size: 6vw;
  }

}
/*==================================
07 pr_genre ジャンル
===================================*/
#pr_matching #pr_genre .body{
  background: linear-gradient(102.75deg, rgba(242, 247, 253, 0.8) 0%, rgba(224, 237, 255, 0.8) 100%);
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;

}

#pr_matching #pr_genre .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}



#pr_matching #pr_genre ul{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	justify-content: center;
}
#pr_matching #pr_genre li{
	width: 184px;
  height: 184px;
  background: rgba(255, 255, 255, 0.9);
  display: block;
	border:0px solid #000;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;

}

#pr_matching #pr_genre li img{
  margin: 40px 32px 10px;
  height: 60px;
}


@media screen and (max-width: 736px){

  #pr_matching #pr_genre li{
    width: 48%;
  }
  
}

/*==================================
08 pr_choice チョイス
===================================*/
#pr_matching #pr_choice .body{
  background-image: url(../img/pr_matching/pr_03bg.png);
  background-repeat: no-repeat;
  background-size:cover;
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
  text-align: center;
  background-color: #FFF;
}

#pr_matching #pr_choice .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}


#pr_matching #pr_choice .box {
  margin: 60px 0;
display: flex;
flex-direction: row;
}

#pr_matching #pr_choice .imgbox {
width: 55%;
margin-right: 50px;
}

#pr_matching #pr_choice .textbox {
  width: 40%;
display: flex;
flex-direction: column;
margin: 40px 0;

}

#pr_matching #pr_choice .besidebox {
position: relative;
background: rgba(255, 255, 255, 0.9);
border: 2px solid #E6F0FF;
border-radius: 10px;
width: 100%;
height: 59px;
display: flex;
align-items: center;
margin: 12px 0;
text-align: left;
padding-left: 70px;
}

#pr_matching #pr_choice .iconbox {
  background: #F2F7FD;
  position: absolute;
  border-radius: 50%;
  border: #fff 0px solid;
  width: 65px;
  height: 65px;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
  color: #fff;
top: -5px;
left: -20px;
  }
  
  #pr_matching #pr_choice .iconbox img{
    width: 25%;
        }
    
  @media screen and (max-width: 736px){

    #pr_matching #pr_choice .box {
    flex-direction: column;
    }
    
    #pr_matching #pr_choice .imgbox {
      width: 100%;
      margin-right: 0px;
    }


    #pr_matching #pr_choice .textbox {
      width: 100%;
      margin: 20px 0;
    }

    #pr_matching #pr_choice .box {
      margin: 60px 0 20px;
    }

    #pr_matching #pri_about li img{
      height: 60px;
      margin: 30px auto;
      }


      #pr_matching #pr_choice .besidebox {
        padding-right: 20px;
        font-size: 0.8em;
        }

  }

/*==================================
09 pr_deal お得
===================================*/
#pr_matching #pr_deal .body{
  background: linear-gradient(102.75deg, rgba(242, 247, 253, 0.8) 0%, rgba(224, 237, 255, 0.8) 100%);
  color: #002265;
  position: relative;
  padding: 60px 20px 60px ;
}

#pr_matching #pr_deal .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}


#pr_matching #pr_deal .box {
width: 100%;
background: rgba(255, 255, 255, 0.9);
border: 2px solid #E6F0FF;
border-radius: 20px;
display: flex;
justify-content: center;
flex-direction: column;
}

#pr_matching #pr_deal .boxtitle {
  background: #EAEAEA;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  font-weight: bold;
}

  #pr_matching #pr_deal .imgbox {
  width: 100%;
  padding: 40px 30px;
  }

  #pr_matching #pr_deal .bottombox {
  width: 100%;
  padding: 30px 30px;
  }

  #pr_matching #pr_deal .besidebox {
display: flex;
flex-direction: row;
height: 65px;
  }

  #pr_matching #pr_deal .textbox {
display: flex;
    text-align: center;
    width: 20%;
    flex-direction: column;
  }
  #pr_matching #pr_deal .textbox div{
    height: 50%;
    font-size: 0.7em;
border-bottom: #002265 2px dotted;
  }

  #pr_matching #pr_deal .textbox p{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 50%;
    line-height: 1.0em;

  }

  #pr_matching #pr_deal .symbol {
    width: 6%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
  }

  #pr_matching #pr_deal .fontbold {
    font-weight: bold;
    margin: auto 6px 0;
    font-size: 1.2em;
  }

  #pr_matching #pr_deal .pink {
    color: #DA444F;
  }

  #pr_matching #pr_deal .small {
    font-size: 0.4em;
    margin: auto 0 -2px;
  }

#pr_matching #pr_deal .boxtitle.c02 {
  background: #002265;
  color: #fff;
  }

  #pr_matching #pr_deal .text {
text-align: right;
    }

@media screen and (max-width:768px) {
  #pr_matching #pr_deal .besidebox {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 100%;
  }
  #pr_matching #pr_deal .textbox {
    width: 60%;
    margin: 10px auto;
  
  }


  #pr_matching #pr_deal .textbox div{
    height: 30px;
  }

  #pr_matching #pr_deal .textbox p{
    height: 30px;
  }
  #pr_matching #pr_deal .symbol {
    transform: rotate(90deg);
  }


}

/*==================================
10 pr_step ステップ
===================================*/
#pr_matching #pr_step .body{
  background-image: url(../img/pr_matching/pr_03bg.png);
  background-repeat: no-repeat;
  background-size:cover;
  color: #002265;
  position: relative;
  padding: 60px 20px 60px ;
  background-color: #FFF;
}

#pr_matching #pr_step .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

#pr_matching #pr_step .box {
margin-top: 20px;

}

#pr_matching #pr_step .besidebox {
  display: flex;
  flex-direction: row;
}

#pr_matching #pr_step .textbox {
  width: 23%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

#pr_matching #pr_step .textbox p{
  margin: 15px;
}

#pr_matching #pr_step .textbox .icon{
  background: #002265;
  border-radius: 50%;
  border: #fff 0px solid;
  width: 36px;
  height: 36px;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  z-index: 200;
  position: relative;

  }


  #pr_matching #pr_step .bar {
    position: absolute;
    content: "";
    display: block;
    width: 110%;
    height: 1.2em;
    margin: 0 -10px 8px;
    border-bottom: 3px dotted rgb(18, 50, 97);
    top: 0;
    left: 50%;
  }


#pr_matching #pr_step .imgbox {
width: 23%;
margin: 0 8px;
}


#pr_matching #pr_step .imgbox_sp {

  
  }

@media screen and (max-width: 736px){

  #pr_matching #pr_step .besidebox {
    flex-direction: column;
  }

  #pr_matching #pr_step .bar {
    display: none;
  }


  #pr_matching #pr_step .textbox .iconline:after{
    position: absolute;
    content: "";
    display: block;
    width: 110%;
    height: 1.2em;
    margin: 0 -10px 8px;
    border-bottom: 3px dotted rgb(18, 50, 97);
    top: 90px;
    left: 40%;
    transform: rotate(90deg);  
    }

  #pr_matching #pr_step .textbox {
    width: 80%;
    

  }
  #pr_matching #pr_step .pcimage {

    display: none;
  }

  #pr_matching #pr_step .imgbox_sp {
    display: flex;
    width: 80%;
    margin: 15px auto 0;
  }

  #pr_matching #pr_step .textbox p{
    margin: 5px 0 35px;
  }


    }

/*==================================
12 pri_mv■■■■■■■■■■■■■■■■■■■
===================================*/

#pr_matching #pri_mv .body{
  background-image: url(../img/pr_matching/pr_12.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: right top;
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
  height: 614px;
  background-color: #fff;
}

#pr_matching #pri_mv .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

#pr_matching #pri_mv .boxlayout {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 100px 10px 10px 100px;
  width: 720px;
  height: 540px;
  background-image: url(../img/pr_matching/pr_12a.png);
  background-repeat: no-repeat;
  background-size:cover;
}

#pr_matching #pri_mv .minititle {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}


#pr_matching #pri_mv .subtitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;

}

#pr_matching #pri_mv .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 20px 0;
}

#pr_matching #pri_mv .img {
  margin: 32px 0;
  width: 394px;
}

#pr_matching #pri_mv a {
  display: flex;
  opacity: 1!important;
  width: 330px;
  height: 64px;
  color: #fff;
  background: #FA898D;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  margin-top: 30px;
}

#pr_matching #pri_mv a:hover {
  background: #FFD2D4;
}

#pr_matching #pri_mv .mvbtn{
  margin: auto;
}

#pr_matching #pri_mv .swipebtn{
  position: absolute;
  width: 25px;
  height: 91px;
  left:40px;
  bottom: 80px;
}
  
@media screen and (max-width: 736px){

  #pr_matching #pri_mv .body{
    padding: 20px 20px 10px ;
    background-position: right top;
    height: 530px;
    background-size:130%;
  }

  #pr_matching #pri_mv .boxlayout {
    padding: 10px 10px 10px 10px;
    width: 100%;
  }

  #pr_matching #pri_mv .swipebtn{
display: none;
  }



  #pr_matching #pri_mv .wrapper {
    padding: 00px 0px 10px ;
  }

  #pr_matching #pri_mv .minititle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
  }

  #pr_matching #pri_mv .subtitle {
    font-size: 14px;
    font-weight: bold;
  }


  #pr_matching #pri_mv .title {
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 48px;
  }



  #pr_matching #pri_mv a {
    margin: 30px auto 0;
    height: 48px;
  }


}

/*==================================
13 pri_about
===================================*/

#pr_matching #pri_about .body{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE9E9 72.92%);
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
}

#pr_matching #pri_about .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}

#pr_matching #pri_about .box {
display: flex;
flex-direction: row;
margin-bottom: 60px;
text-align: center;

}

#pr_matching #pri_about .imgbox {
width: 40%;
}

#pr_matching #pri_about .textbox {
  margin-top: 100px;
  width: 60%;
  padding-left: 60px;
  }
  

#pr_matching #pri_about .label {
position: relative;
}
    
#pr_matching #pri_about .labelimg {
position: absolute;
width: 25%;
right: -100px;
bottom:-60px;

}


#pr_matching #pri_about ul{
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  justify-content: center;
}
#pr_matching #pri_about li{
  width: 184px;
  height: 184px;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  border:0px solid #000;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;

}

#pr_matching #pri_about li img{
margin: 40px 32px 10px;
height: 60px;
}

@media screen and (max-width: 736px){

  #pr_matching #pri_about .body{
    padding: 40px 20px 10px ;
  }
  

  #pr_matching #pri_about .textbox {
    margin-top: 00px;
      }

  #pr_matching #pri_about .box {
    flex-direction: column-reverse;
  }

  #pr_matching #pri_about li{
    width: 48%;
  }

  #pr_matching #pri_about .imgbox {
    width: 100%;
  }
    
  #pr_matching #pri_about .textbox {
    width: 100%;
    padding-left: 0px;
  }

  #pr_matching #pri_about .imgbox {
    width: 100%;
    display: flex;
    }

  #pr_matching #pri_about img {
    height: 180px;
    margin: 10px auto;
    
    }

  #pr_matching #pri_about li img{
    height: 70px;
    margin: 30px auto;
    }

  #pr_matching #pri_about .labelimg {
      display: none;
    }


}
/*==================================
14 pri_feature dekirukoto

===================================*/

#pr_matching #pri_feature .body{

  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
}

#pr_matching #pri_feature .wrapper {
  background-image: url(../img/pr_matching/pr_14.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}



#pr_matching #pri_feature .box {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  width: 800px;
  margin: 0 auto;
  font-weight: bold;
}

#pr_matching #pri_feature .besidebox {

  display: flex;
  flex-direction: row;
}

#pr_matching #pri_feature .imgbox {
  width: 370px;

}

#pr_matching #pri_feature .imgbox img {
  width: 80%;
  margin: 0 30px;

}

#pr_matching #pri_feature .textbox {
  width: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#pr_matching #pri_feature a {
  display: flex;
  opacity: 1!important;
  width: 330px;
  height: 64px;
  color: #fff;
  background: #FA898D;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  margin:60px auto 60px;
  transition: all 0.2s ease-out;
}

#pr_matching #pri_feature  a:hover {
  background: #FFD2D4;
}

#pr_matching #pri_feature .mvbtn{
margin: auto;
}

@media screen and (max-width: 736px){


  #pr_matching #pri_feature .box {
    width: 100%;
  }

  #pr_matching #pri_feature .textbox {
    margin-bottom: 20px;
  }



  #pr_matching #pri_feature .besidebox {
    flex-direction: column;
    margin-bottom: 40px;
  }

  #pr_matching #pri_feature .besidebox.rev {
    flex-direction: column-reverse;
  }


  #pr_matching #pri_feature .textbox {
    width: 100%;
  }

  #pr_matching #pri_feature .imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #pr_matching #pri_feature .imgbox img {
    width: 40%;
    margin: 0 auto;
  
  }

  #pr_matching #pri_feature a {
    height: 48px;
    margin:0px auto 60px;      }
}
/*==================================
15 pri_step ステップ 
===================================*/

#pr_matching #pri_step .body{
  background:#FFE9E9;
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
}

#pr_matching #pri_step .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}


#pr_matching #pri_step .box {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  }

#pr_matching #pri_step .box4 {
  width: 23%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
  padding: 40px;
  padding-top: 60px;
  position: relative;
}

#pr_matching #pri_step .box4 p{
  margin-top: 20px;
  }

#pr_matching #pri_step  .icon{
  background: #002265;
  border-radius: 50%;
  border: #fff 0px solid;
  width: 36px;
  height: 36px;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  z-index: 200;
position: absolute;
top: 15px;
left: 50%;
transform: translate(-50%,0);
  }

  @media screen and (max-width: 736px){

    #pr_matching #pri_step .box {
      flex-direction: column;
      margin-bottom: 20px;
      }


      #pr_matching #pri_step .box4 {
        width: 80%;
        height: 250px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
      }

      #pr_matching #pri_step .box4 img{
        width: 50%;
        margin: 0 auto;
      }

  }

/*==================================
16 pri_user お客様 
===================================*/

#pr_matching #pri_user .body{
  color: #002265;
  position: relative;
  padding: 60px 0px 40px ;
}

#pr_matching #pri_user .wrapper {
  position: relative;
  padding: 00px 0px 10px ;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}



/*
swiper　関連
*/

#pr_matching #pri_user .swiper-container{
}

#pr_matching #pri_user  .swiper-wrapper{
  width: 1080px;
}

#pr_matching #pri_user  .swiper-slide{
  width: 420px;
  height: 234px;
  margin: 0 0px;
  padding: 0 10px;
}

#pr_matching #pri_user  .swiper-box{
  display: flex;
  flex-direction: column;
  border: solid 0px #fff;
  background: #fff;
  width: 180px;
  height: 240px;
}

#pr_matching #pri_user  .swiper-box .boxtop{
padding: 5px 5px 0px;
height: 30px;
}

#pr_matching #pri_user  .swiper-box .boxbottom{
  padding: 5px;
  }
  


#pr_matching #pri_user  .img_box{
  display: flex;

}
#pr_matching #pri_user  .swiper-box img{
}


* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 520px;

}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
  padding: 0 20px;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
  padding: 0 20px;
}

.swiper-scrollbar-drag{
display: none;
background: linear-gradient(90deg, #0E2A98 , #2E70CC )!important;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
  display: none;
}


#pr_matching #pri_user .linkbtn {
  display: flex;
  opacity: 1!important;
  width: 330px;
  height: 64px;
  color: #fff;
  background: #FA898D;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  margin:60px auto 60px;
  transition: all 0.2s ease-out;
}

#pr_matching #pri_user a:hover {
  background: #FFD2D4;
}

#pr_matching #pri_user .mvbtn{
margin: auto;
}



/*==================================
16 共有　offerリスト
===================================*/


/*==================================
19 prs_swiper スライド
===================================*/

#pr_matching #pri_swiper .body{
  position: relative;
  padding: 60px 00px 10px ;
  background-color: #FFF;
}

#pr_matching #pri_swiper .wrapper {
  position: relative;
  padding: 00px 00px 10px ;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 736px){

  #pr_matching #pri_swiper .body{

    padding: 20px 00px 10px ;

  }
  #pr_matching #pri_swiper .wrapper {
    position: relative;
    width: 100%;
    padding: 0px 0px 0px;
  }
}


/*
swiper　関連
*/

#pr_matching #pri_swiper .swiper-container{
  height: 380px;
}

#pr_matching #pri_swiper.swiper-wrapper{
  width: 2160px;
}

#pr_matching #pri_swiper .swiper-slide{
  width: 420px;
  height: 370px;
  margin: 0 0px;
  padding: 0 10px;
}

#pr_matching #pri_swiper .swiper-box{
  display: flex;
  flex-direction: column;
  border: solid 0px #fff;
  border-radius: 20px;
  background: #fff;

  width: 320px;
  height: 370px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);

}

#pr_matching #pri_swiper .img_box{
  display: flex;
  height: 200px;

}
#pr_matching #pri_swiper .swiper-box img{
  border-radius: 20px 20px 0 0;
  height: 185px;
  border-bottom: 6px solid #102651;
  object-fit: cover;
}


#pr_matching #pri_swiper .box_text{
margin: 10px 20px;
display: flex;
flex-direction: column;
position: relative;
}

#pr_matching #pri_swiper .title{
  font-size: 17px;
  font-weight: bold;
  color: #102651;
  margin-bottom: 5px;
  height: 45px;
  line-height: 1.1em;
}

#pr_matching #pri_swiper .category{
  font-size: 12px;
  color: #102651;
}

#pr_matching #pri_swiper .category span{
padding: 5px 10px;
  border-radius: 99.933px;
  background: #F4F4F4;
}

#pr_matching #pri_swiper dl{
display: flex;
flex-wrap: wrap;
align-items: stretch;	
width: 100%;
border: 1px solid #ccc;
border-bottom: none;
margin-top: 15px;
border-radius: 5px;
}
#pr_matching #pri_swiper dl dt{
background: #f5f5f5;
padding: 5px;
width: 100px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #002265;
font-weight: bold;
}
#pr_matching #pri_swiper  dl dd{
background: #fff;
padding: 5px;
width: calc(100% - 100px);
border-bottom: 1px solid #ccc;
font-weight: bold;
}




#pr_matching #pri_swiper .box_company{
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: bold;
}
#pr_matching #pri_swiper .box_company img{
width: 20px!important;
height: 20px!important;
border-bottom: 0px solid #102651;
margin-right: 5px;
}



/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 520px;

}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
  padding: 0 20px;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
  padding: 0 20px;
}

.swiper-scrollbar-drag{

background: linear-gradient(90deg, #0E2A98 , #2E70CC )!important;
}

@media screen and (max-width:736px) {

/* 未使用
  #pr_matching #pri_swiper.box_layout{
    width: 100%;
    flex-direction: column;
    margin-left: 0px;
  }
*/

#pr_matching #pri_swiper .swiper-container{
  height: 405px;
}

#pr_matching #pri_swiper .swiper-wrapper{
  width: 100%;
}

#pr_matching #pri_swiper .swiper-slide{
  height: 400px;
}

#pr_matching #pri_swiper .swiper-box{
width: 100%;
height: 400px;
}

#pr_matching #pri_swiper .img_box{
  display: flex;
  height: 230px;
}

#pr_matching #pri_swiper .swiper-box img{
  height: 220px;
  object-fit: cover;
}

  #pr_matching #pri_swiper .titletext{
    padding: 0px 20px;
    
  }

  #pr_matching #pri_swiper .box{
    width: 100%;
    margin: 10px 0px;
  }

  #pr_matching #pri_swiper .titletext{
    width: 100%;
  }


  #pr_matching #pri_swiper .swiper-scrollbar {
    display: none;
  }


}




/*==================================
21 prp_head■■■■■■■■■■■■■■■■■■■
===================================*/


#pr_matching #prp_head .head {
display: flex;
width: 100%;
height: 80px;
padding: 12px 15px;
justify-content: space-between;
}

#pr_matching #prp_head .logo {
padding: 10px;
}

#pr_matching #prp_head .gmologo {
width: 50%;
max-width: 420px;
  }

#pr_matching #prp_head .logotext {
display: flex;
justify-content: left;
align-items: center;
margin-left: 0;
color: #3598F6;
font-weight: bold;
font-size: 26px;
  }

#pr_matching #prp_head .headlink {
display: flex;
width: 100%;
height: 72px;
padding: 0 10px;
justify-content: end;
flex-direction: row;
width: 600px;
margin-right: 10px;
padding-right: 10px;
align-items: center;
top:-5px;
position: relative;

}

#pr_matching #prp_head .linktext {
white-space: nowrap;
display: flex;
justify-content: center;
align-items: center;
margin-left: 30px;
font-weight: bold;
color: #000;
}

#pr_matching #prp_head .linktext a{
display: flex;
}

#pr_matching #prp_head .linktext img{
width: 10px;
margin: auto 0;
margin-left: 5px;
padding-top: 0px;
}



#pr_matching #prp_head .linkbtn {
  display: flex;
  opacity: 1!important;
  width: 250px;
  height: 58px;
  color: #fff;
  background: #003364;
  border-radius: 100px;
align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  margin-left: 40px;
}

#pr_matching #prp_head  .mvbtn{
margin: auto;
}

#pr_matching #prp_head  a:hover {
  background: #9FC5E9;
}

@media screen and (max-width: 1200px){
  #pr_matching #prp_head .headlink {

    width: 100px;
    }

    #pr_matching #prp_head .logotext {
      font-size: 22px;
    }

    #pr_matching #prp_head .linktext a{
      font-size: 22px;
      margin-bottom: 30px;
      }


#pr_matching #prp_head .linkbtn {
margin: 0 auto;
}

#pr_matching #prp_head .spimg .gmologo {
margin: 0 auto;
}

#pr_matching #prp_head .logotext {
font-size: 18px;
}

}
/*==================================
22 prp_mv
===================================*/
#pr_matching #prp_mv .body{
  background-image: url(../img/pr_matching/pr_22.png);
  background-repeat: no-repeat;
  background-size:cover;
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
  height: 614px;
  background-color: #FFF;
}

#pr_matching #prp_mv .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}

#pr_matching #prp_mv .boxlayout {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 10px 10px 10px ;
  width: 680px;
}

#pr_matching #prp_mv .subtitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
}

#pr_matching #prp_mv .title {
  font-size: 42px;
  font-weight: bold;
}

#pr_matching #prp_mv .minititle {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}



#pr_matching #prp_mv .img {
margin: 32px 0;
  width: 394px;
}

#pr_matching #prp_mv .mvbtn_text {
  margin: 0px 0 5px;
  width: 330px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: row;
}

#pr_matching #prp_mv .mvbtn_text:before, #pr_matching #prp_mv .mvbtn_text:after {
  content: "";
  display: block;
  width: 20px;
  height: 1.2em;
  margin: 0 -5px 8px;
  border-bottom: 3px dotted rgb(18, 50, 97);
}

#pr_matching #prp_mv .mvbtn_text:before{
  transform: rotate(45deg);
  margin-top: 0px;
}
#pr_matching #prp_mv .mvbtn_text:after{
  transform: rotate(-45deg);
  margin-top: 0px;
}



#pr_matching #prp_mv a {
  display: flex;
  opacity: 1!important;
  width: 330px;
  height: 64px;
  color: #fff;
  background: #DA444F;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  transition: all 0.2s ease-out;
}

#pr_matching #prp_mv .mvbtn{
margin: auto;
}

#pr_matching #prp_mv a:hover {
  background: #FA898D;
}


@media screen and (max-width: 736px){


  #pr_matching #prp_mv .body{
    background-image: url(../img/pr_matching/pr_22.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 65%;
  }

  #pr_matching #prp_mv .body{
    padding: 20px 20px 10px ;
    height: 540px;
  }

  #pr_matching #prp_mv .wrapper {

    padding: 00px 00px 10px ;

  }

  #pr_matching #prp_mv .boxlayout {
    width: 100%;
  }

  #pr_matching #prp_mv .title {
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 18px;
  }

  #pr_matching #prp_mv .img {
      margin: 32px 0;
      width: 300px;
    }

    #pr_matching #prp_mv .mvbtn_text {
      margin: 0px auto 5px;

    }

    #pr_matching #prp_mv a {
margin: 0 auto;
    }

    
}




/*==================================
23 prp_find 見つかる
===================================*/
#pr_matching #prp_find .body{
  background-image: url(../img/pr_matching/pr_03bg.png);
  background-repeat: no-repeat;
  background-size:cover;
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
  background-color: #FFF;
}

#pr_matching #prp_find .textbubble{
position: absolute;

background: #fff;
width: 581px;
height: 56px;
border: #003364 1px solid;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
top: 0px;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
font-size: 22px;
font-weight: bold;
}


#pr_matching #prp_find .textbubble:before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -15px;
  border: 14px solid transparent;
  border-top: 14px solid #FFF;
  z-index: 2;
}

#pr_matching #prp_find .textbubble:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -17px;
  border: 16px solid transparent;
  border-top: 16px solid #003364;
  z-index: 1;
}

#pr_matching #prp_find .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
}

#pr_matching #prp_find .boxlayout {
width: 100%;
display: flex;
flex-direction: column;
position: relative;
}


#pr_matching #prp_find .overbg {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
  z-index: 102;
  bottom: 0;
      }

#pr_matching #prp_find .boxlayout a{
  width: 100%;
  display: flex;
}

#pr_matching #prp_find .listbox {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius:  10px;
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
  background-color: #fFF;
  }

  #pr_matching #prp_find .new {
position: absolute;
right: -5px;
top: 5px;
background-color: #E03737;
padding: 1px 10px;
color: #fff;
z-index: 101;
    }

    #pr_matching #prp_find .newshadow {
content: "";
width: 10px;
height: 10px;
position: absolute;
background-color: #8C0000;
transform: rotate(45deg);
right: -3px;
top: 30px;
z-index: 99;
          }



#pr_matching #prp_find .leftbox {
  width: 330px;
  display: flex;
  border-radius:  10px 0 0 10px ;
  background-color: #ECF6FF;
  flex-direction: row;
  border-left: #002265 8px solid;
}

#pr_matching #prp_find .leftbox .photobox {
  width: 140px;
  display: flex;
  border-radius: 0 10px 10px 0;
  background-color: #ECF6FF;
  flex-direction: column;
  padding: 10px 10px;
  justify-content: center;
  }

#pr_matching #prp_find .leftbox .photobox .photo{
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

  #pr_matching #prp_find .leftbox .photobox .place{
      background-color: #fff;
      border-radius: 100vh;
      text-align: center;
      margin: 10px auto;
      padding: 0px 15px;
  }


  #pr_matching #prp_find .leftbox .namebox {
    padding: 30px 10px;
      line-height: 1.1em;
  }
  #pr_matching #prp_find .leftbox .namebox .name{
    font-size: 1.5em;
    margin: 20px 0;
  }

#pr_matching #prp_find .leftbox .namebox .prbtn{
background-color: #003364;
padding: 10px;
color: #fff;
border-radius: 10px;
text-align: center;
margin-top: 30px;
display: flex;
justify-content: center;
}


#pr_matching #prp_find .rightbox {
  width: 60%;
display: flex;
border-radius:   0 10px 10px  0 ;
background-color: #fFF;
flex-direction: column;
padding: 20px 40px 20px 20px;
z-index: 100;
}

#pr_matching #prp_find .rightbox .oneword{

width: 100%;
text-align: left;
display: flex;
align-items: center;
margin-bottom: 10px;
line-height: 1.1em;
}


    #pr_matching #prp_find .rightbox img{
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }

    #pr_matching #prp_find .rightbox .category{
      height: 30px;
      color: #3598F6;
      margin-bottom: 10px;

    }

    #pr_matching #prp_find .rightbox .category span{
      height: 30px;
      border: 1px #3598F6 solid;
      border-radius: 100vh;
      padding: 5px 15px;
      margin-right: 5px;
    }


    #pr_matching #prp_find .rightbox .text{
      line-height: 1.1em;
    }

    
    #pr_matching #prp_find .rightbox .bottomtext{
margin: auto auto 0 0 ;
text-decoration:underline;
    }



#pr_matching #prp_find .linkbtn {
  display: flex;
  opacity: 1!important;
  width: 330px;
  height: 64px;
  color: #fff;
  background: #DA444F;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  margin: 20px auto;
}

#pr_matching #prp_find .mvbtn{
margin: auto;
}

#pr_matching #prp_find .linkbtn:hover {
  background: #FA898D;
}







@media screen and (max-width: 736px){
  #pr_matching #prp_find .textbubble{
    width: 90%;
    height: 45px;
    font-size: 1.0em;
    }

        #pr_matching #prp_find .listbox {
      height: 450px;
      flex-direction: column;

      }

      #pr_matching #prp_find .leftbox {
        width: 100%;
        border-radius: 10px 10px 0 0;
      }


      
      #pr_matching #prp_find .leftbox .photobox {
        width: 40%;
        border-radius: 0 0 0 0;
        justify-content: center;
        }

        #pr_matching #prp_find .leftbox .photobox .photo{

          margin: 0 auto;
        }

        #pr_matching #prp_find .leftbox .namebox {
          width: 60%;
        }

      #pr_matching #prp_find .rightbox {
        width: 100%;
        border-radius:     0 0 10px 10px   ;
        padding: 20px 20px;
        height: 100%;
 
      }
#pr_matching #prp_find .new {
top: 0px;
}

#pr_matching #prp_find .newshadow {
top: 25px;
}
}




/*==================================
24 prp_about 説明
===================================*/
#pr_matching #prp_about .body{
  background: linear-gradient(180deg, #ECF6FF 0%, rgba(236, 246, 255, 0.00) 100%);
  color: #002265;
  position: relative;
  padding: 60px 00px 10px ;
  background-color: #FFF;
}

#pr_matching #prp_about .wrapper {
  position: relative;
  padding: 00px 00px 10px ;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}



#pr_matching #prp_about .box {
  width: 100%;
  position: relative;
  height: 600px;
  margin-bottom: 10px;
}

#pr_matching #prp_about .pos_right{
  right: 0;
}

#pr_matching #prp_about .pos_left{
  left: 0;
}

#pr_matching #prp_about .pos_top{
  top: 0px;
}

#pr_matching #prp_about .pos_bottom{
  bottom: 0px;
}



#pr_matching #prp_about .textbox {
  width: 65%;
  height: 500px;
  position: absolute;
  padding: 80px 12%;
  background: #FFF;

}

#pr_matching #prp_about .title {
text-align: center;
font-size: 26px;
font-weight: 700;
color: #102651;
margin-bottom: 20px
}

#pr_matching #prp_about .imgbox {
position: absolute;
width: 45%;

z-index: 101;
max-height: 450px;
display: flex;
justify-content: center;
}

#pr_matching #prp_about .imgbox img{
  height: auto;
  width: auto;
  object-fit: cover;

}
  

#pr_matching #prp_about .icon_box{
  max-width: 940px;
  padding: 00px 20px 10px ;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  }
  
  #pr_matching #prp_about .icon_title{
  font-size: 22px;
  font-weight: bold;
  color: #003364;
  text-align: center;
  margin-bottom: 10px;
    }
    
  
    #pr_matching #prp_about ul{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    justify-content: center;
  
  }
  #pr_matching #prp_about li{
    width: 141px;
    height: 141px;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    border:1px solid #003364;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
  }
  
  #pr_matching #prp_about li .num{
    border-radius: 1214.831px;
    background: #C0C0C0;
    border-radius: 50px;
    width: 50px;
    color: #fff;
    font-size: 0.8em;
    margin: 5px auto 0;
  }
  
  
  #pr_matching #prp_about li img{
    margin: 20px 32px 5px;
    height: 50px;
  }
  
  @media screen and (max-width: 736px){
  #pr_matching #prp_about .textbox {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }

#pr_matching #prp_about .imgbox {
width: 90%;
height: 200px;
  position: relative;
  object-fit: cover;
  margin: 0 auto;
}

#pr_matching #prp_about .imgbox img{
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: 0 0px;

}

#pr_matching #prp_about .sprev{
  display: flex;
flex-direction: column-reverse;
}

#pr_matching #prp_about .box {
  height: 600px;
  margin-bottom: 50px;
}

#pr_matching #prp_about .textbox {
  padding: 40px 40px;
  height: 450px;
}


#pr_matching #prp_about .icon_title{
margin-top: 30px;
    }

    #pr_matching #prp_about .title {
font-size: 22px;
}

}



/*==================================
31 prs_head■■■■■■■■■■■■■■■■■■■
===================================*/


#pr_matching #prs_head .head {
  display: flex;
  width: 100%;
  height: 80px;
  padding: 12px 15px;
  justify-content: space-between;
  background-color: #102651;
  color: #fff;
  }
  
  #pr_matching #prs_head .logo {
  padding: 10px;
  }
  
  #pr_matching #prs_head .gmologo {
  width: 50%;
  max-width: 420px;
    }
  
  #pr_matching #prs_head .logotext {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 0;
  color: #fff;
  font-weight: bold;
  font-size: 26px;


    }
  #pr_matching #prs_head .logotext span {
    letter-spacing: -0.1em;
    }

  
  #pr_matching #prs_head .headlink {
  display: flex;
  width: 100%;
  height: 72px;
  padding: 0 10px;
  justify-content: end;
  flex-direction: row;
  width: 600px;
  margin-right: 10px;
  padding-right: 10px;
  align-items: center;
  top:-5px;
  position: relative;
  
  }
  
  #pr_matching #prs_head .linktext {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  font-weight: bold;
  color: #fff;
  }
  
  #pr_matching #prs_head .linktext a{
  display: flex;
  }
  
  #pr_matching #prs_head .linktext img{
  width: 10px;
  margin: auto 0;
  margin-left: 5px;
  padding-top: 0px;
  }
  
  
  
  #pr_matching #prs_head .linkbtn {
    display: flex;
    opacity: 1!important;
    width: 250px;
    height: 56px;
    color: #102651;
    background: #fff;
    border-radius: 100px;
  align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
    font-weight: bold;
    margin-left: 40px;
  }
  
  #pr_matching #prs_head  .mvbtn{
  margin: auto;
  }
  
  #pr_matching #prs_head  a:hover {
    background: #9FC5E9;
  }
  
  @media screen and (max-width: 1200px){
    #pr_matching #prs_head .headlink {
  
      width: 100px;
      }
  
      #pr_matching #prs_head .logotext {
        font-size: 22px;
      }
  
      #pr_matching #prs_head .linktext a{
        font-size: 22px;
        margin-bottom: 30px;
        }
  
  
    #pr_matching #prs_head .linkbtn {
    margin: 0 auto;
    }

    #pr_matching #prs_head .spimg .gmologo {
    margin: 0 auto;
    }
    #pr_matching #prs_head .linktext {
    margin-left: 0px;
    }

    #pr_matching #prs_head .logotext {
      font-size: 18px;
    }

  }



/*==================================
32 prs_mv
===================================*/
#pr_matching #prs_mv .body{
  background-image: url(../img/pr_matching/pr_32.png);
  background-repeat: no-repeat;
  background-size:cover;
  color: #002265;
  position: relative;
  padding: 20px 20px 10px ;
  height: 614px;
  background-color: #FFF;
}

#pr_matching #prs_mv .wrapper {
  position: relative;
  padding: 00px 20px 10px ;
  height: 100%;
  margin: 0 auto;
}

#pr_matching #prs_mv .boxlayout {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 10px 10px 10px ;
  width: 680px;
}

#pr_matching #prs_mv .subtitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
}

#pr_matching #prs_mv .title {
  font-size: 42px;
  font-weight: bold;
}

#pr_matching #prs_mv .minititle {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}



#pr_matching #prs_mv .img {
margin: 32px 0;
  width: 394px;
}

#pr_matching #prs_mv .mvbtn_text {
  margin: 0px 0 5px;
  width: 330px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: row;
}

#pr_matching #prs_mv .mvbtn_text:before, #pr_matching #prs_mv .mvbtn_text:after {
  content: "";
  display: block;
  width: 20px;
  height: 1.2em;
  margin: 0 -5px 8px;
  border-bottom: 3px dotted rgb(18, 50, 97);
}

#pr_matching #prs_mv .mvbtn_text:before{
  transform: rotate(45deg);
  margin-top: 0px;
}
#pr_matching #prs_mv .mvbtn_text:after{
  transform: rotate(-45deg);
  margin-top: 0px;
}



#pr_matching #prs_mv a {
  display: flex;
  opacity: 1!important;
  width: 330px;
  height: 64px;
  color: #fff;
  background: #FB4213;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  transition: all 0.2s ease-out;
}

#pr_matching #prs_mv .mvbtn{
margin: auto;
}

#pr_matching #prs_mv a:hover {
  background: #FFA38C;
}


@media screen and (max-width: 736px){

  #pr_matching #prs_mv .body{
    padding: 20px 10px 10px ;
    height: 480px;

  }

  #pr_matching #prs_mv .wrapper {
    padding: 00px 00px 10px ;

  }

  #pr_matching #prs_mv .boxlayout {
    width: 100%;
  }

  #pr_matching #prs_mv .title {
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 18px;
  }

  #pr_matching #prs_mv .img {
    margin: 32px 0;
      width: 300px;
    }

    #pr_matching #prs_mv a {
    margin: 0 auto;
        }


}

/*==================================
35 prs_swiper スライド
===================================*/

#pr_matching #prs_swiper .body{
  position: relative;
  padding: 60px 00px 10px ;
  background-color: #FFF;
}

#pr_matching #prs_swiper .wrapper {
  position: relative;
  padding: 00px 00px 10px ;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 736px){

  #pr_matching #prs_swiper .body{

    padding: 20px 00px 10px ;

  }
  #pr_matching #prs_swiper .wrapper {
    position: relative;
    width: 100%;
    padding: 0px 0px 0px;
  }
}


/*
swiper　関連
*/

#pr_matching #prs_swiper .swiper-container{
  height: 355px;
}

#pr_matching #prs_swiper.swiper-wrapper{
  width: 2160px;
}

#pr_matching #prs_swiper .swiper-slide{
  width: 420px;
  height: 350px;
  margin: 0 0px;
  padding: 0 10px;
}

#pr_matching #prs_swiper .swiper-box{
  display: flex;
  flex-direction: column;
  border: solid 0px #fff;
  border-radius: 20px;
  background: #fff;

  width: 320px;
  height: 350px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);

}

#pr_matching #prs_swiper .img_box{
  display: flex;
  height: 200px;

}
#pr_matching #prs_swiper .swiper-box img{
  border-radius: 20px 20px 0 0;
  height: 150px;
  border-bottom: 4px solid #102651;
  object-fit: cover;
}


#pr_matching #prs_swiper .box_text{
margin: 15px 20px 10px;
display: flex;
flex-direction: column;
position: relative;
}

#pr_matching #prs_swiper .title{
  font-size: 17px;
  font-weight: bold;
  color: #102651;
  margin-bottom: 5px;
  height: 45px;
  line-height: 1.1em;
}

#pr_matching #prs_swiper .category{
  font-size: 12px;
  color: #102651;
}

#pr_matching #prs_swiper .category span{
padding: 5px 10px;
  border-radius: 99.933px;
  background: #F4F4F4;
}


#pr_matching #prs_swiper .price{
  font-size: 14px;
  color: #FB4213;
  text-align: right;
  font-weight: bold;
}

#pr_matching #prs_swiper .price span{
  font-size: 24px;
}

#pr_matching #prs_swiper hr{
border: #ddd 1px solid;
width: 100%;
}



#pr_matching #prs_swiper .box_company{
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: bold;
}
#pr_matching #prs_swiper .box_company img{
width: 20px!important;
height: 20px!important;
border-bottom: 0px solid #102651;
margin-right: 5px;
}



/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 520px;

}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
  padding: 0 20px;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
  padding: 0 20px;
}

.swiper-scrollbar-drag{

background: linear-gradient(90deg, #0E2A98 , #2E70CC )!important;
}

@media screen and (max-width:736px) {

/* 未使用
  #pr_matching #prs_swiper.box_layout{
    width: 100%;
    flex-direction: column;
    margin-left: 0px;
  }
*/

#pr_matching #prs_swiper .swiper-container{
  height: 405px;
}

#pr_matching #prs_swiper .swiper-wrapper{
  width: 100%;
}

#pr_matching #prs_swiper .swiper-slide{
  height: 400px;
}

#pr_matching #prs_swiper .swiper-box{
width: 100%;
height: 400px;
}

#pr_matching #prs_swiper .img_box{
  display: flex;
  height: 230px;
}

#pr_matching #prs_swiper .swiper-box img{
  height: 230px;
  object-fit: cover;
}

  #pr_matching #prs_swiper .titletext{
    padding: 0px 20px;
    
  }

  #pr_matching #prs_swiper .box{
    width: 100%;
    margin: 10px 0px;
  }

  #pr_matching #prs_swiper .titletext{
    width: 100%;
  }


  #pr_matching #prs_swiper .swiper-scrollbar {
    display: none;
  }


}










/*==================================
33 prs_about 説明
===================================*/
#pr_matching #prs_about .body{
  color: #002265;
  position: relative;
  padding: 60px 00px 10px ;
  background-color: #FFF;
}

#pr_matching #prs_about .wrapper {
  position: relative;
  padding: 00px 00px 10px ;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#pr_matching #prs_about .box {
  width: 100%;
  position: relative;
  height: 600px;
  margin-bottom: 10px;
}

#pr_matching #prs_about .pos_right{
  right: 0;
}

#pr_matching #prs_about .pos_left{
  left: 0;
}

#pr_matching #prs_about .pos_top{
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

#pr_matching #prs_about .pos_bottom{
  bottom: 0px;
}

#pr_matching #prs_about .pos_{
  top: 0px;
}

#pr_matching #prs_about .textbox {
  width: 65%;
  height: 500px;
  position: absolute;
  padding: 80px 12%;


}

#pr_matching #prs_about .right_box {
  border-radius: 100vh 0 0 100vh;
  background: #F7F6F2;
    right: 0;
}

#pr_matching #prs_about .left_box {
  border-radius:  0 100vh 100vh 0;
  background: #EFF7FA;
    left: 0;
}


#pr_matching #prs_about .title {
text-align: center;
font-size: 26px;
font-weight: 700;
color: #102651;
margin-bottom: 20px
}

#pr_matching #prs_about .imgbox {
position: absolute;
width: 45%;

z-index: 101;
max-height: 600px;
display: flex;
justify-content: center;
}

#pr_matching #prs_about .imgbox img{
  height: auto;
  width: auto;
max-height: 600px;
}
  


@media screen and (max-width: 736px){
  #pr_matching #prs_about .textbox {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }

  #pr_matching #prs_about .imgbox {
width: 90%;
height: 200px;
  position: relative;
  object-fit: cover;
  margin: 0 auto;
}

#pr_matching #prs_about .imgbox img{
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: 0 0px;

}

#pr_matching #prs_about .sprev{
  display: flex;
flex-direction: column-reverse;
}

#pr_matching #prs_about .box {
  height: 100%;
  margin-bottom: 50px;
}

#pr_matching #prs_about .textbox {
  padding: 40px 40px;
  height: 450px;
}

#pr_matching #prs_about .pos_top{
  position: relative;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}


#pr_matching #prs_about .right_box {
  border-radius: 0 0 0 0;

}

#pr_matching #prs_about .left_box {
  border-radius:  0 0 0 0;
}

#pr_matching #prs_about .title {
  font-size: 22px;
  }
  
}


/*==================================
34 prs_search
===================================*/
#pr_matching #prs_search .body{
  color: #002265;
  position: relative;
  padding: 60px 20px 10px ;
  background-color: #FFF1EE;
}

#pr_matching #prs_search .wrapper {
    position: relative;
    padding: 00px 20px 10px ;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
}


#pr_matching #prs_search .icon_box{
  max-width: 940px;
  padding: 00px 20px 10px ;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  }
  
  #pr_matching #prs_search .icon_title{
  font-size: 22px;
  font-weight: bold;
  color: #003364;
  text-align: center;
  margin-bottom: 10px;
    }
    
  
    #pr_matching #prs_search ul{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    justify-content: center;
  
  }
  #pr_matching #prs_search li{
    width: 141px;
    height: 141px;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    border:0px solid #003364;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
  }
  
  #pr_matching #prs_search li .num{
    border-radius: 1214.831px;
    background: #C0C0C0;
    border-radius: 50px;
    width: 50px;
    color: #fff;
    font-size: 0.8em;
    margin: 5px auto 0;
  }
  
  
  #pr_matching #prs_search li img{
    margin: 20px 32px 5px;
    height: 50px;
  }
  
  @media screen and (max-width: 736px){
    #pr_matching #prs_search .body{
      color: #002265;
      position: relative;
      padding: 60px 00px 10px ;
      background-color: #FFF1EE;
    }
    
    #pr_matching #prs_search .wrapper {
        position: relative;
        padding: 00px 00px 10px ;
        height: 100%;
        margin: 0 auto;
        justify-content: center;
    }
  }

/*==================================
side 横ボタン
===================================*/

#pr_matching #side .side_btn{
  display: block;
  position: fixed;
  
  width: 60px;
  height: 160px;
  background-color: #FA898D;
  border: #F5A623 0px solid ;
  
  right: -15px;
  bottom: 140px;
  z-index: 101;
  
  text-align: left;
  border-radius: 20px;
  transition: all 0.2s ease-out;
  }
  
  #pr_matching #side .side_btn img{
    padding: 15px;
    padding-left: 10px;
    padding-right: 20px;
  }
  
  #pr_matching #side .vertical_text{
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0px 15px;
    color: #fff;
    font-size: 1em;
    margin-left: 10px;
  }
  
  #pr_matching #side .vertical_text .hori{
    writing-mode: horizontal-tb;
    margin: -6px;
    font-size: 0.8em;
  }
  
  #pr_matching #side .small{
  
    width: 80px;
    height: 80px;
  
    bottom: 20px;
  }
  
  #pr_matching #side a{
    opacity: 1!important;
    display: flex!important;
  }
  
  #pr_matching #side .side_btn:hover {
    background: #FFD2D4;
  }
  
  
  
  @media screen and (max-width:768px) {
    #pr_matching #side .side_btn{
      display: none;
      }
  }
  
  
  


/* ***********************************
   scrollanime 2
* *********************************** */
.bgappear,
.bgLRextend{
    opacity: 0;
}

/*1.フェードインアニメーションの指定*/
.scrollanime1,
.scrollanime2,
.scrollanime3,
.scrollanime4,
.scrollanime5 {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInStart {
  animation-name: fadeInStart;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}


@media all and (min-width:737px) {

  /*最初から表示＆タイミングずらす PC用　表示をしてしまう*/
  .fadeInStart2 {
    animation-name: fadeInStart;
    animation-duration: 0.0s;
    animation-delay: 0.0s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
}

@media all and (max-width:736px) {

    /*最初から表示＆タイミングずらす 携帯用　ちゃんとfadeInStartを行わせる*/
  .fadeInStart2 {
    opacity: 0;
  }
}

  /*最初から表示＆タイミングずらす PC用　表示をしてしまう*/
  .fadeInStart3 {
    animation-name: fadeInStart;
    animation-duration: 0.0s;
    animation-delay: 0.0s;
    animation-fill-mode: forwards;
    opacity: 1;
  }



@keyframes fadeInStart {
  0% {
    opacity: 0;

  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}


/*2.上下の動きを指定*/
/*上から*/
.updown {
  transform: translateY(-50px);
}

/*下から*/
.downup {
  transform: translateY(50px);
}

.slide-right {

  transform: translateX(100px);
}

.slide-left {
  transform: translateX(-200px);
}


@media all and (max-width:736px) {

  /*　画面サイズが以下の場合ここの記述が適用される　*/
  #voice .slide-right {
    transform: translateX(-200px) ;
  }


}


  /*==================================
btnHamburger
==================================*/

.hamburger_area,.btnHamburger {
  display: none;
  }
  
  .spnav{
  position: relative;
  display: flex;
  }
  
  .spimg{
    display: none;
    }
  
  
  @media screen and (max-width: 1200px){
  
  #pr_matching .spnav{
  position: relative;
  height: 100vh;
  width: 100%;
  position: fixed;
  display: none;
  z-index: 101;
  background: #fff;
  padding: 120px 0 0;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  overflow: auto;
  }

  #pr_matching #prs_head .spnav{
    background: #102651;
  }

  #pr_matching .spimg{
    display: flex;
    width: 100%;
  margin: 0 auto 50px;
  flex-direction: column;
  color: #3598F6;
  font-size: 22px;
  justify-content: center;
  text-align: center;
  font-weight: bold;
    }

    #pr_matching #prs_head .spimg{
    color: #fff;
    }


    #pr_matching #mv .linktext {
  
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  }
  
  #pr_matching #mv_l .linktext {
  
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  
    }
  
  
  #pr_matching .hamburger_area {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  max-width: 80px;
  height: 80px;
  float: right;
  z-index: 1001;
  }	
  #pr_matching .hamburger_area:before {
  content: "";
  display: block;
  }
  /* クリックエリアと位置を指定 ---------------------- */
  #pr_matching .btnHamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%; /* クリックエリアの横幅*/
  height: 100%; /* クリックエリアの高さ*/
  cursor: pointer;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #000;
  font-size: .5em;
  margin-top: 0px;
  }	
  
  /* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
  #pr_matching .btnHamburger span {
  position: absolute;
  right: 33px;
  display: block;
  width: 100%; /* 横幅 */
  height: 2px; /* 1本辺りの高さ */
  background: #000; /* 線の色 */
  
  /* 適用するプロパティ、変化する時間、変化する速度 */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  }
  
  #pr_matching #prs_head .btnHamburger span {
    background: #fff; /* 線の色 */
  }
  
  /* 3本線の各線の位置を指定 ---------------------- */
  #pr_matching .btnHamburger span:nth-child(1) {
  width: 26px;
  top: 30px;
  }
  #pr_matching .btnHamburger span:nth-child(2) {
  width: 26px;
  top: 38px;
  }
  
  #pr_matching .btnHamburger.is-active span:nth-child(1) {
  width: 28px;
  top: 34px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  #pr_matching .btnHamburger.is-active span:nth-child(2) {
  width: 28px;
  top: 34px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  }



  }
  
  
  
  
  
  @media screen and (max-width: 768px){
  
  #pr_matching .btnHamburger {
  margin-top: 0px;
  }	
  
  /* 3本線の各線の位置を指定 ---------------------- */
  #pr_matching .btnHamburger span:nth-child(1) {
  width: 18px;
  top: 30px;
  }
  #pr_matching .btnHamburger span:nth-child(2) {
  width: 18px;
  top: 38px;
  }
  
  #pr_matching .btnHamburger.is-active span:nth-child(1) {
  width: 20px;
  top: 34px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  #pr_matching .btnHamburger.is-active span:nth-child(2) {
  width: 20px;
  top: 34px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  }
  

*==================================
*{
  outline: 2px red solid;
}
===================================*/