/* navi.css */
@charset "utf-8";


/* ハンバーガーメニューのアニメーション設定
---------------------------------------- */
.navbar .navbar-toggler {
  color: rgb(0, 0, 0, 0.5);
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}

.navbar .navbar-toggler-icon {
  background-image: none;
  background-color: #333;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

/* 横棒を変化させる設定 */
.navbar-toggler-icon:nth-of-type(1) {top:7px;}
.navbar-toggler-icon:nth-of-type(2) {top:14px;}
.navbar-toggler-icon:nth-of-type(3) {top:21px;}

/* 斜めになる設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top:13px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
}

.navbar-toggler:focus {
  box-shadow: none;
}



/* headerのナビボタン設定
---------------------------------------- */
.navbar {
	padding: 10px 0;
}

.nav-link {
	color: #000;
	padding: 0;
	font-size: 0.8rem;
	font-weight: bold;
}

.nav-link:hover {
	color: #bbb;
}


/* ナビボタンの縦線設定 */
.gnav {
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
}

.gnav + li {
	border-left: 0;
	border-right: 1px solid #000;	
}

/* メディアクエリでスマホの時に区切りを表示させない。 */
@media screen and (max-width:800px) {
    /*　画面サイズが800pxまではここを読み込む　*/
	.gnav {
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	}

	.gnav + li {
		border-left: 0;
		border-right: 0;	
	}
	
	.navbar-nav {
		margin: 10px 0 0 0;
	}
	
	.nav-link {
		padding: 10px 6px 10px 0;
	}
}


/* headerのコンバージョンボタン設定
---------------------------------------- */

/* 資料ダウンロードの設定 */
.header__btn--primary {
	background: #ff5478;
	border: 1px solid #000;
	margin: 0 10px 0 0;
	padding: 7px;
	width: 160px;
}

.header__btn--primary a {
	display: block;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}

.header__btn--primary a:hover {
	opacity: 0.5;
}

/* お問い合わせの設定 */
.header__btn--secondary {
	background: #3a4b93;
	border: 1px solid #000;
	padding: 7px;
	width: 160px;
}

.header__btn--secondary a {
	display: block;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}

.header__btn--secondary a:hover {
	opacity: 0.5;
}


/* mainのコンバージョンボタン設定
---------------------------------------- */
/* ボタン共通の設定 */
.main__btn--primary,
.main__btn--secondary {
	border: 0;
	margin: 0 auto;
	padding: 15px 10px 10px 10px;
	width: 340px;
	border-radius: 30px;
	height: 60px;
	font-size: 1.2rem;
}

/* 資料ダウンロードの設定 */


.main__btn--primary {
	background:linear-gradient(0, #ff5478 0%, #ff5478 50%, #ff6f8e 50%,#ff6f8e 100%);
	box-shadow: 0px 5px 8px #cdcdcd;
}

.main__btn--primary a {
	display: block;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	letter-spacing: .1em;
}

.main__btn--primary a:hover {
	opacity: 0.5;
}

/* お問い合わせの設定 */
.main__btn--secondary {
	background:linear-gradient(0, #3a4b93 0%, #3a4b93 50%, #52609f 50%,#52609f 100%);
	box-shadow: 0px 5px 8px #cdcdcd;
}

.main__btn--secondary a {
	display: block;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	letter-spacing: .1em;

}

.main__btn--secondary a:hover {
	opacity: 0.5;
}

/* mainキャッチコピー部分 SP表示
---------------------------------------- */

@media screen and (max-width:576px) { 
    /*　画面サイズが576pxまではここを読み込む　*/

	.main__headline--sp{
		margin: 20px 0;
	}
}



/* mainのコンバージョンボタン設定 SP最小表示
---------------------------------------- */

@media screen and (max-width:420px) { 
    /*　画面サイズが380まではここを読み込む　*/

	.header__btn--primary,
	.header__btn--secondary	 {

    width: 120px;
    font-size: .8rem;
	}
}



/* mainのコンバージョンボタン設定 SP表示
---------------------------------------- */

@media screen and (max-width:576px) { 
    /*　画面サイズが576pxまではここを読み込む　*/

	/* ボタン共通の設定 */
	.main__btn--primary,
	.main__btn--secondary	 {
		width: 100%;
		border-radius: 25px;
		height: 50px;
		font-size: 1rem;
	}
	
	.gnav__btn {
		margin: 0;
	}
	
	.navbar__pc {
		display: none !important;
	}
	

}


/* mainのコンバージョンボタン設定 レスポンシブ表示
---------------------------------------- */

@media screen and (min-width: 577px) and (max-width: 767px) { 
    /*　画面サイズが577px～767pxまではここを読み込む　*/
	.navbar__pc {
		display: none !important;
	}

	.main__btn--primary,
	.main__btn--secondary	 {
		margin: 0 auto;
	}
}

/* mainのコンバージョンボタン設定 レスポンシブ表示
---------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 920px) { 
    /*　画面サイズが577px～767pxまではここを読み込む　*/
	.navbar__pc {
		display: none !important;
	}

	.main__btn--primary,
	.main__btn--secondary	 {
		width: 250px;
		border-radius: 25px;
		height: 50px;
		font-size: 1rem;
	}
}


/* 「コストについてはこちら」ボタンの設定
---------------------------------------- */

.cost__row {
	margin: 0 0 60px 0;
}

.main__btn--cost {
	background:linear-gradient(0, #000 0%, #000 50%, #303030 50%,#303030 100%);
	box-shadow: 0px 5px 8px #cdcdcd;
	border: 0;
	padding: 10px;
	width: 380px;
	border-radius: 25px;
	height: 45px;
}

.main__btn--cost a {
	display: block;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	letter-spacing: .1em;
}

.main__btn--cost a:hover {
	opacity: 0.5;
}


/* footer navの設定
---------------------------------------- */

/* リストの設定 */
.fnav__list:first-child {
	margin-right: 60px;
	padding-right: 60px;
	border-right: 1px solid #000;
}

.fnav__list img:hover {
	opactiy: 0.5;
	filter: brightness(110%);
}

