@charset "UTF-8";
/*------------------------------
PC用レイアウト（768px以上スクリーン）
------------------------------*/

/*----------
共通設定(PC)
-----------*/

/* 初期スタイル調整 */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* body全体の初期スタイル調整 */
body {
	font-size: 62.5%;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	color: #343434;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

/*リンク文字の設定*/
a {
	text-decoration: underline;
}

a:link,
a:visited {
	color: #39f;
}

a:hover,
a:active {
	color: #f60;
}

p {
	margin: 0 !important;
	padding: 0 !important;
	font-feature-settings: "palt";
}

section {
	clear: both;
	/* 配置設定をクリアにしておくため（初期で設定している左右配置をクリアにする） */
	overflow: auto;
	/* 要素の内容が要素自体の領域を超えた場合「aute」 */
}

/* -------------------------------------
見出しタグ設定（PC)
--------------------------------------*/
h2 {
	margin: 0.5em 0 0.5em;
	padding-top: 0.5em;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

h3 {
	margin: 0 0 0.5em;
	padding: 0.3em 0.6em;
	font-size: 1.2em;
	font-weight: bold;
}


/*カラムが狭くなってもテーブルタグがはみ出ないようにする*/
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

/*--------------------------------------------------------
全体レイアウト/背景設定（PC）
--------------------------------------------------------*/

/*全体エリア(全体背景の設定はここ)*/
.main {
	background-color: #fff;
}

/*記事(ボディ)エリア*/


/*記事(ボディ)エリアの行間*/
.atcl_inr p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

/*記事(ボディ)エリアのフォントサイズ*/
.article {
	font-size: 1.7em;
}

/*カラム全体の幅を変更する*/
.header_inr,
.top_image_in {
	width: 1250px;
	margin: 0 auto
}


.atcl_inr,
.IH_FV_under {
	width: 1050px;
	margin: 0 auto
}

/*PC画面とスマホ画面の切り替え*/

.gamen_pc {
	display: block;
}

.gamen_rps {
	display: none;
}

/*--------------------------------------------------------
上部固定ヘッダー設定
--------------------------------------------------------*/

/*上部固定ヘッダー全体*/
.header {
	position: sticky;
	/* ポジションがピタッとくっつく設定 */
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	border-bottom: 1px;
	overflow: auto;
}

/* ヘッダー内部をカラム幅にする */
.header_inr {
	max-width: 1050px;
	margin: 0 auto;
	overflow: hidden;
}

/*ヘッダーロゴ*/
.header_logo {
	float: left;
	width: 12%;
	margin: 0.5em 0em 0em;
}

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

/*ヘッダー 問い合わせボタン*/
.header_text {
	float: left;
	margin: 1em 0.3em 0em;
	font-size: 2.2em;
	font-weight: bold;
}

/*ヘッダー内の画像はエリア幅に合わせる*/
.header_logo img,
.header_tel img {
	width: 100%;
}

/*--------------------------------------------------------
ファーストビュー設定
--------------------------------------------------------*/

.top_image {

	background-color: #fff;
	/* background: url(../images/top_image_back.jpg) center top no-repeat #fff; */
	height: auto;
}

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


.top_image_in img {
	width: 100%;
}

.fv_area_top {
	justify-content: center;
	/* 中央揃え */
	margin-top: 1em;
}

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

}

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

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

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

.IH_FVbtn_bottom img {
    width: 100%;
    max-width: 270px; 
}

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

.IH_medaru{
	max-width: 450px;
}

.IH_medaru img {
	width: 90%;
}
/* ボタンエリア背景設定 */

.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エリア（途中・下）設定
----------------------------*/

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

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

}


/* --------------------------
セクション設定
----------------------------*/


/* よくある相談内容 */

.soudan {
	background-color: #E17700;
	padding-top: 3em;
}

.soudan h2 {
	color: #fff;
}


