#nav-toggle, #sp-nav, .sp_nav, #sp_btn {
  display: none
}

@media screen and (max-width: 1025px) {
  body {
    font-size: 1.4rem
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 50;
    width: 100%;
    transform: translateX(-50%)
  }
  #sp_btn ul {
    display: flex;
    justify-content: center;
    max-width: 280px;
    padding-bottom: 10px;
    margin: 0 auto
  }
  #sp_btn ul li {
    width: 70px
  }
  #sp_btn ul li:nth-child(2) a {
    background: #102777;
    color: #fff
  }
  #sp_btn ul li:nth-child(2) a span {
    color: #fff
  }
  #sp_btn ul li a {
    display: block;
    padding: 7px 0;
    text-align: center;
    background: rgba(254, 254, 254, .8);
    color: #e5d508;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2
  }
  #sp_btn ul li a span {
    display: block;
    font-size: 13px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #111
  }
  .bnr li {
    width: 100%;
    float: none
  }
  #l-header {
    border-bottom: 0
  }
  #l-header .inner {
    max-width: 100%;
    margin: 0;
    min-width: inherit
  }
  #l-header .inner #logo {
    max-width: 200px;
    width: calc(100% - 80px);
    text-align: left;
    margin-left: 5px;
    padding: 4px 0 4px 10px
  }
  #l-header #tel {
    display: none
  }
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
  }
  #header_nav {
    display: none
  }
  #flash {
    width: 100%;
    height: auto
  }
  .single, .single03 {
    max-width: initial;
    width: 95%;
    padding: 40px 0
  }
  .single02 {
    padding: 40px 0;
    width: calc(100% - 20px)
  }
  .breadcrumb_box .breadcrumb {
    width: 95%
  }
  #nav-toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    cursor: pointer;
    background: rgba(16, 39, 119, .9);
    padding: 15px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-bottom-left-radius: 20px
  }
  #nav-toggle>div {
    position: relative;
    width: 35px
  }
  #nav-toggle>div>p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 700
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #f5f3eb;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease
  }
  #nav-toggle span:nth-child(1) {
    top: 5px
  }
  #nav-toggle span:nth-child(2) {
    top: 15px
  }
  #nav-toggle span:nth-child(3) {
    top: 25px
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 0px
  }
  #nav-toggle:hover span:nth-child(2) {
    top: 10px
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 20px
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg)
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg)
  }
  .sp-nav-list {
    position: relative;
    z-index: 20;
    width: 80%;
    margin-bottom: 20px
  }
  #nav-toggle {
    z-index: 1000
  }
  #container {
    z-index: 900
  }
  #sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity .4s ease, visibility .4s ease
  }
  #sp-nav .inner {
    position: relative;
    z-index: 990;
    padding: 45px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
    height: 100%;
    width: 100%
  }
  #sp-nav .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #042054, #006494);
    z-index: -1;
    opacity: .9
  }
  #sp-nav .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/3.jpg) no-repeat 30% 11%;
    z-index: -2
  }
}

@media screen and (max-width: 1025px)and (max-width: 639px) {
  #sp-nav .inner {
    padding-top: 30px;
    padding-bottom: 80px;
    margin-inline: auto
  }
}

