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

/*main_view*/
.main_view{
  display: block;
  width: 100%;
  height: 600px;
  padding-bottom: 0px;
  position: relative;

}

.title_wrapper{
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  width: 340px;
  height: 340px;
  margin: auto;
  padding: 40px 20px 20px;
  background-color: #2020207a;
  z-index: 3;
}

.title_wrapper h1{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: white;
  letter-spacing: 5px;
}

.title_wrapper h2{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: white;
  line-height: 2;
  margin-bottom: 40px;
}

.title_wrapper h2 span{
  font-size: 36px;
  letter-spacing: 2px;
}

.contact_text{
  text-align: center;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.main_view .contact{
  display: block;
  width: 240px;
  height: 80px;
  margin: 10px auto 0;
  font-size: 18px;
  border-radius: 40px;
  font-weight: bold;
  background-color: black;
  color: white;
  /*box-shadow: 0 0 20px #7a7a7a; */
}

.main_view .img_wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../../img/img-lp/lp-5/lp-5_main_view-min.jpeg);
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
}

/*intro*/

.intro{
  display: block;
  width: 340px;
  margin: 0 auto;
  padding-top: 80px;
}

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

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

.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: cover;
  object-position: center;
  margin: 40px auto 80px;
}

.intro .img_wrapper_sp{
  display: block;
}


.intro .img_wrapper_left{
  display: none;
}

/*service*/

.service h2{
  text-align: center;
  letter-spacing: 3px;
  font-size: 20px;
  margin-bottom: 80px;
  line-height: 2;
}

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

/*共通部分*/
section{
  padding-bottom: 60px;
}

.section_title{
  margin-bottom: 80px;
}


.section_title h2{
  font-size: 60px;
  letter-spacing: 12px;
  text-indent: 12px;
}

.section_title span{
  font-size: 16px;
  margin-top: 10px;
}

/*認定パートナー追加*/
.menu_wrapper h2{
  font-size: 10px;
}

/*main_view*/
.main_view{
  position: relative;
  height: 820px;
  display: flex;
  padding-bottom: 0px;
  flex-wrap: nowrap;
}

.title_wrapper{
  position: absolute;
  width: 600px;
  height: 500px;
  top: 220px;
  left: 10%;
  right: auto;
  background-color: #2020207a;
  background-image: none;
  padding: 60px 40px 40px;
}

.title_wrapper h1{
  font-size: 32px;
  padding-left: 0;
  margin-bottom: 10px;
}

.title_wrapper h2{
  text-align: left;
  font-size: 32px;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.title_wrapper h2 span{
  font-size: 60px;
  letter-spacing: 4px;
}

.contact_text{
  text-align: center;
  font-size: 16px;
}

.main_view .contact{
  margin: 40px auto;
  font-size: 18px;
  color: white;
  /*box-shadow: 0 0 20px #7a7a7a; */
}

.main_view .img_wrapper{
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  left: auto;
}

/*intro*/

.intro{
  display: grid;
  width: 960px;
  margin: 60px auto;
  grid-template-columns: 350px 140px 350px;
  grid-template-rows: auto auto auto;
  grid-column-gap: 60px;
  grid-row-gap: 160px;
  padding-top: 60px;
}

.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 .text_wrapper h2{
  position: relative;
  font-size: 22px;
  line-height: 2;
  margin-bottom: 80px;
  text-align: left;
}

.intro .text_wrapper h2::before{
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  left: 3px;
  margin: 0;
  bottom: -30px;
  background-color: black;
}

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

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

.intro .img_wrapper_sp{
  display: none;
}

.intro .img_wrapper_left{
  display: block;
}

/*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: 200px;
  height: 200px;
}

.service_contents .img_wrapper img{
  display: block;
  width: 200px;
  height: 200px;
}

.service_contents .text_wrapper{
  width: 500px;
}

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

.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終わり*/