.soudan_text {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* PCでは2列 */
	gap: 20px;
	/* 画像間の余白 */
	padding-bottom: 2em;
}

.soudan_text img {
	width: 100%;
	/* 画像の幅を親要素にフィットさせる */
	height: auto;
	/* 縦横比を保持 */
}

.kaiketu_inr img {
	width: 100%;

}

/* 3つの特徴 */

.tokutyou {
	background-color: #fff;
}

.tokutyou_cntnr,
.tokutyou_cntnr2 {
	display: flex;
	gap: 35px;
	padding-top: 2em;
}

.tokutyou_cntnr2 {
	flex-direction: row-reverse;
}

.tokutyou_text,
.tokutyou_img {
	flex: 1;
	/* 両方を同じ比率（1:1）にする */
}

.tokutyou_text {
	padding: 1em 0em;
}

.tokutyou_img img {
	width: 100%;
}


/* 外注 */

.gaityu {
	background-color: #f6f5f4;
}

.gaityu_cntnr {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 1.5em;
}

.gaityu_cntnr img {
	max-width: 60%;
	height: auto;
}

.gaityu_chance {
	text-align: center;
}

.gaityu_chance img {
	max-width: 900px;
}

/* ビジネス活用 */

.katuyou {
	background-color: #fff;
	text-align: center;
}

.katuyou_grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	/* 5列にする */
	gap: 5px;
	/* アイテム間の余白 */
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	/* 全体の最大幅を設定 */
	margin: 0 auto;
}

.katuyou_item {
	display: flex;
	flex-direction: column;
	/* 縦並びに */
	align-items: center;
	text-align: center;
}

.katuyou_item img {
	width: 120px;
	/* アイコンの大きさ調整 */
	height: auto;
	margin-bottom: 6px;
	/* 画像とテキストの間隔 */
}

.katuyou_item p {
	font-weight: bold;
}


/* 運用 */
.unyou {
	background-color: #fff;
	text-align: center;
}

.unyou_img img {
	max-width: 900px;
}

/* 料金 */

.price {
	background-color: #fff;

}

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

.price_text p {
	color: black;
	/* 文字色 */
	text-shadow:
		-1px -1px 0 white,
		1px -1px 0 white,
		-1px 1px 0 white,
		1px 1px 0 white;
	/* 文字の周りに白の縁を作る */
}

