/*モバイルファースト*/

/*header_icon*/

.header_icon img{
  filter: brightness(0) invert(1);

}

/*sp-------------------------------------------------------------------*/

.br_pc{
  display: none;
}

/*header*/
header{
  position: fixed;
  width: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 999;
}

.menu_wrapper h2{
  color: white;
}

header .contact{
  background-color: #e62d4e;
  color: white;
}

.header_space{
  display: block;
  width: 100%;
  height: 100px;
  background-color: black;
}

/*main_view*/
.main_view{
  position: relative;
  width: 100%;
  height: 560px;
  padding-top: 60px;
  background-color: black;
  background-size: cover;
  background-position: left;
  background-image: url(../../img/img-lp/lp-3/lp-3_bg_sp-min.png);
}

.main_view .text_wrapper{
  position: absolute;
  left: 0;
  right: 0;
  width: 320px;
  z-index: 2;
  margin: auto;
}

.main_view .text_wrapper h5{
  color: white;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 5px;
}

.main_view .text_wrapper h1{
  color: white;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}

.main_view .text_wrapper h4{
  color: white;
  font-size: 16px;
  line-height: 1.8;
}

.main_view .contact{
  display: block;
  width: 220px;
  height: 80px;
  margin: 30px auto;
  font-size: 16px;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 0 20px #7a7a7a;
  border: 5px solid black;
}

.main_view .main_img{
  position: absolute;
  width: 200px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -40px;
  object-fit: contain;
}


/*intro*/
.intro{
  padding-top: 100px;
  background-color: white;
}

.intro_title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: black;
  letter-spacing: 3px;
  text-indent: 3px;
  margin-bottom: 30px;
}

.intro_img{
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: auto auto 60px;
}

.intro .text_wrapper{
  width: 80%;
  margin: auto;
}

.intro .text_wrapper p{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 24px;
}

.intro .text_wrapper p span{
  font-size: 20px;
  font-weight: bold;
}

/*recommend*/

.recommend{
  width: 90%;
  background-color: white;
  margin-bottom: 80px;
  padding-bottom: 10px;
  margin: auto auto 60px;
}

.recommend h2{
  font-size: 20px;
  text-align: center;
}

.recommend_contents_wrapper{
  display: block;
  width: 280px;
  margin: 60px auto;
}

.recommend_contents{
  width: 280px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 0 10px #d2d2d2;
  padding-top: 40px;
  margin-bottom: 40px;
}

.recommend_contents h3{
  width: 80%;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  margin: auto;
  margin-bottom: 30px;
}

.recommend_contents img{
  display: block;
  width: 200px;
  height: auto;
  margin: auto;
  padding: 40px 0 60px;
  object-fit: contain;
  object-position: center;
}

/*service*/

.service{
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
}

.service::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    transform: skewY(-3deg);
    z-index: -1;
}

.service h2{
  color: white;
  font-size: 24px;
  text-align: center;
}

.service_contents_wrapper{
  margin-top: 60px;
}

.service_contents{
  position: relative;
  height: 160px;
  margin-bottom: 40px;
}

.service_contents:nth-of-type(1){
  margin-left: calc(50% - 105px - 50px);
  width: calc(100% - (50% - 105px - 50px));
}

.service_contents:nth-of-type(2){
  margin-left: calc(50% - 105px - 50px + 25px);
  width: calc(100% - (50% - 105px - 50px + 25px));
}

.service_contents:nth-of-type(3){
  margin-left: 0;
  width: 100%;
}

.service_contents:nth-of-type(4){
  margin-right: calc(50% - 105px - 50px + 25px);
  width: calc(100% - (50% - 105px - 50px + 25px));
}

.service_contents:nth-of-type(5){
  margin-right: calc(50% - 105px - 50px);
  width: calc(100% - (50% - 105px - 50px));
}

.service_contents .text_wrapper{
  position: relative;
  width: 210px;
  height: 160px;
  padding-top: 20px;
  z-index: 0;
}

.service_contents:nth-of-type(3) .text_wrapper{
  left: calc(50% - 105px - 50px + 50px);
}

.service_contents .text_wrapper_right{
  margin-right: 0;
  margin-left: auto;
}

.service_contents .text_wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid white;
  transform: skewX(7deg);
  z-index: -1;
  background-color: black;
}

