@media screen and (max-width: 1500px) {
    .header-content02 {
        width: 95%;
        padding: 10px;
    }
    .header-inner.flex,
    .header-box01,
    .header-box02 {
        padding: 0;
    }
    .header-box01 .logo {
        max-width: 250px;
        width: 100%;
    }
    .header-menu>li a {
        color: #333;
        font-weight: 100;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    .title01 {
        font-size: 4rem;
        font-weight: 400;
        margin-bottom: 3vw;
    }
    .recruit-single-title {
        font-size: 2.4rem;
    }
    .mobile-nav-wrap .mobile-menu-list>li>a {
        display: block;
        text-align: center;
        padding: 10px 15px;
        color: #333;
        font-weight: 100;
        font-size: 1.4rem;
        border-top: 2px dashed var(--main);
        text-align: left;
    }
    .mobile-sub-nav-list li a {
        position: relative;
        color: #333;
    }
    .mobile-sub-nav-list li:nth-child(1) a::before,
    .mobile-sub-nav-list li:nth-child(2) a::before,
    .mobile-sub-nav-list li:nth-child(3) a::before,
	 .mobile-sub-nav-list li:nth-child(4) a::before,
	 .mobile-sub-nav-list li:nth-child(5) a::before
{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #aadf85;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 24px;
        left: 20px;
        margin-right: 20px;
    }
/*
    .mobile-sub-nav-list li:nth-child(1) a::before {
        content: "\f095";
    }

    .mobile-sub-nav-list li:nth-child(2) a::before {
        content: "\f0e0";
    }

    .mobile-sub-nav-list li:nth-child(3) a::before {
        content: "";
        font-family: "Font Awesome 6 Brands";
        font-weight: 400;
        background-image: url(/wp-content/uploads/2025/04/icon-line.png);
        width: 35px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
	*/
    .header-content02 {
        display: none;
    }
    .sp-header-icon-list {
        margin-right: 60px;
    }
    .header-sub-box {
        position: fixed;
        width: 100%;
        top: unset;
        z-index: 99;
        margin: 0;
        right: 0;
        bottom: 0;
    }
    .g-sub-nav-list li {
        position: relative;
        width: calc(100% / 5);
        margin-bottom: 0;
        right: 0;
        border: 1px solid #fff;
    }
    .g-sub-nav02 .g-sub-nav-list.flex {
        display: flex;
        flex: 1;
        margin-bottom: 0;
        background: #06C755;
    }
    .g-sub-nav02 .g-sub-nav-list.flex a {
        font-size: 14px;
        padding: 5px;
        border-radius: 5px 5px 0 0;
        margin: 0;
        border: none;
		display: flex;
    justify-content: space-around;
    align-items: center;
    }
    .g-sub-nav-list li:nth-child(1) a::before,
    .g-sub-nav-list li:nth-child(2) a::before,
    .g-sub-nav-list li:nth-child(3) a::before,
	.g-sub-nav-list li:nth-child(4) a::before,
	.g-sub-nav-list li:nth-child(5) a::before{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 18px;
        left: 10px;
    }
	.sp01 {
  margin-left: 50px;
}
	.sp02{
		display:block;
	}

    .greeting-width {
    width: 100%;
}


}

@media screen and (max-width:820px) {
    .mb200 {
        margin-bottom: 50px!important
    }
    .heading-03 {
        width: 90%;
        margin: 0 auto 30px;
        color: #333;
        font-size: 2.5rem;
    }
    .tab-panel-a .panel.is-show {
        margin-top: 10px;
    }
    #recruit .tab-panel-a .tab {
        width: 100%;
        margin: 0 auto 10px;
    }
    .title01 {
        color: #333;
        font-size: 3.5rem;
    }
    .block-greet {
        display: block;
    }
    .col-48 {
        width: 100%;
    }
    #greeting {
        position: relative;
        padding: 10vw 0;
    }
    .block-service li {
        width: 100%;
        padding: 20px;
    }
    .block-service p.tit {
        font-size: 24px;
    }
    .sub-header-txt {
        margin-top: 9vw;
        font-size: 2.5rem;
    }
    .g-sub-nav-list li span.sp02 {
        display: none;
    }
	   .g-sub-nav-list li span.sp01 {
        display: none;
    }
	    .g-sub-nav-list li:nth-child(1) a::before,
    .g-sub-nav-list li:nth-child(2) a::before,
    .g-sub-nav-list li:nth-child(3) a::before,
	.g-sub-nav-list li:nth-child(4) a::before,
	.g-sub-nav-list li:nth-child(5) a::before{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
        .g-sub-nav-list li:nth-child(3) a::before,
    .g-sub-nav-list li:nth-child(4) a::before{
        width: 25px;
        height: 25px;
    }
		.g-sub-nav-list li:nth-child(5) a::before{
        width: 40px;
        height: 40px;
    }
	    .g-sub-nav-list li span.sp01 {
        display: none;
    }
    .g-sub-nav02 .g-sub-nav-list.flex a {
        padding: 20px 15px;
        height: 100%;
        border: none;
    }
}

@media screen and (max-width:600px) {
    .g-sub-nav-list li span.sp-tel {
        display: none;
    }
    .job-table th,
    .job-table td {
        display: block;
        width: 100%;
        text-align: left;
    }
    .job-table td {
        padding: 0 15px 10px 15px;
    }
    .job-table th {
        position: relative;
        padding: 10px 15px 10px 25px;
    }
    .job-table th::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 4px;
        height: 60%;
        background-color: var(--main);
        border-radius: 2px;
    }
    .sp-br {
        display: block;
    }
    p,
    a,
    li,
    dt,
    dd,
    time,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    th,
    td,
    span {
        font-size: 1.4rem;
    }
    .block-greet .title {
        font-size: 2.5rem;
        margin: 0;
    }
    .news-list01 {
        margin-bottom: 25px;
        background: #fff;
        padding: 25px;
    }
    .title-block span {
        font-size: 1.5rem;
    }
    .title01 {
        color: #333;
        font-size: 2.5rem;
    }
    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm="normal"] {
        font-size: 2.6vw;
    }
    .block-service p.tit {
        font-size: 5vw;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }


    .block-point {
        display: block;
    }
    .block-point li {
        width: 100%;
        margin: 0 auto 10vw;
    }
    .block-service li {
        margin: 2%;
        width: 100%;
    }
    #page-top img {
        max-height: 120px;
    }
    #page-top {
        bottom: 50px;
    }
}

@media screen and (max-width: 450px) {
    .block-point {
        padding: 0 20px;
    }
    .block-point li .txt {
        font-size: 16px;
    }
}
