﻿@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}
main {
    display: block;
}

.bnr-brand-site {
    width: 100%;
    padding: 80px 0;
    background-color: #efefed;
}

.bnr-brand-site > a {
    display: block;
    width: 509px;
    margin: 0 auto;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.sp {
	display: none;
}
a {
	transition: 0.5s ;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #FF9B00;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s ;
}
header {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding-top: 10px;
    transition: 0.4s ease-out;
    padding-bottom: 10px;
}
header .inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
header .inner h1 {
    position: relative;
}
header .inner h1 img {
    position: absolute;
    left: 0px;
    right: 0px;
}
header .inner h1 img.logo.js {
    display: none;
}
header .inner h1 img.logo_glay {
    display: none;
}
header .inner #gnav {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 740px;
}
header .inner #gnav li.gnavli {
    position: relative;
    padding-bottom: 5px;
}
header .inner #gnav li.gnavli a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding-top: 5px;
    padding-bottom: 3px;
}
 .headerColorScroll {
     background-color: rgba(255,255,255,0.85);
     transition: 0.4s ease-out;
 }
 .headerColorScroll .inner #gnav li.gnavli a {
    color: #59564d;
    transition: color 0.4s ease-out;
}
 .headerColorScroll .inner #gnav li.gnavli li a {
    color: #fff;
}
 .headerColorScroll .inner h1 img.logo {
    display: none;
}
 .headerColorScroll .inner h1 img.logo_glay {
    display: none;
}
 .headerColorScroll .inner h1 img.logo.js {
    display:block;
}
header .inner #gnav li.gnavli::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #FF9B00;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
header .inner #gnav li.gnavli:hover::after {
  transform: scale(1, 1);
}
header .inner .navbox {
    height: 155px;
    position: absolute;
    left: -1024px;
    top: 38px;
    width: 1620px;
    padding-top: 5px;
}
header .inner .navbox .bg {
    background-color: rgba(255,255,255,0.85);
    height: 155px;
}
header .inner .navbox p {
    padding-top: 9px;
    padding-left: 13px;
}
header .inner .navbox .inner2 {
    width: 1020px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: left;
}
header .inner .navbox .inner2  ul {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    width: 1000px;
}
header .inner .navbox .inner2  ul li {
    width: 242px;
    margin-bottom: 10px;
    margin-right: 10px;
}
header .inner .navbox .inner2  ul li a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    height: 40px;
    line-height: 37px;
    position: relative;
    z-index: 1;
    transition: .3s;
    background-color: #005197;
    padding-left: 22px;
    background-image: url("/assets/images/common/images_new/nav_arrow02.png");
    background-repeat: no-repeat;
    background-position: 10px 17px;
}
header .inner .navbox .inner2  ul li a:hover {
    color: #59564d!important;
}
header .inner .navbox .inner2  ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #FF9B00;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
    color: #59564d!important;
    background-image: url("/assets/images/common/images_new/nav_arrow01.png");
    background-repeat: no-repeat;
    background-position: 10px 17px;
}
header .inner .navbox .inner2  ul li a:hover {
  color: #fff;
}
header .inner .navbox .inner2  ul li a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
    color: #59564d!important;
}
header .inner .navbox .inner2  ul li:nth-of-type(4),
header .inner .navbox .inner2  ul li:nth-of-type(8)
{
    margin-right: 0px;
}
header #nav_service {
    display: none;
}
header #nav_entertaiment {
    left: -1409px;
    height: 100px;
    display: none;
}
header #nav_entertaiment .bg {
    height: 100px;
}
header #nav_enecle {
    left: -1180px;
    height: 100px;
    display: none;
}
header #nav_enecle ul li {
    width: 191px;
}
header #nav_enecle ul li:nth-of-type(4),
header  #nav_enecle ul li:nth-of-type(8)
{
    margin-right: 10px;
}
header #nav_enecle ul li:nth-of-type(5),
header #nav_enecle ul li:nth-of-type(10)
{
    margin-right: 0px!important;
}
header #nav_company {
    left: -1323px;
    display: none;
}
header .inner .navbox#nav_company .bg {
    height: 105px;
}
#slide01 {
    z-index: 99;
    cursor: pointer;
    position: fixed;
    bottom: 450px;
    right: -240px;
    background: #FF9B00;
    width: 295px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#slide01 .flex {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    align-items: center;
}
#slide01 .flex ul {
    width: 176px;
    text-align: left;
    margin-left: 30px;
}
#slide01 .flex ul li {
    padding-bottom: 20px;
    padding-top: 20px;
}
#slide01 .flex ul li:first-child {
    border-bottom: 1px solid #fff;
}
#slide01 .flex ul li a {
    color: #fff;
    text-decoration: none;
}
#slide01 .flex ul li:hover a {
    opacity: 0.6;
}
#slide02 {
    z-index: 99;
    cursor: pointer;
    position: fixed;
    bottom: 255px;
    right: -240px;
    background:#E91818;
    width: 295px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#slide02 .flex {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    align-items: center;
}
#slide02 .flex ul {
    width: 186px;
    text-align: left;
    margin-left: 30px;
}
#slide02 .flex ul li {
    font-size: 14px;
    line-height: 2.2em;
}
#slide02 .flex ul li:first-child {
    font-size: 18px;
    margin-bottom: 5px;
}
#slide02 .flex ul li a {
    color: #fff;
    text-decoration: none;
}
#slide02 .flex ul li:hover a {
    opacity: 0.6;
}
#slide03 {
    z-index: 99;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 0px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#slide03 p+p {
    position: absolute;
    bottom: 0px;
    left: -50px;
}
.topicpath {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 12px;
    padding-top: 3px;
    margin-bottom: 70px;
}
.topicpath a {
    color: #555;
    text-decoration: none;
}
.topicpath a:hover {
    text-decoration: underline;
}
.topicpath img {
    position: relative;
    top: 8px;
    margin-left: 2px;
    margin-right: 2px;
}