.service_contents .text_wrapper span{
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid white;
  border-radius: 40px;
  margin: 0 auto 5px;
}

.service_contents .service_title{
  display: block;
  color: white;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.service_contents p{
  display: block;
  font-size: 10px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding-left: 10px;
}

.service_img{
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 150px);
  height: 160px;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}

.service_img_left{
  left: 0;
  object-position: left;
}

.service_contents:nth-of-type(3) .service_img{
  width: calc(50% - 75px);
}

.service h5{
  padding: 0 30px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.8
}

.service_contents_plus_title{
  display: block;
  font-size: 16px;
  color: white;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  margin: 40px auto;
}

.service_contents_plus{
  display: block;
  width: 100%;
  height: inherit;
}

.service_contents_plus_img{
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}

.service_contents_plus:nth-of-type(1) .service_contents_plus_img{
  background-image: url(../../img/img-hp/hp-service/service_video.jpg);
}

.service_contents_plus:nth-of-type(2) .service_contents_plus_img{
  background-image: url(../../img/img-hp/hp-service/service_ec.jpg);
}

.service_contents_plus:nth-of-type(3) .service_contents_plus_img{
  background-image: url(../../img/img-lp/lp-6/lp-6_main_view-min.jpeg);
}

.service_contents_plus .text_wrapper{
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  border: 5px solid white;
}

.service_contents_plus .text_wrapper h2{
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
}

.service_contents_plus .text_wrapper h2::after{
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: white;
  margin: 10px auto;
}

.service_contents_plus .text_wrapper p{
  display: block;
  width: 80%;
  margin: 0 auto 40px;
  color: white;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
}

.service_contents_plus .text_wrapper a{
  position: relative;
  display: block;
  width: 200px;
  margin: 0 20px 20px auto;
  padding-right: 40px;
  padding-bottom: 10px;
  color: white;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid white;
}

.service_contents_plus .text_wrapper a:after{
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid white;
  right: -4px;
  bottom: 10px;
  transform: rotate(45deg);
}

/*スライダー追加分*/
.service_contents_slider {
  margin: 80px auto 30px;
  padding: 0 40px;
  max-width: 1140px;
  width: 100%;
}

.service h3{
  color: white;
  font-size: 24px;
  text-align: center;
}

.slider_wrapper{
  margin: 50px auto 120px;
}

.service_contents_slider .slider{
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;

}

.slick-img img {
  height: auto;
  width: 100%;
}

.thumbnail-img  {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-img img {
  width: 90px;
  height: auto;
  margin: 0 auto;
}

.slick-arrow::before{
  opacity: 1 !important; 
}

/*スライダー追加分　終了*/

.service_icon{
  background-color: black;
  padding-top: 60px;
  padding-bottom: 100px;
}

.service_icon h3{
  display: block;
  font-size: 16px;
  color: white;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  margin: 40px auto;
}

.service_icon_wrapper{
  display: block;
  width: 90%;
  min-width: 320px;
  margin: auto;
}

.service_icon_contents{
  width: 100%;
}

.service_icon_contents img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
}

.service_icon_contents h2{
  text-align: center;
  font-size: 20px;
  color: white;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 20px auto 40px;
}

