@charset "UTF-8";

@media only screen and (max-width : 768px) {
/*-----------------------
スマホ・タブレット用レイアウト（768px以下スクリーン）
----------------------*/

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

/* はみ出した領域は非表示にする*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
html, body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/*画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}
/*H2タグ*/
h2 {
	margin: 0.5em 0 0.5em;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
/*H3タグ*/
h3 {
	margin: 0 0 0.5em;
	padding: 0.3em 0.6em;
	font-size: 1.6em;
	font-weight: bold;
}


/*--------------------------------------------------------
全体レイアウト/背景設定(スマホ・タブレット)
--------------------------------------------------------*/

/*全体エリア(全体背景の設定はここ)*/
.main {
	background-color: #fff;
}
/*記事(ボディ)エリア*/
.article {
	background-color: #fff;
}
/*記事(ボディ)エリアの行間*/
.article p {
	line-height: 1.8em;
}
/*記事(ボディ)エリアのフォントサイズ*/
.article {
	font-size: 1.6em;
}
/*カラム全体の幅はスマホの場合固定*/
.header_inr, 
.article,
.atcl_inr,
.top_image_in {
	width: 100%;
	margin: 0 auto
}
/*PC画面とスマホ画面の切り替え*/

.gamen_pc {
	display: none;
}

.gamen_rps {
	display: block;
}
/*--------------------------------------------------------
上部固定ヘッダー設定
--------------------------------------------------------*/

/*上部固定ヘッダー全体*/
.header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	background-color: #fff;
	border-bottom: 1px;
	overflow: auto;
}
/*ヘッダーロゴ*/
.header_logo {
	float: left;
	width: 15%;
	margin-top: 15px;
	margin-left: 0px;
}
/*ヘッダー 電話ボタン*/
.header_tel {
	width: 35%;
	float: right;
	margin: 0.9em 0.5em 0em;
}
/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 30%;
	float: right;
	margin: 0.8em 0.3em 0em;
}

.header_text {
	font-size: 1.8em;
}
/*ヘッダー内の画像はエリア幅に合わせる*/
.header_logo img, .header_tel img, .header_mail img {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー設定
-----------------------------------------------------------------------------------------------------*/

.top_image {
	/*スマホの際はファーストビューの背景を非表示*/
	background-image: none;
}

.fv_target_cp {
	background-color: #E17700;
	font-size: 1.7em;
	text-align: center;
	color: #fff;
}

.IH_medaru img {
    width: 80%;
    position: relative;
    z-index: 1;
}


/*----- トップページ下エリア -----*/
.IH_FV_under{
	display: flex;
	gap: 30px;
	z-index: 1;
	width: 100%;

}


/* ボタンエリア */
.IH_FVbtn_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* ボタン間の余白 */
	max-width: 600px;
	padding: 1em;
}

.IH_FVbtn_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px; /* 上の2つの画像の間隔 */
}

.IH_FVbtn_bottom {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 5px; /* 画像間の間隔 */
}
.IH_FVbtn_top img{
width: 100%;
}

.IH_FVbtn_bottom img {
    width: 100%;
	width: 46%;

}

.IH_FVbtn_bottom .separator {
    width: 2px;
    height: 40px;
    background-color: #333; /* 縦線の色 */
}

.IH_medaru{
	max-width: 450px;
}

.IH_medaru img {
	width: 90%;
}

.IH_FV_under{
	flex-direction: column;
}


/* ボタンエリア背景設定 */



.IH_FV_under {
	background: #fff;
	position: relative;
	text-align: center;
	padding: 1em 0;
	display: flex;
	justify-content: center;
	/* 横方向の中央配置 */
	align-items: center;
	/* 縦方向の中央配置 */
}

.IH_FV_under:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 50vw 0 50vw;
	border-color: #fff #E17700 transparent transparent;
	/* 逆三角形の色を設定 */
	position: absolute;
	top: 100%;
	left: 50%;
	/* 横方向で中央に配置 */
	transform: translateX(-50%);
	/* 左に50%分ずらして、正確に中央に配置 */
}




/* --------------------------
CVエリア（途中・下）設定
----------------------------*/

.IH_btn_middlearea{
	width: 100%;
}

.CV_area_inr{
	background-color: #fff;
	margin: 0 auto;
padding-bottom: 2em;
margin-bottom: 1em;

width: 100%;


}
.CV_area_inr h2{
font-size: 1.4em;
}

.IH_btn_middlearea {
    display: flex;
    flex-direction: column;
	justify-content: center; 
	align-items: center;   
    gap: 10px; /* ボタン間の余白 */



}

.IH_btn_middle_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px; /* 上の2つの画像の間隔 */
}

.IH_btn_middle_bottom {
    display: flex;
    align-items: center;
	justify-content: center; 
    gap: 5px; /* 画像間の間隔 */
}

.IH_btn_middle_bottom .separator {
    width: 2px;
    height: 40px;
    background-color: #333; /* 縦線の色 */
}
.IH_btn_middle_top img{
width: 80%;
}
.IH_btn_middle_bottom img{
width: 40%;

}




/*--------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------*/

/*以下、PCでのcssをコピペして調整すると効率的※重複プロパティは消すと見やすい*/

/* よくある相談内容 */
.soudan_text {
    grid-template-columns: 1fr; /* 1列表示 */
padding: 0em 0.5em 1em;
}


