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

/*header_icon*/

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

}

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

.br_pc{
  display: none;
}

/*header*/
header{
  position: fixed;
  width: 100%;
  background-color: rgba(36,173,228,0.8);
  z-index: 999;
}

.menu_wrapper h2{
  color: white;
}

header .contact{
  background-color: black;
  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: 130px;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-image: url(../../img/img-lp/lp-3-china/china-bg.jpeg);
}

.main_view .text_wrapper{
  position: absolute;
  left: 0;
  right: 0;
  width: 320px;
  z-index: 2;
  margin: auto;
  background-color:rgba(255,255,255,0.5);
  padding: 1em 1em;
}

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

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

.main_view .text_wrapper h4{
  font-size: 14px;
  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 #89d3f1;
  border: 5px solid #24ADE4;
}

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


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

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

.intro_title::before,
.intro_title::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.intro_title::before{
  left: 0;
}

.intro_title::after{
  right: 0;
}

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

.intro .text_wrapper{
  width: 100%;
  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: 80px auto 60px;
}

.recommend h2{
  font-size: clamp(18px,4.2vw,22px);
  text-align: center;
  line-height: 2;
}

.recommend_contents_wrapper{
  display: block;
  width: 100%;
  margin: 60px auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.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;
}

.recommend .recommend-catch{
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

/*service*/

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

.service::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #24ADE4;
    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;
  min-height: 160px;
  z-index: 0;
  display: flex;
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.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: white;
}

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

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

.service_contents p{
  display: block;
  font-size: 10px;
  color: black;
  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: black;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.8
}

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

.service_contents_plus_wrapper{
  margin-top: 60px;
}

.service_contents_plus{
  display: block;
  width: 100%;
  height: inherit;
  background-color: white;
}

.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 #24ADE4;
}

.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: black;
  margin: 10px auto;
}

.service_contents_plus .text_wrapper p{
  display: block;
  width: 80%;
  margin: 0 auto 40px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  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: black;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid black;
}

.service_contents_plus .text_wrapper a:after{
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid black;
  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: #24ADE4;
  padding-top: 40px;
  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: 0 auto 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;
  background-color: white;
  padding-top: 60px;
  background-clip: padding-box;
}

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

.feature_contents_wrapper{
  display: block;
  width: 80%;
  margin: 60px auto 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.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{
  padding-bottom: 0;
  background-color: white;
}

.achievement h2 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 60px;
}

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

.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:last-of-type{
  margin-bottom: 0px;
}

.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: auto;
  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: center;
}

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

.achievement_wrapper .text_wrapper h4{
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
}


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

.achievement_wrapper .image_wrapper {
  width: 50%;
}


.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: 0px 0 60px;
  background-color: white;
}

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

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

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

.video_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  margin: 60px auto 40px auto;
}


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



.vsc-controller{
  display: none;
}

.service_icon_contents-ttl{
  color: white !important;
}

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

.flow::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #24ADE4;
    /* 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 #24ADE4;
  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;
}

/*fee*/
.fee{
  background-color: #24ADE4;
  padding-top: 40px;
  padding-bottom: 100px;
}

.fee-inner{
  position: relative;
  display: block;
  width: 340px;
  margin: 0 auto 20px;
}

.fee-section-ttl{
  background: #161671;
  color: white;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  max-width:500px;
  padding: 10px;
  letter-spacing: 0.02em;
}

.fee-contents{
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.fee-box-wrapper{
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.fee-box{
  border: 2px solid #fff;
  padding: 1rem;
  width:100%;
  max-width:500px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.fee-box .fee-box-ttl{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.fee-box .fee-box-money{
  color: #fff;
  font-size: 30px;
  font-weight: 700;

}

.fee-box .fee-box-money span.small{
  color: #fff;
  font-size:18px;
}

.fee-icon{
  width: 35px;
  height: auto;
}

.fee-box2 {
  background-color: #fff;
  padding: 1rem;
}

.fee-box2-catch {
  padding-bottom: 10px;
  font-size:20px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #24ADE4;
}

.fee-box2-money{
  margin-top: 10px;
  font-size: 20px;
  font-weight:700;
}

.fee-box2-money span.large{
  font-size: 28px;
}

.fee-box2-money span.small{
  font-size: 16px;
}

.fee-box2 small{
  display: block;
  margin-top: 10px;
  color: #AC3131;
  font-size: 12px;
}

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

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

.br_pc{
  display: block;
}

.br_sp{
  display: none;
}

/*共通部分*/


/*header*/

.header_space{
  display: none;
}

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

/*main_view*/

.main_view{
  width: 100%;
  /* height: 670px; */
  height: 100vh;
  padding-top: 25vh;
  background-image: url(../../img/img-lp/lp-3-china/china-bg.jpeg);
  background-position:center;
}

.main_view .text_wrapper{
  /* width: 80%; */
  width: fit-content;
  padding: 1em 2em;
  margin: 0 0 0 13%;
}

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

.main_view .text_wrapper h1{
  font-size:clamp(30px,3.5vw,44px);
  margin-top: 5px;
  margin-bottom: 3vh;
}

.main_view .text_wrapper h4{
  font-size:clamp(20px,2vw,30px);
  line-height: 1.8;
}

.main_view .contact{
  width: 280px;
  height: 100px;
  margin: 1vh auto 0 120px;
  font-size: 20px;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 0 20px #89d3f1;
  border: 5px solid #24ADE4;
}

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

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

.intro_title{
  max-width: 600px;
  font-size: 32px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.intro_img{
  width: 150px;
  height: 150px;
  margin: auto auto 60px;
}

.intro .text_wrapper{
  width: 100%;
  max-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: 70%;
  min-width: 800px;
  margin: 100px auto 160px;
}

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

.recommend_contents_wrapper{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  justify-content: space-between;
  width: 100%;
  margin: 80px auto 0;
  gap: 50px;
}


.recommend_contents{
  width: 100%;
  max-width: 100%;
  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;
}

.recommend .recommend-catch{
  font-size: 40px;
  font-weight: 700;
}

/*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;
  min-height: 300px;
  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 black;
  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_wrapper{
  margin-top: 80px;
}

.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 #24ADE4;
}

.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: black;
  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: black;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid black;
}

.service_contents_plus .text_wrapper a:after{
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid black;
  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;
  height: auto!important;
}

.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-top: 60px;
  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: 0 auto 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: -80px;
  padding-top: 120px;
}

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

.feature_contents_wrapper{
  display: grid;
  width: 100%;
  max-width: 800px;
  margin: 80px auto 120px;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 10px;

}

.feature_contents{
  border-radius: 10px;
}

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

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

.feature_contents h4{
  color: black;
  font-size: 16px;
  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;
  background-color: white;
}

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

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

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

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

.achievement_wrapper:last-of-type{
  margin-bottom: 0px;
}

.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:auto;
  padding: 40px 0px;
  transform: scale(-1,1);
}

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

.achievement_wrapper .image-wrapper{
  width:50%;
}

.achievement_wrapper .image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.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: left;
  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: 0px 0px 40px;
  background-color: white;
}

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

.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;
  flex-direction: row;
}


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

/*flow*/
.flow{
  margin-top: -120px;
  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 #24ADE4;
  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;
}

}

/*pc終わり*/

/*タブレット開始*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_view{
    background-position: center;
  }
  .video_wrapper{
    display: flex;
    width: 80%;
    margin: 80px auto 120px auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .video_contents{
    width: 300px;
    height: 168px;
    margin-bottom: 60px;
  }
  .fee-inner{
    width: 800px;
    padding:0 20px;
  }
}

.slick-slide{
  height: auto!important;
}