.price_hiyou {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.price_mds {
	font-size: 1.5em;
	background-color: #E17700;
	color: #fff;
}

.price_number {
	font-size: 2.5em;
	font-family: "Noto Sans JP", serif;
}


/* お客様の声 */
.koe {
	background-color: #f6f5f4;
}

.koe_cntnr h3 {
	color: #E17700;
	border-left: 8px solid #E17700;

}

.koe_cntnr {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	/* 角を丸くする */
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	border: 2px solid #ddd;
	padding: 20px;
	max-width: 800px;
	/* 横幅を調整（必要に応じて変更） */
	margin: 20px auto;
}

.koe_cntnr::before {
	content: "";
	position: absolute;
	top: 1px;
	right: 20px;
	width: 100px;
	height: 100px;
	background: url("../images/haikei_koe_fukidasi.png") no-repeat center/contain;
}



/* 流れ */
.nagare {
	background-color: #fff;
}

.nagare_cntnr {
	display: flex;
	align-items: center;
	/* 縦方向に中央揃え */
	position: relative;
	/* 子要素の位置調整の基準に */
	margin: 1em 0em;
	flex-direction: row-reverse;
	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: 250px;
}


.nagare_text {}

.nagare_text h3 {
	padding-top: 0.8em;
}

.nagare_heading {
	display: flex;
	align-items: center;
	gap: 5px;
}

.nagare_number {
	width: 40px;
	/* 見出しのナンバー画像サイズ（適宜変更） */
}



.section_01 {
	background-color: #fff;
	padding: 1.5em 3em;
}

.section_02 {
	background-color: #FFFEF8;
	padding: 1.5em 3em;
}

.section_03 {
	background-color: #FFF2F2;
	padding: 1.5em 0em;
}

.area_cta {
	padding: 0em 0em;
}


/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/

/* フレックボックス */

/* 横並びにボックスが出現 */


.item {
	background: #0bd;
	color: #fff;
	margin: 10px;
	padding: 10px;
}

/* 横並びにボックスが出現 */
.fb-container-01 {
	display: flex;
}

.fb-container-02 {
	display: flex;
	/* flex-direction: row-reverse;　順番が逆になる */
	/* flex-wrap: wrap;　画面が小さくなるとボックスが折り返しされる */
	/* flex-wrap: wrap-reverse;　折り返しが頭からになる */

	/* 書き込みの略式 */
	flex-flow: row wrap;

	/*justify-content: flex-start;　ボックスの端が左に寄る */
	/* justify-content: flex-end;　ボックスの端が右に寄る */
	justify-content: center;
	/* ボックスが中央に合わせられる */
	/* justify-content: space-between; */
	/* 画面に均等に配置 */
	/* justify-content: space-around;　子要素のマージン含めて均等に配置 */

	/* ボックス同士の感覚を操作する */
	gap: 20px;
}

.fb-container-03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.item-02 {
	flex-grow: 2;
	/* 子要素の伸びる比率を操作 */
}

.item-03 {
	flex-shrink: 2;
	/* 子要素の縮む比率を操作*/
}

.item-04 {
	flex-basis: 30%;
	/* 要素が30％分幅をとる */
}

.item-05 {
	/* 書き込みの略式 */
	flex: 2 0 30%;
}

/* ------------------「グレットレイアウトについて」--------------------- */

.fr-photo-garely {
	width: 1000px;
	display: grid;
	grid-template-rows: 50vw 30vw 50vw 30vw 30vw;
	/* 横の数 */
	grid-template-columns: 50% 50%;
	/* 縦の数 */

	/* デバイスの横幅に合わせてセルの高さを比率で決めるために、grid-template-rowsの値の単位をvw（viewportの横幅を基準にした単位）にしています */
}

.fr-photo-garely img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 画像調整の引き伸ばしで崩れた画像を適正にする */
}

.photo-A {
	/* grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3; */

	/* 略式の書き方 */
	grid-row: 1/2;
	grid-column: 1/3;
}

.photo-B {
	grid-row-start: 2;
	grid-row-end: 4;
	grid-column-start: 1;
	grid-column-end: 2;
}

.photo-C {
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end: 3;
}

.photo-D {
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-start: 2;
	grid-column-end: 3;
}

.photo-E {
	grid-row-start: 4;
	grid-row-end: 5;
	grid-column-start: 1;
	grid-column-end: 3;
}

.photo-F {
	grid-row-start: 5;
	grid-row-end: 6;
	grid-column-start: 1;
	grid-column-end: 2;
}

.photo-G {
	grid-row-start: 5;
	grid-row-end: 6;
	grid-column-start: 2;
	grid-column-end: 3;
}

/* ---グリットレイアウトの単位--- */

.gr_container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.gr-item {
	background-color: darkturquoise;
	color: #fff;
}

.gr_container01 {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 1fr 5fr;
	gap: 10px;
}

/* ー「auto-fill」ーー */
.gr_container02 {
	display: grid;
	grid-template-columns: repeat(auto-fill, 120px);
	gap: 10px;
}

/* 表示領域の大きさに合わせて空のグリッド(＝目に見えないグリッド)が自動的に作られる */

/* ーーーーー「auto-fit」ーーーーーー */
.gr_container03 {
	display: grid;
	grid-template-columns: repeat(auto-fit, 120px);
	gap: 10px;
}

/* 表示領域の大きさに合わせて余った部分は余白として扱う */



