﻿@charset "UTF-8";
.new {
  color: #f00;
  font-weight: 700;
}
.header_banner {
  position: fixed;
  z-index: 1000;
  width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
.header_banner img {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
}
/* 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: black;
    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: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
    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;
  }
  #header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  div#menuover {
    background-color: #ecf4ff;
    width: 100%;
    height: 80px;
  }
  div#menuover_inner {
    width: 1000px;
    margin: 0 auto;
    height: auto;
  }
  img#drower {
    float: left;
  }
  .topline {
    overflow: hidden;
  }
  h1.headerlogo.clearfix {
    margin: 10px 0 0 245px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    float: left;
  }
  ul.header_left.clearfix {
    float: right;
    margin: 10px 0 0 0;
  }
  ul.header_left.clearfix li {
    float: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: -1px;
  }
  ul.header_left.clearfix li:nth-child(1) {
    margin: 0 10px 0 0;
  }
  #info {
    position: relative;
    top: 90px;
  }
  #info_inner {
    width: 1200px;
    height: auto;
    margin: 0 auto 10px auto;
    border: 2px solid #f00;
  }
  #info_inner p, #info_inner a {
    padding: 5px;
    text-align: center;
    color: #f00;
    font-weight: 800;
    font-size: 20px;
  }
  #topmain {
    background: url(../images/top/topmain_back1_over.png) repeat-x;
    height: 547px;
    margin: 80px 0 0 0;
  }
  #topmain_inner {
    background: url(../images/top/topmain_back1.png) no-repeat;
    width: 1200px;
    height: 547px;
    margin: 0 auto;
  }
  .topslider_left.clearfix {
    width: 600px;
    float: left;
    margin: 90px 0 0 125px;
  }
  .topslider {
    width: 430px;
    float: right;
    margin: 60px 60px 0 -25px;
  }
  p.topmain_text1 {
    font-size: 65px;
    font-weight: 600;
    font-family: system-ui;
    line-height: 72px;
  }
  p.topmain_text2 {
    font-size: 41px;
    line-height: 72px;
    margin: -15px 0 0 205px;
  }
  p.topmain_text2 span {
    font-size: 72px;
    letter-spacing: -1px;
  }
  p.topmain_text3 {
    font-size: 25px;
    line-height: 37px;
    margin: 80px 0 0 0;
  }
  p.topmain_text3 span {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    padding: 0 5px 0 2px;
  }
  p.topmain_bt {
    margin: 30px 0 0 70px;
  }
  .bx-controls.bx-has-pager {
    display: none;
  }
  /*-------------
memu
-------------*/
  nav#menu {
    width: 100%;
    background: #0000be;
    background: -moz-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1d235d), color-stop(25%, #151978), color-stop(75%, #0809a5), to(#0000be));
    background: -webkit-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: -o-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: -ms-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1d235d, endColorstr=#0000be, GradientType=0);
    z-index: 190;
    overflow: auto;
    box-sizing: border-box;
    position: fixed;
    top: 80px;
  }
  .inner {
    width: 940px;
    height: auto;
    margin: 0 auto;
    padding: 30px 30px 10px 30px;
  }
  nav#menu .mainNav {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    font-size: 13px;
  }
  nav#menu .mainNav > li {
    display: inline-block;
    padding: 5px 0;
    line-height: 25px;
  }
  nav#menu .mainNav > li:not(:last-child) {
    border-right: 1px solid #ccc;
    margin-right: 20px;
    padding-right: 30px;
  }
  nav#menu ul li a {
    color: #fff;
    font-size: 13px;
  }
  nav#menu ul li a:hover {
    text-decoration: underline;
  }
  nav#menu .mainNav > li:nth-child(2) {
    width: 100px;
  }
  nav#menu .mainNav > li:nth-child(3) {
    width: 115px;
  }
  nav#menu .mainNav > li:nth-child(4) {
    width: 105px;
  }
  ul.mainNav2 {
    overflow: hidden;
    margin: 15px 0 0 0;
  }
  ul.mainNav2 li {
    float: left;
    margin: 0 5px 0 0;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 0;
  }
  .topbox1 {
    background: url(../images/top/topmain_back2_over.png) repeat-x;
    height: 485px;
  }
  .topbox1_inner {
    background: url(../images/top/topmain_back2.png) no-repeat;
    width: 1000px;
    height: 485px;
    margin: 0 auto;
  }
  #slider_nav {
    width: 380px;
    float: left;
    margin: 60px 0 0 0;
  }
  .topbox1_right.clearfix {
    float: right;
    margin: 80px 0 0 0;
    width: 500px;
  }
  p.topbox1_text0 {
    font-size: 22px;
    margin: 0 0 13px 0;
    font-weight: 600;
  }
  p.topbox1_text1 {
    font-size: 41px;
    line-height: 41px;
  }
  p.topbox1_text1 span {
    font-size: 72px;
  }
  p.topbox1_text2 {
    font-size: 41px;
    line-height: 41px;
    margin: 30px 0 0 228px;
  }
  p.topbox1_text2 span {
    font-size: 72px;
  }
  p.topbox1_bt {
    width: 350px;
    margin: 70px 35px 0 auto;
  }
  .topbox2 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox2_right {
    background: url(../images/top/processing_back.png) no-repeat;
    width: 600px;
    height: 350px;
    float: right;
  }
  .topbox2_left.clearfix {
    width: 400px;
    float: left;
  }
  .topbox2_left.clearfix img {
    margin: 40px 0 0 60px;
  }
  p.topbox2_text1 {
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0 0 0;
  }
  p.topbox2_text1 span {
    font-size: 40px;
    font-weight: 600;
  }
  p.topbox2_text2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 34px 60px -40px 0;
  }
  p.topbox2_bt {
    margin: -17px 0 0 -60px;
  }
  ul.topbox2_right_list.clearfix {
    padding: 55px 0 0 380px;
  }
  ul.topbox2_right_list.clearfix li {
    margin: 0 0 45px 0;
  }
  .topbox3 {
    width: 1200px;
    margin: 70px auto 0 auto;
  }
  p.topbox3_bt {
    width: 350px;
    margin: 30px auto;
  }
  .topbox4 {
    background-color: #000;
  }
  .topbox4_inner {
    background: url(../images/top/movie_back.png) no-repeat;
    width: 1200px;
    height: 226px;
    margin: 50px auto 0 auto;
  }
  p.topbox4_bt {
    width: 350px;
    margin: 0 140px 0 auto;
    padding: 90px 0 0 0;
  }
  .topbox5 {
    background: #d1dced;
    background: -moz-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #f6f6f6), color-stop(50%, #e4eaf2), to(#d1dced));
    background: -webkit-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: -o-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d1dced, GradientType=1);
    overflow: hidden;
  }
  .topbox5_inner {
    width: 1000px;
    margin: 0 auto;
  }
  p.topbox5_text1.clearfix {
    font-size: 72px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -1px;
    /*float: left;*/
    padding: 60px 0 0 0;
    text-align: center;
  }
  .newsbox_left {
    float: left;
    width: 435px;
    height: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 15px 15px;
    margin: 70px 0 25px 0;
  }
  .newsbox_left ul {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }
  .newsbox_left ul li {
    margin: 0 0 20px 0;
  }
  .newsbox_left ul li span.date {
    font-weight: 600;
    display: block;
    margin: 0 0 2px 0;
  }
  .newsbox_left ul li span.new {
    font-weight: 600;
    margin: 0 5px 2px 0;
  }
  .newsbox_left ul li a:hover {
    text-decoration: underline;
  }
  .newsbox_right {
    float: right;
    width: 435px;
    height: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 15px 15px;
    margin: 70px 0 25px 0;
  }
  .newsbox_right ul {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }
  .newsbox_right ul li {
    margin: 0 0 20px 0;
  }
  .newsbox_right ul li span.date {
    font-weight: 600;
    display: block;
    margin: 0 0 2px 0;
  }
  .newsbox_right ul li span.new {
    font-weight: 600;
    margin: 0 5px 2px 0;
  }
  .newsbox_right ul li a:hover {
    text-decoration: underline;
  }
  .topbox6 {
    width: 750px;
    margin: 60px auto 40px auto;
  }
  .topbox6 ul {
    width: 100%;
    overflow: hidden;
  }
  .topbox6 ul li {
    float: left;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 223px;
    right: 25px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #525252;
    color: #fff;
  }
  .ft_middle {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
  }
  .contact_box {
    margin: 5px 0 0 0;
    float: left;
    width: 375px;
    clear: both;
  }
  p.footerlogo.clearfix {
    font-size: 23px;
    font-weight: 600;
    line-height: 62px;
  }
  p.footerlogo.clearfix img {
    margin: 0 5px 0 0;
  }
  p.footertext1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 0 0 65px;
  }
  p.footertext2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin: 5px 0 0 67px;
    letter-spacing: -1px;
    font-family: system-ui;
  }
  p.footertext2 a {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .footermail {
    margin: 10px 0 0 68px;
  }
  .contact_box2 {
    float: left;
    margin: 20px 0 0 60px;
    width: 350px;
  }
  .contact_box2.clearfix p {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
  }
  ul.contact_box2list {
    width: 100%;
    overflow: hidden;
  }
  ul.contact_box2list li {
    line-height: 20px;
    letter-spacing: 1px;
    float: left;
    width: 165px;
  }
  ul.contact_box2list li a {
    font-size: 12px;
    color: #fff;
  }
  ul.contact_box2list a:hover {
    text-decoration: underline;
  }
  .contact_box3 {
    float: left;
    margin: 20px 0 0 0;
    width: 125px;
  }
  .ft_bottom {
    clear: both;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
  }
}
/* 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;
  }
  body {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    list-style: none;
    color: #282828;
  }
  a {
    color: #3c8ae1;
  }
  ul, ol {
    list-style: none;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #header {
    width: 100%;
    height: auto;
  }
  div#menuover {
    background-color: #ecf4ff;
    width: 100%;
  }
  div#menuover_inner {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  img#drower {
    float: left;
    width: 54px;
  }
  .topline {
    overflow: hidden;
  }
  h1.headerlogo.clearfix {
    text-align: center;
    padding: 10px 0 0 0;
  }
  h1.headerlogo.clearfix img {
    width: 170px;
  }
  h1.headerlogo.clearfix span {
    display: none;
  }
  #info {
    position: relative;
    /*top: 90px;*/
    top: 10px;
  }
  #info_inner {
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    border: 2px solid #f00;
  }
  #info_inner p, #info_inner a {
    padding: 5px;
    text-align: center;
    color: #f00;
    font-weight: 700;
    font-size: 16px;
  }
  div#topmain {
    width: 100%;
    overflow: hidden;
  }
  #topmain_inner {
    background: url(../images/top/topmain_back1.png) no-repeat;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .topslider_left.clearfix {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .topslider {
    width: 376px;
    margin: 10px auto;
  }
  p.topmain_text2 {
    font-size: 25px;
    line-height: 55px;
    text-align: center;
  }
  p.topmain_text2 span {
    font-size: 40px;
  }
  p.topmain_text3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 10px;
    text-align: center;
  }
  p.topmain_text3 br {
    display: none;
  }
  p.topmain_text3 span {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    padding: 0 5px 0 2px;
  }
  p.topmain_bt {
    margin: 10px 10% 0 auto;
    width: 350px;
  }
  .bx-controls.bx-has-pager {
    display: none;
  }
  /*-------------
memu
-------------*/
  nav#menu {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #0000be;
    background: -moz-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1d235d), color-stop(25%, #151978), color-stop(75%, #0809a5), to(#0000be));
    background: -webkit-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: -o-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: -ms-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1d235d, endColorstr=#0000be, GradientType=0);
    z-index: 190;
    overflow: auto;
    box-sizing: border-box;
    top: 54px;
  }
  .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
  }
  nav#menu .mainNav {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding-bottom: 30px;
    font-size: 12px;
  }
  nav#menu .mainNav > li {}
  nav#menu .mainNav > li:nth-child(odd) {
    width: 35vw;
    margin-right: 4.688vw;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  nav#menu .mainNav > li:nth-child(even) {
    width: 35vw;
  }
  nav#menu .mainNav > li:not(:last-child) {
    padding-bottom: 6.25vw;
  }
  nav#menu ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  nav#menu ul li a:hover {
    text-decoration: underline;
  }
  ul.mainNav2 {
    overflow: hidden;
    width: 100%;
  }
  ul.mainNav2 li {
    margin: 0 10px 5px 0;
    float: left;
    width: 200px;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 0;
  }
  .topbox1 {
    width: 100%;
  }
  .topbox1_inner {
    background: url(../images/top/topmain_back2.png) no-repeat;
    width: 100%;
    padding: 30px 0 0 0;
  }
  #slider_nav {
    width: 374px;
    margin: 0 auto;
  }
  p.topbox1_text1 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
  span.text1_sp_2 {
    font-weight: 600;
  }
  span.text1_sp_1 {
    font-size: 40px;
  }
  p.topbox1_bt {
    margin: 10px 10% 0 auto;
    width: 350px;
  }
  .topbox2 {
    width: 100%;
    margin: 35px 0 0 0;
    overflow: hidden;
  }
  .topbox2_right {
    background: url(../images/top/processing_back_sp.png) repeat-y;
    width: 100%;
    background-size: cover;
    margin: 10px 0 0 0;
  }
  .topbox2_left.clearfix {
    width: 100%;
    text-align: center;
  }
  img.topimg1 {
    width: 209px;
  }
  p.topbox2_text1 {
    font-size: 25px;
    line-height: 33px;
    margin: 15px 0 0 0;
  }
  p.topbox2_text1 span {
    font-size: 30px;
    font-weight: 600;
  }
  p.topbox2_text2 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 5px 0;
  }
  p.topbox2_bt {
    margin: 5px auto;
    width: 350px;
  }
  ul.topbox2_right_list.clearfix {
    padding: 35px 15px 1px 15px;
    color: #fff;
    font-size: 25px;
    width: 515px;
    margin: 0 auto;
  }
  ul.topbox2_right_list.clearfix li {
    margin: 0 0 25px 0;
    line-height: 25px;
  }
  span.topbox2_right1 {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 0 25px 0 0;
    width: 100px;
  }
  span.topbox2_right2 {
    font-size: 45px;
    font-weight: 600;
    font-family: fantasy;
    display: inline-block;
    margin: 0 0 0 10px;
    width: 105px;
  }
  ul.topbox2_right_list.clearfix li img {
    width: 190px;
    margin: 0 0 0 0;
  }
  .topbox3 {
    min-width: 100%;
    margin: 20px 0 0 0;
  }
  div#topbox3_slider_nav {
    display: none;
  }
  div#myslider {
    display: block;
  }
  p.topbox3_bt {
    max-width: 330px;
    width: 80%;
    margin: 15px auto;
  }
  .topbox4 {
    background-color: #000;
  }
  .topbox4_inner {
    background: url(../images/top/movie_back.png) no-repeat;
    width: 100%;
    height: auto;
    margin: 0;
    background-size: cover;
  }
  p.topbox4_bt {
    width: 350px;
    margin: 0 auto;
    padding: 25px 0;
  }
  .topbox5 {
    background: #d1dced;
    background: -moz-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #f6f6f6), color-stop(50%, #e4eaf2), to(#d1dced));
    background: -webkit-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: -o-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d1dced, GradientType=1);
    overflow: hidden;
  }
  .topbox5_inner {
    width: 100%;
    margin: 0 0 20px 0;
  }
  p.topbox5_text1.clearfix {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -1px;
    padding: 30px 0 0 10px;
  }
  .newsbox_left {
    width: 95%;
    height: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 10px 10px;
    margin: 5px auto;
  }
  .newsbox_left ul {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }
  .newsbox_left ul li {
    margin: 0 0 20px 0;
  }
  .newsbox_left ul li span.date {
    font-weight: 600;
    display: block;
    margin: 0 0 2px 0;
  }
  .newsbox_left ul li span.new {
    font-weight: 600;
    margin: 0 5px 2px 0;
  }
  .newsbox_left ul li a:hover {
    text-decoration: underline;
  }
  .newsbox_right {
    width: 95%;
    height: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 10px 10px;
    margin: 5px auto;
  }
  .newsbox_right ul {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }
  .newsbox_right ul li {
    margin: 0 0 20px 0;
  }
  .newsbox_right ul li span.date {
    font-weight: 600;
    display: block;
    margin: 0 0 2px 0;
  }
  .newsbox_right ul li span.new {
    font-weight: 600;
    margin: 0 5px 2px 0;
  }
  .newsbox_right ul li a:hover {
    text-decoration: underline;
  }
  .topbox6 {
    width: 80%;
    margin: 30px auto 20px auto;
  }
  .topbox6 ul {
    width: 100%;
    overflow: hidden;
  }
  .topbox6 ul li {
    float: left;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #525252;
    color: #fff;
  }
  .ft_middle {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
  }
  .contact_box {
    margin: 5px 0 0 0;
    clear: both;
    text-align: center;
  }
  p.footerlogo2.clearfix {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
  }
  p.footerlogo.clearfix {
    margin: 0 auto;
    width: 60px;
  }
  p.footertext1 {
    font-size: 13px;
    line-height: 14px;
    margin: 10px 0 5px 0;
  }
  p.footertext2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -1px;
    font-family: system-ui;
  }
  p.footertext2 a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-decoration: none;
  }
  .footermail {
    margin: 10px auto;
    width: 80%;
  }
  .ft_bottom {
    clear: both;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    list-style: none;
    color: #282828;
  }
  a {
    color: #3c8ae1;
  }
  ul, ol {
    list-style: none;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #header {
    width: 100%;
    height: auto;
  }
  div#menuover {
    background-color: #ecf4ff;
    width: 100%;
    position: fixed;
    z-index: 1000;
  }
  div#menuover_inner {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  img#drower {
    float: left;
    width: 54px;
  }
  .topline {
    overflow: hidden;
  }
  h1.headerlogo.clearfix {
    text-align: center;
    padding: 10px 0 0 0;
  }
  h1.headerlogo.clearfix img {
    width: 170px;
  }
  h1.headerlogo.clearfix span {
    display: none;
  }
  #info {
    position: relative;
    /*top: 90px;*/
    top: 65px;
  }
  #info_inner {
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    border: 2px solid #f00;
  }
  #info_inner p, #info_inner a {
    padding: 5px;
    text-align: center;
    color: #f00;
    font-weight: 700;
    font-size: 16px;
  }
  div#topmain {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 0 0;
  }
  #topmain_inner {
    background: url(../images/top/topmain_back1.png) no-repeat;
    width: 100%;
  }
  .topslider_left.clearfix {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .topslider {
    width: 100%;
    margin: 0;
  }
  .topslider img {
    width: 80%;
    margin: 0 auto;
  }
  p.topmain_text2 {
    font-size: 25px;
    line-height: 55px;
    text-align: center;
  }
  p.topmain_text2 span {
    font-size: 40px;
  }
  p.topmain_text3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 10px;
  }
  p.topmain_text3 br {
    display: none;
  }
  p.topmain_text3 span {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    padding: 0 5px 0 2px;
  }
  p.topmain_bt {
    margin: 10px 10% 0 auto;
    width: 60%;
  }
  p.topmain_bt.sp img {
    width: 100%;
  }
  .bx-controls.bx-has-pager {
    display: none;
  }
  /*-------------
memu
-------------*/
  nav#menu {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #0000be;
    background: -moz-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1d235d), color-stop(25%, #151978), color-stop(75%, #0809a5), to(#0000be));
    background: -webkit-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: -o-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: -ms-linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    background: linear-gradient(#1d235d 0%, #151978 25%, #0809a5 75%, #0000be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1d235d, endColorstr=#0000be, GradientType=0);
    z-index: 190;
    overflow: auto;
    box-sizing: border-box;
    top: 54px;
    position: fixed;
  }
  .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
  }
  nav#menu .mainNav {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding-bottom: 30px;
    font-size: 12px;
  }
  nav#menu .mainNav > li {}
  nav#menu .mainNav > li:nth-child(odd) {
    width: 35vw;
    margin-right: 4.688vw;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  nav#menu .mainNav > li:nth-child(even) {
    width: 35vw;
  }
  nav#menu .mainNav > li:not(:last-child) {
    padding-bottom: 6.25vw;
  }
  nav#menu ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
  nav#menu ul li a:hover {
    text-decoration: underline;
  }
  ul.mainNav2 {
    overflow: hidden;
    margin: 15px 0 0 0;
    width: 75%;
  }
  ul.mainNav2 li {
    margin: 0 0 5px 0;
  }
  /*-------------
main
-------------*/
  .main {
    width: 100%;
    margin: 0;
  }
  .topbox1 {
    width: 100%;
  }
  .topbox1 img {
    width: 100%;
  }
  .topbox1_inner {
    background: url(../images/top/topmain_back2.png) no-repeat;
    width: 100%;
    padding: 30px 0 0 0;
  }
  #slider_nav {
    width: 70%;
    margin: 0 auto;
  }
  p.topbox1_text1 {
    font-size: 15px;
    line-height: 33px;
    text-align: center;
  }
  span.text1_sp_2 {
    font-weight: 600;
  }
  span.text1_sp_1 {
    font-size: 33px;
  }
  p.topbox1_bt {
    margin: 10px 10% 0 auto;
    width: 60%;
  }
  .topbox2 {
    width: 100%;
    margin: 35px 0 0 0;
    overflow: hidden;
  }
  .topbox2 img {
    width: 100%;
  }
  .topbox2_right {
    background: url(../images/top/processing_back_sp.png) repeat-y;
    width: 100%;
    background-size: contain;
    margin: 10px 0 0 0;
  }
  .topbox2_left.clearfix {
    width: 100%;
    text-align: center;
  }
  .topbox2_left.clearfix img {
    margin: 0 auto;
    width: 70%;
  }
  p.topbox2_text1 {
    font-size: 20px;
    line-height: 27px;
    margin: 20px 0 0 0;
  }
  p.topbox2_text1 span {
    font-size: 30px;
    font-weight: 600;
  }
  p.topbox2_text2 {
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 5px 0;
  }
  p.topbox2_bt {
    margin: 10px 0 0 auto;
    width: 85%;
  }
  ul.topbox2_right_list.clearfix {
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
  }
  ul.topbox2_right_list.clearfix li {
    margin: 0 0 15px 0;
    line-height: 25px;
  }
  span.topbox2_right1 {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 90px;
  }
  span.topbox2_right2 {
    font-size: 35px;
    font-weight: 600;
    font-family: fantasy;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  ul.topbox2_right_list.clearfix li img {
    width: 40%;
    margin: 0 0 0 20%;
  }
  .topbox3 {
    width: 100%;
    margin: 20px 0 0 0;
  }
  p.topbox3_bt {
    max-width: 330px;
    width: 80%;
    margin: 15px auto;
  }
  p.topbox3_bt img {
    width: 100%;
  }
  .topbox4 {
    background-color: #000;
  }
  .topbox4_inner {
    background: url(../images/top/movie_back.png) no-repeat;
    width: 100%;
    height: auto;
    margin: 0;
    background-size: cover;
  }
  p.topbox4_bt {
    width: 80%;
    margin: 0 auto;
    padding: 25px 0;
  }
  p.topbox4_bt img {
    width: 100%;
  }
  .topbox5 {
    background: #d1dced;
    background: -moz-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #f6f6f6), color-stop(50%, #e4eaf2), to(#d1dced));
    background: -webkit-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: -o-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    background: linear-gradient(#ffffff 0%, #f6f6f6 25%, #e4eaf2 50%, #d1dced 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d1dced, GradientType=1);
    overflow: hidden;
  }
  .topbox5_inner {
    width: 100%;
    margin: 0 0 20px 0;
  }
  p.topbox5_text1.clearfix {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -1px;
    padding: 30px 0 0 10px;
  }
  .newsbox {
    width: 95%;
    height: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 10px 10px;
    margin: 5px auto;
  }
  .newsbox ul {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }
  .newsbox ul li {
    margin: 0 0 20px 0;
  }
  .newsbox ul li span {
    font-weight: 600;
    display: block;
    margin: 0 0 2px 0;
  }
  .newsbox ul li a:hover {
    text-decoration: underline;
  }
  .topbox6 {
    width: 80%;
    margin: 30px auto 20px auto;
  }
  .topbox6 ul {
    width: 100%;
    overflow: hidden;
  }
  .topbox6 ul li {
    float: left;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #525252;
    color: #fff;
  }
  .ft_middle {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
  }
  .contact_box {
    margin: 5px 0 0 0;
    clear: both;
    text-align: center;
  }
  p.footerlogo2.clearfix {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
  }
  p.footerlogo.clearfix {
    margin: 0 auto;
    width: 60px;
  }
  p.footertext1 {
    font-size: 13px;
    line-height: 14px;
    margin: 10px 0 5px 0;
  }
  p.footertext2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -1px;
    font-family: system-ui;
  }
  p.footertext2 a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-decoration: none;
  }
  .footermail {
    margin: 10px auto;
    width: 80%;
  }
  .ft_bottom {
    clear: both;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
  }
}