h2.texttitle {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
}
main .bannerlink {
    position: relative;
    overflow: hidden;
    max-width: 720px;
    height: 550px
}
main .bannerlink:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url("/assets/images/common/images_new/index/brand_banner01.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: center center;
}
main .bannerlink:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
main .bannerlink a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #fff
}
main .bannerlink a img:hover {
    opacity: 1;
}






#textnav {
    text-align: left;
}
#contactarea {
    background-image: url("/assets/images/common/images_new/contactarea_bg.png");
    height: 260px;
    background-repeat: repeat-x;
}
#contactarea .inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    align-items: center;
    text-align: left;
    height: 260px;
}
#contactarea .inner div {
    height: 130px;
    position: relative;
    border-left: 1px solid #fff;
    padding-left: 50px;
}
#contactarea .inner div h2 {
    padding-top: 30px;
}
#contactarea .inner div p {
    color: #fff;
    margin-top: 10px;
}
#contactarea .inner nav {
    height: 150px;
}
#contactarea .inner nav ul li {
    width: 334px;
    height: 62px;
    line-height: 62px;
}
#contactarea .inner nav ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: solid #fff 1px;
}
#contactarea .inner nav ul li a:hover {
    background-color: #FFFFFF;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #004c95;
    font-size: 15px;
    font-weight: bold;
}
#contactarea .inner nav ul li+li {
    margin-top: 20px;
}
#textnav {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
#textnav nav {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#textnav nav div {
    width: 256px;
}
#textnav p {
    margin-bottom: 10px;
}
#textnav p+p {
    padding-top: 10px;
}
#textnav p a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #59564d;
}
#textnav ul {
    margin-bottom: 20px;
}
#textnav ul li a {
    text-decoration: none;
    color: #59564d;
}
#textnav a:hover {
    color: #FF9B00;
}
footer .flex {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-top: 5px;
}
footer .flex div {
    text-align: left;
    line-height: 1.8em;
    display: none;
}
footer .flex div p span {
    font-weight: bold;
}
footer .flex div p a {
    color: #59564d;
    text-decoration: none;
}
footer .flex div p a:hover {
    text-decoration: underline;
}
footer .flex2 {
    border-top: 2px solid #FF9B00;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 15px;
}
footer .flex2 .inner {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
footer .flex2 .inner ul {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    width: 488px;
}
footer .flex2 .inner ul li {
    margin-right: 20px;
    font-size: 13px;
}
footer .flex2 .inner ul li a {
    color: #59564d;
    text-decoration: none;
}
footer .flex2 .inner ul li a:hover {
    text-decoration: underline;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.pc {
	display: none;
}
a {
    color: #FF9B00;
    text-decoration: none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    top: 0px;
    left: 0px;
    right: 0px;
}
header .inner {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#gnavsp{
	position: absolute;
	z-index: 1;
	display: none;
	width: 100%;
    background-color: #fff;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height: 640px;
}
#gnavsp ul li {
    font-size: 0; line-height: 0;
}
#gnavsp li img {
    font-size: 0; line-height: 0; vertical-align: bottom;
}
#gnavsp li a {

}
#gnavsp li.flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#gnavsp ul.orange {
    background-color: #FF9B00;
    margin-left: 4.5%;
    margin-right: 4.5%;
    border-radius: 10px;
    margin-top: 4%;
    margin-bottom: 2%;
}
#gnavsp ul.red {
    background-color: #E91818;
    margin-left: 4.5%;
    margin-right: 4.5%;
    border-radius: 10px;
}




.topicpath {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 12px;
    padding-top: 3px;
    margin-bottom: 10%;
    line-height: 1.6em;
}
.topicpath a {
    color: #555;
    text-decoration: none;
}
.topicpath a:hover {
    text-decoration: underline;
}
.topicpath img {
    position: relative;
    top: 5px;
    margin-left: 2px;
    margin-right: 2px;
}






h2.texttitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5%;
}






#contactarea {
    background-image: url("/assets/images/common/images_sp_new/contactarea_bg.png");
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
}
#contactarea .inner {
    margin-right: auto;
    text-align: left;
}
#contactarea .inner div {
    position: relative;
    margin-left: 5%;
    border-left: 1px solid #fff;
    padding-left: 5%;
}
#contactarea .inner div h2 {
    width: 40%;
}
#contactarea .inner div p {
    color: #fff;
    margin-top: 10px;
    line-height: 1.6em;
    font-size: 12px;
}
#contactarea .inner nav {
    margin-top: 5%;
}
#contactarea .inner nav ul li {
    height: 40px;
    line-height: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#contactarea .inner nav ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border: solid #fff 1px;
}
#contactarea .inner nav ul li a:hover {
    background-color: #FFFFFF;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #004c95;
    font-weight: bold;
}
#contactarea .inner nav ul li+li {
    margin-top: 3%;
}

.bnr-brand-site {
    padding: 80px 0;
    background-color: #efefed;
}

.bnr-brand-site > a {
    width: 80%;
}

footer .flex {
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
}
footer .flex h2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
footer .flex div {
    text-align: center;
    margin-top: 5%;
    line-height: 1.8em;
    font-size: 12px;
    display: none;
}
footer .flex div p span {
    font-weight: bold;
}
footer .flex div p a {
    color: #59564d;
    text-decoration: none;
}
footer .flex div p a:hover {
    text-decoration: underline;
}
footer .flex2 {
    border-top: 2px solid #FF9B00;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 15px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
#gnav{
	height: 570px;
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
#gnav{
	height: 350px;
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
.sp.tab {
	display: none;
}
}
