@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
}

:root {
  --black: #000;
  --ff: "Noto Serif JP", serif;
  --en: "EB Garamond", serif;
}

body {
  font-size: 16px;
  line-height: 2;
  font-family: var(--ff);
  font-weight: 500;
  padding-top: 90px;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  color: var(--black);
}

img {
  max-width: 100%;
  height: auto;
}

.w1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

header {
  z-index: 999;
  height: 90px;
  background: red;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  background: rgba(255, 255, 255, 0.75);
}
header #logo {
  font-size: 0;
  line-height: 1;
}
header #logo img {
  max-width: 280px;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
header nav .on {
  color: #A1A1A1;
}
header nav .btn {
  display: block;
  width: 160px;
  height: 36px;
  background: #000;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

#top {
  padding-left: 50px;
  padding-right: 50px;
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
#top #mv {
  position: relative;
  height: calc(100vh - 90px);
  background: url(../img/mv.jpg) no-repeat center/cover;
}
#top #mv .text {
  position: absolute;
  color: #fff;
  font-size: 2.6vw;
  right: 4vw;
  bottom: 3vw;
  line-height: 1.4;
}
#top .scroll_down {
  z-index: 10;
  position: absolute;
  right: -20px;
  bottom: 0;
  height: 80px;
  font-size: 18px;
  width: fit-content;
}
#top .scroll_down span {
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #989898;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}
#top .scroll_down:after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 20px;
  /*線の形状*/
  width: 1px;
  left: 2px;
  height: 60px;
  background: #989898;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 60px;
    top: 20px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
#top .ttl01 {
  margin-bottom: 40px;
}
#top .ttl01 span {
  display: block;
}
#top .ttl01 .en {
  font-family: var(--en);
  font-size: 32px;
  margin-bottom: 15px;
  color: #989898;
  line-height: 1.2;
  font-weight: 400;
}
#top .ttl01 .ja {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.714;
}
#top .btn01 {
  display: block;
  max-width: fit-content;
  position: relative;
  padding-left: 115px;
  transition: color 0.4s ease;
}
#top .btn01:hover {
  color: #989898;
}
#top .btn01:hover:before {
  left: 100px;
  width: 0;
}
#top .btn01:before {
  transition: 0.4s ease;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100px;
  height: 1px;
  background: #000;
  display: block;
}
#top .bh {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}
#top .bh:hover {
  filter: none;
}
#top #section01 {
  padding-top: 100px;
  margin-bottom: 130px;
}
#top #section01 .bg {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 20px;
  margin-top: 100px;
}
#top #section01 .w1080 {
  background: url(../img/img01.jpg) no-repeat left top/467px auto;
  padding-left: 570px;
  min-height: 628px;
}
#top #section01 p {
  margin-bottom: 1.8em;
}
#top #section01 p span {
  display: inline;
  background: #FFF700;
  font-weight: bold;
}
#top #section01 .btn01 {
  margin-left: auto;
  margin-top: 80px;
}
#top #section02 .w1080 {
  background: url(../img/img03.jpg) no-repeat right top/467px auto;
  padding-right: 570px;
  min-height: 347px;
}
#top #section02 p {
  margin-bottom: 1.8em;
}
#top #section02 p span {
  display: inline;
  background: #FFF700;
  font-weight: bold;
}
#top #section02 .btn01 {
  margin-top: 80px;
}

#cta {
  margin-top: 150px;
  padding: 100px 0;
  color: #fff;
  background: url(../img/cta.jpg) no-repeat center/cover;
  text-align: center;
}
#cta .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 100px;
}
#cta .left {
  line-height: 1.2;
}
#cta .left .tel {
  font-size: 54px;
  font-family: var(--en);
  letter-spacing: 0;
}
#cta .left .time {
  margin: 10px 0;
}
#cta .left .notice {
  font-size: 12px;
}
#cta .right .ttl {
  margin-bottom: 25px;
}
#cta .right a {
  border: solid 1px #fff;
  display: block;
  background: #fff;
  color: #000;
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: 0.4s ease;
}
#cta .right a:hover {
  background: #000;
  color: #fff;
}
#cta .ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
#cta a {
  color: #fff;
}

footer {
  padding: 60px 0;
}
footer .w1080 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .logo {
  max-width: fit-content;
  padding-right: 70px;
  background: url(../img/logo.jpg) no-repeat center right/50px auto;
  margin-bottom: 10px;
}
footer .access {
  margin-top: 40px;
  font-size: 13px;
  display: block;
  width: 160px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50px;
}
footer small {
  font-size: 12px;
}

#w_under_mv {
  padding: 0 50px;
  margin-bottom: 110px;
}

#under_mv {
  background: url(../img/u_mv.jpg) no-repeat center/cover;
  color: #fff;
  font-size: 32px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bread {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 50px;
}
#bread li:not(:last-child) {
  background: url(../img/bread.svg) no-repeat right center;
  padding-right: 14px;
  margin-right: 10px;
}
#bread a {
  text-decoration: underline;
}
#bread a:hover {
  text-decoration: none;
}

