@charset "utf-8";
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
  vertical-align: bottom;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
/* common */
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
/*  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;*/
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #1A1A1A;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
.ie7 body {
  overflow: hidden;
}
.sp {
  display: none;
}

 input[type="radio"],
    input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none;
    }



a {
  color: #333;
  text-decoration: none;
transition: 0.4s;
}
a:hover {
color: #f00;
transition: 0.4s;
}
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}
textarea {
  resize: vertical;
}
/*input[type='checkbox'],
input[type='radio'] {
  display: none;
}*/
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
@keyframes onAutoFillStart {
  from {}
  to {}
}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*header*/
header {
  width: 100%;
  border-bottom: 2px solid #f00;
  position: relative;
  background-color: #fff;
}
header.fixed{
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
header .inn {
display: flex;
width: 1200px;
align-items: center;
justify-content: space-between;
margin: auto;
height: 118px;
}
header .inn .header_top > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
  margin: 0 0 20px;
}
header .inn .header_top > ul li {
margin: 0 0 0 25px;
font-size: 13px;
padding: 5px 20px 5px 0;
background-repeat: no-repeat;
background-position: center right;
}
header .inn .header_top > ul li:nth-child(1) {
padding: 0;
}
header .inn .header_top > ul li:nth-child(2){
background-image: url("../img/common/head_link.png");
}
header .inn .header_top > ul li:nth-child(3){
background-image: url("../img/common/head_ov.png");
}
header .inn .header_top > ul li:nth-child(4){
padding: 5px 0 5px;
}
header .inn .header_top > ul li:nth-child(5) {
padding: 0;
} 
header .inn .header_top > ul li a:hover {
 transition: .3s;
}
header .inn .header_top .search {
  position: relative;
}
header .inn .header_top .search input[type="text"] {
  width: 165px;
  font-size: 12px;
  line-height: 1;
  padding: 8px 50px 8px 13px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #f5f5f5
}
header .inn .header_top .search input[type="image"] {
  position: absolute;
  top:6px;
  right:15px;
}
header .inn nav {
  margin:0;
  position: relative;
}
header .inn nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  margin: 0 auto ;
}
header .inn nav ul li {
  text-align: center;
  margin: 0 30px;
  position: relative;
}
header .inn nav ul li.home {
margin: 0 30px;
}

header .inn nav ul li.new-vision{
margin: 0;
}
header .inn nav ul li:before {
content: '';
height: 24px;
width: 1px;
margin: -12px 0 0;
display: inline-block;
background-color: #d5d5d5;
position: absolute;
top: 50%;
right: -30px;
}
header .inn nav ul li.home:before {
right: -30px;
}
header .inn nav ul li.new-vision a{
	color:#FF0000;
	border:2px solid #FF0000;
	padding:5px 10px;
}

header .inn nav ul li.new-vision a:hover{
	background:#FF0000;
	color:#ffffff;
}

header .inn nav ul li:nth-last-of-type(-n+2):before{
	content: '';
	width:0;
}


