@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  PRESET

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* color */
/* FONT */
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .page

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 35, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
.page_title {
  font-size: 30px;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 767px) {
  /* line 35, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  .page_title {
    font-size: calc(36/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .sec

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 56, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
.sec_title {
  font-size: 20px;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #mv

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 67, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#mv {
  margin-bottom: 140px;
  position: relative;
}

@media screen and (max-width: 1260px) {
  /* line 67, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #mv {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  /* line 67, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #mv {
    padding-bottom: 0;
    margin-bottom: calc(170/750*100vw);
  }
}

/* line 78, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#mv.scrollIn .mv_text {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* line 85, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
.mv_logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 92, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
.mv_text {
  width: 320px;
  position: absolute;
  bottom: 5px;
  left: 1000px;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  -o-transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
}

@media screen and (max-width: 1340px) {
  /* line 92, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  .mv_text {
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width: 1260px) {
  /* line 92, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  .mv_text {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 92, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  .mv_text {
    width: calc(374 /750*100vw);
    left: auto;
    right: 0;
    bottom: -1px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  UNIQUE CLASS

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #about

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 132, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#about .sec01 {
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  /* line 132, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #about .sec01 {
    margin-bottom: calc(150/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 137, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #about .sec01 .container {
    padding: 0 calc(40/750*100vw);
  }
}

/* line 142, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#about .sec01 .title01 {
  width: 479px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  /* line 142, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #about .sec01 .title01 {
    width: calc(585/750*100vw);
  }
}

/* line 149, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#about .sec01 .text01 {
  width: 459px;
}

@media screen and (max-width: 767px) {
  /* line 149, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #about .sec01 .text01 {
    width: calc(665/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 157, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #about .sec02 .container {
    padding: 0 calc(40/750*100vw);
  }
}

/* line 162, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#about .sec02 h2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  /* line 162, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #about .sec02 h2 {
    margin-bottom: calc(300/750*100vw);
  }
}

/* line 168, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#about .sec02 h3 {
  margin-bottom: 180px;
}

/* line 171, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#about .sec02 .logo01 {
  position: absolute;
  bottom: -270px;
  right: 0;
}

@media screen and (max-width: 767px) {
  /* line 171, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #about .sec02 .logo01 {
    width: calc(270/750*100vw);
    bottom: calc(-390/750*100vw);
    right: calc(55/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #access

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 192, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#access h2 {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  /* line 195, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #access .logo_block {
    margin-top: calc(-30/750*100vw);
    margin-bottom: calc(220/750*100vw);
  }
}

/* line 201, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#access .logo_circle {
  width: 134px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  /* line 201, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #access .logo_circle {
    width: calc(202/750*100vw);
    position: relative;
  }
}

/* line 211, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#access .googlemap {
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  /* line 211, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #access .googlemap {
    padding: 0 calc(36/750*100vw);
    margin-top: calc(50/750*100vw);
  }
}

/* line 217, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#access .googlemap iframe {
  width: 100%;
  height: 720px;
}

@media screen and (max-width: 767px) {
  /* line 217, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #access .googlemap iframe {
    height: calc(415/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #esthetic

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 235, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic h2 {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  /* line 238, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .logo_block {
    margin-top: calc(-30/750*100vw);
    margin-bottom: calc(220/750*100vw);
  }
}

/* line 244, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .logo_circle {
  width: 134px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  /* line 244, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .logo_circle {
    width: calc(202/750*100vw);
    position: relative;
  }
}

/* line 255, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec01 {
  margin-bottom: 280px;
}

@media screen and (max-width: 767px) {
  /* line 255, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec01 {
    margin-bottom: calc(220/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 267, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec02 .row,
  #esthetic .sec03 .row,
  #esthetic .sec04 .row,
  #esthetic .sec05 .row,
  #esthetic .sec06 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 272, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec02 .txt_block,
#esthetic .sec03 .txt_block,
#esthetic .sec04 .txt_block,
#esthetic .sec05 .txt_block,
#esthetic .sec06 .txt_block {
  width: 60%;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  /* line 272, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec02 .txt_block,
  #esthetic .sec03 .txt_block,
  #esthetic .sec04 .txt_block,
  #esthetic .sec05 .txt_block,
  #esthetic .sec06 .txt_block {
    width: 100%;
  }
}

/* line 279, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec02 h2,
#esthetic .sec03 h2,
#esthetic .sec04 h2,
#esthetic .sec05 h2,
#esthetic .sec06 h2 {
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  /* line 279, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec02 h2,
  #esthetic .sec03 h2,
  #esthetic .sec04 h2,
  #esthetic .sec05 h2,
  #esthetic .sec06 h2 {
    font-size: calc(58/750*100vw) !important;
  }
}

/* line 286, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec02 .img_block,
#esthetic .sec03 .img_block,
#esthetic .sec04 .img_block,
#esthetic .sec05 .img_block,
#esthetic .sec06 .img_block {
  width: 40%;
}

@media screen and (max-width: 767px) {
  /* line 286, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec02 .img_block,
  #esthetic .sec03 .img_block,
  #esthetic .sec04 .img_block,
  #esthetic .sec05 .img_block,
  #esthetic .sec06 .img_block {
    width: 100%;
    padding: 0 calc(80/750*100vw);
    margin-bottom: calc(100/750*100vw);
  }
}

/* line 294, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec02 .img01,
#esthetic .sec03 .img01,
#esthetic .sec04 .img01,
#esthetic .sec05 .img01,
#esthetic .sec06 .img01 {
  max-width: none;
}

@media screen and (max-width: 767px) {
  /* line 294, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec02 .img01,
  #esthetic .sec03 .img01,
  #esthetic .sec04 .img01,
  #esthetic .sec05 .img01,
  #esthetic .sec06 .img01 {
    max-width: 100%;
  }
}

/* line 302, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec02 {
  margin-bottom: 240px;
}

@media screen and (max-width: 767px) {
  /* line 302, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec02 {
    margin-bottom: calc(280/750*100vw);
  }
}

/* line 309, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec03 {
  margin-bottom: 240px;
}

@media screen and (max-width: 767px) {
  /* line 309, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec03 {
    margin-bottom: calc(280/750*100vw);
  }
}

/* line 316, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec04 {
  margin-bottom: 240px;
}

@media screen and (max-width: 767px) {
  /* line 316, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec04 {
    margin-bottom: calc(280/750*100vw);
  }
}

/* line 323, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec05 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  /* line 323, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec05 {
    margin-bottom: calc(280/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 330, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec06 {
    margin-bottom: calc(320/750*100vw);
  }
}

/* line 334, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec06 .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  /* line 334, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec06 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 340, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec06 .txt_block {
  width: 40%;
}

@media screen and (max-width: 767px) {
  /* line 340, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec06 .txt_block {
    width: 100%;
  }
}

/* line 346, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec06 .img_block {
  width: 60%;
}

@media screen and (max-width: 767px) {
  /* line 346, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec06 .img_block {
    width: 100%;
  }
}

/* line 352, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#esthetic .sec06 .img01 {
  margin-left: -162px;
}

@media screen and (max-width: 767px) {
  /* line 352, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #esthetic .sec06 .img01 {
    margin-left: 0;
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #eye

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 369, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#eye h2 {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  /* line 372, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .logo_block {
    margin-top: calc(-30/750*100vw);
    margin-bottom: calc(220/750*100vw);
  }
}

/* line 378, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#eye .logo_circle {
  width: 134px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  /* line 378, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .logo_circle {
    width: calc(202/750*100vw);
    position: relative;
  }
}

/* line 389, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#eye .sec01 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  /* line 389, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .sec01 {
    margin-bottom: calc(220/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 394, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .sec01 .img_block {
    padding: 0 calc(72/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 404, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .sec02 .row,
  #eye .sec03 .row,
  #eye .sec04 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  /* line 409, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .sec02 .img_block,
  #eye .sec03 .img_block,
  #eye .sec04 .img_block {
    padding: 0 calc(72/750*100vw);
    margin-top: calc(64/750*100vw);
  }
}

/* line 417, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#eye .sec02 {
  margin-bottom: 120px;
}

/* line 419, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#eye .sec02 .img_block {
  margin-top: 12px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  /* line 419, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .sec02 .img_block {
    margin-top: calc(64/750*100vw);
    margin-left: 0;
  }
}

/* line 429, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#eye .sec03 {
  margin-bottom: 80px;
}

/* line 431, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#eye .sec03 .img_block {
  margin-top: 12px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  /* line 431, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .sec03 .img_block {
    margin-top: calc(64/750*100vw);
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 441, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .sec04 {
    margin-bottom: calc(200/750*100vw);
  }
}

/* line 445, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#eye .sec04 .img_block {
  margin-top: 12px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  /* line 445, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #eye .sec04 .img_block {
    margin-top: calc(64/750*100vw);
    margin-left: 0;
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #nail

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 464, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail h2 {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  /* line 467, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .logo_block {
    margin-top: calc(-30/750*100vw);
    margin-bottom: calc(220/750*100vw);
  }
}

/* line 473, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .logo_circle {
  width: 134px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  /* line 473, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .logo_circle {
    width: calc(202/750*100vw);
    position: relative;
  }
}

/* line 484, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec01 {
  margin-bottom: 280px;
}

@media screen and (max-width: 767px) {
  /* line 484, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec01 {
    margin-bottom: calc(220/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 496, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec02 .row,
  #nail .sec03 .row,
  #nail .sec04 .row,
  #nail .sec05 .row,
  #nail .sec06 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 501, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec02 .txt_block,
#nail .sec03 .txt_block,
#nail .sec04 .txt_block,
#nail .sec05 .txt_block,
#nail .sec06 .txt_block {
  width: 60%;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  /* line 501, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec02 .txt_block,
  #nail .sec03 .txt_block,
  #nail .sec04 .txt_block,
  #nail .sec05 .txt_block,
  #nail .sec06 .txt_block {
    width: 100%;
  }
}

/* line 508, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec02 h2,
#nail .sec03 h2,
#nail .sec04 h2,
#nail .sec05 h2,
#nail .sec06 h2 {
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  /* line 508, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec02 h2,
  #nail .sec03 h2,
  #nail .sec04 h2,
  #nail .sec05 h2,
  #nail .sec06 h2 {
    font-size: calc(58/750*100vw) !important;
  }
}

/* line 515, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec02 .img_block,
#nail .sec03 .img_block,
#nail .sec04 .img_block,
#nail .sec05 .img_block,
#nail .sec06 .img_block {
  width: 40%;
}

@media screen and (max-width: 767px) {
  /* line 515, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec02 .img_block,
  #nail .sec03 .img_block,
  #nail .sec04 .img_block,
  #nail .sec05 .img_block,
  #nail .sec06 .img_block {
    width: 100%;
    padding: 0 calc(80/750*100vw);
    margin-bottom: calc(100/750*100vw);
  }
}

/* line 523, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec02 .img01,
#nail .sec03 .img01,
#nail .sec04 .img01,
#nail .sec05 .img01,
#nail .sec06 .img01 {
  max-width: none;
}

@media screen and (max-width: 767px) {
  /* line 523, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec02 .img01,
  #nail .sec03 .img01,
  #nail .sec04 .img01,
  #nail .sec05 .img01,
  #nail .sec06 .img01 {
    max-width: 100%;
  }
}

/* line 531, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec02 {
  margin-bottom: 240px;
}

@media screen and (max-width: 767px) {
  /* line 531, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec02 {
    margin-bottom: calc(280/750*100vw);
  }
}

/* line 538, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec03 {
  margin-bottom: 240px;
}

@media screen and (max-width: 767px) {
  /* line 538, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec03 {
    margin-bottom: calc(280/750*100vw);
  }
}

/* line 545, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec04 {
  margin-bottom: 240px;
}

@media screen and (max-width: 767px) {
  /* line 545, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec04 {
    margin-bottom: calc(280/750*100vw);
  }
}

/* line 552, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec05 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  /* line 552, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec05 {
    margin-bottom: calc(280/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 559, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec06 {
    margin-bottom: calc(320/750*100vw);
  }
}

/* line 563, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec06 .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  /* line 563, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec06 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 569, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec06 .txt_block {
  width: 40%;
}

@media screen and (max-width: 767px) {
  /* line 569, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec06 .txt_block {
    width: 100%;
  }
}

/* line 575, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec06 .img_block {
  width: 60%;
}

@media screen and (max-width: 767px) {
  /* line 575, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec06 .img_block {
    width: 100%;
  }
}

/* line 581, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#nail .sec06 .img01 {
  margin-left: -162px;
}

@media screen and (max-width: 767px) {
  /* line 581, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #nail .sec06 .img01 {
    margin-left: 0;
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #news

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 598, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#news h2 {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  /* line 601, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #news .logo_block {
    margin-top: calc(-30/750*100vw);
    margin-bottom: calc(220/750*100vw);
  }
}

/* line 607, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#news .logo_circle {
  width: 134px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  /* line 607, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #news .logo_circle {
    width: calc(202/750*100vw);
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  /* line 617, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #news .news_list {
    padding: 0 calc(136/750*100vw);
  }
}

/* line 622, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#news .news_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  /* line 622, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #news .news_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: calc(200/750*100vw);
    margin-top: calc(-200/750*100vw);
    margin-bottom: calc(150/750*100vw);
  }
}

/* line 634, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#news .news_list_item_txt_block {
  width: 320px;
}

@media screen and (max-width: 767px) {
  /* line 634, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #news .news_list_item_txt_block {
    width: 100%;
    margin-bottom: calc(64/750*100vw);
  }
}

/* line 641, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#news .news_list_item_img_block {
  width: 360px;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  /* line 641, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #news .news_list_item_img_block {
    width: 100%;
    margin-left: 0;
  }
}

/* line 650, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#news .news_list_item_time {
  display: block;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  /* line 650, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #news .news_list_item_time {
    margin-bottom: .5em;
  }
}

/* line 658, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#news .news_list_item_title {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.5;
}

/* line 664, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#news .news_list_item_text {
  font-size: 15px;
}

/* line 668, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#news .news_list_item:last-child {
  margin-bottom: 0;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #recruit

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 683, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit h2 {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  /* line 686, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit .logo_block {
    margin-top: calc(-30/750*100vw);
    margin-bottom: calc(220/750*100vw);
  }
}

/* line 692, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit .logo_circle {
  width: 134px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  /* line 692, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit .logo_circle {
    width: calc(202/750*100vw);
    position: relative;
  }
}

/* line 703, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit .sec01 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  /* line 703, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit .sec01 {
    margin-bottom: calc(220/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 708, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit .sec01 .img_block {
    padding: 0 calc(72/750*100vw);
  }
}

/* line 715, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit #menu-list {
  padding: 100px 0 0;
  background-color: #fff;
}

/* line 719, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit #menu-list .sec-cnt-area {
  width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

/* line 725, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit #menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 730, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit #menu-list li {
  width: 310px;
  background-color: #dfc9c7;
  text-align: center;
  position: relative;
}

/* line 736, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit #menu-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding: 0;
  font-size: 20px;
  color: #fff;
}

/* line 737, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit #menu-list li a:after {
  content: '';
  width: 24px;
  height: 16px;
  margin: -8px 0 0;
  display: block;
  background-image: url(../img/common/arrow.png);
  position: absolute;
  top: 50%;
  right: 20px;
}

/* line 760, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit .requirements {
  padding-top: 120px;
  margin-top: -120px;
}

/* line 765, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit .requirements .sec-cnt-area {
  width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

/* line 771, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit td {
  padding: 20px;
  border: 1px solid #ddd;
  line-height: 1.5;
}

/* line 776, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit td:first-child {
  width: 160px;
  background-color: #f5edec;
  font-weight: 500;
}

/* line 785, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit td:last-child {
  width: 840px;
  padding: 20px 40px;
}

/* line 790, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit td li {
  padding: 0 0 10px;
  line-height: 1.5;
}

/* line 794, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit td li:last-child {
  padding: 0;
}

/* line 799, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit td.line-multi {
  padding: 0;
}

/* line 803, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit td div {
  padding: 20px 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}

/* line 809, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit td div:first-child {
  border-top: none;
}

/* line 813, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
#recruit td div:last-child {
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  /* line 820, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit .main-cnt > .inner {
    width: 100%;
    padding: 100px 30px;
    margin: 0 auto;
    text-align: center;
  }
  /* line 828, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit #menu-list .sec-cnt-area {
    width: 100%;
    padding: 0 30px;
  }
  /* line 833, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit #menu-list ul {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 838, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit #menu-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  /* line 844, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit .requirements .sec-cnt-area {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
  /* line 850, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit tr {
    display: block;
  }
  /* line 855, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit td:first-child {
    width: 100%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 863, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit td:last-child {
    width: 100%;
    padding: 20px 40px 40px;
    display: block;
  }
  /* line 869, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit td li {
    padding: 0 0 20px;
    line-height: 1.5;
  }
  /* line 874, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit td.line-multi {
    padding: 0;
  }
  /* line 878, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit td div {
    padding: 20px 40px;
  }
  /* line 881, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit td div:first-child {
    border-top: none;
  }
  /* line 885, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/page.scss */
  #recruit td div:last-child {
    padding: 20px 40px 40px;
    border-bottom: none;
  }
}