@media screen and (max-width: 1025px) {
  #sp-nav .no-link, #sp-nav a {
    display: block;
    color: #fefefe;
    text-decoration: none;
    padding: 12px 0;
    transition: color .4s ease;
    font-weight: 600
  }
  #sp-nav .no-link .footer-only, #sp-nav a .footer-only {
    display: none
  }
  #sp-nav .no-link span, #sp-nav a span {
    font-size: 12px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    margin-right: 10px;
    letter-spacing: .1rem;
    position: relative;
    padding-left: 10px
  }
  #sp-nav .no-link span::before, #sp-nav a span::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    padding-right: 10px
  }
  #sp-nav .no-link:hover, #sp-nav a:hover {
    opacity: .6
  }
  #sp-nav .no-link {
    padding-bottom: 8px
  }
  #sp-nav .dropdown {
    padding: 4px 4px 8px
  }
  #sp-nav .dropdown .dropdown-ul {
    display: flex;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 4%
  }
  #sp-nav .dropdown .dropdown-li {
    border-bottom: 0
  }
  #sp-nav .dropdown .dropdown-li a {
    letter-spacing: 0;
    border-bottom: 0;
    height: 100%;
    display: block;
    padding: 8px 5px;
    background: rgba(255, 255, 255, .8);
    color: #555;
    font-size: 12px;
    color: #111;
    position: relative
  }
  #sp-nav .dropdown .dropdown-li span {
    display: inline-block
  }
  #sp-nav .globalNav {
    list-style: none
  }
  #sp-nav .globalNav>li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .3s ease, opacity .2s ease;
    border-bottom: 2px solid rgba(254, 254, 254, .4)
  }
  #sp-nav .globalNav>li:nth-child(2) {
    transition-delay: .1s
  }
  #sp-nav .globalNav>li:nth-child(3) {
    transition-delay: .2s
  }
  #sp-nav .globalNav>li:nth-child(4) {
    transition-delay: .3s
  }
  #sp-nav .globalNav>li:nth-child(5) {
    transition-delay: .4s
  }
  #sp-nav .globalNav>li:nth-child(6) {
    transition-delay: .5s
  }
  #sp-nav .globalNav>li:nth-child(7) {
    transition-delay: .6s
  }
  .sp-logo {
    width: 200px;
    margin-bottom: 20px
  }
  .sp-sns {
    display: flex;
    color: #fefefe;
    width: 80%;
    align-items: center
  }
  .sp-sns .txt {
    margin-right: 20px
  }
  .sp-sns .icon {
    font-size: 3rem;
    display: flex;
    gap: 10px
  }
  .sp-contact {
    display: flex;
    width: 80%;
    justify-content: space-between
  }
  .sp-contact>div {
    width: 48%;
    text-align: center
  }
  .sp-contact>div>a {
    border: 1px solid #fefefe;
    border-radius: 20px;
    padding: 5px 0 !important
  }
  .sp-contact>div>a:hover {
    background: #fefefe;
    color: #242e43 !important;
    opacity: 1
  }
  .open {
    overflow: hidden
  }
  .open #sp-nav {
    visibility: visible;
    opacity: 1
  }
  .open #sp-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease
  }
  .rsingle, .lsingle {
    float: none;
    width: 100%
  }
  .lsingle, .rsingle {
    float: none;
    width: 100%
  }
}

@media screen and (max-width: 639px) {
  body {
    font-size: 1.2rem
  }
  .tbl_scroll {
    padding-bottom: 10px;
    overflow: auto;
    white-space: nowrap
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 5px
  }
  .tbl_scroll::-webkit-scrollbar-track {
    background: #f1f1f1
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc
  }
  .tbl_scroll::-webkit-scrollbar-piece {
    background: #eee
  }
  .tbl_scroll::-webkit-scrollbar-piece:start {
    background: #eee
  }
  .spbr {
    display: block
  }
  .pcbr {
    display: none
  }
  #l-footer {
    text-align: center
  }
  #l-footer .inner .copyright {
    text-align: center;
    font-size: .8rem;
    font-weight: normal
  }
  .lsingle {
    margin-bottom: 20px
  }
  .form {
    width: 100%
  }
  .form dl {
    margin: 10px 0
  }
  .form dl dt {
    float: none;
    width: 100%;
    padding-top: 15px
  }
  .form dl dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 20px
  }
  .form dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
  }
  .form .textarea, .form textarea {
    width: 100%
  }
  .form .textarea.textarea03 {
    width: 40%
  }
  .form .textarea02 {
    width: 43.5%
  }
  .form button {
    width: 95%
  }
  .btn__box {
    width: 100%;
    perspective: 200px
  }
  .btn__box a {
    width: 100%
  }
  .btn__box:after {
    width: 100%;
    width: 100%
  }
  #wrapper {
    overflow-y: hidden
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 3.125vw
  }
}