/* .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(100px, auto);
  }
  行のトラックの最小サイズを 100px に指定して、最大サイズに auto を指定することでコンテンツに合わせて行の高さ(rows)を拡大 */

/* ーーーーー組み合わせーーーーーー */
.gr_container04 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 10px;
	/* 120px以下では縦並び。120p以上になると幅に合わせて拡大。要素が一つ入る余白が生まれたら「空のグリット」が入る */
}

/* grid-template-columns: repeat(auto-fit, minmax(120,1fr));
要素が一つ入る余白が生まれたら自動的に要素が引き伸ばされて余白がなくなるバージョン */





/*----------------
チェックリスト（リストタグ）
----------------*/
ul.checklist {
	background-color: #FEFFF5;
	margin: 0 0 1.5em;
	padding: 1em 1em 0em 1em;
	list-style: none;
	border: 1px solid #414141
}

.checklist li {
	background-image: url(../images/icon-check03-red.png);
	background-repeat: no-repeat;
	background-size: 3.5%;
	padding-left: 1.8em;
	margin-bottom: 0.8em;
	/* margin-bottom: 0.8em;
	text-indent: -1.2em;
	margin-left: 1em; */
}

ul.checklist list-chaild {
	margin-bottom: 0em;
}

/*-------------
テーブル設定
--------------*/
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_style_01 {
	text-align: left;
	vertical-align: middle;
}

table.table-style01 th,
table.table-style01 td {
	text-align: left;
	vertical-align: middle;
}


/*-----------------
Youtube埋め込み調整
------------------*/

.youtube_size {
	width: 640px;
	height: 440px;
}

/*--------------------
画像化したサブヘッドを横に広げる
--------------------*/
h2.subhead {
	margin: 0em -2em;
}

/* -----------
フォーム設定
----------------*/
.mailform {
	background-color: #fff;
	margin-bottom: 1em;
	padding: 1em 0em 1.5em;
	box-shadow: 0px 0px 1px #000;
}

.input {
	padding: 0 2em;
}

.input_style {
	background-color: #fffbf0;
	width: 100%;
	height: 60px;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 1.4em;
}

input[type="image"] {
	width: 100%;
}

.caution {
	text-align: center;
	font-size: 0.8em;
	color: #f00;
}

/*------------------
よくある質問(文章ver.)
--------------------*/
.box_qa {
	background-color: #efefef;
	padding: 1em;
}

.box_qa_q {
	background-color: #fff;
	padding: 1em 2em;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	font-weight: bold;
	color: #CD3B3E;
}

.box_qa_a {
	background-color: #fff;
	padding: 1em 2em;
	line-height: 1.8;
}

.box_qa_q p,
.box_qa_a p {
	text-indent: -1.5em;
	/* Q&A欄の「Q」と「A」が文章に被っているのを訂正する */
}

.box_qa_a p {
	text-indent: 0em;
	margin-left: 0em;
}

/*------------------
よくある質問(事例2)
--------------------*/
/* よくある質問(文章ver.)のスタイル */
.box_qa {
	background-color: #efefef;
	padding: 1em;
}

.box_qa dt {
	background-color: #fff;
	padding: 1em 2em;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	font-weight: bold;
	color: #CD3B3E;
}

.box_qa dd {
	background-color: #fff;
	padding: 1em 2em;
	line-height: 1.8;
}

.box_qa dt,
.box_qa dd {
	text-indent: -1.5em;
	/* 質問と答えが被っているのを訂正する */
}

.box_qa dd {
	text-indent: 0em;
	margin-left: 0em;
}


/*------------
よくある質問(アコーディオンver.)
-------------*/
.faq {
	max-width: 800px;
	margin: 0 auto;
}

.faq dl,
.faq dt,
.faq dd {
	margin: 0;
	padding: 0;
}

.faq dl+dl {
	margin-top: 1rem;
}

.faq dt,
.faq dd {
	padding: 10px;
}