.ttl02 {
  font-size: 24px;
  font-weight: 600;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 18px 20px 16px;
  line-height: 1.4;
  margin-bottom: 50px;
}
.ttl02.center {
  text-align: center;
}

.under_content section {
  margin-bottom: 100px;
}
.under_content section:last-child {
  margin-bottom: 0;
}

.table01 {
  width: 100%;
}
.table01 tr:nth-child(even) {
  background: #F8F8F8;
}
.table01 th, .table01 td {
  padding: 20px 25px;
}
.table01 th {
  vertical-align: top;
}
.table01 .position {
  display: inline-block;
  width: 7em;
}
.table01 a {
  text-decoration: underline;
}
.table01 a:hover {
  text-decoration: none;
}

.gmap,
#gmap {
  position: relative;
  padding-bottom: 68.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.gmap iframe, .gmap object, .gmap embed,
#gmap iframe,
#gmap object,
#gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#company #section01 .ttl02 {
  margin-bottom: 10px;
}
#company #section02 .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#company #section02 .flex.reverse {
  flex-direction: row-reverse;
}
#company #section02 .flex:last-child {
  margin-bottom: 0;
}
#company #section02 .flex .w_map {
  width: 50%;
}
#company #section02 .flex .w_text {
  width: calc(50% - 50px);
}
#company #section02 h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

#works .lead {
  text-align: center;
  margin-bottom: 50px;
  line-height: 3;
}
#works .flow {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 90px;
}
#works .flow01 {
  background: url(../img/flow01.svg) no-repeat left bottom/100% auto;
}
#works .flow02 {
  background: url(../img/flow02.svg) no-repeat left bottom/100% auto;
}
#works .grid01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 28px;
  margin-bottom: 80px;
}
#works .grid02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin-bottom: 80px;
}

.btn02 {
  display: block;
  width: 276px;
  height: 60px;
  line-height: 58px;
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 18px;
  transition: 0.4s ease;
  border: solid 1px #000;
  cursor: pointer;
  font-family: inherit;
  box-sizing: border-box;
  padding: 0;
}
.btn02:hover {
  background: #fff;
  color: #000;
}

.notice_red {
  font-size: 12px;
  color: #950000;
  text-align: center;
}

#recruit #section01 h2 {
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  position: relative;
  margin-bottom: 40px;
}
#recruit #section01 h2:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background: #000;
}
#recruit #section01 h2 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
#recruit #section01 h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
#recruit #section01 h3 + p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}
#recruit #section01 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin-bottom: 50px;
}
#recruit #section01 .grid > div {
  position: relative;
  border: solid 1px #000;
  padding: 20px 35px 25px;
  display: flex;
  align-items: center;
}
#recruit #section01 .grid > div:before, #recruit #section01 .grid > div:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#recruit #section01 .grid > div:before {
  left: 4px;
  bottom: 4px;
  border-top: solid 8px transparent;
  border-right: solid 8px transparent;
  border-left: solid 8px #000;
  border-bottom: solid 8px #000;
}
#recruit #section01 .grid > div:after {
  right: 4px;
  top: 4px;
  border-top: solid 8px #000;
  border-right: solid 8px #000;
  border-left: solid 8px transparent;
  border-bottom: solid 8px transparent;
}
#recruit #section01 .grid h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
#recruit #section01 .grid p {
  font-size: 14px;
  line-height: 1.65;
}
#recruit #section01 .btn02 {
  margin-bottom: 23px;
}
#recruit #section02 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
#recruit #section02 .grid > div {
  background: #F8F8F8;
  padding: 20px 25px 25px 160px;
  display: flex;
  align-items: center;
  height: 150px;
}
#recruit #section02 .grid > div:first-child {
  background: #F8F8F8 url(../img/recruit01.jpg) no-repeat 15px center/120px auto;
}
#recruit #section02 .grid > div:last-child {
  background: #F8F8F8 url(../img/recruit02.jpg) no-repeat 15px center/120px auto;
}
#recruit #section02 .grid h3 {
  font-weight: 600;
  font-size: 18px;
}
#recruit #section02 .grid p {
  font-size: 14px;
  line-height: 1.65;
}
#recruit #section03 .table01 {
  margin-bottom: 40px;
}
#recruit #section03 .btn02 {
  margin-bottom: 23px;
}

