﻿@charset "UTF-8";
/* PC */
@media screen and (min-width: 834px) {
  .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: #394456;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
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;
    line-height: 2.2;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
    height: 730px;
    background: linear-gradient(135deg, #006dc9 0%, #006dc9 50%, #fff 50%, #fff 100%);
    /*display: flex;
    justify-content: center;
    align-items: center;*/
  }
  #header_inner {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 110;
    height: 60px;
  }
  h1.toplogo_left.clearfix {
    width: 150px;
    margin: 8px 0 0 5%;
    float: left;
  }
  /*-------------
menu
-------------*/
  div#menu {
    float: left;
    width: 470px;
    height: 55px;
    overflow: hidden;
    margin: 10px 0 0 10px;
  }
  /*nav*/
  div#menu-nav {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #menu-nav li {
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    display: block;
  }
  #menu-nav li:nth-child(2) {
    padding: 7px 8px 0 8px;
    margin: 0 3px;
  }
  #menu-nav li a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    display: block;
    padding: 7px 8px 0 8px;
    margin: 0 3px;
  }
  #menu-nav li a:hover {
    border-bottom: solid 2px #fff;
  }
  #menu-nav li ul.drop {
    width: 100px;
    position: absolute;
    z-index: 100;
    /* left: 0; */
    top: 47px;
    /*opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;*/
    padding: 7px 4px 10px 6px;
    margin: 0 0 0 -20px;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    line-height: 15px;
    text-align: left;
    border-top: solid 2px #fff;
  }
  #menu-nav li ul.drop li {
    font-size: 12px;
    /*font-weight: bold;
    background-color: #000;*/
    opacity: 1.0;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0;
    position: static;
    width: 100%;
    float: none;
  }
  #menu-nav li ul.drop li a {
    font-family: auto;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #menu-nav li ul.drop li a:link {
    text-decoration: none;
    color: #fff;
  }
  #menu-nav li ul.drop li a:hover {
    text-decoration: underline;
    border: none;
    color: #fff;
    text-decoration-color: #fff;
  }
  a#menu_contact {
    position: absolute;
    top: 8px;
    right: 7%;
  }
  @media screen and (max-width: 990px) {
    div#menu {
      display: none;
    }
    h1.toplogo_left.clearfix {
      margin: 8px 0 0 1%;
    }
    a#menu_contact {
      position: absolute;
      top: 8px;
      right: 10%;
    }
  }
  .fixedmenu {
    background: #006dc9;
  }
  .fixedmenu .open span, .fixedmenu .open::before, .fixedmenu .open::after {
    border-bottom: 5px solid #fff;
  }
  /*-------------
menu_hum
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #696969;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 35px 0 0 5px;
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(62% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #006dc9;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-12px);
  }
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-260px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #006dc9;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .drower-menu a:hover {
    background: #000;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: none;
  }
  .toggle {
    display: none;
  }
  .Label { /*タイトル*/
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .Label::before { /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }
  .Label, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .content {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding: 0;
    transition: all .3s;
  }
  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }
  /*-------------
menu_side
-------------*/
  ul#side_menu {
    position: fixed;
    top: 70px;
    right: 0;
  }
  ul#side_menu li {
    margin: 0 0 10px 0;
  }
  ul#side_menu li:hover {
    opacity: 0.8;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 70px 0 0 0;
    position: relative;
  }
  video#js-video {
    margin: 0 0 0 auto;
    width: 1000px;
    display: block;
  }
  .topmain ul {
    position: absolute;
    top: 180px;
  }
  .topmain ul li:nth-child(2) {
    margin: 20px 0 0 0;
  }
  /*-------------
scroll
-------------*/
  .scrolldown {
    position: absolute;
    bottom: -300px;
    left: 15px;
  }
  .scrolldown span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    animation:
      circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  @keyframes circlemove {
    0% {
      bottom: 45px;
    }
    100% {
      bottom: -5px;
    }
  }
  @keyframes cirlemovehide {
    0% {
      opacity: 0
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  .scrolldown:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 50px;
    background: #eee;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 0 0 40px 0;
    overflow: hidden;
  }
  .topbox1 {
    width: 100%;
    background: #cbe7ff;
    margin: 0 auto 0 auto;
    padding: 50px 0 70px 0;
  }
  .topbox1_inner {
    width: 1200px;
    margin: 0 auto;
  }
  h2.top_banner {
    font-family: "Roboto", sans-serif;
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  h2.top_banner span {
    display: block;
    font-family: auto;
    font-size: 25px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .topbox1_inner p {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .topbox1_inner p span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .topbox1_inner.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(-n+4) {
    float: left;
    margin: 0 0 30px 30px;
  }
  .topbox1_inner.clearfix ul li:nth-child(1) {
    margin: 0 0 30px 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(5) {
    clear: both;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0 0;
  }
  .click {
    letter-spacing: 1px;
    background: none;
    color: #fff;
    position: relative;
    outline: none;
    border: none;
    height: 50px;
    width: 190px;
    font-size: 18px;
    z-index: 2;
    transition: 0.01s 0.23s ease-out all;
    overflow: hidden;
    left: 40%;
    top: 30px;
    &:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 55%;
      background: #202020;
      z-index: -1;
      transition: 0.3s ease-in all;
    }
    &:after {
      content: "";
      position: absolute;
      left: -5%;
      top: 5%;
      height: 90%;
      width: 5%;
      background: white;
      z-index: -1;
      transition: 0.4s 0.02s ease-in all;
    }
    &:hover {
      cursor: pointer;
      color: transparent;
      &:before {
        left: 100%;
        width: 25%;
      }
      &:after {
        left: 100%;
        width: 70%;
      }
      .icon-right.after:after {
        left: -80px;
        color: white;
        transition: 0.2s 0.2s ease all;
      }
      .icon-right.after:before {
        left: -104px;
        top: 14px;
        opacity: 0.2;
        color: white;
      }
    }
  }
  .icon-right {
    position: absolute;
    top: 0;
    right: 0;
    &:after {
      font-family: "FontAwesome";
      content: "\2192";
      font-size: 24px;
      display: inline-block;
      position: relative;
      top: 26px;
      transform: translate3D(0, -50%, 0);
    }
    &.after:after {
      left: -250px;
      color: black;
      transition: 0.15s 0.25s ease left, 0.5s 0.05s ease color;
    }
    &.after:before {
      content: "CLICK HERE";
      position: absolute;
      left: -230px;
      top: 14px;
      opacity: 0;
      transition: 0.2s ease-in all;
    }
  }
  .topbox2 {
    width: 100%;
    background: #474747;
    margin: 0 auto 0 auto;
  }
  .topbox2_inner {
    width: 1200px;
    margin: 0 auto;
  }
  .topbox2_inner_left.clearfix {
    float: left;
    width: 360px;
    padding: 60px 0 0 100px;
  }
  .topbox2_inner h3 {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
  }
  .topbox2_inner h3 span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
  }
  .topbox2_inner a {
    display: block;
  }
  .topbox2_inner a:hover {
    opacity: 0.8;
  }
  .topbox2_inner.clearfix ul {
    width: 735px;
    overflow: hidden;
    float: right;
    margin: 0 0 0 0;
  }
  .topbox2_inner.clearfix ul li {
    float: left;
  }
  .topbox3 {
    width: 100%;
    background: #006dc9;
    padding: 30px 0 40px 0;
    margin: 0 auto 0 auto;
  }
  .topbox3_inner {
    width: 900px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .topbox3_inner.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 0 0;
  }
  .topbox3_inner.clearfix ul li {
    float: left;
    width: 524px;
  }
  .topbox3_inner.clearfix ul li:nth-child(1) {
    margin: 0 -160px 10px 0;
  }
  .topbox3_inner.clearfix ul li:nth-child(1) p {
    width: 125px;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin: 10px 0 0 0;
  }
  .topbox3_inner.clearfix ul li:nth-child(2) p {
    width: 125px;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin: 10px 0 10px auto;
  }
  .topbox3_inner.clearfix ul li p img {
    margin: 0 10px 0 0;
  }
  .topbox3_inner.clearfix ul li img:hover {
    opacity: 0.8;
  }
  .topbox3_inner.clearfix ul li p img:hover {
    opacity: 1;
  }
  .topbox3_inner.clearfix ul li p:hover {
    text-decoration: underline;
  }
  .topbox4.clearfix {
    width: 900px;
    margin: 50px auto 0 auto;
    padding: 0;
  }
  h2.top_banner2 {
    width: 340px;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 120px;
    line-height: 120px;
    color: #006dc9;
    letter-spacing: 1px;
    margin: 0 0 0 0;
  }
  h2.top_banner2 span {
    display: block;
    font-family: auto;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: right;
  }
  ul.topnewslist.clearfix {
    width: 500px;
    height: 120px;
    overflow-y: scroll;
    padding: 5px 15px 20px 15px;
    border: solid 1px #d1d1d1;
    margin: 0 auto 0 auto;
  }
  ul.topnewslist.clearfix li {
    border-bottom: dotted 1px #8597b5;
    line-height: 20px;
    padding: 10px 0 10px 10px;
  }
  span.date {
    display: inline-block;
    font-weight: 900;
    margin: 0 0 0 0;
    width: 140px;
  }
  span.date img {
    margin: 1px 0 0 7px;
    width: 52px;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #eee;
  }
  .ft_middle {
    width: 680px;
    overflow: hidden;
    margin: 0 auto;
    padding: 25px 0 15px 0;
  }
  .ft_middle_left {
    width: 305px;
    float: left;
  }
  .ft_bottom {
    clear: both;
    font-weight: 400;
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  ul.footer_list.clearfix {
    width: 330px;
    overflow: hidden;
    float: left;
    margin: 30px 0 0 40px;
  }
  ul.footer_list.clearfix li:nth-child(1) {
    font-size: 12px;
    line-height: 12px;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    font-family: auto;
    margin: 0 0 10px 0;
  }
}
/* Tablet */
@media screen and (min-width: 481px) and (max-width: 833px) {
  .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;
  }
  /*-------------
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;
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #394456;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
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;
    line-height: 2.2;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header2 {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 53px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #006dc9;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 165px;
  }
  h1.toplogo_left.clearfix img {
    width: 100%;
  }
  /*-------------
menu
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #696969;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 35px 0 0 5px;
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(62% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-12px);
  }
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-260px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #006dc9;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .drower-menu a:hover {
    background: #828282;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: none;
  }
  .toggle {
    display: none;
  }
  .Label { /*タイトル*/
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .Label::before { /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }
  .Label, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .content {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding: 0;
    transition: all .3s;
  }
  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }
  /*-------------
menu_side
-------------*/
  ul#side_menu {
    position: fixed;
    top: 70px;
    right: 0;
  }
  ul#side_menu li {
    width: 40px;
    margin: 0 0 10px 0;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    background-color: #006dc9;
    padding: 0 0 20px 0;
  }
  video#js-video {
    margin: 0 0 0 0;
    width: 100%;
    display: block;
  }
  .topmain ul {
    margin: -15% 0 0 0;
  }
  .topmain ul li:nth-child(1) {
    width: 70%;
    max-width: 395px;
    margin: 0 0 0 0;
  }
  .topmain ul li:nth-child(2) {
    width: 70%;
    max-width: 762px;
    margin: 20px 0 0 0;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .topbox1 {
    width: 100%;
    background: #cbe7ff;
    margin: 0 auto 0 auto;
    padding: 30px 0 70px 0;
  }
  .topbox1_inner {
    width: 95%;
    margin: 0 auto;
  }
  h2.top_banner {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  h2.top_banner span {
    display: block;
    font-family: auto;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .topbox1_inner p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .topbox1_inner p span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .topbox1_inner.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(-n+4) {
    float: none;
  }
  .topbox1_inner.clearfix ul li:nth-child(1), .topbox1_inner.clearfix ul li:nth-child(4) {
    width: 285px;
    margin: 0 auto 20px auto;
  }
  .topbox1_inner.clearfix ul li:nth-child(2) {
    width: 217px;
    margin: 0 auto 20px auto;
  }
  .topbox1_inner.clearfix ul li:nth-child(3) {
    width: 305px;
    margin: 0 auto 20px auto;
  }
  .topbox1_inner.clearfix ul li:nth-child(5) {
    clear: both;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0 0;
  }
  .click {
    letter-spacing: 1px;
    background: none;
    color: #fff;
    position: relative;
    outline: none;
    border: none;
    height: 50px;
    width: 190px;
    font-size: 18px;
    z-index: 2;
    transition: 0.01s 0.23s ease-out all;
    overflow: hidden;
    left: 35%;
    top: 30px;
    &:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 55%;
      background: #202020;
      z-index: -1;
      transition: 0.3s ease-in all;
    }
    &:after {
      content: "";
      position: absolute;
      left: -5%;
      top: 5%;
      height: 90%;
      width: 5%;
      background: white;
      z-index: -1;
      transition: 0.4s 0.02s ease-in all;
    }
    &:hover {
      cursor: pointer;
      color: transparent;
      &:before {
        left: 100%;
        width: 25%;
      }
      &:after {
        left: 100%;
        width: 70%;
      }
      .icon-right.after:after {
        left: -80px;
        color: white;
        transition: 0.2s 0.2s ease all;
      }
      .icon-right.after:before {
        left: -104px;
        top: 14px;
        opacity: 0.2;
        color: white;
      }
    }
  }
  .icon-right {
    position: absolute;
    top: 0;
    right: 0;
    &:after {
      font-family: "FontAwesome";
      content: "\2192";
      font-size: 24px;
      display: inline-block;
      position: relative;
      top: 26px;
      transform: translate3D(0, -50%, 0);
    }
    &.after:after {
      left: -250px;
      color: black;
      transition: 0.15s 0.25s ease left, 0.5s 0.05s ease color;
    }
    &.after:before {
      content: "CLICK HERE";
      position: absolute;
      left: -230px;
      top: 14px;
      opacity: 0;
      transition: 0.2s ease-in all;
    }
  }
  .topbox2 {
    width: 100%;
    background: #474747;
    margin: 0 auto 0 auto;
  }
  .topbox2_inner {
    width: 95%;
    margin: 0 auto;
  }
  .topbox2_inner_left.clearfix {
    float: none;
    max-width: 265px;
    padding: 20px 0 20px 0;
    margin: 0 auto;
  }
  .topbox2_inner h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
  }
  .topbox2_inner h3 span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
  }
  .topbox2_inner a {
    width: 210px;
    display: block;
    margin: 0 auto;
  }
  .topbox2_inner.clearfix ul {
    max-width: 490px;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox2_inner.clearfix ul li {
    float: left;
  }
  .topbox3 {
    width: 100%;
    background: #006dc9;
    padding: 20px 0 30px 0;
    margin: 0 auto 0 auto;
  }
  .topbox3_inner {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .topbox3_inner.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 0 0;
  }
  .topbox3_inner.clearfix ul li {
    float: left;
    width: 524px;
    width: 59%;
  }
  .topbox3_inner.clearfix ul li:nth-child(1) {
    margin: 0 -18% 10px 0;
  }
  .topbox3_inner.clearfix ul li:nth-child(1) p {
    width: 95px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin: 10px 0 0 0;
  }
  .topbox3_inner.clearfix ul li:nth-child(2) p {
    width: 95px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin: 10px 0 10px auto;
  }
  .topbox3_inner.clearfix ul li p img {
    margin: 0 5px 0 0;
    width: 17px;
  }
  .topbox3_inner.clearfix ul li p {
    text-decoration: underline;
  }
  .topbox4.clearfix {
    max-width: 900px;
    width: 95%;
    margin: 30px auto 0 auto;
    padding: 0;
  }
  h2.top_banner2 {
    width: 145px;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #006dc9;
    letter-spacing: 1px;
    margin: 0 auto 10px auto;
  }
  h2.top_banner2 span {
    display: block;
    font-family: auto;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: right;
  }
  ul.topnewslist.clearfix {
    max-width: 500px;
    height: 120px;
    overflow-y: scroll;
    padding: 5px 10px 20px 10px;
    border: solid 1px #d1d1d1;
    margin: 0 auto 0 auto;
  }
  ul.topnewslist.clearfix li {
    border-bottom: dotted 1px #8597b5;
    line-height: 20px;
    padding: 8px 0 8px 8px;
  }
  span.date {
    display: block;
    font-weight: 900;
    margin: 0 0 0 0;
    width: 140px;
  }
  span.date img {
    margin: 1px 0 0 7px;
    width: 52px;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #eee;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0 15px 0;
  }
  .ft_middle_left {
    width: 100%;
    float: none;
  }
  ul.ft_middle_left.clearfix img {
    max-width: 303px;
    width: 70%;
  }
  .ft_bottom {
    clear: both;
    font-weight: 400;
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  ul.footer_list.clearfix {
    max-width: 330px;
    overflow: hidden;
    margin: 20px auto 0 auto;
  }
  ul.footer_list.clearfix li:nth-child(1) {
    font-size: 12px;
    line-height: 12px;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    font-family: auto;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
  }
  ul.footer_list.clearfix li:nth-child(3) {
    width: 240px;
    margin: 0 auto 0 auto;
  }
}
/* 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;
  }
  /*-------------
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;
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #394456;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
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;
    line-height: 2.2;
    color: #282828;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header2 {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 53px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #006dc9;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 165px;
  }
  h1.toplogo_left.clearfix img {
    width: 100%;
  }
  /*-------------
menu
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #696969;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 35px 0 0 5px;
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(62% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-12px);
  }
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-260px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #006dc9;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .drower-menu a:hover {
    background: #828282;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: none;
  }
  .toggle {
    display: none;
  }
  .Label { /*タイトル*/
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
  }
  .Label::before { /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }
  .Label, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .content {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding: 0;
    transition: all .3s;
  }
  .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }
  /*-------------
menu_side
-------------*/
  ul#side_menu {
    position: fixed;
    top: 70px;
    right: 0;
  }
  ul#side_menu li {
    width: 40px;
    margin: 0 0 10px 0;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    background-color: #006dc9;
    padding: 0 0 20px 0;
  }
  video#js-video {
    margin: 0 0 0 0;
    width: 100%;
    display: block;
  }
  .topmain ul {
    margin: -15% 0 0 0;
  }
  .topmain ul li:nth-child(1) {
    width: 70%;
    max-width: 395px;
    margin: 0 0 0 0;
  }
  .topmain ul li:nth-child(2) {
    width: 70%;
    max-width: 762px;
    margin: 20px 0 0 0;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .topbox1 {
    width: 100%;
    background: #cbe7ff;
    margin: 0 auto 0 auto;
    padding: 30px 0 70px 0;
  }
  .topbox1_inner {
    width: 95%;
    margin: 0 auto;
  }
  h2.top_banner {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  h2.top_banner span {
    display: block;
    font-family: auto;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .topbox1_inner p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .topbox1_inner p span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .topbox1_inner.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(-n+4) {
    float: none;
  }
  .topbox1_inner.clearfix ul li:nth-child(1), .topbox1_inner.clearfix ul li:nth-child(4) {
    width: 285px;
    margin: 0 auto 20px auto;
  }
  .topbox1_inner.clearfix ul li:nth-child(2) {
    width: 217px;
    margin: 0 auto 20px auto;
  }
  .topbox1_inner.clearfix ul li:nth-child(3) {
    width: 305px;
    margin: 0 auto 20px auto;
  }
  .topbox1_inner.clearfix ul li:nth-child(5) {
    clear: both;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0 0;
  }
  .click {
    letter-spacing: 1px;
    background: none;
    color: #fff;
    position: relative;
    outline: none;
    border: none;
    height: 50px;
    width: 190px;
    font-size: 18px;
    z-index: 2;
    transition: 0.01s 0.23s ease-out all;
    overflow: hidden;
    left: 20%;
    top: 30px;
    &:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 55%;
      background: #202020;
      z-index: -1;
      transition: 0.3s ease-in all;
    }
    &:after {
      content: "";
      position: absolute;
      left: -5%;
      top: 5%;
      height: 90%;
      width: 5%;
      background: white;
      z-index: -1;
      transition: 0.4s 0.02s ease-in all;
    }
    &:hover {
      cursor: pointer;
      color: transparent;
      &:before {
        left: 100%;
        width: 25%;
      }
      &:after {
        left: 100%;
        width: 70%;
      }
      .icon-right.after:after {
        left: -80px;
        color: white;
        transition: 0.2s 0.2s ease all;
      }
      .icon-right.after:before {
        left: -104px;
        top: 14px;
        opacity: 0.2;
        color: white;
      }
    }
  }
  .icon-right {
    position: absolute;
    top: 0;
    right: 0;
    &:after {
      font-family: "FontAwesome";
      content: "\2192";
      font-size: 24px;
      display: inline-block;
      position: relative;
      top: 26px;
      transform: translate3D(0, -50%, 0);
    }
    &.after:after {
      left: -250px;
      color: black;
      transition: 0.15s 0.25s ease left, 0.5s 0.05s ease color;
    }
    &.after:before {
      content: "CLICK HERE";
      position: absolute;
      left: -230px;
      top: 14px;
      opacity: 0;
      transition: 0.2s ease-in all;
    }
  }
  .topbox2 {
    width: 100%;
    background: #474747;
    margin: 0 auto 0 auto;
  }
  .topbox2_inner {
    width: 95%;
    margin: 0 auto;
  }
  .topbox2_inner_left.clearfix {
    float: none;
    max-width: 265px;
    padding: 20px 0 20px 0;
    margin: 0 auto;
  }
  .topbox2_inner h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
  }
  .topbox2_inner h3 span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
  }
  .topbox2_inner a {
    width: 210px;
    display: block;
    margin: 0 auto;
  }
  .topbox2_inner.clearfix ul {
    max-width: 735px;
    width: 245px;
    overflow: hidden;
    margin: 0 auto;
  }
  .topbox2_inner.clearfix ul li {
    float: none;
  }
  .topbox3 {
    width: 100%;
    background: #006dc9;
    padding: 20px 0 30px 0;
    margin: 0 auto 0 auto;
  }
  .topbox3_inner {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .topbox3_inner.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 0 0;
  }
  .topbox3_inner.clearfix ul li {
    float: left;
    width: 524px;
    width: 59%;
  }
  .topbox3_inner.clearfix ul li:nth-child(1) {
    margin: 0 -18% 10px 0;
  }
  .topbox3_inner.clearfix ul li:nth-child(1) p {
    width: 95px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin: 10px 0 0 0;
  }
  .topbox3_inner.clearfix ul li:nth-child(2) p {
    width: 95px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin: 10px 0 10px auto;
  }
  .topbox3_inner.clearfix ul li p img {
    margin: 0 5px 0 0;
    width: 17px;
  }
  .topbox3_inner.clearfix ul li p {
    text-decoration: underline;
  }
  .topbox4.clearfix {
    max-width: 900px;
    width: 95%;
    margin: 30px auto 0 auto;
    padding: 0;
  }
  h2.top_banner2 {
    width: 145px;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #006dc9;
    letter-spacing: 1px;
    margin: 0 auto 10px auto;
  }
  h2.top_banner2 span {
    display: block;
    font-family: auto;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: right;
  }
  ul.topnewslist.clearfix {
    max-width: 500px;
    height: 120px;
    overflow-y: scroll;
    padding: 5px 10px 20px 10px;
    border: solid 1px #d1d1d1;
    margin: 0 auto 0 auto;
  }
  ul.topnewslist.clearfix li {
    border-bottom: dotted 1px #8597b5;
    line-height: 20px;
    padding: 8px 0 8px 8px;
  }
  span.date {
    display: block;
    font-weight: 900;
    margin: 0 0 0 0;
    width: 140px;
  }
  span.date img {
    margin: 1px 0 0 7px;
    width: 52px;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #eee;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0 15px 0;
  }
  .ft_middle_left {
    width: 100%;
    float: none;
  }
  ul.ft_middle_left.clearfix img {
    max-width: 303px;
    width: 70%;
  }
  .ft_bottom {
    clear: both;
    font-weight: 400;
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  ul.footer_list.clearfix {
    max-width: 330px;
    overflow: hidden;
    margin: 20px auto 0 auto;
  }
  ul.footer_list.clearfix li:nth-child(1) {
    font-size: 12px;
    line-height: 12px;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    font-family: auto;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
  }
  ul.footer_list.clearfix li:nth-child(3) {
    width: 240px;
    margin: 0 auto 0 auto;
  }
}