﻿/* 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", sans-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: 60px;
    position: fixed;
    z-index: 110;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    color: #fff;
    font-size: 9px;
    line-height: 30px;
    font-weight: 400;
  }
  .fixedmenu {
    background-color: rgba(0, 0, 0, 0.5);
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    background: #141029;
  }
  .topmain img {
    display: block;
    width: 1200px;
    margin: 0 auto;
  }
  /*-------------
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: 0 0 60px 0;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .topbox1_inner.clearfix {
    width: 1000px;
    margin: 0 auto;
  }
  .topbox1_inner.clearfix ul {
    width: 725px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 15px auto;
  }
  .topbox1_inner.clearfix ul li:nth-child(1) {
    margin: 0 0 0 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(2) {
    margin: 20px 0 25px 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(3) {
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 0 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(3) span {
    display: block;
    font-weight: 800;
  }
  #myslider img {
    margin: 0 10px 0 0;
    width: 185px;
  }
  .topbox1_inner.clearfix p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 50px 0 0 0;
  }
  .topbox1_inner2.clearfix {
    width: 100%;
    height: 75px;
    background: #caccf3;
    background: -moz-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #f6f6fd), color-stop(50%, #e9eafa), color-stop(75%, #d8d9f6), to(#caccf3));
    background: -webkit-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: -o-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#caccf3, GradientType=0);
  }
  .topbox1_inner2.clearfix a {
    display: block;
    width: 185px;
    padding: 15px 0 0 0;
    margin: 0 auto 0 auto;
  }
  .topbox1_inner2.clearfix a:hover {
    opacity: 0.7;
  }
  .topbox2.clearfix {
    width: 100%;
    margin: 0 0 0 0;
  }
  .topbox2_inner.clearfix {
    width: 100%;
    background: #312d89;
    padding: 50px 0 30px 0;
    margin: 0 0 0 0;
  }
  .topbox2_inner2.clearfix {
    width: 1000px;
    margin: 0 auto;
  }
  #myslider6 img {
    margin: 0 10px 0 0;
    width: 300px;
  }
  .topbox2.clearfix p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 25px 0 15px 0;
  }
  .topbox3.clearfix {
    width: 900px;
    margin: 0 auto;
  }
  .topbox3_left.clearfix {
    width: 375px;
    float: left;
  }
  .topbox3_left.clearfix h3 {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
  }
  .topbox3_left.clearfix h3 span {
    display: inline-block;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -7px;
    margin: 0 10px 0 0;
  }
  ul.topnewslist.clearfix {
    overflow-y: scroll;
    width: 93%;
    height: 175px;
    background: #f3f3f3;
    padding: 10px 10px;
    margin: 5px 0;
  }
  ul.topnewslist.clearfix li {
    width: 90%;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0 5px 0;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix li span {
    display: block;
  }
  ul.topnewslist.clearfix li img {
    margin: 5px 0 0 0;
  }
  ul.topnewslist.clearfix li:nth-child(1) a:hover {
    opacity: 0.8;
  }
  ul.topnewslist.clearfix li:nth-child(4) a {
    font-size: 15px;
    line-height: 22px;
    color: #0000ff;
    text-decoration: underline;
  }
  ul.topnewslist.clearfix li:nth-child(4) a:hover {
    text-decoration: none;
  }
  .topbox3_right.clearfix {
    width: 360px;
    float: left;
    margin: 0 0 0 100px;
  }
  .topbox3_right.clearfix h3 {
    font-family: "Lexend Exa", sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: -3px;
    margin: 0 10px 0 0;
  }
  .topbox3_right.clearfix ul {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    margin: 20px 0 0 0;
  }
  .topbox3_right.clearfix ul li {
    float: left;
  }
  .topbox3_right.clearfix ul li:nth-child(1) {
    width: 255px;
    margin: 0 0;
  }
  .topbox3_right.clearfix ul li:nth-child(2) {
    width: 105px;
    margin: 0 0;
  }
  .topbox4.clearfix {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .topbox4_inner.clearfix {
    width: 100%;
    background: linear-gradient(90deg, #fff100 0%, #fff100 50%, #312d89 50%, #312d89 100%);
    margin: 0 0 0 0;
  }
  .topbox4_inner.clearfix a {
    display: block;
    width: 1000px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    background-color: #312d89;
    color: #fff;
    margin: 0 auto;
  }
  .ft_middle {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 15px 0;
  }
  ul.footer_list.clearfix {
    float: left;
    width: 400px;
    overflow: hidden;
    margin: 0 0 0 100px;
  }
  ul.footer_list.clearfix li:nth-child(1) {
    width: 330px;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  ul.footer_list.clearfix li:nth-child(3) {
    font-size: 27px;
    line-height: 35px;
    font-weight: 600;
  }
  ul.footer_list2.clearfix {
    width: 400px;
    float: left;
    margin: 15px 0 0 40px;
  }
  ul.footer_list2.clearfix li {
    float: left;
    font-size: 12px;
    line-height: 23px;
    font-family: "Lexend Exa", sans-serif;
  }
  ul.footer_list2.clearfix li:nth-child(1) {
    width: 100% !important;
    font-weight: 800;
    font-size: 20px;
    line-height: 40px;
  }
  ul.footer_list2.clearfix li:nth-child(odd) {
    width: 200px;
  }
  ul.footer_list2.clearfix li:nth-child(even) {
    width: 110px;
  }
  ul.footer_list2.clearfix li a {
    font-size: 12px;
    color: #fff;
  }
  ul.footer_list2.clearfix li a:hover {
    text-decoration: underline;
  }
  .ft_bottom {
    width: 1000px;
    height: 22px;
    font-size: 12px;
    margin: 0 auto 0 auto;
  }
  a.footer_list2_bt {
    display: block;
    width: 270px;
    float: left;
    margin: 15px 0 0 40px;
  }
  a.footer_list2_bt:hover {
    opacity: 0.8;
  }
  .ft_bottom {
    width: 315px;
    float: right;
    height: 22px;
    font-size: 11px;
    margin: 10px 0 0 0;
  }
  .fixed_btn {
    position: fixed;
    right: 0;
    top: 45px;
  }
  .fixed_btn li {
    margin: 20px 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;
  }
  .fixedmenu2 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 200px;
  }
  /*-------------
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;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    background: #141029;
  }
  .topmain img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .topbox1_inner.clearfix {
    width: 95%;
    margin: 0 auto;
  }
  .topbox1_inner.clearfix ul {
    width: 100%;
    max-width: 725px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 15px auto;
  }
  .topbox1_inner.clearfix ul img {
    width: 100%;
  }
  .topbox1_inner.clearfix ul li:nth-child(1) {
    margin: 0 0 0 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(2) {
    margin: 20px 0 15px 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(3) {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 0 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(3) span {
    display: block;
    font-weight: 800;
  }
  #myslider img {
    margin: 0 10px 0 0;
    width: 185px;
  }
  .topbox1_inner.clearfix p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .topbox1_inner2.clearfix {
    width: 100%;
    height: 75px;
    background: #caccf3;
    background: -moz-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #f6f6fd), color-stop(50%, #e9eafa), color-stop(75%, #d8d9f6), to(#caccf3));
    background: -webkit-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: -o-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#caccf3, GradientType=0);
  }
  .topbox1_inner2.clearfix a {
    display: block;
    width: 185px;
    padding: 15px 0 0 0;
    margin: 0 auto 0 auto;
  }
  .topbox1_inner2.clearfix a:hover {
    opacity: 0.7;
  }
  .topbox2.clearfix {
    width: 100%;
    margin: 0 0 0 0;
  }
  .topbox2_inner.clearfix {
    width: 100%;
    background: #312d89;
    padding: 30px 0 20px 0;
    margin: 0 0 0 0;
  }
  .topbox2_inner2.clearfix {
    width: 100%;
    margin: 0 auto;
  }
  .topbox2_inner2.clearfix ul {
    display: flex !important;
    width: 95%;
    height: 300px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .topbox2_inner2.clearfix ul li {
    float: left;
    width: 300px;
    margin: 0 10px 0 0;
  }
  .topbox2.clearfix p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 20px 0 10px 0;
  }
  .topbox3.clearfix {
    width: 95%;
    max-width: 900px;
    margin: 20px auto 0 auto;
  }
  .topbox3.clearfix img {
    width: 100%;
  }
  .topbox3_left.clearfix {
    max-width: 375px;
    float: none;
    margin: 0 auto;
  }
  .topbox3_left.clearfix h3 {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
  }
  .topbox3_left.clearfix h3 span {
    display: inline-block;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 800;
    font-size: 45px;
    line-height: 80px;
    letter-spacing: -3px;
    margin: 0 10px 0 0;
  }
  ul.topnewslist.clearfix {
    overflow-y: scroll;
    width: 100%;
    height: 175px;
    background: #f3f3f3;
    padding: 10px 10px;
    margin: 5px 0;
  }
  ul.topnewslist.clearfix li {
    width: 90%;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0 5px 0;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix li span {
    display: block;
  }
  ul.topnewslist.clearfix li img {
    margin: 5px 0 0 0;
  }
  ul.topnewslist.clearfix li:nth-child(1) a:hover {
    opacity: 0.8;
  }
  ul.topnewslist.clearfix li:nth-child(4) a {
    font-size: 15px;
    line-height: 22px;
    color: #0000ff;
    text-decoration: underline;
  }
  ul.topnewslist.clearfix li:nth-child(4) a:hover {
    text-decoration: none;
  }
  .topbox3_right.clearfix {
    max-width: 360px;
    float: none;
    margin: 30px auto 0 auto;
  }
  .topbox3_right.clearfix h3 {
    font-family: "Lexend Exa", sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: -3px;
    margin: 0 0 0 0;
  }
  .topbox3_right.clearfix ul {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0 0 0;
  }
  .topbox3_right.clearfix ul li {
    float: left;
  }
  .topbox3_right.clearfix ul li:nth-child(1) {
    width: 240px;
    margin: 0 0;
  }
  .topbox3_right.clearfix ul li:nth-child(2) {
    width: 105px;
    margin: 20px 0 0 0;
  }
  .topbox4.clearfix {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .topbox4.clearfix img {
    width: 100%;
  }
  .topbox4_inner.clearfix {
    width: 100%;
    background: linear-gradient(90deg, #fff100 0%, #fff100 50%, #312d89 50%, #312d89 100%);
    margin: 0 0 0 0;
  }
  .topbox4_inner.clearfix a {
    display: block;
    max-width: 1000px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    background-color: #312d89;
    color: #fff;
    text-align: center;
    margin: 0 auto;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 10px 0;
  }
  ul.footer_list.clearfix {
    float: none;
    max-width: 400px;
    overflow: hidden;
    margin: 0 auto;
  }
  ul.footer_list.clearfix li:nth-child(1) {
    max-width: 330px;
    margin: 0 auto;
  }
  ul.footer_list.clearfix li:nth-child(1) img {
    width: 80%;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
  }
  ul.footer_list.clearfix li:nth-child(3) {
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
  }
  a.footer_list2_bt {
    display: block;
    width: 270px;
    margin: 15px auto;
  }
  .ft_bottom {
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  .fixed_btn {
    position: fixed;
    right: 0;
    top: 45px;
  }
  .fixed_btn li {
    margin: 20px 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;
  }
  .fixedmenu2 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 200px;
  }
  /*-------------
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;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    background: #141029;
  }
  .topmain img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .topbox1_inner.clearfix {
    width: 95%;
    margin: 0 auto;
  }
  .topbox1_inner.clearfix ul {
    width: 100%;
    max-width: 725px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 15px auto;
  }
  .topbox1_inner.clearfix ul img {
    width: 100%;
  }
  .topbox1_inner.clearfix ul li:nth-child(1) {
    margin: 0 0 0 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(2) {
    margin: 20px 0 15px 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(3) {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 0 0;
  }
  .topbox1_inner.clearfix ul li:nth-child(3) span {
    display: block;
    font-weight: 800;
  }
  #myslider img {
    margin: 0 10px 0 0;
    width: 185px;
  }
  .topbox1_inner.clearfix p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .topbox1_inner2.clearfix {
    width: 100%;
    height: 75px;
    background: #caccf3;
    background: -moz-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #f6f6fd), color-stop(50%, #e9eafa), color-stop(75%, #d8d9f6), to(#caccf3));
    background: -webkit-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: -o-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: -ms-linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    background: linear-gradient(#ffffff 0%, #f6f6fd 25%, #e9eafa 50%, #d8d9f6 75%, #caccf3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#caccf3, GradientType=0);
  }
  .topbox1_inner2.clearfix a {
    display: block;
    width: 185px;
    padding: 15px 0 0 0;
    margin: 0 auto 0 auto;
  }
  .topbox1_inner2.clearfix a:hover {
    opacity: 0.7;
  }
  .topbox2.clearfix {
    width: 100%;
    margin: 0 0 0 0;
  }
  .topbox2_inner.clearfix {
    width: 100%;
    background: #312d89;
    padding: 30px 0 20px 0;
    margin: 0 0 0 0;
  }
  .topbox2_inner2.clearfix {
    width: 100%;
    margin: 0 auto;
  }
  .topbox2_inner2.clearfix ul {
    display: flex !important;
    width: 95%;
    height: 300px;
    overflow-x: scroll;
    margin: 0 auto;
  }
  .topbox2_inner2.clearfix ul li {
    float: left;
    width: 300px;
    margin: 0 10px 0 0;
  }
  .topbox2.clearfix p {
    width: 95%;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 20px auto 10px auto;
  }
  .topbox3.clearfix {
    width: 95%;
    max-width: 900px;
    margin: 20px auto 0 auto;
  }
  .topbox3.clearfix img {
    width: 100%;
  }
  .topbox3_left.clearfix {
    max-width: 375px;
    float: none;
    margin: 0 auto;
  }
  .topbox3_left.clearfix h3 {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
  }
  .topbox3_left.clearfix h3 span {
    display: inline-block;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 800;
    font-size: 45px;
    line-height: 80px;
    letter-spacing: -3px;
    margin: 0 10px 0 0;
  }
  ul.topnewslist.clearfix {
    overflow-y: scroll;
    width: 100%;
    height: 175px;
    background: #f3f3f3;
    padding: 10px 10px;
    margin: 5px 0;
  }
  ul.topnewslist.clearfix li {
    width: 90%;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0 5px 0;
    margin: 0 auto;
  }
  ul.topnewslist.clearfix li span {
    display: block;
  }
  ul.topnewslist.clearfix li img {
    margin: 5px 0 0 0;
  }
  ul.topnewslist.clearfix li:nth-child(1) a:hover {
    opacity: 0.8;
  }
  ul.topnewslist.clearfix li:nth-child(4) a {
    font-size: 15px;
    line-height: 22px;
    color: #0000ff;
    text-decoration: underline;
  }
  ul.topnewslist.clearfix li:nth-child(4) a:hover {
    text-decoration: none;
  }
  .topbox3_right.clearfix {
    max-width: 360px;
    float: none;
    margin: 30px auto 0 auto;
  }
  .topbox3_right.clearfix h3 {
    font-family: "Lexend Exa", sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: -3px;
    margin: 0 0 0 0;
  }
  .topbox3_right.clearfix ul {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0 0 0;
  }
  .topbox3_right.clearfix ul li {
    float: none;
  }
  .topbox3_right.clearfix ul li:nth-child(1) {
    width: 255px;
    margin: 0 0;
  }
  .topbox3_right.clearfix ul li:nth-child(2) {
    width: 105px;
    margin: 20px 0 0 0;
  }
  .topbox4.clearfix {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .topbox4.clearfix img {
    width: 100%;
  }
  .topbox4_inner.clearfix {
    width: 100%;
    background: linear-gradient(90deg, #fff100 0%, #fff100 50%, #312d89 50%, #312d89 100%);
    margin: 0 0 0 0;
  }
  .topbox4_inner.clearfix a {
    display: block;
    max-width: 1000px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    background-color: #312d89;
    color: #fff;
    text-align: center;
    margin: 0 auto;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 10px 0;
  }
  ul.footer_list.clearfix {
    float: none;
    max-width: 400px;
    overflow: hidden;
    margin: 0 auto;
  }
  ul.footer_list.clearfix li:nth-child(1) {
    max-width: 330px;
    margin: 0 auto;
  }
  ul.footer_list.clearfix li:nth-child(1) img {
    width: 80%;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
  }
  ul.footer_list.clearfix li:nth-child(3) {
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
  }
  a.footer_list2_bt {
    display: block;
    width: 270px;
    margin: 15px auto;
  }
  .ft_bottom {
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  .fixed_btn {
    display: none;
  }
}