#contact .lead {
  margin-bottom: 10px;
}
#contact .notice {
  font-size: 14px;
  color: #950000;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 40px;
}
#contact .error {
  font-size: 13px;
  color: #950000;
  margin-top: 5px;
}
#contact .bg {
  padding: 25px 50px 55px;
  background: #F8F8F8;
}
#contact .bg > p:first-child {
  background: #950000;
  text-align: center;
  padding: 10px;
  color: #fff;
}
#contact .bg .btn02 {
  margin-top: 40px;
}
#contact table {
  width: 100%;
  margin-bottom: 40px;
}
#contact table tr {
  border-bottom: solid 1px #ccc;
}
#contact table th {
  width: 300px;
}
#contact table th span {
  display: inline-block;
  width: 64px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #950000;
  margin-right: 12px;
}
#contact table th .any {
  background: #666666;
}
#contact table th, #contact table td {
  padding: 30px 0;
}
#contact table .confirm_comment {
  line-height: 1.65;
}
#contact table .vt {
  vertical-align: top;
}
#contact .radio_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 0;
}
#contact input[type=text],
#contact input[type=tel],
#contact input[type=email],
#contact textarea {
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
  border: solid 1px #000;
  display: block;
  width: 100%;
  padding: 12px 20px;
}
#contact input[type=text]::placeholder,
#contact input[type=tel]::placeholder,
#contact input[type=email]::placeholder,
#contact textarea::placeholder {
  color: #ccc;
}
#contact textarea {
  height: 300px;
  resize: vertical;
}
#contact input[type=radio]:checked + label:before {
  opacity: 1;
}
#contact input[type=radio] + label {
  position: relative;
  padding-left: 30px;
}
#contact input[type=radio] + label:before, #contact input[type=radio] + label:after {
  content: "";
  display: block;
}
#contact input[type=radio] + label:before {
  opacity: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  left: 5px;
  top: 8px;
  z-index: 1;
}
#contact input[type=radio] + label:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 1px #000;
  background: #fff;
}
#contact .pp_box {
  max-height: 300px;
  padding: 30px;
  overflow: auto;
  border: solid 1px #707070;
  background: #fff;
  margin-bottom: 15px;
}
#contact .pp_box .ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#contact .pp_box p {
  font-size: 14px;
  margin-bottom: 1.5em;
}
#contact .pp_box p:last-child {
  margin-bottom: 0;
}
#contact .pp_desc {
  text-align: center;
}

