/*モバイルファースト*/
/*sp-------------------------------------------------------------------*/
.br_pc{
  display: none;
}
/*main_view*/

.main_view{
  width: 100%;
  height: 620px;
  background-color: #011638;
  position: relative;
  background-image: url('../../img/img-lp/lp-4-outbound/mv1-sp.png');
  background-repeat: no-repeat;
  /*background-position: bottom center;*/
  background-position: left center;
  background-size: cover;
  padding-top: 140px;
}
.main_view .main_img{
  position: absolute;
  width: 500px;
  height: 500px;
  object-fit: contain;
  object-position: center;
  z-index: 1;
  display: none;
}

.main_view .bottom_img{
  position: absolute;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top center;
  bottom: 0;
  z-index: 0;
}

.main_view .text_wrapper{
  position: relative;
  z-index: 2;
  width: 320px;
  margin: auto;
}

.main_view h1{
  font-size: 28px;
  color: #F50057;
  line-height: 1.8;

}

.main_view h2{
  font-size: 16px;
  color: #000;
  line-height: 2;
  margin-top: 10px;
}

.main_view .contact{
  display: block;
  width: 220px;
  height: 80px;
  margin: 200px auto 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 #006699;
}

/*intro*/
.intro{
  display: block;
  width: 340px;
  margin: 60px auto 0 auto;
}

.intro_wrapper{
  padding-top: 0px;
}

.intro h2{
  position: relative;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}

.intro h2::before{
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  background-color:#006699;
}

.intro p a {
  opacity: 0.9;
  border-bottom: 1px solid #006699;
}

.intro .text_wrapper p{
  font-size: 16px;
  line-height: 2;
  padding: 0 10px 20px;
}

.intro .img_wrapper img{
  display: block;
  width: 320px;
  height: 200px;
  object-fit: contain;
  object-position: center;
  margin: 0px auto 30px;
}

.intro .img_wrapper_sp{
  display: block;
}


.intro .img_wrapper_left{
  display: none;
}

.intro h3{
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 80px;
}

/*example*/
.example{
  padding-top: 60px;
  background-color: #f6f8fa;
}

.example h3{
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #144e75;
}

.example_wrapper{
  justify-content: space-between;
  width: 320px;
  height: auto;
  margin: 40px auto 0;
}

.example_contents{
  margin: 80px auto 0 auto;
}

.example_img{
  width: 100%;
  height: auto;
  padding: 10px;
}

.example h2{
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}

.example p{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 10px;
}

.example p span{
  font-weight: 700;
}

/*example*/

/*recommend*/

.recommend{
  width: 90%;
  min-width: 300px;
  margin: auto;
  background-color: white;
  padding-bottom: 20px;
}

.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_contents{
  width: 90%;
  min-width: 320px;
  height: auto;
  margin-bottom: 60px;
  box-shadow: 0 0 10px #d2d2d2;
  padding: 80px 20px 60px;
}

.service_contents_left{
  border-radius: 0 40px 40px 0;
  margin-left: 0;
  margin-right: auto;
}

.service_contents_right{
  border-radius: 40px 0 0 40px;
  margin-left: auto;
  margin-right: 0;
}

.service_contents .img_wrapper img{
  display: none;
}

.service_contents .text_wrapper{
  width: 250px;
  margin: auto;
}

.service_contents .text_wrapper h3{
  font-size: 20px;
  line-height: 1.8;
}

.service_contents .text_wrapper img{
  display: block;
  margin: 40px 0;
  width: 160px;
  height: 160px;
}

.service_contents .text_wrapper p{
  line-height: 1.8;
  padding-bottom: 10px;
  font-size: 16px;
}

/*faq*/

.faq{
  padding-bottom: 0;
  margin-bottom: 0;
}

.faq_contents{
  padding: 10px 10px 30px;
  border-radius: 20px;
  font-size: 18px;
  width: 320px;
  margin: 40px auto 40px;
  background-color: #fafafa;
}

.faq_contents h4{
  font-size: 18px;
  color: black;
  text-align: left;
  line-height: 1.8;
  padding-bottom: 20px;
}

.faq_contents h4 span{
  color: red;
  margin-right: 8px;
}

.faq_contents p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}

.faq_contents p span{
  color: blue;
  margin-right: 8px;
}

/*sp終わり*/

