@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.6;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
	position: relative;
	font-weight: normal;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */
#site_title {
	width: 33%;
	max-width: 363px;
	margin: 38px auto 0;
	overflow: hidden;
}
#site_title a{
	display: block;
}
h1.title {
	background: #999;
	padding: 20px 10px;
	margin-bottom: 30px;
	color: #fff;
	overflow: hidden;
}
h2.title{
	width: 100%;
	margin: 0 auto 50px;
}
.title_under{
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: #707070 1px dashed;
	color: #007965;
	font-size: 18px;
	font-weight: 600;
}
/* ボタン */
.btn{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 100%;
	max-width: 350px;
	height: 75px;
	margin: 0 auto;
	background: #F58634;
	border-radius: 5px;
	box-shadow: 4px 4px 0 #C6661E;
	color: #FFF!important;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
	position: relative;
}
.btn.btn_r{
	padding-right: 20px;
}
.btn.btn_b{
	padding-bottom: 20px;
}
.btn::before{
	content: '';
	position: absolute;
}
.btn.btn_r::before{
	width: 10px;
	height: 17px;
	background: url(../img/icon_arrow_r.png) no-repeat center center/contain;
	top: 50%;
	right: 22px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn.btn_b::before{
	width: 17px;
	height: 10px;
	background: url(../img/icon_arrow_b.png) no-repeat center center/contain;
	bottom: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.btn_blank::after{
	content: '';
	display: block;
	width: 17px;
	height: 14px;
	margin-left: 5px;
	background: url(../img/icon_window.png) no-repeat center center/contain;
}
/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	height: 148px;
	margin-bottom: -37px;
	background: url(../img/bg_h_cable.png) no-repeat right calc(50% + 300px) top/auto 100%,url(../img/bg_header.png) repeat center center/13px,#003FAA;
	border-radius: 0 0 50% 50% / 0 0 37px 37px;
	position: relative;
	z-index: 9999;
	overflow: hidden;
}

/* グローバルナビゲーション */
#gnav {
	position: absolute;
	top: 0;
	right: 16px
}
	#gnav ul {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: flex-end;
		-ms-align-items: stretch;
		align-items: stretch;
		align-content: stretch;
	}
	#gnav ul > li {
		-webkit-flex: 0 0 134px;
		-ms-flex: 0 0 134px;
		flex: 0 0 134px;
		width: 134px;
		max-width: calc(calc(32.7vw - 24px)/3);
		margin-left: 8px;
	}
	#gnav ul > li a {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		align-content: center;
		height: 80px;
		border-radius: 0 0 10px 10px;
		color: #FFF;
		font-size: 13px;
		font-weight: 600;
		text-decoration: none;
	}
	#gnav ul > li:nth-child(1) a{
		background: #F58634;
		box-shadow: 0 4px 0 #C3631D;
	}
	#gnav ul > li:nth-child(2) a{
		background: #00AF91;
		box-shadow: 0 4px 0 #006755;
	}
	#gnav ul > li:nth-child(3) a{
		background: #FFD85C;
		box-shadow: 0 4px 0 #C99B06;
		color: #000;
	}
	#gnav ul > li a::before{
		content: '';
		width: 36px;
		height: 36px;
		margin-right: 0px;
	}
	#gnav ul > li:nth-child(1) a::before{
		background: url(../img/icon_price.png) no-repeat center center/contain;
	}
	#gnav ul > li:nth-child(2) a::before{
		background: url(../img/icon_know.png) no-repeat center center/contain;
	}
	#gnav ul > li:nth-child(3) a::before{
		background: url(../img/icon_enjoy.png) no-repeat center center/contain;
	}
	#gnav ul > li a:hover {
		-ms-filter: "alpha(opacity=60)";
		-moz-opacity:0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	clear: both;
	position: relative;
}

/* ▼ パンくず
--------------------------------------- */
#path {
	margin-bottom: 10px;
	font-size: 14px;
	overflow: hidden;
}
	#path li {
		float: left;
	}
	#path li:not(:last-child):after {
		content: "〉";
		margin-left: 10px;
		color: #333;
	}