#complete a {
  text-decoration: underline;
}
#complete .btn02 {
  text-decoration: none;
}
#complete h2 {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}
#complete p {
  text-align: center;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  body {
    font-size: 1.333vw;
    line-height: 2;
    font-family: var(--ff);
    font-weight: 500;
    padding-top: 7.5vw;
    letter-spacing: 0.05em;
  }
  a {
    text-decoration: none;
    color: var(--black);
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .w1080 {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  header {
    z-index: 999;
    height: 7.5vw;
    background: red;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 4.167vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    background: rgba(255, 255, 255, 0.5);
  }
  header #logo {
    font-size: 0;
    line-height: 1;
  }
  header #logo img {
    max-width: 23.333vw;
  }
  header nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 2.5vw;
  }
  header nav .btn {
    display: block;
    width: 13.333vw;
    height: 3vw;
    background: #000;
    border-radius: 4.167vw;
    color: #fff;
    text-align: center;
    line-height: 3vw;
  }
  #top {
    padding-left: 4.167vw;
    padding-right: 4.167vw;
    /*高さ・位置・透過が変化して線が上から下に動く*/
  }
  #top #mv {
    position: relative;
    height: calc(100vh - 7.5vw);
    background: url(../img/mv.jpg) no-repeat center/cover;
  }
  #top #mv .text {
    position: absolute;
    color: #fff;
    font-size: 2.6vw;
    right: 4vw;
    bottom: 3vw;
    line-height: 1.4;
  }
  #top .scroll_down {
    z-index: 10;
    position: absolute;
    right: -1.667vw;
    bottom: 0;
    height: 6.667vw;
    font-size: 1.5vw;
    width: fit-content;
  }
  #top .scroll_down span {
    position: absolute;
    left: -1.25vw;
    top: -1.25vw;
    /*テキストの形状*/
    color: #989898;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    transform: rotate(90deg);
  }
  #top .scroll_down:after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 1.667vw;
    /*線の形状*/
    width: 0.083vw;
    left: 0.167vw;
    height: 5vw;
    background: #989898;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }
  @keyframes pathmove {
    0% {
      height: 5vw;
      top: 1.667vw;
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      height: 0;
      top: 6.667vw;
      opacity: 0;
    }
  }
  #top .ttl01 {
    margin-bottom: 3.333vw;
  }
  #top .ttl01 span {
    display: block;
  }
  #top .ttl01 .en {
    font-family: var(--en);
    font-size: 2.667vw;
    margin-bottom: 1.25vw;
    color: #989898;
    line-height: 1.2;
    font-weight: 400;
  }
  #top .ttl01 .ja {
    font-size: 2.333vw;
    font-weight: 600;
    line-height: 1.714;
  }
  #top .btn01 {
    display: block;
    max-width: fit-content;
    position: relative;
    padding-left: 9.583vw;
    transition: color 0.4s ease;
  }
  #top .btn01:hover {
    color: #989898;
  }
  #top .btn01:hover:before {
    left: 8.333vw;
    width: 0;
  }
  #top .btn01:before {
    transition: 0.4s ease;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 8.333vw;
    height: 0.083vw;
    background: #000;
    display: block;
  }
  #top .bh {
    filter: grayscale(100%);
    transition: filter 0.4s ease;
  }
  #top .bh:hover {
    filter: none;
  }
  #top #section01 {
    padding-top: 8.333vw;
    margin-bottom: 10.833vw;
  }
  #top #section01 .bg {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 1.667vw;
    margin-top: 8.333vw;
  }
  #top #section01 .w1080 {
    background: url(../img/img01.jpg) no-repeat left top/38.917vw auto;
    padding-left: 47.5vw;
    min-height: 52.333vw;
  }
  #top #section01 p {
    margin-bottom: 1.8em;
  }
  #top #section01 p span {
    display: inline;
    background: #FFF700;
    font-weight: bold;
  }
  #top #section01 .btn01 {
    margin-left: auto;
    margin-top: 6.667vw;
  }
  #top #section02 .w1080 {
    background: url(../img/img03.jpg) no-repeat right top/38.917vw auto;
    padding-right: 47.5vw;
    min-height: 28.917vw;
  }
  #top #section02 p {
    margin-bottom: 1.8em;
  }
  #top #section02 p span {
    display: inline;
    background: #FFF700;
    font-weight: bold;
  }
  #top #section02 .btn01 {
    margin-top: 6.667vw;
  }
  #cta {
    margin-top: 12.5vw;
    padding: 8.333vw 0;
    color: #fff;
    background: url(../img/cta.jpg) no-repeat center/cover;
    text-align: center;
  }
  #cta .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8.333vw;
  }
  #cta .left {
    line-height: 1.2;
  }
  #cta .left .tel {
    font-size: 4.5vw;
    font-family: var(--en);
    letter-spacing: 0;
  }
  #cta .left .time {
    margin: 0.833vw 0;
  }
  #cta .left .notice {
    font-size: 1vw;
  }
  #cta .right .ttl {
    margin-bottom: 2.083vw;
  }
  #cta .right a {
    border: solid 1px #fff;
    display: block;
    background: #fff;
    color: #000;
    width: 25vw;
    height: 5vw;
    line-height: 5vw;
    text-align: center;
    transition: 0.4s ease;
  }
  #cta .right a:hover {
    background: #000;
    color: #fff;
  }
  #cta .ttl {
    font-size: 2vw;
    margin-bottom: 0.833vw;
  }
  #cta a {
    color: #fff;
  }
  footer {
    padding: 5vw 0;
  }
  footer .w1080 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .logo {
    max-width: fit-content;
    padding-right: 5.833vw;
    background: url(../img/logo.jpg) no-repeat center right/4.167vw auto;
    margin-bottom: 0.833vw;
  }
  footer .logo img {
    max-width: 23.333vw;
  }
  footer .access {
    margin-top: 3.333vw;
    font-size: 1.083vw;
    display: block;
    width: 13.333vw;
    height: 2.833vw;
    line-height: 2.833vw;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 4.167vw;
  }
  footer small {
    font-size: 1vw;
  }
  #w_under_mv {
    padding: 0 4.167vw;
    margin-bottom: 9.167vw;
  }
  #under_mv {
    background: url(../img/u_mv.jpg) no-repeat center/cover;
    color: #fff;
    font-size: 2.667vw;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #bread {
    display: flex;
    align-items: center;
    font-size: 1.167vw;
    margin-top: 4.167vw;
  }
  #bread li:not(:last-child) {
    background: url(../img/bread.svg) no-repeat right center;
    padding-right: 1.167vw;
    margin-right: 0.833vw;
  }
  #bread a {
    text-decoration: underline;
  }
  #bread a:hover {
    text-decoration: none;
  }
  .ttl02 {
    font-size: 2vw;
    font-weight: 600;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 1.5vw 1.667vw 1.333vw;
    line-height: 1.4;
    margin-bottom: 4.167vw;
  }
  .ttl02.center {
    text-align: center;
  }
  .under_content section {
    margin-bottom: 8.333vw;
  }
  .under_content section:last-child {
    margin-bottom: 0;
  }
  .table01 {
    width: 100%;
  }
  .table01 tr:nth-child(even) {
    background: #F8F8F8;
  }
  .table01 th, .table01 td {
    padding: 1.667vw 2.083vw;
  }
  .table01 th {
    vertical-align: top;
  }
  .gmap,
  #gmap {
    position: relative;
    padding-bottom: 68.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 0.833vw;
  }
  .gmap iframe, .gmap object, .gmap embed,
  #gmap iframe,
  #gmap object,
  #gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #company #section01 .ttl02 {
    margin-bottom: 0.833vw;
  }
  #company #section02 .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.167vw;
  }
  #company #section02 .flex.reverse {
    flex-direction: row-reverse;
  }
  #company #section02 .flex:last-child {
    margin-bottom: 0;
  }
  #company #section02 .flex .w_map {
    width: 50%;
  }
  #company #section02 .flex .w_text {
    width: calc(50% - 4.167vw);
  }
  #company #section02 h3 {
    font-size: 1.667vw;
    margin-bottom: 0.417vw;
  }
  #works .lead {
    text-align: center;
    margin-bottom: 4.167vw;
    line-height: 3;
  }
  #works .flow {
    font-size: 2vw;
    font-weight: 600;
    padding-bottom: 7.5vw;
  }
  #works .flow01 {
    background: url(../img/flow01.svg) no-repeat left bottom/100% auto;
  }
  #works .flow02 {
    background: url(../img/flow02.svg) no-repeat left bottom/100% auto;
  }
  #works .grid01 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 2.333vw;
    margin-bottom: 6.667vw;
  }
  #works .grid02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.333vw;
    margin-bottom: 6.667vw;
  }
  .btn02 {
    display: block;
    width: 23vw;
    height: 5vw;
    line-height: 5vw;
    background: #000;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 4.167vw;
    font-size: 1.5vw;
    transition: 0.4s ease;
    border: solid 1px #000;
  }
  .btn02:hover {
    background: #fff;
    color: #000;
  }
  .notice_red {
    font-size: 1vw;
    color: #950000;
    text-align: center;
  }
  #recruit #section01 h2 {
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
    font-size: 2.333vw;
    position: relative;
    margin-bottom: 3.333vw;
  }
  #recruit #section01 h2:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -1.25vw;
    content: "";
    display: block;
    width: 5.667vw;
    height: 0.083vw;
    background: #000;
  }
  #recruit #section01 h2 span {
    display: block;
    font-size: 1.333vw;
    font-weight: 500;
    margin-top: 0.417vw;
  }
  #recruit #section01 h3 {
    font-size: 1.333vw;
    font-weight: 600;
    text-align: center;
  }
  #recruit #section01 h3 + p {
    font-size: 1vw;
    text-align: center;
    margin-bottom: 2.5vw;
  }
  #recruit #section01 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.5vw;
    margin-bottom: 4.167vw;
  }
  #recruit #section01 .grid > div {
    position: relative;
    border: solid 1px #000;
    padding: 1.667vw 2.917vw 2.083vw;
    display: flex;
    align-items: center;
  }
  #recruit #section01 .grid > div:before, #recruit #section01 .grid > div:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #recruit #section01 .grid > div:before {
    left: 0.333vw;
    bottom: 0.333vw;
    border-top: solid 0.667vw transparent;
    border-right: solid 0.667vw transparent;
    border-left: solid 0.667vw #000;
    border-bottom: solid 0.667vw #000;
  }
  #recruit #section01 .grid > div:after {
    right: 0.333vw;
    top: 0.333vw;
    border-top: solid 0.667vw #000;
    border-right: solid 0.667vw #000;
    border-left: solid 0.667vw transparent;
    border-bottom: solid 0.667vw transparent;
  }
  #recruit #section01 .grid h4 {
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 0.25vw;
  }
  #recruit #section01 .grid p {
    font-size: 1.167vw;
    line-height: 1.65;
  }
  #recruit #section01 .btn02 {
    margin-bottom: 1.917vw;
  }
  #recruit #section02 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.5vw;
  }
  #recruit #section02 .grid > div {
    background: #F8F8F8;
    padding: 1.667vw 2.083vw 2.083vw 13.333vw;
    display: flex;
    align-items: center;
    height: 12.5vw;
  }
  #recruit #section02 .grid > div:first-child {
    background: #F8F8F8 url(../img/recruit01.jpg) no-repeat 1.25vw center/10vw auto;
  }
  #recruit #section02 .grid > div:last-child {
    background: #F8F8F8 url(../img/recruit02.jpg) no-repeat 1.25vw center/10vw auto;
  }
  #recruit #section02 .grid h3 {
    font-weight: 600;
    font-size: 1.5vw;
  }
  #recruit #section02 .grid p {
    font-size: 1.167vw;
    line-height: 1.65;
  }
  #recruit #section03 .table01 {
    margin-bottom: 3.333vw;
  }
  #recruit #section03 .btn02 {
    margin-bottom: 1.917vw;
  }
  #contact .lead {
    margin-bottom: 0.833vw;
  }
  #contact .notice {
    font-size: 1.167vw;
    color: #950000;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 3.333vw;
  }
  #contact .error {
    font-size: 1.083vw;
    color: #950000;
    margin-top: 0.417vw;
  }
  #contact .bg {
    padding: 2.083vw 4.167vw 4.583vw;
    background: #F8F8F8;
  }
  #contact .bg > p:first-child {
    background: #950000;
    text-align: center;
    padding: 0.833vw;
    color: #fff;
  }
  #contact .bg .btn02 {
    margin-top: 3.333vw;
  }
  #contact table {
    width: 100%;
    margin-bottom: 3.333vw;
  }
  #contact table tr {
    border-bottom: solid 1px #ccc;
  }
  #contact table th {
    width: 25vw;
  }
  #contact table th span {
    display: inline-block;
    width: 5.333vw;
    height: 1.833vw;
    line-height: 1.833vw;
    text-align: center;
    font-size: 1.083vw;
    color: #fff;
    background: #950000;
    margin-right: 1vw;
  }
  #contact table th .any {
    background: #666666;
  }
  #contact table th, #contact table td {
    padding: 2.5vw 0;
  }
  #contact table .vt {
    vertical-align: top;
  }
  #contact .radio_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.833vw 0;
  }
  #contact input[type=text],
  #contact input[type=tel],
  #contact input[type=email],
  #contact textarea {
    font-family: inherit;
    font-size: inherit;
    border-radius: 0;
    border: solid 1px #000;
    display: block;
    width: 100%;
    padding: 1vw 1.667vw;
  }
  #contact input[type=text]::placeholder,
  #contact input[type=tel]::placeholder,
  #contact input[type=email]::placeholder,
  #contact textarea::placeholder {
    color: #ccc;
  }
  #contact textarea {
    height: 25vw;
  }
  #contact input[type=radio]:checked + label:before {
    opacity: 1;
  }
  #contact input[type=radio] + label {
    position: relative;
    padding-left: 2.5vw;
  }
  #contact input[type=radio] + label:before, #contact input[type=radio] + label:after {
    content: "";
    display: block;
  }
  #contact input[type=radio] + label:before {
    opacity: 0;
    position: absolute;
    width: 0.833vw;
    height: 0.833vw;
    background: #000;
    border-radius: 50%;
    left: 0.417vw;
    top: 0.667vw;
    z-index: 1;
  }
  #contact input[type=radio] + label:after {
    position: absolute;
    top: 0.25vw;
    left: 0;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    border: solid 1px #000;
    background: #fff;
  }
  #contact .pp_box {
    max-height: 25vw;
    padding: 2.5vw;
    overflow: auto;
    border: solid 1px #707070;
    background: #fff;
    margin-bottom: 1.25vw;
  }
  #contact .pp_box .ttl {
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 0.833vw;
  }
  #contact .pp_box p {
    font-size: 1.167vw;
    margin-bottom: 1.5em;
  }
  #contact .pp_box p:last-child {
    margin-bottom: 0;
  }
  #contact .pp_desc {
    text-align: center;
  }
  #complete h2 {
    text-align: center;
    font-size: 1.667vw;
    margin-top: 1.25vw;
  }
  #complete p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #hb_menu,
  .sp_block {
    display: none;
  }
  header nav {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 16vw;
    font-size: 4vw;
  }
  .w1080 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  header {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    height: 16vw;
  }
  header #logo img {
    max-width: 53.3333333333vw;
  }
  header nav {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: fixed;
    background: #fff;
    padding: 26.6666666667vw 5.3333333333vw 5.3333333333vw;
    font-size: 4vw;
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    border-top: solid 1px var(--black);
  }
  header nav ul li:last-child {
    text-align: center;
  }
  header nav ul li:last-child a {
    margin-top: 4vw;
    display: inline-block;
    padding: 0;
    width: 42.6666666667vw;
    height: 9.6vw;
    line-height: 9.6vw;
    border-radius: 13.3333333333vw;
  }
  header nav ul li:last-child a img {
    width: 7.4666666667vw;
  }
  header nav ul a {
    display: block;
    padding: 4vw 2.6666666667vw;
  }
  header nav ul a:hover {
    color: var(--black);
  }
  #hb_menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 16vw;
    height: 16vw;
    background: #000;
    padding: 5.6vw 4.5333333333vw 0;
    cursor: pointer;
  }
  #hb_menu span {
    height: 0.5333333333vw;
    background: #fff;
    display: block;
    margin-bottom: 1.3333333333vw;
    transition: 0.4s ease;
  }
  #hb_menu.open {
    background: var(--black);
  }
  #hb_menu.open span:nth-child(1) {
    transform: translate(0, 2.1333333333vw) rotate(45deg);
  }
  #hb_menu.open span:nth-child(2) {
    opacity: 0;
  }
  #hb_menu.open span:nth-child(3) {
    transform: translate(0, -1.6vw) rotate(-45deg);
  }
  #cta {
    background-image: url(../img/cta_sp.jpg);
  }
  #cta .w1080 .flex {
    display: block;
  }
  #cta .w1080 .ttl {
    font-size: 5.3333333333vw;
  }
  #cta {
    margin-top: 21.3333333333vw;
    padding: 16vw 0;
    color: #fff;
    background-image: url(../img/cta_sp.jpg);
    text-align: center;
  }
  #cta .flex {
    display: block;
  }
  #cta .left {
    padding-bottom: 13.3333333333vw;
    margin-bottom: 8vw;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  #cta .left .tel {
    font-size: 10.6666666667vw;
  }
  #cta .left .time {
    margin: 2.6666666667vw 0;
  }
  #cta .left .notice {
    font-size: 3.2vw;
  }
  #cta .right .ttl {
    margin-bottom: 4vw;
  }
  #cta .right a {
    width: 80vw;
    height: 16vw;
    line-height: 16vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #cta .ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  footer {
    padding: 16vw 0 5.3333333333vw;
    text-align: center;
  }
  footer .w1080 {
    flex-wrap: wrap;
  }
  footer .w1080 > div, footer .w1080 small {
    width: 100%;
  }
  footer .logo {
    padding-right: 14.6666666667vw;
    background: url(../img/logo.jpg) no-repeat center right/9.6vw auto;
    margin-bottom: 2.6666666667vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  footer .logo img {
    width: 53.3333333333vw;
  }
  footer .address, footer .tel {
    line-height: 1.6;
  }
  footer .access {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    width: 42.6666666667vw;
    height: 9.0666666667vw;
    line-height: 9.0666666667vw;
    border-radius: 13.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  footer small {
    display: block;
    font-size: 3.2vw;
    text-align: center;
    margin-top: 8vw;
  }
  #top {
    padding: 0;
  }
  #top .ttl01 {
    margin-bottom: 8vw;
  }
  #top .ttl01 .en {
    font-family: var(--en);
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
  #top .ttl01 .ja {
    line-height: 1.54;
    font-size: 5.3333333333vw;
  }
  #top .btn01 {
    padding-left: 18.6666666667vw;
  }
  #top .btn01:hover:before {
    left: 0;
    width: 16vw;
  }
  #top .btn01:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 16vw;
  }
  #top #mv {
    height: 60vh;
  }
  #top #mv .text {
    font-size: 6.4vw;
    right: 0.5333333333vw;
    bottom: 5.3333333333vw;
  }
  #top .scroll_down {
    display: none;
  }
  #top #section01 {
    padding-top: 16vw;
    margin-bottom: 21.3333333333vw;
  }
  #top #section01 .w1080 {
    background: none;
    padding: 0 5.3333333333vw;
  }
  #top #section01 .ttl01 {
    padding-bottom: 72%;
    background: url(../img/img01_sp.jpg) no-repeat left bottom/100% auto;
  }
  #top #section01 .btn01 {
    margin-top: 10.6666666667vw;
  }
  #top #section01 .bg {
    margin-top: 16vw;
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 0;
    line-height: 1;
  }
  #top #section01 .bg .bh {
    filter: grayscale(0);
  }
  #top #section01 .bg .bh img {
    width: 100%;
  }
  #top #section02 .w1080 {
    background: none;
    padding: 0 5.3333333333vw;
  }
  #top #section02 .ttl01 {
    padding-bottom: 72%;
    background: url(../img/img03_sp.jpg) no-repeat left bottom/100% auto;
  }
  #top #section02 .btn01 {
    margin-top: 10.6666666667vw;
    margin-left: auto;
  }
  #w_under_mv {
    padding: 0;
    margin-bottom: 13.3333333333vw;
  }
  #under_mv {
    height: 48vw;
  }
  #under_mv h1 {
    font-size: 6.4vw;
  }
  .under_content section {
    margin-bottom: 16vw;
  }
  #bread {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  #bread li:not(:last-child) {
    padding-right: 3.7333333333vw;
    margin-right: 2.6666666667vw;
    background-size: 1.0666666667vw auto;
  }
  .gmap {
    padding-bottom: 100%;
  }
  .ttl02 {
    font-size: 5.3333333333vw;
    padding: 3.2vw;
    margin-bottom: 8vw;
  }
  .table01 {
    font-size: 3.7333333333vw;
  }
  .table01 th, .table01 td {
    display: block;
    width: 100%;
    padding: 4vw 5.3333333333vw;
  }
  .table01 th {
    padding-bottom: 0;
    font-weight: 600;
  }
  .table01 td {
    padding-top: 1.3333333333vw;
  }
  #company #section02 h3 {
    font-size: 4.8vw;
  }
  #company #section02 .flex {
    display: block;
  }
  #company #section02 .flex .w_map, #company #section02 .flex .w_text {
    width: 100%;
  }
  #company #section02 p {
    line-height: 1.6;
  }
  #works .lead {
    margin-bottom: 5.3333333333vw;
    line-height: 1.8;
    text-align: left;
    font-size: 3.7333333333vw;
  }
  #works .grid01, #works .grid02 {
    grid-template-columns: 1fr 1fr;
    margin-top: 13.3333333333vw;
    font-size: 0;
    line-height: 1;
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
  #works .flow {
    font-size: 4.8vw;
    padding-bottom: 88%;
  }
  #works .flow01 {
    background-image: url(../img/flow01_sp.svg);
  }
  #works .flow02 {
    background-image: url(../img/flow02_sp.svg);
  }
  .btn02 {
    display: block;
    width: 64vw;
    height: 14.4vw;
    line-height: 14.4vw;
    border-radius: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .notice_red {
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  #recruit #section01 h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  #recruit #section01 h2:after {
    bottom: -4vw;
    width: 8vw;
  }
  #recruit #section01 h2 span {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
  #recruit #section01 h3 {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
  #recruit #section01 h3 + p {
    font-size: 3.2vw;
    line-height: 1.65;
    margin-bottom: 8vw;
  }
  #recruit #section01 .grid {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw 0;
    margin-bottom: 6.6666666667vw;
  }
  #recruit #section01 .grid > div {
    padding: 5.3333333333vw 6.6666666667vw;
  }
  #recruit #section01 .grid > div:before {
    left: 1.0666666667vw;
    bottom: 1.0666666667vw;
    border-top: solid 2.1333333333vw transparent;
    border-right: solid 2.1333333333vw transparent;
    border-left: solid 2.1333333333vw #000;
    border-bottom: solid 2.1333333333vw #000;
  }
  #recruit #section01 .grid > div:after {
    right: 1.0666666667vw;
    top: 1.0666666667vw;
    border-top: solid 2.1333333333vw #000;
    border-right: solid 2.1333333333vw #000;
    border-left: solid 2.1333333333vw transparent;
    border-bottom: solid 2.1333333333vw transparent;
  }
  #recruit #section01 .grid h4 {
    font-size: 4.8vw;
    margin-bottom: 1.0666666667vw;
  }
  #recruit #section01 .grid p {
    font-size: 3.4666666667vw;
  }
  #recruit #section01 .btn02 {
    margin-bottom: 5.3333333333vw;
  }
  #recruit #section02 .grid {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw 0;
  }
  #recruit #section02 .grid > div {
    background: #F8F8F8;
    padding: 20px 25px 25px 32vw;
    display: flex;
    align-items: center;
    height: 29.3333333333vw;
  }
  #recruit #section02 .grid > div:first-child {
    background: #F8F8F8 url(../img/recruit01.jpg) no-repeat 2.6666666667vw center/24vw auto;
  }
  #recruit #section02 .grid > div:last-child {
    background: #F8F8F8 url(../img/recruit02.jpg) no-repeat 2.6666666667vw center/24vw auto;
  }
  #recruit #section02 .grid h3 {
    font-size: 4vw;
  }
  #recruit #section02 .grid p {
    font-size: 3.4666666667vw;
  }
  #recruit #section03 .table01 {
    margin-bottom: 40px;
  }
  #recruit #section03 .btn02 {
    margin-bottom: 23px;
  }
  #contact .lead {
    margin-bottom: 2.6666666667vw;
    line-height: 1.65;
    font-size: 3.7333333333vw;
  }
  #contact .notice {
    font-size: 3.4666666667vw;
    line-height: 1.65;
    margin-bottom: 6.6666666667vw;
  }
  #contact .error {
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
  #contact .bg {
    padding: 5.3333333333vw 4vw 9.3333333333vw;
  }
  #contact .bg > p:first-child {
    padding: 2.6666666667vw;
    line-height: 1.65;
    font-size: 3.7333333333vw;
  }
  #contact .bg .btn02 {
    margin-top: 8vw;
  }
  #contact table {
    width: 100%;
    margin-bottom: 8vw;
  }
  #contact table tr {
    border-bottom: solid 1px #ccc;
  }
  #contact table th, #contact table td {
    display: block;
    width: 100%;
  }
  #contact table th span {
    width: 12.8vw;
    height: 5.8666666667vw;
    line-height: 5.8666666667vw;
    font-size: 3.2vw;
    margin-right: 2.1333333333vw;
    font-weight: bold;
  }
  #contact table th .any {
    background: #666666;
  }
  #contact table th, #contact table td {
    padding: 0;
  }
  #contact table th {
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
  #contact table td {
    padding-bottom: 8vw;
  }
  #contact table .vt {
    vertical-align: middle;
  }
  #contact .radio_list {
    gap: 2.6666666667vw 0;
  }
  #contact input[type=text],
  #contact input[type=tel],
  #contact input[type=email],
  #contact textarea {
    width: 100%;
    padding: 3.2vw 4vw;
  }
  #contact input[type=text]::placeholder,
  #contact input[type=tel]::placeholder,
  #contact input[type=email]::placeholder,
  #contact textarea::placeholder {
    color: #ccc;
  }
  #contact textarea {
    height: 53.3333333333vw;
  }
  #contact input[type=radio] + label {
    padding-left: 8vw;
  }
  #contact input[type=radio] + label:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: 1.3333333333vw;
    top: 2.1333333333vw;
  }
  #contact input[type=radio] + label:after {
    top: 0.8vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  #contact .pp_box {
    max-height: 80vw;
    padding: 5.3333333333vw;
    margin-bottom: 4vw;
    line-height: 1.6;
  }
  #contact .pp_box .ttl {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  #contact .pp_box p {
    font-size: 3.4666666667vw;
  }
  #contact .pp_desc {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
  #complete h2 {
    text-align: left;
    font-size: 4.2666666667vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  #complete p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    text-align: left;
  }
}

/*# sourceMappingURL=common.css.map */
