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

/*main_view*/

.main_view{
  width: 100%;
  height: 600px;
  background-color: #011638;
  position: relative;
  padding-top: 160px;
}
.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: 34px;
  color: white;
  line-height: 1.8;

}

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

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

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

.intro_wrapper{
  padding-top: 60px;
}

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

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

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

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

.merit_wrapper{
  justify-content: space-between;
  width: 80%;
  min-width: 300px;
  height: auto;
  margin: 40px auto 0;
}

.merit_contents{
  width: 100%;
  min-width: 300px;
}

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

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

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

/*merit*/

/*recommend*/

.recommend{
  width: 90%;
  min-width: 300px;
  margin: auto;
  padding-top: 60px;
  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: 720px;
  background-color: #011638;
  position: relative;
  padding-top: 240px;
}

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

.main_view h2{
  font-size: 18px;
  color: white;
  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 black;
}

/*intro*/

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

.intro_wrapper{
  display: grid;
  padding-top: 60px;
  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 .text_wrapper h2{
  position: relative;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 60px;
  text-align: left;
  letter-spacing: 0.3em;
}

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

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

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

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


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

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

.merit_contents{
  width: 30%;
  min-width: 300px;
}

.merit_img{
  width: 100%;
  height: auto;
  padding:20px;
}

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

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

/*merit*/

/*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: 200px;
  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: 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終わり*/