/* 白背景 */
.white_wrap{
	padding: 60px 55px 55px;
	background: #FFF;
	border-radius: 30px;
	position: relative;
}
.white_wrap .title_white{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	height: 60px;
	background: #007965;
	border: #FFF 5px solid;
	border-radius: 30px;
	box-sizing: border-box;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.white_wrap .title_white img{
	width: auto;
	height: 33px;
}

/* ▼▼▼ フッター
===================================== */
footer {
	position: relative;
	width: 100%;
	background: #FFF5D4;
	padding: 20px 0;
	clear: both;
	z-index: 5;
}

footer::before{
	content: '';
	width: 100%;
	height: 227px;
	background: url(../img/bg_foot_t.png) no-repeat center bottom/100% 100%;
	position: absolute;
	left: 0;
	top: -227px;
}
#footer_inner{
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
.f_link_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	gap: 40px;
	padding-bottom: 26px;
}
.f_link_list li{
	-webkit-flex: 0 0 235px;
	-ms-flex: 0 0 235px;
	flex: 0 0 235px;
	width: 235px;
	max-width: 235px;
	margin-bottom: 16px;
}
.f_link_list:nth-child(1) li{
	padding-top: 15px;
}
.f_link_list li.chara_add{	
	-webkit-flex: 0 0 360px;
	-ms-flex: 0 0 360px;
	flex: 0 0 360px;
	width: 360px;
	max-width: 360px;
	position: relative;
	height: 84px;
}
.f_link_list li.chara_add::before,
.f_link_list li.chara_add::after{
	content: '';
	position: absolute;
	z-index: 2;
}
.f_link_list li.chara_add::before{
	width: 90px;
	height: 96px;
	background: url(../img/about/img_mike.png) no-repeat center bottom / contain;
	left: -30px;
	bottom: -18px;
}
.f_link_list li.chara_add::after{
	width: 90px;
	height: 96px;
	background: url(../img/about/img_burujii.png) no-repeat center bottom / contain;
	right: -30px;
	bottom: -18px;
}
.f_link_list li a{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	height: 80px;
	padding-right: 20px;
	border-radius: 5px;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
}
.f_link_list:nth-child(1) li a{
	background: #EB4B82;
	box-shadow: 4px 4px 0 #B12857;
}
.f_link_list:nth-child(2) li:nth-child(1) a{
	background: #00AF91;
	box-shadow: 4px 4px 0 #006755;
}
.f_link_list:nth-child(2) li:nth-child(2) a{
	background: #535353;
	box-shadow: 4px 4px 0 #1A1A1A;
}
.f_link_list:nth-child(2) li:nth-child(3) a{
	background: #f57461;
	box-shadow: 4px 4px 0 #f5503c;
}
.f_link_list li a::before{
	content: '';
	width: 36px;
	max-width: 36px;
	height: 36px;
	margin-right: 12px;
}
.f_link_list:nth-child(1) li a::before{
	background: url(../img/icon_insta.png) no-repeat center center/contain;
}
.f_link_list:nth-child(2) li:nth-child(1) a::before{
	background: url(../img/icon_site.png) no-repeat center center/contain;
}
.f_link_list:nth-child(2) li:nth-child(2) a::before{
	background: url(../img/icon_x.png) no-repeat center center/contain;
}
.f_link_list:nth-child(2) li:nth-child(3) a::before{
	background: url(../img/icon_site.png) no-repeat center center/contain;
}
.f_link_list li a::after{
	content: '';
	width: 10px;
	height: 18px;
	background: url(../img/icon_arrow_r.png) no-repeat center center/contain;
	position: absolute;
	top: calc(50% - 9px);
	right: 12px;
}
.f_link_list li.chara_add a::after{
	right: 56px;
}
h3.title_f_contact{
	margin-bottom: 5px;
	padding-left: 22px;
	color: #F58634;
	font-size: 24px;
	font-weight: 600;
	position: relative;
}
h3.title_f_contact::before{
	content: '';
	width: 16px;
	height: 4px;
	background: #F58634;
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
}
.f_bottom_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.f_tel{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
}
.f_tel dt,.f_tel dd{
	display: inline-block;
}
.f_tel dt{
	width: 190px;
}
.f_contact table th{
	width: 190px;
	font-weight: 400;
}
.f_menu{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 10px;
}
.f_menu li:not(:last-child){
	margin-right: 40px;
}
.f_menu li a{
	padding-left: 12px;
	background: url(../img/icon_arrow_g.png) no-repeat left center/7px;
	font-size: 14px;
	font-weight: 600;
}
.f_bnr{
	width: 290px;
	max-width: 290px;
	margin-bottom: 10px;
}
.f_bnr a{
	display: block;
}
#copyright {
	color: #000;
	font-size: 12px;
	text-align: center;
}
/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	position: fixed;
	width: 50px;
	height: 50px;
	background: #F68633;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}

