@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #091026;
}

.bkblue {
  color: #182d6f;
}

.blue {
  color: #1b76c1;
}

.gray {
  color: #dfe3e7;
}

.ltgray {
  color: #f8f9f9;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #091026;
}

h1, h2, h3, h4 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #091026;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #091026;
  letter-spacing: 0.06em;
  word-wrap: break-word;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
  }
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 追加ページ_特定商取引法に基づく表記
--------------------------------------------------*/
#wrapper_commerce .wrapper_content {
  padding: 80px 0;
  margin-top: 80px;
  background: #f8f9f9;
}
@media screen and (min-width: 769px) {
  #wrapper_commerce .wrapper_content {
    padding: 100px 0;
    margin-top: 100px;
  }
}
#wrapper_commerce .inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_commerce .inner {
    max-width: 1400px;
    width: 85%;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_commerce .list_commerce li {
    display: flex;
    justify-content: space-between;
  }
}
#wrapper_commerce .list_commerce li .ttl {
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #182d6f;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_commerce .list_commerce li .ttl {
    text-align: center;
    width: 25%;
  }
}
#wrapper_commerce .list_commerce li .text {
  border-bottom: 1px solid #dfe3e7;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_commerce .list_commerce li .text {
    width: 72%;
  }
}
#wrapper_commerce .list_commerce li:first-child .ttl {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  #wrapper_commerce .list_commerce li:first-child .text {
    padding-top: 0;
  }
}

/* 追加ページ_採用情報
--------------------------------------------------*/
#wrapper_recruitment .wrapper_content {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  #wrapper_recruitment .wrapper_content {
    margin-top: 100px;
  }
}
#wrapper_recruitment .intro {
  margin-bottom: 50px;
}
#wrapper_recruitment .sideber_ttl {
  margin-bottom: 50px;
}
#wrapper_recruitment .inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_recruitment .inner {
    max-width: 1400px;
    width: 85%;
  }
}
#wrapper_recruitment .wrap_requirements {
  padding: 80px 0;
  background: #f8f9f9;
}
@media screen and (min-width: 769px) {
  #wrapper_recruitment .wrap_requirements {
    padding: 100px 0;
  }
}
#wrapper_recruitment .list_recruitment h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
#wrapper_recruitment .list_recruitment h4.sideber_ttl {
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  #wrapper_recruitment .list_recruitment h4 {
    margin-bottom: 30px;
    font-size: clamp(20px, 2vw, 24px);
  }
}
#wrapper_recruitment .list_recruitment li {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  word-wrap: break-word;
}
@media screen and (min-width: 769px) {
  #wrapper_recruitment .list_recruitment li {
    font-size: 1.6rem;
  }
}
#wrapper_recruitment .list_recruitment > li {
  margin-top: 40px;
}
#wrapper_recruitment .list_recruitment > li:first-child {
  margin-top: 0;
}
#wrapper_recruitment .wrap_application {
  padding: 80px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_recruitment .wrap_application {
    padding: 100px 0;
  }
}
#wrapper_recruitment .wrap_application .text_adress {
  margin-top: 10px;
}
/*# sourceMappingURL=others.css.map */