@media screen and (max-width: 1400px) {
    .header-box01 .logo {
        max-width: 400px;
    }
}
@media screen and (max-width: 1200px) {
    #greeting .inner {
        width: 90vw !important;
    }
    #news .inner {
        position: relative;
        width: 90vw;
        margin: -200px auto 0;
        padding: 50px 0;
        background: #fff;
    }
}
@media screen and (max-width: 1024px) {
	.mobile-sub-nav li a br{
        display:none;
	}
    .logo {
        max-width: 50vw;
        width: 50vw;
    }
    .mobile-logo img {
        max-width: 50vw;
        width: 50vw;
    }
    .sp-header-inner .logo img {
        max-height: unset;
        width: 100%;
    }
    .g-sub-nav02 .g-sub-nav-list.flex {
        margin-bottom: 0;
        display: flex;
        border: 2px solid #fff;
    }
    .g-sub-nav02 .g-sub-nav-list li {
        width: 50%;
    }
    .header-content02 {
        padding: 0;
        height: 0;
    }
    .header-content02 .header-box01 .logo {
        display: none;
    }
    .header-content02 .header-menu {
        display: none;
    }
    .open-btn-wrap {
        display: none;
    }
    .header-sub-box {
        width: 100%;
    }
    .g-sub-nav02 .g-sub-nav-list li a::before {
        content: "";
        display: block;
        width: 20px !important;
        height: 20px;
        margin-right: 10px;
    }
    .g-sub-nav02 .g-sub-nav-list.flex a {
        font-size: 1.4rem;
        width: 100%;
        padding: 10px;
        align-items: center;
        display: flex;
        justify-content: center;
        border: 4px solid #fff;
        margin: 0;
        text-align: left;
    }
    .header-sub-box {
        position: fixed;
        right: 0;
        top: unset;
        z-index: 9;
        bottom: 0;
    }
	  .footer {
    padding: 40px 0 20vw;
  }
}
@media screen and (max-width:820px) {
    .com-menu01-wrap {
        margin-top: 0;
    }
    .f01 {
        font-size: 2em;
    }
    div#n2-ss-2 .n2-font-633b99199750f44935df8def7f204ed1-hover {
        font-size: 4vw !important;
    }
    #news .inner {
        position: relative;
        width: 90vw;
        margin: -15vw auto 0;
        padding: 15px 0;
        background: #fff;
    }
    .block_flex {
        display: block;
    }
    .news-ttl {
        width: 100%;
    }
    .news-contents {
        width: 100%;
    }
    .header-sub-box {
        position: fixed;
        right: 0;
        top: unset;
        z-index: 9;
        bottom: 0;
    }
    .com-menu01-list {
        gap: 10px !important;
    }
    .com-menu01-tit {
        font-size: 3vw !important;
    }
    .com-menu01-list li {
        width: 47% !important;
    }
    .box01 {
        display: block;
    }
    .box01 .title {
        font-size: 2em;
        color: #22ac38;
        font-weight: bold;
        text-align: left;
    }
    .box01_contents {
        margin-bottom: 30px;
    }
    .com-box01-tit {
        font-size: 5vw !important;
    }
    .contact-area .box {
        display: block;
    }
    .contact-area .box .btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .cf-cb-txt {
        text-align: left;
    }
}
@media screen and (max-width:600px) {
    .com-menu01-list {
        gap: 10px !important;
    }
    .com-menu01-list li {
        margin-bottom: 0 !important;
        width: 48% !important;
        flex: revert !important;
    }
    .tablepress tbody td.column-1 {
        display: block;
        width: 100%;
        padding: 10px 10px 5px 10px;
        font-weight: 700;
        color: var(--main);
        background-color: #fff;
    }
    .tablepress tbody td.column-2 {
        display: block;
        width: 100%;
        padding: 0 10px 10px 10px;
        background-color: #fff;
        border-top: none;
    }
}
@media screen and (max-width: 450px) {
    .com-menu01-tit {
        margin: auto !important;
    }
	.job-table th {
		width: 100%;}
	  .job-table th, .job-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
}