@charset "utf-8";

/* sp.css */

.pc {
    display: none !important;
}
.sp {
    display: block;
}
 /* -----------------------------------------------------------
        header
    ----------------------------------------------------------- */

header #g_nav.open img {
	margin: auto;
        margin-bottom: 20px;
        float: left;
        margin-left: 20px;
        width: 140px;
}



    header.is-fixed {
      height: 60px;
    }

    header #g_nav {
         display: block;
        width: 240px;
        height: 100%;
        padding: 5vw 0;
        background: var(--color_02);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        transform: translate(350px);
        transition: all .5s;
        overflow-y: auto;
        padding-top: 23px;
    }

    header #g_nav.open {
        transform: translateZ(0);
        background: #fff;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.73) 33%, rgb(9 198 204 / 66%));
    }
}

    header #g_nav .site_id {
      display: block;
      /*margin-bottom: 4vw;*/
      margin-bottom: 2vw;
      width: 90%;
      margin-right: auto;
      margin-left: auto;
    }

    header #g_nav .site_id a {
      display: block;
    }

    header #g_nav .g_menu {
      display: block;
	clear: both;
      padding: 0;
    }

    header #g_nav .g_menu ul {
      display: block;
    }

    header #g_nav .g_menu ul li:not(:first-of-type) {
      margin-left: 0;
    }

    header #g_nav .g_menu ul li a:after {
      content: none;
    }

    header #g_nav .g_menu ul li a {
      display: flex;
      align-items: center;
      padding: 1.5vw;
      transition: all .5s ease;
      color: #2e6d85;
      text-decoration: none;
    }
.subNav_box {
    margin-left: 40px;
    margin-top: 80px;
}
a.contact2 {
        color: #004e6a;
        text-decoration: none;
        font-size: 17px;
}
    header #g_nav .b_menu {
      display: block;
      margin-top: 4vw;
    }

    header #g_nav .b_menu ul li {
      border: 1px solid #dbdbdb;
      margin-top: 1.5vw;
    }

    header #g_nav .b_menu ul li:first-of-type {
      margin-top: 0;
    }

    header #g_nav .b_menu ul li a {
      display: block;
    }

    header #g_nav .s_menu {
      border-top: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
      display: block;
      margin-top: 4vw;
      padding: 2vw 0;
    }
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0;
}
    header #g_nav .s_menu ul li a {
      display: flex;
      align-items: center;
      padding: 1.5vw 0;
      transition: all .5s ease;
    }

    header #g_nav .s_menu ul li a:before {
      background-color: #151515;
      content: "";
      height: 1px;
      width: 12px;
      margin-right: 0.75em;
      transition: all .5s ease;
    }

    header #g_nav .s_menu ul li a:hover,
    header #g_nav .s_menu ul li a.current {
      background-color: #e71518;
      color: #ffffff;
    }

    header #g_nav .s_menu ul li a:hover:before,
    header #g_nav .s_menu ul li a.current:before {
      background-color: #ffffff;
    }

.swiper-pagination2 {
    color: #045959;
    display: block;
}

.swiper-pagination-bullet {
    width: auto;
    display: block;
    background: none;
    height: 30px;
    border: none;
    background: none;
    opacity: 1;
}
    /* -----------------------------------------------------------
        toggle-panel
    ----------------------------------------------------------- */
    #panel-btn {
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      /*right: calc(2vw + 200px);*/
      cursor: pointer;
      z-index: 1000;
      transform: translateY(-50%);
      transform: translateX(0);
      transition: transform .5s;
    }

    #panel-btn-icon {
      background-color: var(--color_01);
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 30px;
      height: 2px;
      transition: .2s;
    }

    #panel-btn-icon:before,
    #panel-btn-icon:after {
      background-color: var(--color_01);
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 30px;
      height: 2px;
      margin-left: 0;
      transition: .3s;
    }

    #panel-btn-icon:before {
      margin-top: -10px;
    }

    #panel-btn-icon:after {
      margin-top: 8px;
    }

    #panel-btn .close {
      background-color: transparent;
    }

    #panel-btn .close:before,
    #panel-btn .close:after {
      background-color: #ffffff;
      margin-top: 0;
    }

    #panel-btn .close:before {
      transform: rotate(-45deg);
      right: 0;
    }

    #panel-btn .close:after {
      transform: rotate(-135deg);
      right: 0;
    }



}