/* 3つの特徴 */
.tokutyou_cntnr,
.tokutyou_cntnr2 {
	flex-direction: column;
	/* 子要素を縦並びにする */
	align-items: center;
	text-align: left;
	padding: 0em 0.5em 0em;
	gap: 0px;
}



.tokutyou_img img {
	width: 100%;
	max-width: 300px;
	/* 画像の最大幅を設定 */
	margin-bottom: 5px;
	z-index: 100;
}

/* 外注 */
.gaityu_cntnr {
	flex-direction: column; /* 縦並びに変更 */
	gap: 5px;
	padding: 0em 1em 3em;
}
.gaityu_cntnr img {
	width: 100%; /* 幅を調整（任意） */
	max-width: 500px; /* 大きすぎる場合の制限 */
}
.sales_triangle {
	margin: 0px ; /* 三角形の間隔を調整 */
}

.gaityu_chance img{
width: 100%;
}

/* ビジネス活用 */


.katuyou_grid {
	grid-template-columns: repeat(3, 1fr); /* 3列にする */
}

.katuyou_item:nth-child(10) {
	grid-column: 2; /* 最後の1つを中央に配置 */
}

.katuyou_item p {
	font-weight: bold;
	font-size: 0.8em;
}

/* 運用 */
.unyou_img img {
	max-width: 100%;

}

/* 料金 */
.price_text {
	background: url(../images/haikei_price.png) left top no-repeat #fff;
	text-align: right;
	font-size: 1.5em;
	height: auto;
	display: flex;
	flex-direction: column;
	/* 縦並び */
	padding-left: 0px;
	/* 要素全体を右に移動 */
	text-align: center;
	padding-top: 1em;
}


/* お客様の声 */

.koe_cntnr h3{
color: #E17700;
border-left: 8px solid #E17700;
font-size: 1.4em;
}


/* 流れ */
.nagare_cntnr {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	/* 子要素の位置調整の基準に */
	margin: 1em 0em;
	padding: 0.5em 1em 1em;
	margin-bottom: 0.8em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	border: 2px solid #ddd;
	height: auto;
}
/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/

/*チェックリスト（リストタグ）*/

ul.checklist {
	background-color: #FEFFF5;
	margin: 0 0 1.5em;
	padding: 1em 1em 0em 1em;
	list-style: none;
	border: 1px solid #414141
}
.checklist li {
	margin-bottom: 0.8em;
}
.checklist li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f14a";
	margin-right: 0.3em;
	color: red;
}
/*テーブルタグ*/
table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	margin-top: 1em;
	margin-bottom: 1em;
}
th, td {
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
th {
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}
td {
	background-color: #fff;
	text-align: left;
}
table.table-style01 th, table.table-style01 td {
	text-align: left;
	vertical-align: middle;
}
/*テーブルをブロック表示に*/

.table-style01, .table-style01 tr, .table-style01 th, .table-style01 td {
	display: block;
}
.table-style01 th, .table-style01 td {
	float: left;
	width: 100% !important;
	box-sizing: border-box;
}
.table-style01 {
	zoom : 1;
}
.table-style01:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
/*Youtube埋め込み調整*/
	
.youtube_size {
	width: 100%;
	height: 300px;
}
/*-----------------------------------------------------------------------------------------------------
テンプレート用のcss※必要に応じて使用する
-----------------------------------------------------------------------------------------------------*/

/*画像化したサブヘッドを横に広げる*/
h2.subhead {
	margin: 0em -2em;
}
/*よくある質問(文章ver.)*/
.box_qa {
	background-color: #efefef;
	padding: 1em;
}
.box_qa_q {
	background-color: #fff;
	padding: 0.2em 0.8em 0.5em 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	font-weight: bold;
	color: #CD3B3E;
}
.box_qa_a {
	background-color: #fff;
	padding: 0.5em 1em;
	line-height: 1.8;
}
.box_qa_q p {
	text-indent: -2em;
	margin-left: 2.5em;
}
.box_qa_a p {
	text-indent: -2em;
	margin-left: 2.3em;
	line-height: 1.7em
}
/*よくある質問(アコーディオンver.)*/



/*問い合わせエリア*/

.box_entry {
	background-color: #125fa3;
	padding: 1em 1em;
}
.entry_inr {
	background-color: #fff;
	padding: 1em 1em;
}
.entry_tel {
	width: 100%;
	float: none;
	margin-top: 0.5em;
}
.entry_mail {
	width: 100%;
	float: none;
	margin-top: 0.5em;
}
/*フォームエリア*/

/*全体*/
.mailform {
	background-color: #fff;
	margin: 0em 0em 1em;
	padding: 1em 0em 1.5em;
	box-shadow: 0px 0px 1px #594a42;
}
.input {
	margin: 0em 0em 0em;
	padding: 0em 2em;
	font-color: #000;
}
.input_style {
	width: 100%;
	height: 60px;
	font-size: 100%;
	margin-bottom: 0.5em;
	text-align: center;
	color: #7b7b7b;
}
input[type="image"] {
	width: 100%;
	text-align: center;
	margin: 0em auto;
}
.caution {
	margin: 0em;
	padding: 0;
	font-size: 90%;
	color: #990000;
	text-align: center;
}
/*スライダー*/
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 200px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 250px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul li img {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/

.footer {
	padding: 2em 0em 2em;
	font-size: 1em;
}
	

	
}