.faq dl {
	position: relative;
	overflow: hidden;
}

.faq dl>input {
	display: none;
}

.faq dt {
	position: relative;
	z-index: 1;
	padding-right: 40px;
	padding-left: 2.5em;
	cursor: pointer;
	background: #e6f3ff;
	transition: .4;
}

.faq dd {
	position: absolute;
	visibility: hidden;
	transform: translateY(-100%);
	transition: .4s;
	background: #f0f8ff;
	border-top: none;
	padding-left: 2.5em;

}

.faq dl>input:checked+label+dd {
	position: relative;
	visibility: visible;
	transform: translateY(0);
}

.faq dt::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	top: 50%;
	right: 10px;
	background: #333;
	transform: translateY(-50%);
}

.faq dt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 3px;
	background: #333;
	transition: .4s;
	transform: translateY(-50%) rotate(90deg);
}

.faq dl>input:checked+label>dt::after {
	transform: translateY(-50%) rotate(180deg);
}

.faq dt span,
.faq dd span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #459be6;
	color: #fff;
	top: 50%;
	left: .5em;
	width: 1.5em;
	height: 1.5em;
	transform: translateY(-50%);
}


.faq dd span {
	top: 10px;
	transform: translateY(0);
	background-color: #e60000;
}

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

.box_entry {
	background-color: #125fa3;
	padding: 1em 3em;
}

.entry_inr {
	background-color: #fff;
	padding: 1em 2em;
	overflow: auto;
}

.entry_tel {
	width: 48%;
	float: left;
	margin-top: 0.5em;
}

.entry_mail {
	width: 48%;
	float: right;
	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;
}

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

/*==================================================
スライダーのためのCSS※JQueryを使用
===================================*/
.slider {
	width: 94%;
	/* 横幅94%で左右に余白を持たせて中央寄せ */
	margin: 0 auto;
}

.slider img {
	width: 60vw;
	/* スライダー内の画像を60vwにしてレスポンシブ化 */
	height: auto;
}

.slider .slick-slide {
	transform: scale(0.8);
	/* 左右の画像のサイズを80%に */
	transition: all 0.5s;
	/* 拡大や透過のアニメーションを0.5秒で行う */
	opacity: 0.5;
	/* 透過50% */
}

.slider .slick-slide.slick-center {
	transform: scale(1);
	/* 中央の画像のサイズだけ等倍に */
	opacity: 1;
	/* 透過なし */
}

/* 矢印の設定 */

/* 戻る、次へ矢印の位置 */
.slick-prev,
.slick-next {
	position: absolute;
	/* 絶対配置にする */
	top: 50%;
	/* 矢印の垂直位置を中央に */
	cursor: pointer;
	/* マウスカーソルを指マークに */
	outline: none;
	/* クリックをしたら出てくる枠線を消す */
	border-top: 2px solid #666;
	/* 矢印の色 */
	border-right: 2px solid #666;
	/* 矢印の色 */
	height: 15px;
	width: 15px;
}

.slick-prev {
	left: -2%;
	/* 戻る矢印の位置 */
	transform: rotate(-135deg);
}

.slick-next {
	right: -2%;
	/* 次へ矢印の位置 */
	transform: rotate(45deg);
}

/* ドットナビゲーションの設定 */

.slick-dots {
	text-align: center;
	margin: 20px 0 0 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width: 8px;
	/* ドットボタンのサイズ */
	height: 8px;
	/* ドットボタンのサイズ */
	display: block;
	border-radius: 50%;
	background: #ccc;
	/* ドットボタンの色 */
}

.slick-dots .slick-active button {
	background: #333;
	/* ドットボタンの現在地表示の色 */
}




/*---------
フッター部分
-------*/

.footer {
	background: #E17700;
	padding: 2em 0 0.5em;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}

.footer a {
	color: #fff;
}

/*スマホ用下部固定メニュー*/
.fix_menu_smartphone {
	display: none;
}