.service_icon_contents p{
  padding: 0 10px 20px;
  text-align: left;
  font-size: 16px;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/*feature*/

.feature{
  position: relative;
  z-index: 20;
  margin-top: -80px;
  padding-bottom: 60px;
  background-color: #121219;
  padding-top: 60px;
  background-clip: padding-box;
}

.feature h2{
  color: white;
  font-size: 24px;
  text-align: center;
}

.feature_contents_wrapper{
  display: block;
  width: 260px;
  margin: 60px auto 40px;
}

.feature_contents{
  border-radius: 5px;
  background-color: white;
  padding: 0;
}

.feature_contents .bg_red{
  width: 100%;
  height: 260px;
  background-color: rgba(233,40,75,0.7);
  padding: 20px 10px 0;
  border-radius: 5px;
  margin-bottom: 20px;
}

.feature_contents .bg_blue{
  width: 100%;
  height: 260px;
  background-color: rgba(33,214,209,0.7);
  padding: 20px 10px 0;
  border-radius: 5px;
  margin-bottom: 20px;
}

.feature_contents h4{
  color: black;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

.feature_contents img{
  display: block;
  width: 100px;
  height: 100px;
  margin: 40px auto;
  object-fit: contain;
}

/*achievement*/

.achievement{
  position: relative;
  z-index: 10;
  margin-top: -2px;
  padding-bottom: 0;
  background-color: #121219;
}

.achievement h2 {
  font-size: 24px;
  text-align: center;
  background-color: #121219;
  color: white;
  padding-bottom: 60px;
}

.achievement_wrapper{
  display: block;
  width: 100%;
  background-color: white;
}

.achievement_wrapper:nth-of-type(1){
  height: auto;
}

.achievement_wrapper:nth-of-type(2){
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.achievement_wrapper .bg{
  background-image: url(../../img/img-lp/lp-3/lp-3_bg_sp-min.png);
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: left;
  transform: scale(-1,1);
}

.achievement_wrapper:nth-of-type(2n) .bg{
  transform: scale(1,-1);
}


.achievement_wrapper .text_wrapper{
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  transform: scale(-1,1);
}

.achievement_wrapper:nth-of-type(2n) .text_wrapper{
  transform: scale(1,-1);
}


.achievement_wrapper img{
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top left;
}

.achievement_wrapper .text_wrapper h3{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.achievement_wrapper .text_wrapper p{
  display: block;
  margin: auto;
  width: 80%;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.achievement_wrapper .info_icon_wrapper{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 320px;
  margin: 40px auto 0;

}

.info_icon{
  width: 100px;
  margin-bottom: 10px;
}

.info_icon img{
  display:block;
  width: 80px;
  height: 80px;
  margin: 0 auto 0;
}

.info_icon span{
  display: block;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

/*video*/

.video{
  width: 100%;
  padding: 80px 0 0;
  background-color: #121219;
}

.video h2{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: white;
  margin-top: 120px;
  margin-bottom: 40px;
}

.video h3{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: white;
  margin-bottom: 40px;
}

.video h4{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: white;
  margin-bottom: 40px;
}

.video_wrapper{
  width: 240px;
  margin: 60px auto 40px auto;
}

.video_contents{
  background-color: black;
  width: 240px;
  height: 360px;
  margin-bottom: 40px;
}

.vsc-controller{
  display: none;
}



/*flow*/
.flow{
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 160px;
  margin-top: -80px;
  padding-bottom: 120px;
}

.flow::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    transform: skewY(-3deg);
    z-index: -1;
}

.flow h2{
  color: white;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.flow_contents{
  position:relative;
  display:block;
  width:340px;
  height:240px;
  margin: 0 auto 20px;
}

.flow_contents::before{
  content:'';
  position: absolute;
  border-top: 20px solid black;
  border-right: 170px solid transparent;
  border-left: 170px solid transparent;
  top: 0;
  z-index: 1;
}

.flow_contents::after{
  content:'';
  position: absolute;
  border-right: 170px solid transparent;
  border-left: 170px solid transparent;
  top: 100%;
  z-index: 1;
}

.flow_contents:nth-of-type(1){
  z-index: 4;
  background-color: #f1ffff;
}

.flow_contents:nth-of-type(1)::after{
  border-top: 20px solid #f1ffff;
}

.flow_contents:nth-of-type(2){
  z-index: 3;
  background-color: #e8feff;
}

.flow_contents:nth-of-type(2)::after{
  border-top: 20px solid #e8feff;
}

.flow_contents:nth-of-type(3){
  z-index: 2;
  background-color: #dbfbfd;
}

.flow_contents:nth-of-type(3)::after{
  border-top: 20px solid #dbfbfd;
}


.flow_contents:nth-of-type(4){
  z-index: 1;
  background-color: #cafdff;
}

.flow_contents:nth-of-type(4)::after{
  border-top: 20px solid #cafdff;
}

.flow_contents_wrapper{
  display: flex;
  padding: 30px 20px;
  justify-content: space-between;
}

.flow_contents_wrapper_right{
  padding: 40px 20px;
}

.flow_contents_wrapper .text_wrapper{
  width: 180px;
}

.flow_contents_wrapper .text_wrapper h3{
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px;
}

.flow_contents_wrapper .text_wrapper span{
  color: #161671;
  font-size: 28px;
  margin-right: 10px;
}

.flow_contents_wrapper .text_wrapper p{
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 1.8;
}


.flow_contents_wrapper img{
  margin-top: 40px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

/*footer*/
footer{
  background-color: black !important;
}

/*sp終わり*/
/*pc----------------------------------------------------------------*/
@media only screen and (min-width: 820px){

.br_sp{
  display: none;
}

/*共通部分*/


/*header*/

.header_space{
  display: none;
}

.partner_wrapper{
  filter: invert(100%);
}

/*main_view*/

.main_view{
  width: 100%;
  height: 670px;
  padding-top: 180px;
  background-image: url(../../img/img-lp/lp-3/lp-3_bg_pc-min.png);
  background-position: center;
}

.main_view .text_wrapper{
  width: 80%;
  margin: 0 0 0 15%;
}

.main_view .text_wrapper h5{
  font-size: 18px;
  line-height: 1.8;
}

.main_view .text_wrapper h1{
  font-size: 52px;
  margin-top: 5px;
  margin-bottom: 40px;
}

.main_view .text_wrapper h4{
  font-size: 28px;
  line-height: 1.8;
}

.main_view .contact{
  width: 280px;
  height: 100px;
  margin: 60px auto 0 120px;
  font-size: 20px;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 0 20px #7a7a7a;
  border: 5px solid black;
}

.main_view .main_img{
  width: 500px;
  top: 28%;
  left: 52%;
}

/*intro*/
.intro{
  padding-top: 80px;
}

.intro_title{
  font-size: 32px;
  margin-bottom: 40px;
}

.intro_img{
  width: 100px;
  height: 100px;
  margin: auto auto 80px;
}

.intro .text_wrapper{
  width: 800px;
  margin: auto;
}

.intro .text_wrapper p{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

.intro .text_wrapper p span{
  font-size: 24px;
}

/*recommend*/
.recommend{
  width: 90%;
  margin: auto auto 90px;
}

.recommend h2{
  font-size: 32px;
}

.recommend_contents_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-width: 840px;
  margin: 80px auto 0;
}
@media screen and (min-width: 765px) and (max-width: 834px) {
  .recommend_contents_wrapper{
    min-width: 674px;
  }
}

.recommend_contents{
  width: 30%;
  min-width: 400px;
  height: auto;
  border-radius: 30px;
  padding-top: 60px;
  margin-bottom: 40px;
}
@media screen and (min-width: 765px) and (max-width: 834px) {
  .recommend_contents{
    min-width: 332px;
  }
}
.recommend_contents h3{
  width: 85%;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.recommend_contents img{
  width: 200px;
  height: auto;
}

/*service*/

.service{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 200px;
}

.service::before {
    transform: skewY(-5deg);
}

.service h2{
  font-size: 40px;
}

.service_contents_wrapper{
  margin-top: 120px;
}

.service_contents{
  position: relative;
  height: 300px;
  margin-bottom: 40px;
}

.service_contents:nth-of-type(1){
  margin-left: calc(50% - 200px - 204px);
  width: calc(100% - (50% - 200px - 204px));
}

.service_contents:nth-of-type(2){
  margin-left: calc(50% - 200px - 204px + 102px);
  width: calc(100% - (50% - 200px - 204px + 102px));
}

.service_contents:nth-of-type(3){
  margin-left: 0;
  width: 100%;
}

.service_contents:nth-of-type(4){
  margin-right: calc(50% - 200px - 204px + 102px);
  width: calc(100% - (50% - 200px - 204px + 102px));
}

.service_contents:nth-of-type(5){
  margin-right: calc(50% - 200px - 204px);
  width: calc(100% - (50% - 200px - 204px));
}

.service_contents .text_wrapper{
  position: relative;
  width: 400px;
  height: 300px;
  padding-top: 60px;
  z-index: 0;
}

.service_contents:nth-of-type(3) .text_wrapper{
  left: calc(50% - 200px - 204px + 204px);
}

.service_contents .text_wrapper_right{
  margin-right: 0;
  margin-left: auto;
  padding-left: 20px;
}

.service_contents .text_wrapper::before{
  transform: skewX(17deg);
}

.service_contents .text_wrapper span{
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px solid white;
  margin: 0 auto 20px;
}

.service_contents .service_title{
  font-size: 28px;
  margin-bottom: 30px;
}

.service_contents p{
  font-size: 16px;
  line-height: 1.5;
}

.service_img{
  width: calc(100% - 350px);
  height: 300px;
  object-position: right;

}

.service_img_left{
  left: 0;
  object-position: left;
}

.service_contents:nth-of-type(3) .service_img{
  width: calc(50% - 150px);
}

.service_contents:nth-of-type(5){
  margin-bottom: 60px;
}

.service_contents_plus_title{
  display: block;
  font-size: 20px;
  color: white;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 400;
  margin: 60px auto;
}

.service_contents_plus{
  display: flex;
  width: 100%;
  height: inherit;
}

.service_contents_plus_img{
  width: 50%;
  height: auto;
  background-position: center;
  background-size: cover;
}

.service_contents_plus:nth-of-type(1) .service_contents_plus_img{
  background-image: url(../../img/img-hp/hp-service/service_video.jpg);
}

.service_contents_plus:nth-of-type(2) .service_contents_plus_img{
  background-image: url(../../img/img-hp/hp-service/service_ec.jpg);
}

.service_contents_plus:nth-of-type(3) .service_contents_plus_img{
  background-image: url(../../img/img-lp/lp-6/lp-6_main_view-min.jpeg);
}

.service_contents_plus .text_wrapper{
  display: block;
  width: 50%;
  height: 100%;
  padding: 60px 20px;
  border: 5px solid white;
}

.service_contents_plus .text_wrapper h2{
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 400;
}

.service_contents_plus .text_wrapper h2::after{
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: white;
  margin: 10px auto;
}

.service_contents_plus .text_wrapper p{
  display: block;
  width: 80%;
  margin: 0 auto 40px;
  color: white;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
}

.service_contents_plus .text_wrapper a{
  position: relative;
  display: block;
  width: 200px;
  margin: 0 20px 20px auto;
  padding-right: 40px;
  padding-bottom: 10px;
  color: white;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid white;
}

.service_contents_plus .text_wrapper a:after{
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid white;
  right: -4px;
  bottom: 10px;
  transform: rotate(45deg);
}

/*スライダー追加分*/
.service_contents_slider {
  margin: 120px auto 120px;
  padding: 0 70px;
  max-width: 1140px;
  width: 100%;
}

.service h3{
  color: white;
  font-size: 40px;
  text-align: center;
}

.slider_wrapper{
  margin: 80px auto 120px;
}

.service_contents_slider .slider{
  max-width: 880px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;

}

.slick-img img {
  height: auto;
  width: 100%;
}

.thumbnail-img  {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-img img {
  width: 160px;
  height: auto;
  margin: 0 auto;
}

.slider .slick-prev{
  left: -60px !important;
}
.slider .slick-next{
  right: -40px !important;
}


.slider .slick-prev::before{
  font-size: 40px !important;
}
.slider .slick-next::before{
  font-size: 40px !important;
}
/*スライダー追加分　終了*/

.service_icon{
  padding-bottom: 150px;
}

.service_icon h3{
  display: block;
  font-size: 20px;
  color: white;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 400;
  margin: 60px auto;
}

.service_icon_wrapper{
  display: flex;
  justify-content: space-between;
  width: 80%;
  min-width: 960px;
  margin: auto;
}

@media screen and (min-width: 765px) and (max-width: 834px) {
  .service_icon_wrapper{
    min-width: 674px;
  }
}
.service_icon_contents{
  width: 32%;
}

.service_icon_contents img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
}

.service_icon_contents h2{
  text-align: center;
  font-size: 20px;
  color: white;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 20px auto 40px;
}

.service_icon_contents p{
  padding: 0 10px 20px;
  text-align: left;
  font-size: 16px;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/*feature*/
.feature{
  margin-top: -90px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.feature h2{
  font-size: 40px;
}

.feature_contents_wrapper{
  display: grid;
  width: 830px;
  margin: 80px auto 120px;
  grid-template-columns: 270px 270px 270px;
  grid-template-rows: 270px 270px;
  grid-gap: 10px;

}

.feature_contents{
  border-radius: 10px;
}

.feature_contents .bg_red{
  width: 100%;
  height: 100%;
  padding: 30px 20px 0;
  border-radius: 10px;
}

.feature_contents .bg_blue{
  width: 100%;
  height: 100%;
  padding: 30px 20px 0;
  border-radius: 10px;
}

.feature_contents h4{
  color: black;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

.feature_contents img{
  display: block;
  width: 100px;
  height: 100px;
  margin: 40px auto;
  object-fit: contain;
}

/*achievement*/

.achievement{
  padding-bottom: 0;
}

.achievement h2 {
  font-size: 40px;
  background-color: #121219;
  color: white;
  padding-top: 60px;
  padding-bottom: 100px;
}

.achievement_wrapper{
  display: flex;
  width: 100%;
}

.achievement_wrapper:nth-of-type(1){
  height: 550px;
}

.achievement_wrapper:nth-of-type(2){
  flex-direction: row-reverse;
  height: 550px;
}

.achievement_wrapper:nth-of-type(3){
  height: 440px;
}



.achievement_wrapper .bg{
  background-image: url(../../img/img-lp/lp-3/lp-3_bg_pc-min.png);
  background-size: cover;
  background-position: left;
  width: 50%;
  height: 100%;
  transform: scale(-1,1);
}

.achievement_wrapper:nth-of-type(2n) .bg{
  transform: scale(1,-1);
}

.achievement_wrapper .text_wrapper{
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  transform: scale(-1,1);
}

.achievement_wrapper:nth-of-type(2n) .text_wrapper{
  transform: scale(1,-1);
}

.achievement_wrapper img{
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.achievement_wrapper .text_wrapper h3{
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.achievement_wrapper .text_wrapper p{
  display: block;
  margin: auto;
  width: 80%;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.achievement_wrapper .info_icon_wrapper{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
  max-width: 500px;
  margin: 40px auto 0;
}
@media screen and (min-width: 765px) and (max-width: 834px) {
  .achievement_wrapper .info_icon_wrapper{
    margin: 5px auto 0;
  }
}

.info_icon{
  width: 150px;
  margin-bottom: 10px;
}
@media screen and (min-width: 765px) and (max-width: 834px) {
  .info_icon{
    width: 103px;
  }
}

.info_icon img{
  display:block;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}

.info_icon span{
  display: block;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/*video*/
.video{
  padding: 120px 0 0 0;
  background-color: #121219;
}

.video h2{
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 120px;
}

.video h3{
  font-size: 32px;
}

.video h4{
  font-size: 28px;
}

.video_wrapper{
  display: flex;
  width: 80%;
  max-width: 1000px;
  margin: 80px auto 120px auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.video_contents{
  width: 300px;
  height: 400px;
  margin-bottom: 60px;
}

/*flow*/
.flow{
  margin-top: -83px;
  padding-bottom: 120px;
}

.flow::before {
    transform: skewY(-5deg);
}

.flow h2{
  font-size: 40px;
  margin-bottom: 60px;
}

.flow_contents{
  width:700px;
  height:280px;
  margin: 0 auto 20px;
}

.flow_contents::before{
  border-top: 40px solid black;
  border-right: 350px solid transparent;
  border-left: 350px solid transparent;
}

.flow_contents:nth-of-type(1)::before{
  display: none;
}

.flow_contents::after{
  border-right: 350px solid transparent;
  border-left: 350px solid transparent;
}

.flow_contents:nth-of-type(1)::after{
  border-top: 40px solid #f1ffff;
}


.flow_contents:nth-of-type(2)::after{
  border-top: 40px solid #e8feff;
}


.flow_contents:nth-of-type(3)::after{
  border-top: 40px solid #dbfbfd;
}


.flow_contents:nth-of-type(4)::after{
  border-top: 40px solid #cafdff;
}

.flow_contents_wrapper{
  display: flex;
  padding: 30px 100px 40px 50px;
  justify-content: space-between;
}

.flow_contents_wrapper_right{
  padding: 30px 50px 40px 100px;
}

.flow_contents_wrapper .text_wrapper{
  width: 300px;
}

.flow_contents_wrapper .text_wrapper h3{
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.flow_contents_wrapper .text_wrapper span{
  color: #161671;
  font-size: 80px;
  margin-right: 20px;
}

.flow_contents_wrapper .text_wrapper p{
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}


.flow_contents_wrapper img{
  margin-top: 30px;
  width: 180px;
  height: 180px;
  object-fit: contain;
  object-position: center;
}
}

@media (max-width: 1330px) and (min-width: 1024px) {
  .recommend_contents_wrapper{
    justify-content: space-evenly;
  }
}
/*pc終わり*/
