﻿/* PC */
@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: #696969;
    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", serif;
    font-size: 12px;
    line-height: 2.2;
    color: #333;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #header_inner {
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 110;
  }
  h1.toplogo_left.clearfix {
    margin: 2px 0 0 2%;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
  }
  h1.toplogo_left.clearfix a {
    display: block;
    width: 218px;
  }
  div#header_inner ul {
    position: absolute;
    top: 10px;
    right: 7%;
    z-index: 101;
    color: #fff;
  }
  div#header_inner ul li {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    display: block;
    text-align: center;
  }
  div#header_inner ul li:nth-child(2) {
    font-size: 20px;
  }
  /*div#header_inner ul li:nth-child(-n+6) a:hover {
    border-bottom: solid 4px #fff;
  }*/
  div#header_inner ul li a:hover {
    border-bottom: solid 4px #fff;
  }
  /*div#header_inner ul li:nth-child(7) a, div#header_inner ul li:nth-child(8) a {
    padding: 3px 0 0 5px;
  }
  div#header_inner ul li:nth-child(7) a:hover, div#header_inner ul li:nth-child(8) a:hover {
    opacity: 0.8;
  }*/
  .fixedmenu {
    background: #1774bc;
  }
  @media screen and (max-width: 1120px) {
    div#header_inner ul {
      display: none;
    }
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
  }
  .topmain video#js-video {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .topmain p {
    position: absolute;
    max-width: 1000px;
    top: 30%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
  }
  .topmain p img {
    display: block;
    width: 303px;
    margin: 0 auto 20px auto;
  }
  div#scroll-down_over {
    width: 130px;
    margin: -15% auto 0 auto;
  }
  #scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center;
  }
  .arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 20px;
  }
  .arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #scroll-title {
    display: block;
    /*text-transform: uppercase;*/
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
  }
  #scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #fff;
    content: ' ';
  }
  @-webkit-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-moz-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-o-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  /*-------------
menu
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 1%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #182634;
    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(-300px);
  }
  #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: 300px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #282828;
    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;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 10% 0 0 0;
    overflow: hidden;
  }
  .topmain_box1.clearfix {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .topmain_box1.clearfix ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 0 0;
  }
  .topmain_box1.clearfix ul li:nth-child(1) {
    width: 76px;
    margin: 0 auto;
  }
  .topmain_box1.clearfix ul li:nth-child(2) {
    font-size: 15px;
    line-height: 30px;
    margin: 30px 0;
  }
  .topmain_box1.clearfix ul li:nth-child(2) span {
    display: block;
    color: #0090ff;
  }
  .topmain_box1.clearfix h2 {
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
    font-size: 45px;
    line-height: 60px;
    color: #1774bc;
    text-align: center;
    letter-spacing: 1px;
  }
  .topmain_box1.clearfix #js-video {
    width: 400px;
    margin: 0 0 0 20px;
  }
  .topmain_box1_left.clearfix {
    width: calc(50% - 220px);
    ;
    float: left;
    margin: 35px 0 0 0;
  }
  .topmain_box1_right.clearfix {
    width: calc(50% - 220px);
    ;
    float: right;
    margin: 35px 0 0 0;
  }
  #myslider img {
    margin: 0 5px 0 0;
    width: 150px;
  }
  #myslider5 img {
    margin: 0 5px 0 0;
    width: 150px;
  }
  img.top_text {
    float: left;
    margin: 0 0 0 0;
  }
  .svg-wrapper {
    position: relative;
    width: 300px;
    height: 50px;
    border-radius: 3px;
    margin: 20px auto;
  }
  #shape {
    stroke-width: 6px;
    fill: transparent;
    stroke: #1774bc;
    stroke-dasharray: 200, 510;
    stroke-dashoffset: 315;
    transition: 1s all ease;
  }
  #text {
    margin-top: -53px;
    text-align: center;
  }
  #text a {
    color: #1774bc;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #06D6A0;
  }
  .topbox2.clearfix {
    width: 100%;
    height: 360px;
    margin: 30px 0;
    background: linear-gradient(-45deg, #333 0%, #333 50%, #1774bc 50%, #1774bc 100%);
    justify-content: center;
    align-items: center;
  }
  .topbox2.clearfix ul {
    width: 805px;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0 10px 0;
  }
  .topbox2.clearfix ul li {
    float: left;
  }
  .topbox2.clearfix ul li h3 {
    width: 315px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin: 35px 25px 0 0;
  }
  .topbox2.clearfix ul li h3 span {
    font-family: auto;
    display: block;
    font-size: 26px;
    font-weight: 200;
  }
  .topbox2.clearfix ul li img {
    width: 463px;
  }
  #text2 {
    margin-top: -53px;
    text-align: center;
  }
  #text2 a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .topbox2.clearfix #shape {
    stroke: #fff;
  }
  .topbox2.clearfix .svg-wrapper:hover #shape {
    stroke: #06D6A0;
  }
  .topbox3.clearfix {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  #myslider7 img {
    margin: 0 5px 0 0;
    width: 210px;
  }
  .topbox4.clearfix {
    width: 100%;
    background-color: #f5f5f5;
    margin: 40px auto 0 auto;
    padding: 30px 0;
  }
  .topbox4.clearfix h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center;
  }
  ul.topnewslist.clearfix {
    overflow-y: scroll;
    width: 700px;
    height: 100px;
    padding: 5px 10px;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix li {
    width: 90%;
    font-size: 13px;
    line-height: 23px;
    border-top: dotted 1px #333;
    border-bottom: dotted 1px #333;
    padding: 12px 0 12px 10%;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix li span {
    display: inline-block;
    width: 170px;
  }
  ul.topnewslist.clearfix li img {
    width: 50px;
    margin: 4px 0 0 10px;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 332px;
    right: 25px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    background-color: #333;
    margin: 0 auto;
  }
  .ft_middle {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    border-bottom: solid 1px #fff;
  }
  .ft_middle_menu {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0 auto;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
  }
  .ft_middle_menu li {
    float: left;
  }
  .ft_middle_menu li a {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-decoration: none;
    padding: 10px 8px;
    margin: 5px 10px;
  }
  .ft_middle_menu li a:nth-child(1) {
    margin: 5px 10px 5px 18px;
  }
  .ft_middle_menu li a:hover {
    text-decoration: underline;
  }
  ul.footer_list.clearfix {
    width: 75%;
    float: left;
    overflow: hidden;
    margin: 30px 0 0 0;
    color: #fff;
  }
  ul.footer_list.clearfix li:nth-child(1) {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
  }
  ul.footer_list.clearfix li:nth-child(1) span {
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    argin: 0 0 0 10px;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 11px;
    line-height: 25px;
    font-weight: 300;
  }
  ul.footer_list.clearfix li:nth-child(3) {
    font-family: monospace;
    font-size: 24px;
    line-height: 41px;
    font-weight: 600;
    letter-spacing: -1px;
  }
  ul.footer_list.clearfix li:nth-child(3) a {
    display: inline-block;
    margin: 0 0 0 15px;
  }
  ul.footer_list2.clearfix {
    float: right;
    margin: 20px 0 0 0;
    overflow: hidden;
  }
  ul.footer_list2.clearfix li:nth-child(1) {
    width: 132px;
    margin: 0 0 10px 0;
  }
  ul.footer_list2.clearfix li:nth-child(2) {
    width: 151px;
  }
  .ft_bottom {
    clear: both;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 11px;
    margin: 0 0 5px 0;
  }
}
/* Tablet */
@media screen 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;
  }
  /*-------------
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: #323232;
    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", serif;
    font-size: 12px;
    line-height: 2.2;
    color: #333;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 55px;
    position: fixed;
    z-index: 110;
  }
  .fixedmenu {
    background: #1774bc;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 200px;
  }
  h1.toplogo_left.clearfix img {
    width: 100%;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    background-color: #333;
    padding: 0 0 5% 0;
  }
  .topmain video#js-video {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .topmain p {
    position: absolute;
    width: 60%;
    max-width: 584px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    top: 15%;
    left: 0;
    right: 0;
  }
  .topmain p img {
    display: block;
    max-width: 303px;
    width: 70%;
    margin: 0 auto 20px auto;
  }
  div#scroll-down_over {
    width: 130px;
    margin: 2% auto 0 auto;
  }
  #scroll-down {
    display: block;
    position: relative;
    padding-top: 50px;
    text-align: center;
  }
  .arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 20px;
  }
  .arrow-down:after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #scroll-title {
    display: block;
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 0px;
    left: 49.5%;
    margin-left: -1px;
    width: 2px;
    height: 60px;
    background: #fff;
    content: " ";
  }
  @-webkit-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-moz-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-o-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  /*-------------
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: #282828;
    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;
  }
  /*-------------
main
-------------*/
  #main {
    width: 95%;
    margin: 0 auto 20px auto;
    overflow: hidden;
  }
  .topmain_box1.clearfix {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .topmain_box1.clearfix ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 0 0;
  }
  .topmain_box1.clearfix ul li:nth-child(1) {
    width: 76px;
    margin: 0 auto;
  }
  .topmain_box1.clearfix ul li:nth-child(2) {
    font-size: 13px;
    line-height: 23px;
    margin: 20px 0;
  }
  .topmain_box1.clearfix ul li:nth-child(2) span {
    display: block;
    color: #0090ff;
  }
  .topmain_box1.clearfix h2 {
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 60px;
    color: #1774bc;
    text-align: center;
    letter-spacing: 1px;
  }
  .topmain_box1.clearfix #js-video {
    width: 100%;
    margin: 0 auto;
  }
  .topmain_box1_left.clearfix {
    width: 100%;
    float: none;
    margin: 0 0 -20px 0;
  }
  .topmain_box1_right.clearfix {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
  }
  #myslider img {
    margin: 0 5px 0 0;
    width: 150px;
  }
  #myslider5 img {
    margin: 0 5px 0 0;
    width: 150px;
  }
  img.top_text {
    float: left;
    margin: 0 0 0 0;
  }
  .svg-wrapper {
    position: relative;
    width: 300px;
    height: 50px;
    border-radius: 3px;
    margin: -20px auto 0 auto;
  }
  #shape {
    stroke-width: 6px;
    fill: transparent;
    stroke: #1774bc;
    stroke-dasharray: 200, 510;
    stroke-dashoffset: 315;
    transition: 1s all ease;
  }
  #text {
    margin-top: -53px;
    text-align: center;
  }
  #text a {
    color: #1774bc;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #06D6A0;
  }
  .topbox2.clearfix {
    width: 100%;
    height: 360px;
    margin: 30px 0;
    background: linear-gradient(-45deg, #333 0%, #333 50%, #1774bc 50%, #1774bc 100%);
    justify-content: center;
    align-items: center;
  }
  .topbox2.clearfix ul {
    max-width: 805px;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0 10px 0;
  }
  .topbox2.clearfix ul li {
    float: none;
  }
  .topbox2.clearfix ul li h3 {
    max-width: 315px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
  }
  .topbox2.clearfix ul li h3 span {
    font-family: auto;
    display: block;
    font-size: 20px;
    font-weight: 200;
  }
  .topbox2.clearfix ul li img {
    display: block;
    max-width: 463px;
    margin: 15px auto 25px auto;
  }
  #text2 {
    margin-top: -53px;
    text-align: center;
  }
  #text2 a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .topbox2.clearfix #shape {
    stroke: #fff;
  }
  .topbox2.clearfix .svg-wrapper:hover #shape {
    stroke: #06D6A0;
  }
  .topbox3.clearfix {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  #myslider7 img {
    margin: 0 5px 0 0;
    width: 210px;
  }
  .topbox4.clearfix {
    width: 100%;
    background-color: #f5f5f5;
    margin: 40px auto 0 auto;
    padding: 30px 0;
  }
  .topbox4.clearfix h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center;
  }
  ul.topnewslist.clearfix {
    overflow-y: scroll;
    width: 90%;
    max-width: 700px;
    height: 100px;
    padding: 20px 10px;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix li {
    width: 95%;
    font-size: 12px;
    line-height: 21px;
    border-top: dotted 1px #333;
    border-bottom: dotted 1px #333;
    padding: 10px 0 10px 5%;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix li span {
    display: inline-block;
    width: 140px;
  }
  ul.topnewslist.clearfix li img {
    width: 40px;
    margin: 4px 0 0 10px;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    background-color: #333;
    margin: 0 auto;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    border-bottom: solid 1px #fff;
  }
  img.footer_logo.sp {
    width: 132px;
    margin: 0 auto;
  }
  ul.footer_list.clearfix {
    width: 100%;
    margin: 20px 0 0 0;
    color: #fff;
    text-align: center;
  }
  ul.footer_list.clearfix li:nth-child(1) {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
  }
  ul.footer_list.clearfix li:nth-child(1) span {
    display: block;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 11px;
    line-height: 25px;
    font-weight: 300;
    margin: 10px 0 0 0;
  }
  ul.footer_list.clearfix li:nth-child(3) {
    font-family: monospace;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -1px;
  }
  ul.footer_list.clearfix li:nth-child(3) a {
    display: inline-block;
    max-width: 350px;
    width: 80%;
    margin: 10px 0 0 0;
  }
  ul.footer_list2.clearfix {
    margin: 10px 0;
    overflow: hidden;
  }
  ul.footer_list2.clearfix li:nth-child(2) {
    width: 151px;
    margin: 0 auto;
  }
  .ft_bottom {
    clear: both;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 11px;
    margin: 0 0 5px 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;
  }
  /*-------------
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: #323232;
    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", serif;
    font-size: 12px;
    line-height: 2.2;
    color: #333;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 55px;
    position: fixed;
    z-index: 110;
  }
  .fixedmenu {
    background: #1774bc;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 200px;
  }
  h1.toplogo_left.clearfix img {
    width: 100%;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    background-color: #333;
    padding: 0 0 5% 0;
  }
  .topmain video#js-video {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .topmain p {
    position: absolute;
    width: 60%;
    max-width: 584px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    top: 10%;
    left: 0;
    right: 0;
  }
  .topmain p img {
    display: block;
    max-width: 303px;
    width: 70%;
    margin: 0 auto 20px auto;
  }
  div#scroll-down_over {
    width: 130px;
    margin: 15% auto 0 auto;
  }
  #scroll-down {
    display: block;
    position: relative;
    padding-top: 50px;
    text-align: center;
  }
  .arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 20px;
  }
  .arrow-down:after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #scroll-title {
    display: block;
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 0px;
    left: 49.5%;
    margin-left: -1px;
    width: 2px;
    height: 60px;
    background: #fff;
    content: " ";
  }
  @-webkit-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-moz-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-o-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  /*-------------
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: #282828;
    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;
  }
  /*-------------
main
-------------*/
  #main {
    width: 95%;
    margin: 0 auto 20px auto;
    overflow: hidden;
  }
  .topmain_box1.clearfix {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .topmain_box1.clearfix ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 0 0;
  }
  .topmain_box1.clearfix ul li:nth-child(1) {
    width: 76px;
    margin: 0 auto;
  }
  .topmain_box1.clearfix ul li:nth-child(2) {
    font-size: 13px;
    line-height: 23px;
    margin: 20px 0;
  }
  .topmain_box1.clearfix ul li:nth-child(2) span {
    display: block;
    color: #0090ff;
  }
  .topmain_box1.clearfix h2 {
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 60px;
    color: #1774bc;
    text-align: center;
    letter-spacing: 1px;
  }
  .topmain_box1.clearfix #js-video {
    width: 100%;
    margin: 0 auto;
  }
  .topmain_box1_left.clearfix {
    width: 100%;
    float: none;
    margin: 0 0 -20px 0;
  }
  .topmain_box1_right.clearfix {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
  }
  #myslider img {
    margin: 0 5px 0 0;
    width: 150px;
  }
  #myslider5 img {
    margin: 0 5px 0 0;
    width: 150px;
  }
  img.top_text {
    float: left;
    margin: 0 0 0 0;
  }
  .svg-wrapper {
    position: relative;
    width: 300px;
    height: 50px;
    border-radius: 3px;
    margin: -20px auto 0 auto;
  }
  #shape {
    stroke-width: 6px;
    fill: transparent;
    stroke: #1774bc;
    stroke-dasharray: 200, 510;
    stroke-dashoffset: 315;
    transition: 1s all ease;
  }
  #text {
    margin-top: -53px;
    text-align: center;
  }
  #text a {
    color: #1774bc;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #06D6A0;
  }
  .topbox2.clearfix {
    width: 100%;
    height: 360px;
    margin: 30px 0;
    background: linear-gradient(-45deg, #333 0%, #333 50%, #1774bc 50%, #1774bc 100%);
    justify-content: center;
    align-items: center;
  }
  .topbox2.clearfix ul {
    max-width: 805px;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0 10px 0;
  }
  .topbox2.clearfix ul li {
    float: none;
  }
  .topbox2.clearfix ul li h3 {
    max-width: 315px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
  }
  .topbox2.clearfix ul li h3 span {
    font-family: auto;
    display: block;
    font-size: 20px;
    font-weight: 200;
  }
  .topbox2.clearfix ul li img {
    display: block;
    max-width: 463px;
    margin: 15px auto 25px auto;
  }
  #text2 {
    margin-top: -53px;
    text-align: center;
  }
  #text2 a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .topbox2.clearfix #shape {
    stroke: #fff;
  }
  .topbox2.clearfix .svg-wrapper:hover #shape {
    stroke: #06D6A0;
  }
  .topbox3.clearfix {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  #myslider7 img {
    margin: 0 5px 0 0;
    width: 210px;
  }
  .topbox4.clearfix {
    width: 100%;
    background-color: #f5f5f5;
    margin: 40px auto 0 auto;
    padding: 30px 0;
  }
  .topbox4.clearfix h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center;
  }
  ul.topnewslist.clearfix {
    overflow-y: scroll;
    width: 90%;
    max-width: 700px;
    height: 100px;
    padding: 20px 10px;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix li {
    width: 95%;
    font-size: 12px;
    line-height: 21px;
    border-top: dotted 1px #333;
    border-bottom: dotted 1px #333;
    padding: 10px 0 10px 5%;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix li span {
    display: block;
  }
  ul.topnewslist.clearfix li img {
    width: 40px;
    margin: 4px 0 0 10px;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    background-color: #333;
    margin: 0 auto;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    border-bottom: solid 1px #fff;
  }
  img.footer_logo.sp {
    width: 132px;
    margin: 0 auto;
  }
  ul.footer_list.clearfix {
    width: 100%;
    margin: 20px 0 0 0;
    color: #fff;
    text-align: center;
  }
  ul.footer_list.clearfix li:nth-child(1) {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
  }
  ul.footer_list.clearfix li:nth-child(1) span {
    display: block;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 11px;
    line-height: 25px;
    font-weight: 300;
    margin: 10px 0 0 0;
  }
  ul.footer_list.clearfix li:nth-child(3) {
    font-family: monospace;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -1px;
  }
  ul.footer_list.clearfix li:nth-child(3) a {
    display: inline-block;
    max-width: 350px;
    width: 80%;
    margin: 10px 0 0 0;
  }
  ul.footer_list2.clearfix {
    margin: 10px 0;
    overflow: hidden;
  }
  ul.footer_list2.clearfix li:nth-child(2) {
    width: 151px;
    margin: 0 auto;
  }
  .ft_bottom {
    clear: both;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 11px;
    margin: 0 0 5px 0;
  }
}