header .inn nav ul li a {
  display: block;
  transition: .3s;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
header .inn nav ul li ul a:hover {
  color: #800300;
  transition: .3s;
}
header .inn nav ul li a span {
  padding: 0 8px 0 0;
}
header .inn nav ul li a span img {
  opacity: 0.3;
  transition: .3s;
}
header .inn nav ul li a:hover span img {
  opacity: 1;
  transition: .3s;
}
header .inn nav ul li {
height: auto;
}
header .inn nav ul li.trigger a {
position: relative;
}
header .inn nav ul li.trigger > a::after{
position: absolute;
content: "";
  border-right: 7px solid transparent;
  border-bottom: 12px solid #cf0000;
  border-left: 7px solid transparent; 
  bottom: -28px;
  left: 50%;
  margin: 0 0 0 -6px;
  opacity: 0;
  transition: 0.4s;
  padding: 0 0 40px;
}
header .inn nav ul li.trigger.active > a::after {
opacity: 1;
transition: 0.4s;
}
header .low_nav {
position: absolute;
top:100px;
left: 0;
opacity: 0;
width: 100%;
height: 0;
transition: 0.4s;
padding: 20px 0 0;
z-index: 9999;
}

header .low_nav.active {
opacity: 1;
z-index: 9999;
height: 60px;
transition: 0.4s;
}
header .low_nav ul {
height: 0;
overflow: hidden;
display: none;
background-color: #cf0000;
}
header .low_nav.active ul {
display: flex;
align-items: center;
}
header .low_nav ul {
height:60px;
}
header .low_nav ul li {
margin: 0 15px;
}
header .low_nav ul li a {
font-size: 13px;
font-weight: bold;
line-height: 1;
color: #fff;
padding:0;
}
header .low_nav ul li a::before {
content: '';
    display: inline-block;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 4px;
    height: 4px;
    transform: rotate(-135deg);
    margin: 0 5px 2px 0;
}
header .low_nav ul {
width: 100%;
justify-content: center;
}
header .low_nav ul li a:hover {
color: #ff9290;
}

.banner-area{
	margin:50px auto 0px;
	max-width: 1110px;
}
.banner-area a:hover {
	opacity: 0.7;
    transition: 0.3s;
}

footer {
  background-color: #f9f9f9;
}
footer .menulist{
width: 1200px;
margin: auto;
display: flex;
padding: 50px 0 40px 0;
box-sizing: border-box;
}
footer .menulist ul li {
line-height: 1;
margin: 0 0 13px;
}
footer .menulist ul li:last-child {
margin: 0;
}
footer .menulist ul li a{
font-size: 12px;

}
footer .menulist .mainmenu {
border-right: 1px solid #dedede;
padding: 0 70px 0 0;
margin: 0 120px 0 0;
}
footer .menulist .mainmenu ul li {
margin: 0 0 10px;
font-size: 16px;
font-weight: bold;
}
footer .menulist .mainmenu ul li:last-child {
margin: 0 0 30px;
}
footer .menulist .mainmenu ul li a {
font-size: 13px;
}
footer .menulist .mainmenu dl {
display: flex;
align-items: center;
}
footer .menulist .mainmenu dl dd {
margin: 0 10px 0 0;
}
footer .menulist .menu01 {
margin: 0 170px 0 0;
}
footer .menulist .menu02 {
margin: 0 200px 0 0;
}

footer .footer_bnr {
text-align: center;
margin:0 auto 45px;
display: flex;
justify-content: space-between;
width: 1200px;
}
footer .footer_bnr ul {
display: flex;
justify-content: space-between;
align-items: center;
}
footer .footer_bnr ul li {
margin: 0 0 0 20px;
}
footer .footer_bnr ul li a {
font-size: 14px;
width: 172px;
border: 1px solid #f00;
line-height: 1;
display: block;
color: #f00;
padding: 6px 0;
border-radius: 13px;
background-color: #fff;
background-image: url("../img/common/footer_icon.png");
background-position: center right 12px;
background-repeat: no-repeat;
transform: 0.4s;
}
@media all and (-ms-high-contrast:none){
footer .footer_bnr ul li a {
padding: 10px 0 4px;
}
}


footer .footer_bnr ul li a:hover {
background-color: #f00;
transform: 0.4s;
color: #fff;
}
footer .menulist h2 {
font-size:15px;
line-height: 1;
margin: 0 0 13px;
font-weight: bold;
position: relative;
}
footer .menulist h2:before {
content: '';
width: 2px;
background-color: #f00;
height: 20px;
display: block;
position: absolute;
top: -2px;
left: -18px;
}

footer .footer_btm {
background-color: #ff0000;
width: 100%;
}
footer .footer_btm .inn {
background-color: #ff0000;
display: flex;
width: 1200px;
height: 76px;
margin: auto;
align-items: center;
justify-content: space-between;
}
footer .footer_btm h2 img{
}
footer .footer_btm p {
color: #fff;
font-size:10px;
line-height: 1;
}
/*bread*/
.breadcrumbs {
  width: 1200px;
  margin: 16px auto 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumbs li:not(:first-child) {
	padding-left: 25px;
    position: relative;
}
.breadcrumbs li::before {
  content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
}
.breadcrumbs li:first-child::before {
  content: none;
}
.breadcrumbs li br {
display: none;
}
.breadcrumbs li a {
text-decoration: underline;
}
.button a{
	display: block;
	padding: 12px 45px;
	box-sizing: border-box;
	border:1px solid #FF0000;
	color:#fff;
	font-size:16px;
	text-align: left;
    border-radius: 5px;
    position: relative;
    background-color: #f00;
    width: 208px;
}
.button a::before,
.button a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.button a::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.button a::after{
    right: 25px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button a:hover{
	background:#fff;
	color:#FF0000;
}


@media only screen and (max-width: 786px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* common */
  body {
    font-size: 14px;
padding: 65px 0 0;
}
  /*header*/
   header {
   position: fixed;
   top:0;
   left: 0;
   background-color: #fff;
   z-index: 99998;
   box-shadow:2px 2px 4px rgba(0,0,0,0.2);
   }
	header.fixed {
    top:0!important;
}
  header .inn .header_top {
    flex-wrap: wrap;
    height: auto;
    margin: 15px auto;
  }
  header .inn .header_top > ul {
    display: none;
  }
  header .inn {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    height: 64px;
  }
  header .inn h1 {
    margin: 0;
    width: 220px;
  }
    header .inn h1 img {
        width: 60%;
    }
  header .inn ul {
    display: block;
  }
  header .inn nav ul li {
    text-align: left;
    margin: 0 10px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
  }
  header .inn ul li a {
    font-weight: bold;
    line-height: 1;
    font-size: 17px;
    letter-spacing: 0.1em;
    border-top: 1px solid #EAEAEA;
  }
  header .inn ul li.ss a {
  border-bottom: none;
  }
  header .inn ul li a span {
    font-weight: normal;
    letter-spacing: 0;
  }
  header .inn nav {
    border-top: none;
  }
  header .inn nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    width: 100%;
    margin: auto;
    z-index: 99999;
  }
  header .inn .search {
    display: none;
  }
	
	header .inn nav ul li.new-vision a {
    color: #FF0000;
    border: 2px solid #FF0000;
    padding: 20px 10px;
	}
	
	header .inn nav ul li.new-vision{
    margin: 15px 10px 0 10px;
	}
	
	.banner-area{
	width:92%;
	margin:6% auto 0px;
	}
	
  .menu-btn {
    position: fixed;
    top: 14px;
    right: 20px;
    z-index: 10000;
    animation-duration: 3s;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 40px;
    height: 34px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FF0000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 9px;
  }
  .active .menu-trigger span:nth-of-type(1) {
    top: 2px;
  }
  .active .menu-trigger span:nth-of-type(3) {
    bottom: -1px;
  }
  .menu-btn.active .menu-trigger span {
    background-color: #FF0000;
  }
  .menu-btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
  .menu-btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
 header .inn nav {
    width: 240px;
    height: 100%;
    transition: all 0.5s;
    transform: translate(300px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    overflow: auto;
    background: #fff;
  }
 header .inn nav.open {
    transform: translate(0);
	 overflow-x: hidden;
  }
 header .inn nav ul {
    padding: 64px 0 0;
  }
 header .inn nav ul li {
    text-align: center;
  }
   header .inn nav ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
    display: block;
    transition: .5s;
    padding: 20px 0;
  }
  header .inn nav ul li.ss a {
color: #FFF;
background: #f00;
  }
  header .inn nav ul li.trigger > a::after {
  display: none;
  }
  header .inn nav ul li .low_nav {
  display: none;
  }
  header .low_nav {
  display: none;
  }
  
  /*footer*/
  footer {
  background-color: #f4f4f4;
}
footer .menulist{
width: 100%;
padding: 8% 4%;
box-sizing: border-box;
}
footer .menulist ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
footer .menulist ul li {
line-height: 1;
margin: 0 0 3%;
width: 48%;
padding: 1% 0 1% 4%;
border-left: none;
box-sizing: border-box;

}

footer .menulist ul li a{
font-size: 13px;
}
footer .menulist .mainmenu {
border-right:none;
padding:0;
margin: 0;
}
footer .menulist .mainmenu ul li {
margin: 0 0 4%;
position: relative;

}
footer .menulist .mainmenu ul li:last-child {
margin: 0 0 4%;
}
footer .menulist .mainmenu ul li a {
font-size: 13px;
}


footer .menulist .mainmenu ul li > a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}



footer .menulist .menu01,
footer .menulist .menu02,
footer .menulist .menu03 {
display: none;
}
footer .footer_btm {
padding: 0 12% 2%;
display: block;
box-sizing: border-box;
text-align: center;
}
footer .footer_btm h2 {
margin:0 auto;
padding: 4% 0;
width: 100%;
box-sizing:border-box;
}
footer .footer_btm p {
font-size: 12px;
}

footer .footer_btm .inn {
width:100%;
display: block;
height: auto;
}
footer .footer_btm h2 img{
width: 130px;
height: auto;
vertical-align: middle;
}
footer .footer_btm p {
color: #fff;
font-size:8px;
line-height: 1;
}
footer .footer_btm {
background-color: 100%;;
width: 100%;
}



footer .footer_bnr {
    text-align: center;
    margin: 0 4% 45px;
    width: 88%;
    flex-wrap: wrap;
}
footer .footer_bnr ul {
margin: 5% 0 0;
width: 100%;
}
footer .footer_bnr ul li {
margin: 0;
width: 48%;
}
footer .footer_bnr ul li a {
font-size: 14px;
border: 1px solid #f00;
line-height: 26px;
display: block;
color: #f00;
border-radius: 13px;
background-color: #fff;
background-image: url("../img/common/footer_icon.png");
background-position: center right 12px;
background-repeat: no-repeat;
transform: 0.4s;
width: 100%;
}






  /*bread*/
  .breadcrumbs {
    display: none;
  }
  .button a{
	width:80%;
}
}


/* ページトップ */
#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 30px;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  opacity: 0;
}
#page-top:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
@media only screen and (max-width: 786px) {
#page-top{
  bottom: 10px;
  right: 10px;
  padding: 20px 10px;
  width: 12%;
}
}
