@media screen and (max-width: 1800px) {
  .header-menu>li a {
    padding: 0 20px;
  }

}

@media screen and (max-width: 1500px) {
  .header-box01 .logo {
    max-width: 300px;
    margin-left: 0;
  }

  .header-menu>li a {
    padding: 0 15px;
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 1260px) {
  .g-nav-tel-pc {

    right: 20px;
  }

  body::before {
    position: absolute;
    top: -25vw;
    left: -19vw;
  }

  .header-menu>li a {
    padding: 0 14px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1124px) {
  .header-menu>li a {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .header-menu>li a {
    padding: 0 10px;
    font-size: 1.2rem;
  }

  .header-inner,
  .header-inner02,
  .header-content02 {
    display: none !important;
  }

  body::before {
    position: absolute;
    top: -25vw;
    left: -15vw;
    content: "";
    width: 70vw;
    height: 70vw;
  }
	
	.com-interview01-img img {
		width: 100% !important;
        height: 100% !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover;
	}
	
	
}

@media screen and (max-width:820px) {
.com-box01-wrap{
	margin-bottom:50px;
}
  main {

    margin-top: 50px;

  }

  main.reason::before {

    top: -40px;
  }

  body::before {
    position: absolute;
    top: -35vw;
    left: -15vw;
    content: "";
    width: 70vw;
    height: 70vw;
  }

  .s-top__reserve .col50 a {
    font-size: 2em;
  }

  .block_link {
    width: 100%;
  }

  .block_link li {
    width: calc(100% / 4);
    margin: 5px;

  }

  .width1400 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }

  .block_flex {
    display: block;
  }

  .col50 {
    width: 90%;
    margin: 0 auto 5vw;
  }

  #sns {

    margin-top: 0;
  }

  .s-top__reserve .col50 {
    background: rgba(145, 206, 125, 0.1);
    padding: 20px;
    display: block;
    margin-top: 80px;
    text-align: center;
  }

  .s-top__reserve .col50 img {
    overflow: hidden;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: -50px auto 20px;
  }

  .s-top__pay h3 {

    font-size: 2.5em;
  }

  .com-menu01-list {
    display: block;
  }

  .com-menu01-list li {
    width: 90% !important;
    margin: 0 auto 30px !important;
  }

  .com-menu01-tit {
    font-size: 2rem;
    -webkit-transform: 0;
    transform: 0;
  }

  .title01 {
    font-size: 2rem;
  }

  .youtube_block {

    margin-top: 30px;
    margin-bottom: 50px;
  }

  #staff {
    margin-top: 50px;
  }

  .bnr_recruit {
    background-size: cover;
    padding: 50px;
    margin: 20px 0 0;
  }

  .bnr_recruit .inner {

    padding: 20px 50px;
    background: rgb(255, 255, 255);
    margin: 30px auto;
  }

  .main_txt {
    margin: 0 auto;
    text-align: left;
  }

  .contact-form01 th {
    font-size: 1.4rem;
    width: 100%;
    vertical-align: middle;
    padding: 10px;
    background-color: rgba(0, 83, 14, 0.05);
  }

  .tit_r {
    position: relative;
    background-color: #00530e;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    padding: 20px;
  }
}

@media screen and (max-width:600px) {
  .hpb-voice_box {
    width: 100%;
    height: 50vw;
  }

  h4.volice_tit {
    display: flex;
    align-items: center;
    font-size: 2em;
  }

  .s-top__reserve .col50 img {
    overflow: hidden;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: -50px auto 20px;
  }

  h4.volice_tit::before {
    width: 30px;
    height: 30px;

  }

  .sp-header-inner .logo img {
    max-height: 30px;
  }

  .title01::after {
    content: "";
    width: 40%;
  }

  .block_link li {
    width: 45%;
    margin: 1%;
  }

  .bnr_recruit {
    background-size: cover;
    padding: 50px 20px;
  }

  .bnr_recruit .inner {
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }

  .bnr_recruit p {
    font-size: 1.5em;

  }

  .bnr_recruit a {
    font-size: 1em;
  }
}