@media screen and (min-width: 1px) and (max-width: 768px){
    /* -----------------------------------------------------------
        .l_nav
    ----------------------------------------------------------- */
    .l_nav {
      font-size: 1.3rem;
      padding-right: 5vw;
    }

    .l_nav nav p a:before {
      font-size: 1.5rem;
    }

    .l_nav nav ul li:not(:first-of-type) {
      margin-left: 1em;
    }

    /* -----------------------------------------------------------
        header
    ----------------------------------------------------------- */
    header #g_nav {
      width: 325px;
      transform: translate(325px);
    }

    /* -----------------------------------------------------------
        toggle-panel
    ----------------------------------------------------------- */

}



/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header.sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 3%;
    background: #167B40;
    color: white;
    position: relative;
    padding-left: 2vw;
    padding-right: 2vw;
        padding: 0;
height: 0;
        z-index: 99999;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}
.swiper-pagination2 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
border: none;
margin-bottom: 25px;
        margin-top: 25px;
}
.swiper-pagination2 .swiper-pagination-bullet {
        background: none;
        border: none;
        display: block;
        margin-bottom: 25px;
        margin-top: 25px;
font-size: 17px;
    }
.nav-links .dropdown-menu {
    /*display: none;*/
    position: absolute;
    background: white;
    /*top: calc(100% + 10px);*/
    top: 100%;
    left: 0;
    /*width: 100%;*/
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.nav-links .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}

.nav-links .dropdown-menu a {
    padding: 10px 20px;
    color: black;
    white-space: nowrap;
}

.sns_box ul {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.subNav_box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    max-width: 680px;
}
a.contact {
    display: none;
}
    /* -----------------------------------------------------------
        toggle-panel
    ----------------------------------------------------------- */
    #panel-btn {
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      cursor: pointer;
      z-index: 10;
      transition: transform .5s;
        top: 17px;
        right: 15px;
position: fixed;

    }

    #panel-btn-icon {
      background-color: #fff;
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 30px;
      height: 2px;
      transition: .2s;
    }

    #panel-btn-icon:before,
    #panel-btn-icon:after {
      background-color: #fff;
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 30px;
      height: 2px;
      margin-left: 0;
      transition: .3s;
    }

    #panel-btn-icon:before {
      margin-top: -10px;
    }

    #panel-btn-icon:after {
      margin-top: 8px;
    }

    #panel-btn .close {
      background-color: transparent;
    }

    #panel-btn .close:before,
    #panel-btn .close:after {
      background-color: #ffffff;
      margin-top: 0;
    }

      #panel-btn .close:before {
      transform: rotate(-45deg);
      right: 0;
      background: #0f737d;
    }

    #panel-btn .close:after {
      transform: rotate(-135deg);
      right: 0;
      background: #0f737d;
    }


    .overlay {
      content: "";
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
      transition: opacity .5s;
      background-color: rgba(0, 0, 0, 0.7);
    }

    .overlay.open {
      height: 800vh;
      width: 100%;
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.7);
    }


}


@media (max-width: 1360px) {
    .dropdown-menu {
        display: none;
    }
    .dropdown.open .dropdown-menu {
        display: block;
    }
    .toggle-submenu {
        display: inline-block;
        cursor: pointer;
    }

    .navbar {
        width: 100%;
        padding: 0 20px;
    }
    .navWrap {
        display: flex;
        flex-direction: column;
        width: 100%;
        background: #167B40;
    }

    .nav-upper {
        order: 2;
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
        padding-top: 30px;
        margin-top: 30px;
        border-bottom: 0;
        border-top: 1px solid #fff;
    }
    .subNav_box ul {
        max-width: none;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .subNav_box ul li {
        width: 100%;
    }
    .subNav_box ul li a {
        justify-content: space-between;
    }
    .nav-links {
        position: static;
        width: 100%;
        margin-bottom: 25px;
    }
    .nav-links li {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
    }
    .nav-links a {
        width: 100%;
        color: #167B40;
        background: #fff;
    }
    .nav-links .dropdown > a {
        width: calc(100% - 50px);
    }
    .nav-links a.parentMenu {
        width: calc(100% - 50px);
    }
    .nav-links .dropdown-menu a {
        color: #fff;
        background: #167B40;
    }
    .nav-upper .sns_box {
        order: 3;
    }
    .nav-upper .sns_box ul li img {
        width: calc(77.88px / 2.5);
        height: auto;
    }
    .nav-upper .subNav_box {
        order: 1;
        width: 100%;
    }
    .nav-upper .search-box {
        order: 2;
        margin-bottom: 30px;
    }
    .search-box {
        display: flex;
        position: static;
        width: 90%;
        background: #fff;
        padding: 10px 20px;
        margin: 0 auto;
    }
    .navbar.active + .navWrap .nav-links,
    .navbar.active + .navWrap .search-box {
        display: flex;
        position: static;
    }
    .search-box input::placeholder {
        color: #ccc;
    }
    .hamburger {
        display: flex;
    }
    .nav-beneath {
        order: 1;
        flex-direction: column;
    }
    .nav-links .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        width: 100%;
    }
    header #g_nav .g_menu ul.rnd-links {
        flex-direction: column;
        gap: 10px 0;
        width: 100%;
    }
    header #g_nav .g_menu ul.rnd-links li {
        width: 100%;
    }
    header #g_nav .g_menu ul.rnd-links li a {
        justify-content: center;
        width: 90%;
        margin: 0 auto;
    }
    .toggle-submenu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        color: #167B40;
        background: #D2F064;
    }
    header #g_nav .g_menu .sns_box > ul {
        display: flex;
    }
    header #g_nav .g_menu .sns_box > ul li a {
        padding: 0;
    }
    .nav-links .dropdown-menu a::before {
        background-color: var(--color_01);
        content: "";
        height: 1px;
        width: 8px;
        margin-right: 0.75em;
        transition: all .5s ease;
    }
}

