/* CSS Document */


body {
line-height:1.6;
font-family:'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
font-family: 'Kosugi', sans-serif;
color:#4b4949;
-webkit-text-size-adjust:100%;/* for smt */
	margin:0px;
	background: #FFF;
	color:#4b4949;
}
#spHeader, #informationFooter_sp  {
	display:none;
	width:0px;
}
.sp {
	display:none;
	width:0px;
	height:0px;
}
.pc {
	display:block;
	width:auto;
}
li{
	list-style-type: none;
}
a img   {
	padding-top:5px;
	transition-duration: 0.3s;
}
a:hover img   {
}
a  {
	position: relative;
	display:block;
	z-index: 2;
	color: #0000FF;
	overflow: hidden;
	text-decoration:none;
}
a:hover  {
	color:#FF0000;
	text-decoration:underline;
}
a::after  {
top: -100%;
  width: 100%;
  height: 100%;
}
a:hover::after  {
  top: 0;
  background-color: #333;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration:none;
}
a[href^="mailto:"] {
	text-decoration:none;
}
a[href^="mailto:"]:hover{
	text-decoration:none;
	color:#0000FF;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
#wrapper    {
	max-width:100%;
	margin:auto;
}
/* ■　ヘッダー　　■ */
#incHeaderWrap  {
	width:100vw;
	border-top:solid 25px #f0f3f5;
	background:#fbb03b;
	position: fixed;
	z-index: 10;
}
#incHeader   {
	max-width:1280px;
	margin:auto;
	background:#fbb03b;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-between;
}
#headerBar  {
	max-width:1280px;
	padding-left:10px;
	margin:auto;
	margin-top:-15px;
	height:15px;
	background:#f0f3f5;
	font-size:10px;
	color:#4b4949;
}
#headerWrap   {
	width:100%;
	margin:auto;
	padding-top:195px;
}
#headerWrap >img {
	width:100%;
	display:block;
	height:auto;
	margin:auto;
}
#headerWrapUnder   {
	width:100%;
	padding-top:60px;
	overflow: hidden;
}
#headerWrapUnder > img {
	object-fit: cover;
	width:100%;
	height:264px;
	margin:auto;
}
#incHeader > div.topLogo {
}
#incHeader > div.topLogo > a > img {
	margin:5px 20px 0 20px;
	float:left;
	width:200px;
}
#incHeader > div.ask {

}
#incHeader > div.ask > a > {

}
/* ■　グローバルメニュー　■ */
#menuWrap {
	width:100%;
	padding-bottom:20px;
	background:#FFFFFF;
}
#globalMenu {
	max-width:1280px;
	margin:auto;
	background:#FFFFFF;
	top: 0px;
	border-top:solid 3px #CCCCCC;
}
#globalMenu > ul {
	max-width:1280px;
	padding-left:0px;
	height:40px;
	margin:auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
#globalMenu  > ul > li {
	display:block;
	width:calc( 100% / 6 );
	height:50px;
	line-height:1.1em;
}
#globalMenu > ul > li > a {
	padding-top:20px;
	height:50px;
	font-size:18px;
	display:block;
	color:#333333;
	text-align:center;
	text-decoration:none;
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
}

