﻿@charset "UTF-8";
/* PC */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /*-------------
base
-------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  body {
    background-color: #fff;
  }
  a {
    color: black;
    outline: none;
    text-decoration: none;
    /*font-size: 12px;*/
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.2;
    color: #3b3939;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .topmain {
    width: 100%;
    max-width: 100%;
    padding-left: 250px;
  }
  video {
    display: block;
    max-width: calc(100% - 250px);
    height: auto;
    box-sizing: inherit;
    object-fit: fill;
  }
  /*-------------
menu
-------------*/
  .topline.clearfix {
    position: fixed;
    z-index: 100;
    width: 250px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 0 0 0;
  }
  .topline.clearfix h1 {
    text-align: center;
  }
  #menu {
    width: 80%;
    margin: 25px 0 0 50px;
  }
  /*nav*/
  #menu-nav li {
    margin: 0 0 5px 0;
  }
  #menu-nav li a {
    display: block;
  }
  #menu-nav li a:hover {
    opacity: 0.8;
  }
  ul#menu_under {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 0 50px;
  }
  ul#menu_under li {
    float: left;
    margin: 0 0 0 10px;
  }
  ul#menu_under li:nth-child(1) {
    margin: 0 0 0 0;
  }
  ul#menu_under li:nth-child(5) {
    clear: both;
    margin: 25px 0 0 0;
    text-align: center;
  }
  ul#menu_under li a:hover {
    opacity: 0.8;
  }
  /*-------------
main
-------------*/
  .main {
    width: 1250px;
    margin: 0 auto 0 auto;
  }
  .topbox1.clearfix {
    width: 1000px;
    margin: 30px 0 0 auto;
  }
  .topbox1.clearfix h2 {
    margin: 0 auto 20px auto;
    width: 126px;
  }
  .topbox1.clearfix ul {
    width: 100%;
    margin: 0 auto;
  }
  .topbox1.clearfix ul li {
    width: 220px;
    float: left;
    margin: 0 0 0 35px;
  }
  .topbox1.clearfix ul li:nth-child(1) {
    margin: 0 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(5n) {
    margin: 0 0 0 0;
  }
  .topbox1.clearfix ul li p {
    font-size: 15px;
    line-height: 23px;
    margin: 5px 0 0 0;
  }
  .topbox1.clearfix ul li p span {
    display: block;
    font-size: 15px;
    font-weight: 600;
  }
  .topbox1.clearfix ul li p span img {
    margin: 4px 0 0 10px;
  }
  .topbox1.clearfix a {
    display: block;
    width: 238px;
    margin: 50px auto 0 auto;
  }
  .topbox2.clearfix {
    width: 1000px;
    margin: 80px 0 0 auto;
  }
  .topbox2_left.clearfix {
    float: left;
    width: 500px;
    margin: 0 0 0 0;
  }
  .topbox2_right.clearfix {
    float: right;
    width: 500px;
    text-align: center;
    margin: 0 0 0 0;
  }
  .topbox2_right.clearfix ul {
    width: 100%;
    margin: 55px 0 0 0;
  }
  .topbox2_right.clearfix ul li {
    font-size: 12px;
    line-height: 27px;
    margin: 10px 0 0 0;
  }
  .topbox2_right.clearfix ul li span {
    font-size: 20px;
  }
  span#topbox2_title {
    display: block;
    font-weight: 600;
    line-height: 53px;
  }
  .topbox2_right.clearfix ul li:nth-child(3) {
    margin: 30px 0 0 0;
  }
  .topbox3.clearfix {
    width: 1000px;
    margin: 100px 0 0 auto;
  }
  .topbox3.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 212px;
  }
  ul.bxslider2 {
    left: 15%;
    overflow: visible !important;
  }
  ul.bxslider2 li {
    width: 50vw !important;
  }
  .topbox3.clearfix .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    background-color: #fff !important;
    position: absolute;
    bottom: 20px;
    padding: 10px 0 0 0;
    width: 100%;
  }
  .topbox3.clearfix .bx-wrapper .bx-pager {
    text-align: center !important;
    font-size: .85em !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #0755aa !important;
    margin-bottom: -20px !important;
  }
  .topbox4.clearfix {
    width: 1000px;
    margin: 100px 0 0 auto;
  }
  .topbox4.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 156px;
  }
  .topbox4.clearfix ul {
    width: 100%;
    margin: 0 auto;
  }
  .topbox4.clearfix ul li {
    float: left;
    margin: 0 0 0 0;
  }
  .topbox5.clearfix {
    width: 1000px;
    background-color: #fff;
    margin: 100px 0 0 auto;
    padding: 50px 0;
  }
  .topbox5.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 172px;
  }
  .topbox5.clearfix ul {
    width: 490px;
    margin: 20px auto 40px auto;
  }
  .topbox5.clearfix ul li {
    float: left;
    margin: 0 0 0 0;
  }
  .topbox5.clearfix ul li:nth-child(2) {
    margin: 0 0 0 50px;
  }
  .topbox5.clearfix ul li p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .topbox5.clearfix ul li p span {
    display: block;
    font-size: 25px;
    line-height: 35px;
  }
  .topbox5.clearfix a {
    display: block;
    width: 238px;
    margin: 0 auto;
  }
  .topbox6.clearfix {
    width: 1000px;
    margin: 80px 0 0 auto;
  }
  .topbox6.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 213px;
  }
  h2#company {
    padding: 15px 0 0 0;
    margin: -15px auto 0 auto;
  }
  .topbox6.clearfix table {
    border-collapse: collapse;
    width: 600px;
    margin: 25px auto 0 auto;
    font-size: 14px;
    line-height: 20px;
  }
  .topbox6.clearfix table th {
    width: 120px;
    text-align: justify;
    padding: 7px 0 7px 25px;
    border-bottom: dotted 1px #ababab;
    vertical-align: top;
  }
  .topbox6.clearfix table td {
    width: 445px;
    padding: 7px 10px 7px 0;
    border-bottom: dotted 1px #ababab;
  }
  .google-map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 50px 0 0 0;
  }
  .topbox7.clearfix {
    width: 1000px;
    margin: -8px 0 0 auto;
  }
  .topbox7.clearfix ul {
    width: 400px;
    float: right;
    margin: 135px 15px 0 0;
    overflow: hidden;
  }
  .topbox7.clearfix ul li {
    overflow: hidden;
    padding: 0 15px 17px 15px;
    margin: 0 0 20px 0;
    border-bottom: dotted 1px #ababab;
  }
  img.topmenu {
    float: left;
  }
  .topbox7.clearfix ul li p {
    float: left;
    line-height: 30px;
    margin: 0 0 0 10px;
  }
  img.arrow {
    float: right;
    margin: 5px 0 0 0;
  }
  .topbox7.clearfix ul li a:hover {
    opacity: 0.7;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 178px;
    right: 25px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #dedede;
  }
  footer .ft_middle {
    max-width: 100%;
    margin: 20px 0 0 250px;
    text-align: center;
  }
  footer .ft_middle ul {
    width: 202px;
    margin: 10px auto 0 auto;
  }
  footer .ft_middle ul li {
    float: left;
    margin: 0 10px 0 10px;
  }
  footer .ft_middle ul li a {
    font-size: 14px;
  }
  footer .ft_middle ul li a:hover {
    opacity: 0.7;
  }
  .ft_bottom {
    line-height: 35px;
    height: 35px;
    font-size: 13px;
    text-align: center;
    margin: 0 0 0 250px;
  }
}
/* Tablet */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    list-style: none;
    font-weight: 500;
    color: #3b3939;
  }
  a {
    color: #3f3a39;
    vertical-align: text-bottom;
  }
  img {
    width: 100%;
  }
  ul, ol {
    list-style: none;
  }
  /* inner */
  .inner {
    width: 980px;
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  /* header */
  #top-head {
    font-size: 12px;
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
  }
  #top-head a, #top-head {
    color: #000a29;
    text-decoration: none;
  }
  #top-head .inner {
    position: relative;
  }
  #top-head .logo {
    float: left;
    font-size: 36px;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: left;
    position: relative;
  }
  #global-nav ul li a {
    padding: 0 30px;
  }
  /* Btn Hover */
  #global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  #global-nav ul li:hover:after {
    background: #fff;
    bottom: -30px;
  }
  /* Fixed */
  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #top-head.fixed .logo {
    font-size: 24px;
    color: #333;
  }
  #top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
  }
  /* Fixed Btn Hover */
  #top-head.fixed #global-nav ul li:after {
    bottom: -10px;
  }
  #top-head.fixed #global-nav ul li:hover:after {
    background: #0062B8;
    bottom: -20px;
  }
  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 35px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 0.85;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  *#top-head {
    top: 0;
    margin-top: 0;
    height: 50px;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #000a29;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
  }
  h1.logo span {
    display: block;
    float: right;
    margin: 14px 0 0 0;
  }
  #top-head .logo img {
    width: 100px;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
  }
  #top-head #global-nav ul li a span {
    font-size: 14px;
    font-weight: 600;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  ul#menu_under2 {
    overflow: hidden;
    width: 156px;
    margin: 0 auto;
  }
  ul#menu_under2 li {
    float: left;
    margin: 0 5px 0 5px;
  }
  ul#menu_under2 li img {
    width: 29px;
  }
  ul#menu_under2 li:last-child a {
    font-size: 18px !important;
    width: 130px !important;
    margin: 0 auto;
    padding: 10px 0 10px 10px !important;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .topmain {
    width: 100%;
    margin: 60px 0 0 0;
  }
  video {
    max-width: 100%;
    height: auto;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: -3px auto 0 auto;
    padding: 0 0 40px 0;
    background-color: #fff;
  }
  .topbox1.clearfix {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .topbox1.clearfix h2 {
    margin: 0 auto 20px auto;
    width: 126px;
  }
  .topbox1.clearfix ul {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .topbox1.clearfix ul li {
    float: left;
    width: 220px;
    margin: 0 10px 20px 0;
  }
  .topbox1.clearfix ul li p {
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0 0 0;
  }
  .topbox1.clearfix ul li p span {
    display: block;
    font-size: 15px;
    font-weight: 600;
  }
  .topbox1.clearfix ul li p span img {
    margin: 0 0 -1px 10px;
    width: 50px;
  }
  .topbox1.clearfix a {
    display: block;
    width: 238px;
    margin: 30px auto 0 auto;
  }
  .topbox2.clearfix {
    width: 95%;
    margin: 35px auto 0 auto;
  }
  .topbox2_left.clearfix {
    float: none;
    max-width: 500px;
    margin: 0 auto 0 auto;
  }
  .bx-wrapper .bx-pager {
    margin-bottom: -10px !important;
  }
  .topbox2_right.clearfix {
    float: none;
    max-width: 500px;
    text-align: center;
    margin: 50px auto 0 auto;
  }
  .topbox2_right.clearfix ul {
    width: 100%;
  }
  .topbox2_right.clearfix ul li {
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0 0 0;
  }
  .topbox2_right.clearfix ul li span {
    font-size: 17px;
    line-height: 28px;
  }
  span#topbox2_title {
    display: block;
    font-weight: 600;
    margin: -15px 0 5px 0;
    line-height: 35px;
  }
  .topbox2_right.clearfix ul li:nth-child(1) img {
    width: 134px;
  }
  .topbox2_right.clearfix ul li:nth-child(3) img {
    width: 238px;
  }
  .topbox3.clearfix {
    width: 100%;
    margin: 70px 0 0 0;
  }
  .topbox3.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 212px;
  }
  ul.bxslider2 {
    left: 25%;
    overflow: visible !important;
  }
  ul.bxslider2 li {
    width: 50vw !important;
  }
  .topbox3.clearfix .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .topbox3.clearfix .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    background-color: #fff !important;
    position: absolute;
    bottom: 5px;
    padding: 5px 0 5px 0;
    width: 100%;
  }
  .topbox3.clearfix .bx-wrapper .bx-pager {
    text-align: center !important;
    font-size: .85em !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #0755aa !important;
    margin-bottom: -20px !important;
  }
  /*.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 0;
}
.slick-slide img {
  width: 300px;
  height: auto;
  background-color: #000;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}*/
  .topbox4.clearfix {
    width: 95%;
    margin: 50px auto 0 auto;
  }
  .topbox4.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 156px;
  }
  .topbox4.clearfix ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .topbox4.clearfix ul li {
    float: none;
    margin: 0 0 -3px 0;
  }
  .topbox5.clearfix {
    width: 100%;
    background-color: #fff;
    margin: 20px 0 0 0;
    padding: 30px 0;
  }
  .topbox5.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 172px;
  }
  .topbox5.clearfix ul {
    width: 95%;
    max-width: 460px;
    margin: 20px auto 40px auto;
  }
  .topbox5.clearfix ul li {
    float: left;
    width: 220px;
    margin: 0 10px 30px 0;
  }
  .topbox5.clearfix ul li p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0 0;
    text-align: center;
  }
  .topbox5.clearfix ul li p span {
    display: block;
    font-size: 20px;
    line-height: 35px;
  }
  .topbox5.clearfix a {
    display: block;
    width: 238px;
    margin: 0 auto;
  }
  .topbox6.clearfix {
    width: 95%;
    margin: 50px auto 0 auto;
  }
  .topbox6.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 213px;
  }
  .topbox6 dl {
    width: 100%;
    margin-bottom: 0;
  }
  .topbox6 dl dt {
    width: 100%;
    background-color: #e9e9e9;
    padding: 2px 0 2px 5px;
    text-align: left;
    font-weight: 600;
  }
  .topbox6 dl dd {
    width: 100%;
    padding: 5px;
  }
  .google-map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 20px 0 0 0;
  }
  .topbox7.clearfix {
    width: 95%;
    margin: 0 auto 0 auto;
  }
  img.top_img {
    display: none;
  }
  .topbox7.clearfix ul {
    max-width: 400px;
    float: none;
    margin: 40px auto 0 auto;
    overflow: hidden;
  }
  .topbox7.clearfix ul li {
    overflow: hidden;
    padding: 0 10px 10px 10px;
    margin: 0 0 15px 0;
    border-bottom: dotted 1px #ababab;
  }
  .topbox7.clearfix ul li:nth-child(1) img {
    max-width: 194px;
  }
  .topbox7.clearfix ul li:nth-child(2) img {
    max-width: 127px;
  }
  .topbox7.clearfix ul li:nth-child(3) img {
    max-width: 179px;
  }
  .topbox7.clearfix ul li:nth-child(4) img {
    max-width: 180px;
  }
  img.topmenu {
    float: left;
    width: 50%;
  }
  img#topmenu2 {
    width: 35%;
  }
  .topbox7.clearfix ul li p {
    float: left;
    line-height: 30px;
    margin: 0 0 0 10px;
  }
  img.arrow {
    float: right;
    margin: 5px 0 0 0;
    width: 20px;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #dedede;
  }
  footer .ft_middle {
    max-width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  p.footerlogo {
    width: 141px;
    margin: 0 auto;
  }
  footer .ft_middle ul {
    width: 202px;
    overflow: hidden;
    margin: 10px auto 0 auto;
  }
  footer .ft_middle ul li {
    float: left;
    margin: 0 10px 0 10px;
  }
  footer .ft_middle ul li a {
    font-size: 14px;
  }
  .ft_bottom {
    line-height: 35px;
    height: 35px;
    font-size: 13px;
    text-align: center;
    margin: 0 0 0 0;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    list-style: none;
    font-weight: 500;
    color: #3b3939;
  }
  a {
    color: #3f3a39;
    vertical-align: text-bottom;
  }
  img {
    width: 100%;
  }
  ul, ol {
    list-style: none;
  }
  /* inner */
  .inner {
    width: 980px;
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  /* header */
  #top-head {
    font-size: 12px;
    top: -100px;
    position: fixed;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
    color: #000a29;
  }
  #top-head a, #top-head {
    color: #000a29;
    text-decoration: none;
  }
  #top-head .inner {
    position: relative;
  }
  #top-head .logo {
    float: left;
    font-size: 36px;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: left;
    position: relative;
  }
  #global-nav ul li a {
    padding: 0 30px;
  }
  /* Btn Hover */
  #global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  #global-nav ul li:hover:after {
    background: #fff;
    bottom: -30px;
  }
  /* Fixed */
  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #top-head.fixed .logo {
    font-size: 24px;
    color: #333;
  }
  #top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
  }
  /* Fixed Btn Hover */
  #top-head.fixed #global-nav ul li:after {
    bottom: -10px;
  }
  #top-head.fixed #global-nav ul li:hover:after {
    background: #0062B8;
    bottom: -20px;
  }
  /* Transition */
  /*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/
  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 35px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 0.85;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  *#top-head {
    top: 0;
    margin-top: 0;
    height: 60px;
    background-color: #666666;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #000a29;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
  }
  h1.logo span {
    display: block;
    float: right;
    margin: 14px 0 0 0;
  }
  #top-head .logo img {
    width: 100px;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
  }
  #top-head #global-nav ul li a span {
    font-size: 14px;
    font-weight: 600;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  ul#menu_under2 {
    overflow: hidden;
    width: 156px;
    margin: 0 auto;
  }
  ul#menu_under2 li {
    float: left;
    margin: 0 5px 0 5px;
  }
  ul#menu_under2 li img {
    width: 29px;
  }
  ul#menu_under2 li:last-child a {
    font-size: 18px !important;
    width: 150px !important;
    margin: 0 auto;
    padding: 10px 0 10px 10px !important;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .topmain {
    width: 100%;
    margin: 60px 0 0 0;
  }
  video {
    max-width: 100%;
    height: auto;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: -3px auto 0 auto;
    padding: 0 0 40px 0;
    background-color: #fff;
  }
  .topbox1.clearfix {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .topbox1.clearfix h2 {
    margin: 0 auto 20px auto;
    width: 126px;
  }
  .topbox1.clearfix ul {
    width: 100%;
    /*max-width: 460px;*/
    margin: 0 auto;
  }
  .topbox1.clearfix ul li {
    max-width: 46%;
    min-height: 230px;
    float: left;
    margin: 0 10px 20px 0;
  }
  .topbox1.clearfix ul li a {
    width: auto;
    margin: 0;
  }
  .topbox1.clearfix ul li p {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0 0;
  }
  .topbox1.clearfix ul li p span {
    display: block;
    font-size: 13px;
    font-weight: 600;
  }
  .topbox1.clearfix ul li p span img {
    margin: 0 0 0 5px;
    width: 40px;
  }
  /*.topbox1.clearfix ul li:nth-child(n+3) {
    display: none;
  }*/
  .topbox1.clearfix a {
    display: block;
    width: 238px;
    margin: 30px auto 0 auto;
  }
  .topbox2.clearfix {
    width: 95%;
    margin: 35px auto 0 auto;
  }
  .topbox2_left.clearfix {
    float: none;
    max-width: 500px;
    margin: 0 auto 0 auto;
  }
  .bx-wrapper .bx-pager {
    margin-bottom: -10px !important;
  }
  .topbox2_right.clearfix {
    float: none;
    max-width: 500px;
    text-align: center;
    margin: 50px auto 0 auto;
  }
  .topbox2_right.clearfix ul {
    width: 100%;
  }
  .topbox2_right.clearfix ul li {
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0 0 0;
  }
  .topbox2_right.clearfix ul li span {
    font-size: 17px;
    line-height: 28px;
  }
  span#topbox2_title {
    display: block;
    font-weight: 600;
    margin: -15px 0 5px 0;
    line-height: 35px;
  }
  .topbox2_right.clearfix ul li:nth-child(1) img {
    width: 134px;
  }
  .topbox2_right.clearfix ul li:nth-child(3) img {
    width: 238px;
  }
  .topbox3.clearfix {
    width: 100%;
    margin: 70px 0 0 0;
  }
  .topbox3.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 212px;
  }
  ul.bxslider2 {
    left: 9%;
    overflow: visible !important;
  }
  ul.bxslider2 li {
    width: 83vw !important;
  }
  .topbox3.clearfix .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .topbox3.clearfix .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    background-color: #fff !important;
    position: absolute;
    bottom: 5px;
    padding: 5px 0 5px 0;
    width: 100%;
  }
  .topbox3.clearfix .bx-wrapper .bx-pager {
    text-align: center !important;
    font-size: .85em !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #0755aa !important;
    margin-bottom: -20px !important;
  }
  /*.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 0;
}
.slick-slide img {
  width: 300px;
  height: auto;
  background-color: #000;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}*/
  .topbox4.clearfix {
    width: 95%;
    margin: 50px auto 0 auto;
  }
  .topbox4.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 156px;
  }
  .topbox4.clearfix ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .topbox4.clearfix ul li {
    float: none;
    margin: 0 0 -3px 0;
  }
  .topbox5.clearfix {
    width: 100%;
    background-color: #fff;
    margin: 20px 0 0 0;
    padding: 30px 0;
  }
  .topbox5.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 172px;
  }
  .topbox5.clearfix ul {
    max-width: 490px;
    margin: 20px auto 40px auto;
  }
  .topbox5.clearfix ul li {
    float: none;
    width: 220px;
    margin: 0 auto 30px auto;
  }
  .topbox5.clearfix ul li p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0 0;
    text-align: center;
  }
  .topbox5.clearfix ul li p span {
    display: block;
    font-size: 20px;
    line-height: 35px;
  }
  .topbox5.clearfix a {
    display: block;
    width: 238px;
    margin: 0 auto;
  }
  .topbox6.clearfix {
    width: 95%;
    margin: 50px auto 0 auto;
  }
  .topbox6.clearfix h2 {
    margin: 0 auto 10px auto;
    width: 213px;
  }
  h2#company {
    padding: 15px 0 0 0;
    margin: -15px auto 0 auto;
  }
  .topbox6 dl {
    width: 100%;
    margin-bottom: 0;
  }
  .topbox6 dl dt {
    width: 100%;
    background-color: #e9e9e9;
    padding: 2px 0 2px 5px;
    text-align: left;
    font-weight: 600;
  }
  .topbox6 dl dd {
    width: 100%;
    padding: 5px;
  }
  .google-map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 20px 0 0 0;
  }
  .topbox7.clearfix {
    width: 95%;
    margin: 0 auto 0 auto;
  }
  img.top_img {
    display: none;
  }
  .topbox7.clearfix ul {
    max-width: 400px;
    float: none;
    margin: 40px auto 0 auto;
    overflow: hidden;
  }
  .topbox7.clearfix ul li {
    overflow: hidden;
    padding: 0 10px 10px 10px;
    margin: 0 0 15px 0;
    border-bottom: dotted 1px #ababab;
  }
  .topbox7.clearfix ul li:nth-child(1) img {
    max-width: 194px;
  }
  .topbox7.clearfix ul li:nth-child(2) img {
    max-width: 127px;
  }
  .topbox7.clearfix ul li:nth-child(3) img {
    max-width: 179px;
  }
  .topbox7.clearfix ul li:nth-child(4) img {
    max-width: 180px;
  }
  img.topmenu {
    float: left;
    width: 50%;
  }
  img#topmenu2 {
    width: 35%;
  }
  .topbox7.clearfix ul li p {
    float: left;
    line-height: 30px;
    margin: 0 0 0 10px;
  }
  img.arrow {
    float: right;
    margin: 5px 0 0 0;
    width: 20px;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #dedede;
  }
  footer .ft_middle {
    max-width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  p.footerlogo {
    width: 141px;
    margin: 0 auto;
  }
  footer .ft_middle ul {
    width: 202px;
    overflow: hidden;
    margin: 10px auto 0 auto;
  }
  footer .ft_middle ul li {
    float: left;
    margin: 0 10px 0 10px;
  }
  footer .ft_middle ul li a {
    font-size: 14px;
  }
  .ft_bottom {
    line-height: 35px;
    height: 35px;
    font-size: 13px;
    text-align: center;
    margin: 0 0 0 0;
  }
}