@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/********************/
/* PC
----------------------------------*/
#nav-toggle,
#sp-nav,
.sp_nav,
#sp_btn {
  display: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 20;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #F5F6EC;
  }
  #sp_btn ul {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid #F5F6EC;
  }
  #sp_btn ul li:not(:last-child) {
    border-right: 1px solid #F5F6EC;
  }
  #sp_btn ul li a {
    display: block;
    padding: 14px 4px;
    text-align: center;
    background: #82D75A;
    color: #fff;
    line-height: 1;
  }
  #sp_btn ul li a span {
    font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    z-index: 1;
    font-size: 1rem;
  }
  #sp_btn ul li a span.type1 {
    letter-spacing: 0.05em;
  }
  #sp_btn ul li a span.type2 {
    letter-spacing: 0.15em;
  }
  #sp_btn ul li a i,
  #sp_btn ul li a img {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 5px;
  }
  #sp_btn ul li a img {
    width: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  #sp_btn ul li a:hover {
    opacity: 0.8;
  }
  .bnr li {
    width: 100%;
    float: none;
  }
  /* header */
  #l-header {
    border-bottom: 0;
  }
  #l-header .inner {
    max-width: 100%;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: inherit;
  }
  #l-header .inner #logo {
    text-align: left;
  }
  #l-header #tel {
    display: none;
  }
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  /* navi */
  #header_nav {
    display: none;
  }
  #flash {
    width: 100%;
    height: auto;
  }
  /* footer */
  /* contents */
  .single,
  .single03 {
    max-width: initial;
    width: 95%;
    padding: 40px 0;
  }
  .single02 {
    padding: 40px 0;
  }
  .breadcrumb_box .breadcrumb {
    width: 95%;
  }
  /* sp_nav */
  /* nav-toggle */
  #nav-toggle {
    display: block;
    position: fixed;
    top: 13px;
    right: 10px;
    height: 60px;
    cursor: pointer;
    padding: 15px;
  }
  #nav-toggle > div {
    position: relative;
    width: 35px;
  }
  #nav-toggle > div > p {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 25px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    left: 0;
    display: block;
    background: #82D75A;
    position: absolute;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 0px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 20px;
  }
  .open #nav-toggle span {
    background: #fefefe;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            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;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .sp-nav-list {
    position: relative;
    z-index: 20;
    width: 300px;
  }
}
@media screen and (max-width: 896px) and (max-width: 639px) {
  .sp-nav-list {
    padding-bottom: 70px;
    width: 90%;
  }
}
@media screen and (max-width: 896px) {
  #nav-toggle {
    z-index: 1000;
  }
  #container {
    z-index: 900;
  }
  #sp-nav {
    opacity: 1;
    pointer-events: all;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0 20px;
    margin: 0;
    -webkit-transition: 0.4s opacity ease;
    transition: 0.4s opacity ease;
    letter-spacing: 0;
    color: #ffffff;
    z-index: 998;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    backdrop-filter: blur(10px) brightness(1);
  }
  #sp-nav:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    background-color: rgba(73, 86, 94, 0.4);
    backdrop-filter: blur(10px) brightness(1);
    overflow: hidden;
    z-index: -1;
  }
  #sp-nav .inner {
    position: relative;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: auto;
    height: 95vh;
  }
  #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;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}
@media screen and (max-width: 896px) and (max-width: 639px) {
  #sp-nav .inner {
    width: 100%;
    margin-inline: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  #sp-nav .inner #logo {
    margin-bottom: 10px;
  }
  #sp-nav .globalNav {
    list-style: none;
  }
  #sp-nav .globalNav > li {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.2s ease;
    transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 10px;
  }
  #sp-nav .globalNav > li.btn-contact {
    margin-top: 15px;
    border-bottom: 0;
  }
  #sp-nav .globalNav > li.btn-contact a {
    text-align: center;
    background: #fefefe;
  }
  #sp-nav .globalNav > li.btn-contact a .eng {
    color: #232323;
  }
  #sp-nav .globalNav > li.btn-contact a .ja {
    color: #232323;
    font-size: 1rem;
  }
  #sp-nav .globalNav > li.btn-contact a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    margin-right: 5px;
  }
  #sp-nav .globalNav > li > a,
  #sp-nav .globalNav > li > .blinds a {
    display: block;
    color: #121212;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    font-weight: 600;
    text-align: left;
  }
  #sp-nav .globalNav > li > a .eng,
  #sp-nav .globalNav > li > .blinds a .eng {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.4rem;
    color: #fefefe;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1rem;
  }
  #sp-nav .globalNav > li > a .ja,
  #sp-nav .globalNav > li > .blinds a .ja {
    color: #fefefe;
    font-size: 0.8rem;
  }
  #sp-nav .globalNav > li .dropdown {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 4%;
    padding: 4px 4px 8px;
  }
  #sp-nav .globalNav > li .dropdown .dropdown-li {
    border-bottom: 0;
  }
  #sp-nav .globalNav > li .dropdown .dropdown-li a {
    letter-spacing: 0;
    border-bottom: 0;
    height: 100%;
    display: block;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.8);
    color: #111;
    font-size: 12px;
    position: relative;
    border-radius: 4px;
  }
  #sp-nav .globalNav > li .dropdown .dropdown-li span {
    display: inline-block;
  }
  #sp-nav .globalNav > li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #sp-nav .globalNav > li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #sp-nav .globalNav > li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #sp-nav .globalNav > li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #sp-nav .globalNav > li:nth-child(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #sp-nav .globalNav > li:nth-child(7) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media screen and (max-width: 896px) {
  /* open */
  .open #sp-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #sp-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  }
  .rsingle,
  .lsingle {
    float: none;
    width: 100%;
  }
  /* single */
  .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;
  }
  /* footer */
  #l-footer {
    text-align: center;
  }
  #l-footer .inner .copyright {
    text-align: center;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .lsingle {
    margin-bottom: 20px;
  }
  #sp-nav .inner {
    padding-top: 70px;
  }
  /* form */
  .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%;
  }
  /* sp_menu */
  .btn__box {
    width: 100%;
    -webkit-perspective: 200px;
    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;
  }
  #l-header .inner #logo {
    width: 150px;
  }
}
@media screen and (max-width: 1025px) {
  .tabNon {
    display: none;
  }
}