/*pc----------------------------------------------------------------*/
@media only screen and (min-width: 1000px){

.br_sp{
  display: none;
}

.header_space{
  display: none;
}

/*main_view*/
.main_view{
  width: 100%;
  height: 54vw;
  background-color: #011638;
  background-image: url('../../img/img-lp/lp-4-outbound/mv1.png');
  position: relative;
  padding-top: 13vw;
  background-position: top center;
}

.main_view .main_img{
  position: absolute;
  width: 500px;
  height: 500px;
  left: 0;
  top: 0;
  object-fit: contain;
  object-position: center;
  z-index: 1;
  display: none;
}

.main_view .bottom_img{
  position: absolute;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top center;
  bottom: 0;
  z-index: 0;
}

.main_view .text_wrapper{
  margin-left: 10%;
  width: 100%;
}

.main_view h1{
  font-size: 44px;
  color: #F50057;
  line-height: 2;
}

.main_view h2{
  font-size: 18px;
  color: #000;
  line-height: 2;
  margin-top: 10px;
}

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

/*intro*/

.intro{
  width: 960px;
  margin: 60px auto 0;
}

.intro_wrapper{
  display: grid;
  padding-top: 0px;
  grid-template-columns: 350px 140px 350px;
  grid-template-rows: auto auto;
  grid-column-gap: 60px;
  grid-row-gap: 80px;
}

.intro .text_wrapper_left{
  grid-column-start: 1;
  grid-column-end: 3;
}

.intro .text_wrapper_right{
  grid-column-start: 2;
  grid-column-end: 4;
}

.intro .img_wrapper_right{
  grid-column-start: 3;
  grid-column-end: 4;
}

.intro .img_wrapper_left{
  grid-column-start: 1;
  grid-column-end: 2;
}

.intro h2{
  position: relative;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 60px;
  text-align: left;
  letter-spacing: 0.3em;
}

.intro  h2::before{
  position: absolute;
  content: "";
  width: 80%;
  height: 5px;
  left: 3px;
  margin: 0;
  bottom: -20px;
  background-color: #006699;
}

.intro .text_wrapper p{
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  padding: 0 10px 10px;
}

.intro .img_wrapper img{
  width: 350px;
  height: 300px;
  object-fit: contain;
  object-position: center;
  margin: 0px;
}

.intro .img_wrapper_sp{
  display: none;
}

.intro .img_wrapper_left{
  display: block;
}

.intro h3{
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-top: 80px;
}

/*example*/
.example{
  padding-top: 60px;
  background-color: #f6f8fa;
}


.example h3{
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #144e75;
}

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

.example_contents{
  width: 30%;
  min-width: 300px;
  margin-top: 0;
}

.example_img{
  width: 100%;
  height: 20vw;
  max-height: 350px;
  padding:20px;
}

.example h2{
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}

.example p{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 10px;

}

/*example*/

/*recommend*/
.recommend{
  width: 90%;
  padding-top: 100px;
}

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

.recommend_contents{
  width: 30%;
  min-width: 400px;
  height: auto;
  border-radius: 30px;
  padding-top: 60px;
  margin-bottom: 40px;
}

.recommend_contents h3{
  width: 85%;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}

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

/*service*/

.service_contents{
  display: flex;
  width: 80%;
  min-width: 800px;
  height: 400px;
  margin-bottom: 60px;
  box-shadow: 0 0 10px #d2d2d2;
  padding-top: 80px;
  padding-bottom: 80px
}

.service_contents_left{
  border-radius: 0 40px 40px 0;
  padding-right: 80px;
  padding-left: 10px;
  margin-left: 0;
  margin-right: auto;
}

.service_contents_right{
  border-radius: 40px 0 0 40px;
  padding-left: 80px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: 0;
}

.service_contents .img_wrapper{
  width: 100%;
  max-width: 350px;
  height: auto;
}

.service_contents .img_wrapper img{
  display: block;
  width: 100%;
  height: auto;
}

.service_contents .text_wrapper{
  width: 420px;
}

.service_contents .text_wrapper h3{
  font-size: 24px;
  margin-bottom: 30px;
}

.service_contents .text_wrapper img{
  display: none;
}

.service_contents .text_wrapper p{
  line-height: 1.8;
  padding-bottom: 20px;
  font-size: 16px;
}

.service_contents_left .img_wrapper{
  margin-left: auto;
  margin-right: 20px;
}

.service_contents_right .img_wrapper{
  margin-left: 80px;
  margin-right: auto;
}

.service_contents_left .text_wrapper{
  margin-left: auto;
  margin-right: auto;
}

.service_contents_right .text_wrapper{
  margin-left: auto;
  margin-right: auto;
}

/*faq*/

.faq_contents{
  padding: 20px 20px 40px;
  border-radius: 40px;
  font-size: 20px;
  width: 720px;
  margin: 40px auto 40px;
}

.faq_contents h4{
  font-size: 20px;
}

.faq_contents h4 span{
  margin-right: 10px;
}

.faq_contents p{
  font-size: 18px;
}

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

@media (max-width: 1024px) and (min-width: 1000px) {
  .main_view{
    background-position: top center;
    height: 600px;
  }
  .main_view h1 {
    font-size: 33px;
  }
}

@media (max-width: 1000px) and (min-width: 768px) {
  .main_view{
    background-image: url('../../img/img-lp/lp-4-outbound/mv1-sp.png');
    background-position: center center;
    height: 750px;
  }
  .main_view h1 {
    font-size: 33px;
  }
  .main_view .text_wrapper{
    width: 600px;
  }
  .main_view h2{
    margin-top: -5px;
  }
  .main_view .contact{
    margin-top: 340px;
  }
}

footer {
  background-color: #006699;
}