@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width : 768px) {

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/

/*body全体の初期スタイル調整*/
body {
	width: 100%;
  -webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

/*チェックマークの共通設定*/
.check:before {
	position: relative;
  top: 5px;
	content: url('../images/check.png');
}

/*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0;
  font-size: 2em;
  color: #000;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
/*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
	overflow:hidden;
}
/*記事(ボディ)エリア*/
.article {
  font-size: 1.3em; /*=13px*/
	letter-spacing: -0.01em;
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
	letter-spacing: -0.01em;
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr,.section_inr02,.section_inr03,.section_inr04,.section_inr05 {
  width: 100%;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}

/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
	max-width: 100%;
	margin: 1em auto;
	overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
	width: 40%;
	float: left;
	margin: 0.6em;
	margin-top: 1.5em;
}

/*ヘッダーの電話ボタン*/
.header_tel {
	width: 30%;
	float: right;
	margin: 1em 0.4em 0.5em 0;
}





/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image{
margin: 0em;
padding: 0em;
  background-image: url(../images/top_bg_04.jpg);
	background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
}


.top_image_in {
  text-align: left;
  font-size: 1.2em; /*=22px*/
  letter-spacing: -0.1em;
;
}


.top_image_title{
	padding-left: 0.2em;
	color: #000e44;
  font-size: 1.8em;
  font-weight: bold;
  text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff,
2px -2px 10px #fff,
-2px -2px 10px #fff


}

.maincopy01{
	font-size: 1.5em;
	line-height: 1.0;
}

.maincopy02{
	padding-left: 0.2em;
	font-size: 1.4em;
}

.subcopy{
margin-top: 0.5em;
color: #ffff;
text-shadow:none;
font-weight: normal;
}

.subcopy_box{
background-color: #000e44;
padding: 0.3em;
margin-right: 0.2em;
}

.top_image_img{
  margin: 1em 0.5em 1em;
	text-align: center;
}

.top_image_img img{
  width: 100%;
}


.top_image_img02{
	margin-top: 1.5em;
	text-align: center;
}

.top_image_img02 img{
  width: 100%;
}

.service_copy{
	text-align: center;
  font-size: 2em; /*=22px*/
  letter-spacing: 0.1em;
	text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff,
2px -2px 10px #fff,
-2px -2px 10px #fff;
	background-image: url(../images/top_bg02.jpg);
	background-position: center;
	background-size:cover;
}

.service_copy01 {
  position: relative;
	margin: 3em 0 0;
  padding: 1em 2em;
	font-size: 1.1em;
	font-weight: bold;
  text-align: center;
}

.service_copy02{
margin-bottom: 1em;
}

.service_logo{
  text-align: center;
	margin: 0 3em;
}

.service_logo img{
  width: 100%;
}


.benefit_copy{
	display: inline-block;
  margin-top: 1em;
  padding: 0.5em;
  color: #000e44;
  font-weight: bold;
  font-size:0.8em;
  background-color: #fff;
  border:1px solid  #000e44;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "MS PGothic", "MS ゴシック", sans-serif;
}

.loopSlider {
  height: 200px;
}

.loopSlider ul li {
  width: 200px;
  height: 200px;
}




/*--------------------------------------------------
seciton01
-----------------------------------------------------*/
.section_01 {
  margin-top: 10em;
  background-image: url(../images/section_bg.jpg);
	background-position: center;
  background-size:cover;
  background-repeat: repeat-y;
}


.section_inr{
  background-color: #fffffc;
 text-align: center;
}

.seciton01_title{
  text-align: center;
}

.seciton01_title img{
  width: 60%;
  margin-bottom: 1em;
}

.seciton01_title p{
  font-size: 0.9em;
}

.seciton01_case01{
  margin: 2em 0.5em 6em;
  padding: 0.5em 0 1em;
  color: #333333;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(241, 241, 241);
}

.case01_title{
  background-color: #000e36;
  margin: 1em 0.5em;
  color: #fff;
  letter-spacing: 0.12em;
}

.case02_title{
  background-color: #000e36;
  margin: 3em 0.5em 1em;
  padding: 1em;
  color: #fff;
  font-size: 1.3em;
  letter-spacing: 0.12em;
}

.case{
}

.how{
font-size: 2em;
}

.bill{
padding-bottom: 0.5em;
}

.case01_img{
  text-align: center;
}

.case01_img img{
  width: 90%;
}

.case01_text{
	font-size: 1.2em;
  margin: 1em 1em;
}

.area_img_inr{
margin: 1em 0 4em;
}

.area_img{
  text-align: center;
}

.area_img img{
width: 90%;
}


.seciton01_beforeafter{
text-align: center;
}

.img_beforeafter{
text-align: center;
}

.img_beforeafter img{
	display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.scroll-step-track {
  flex-direction: column;
  padding-inline-start:unset;
  margin: auto;
}

.scroll-step-track img {
  width: 80%;
  height: auto;
  flex-shrink: 0;
}


.section01_member li {
  min-width: 100%;
}

.section01_member_item + .section01_member_item {
  margin-left: 0px;
  margin-top: 40px;
}


/*--------------------------------------------------
補強パート：実績
-----------------------------------------------------*/

.ls {
  letter-spacing: -7px;
}


.section_achievements {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.section_achievements_title {
  font-size: 1.5em;
  letter-spacing: -0.5px;
}

.section_achievements_imgs {
  gap:8px;
  grid-template-columns: repeat(1,1fr);

}


/*--------------------------------------------------
ドローン調査
-----------------------------------------------------*/


.section_drone {
  margin-top: 60px;
  margin-bottom: 60px;
}


.section_drone_title::before  {
  position: absolute;
  content:"";
  display: inline-block;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%,0%);
  border: 11px solid transparent;
  border-top: 12px solid #000e36;

}

.section_drone_title_back {
  background-color: #000e36;
  color: #fff;
  padding:3px;
}

.section_drone_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.section_drone_img {
  width: 90%;
  margin: auto;
}

.section_drone_img img {
  width: 100%;
}

.section_drone_text {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.pc_br {
  display: none;
}

.sp_br {
  display: block;
}

/*--------------------------------------------------
安心の特許書
-----------------------------------------------------*/

.patent-book-section_inr{
  background-color: #fefff4;
  margin: 6em 0;
  padding: 3em 0;
}

.patent-book {
  padding-top: 40px;
}

.patent-book_title {

}

.patent-book_img {
  width: 80%;
  margin: auto;
  margin-top:15px;
}

.patent-book_img img {
  width: 80%;
}


/*--------------------------------------------------
seciton02
-----------------------------------------------------*/
.section_02{
  margin-top: 3em;
  background-color: #fff;
	background-position: center;
  background-size:cover;
  background-repeat: repeat-y;
}

.section_inr02{
  background-image: url(../images/section_bg02.jpg);
  background-position: center;
  background-size:cover;
  background-repeat: repeat-y;
 text-align: center;
}

.section02_contents{
margin-top: 3em;
padding-top: 3em;
text-shadow: 2px 2px 2px #fff ,
-2px 2px 2px #fff,
2px -2px 2px #fff,
-2px -2px 2px #fff
}


.checkbox{
padding: 2em;
display: flex;
flex-direction:column;
}

.checkbox_inr {
margin: 0;
font-family:"小塚ゴシック Pr6N","ヒラギノ角ゴ StdN","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "MS PGothic", "MS ゴシック", "sans-serif";
padding: 0em 0.5em 0.5em;
}


.checkbox_inr_text {
background: url("../images/check02.png") no-repeat;
background-position: left 50%;
background-size:5%;
color: #383838;
padding-left: 1.6em;
margin-bottom: 1em;
font-size: 1.3em;
font-weight: normal;
text-align: left;
}

.section02_contents02{
	margin: 3em 0.1em 1em;
  padding-bottom: 3em;
	text-align: center;
}

.section02_contents02 img{
  padding-bottom: 3em;
	width: 100%;
}


.nauyami_img{
text-align: center;
}

.nauyami_img img{
	width: 50%;
}

.section02_arw{
	text-align: center;
	position: relative;
	top:-50px;
}

.section02_arw img{
	width: 4%;
}

.section02_font{
	text-align: center;
	padding-bottom: 2em;
}

.section02_font img{
	width: 60%;
}

.section02_contents03{
	text-align: center;
}

.section02_contents03 img{
	width: 100%;
}


/*--------------------------------------------------
section03
-----------------------------------------------------*/
.section_03 {
  margin-top: 6em;
  background-image: url(../images/section_bg.jpg);
	background-position: center;
  background-size:cover;
  background-repeat: repeat-y;
}

.section_inr03{
  background-color: #f8f8f8;
  margin-top: 3em;
  padding-top: 3em;
 text-align: center;
}

.reason_contents{
  margin:5em 1em;
	padding-top: 2em;
	background-color: #fff;
}

.reason_alhabet{
  color: #e3e3e3;
  font-size: 2em;
  letter-spacing: 0.1em;
}

.reason_subtitle{
  display: inline-block;
  padding: 0.1em 0.3em;
  -webkit-transform: skew(-5deg);
  color: #fff;
  background-color:#262626;
  font-size: 1.2em;
}

.reason_title{
  font-size: 2.5em;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.reason_img{
  text-align: center;
  margin: 0.5em 0;
}

.reason_img img{
  width: 90%;
}

.reason_text{
	font-size: 1.2em;
	margin: 0.5em 1em;
  padding-bottom: 3em;
}


/*--------------------------------------------------
section04
-----------------------------------------------------*/
.section_04 {
  margin-top: 6em;
}

.section_inr04{
  background-color: #fffef9;
  margin-top: 3em;
  margin-bottom: 1em;
  padding-top: 3em;
 text-align: center;
}

.jirei_contents{
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(241, 241, 241);
  margin: 1em 0em 5em;
  padding: 1em 0.5em;
}

.jirei_question{
margin-top:1em;

}

.jirei_question .sub{
  display: inline-block;
padding: 0.5em 1.1em;
  border-radius: 50%;
  background-color: #02186d;
  text-align:center;
  color: #fff;
  font-weight: bold;
  font-size:1em;
  line-height: 1.5em;
}



.jirei_question .title{
  position: relative;
  padding: 1em 2em;
  text-align: center;
  margin: 0.5em 2em;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.08em;
  background: url("../images/q.png") no-repeat;
}

.jirei_question .title:before,
.jirei_question .title:after {
  position: absolute;
  content: '';
}

.jirei_question .title:after {
  top: -0.5em;
  left: -0.5em;
  width: 30px;
  height: 30px;
  border-top: 1px solid #838383;
  border-left: 1px solid #838383;
}

.jirei_question .title:before {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-right: 1px solid #838383;
  border-bottom: 1px solid #838383;
}

.jirei_img{
  margin-top: 1em;
  text-align: center;
}

.jirei_img img{
  width: 80%;
}

.jirei_img02{
  margin:1em 0;
  text-align: center;
}

.jirei_img02 img{
  width: 100%;
}


.jirei_arw{
  text-align: center;
  margin: 1em 0;
}

.jirei_arw img{
  width: auto;
  height: 70px;
}

.jirei_answer{

}

.jirei_answer .title{
	position: relative;
	padding: 1em 2em;
	text-align: center;
	margin: 0.5em 2em;
	font-size: 1.3em;
	font-weight: bold;
	color: #02186d;
	letter-spacing: 0.08em;
	background: url("../images/a.png") no-repeat;
}

.jirei_answer .title:before,
.jirei_answer .title:after {
  position: absolute;
  content: '';
}

.jirei_answer .title:after {
  top: -0.5em;
  left: -0.5em;
  width: 30px;
  height: 30px;
  border-top: 1px solid #838383;
  border-left: 1px solid #838383;
}

.jirei_answer .title:before {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-right: 1px solid #838383;
  border-bottom: 1px solid #838383;
}




.step_img {
  margin: 0.5em auto 0;
  text-align: left;
  border-bottom:1px solid #cccccc;
  padding-bottom: 5em;
}



/*--------------------------------------------------
section05
-----------------------------------------------------*/
.step_contents {
  padding: 1em 0em;
  text-align: left;
  margin-bottom: 10em;
}



.step_img img{
  width: 90%;
}

/*2507_ステップcss更新*/

.n-flow {
  width: 100%;
  margin-top:60px;
  margin-bottom:60px;
}


.n-flow_list {
  width: 90%;
  margin: auto;
  display: grid;
  gap:30px 15px;
  grid-template-columns: repeat(1,1fr);
  padding-inline-start: 0px;
}

.n-flow_list li {
  text-decoration: none;
  margin-left: 0px;
}

.n-flow_item {
  position: relative;
  display: flex;
}

.n-flow_item + .n-flow_item {
  margin-top: 20px;
}

.n-flow_item:not(:last-child)::before  {
  position: absolute;
  content:"";
  display: none;
}


.n-flow_img {
  width: 30%;
  margin: 0px;
}

.n-flow_img img {
  width: 100%;
}

.n-flow_wrap {
  width: 65%;
  margin-left: 30px;
}

.n-flow_num {
  text-align: left;
  display: block;
}

.n-flow_heading {
  font-size: 1.2em;
  text-align: left;
}

.n-flow_category {

}

.n-flow_category_item {
  margin: 0px;
  text-align: left;
}



/*よくある質問 のCSS*/
.qa_content{
margin:3em 1em 8em;

}

.qa_q{
  display: block;
  padding-left: 3em;
  padding-bottom: 1em;
	color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
background: url("../images/q2.png") no-repeat;
border-bottom: 5px solid #02186d;
}

.qa_a{
  padding-top: 1em;
  padding-left: 4em;
  padding-bottom: 0.5em;
	color: #000;
  font-size: 1.2em;
  text-align: left;
background: url("../images/a2.png") no-repeat;
background-position: left 50%;
}

/* 2507_追加分 */

.faq-item {
  margin: 0 1em 1em;
}

/*よくある質問 のCSSここまで*/

.faq_section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e7ebf5;
}


/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.area_cta_inr {
  margin: 0 0;
  padding: 0.5em 0;
  overflow: auto;
  text-align: center;
  color: #fff;
	background-color: #e7ebf5;

}


.area_cta_01{
  padding: 0 0.5em;
}

.cta_01_text{
  padding-top: 1em;
font-family:"ヒラギノ角ゴ StdN","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "MS PGothic", "MS ゴシック", sans-serif;
color: #262626;
text-align: center;
letter-spacing: -0.01em;
text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff,
2px -2px 10px #fff,
-2px -2px 10px #fff
}

.cta_01_img{
	display: none;
}

.cta_01_img img{
width: 100%;
}

.cta_01_text_title{
  font-size: 22px;
}

.cta_01_text_title02{
  font-size: 35px;
}

.cta_01_text_text{
	font-size:18px;
  margin-top: 1em;
}

.cta_01_img02{
  margin-top: 0.5em;
}

.cta_01_img02 img{
  width: 300px;
}


.cta_arw{
	position: relative;
  top: -5px;
  text-align: center;
}

.cta_arw img{
  width: 70px;
}

.area_cta_02{
	margin: 1em 0.5em;
  padding: 2em 0em;
 background-color: #fff;
 text-align: center;
}

.area_cta_02 p{
  color: #000;
  font-size: 1em;
  font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "MS PGothic", "MS ゴシック", sans-serif;
}


.cta_mail{
  text-align: center;
}

.cta_mail img{
    width: 100%;
    padding-bottom: 0.5em;
}


.cta_tel{
  margin-top: 1.5em;
  text-align: center;

}

.cta_tel img{
  width: 350px;
  padding-bottom: 0.5em;
}


.cta_p{
  font-size: 0.8em;
  color: #000;
    font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "MS PGothic", "MS ゴシック", sans-serif;
}


/*--------------------------------------------------
特典エリア
-----------------------------------------------------*/
.tokuten-inr{
  margin: 5em auto 0;
  padding: 0.5em 1em;
  overflow: auto;
  text-align: center;
  color: #fff;
}

.tokuten_contents_inr{
  display: flex;
	flex-direction:column;
}

.tokuten_contents{
margin-top: 2em;
}


.tokuten_subtitle{
  display: inline-block;
  padding: 0.1em 0.3em;
  -webkit-transform: skew(-5deg);
  color: #fff;
  background-color:#c00009;
  font-size: 1.2em;
}

.tokuten_title{
  font-size: 1.8em;
  letter-spacing: 0.04em;
  font-weight: bold;
	      font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "MS PGothic", "MS ゴシック", sans-serif;
}

.tokuten_img{
  text-align: center;
  margin: 0.5em 0;
}

.tokuten_img img{
  width: 90%;
}

.tokuten_con_img{
  text-align: center;
  margin: 0.5em 2em;
}

.tokuten_con_img img{
  width: 100%;
}


.table-tokuten-inr{
	padding: 0 1em;
}

/*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/

.table_containr{
  text-align: center;
  margin:0 auto;
}

.table_inr{
	margin: 0.5em 1em 1em 1em;
	text-align: center;
}

table {
  width: 100%;
	word-break: break-all;
	word-wrap: break-all;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 1em auto;
}
th, td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
th {
  background-color: #f6fafd;
  font-weight: bold;
  text-align: center;
}
td {
  background-color: #fff;
  text-align: left;
}
/*スマホでは行が列になるテーブルタグ*/

.table_style_01 tr,
.table_style_01 th,
.table_style_01 td{
 display: block;
}

.table_style_01 th,
.table_style_01 td{
 width: 100%;
}


/*テーブル02*/
table-tokuten {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 1em auto;
}
.table-tokuten th, .table-tokuten td{
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-tokuten th{
  background-color: #0d2e99;
  font-weight: bold;
  text-align: center;
   width: 30%
}
.table-tokuten td {
  background-color: #fff;
  color: #000;
  text-align: left;
  width: 70%;
}



/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.privacy_contents{
  margin: 0 1em;
}



/*--------------------------------------------------
サンクスページ
-----------------------------------------------------*/
.thanks_inr{
margin: 0 0em 5em;
text-align: center;
}


.thanks_title {
	margin: 3em 0.2em 0;
  padding: 1em 2em;
	font-size: 1.4em;
  color:#0a1b6b;
	font-weight: bold;
  text-align: center;
}

.thanks_text{
	margin: 0 3em;
}

.thanks_contents{
  background-image: url(../images/thanks_bg.jpg);
	background-position: center;
  background-size:contain;
  background-repeat: repeat;
	margin: 8em 0em 1em;
  text-align: center;
  padding-bottom: 2em;
}

.title_contents{
  margin: 2em 0 1em;
  padding: 0.5em 1em;
  background-color: #fff;
  display: inline-block;
  color: #000e44;
  font-size: 1.3em;
  font-weight: bold;
}

.thanks_contents p{
    font-size: 0.8em;
}

.youtube_contents{
		position: relative;
		width: 100%;
		max-width: 560px; /* PCでは最大560px */
		margin: 0 auto; /* 中央配置 */
		aspect-ratio: 16 / 9; /* 16:9 の比率を維持 */
}

.youtube_contents iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
}

.img_contents{
padding-bottom: 1em;
text-align: center;
}

.img_contents img{
  max-height: 0 auto;
  width: 95%;
  transition: opacity 0.3s;
}

.img_contents img:hover {
      opacity: 0.5;
  }


/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #0a2679;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
.footer a {
  color: #fff;
}



}