@media (max-width: 768px) {
    .navbar {
        height: 40px;
    }
    .logo {
        width: 75%;
    }
    .subNav_box ul {
        justify-content: space-between;
    }

    .navWrap {
        top: 60px;
        /*overflow-y: scroll;*/
        overscroll-behavior-y: none;
    }

    .no-scroll {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
    }

    .scrollable {
        overflow-y: auto;
        height: 100vh;
    }
}
        .hidden {
            display: none;
        }

.swiper-slide img.logo {
top: 23px;
        left: 15px;
        width: 191px;
}
img.maimLogo01 {
    width: 83%;
        top: 40%;
}

p.catch_copy {
        font-size: 35px;
        top: 14%;
    text-shadow: 1px 2px 3px rgb(0 71 113 / 40%);
}


p.slide01 {
	width: 90%;
        font-size: 15px;
        bottom: 15%;
        letter-spacing: normal;
        line-height: 160%;
}

    section#company {
        display: block;
        width: 93%;
position: static;
    }
section#company div {
width: 96%;
margin: auto;
font-size: 14px;
}

section#company .about {
    margin-top: 100px;
}

section#service h3 {
	font-size: 28px;
        width: 90%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
font-size: 28px;
margin-top: 70px;
        margin-bottom: 60px;
        font-size: 32px;
}

section#service dl {
    display: block;
}

section#service dl dd {
    display: block;
    font-size: 15px;
    letter-spacing: 0.01rem;
	line-height: 160%;
}
section#company div.about div:last-child {
    border: none;
}
section#service dl dt {
    text-align: left;
    font-size: 19px;
}

section#service dl {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

            .swiper-wrapper {
                overflow: auto !important;
        display: block;
            }
            .swiper-slide {
        width: 100% !important;
        background: none;
    }
            }

.swiper-slide img.mv.mv01, .swiper-slide img.mv.mv02, .swiper-slide img.mv.mv03 {
    display: none;
}
.swiper-slide img.mv.mv01, .swiper-slide img.mv.mv02, .swiper-slide img.mv.mv03 {
    display: none;
}


div#swiper01 {
   background-image: url(../img/main01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 1100px !important;
}
div#swiper02 {
        background-image: url(../img/main02.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 400px;
        padding-bottom: 300px;
        height: 1550px !important;
        overflow: hidden;
}
div#swiper03 {
        background-image: url(../img/main03.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 100px;
        padding-bottom: 100px;
        height: 1300px !important;
}
section#company dl {
    padding-top: 20px;
    padding-bottom: 20px;
}

section#company div.about div {
    padding-top: 25px;
    padding-bottom: 25px;
line-height: 160%;
}
.swiper {
    height: auto;
}
.swiper_box {
    height: auto;
}
.swiper-backface-hidden .swiper-slide {
    overflow: auto;
}

.swiper-slide {
    height: 1000px !important;
}
.subNav_box a {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
body.no-scroll .overlay.open,body.no-scroll header #g_nav.open{
   overflow: hidden;
   }



        .swiper-slide {
            height: auto; /* 自動高さ */
        }
        .swiper-wrapper {
            display: flex;
            flex-direction: column;
        }

        .anchor-adjust {
            position: relative;
            top: -100px; /* 調整する高さに合わせて変更 */
        }


html.fixed,html.fixed body{overflow: hidden;}



@media screen and (max-width: 480px) {
p.catch_copy {
left: 21%;
}
small {
    font-size: 9px;
}
}