#globalMenu > ul > li > a:hover {
	border-bottom:solid 3px #0115d8;
	height:50px;
}
.tryBtn {
	color:#FFF;
}
#globalMenu > ul > li.tryBtn > a {
	color:#FFF;
	text-align:center;
	background-position: 0 0;
	background-size: 200% auto;
	background-color:#dc143c;
	border-radius:10px;
}
#globalMenu > ul > li.tryBtn > a:hover {
	color:#FFF;
	display:block;
	margin:auto;
	background-color:#FF8578;
}
/* ■　メインコンテンツ　■ */
#mainContents  {
	width:100vw;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	background:#FFFFFF;
	font-size:16px;
	line-height:200%;
}
.wideContainer {
	width:100vw;
	margin-top:100px;
	margin-bottom:100px;
}
.container {
	max-width:1280px;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;
}
.bg01 {
	background-color:#ffefca;
}
.bg02 {
	background-color:#ffefca;
}
p {
	margin:  20px;
	font-size:18px;
	line-height: 2;
}
H1 {
    font-size: 28px;
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 3px solid #eee;
    border-left: none;
}
H1:before {
	position: absolute;
	left: 0;
	width: 10%;
	height: 3px;
	content: '';
	background: #ccc;
}
H2 {
	width:100%;
	font-size: 24px;
	text-align:center;
	margin-top:50px;
	margin-bottom:100px;
}
/* H2:before {
	position: absolute;
	left: 0;
	top:0;
	width: 25px;
	height: 5px;
	content: '';
	background: #999;
}
H2:after {
	position: absolute;
	right: 0;
	bottom:0;
	width: 25px;
	height: 5px;
	content: '';
	background: #999;
} */
/* ■　フッター　■ */
#incFooter {
	width:100vw;
	background:#f4f4f4;
	padding:10px 0 30px 0;
}
#incFooterinner {
	max-width:1280px;
	padding:0 20px 0 20px;
	margin:auto;
}
#footerMenu  {
	float:left;
}
#footerSns {
	text-align:right;
}
#footerSns > ul {
	width:800px;
	height:270px;
	margin:0 0 0 40px;
	border-left:1px solid #f0f3f5;
	display:inline-block;
}
#footerSns  > ul > a > li {
	display:block;
	margin:10px;
	float:left;
	list-style-type: square;
}
#footerSns  > ul > a > li > img {
	display:block;
	height:50px;
}
#footerSns > ul > li > div {
	width:300px;
	display:inline-block;
	margin-left:20px;
	list-style-type: none;
}
.sns {
	color:#000;
	font-size:44px;
}
#footerMenu > ul {
	width:300px;
	height:270px;
	padding-left:0px;
	margin:auto;
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #4b4949;
	display:inline-block;
}
#footerMenu  > ul > li {
	display:block;
	list-style-type: square;
}
#footerMenu > ul > li > a {
	background:none;
	line-height:16px;
	padding-top:10px;
	padding-left:10px;
	font-size:14px;
	display:block;
	color:#4b4949;
	text-align:left;
	text-decoration:none;
}
#footerMenu > ul > li > a:hover {
	padding-top:10px;
	padding-left:7px;
	display:block;
	border-left:3px solid #FFF;
}
#footerLogo  {
	width:280px;
	float:left;
	color:#FFF;
}
#footerLogo > .footerText {
	font-size:12px;
	color:#4b4949;
}
#footerLogo > a,#footerLogo > div > a {
	color: #4b4949;
	text-decoration:none;
}
#footerLogo > a > img {
	margin:50px 20px 0 20px;
	width:230px;
}
/* ■　TOPリンク　■ */
#page_top{
  width: 150px;
  height: 150px;
  position: fixed;
  right: calc( 50% - 75px);
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 100px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
.left {
	margin:20px;
	float:left;
}
.right {
	margin:20px;
	float:right;
}
ul.voice > li {
	width:calc((100% / 3) - 50px );
	height:700px;
	margin:10px;
	padding:10px;
	float:left;
	border:1px solid #ccc;
}


/* ■■■■■■■■■■■■■■■      Moile CSS @media screen and (max-width: 800px)   ■■■■■■■■■■■■■■■*/
@media screen and (max-width: 800px) {

.sp {
	display:block;
	width:auto;
	height:auto;
}
.pc {
	display:none;
	width:0px;
	height:0px;
}
#incHeader > div.topLogo {
	margin:auto;
}
#incHeader > div.topLogo > a > img.logo {
	margin:auto;
	display:block;
	float:none;
	width:200px;
}
#incHeader > div.ask {
	margin:auto;
}
#topLogo > .right {
	display:none;
}
#incHeaderWrap  {
	width:100vw;
	height:100px;
	border-top:none;
	border-bottom:none;
	background:#fbb03b;
	position: relative;
	z-index: 10;
}
#headerBar  {
	display:none;
}
#headerWrap   {
	padding-top:100px;
}
H2 {
	width:100%;
	font-size: 24px;
	position: relative;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	border-left:none;
	border-right:none;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
H2:before {
	position: absolute;
	left: 10;
	top:10;
	width: 0px;
	height: 0px;
	content: '';
	background: #999;
}
H2:after {
	position: absolute;
	right: 0;
	bottom:0;
	width: 0px;
	height: 5px;
	content: '';
	background: #999;
}
#page_top {
	height:75px;
}
/*----------------------Burger*/
/*ヘッダーまわりはご自由に*/
header {
	position:fixed;
	top:60px;
	float:left;
	width:50px;
  padding-left:5px;
  padding-top:5px;
	margin-top:-50px;
  background: #000000;
	z-index:99;
}
#nav-drawer {
	padding-top:10px;
  position: relative;
}

#nav-drawer img{
	height:20px;
	margin-bottom:0px;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 50px;
    height: 22px;
	margin-bottom:10px;
	margin-left:7px;
    vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: #FFFFFF;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 1000;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;/*最前面に*/
    width: 80%;/*右側に隙間を作る*/
    max-width: 280px;/*最大幅*/
    height: 100%;
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
    background-color: rgba(51,51,51,0.6);
    padding-left: 10px;
    border: 1px solid #000;
    color: #fff;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}
#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-content > ul {
	width:100%;
	margin:auto;
	padding-left:0px;
	display:inline-block;
}
#nav-content  > ul > li {
	display:inline-block;
	float:left;
	width:200px;
}
#nav-content > ul > li >a {
	font-size:16px;
	padding:15px;
	height:40px;
	color:#FFFFFF;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
}
/*----------------------Burger*/

#mainContents  {
	width:100vw;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	background:#FFFFFF;
	padding:0;
	font-size:16px;
	line-height:200%;
}
#incFooterinner {
	width:calc( 100vw -20px );
	padding:0 5px 0 5px;
	margin:auto;
}
#footerLogo  {
	width:100%;
	float:none;
}
#footerLogo > .footerText > a {
	display:block;
	margin:auto;
}
#footerLogo > .footerText > a > img {
	width:100%;
	margin:auto;
}
#footerLogo > a > img {
	margin:0px;
	width:150px;
}





}