.pagetop::before{
	content: '';
	width: 18px;
	height: 10px;
	background: url(../img/icon_arrow_b.png) no-repeat center center/contain;
	position: absolute;
	right: 16px;
	bottom: 22px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {

	#gnav ul > li a {
		font-size: 1.25vw;
	}
	#gnav ul > li a::before{
		width: 3.6vw;
	}
}
/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}


	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.pc {display: none;}
	.sp {display: block;}
	.btn.sp{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		max-width: 213px;
		width: 213px;
		margin-top: 61px;
		overflow: hidden;
	}


	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		height: 126px;
		margin-bottom: -27px;
		background: url(../img/bg_h_cable.png) no-repeat left top 46px/30.4vw,url(../img/bg_header.png) repeat center center/13px,#003FAA;
		border-radius: 0 0 50% 50% / 0 0 27px 27px;
		position: relative;
		z-index: 9999;
		overflow: hidden;
	}

	/* グローバルナビゲーション */
	#gnav {
		width: 100%;
		position: absolute;
		top: 0;
		right: 0px
	}
		#gnav ul > li {
			-webkit-flex: 0 0 33.34%;
			-ms-flex: 0 0 33.34%;
			flex: 0 0 33.34%;
			width: 33.34%;
			max-width: calc(100%/3);
			margin-left:0;
		}
		#gnav ul > li a {
			height: 46px;
			font-size: 12px;
		}
		#gnav ul > li a{
			box-shadow: none!important;
			border-radius: 0;
		}
		#gnav ul > li a::before{
			width: 30px;
			height: 30px;
			margin-right: 4px;
		}
		#gnav ul > li a:hover {
			-ms-filter: "alpha(opacity=100)";
			-moz-opacity:1;
			-khtml-opacity: 1;
			opacity: 1;
		}


	/* ボタン */
	.btn{
		max-width: 255px;
		height: 60px;
		font-size: 14px;
	}
	.btn.btn_r::before{
		width: 8px;
		height: 12px;
		right: 17px;
	}
	.btn.btn_b{
		padding-right: 20px;
		padding-bottom: 0;
	}
	.btn.btn_b::before{
		width: 12px;
		height: 8px;
		top: 50%;
		right: 15px;
		left: auto;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.btn_blank::after{
		width: 13px;
		height: 11px;
		margin-left: 10px;
	}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
	}
	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}


	.white_wrap{
		padding: 30px 15px 30px;
		border-radius: 15px;
	}
	.white_wrap .title_white{
		height: 44px;
		border-radius: 22px;
		top: -22px;
		left: 50%;
	}
	.white_wrap .title_white img{
		width: auto;
		height: 24px;
	}

	/* ▼▼▼ フッター
	===================================== */
	footer {
		padding: 20px 0 80px;
	}

	footer::before{
		height: 75px;
		top: -75px;
	}
	#footer_inner{
		padding: 0 20px;
		margin: 0 auto;
		overflow: hidden;
	}
	.f_link_list{
		display: block;
		padding-bottom: 26px;
	}
	.f_link_list:nth-child(1){
		padding-bottom: 0;
	}
	.f_link_list li{
		width: 252px;
		max-width: 252px;
		margin: 0 auto 16px;
	}
	/* .f_link_list:nth-child(1) li:nth-child(2){
		padding-top: 0;
	} */
	.f_link_list li.chara_add{
		-webkit-flex: 0 0 250px;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		width: 250px;
		max-width: 250px;
		height: 56px;
	}
	.f_link_list li.chara_add::before{
		width: 65px;
		height: 70px;
		left: -30px;
		bottom: -20px;
	}
	.f_link_list li.chara_add::after{
		width: 65px;
		height: 70px;
		right: -30px;
		bottom: -20px;
	}
	.f_link_list li a{
		padding-right: 20px;
		font-size: 14px;
		height: 56px;
	}
	.f_link_list li a::before{
		width: 28px;
		max-width: 28px;
		height: 28px;
		margin-right: 10px;
	}
	.f_link_list li a::after{
		width: 8px;
		height: 12px;
		top: calc(50% - 6px);
		right: 17px;
	}
	.f_link_list li.chara_add a::after{
		right: 34px;
	}
	h3.title_f_contact{
		font-size: 20px;
	}
	.f_bottom_wrap{
		display: block;
	}
	.f_tel{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.f_tel dt,.f_tel dd{
		display: inline-block;
	}
	.f_tel dt{
		width: 150px;
	}
	.f_contact table th{
		width: 150px;
	}
	.f_contact{
		margin-bottom: 18px;
	}
	.f_menu{
		justify-content: space-around;
	}
	.f_menu li:not(:last-child){
		margin-right: 0;
	}
	.f_bnr{
		margin: 0 auto 40px;
		width: 255px;
		max-width: 255px;
	}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		right: 10px;
	}

}
