@charset "UTF-8";
:root {
  --col--main-01: #525561;
  --col--main-02: #646464;
  --col--main-03: #a0a9b1;
  --col--main-04: #bcc3c8;
  --col--main-05: #525561;
  --col--acc-01: #870403;
  --col--base-01: #fff;
  --col--base-02: #fff;
  --col--txt-01: #525561;
  --fot--Noto-Serif: "Noto Serif JP", serif;
  --fot--Noto-Sans: "Noto Sans JP", sans-serif;
  --fot--Meiryo: "メイリオ", "Meiryo", "Noto Sans JP", sans-serif;
  --fot--Yu-Go: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  --fot--Yu-Min: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  --fot--Jost: "Jost", "Noto Sans JP", sans-serif;
}

/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*下層ボックス
=========================================================*/
/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}
#bread-clumb li {
  position: relative;
  color: var(--col--main-01);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col--main-01);
}

/*施工実績
=========================================================*/
#all-case .case-post article {
  width: 250px;
  margin: 40px 25px 0 0;
}
#all-case .case-post article .com-img {
  height: 180px;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}
#all-case .case-post article .tag-name {
  margin-bottom: 8px;
}
#all-case .case-post article .tag-name li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  line-height: 1;
  font-size: 11px;
  background: #333;
  color: #fff;
}
#all-case .case-post article .case-post-ttl {
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#all-case .case-post article .case-txt {
  font-size: 14px;
}

/*施工実績詳細
=========================================================*/
#s-case .s-case-box {
  width: 950px;
  margin: 0 auto;
}
#s-case .s-case-box .tag-name {
  text-align: right;
  margin-bottom: 30px;
}
#s-case .s-case-box .tag-name li {
  padding: 5px 10px;
  font-size: 13px;
  background: #333;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
#s-case #main-thumb {
  margin-bottom: 50px;
}
#s-case #main-thumb .case-main-img {
  width: 700px;
  height: 500px;
}
#s-case #main-thumb .case-thumb-list {
  width: 230px;
  height: 500px;
  box-sizing: border-box;
  overflow-y: scroll;
}
#s-case #main-thumb .case-thumb-list li {
  float: left;
  margin: 5px 5px 0 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
#s-case .case-info-dl .in-dl dt {
  width: 200px;
  background: #f2f2f2;
}
#s-case .case-info-dl .in-dl dd {
  width: 780px;
}

/*スタッフ紹介一覧(詳細ページあり)
=========================================================*/
#all-staff .staff-post article {
  width: 250px;
  margin: 60px 25px 0 0;
}
#all-staff .staff-post article .com-img {
  height: 320px;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}
#all-staff .staff-post article .tag-name {
  margin-bottom: 8px;
}
#all-staff .staff-post article .tag-name li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  line-height: 1;
  font-size: 11px;
  background: #333;
  color: #fff;
}
#all-staff .staff-post article .staff-post-ttl {
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#all-staff .staff-post article .staff-txt {
  font-size: 14px;
}

/*スタッフ紹介一覧(詳細ページあり)
=========================================================*/
#all-only-staff {
  margin-top: 200px;
}
#all-only-staff .staff-post {
  width: 980px;
  margin: 0 auto;
}
#all-only-staff .staff-post article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
#all-only-staff .staff-post article:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#all-only-staff .staff-post article .com-img {
  width: 350px;
  height: 450px;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}
#all-only-staff .staff-post article .staff-info {
  width: 560px;
}
#all-only-staff .staff-post article .staff-info .tag-name {
  margin-bottom: 20px;
}
#all-only-staff .staff-post article .staff-info .tag-name li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  line-height: 1;
  font-size: 11px;
  background: #333;
  color: #fff;
}
#all-only-staff .staff-post article .staff-info .staff-post-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
#all-only-staff .staff-post article .staff-info .staff-dl dt,
#all-only-staff .staff-post article .staff-info .staff-dl dd {
  padding: 10px 15px;
  font-size: 14px;
}
#all-only-staff .staff-post article .staff-info .staff-dl dt {
  width: 150px;
  vertical-align: top;
}
#all-only-staff .staff-post article .staff-info .staff-dl dd {
  width: 410px;
}

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num] {
  border: solid #ccc 1px;
  background: #fff;
}
.cont-dl .in-dl dd textarea {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-btn ul li:hover #form-btn {
  background: #fff;
}

/*お知らせ一覧
=========================================================*/
/*タグ一覧
----------------------------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*お知らせ個別
=========================================================*/
#contents-u.post .sb-post-body h1,
#contents-u.post .sb-post-body h2,
#contents-u.post .sb-post-body h3,
#contents-u.post .sb-post-body h4,
#contents-u.post .sb-post-body h5,
#contents-u.post .sb-post-body h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}
#contents-u.post .sb-post-body h1 {
  padding: 0 5px;
  font-size: 28px;
  border-bottom: 1px solid var(--col--main-01);
  padding-bottom: 8px;
  margin-bottom: 15px;
}
#contents-u.post .sb-post-body h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 5px solid var(--col--main-01);
  margin-bottom: 15px;
}
#contents-u.post .sb-post-body h3 {
  background: var(--col--main-01);
  font-size: 24px;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 15px;
}
#contents-u.post .sb-post-body h4 {
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
}
#contents-u.post .sb-post-body h4:before {
  background: var(--col--main-01);
}
#contents-u.post .sb-post-body h5 {
  background: #f2f2f2;
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#contents-u.post .sb-post-body h6 {
  font-size: 4vw;
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #contents-u.post .sb-post-body h1 {
    padding: 0 5px;
    font-size: 6vw;
    border-bottom: 1px solid var(--col--main-01);
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  #contents-u.post .sb-post-body h2 {
    padding-left: 10px;
    font-size: 5.5vw;
    border-left: 5px solid var(--col--main-01);
    margin-bottom: 15px;
  }
  #contents-u.post .sb-post-body h3 {
    background: var(--col--main-01);
    font-size: 5vw;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 15px;
  }
  #contents-u.post .sb-post-body h4 {
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 4.8vw;
    position: relative;
  }
  #contents-u.post .sb-post-body h4:before {
    background: var(--col--main-01);
  }
  #contents-u.post .sb-post-body h5 {
    background: #f2f2f2;
    font-size: 4.5vw;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  #contents-u.post .sb-post-body h6 {
    font-size: 4.2vw;
    color: var(--col--main-01);
  }
}
#contents-u.post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
}
#contents-u.post .s-time-tag time {
  color: var(--col--main-01);
  font-weight: bold;
}
#contents-u.post .s-time-tag .tag-name {
  min-width: 130px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  box-sizing: border-box;
  border: solid 1px var(--col--main-01);
  margin-right: 1%;
  line-height: 1;
  color: var(--col--main-01);
}
#contents-u.post .s-time-tag .tag-name span {
  color: var(--col--main-01);
}

/*pagenation
--------------------------------------------*/
ul.pagenation {
  margin-top: 5vw;
  text-align: center;
  margin-bottom: 5vw;
}
ul.pagenation li {
  display: inline-block;
  padding: 4.5vw;
}
ul.pagenation li a {
  font-size: 4vw;
  color: #38322d;
  width: 0;
  height: 0;
}
ul.pagenation li.current {
  display: flex;
  font-size: 4vw;
  color: #fff;
  background-color: var(--col--main-01);
  padding: 4.5vw;
  width: 0;
  height: 0;
}

/*page-btn
--------------------------------------------*/
.page-btn {
  position: relative;
  margin-top: 30px;
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
.page-btn .right a,
.page-btn .left a {
  font-size: 4vw;
}
.page-btn .right a:before,
.page-btn .left a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  box-sizing: border-box;
}
.page-btn .left {
  left: 0;
}
.page-btn .left a {
  position: relative;
  padding-left: 20px;
}
.page-btn .left a:before {
  left: 0;
  border: solid 5px transparent;
  border-right: solid var(--col--main-01) 5px;
}
.page-btn .right {
  right: 0;
}
.page-btn .right a {
  position: relative;
  padding-right: 20px;
}
.page-btn .right a:before {
  right: 0;
  border: solid 5px transparent;
  border-left: solid var(--col--main-01) 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid var(--col--main-01);
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  padding: 15px 0 15px 35px;
  color: var(--col--txt-01);
  position: relative;
  font-weight: bold;
  transition: 0.3s;
}
#site-map ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  border: solid 8px transparent;
  border-left: 8px solid var(--col--main-01);
  transition: 0.3s;
}
#site-map ul li a:hover {
  color: var(--col--main-01);
}
#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt {
  text-align: center;
}
.not-found-txt p {
  font-size: 4vw;
  line-height: 1.8;
}
.not-found-txt p a {
  font-weight: bold;
  color: var(--col--main-01);
}

/*プライバシーポリシー
=========================================================*/
#contents-u.privacy .privacy-box {
  margin-bottom: 50px;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0;
}

.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.pc-only {
  display: none !important;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-cr {
  flex-direction: column-reverse;
}

.flx-c {
  flex-direction: column;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

/*初期設定
=================================================================================*/
/* 全ページ共通設定
----------------------------------------------------*/
.com--text-01 p {
  line-height: 1.875;
  margin-bottom: 32px;
}
.com--text-01 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .com--text-01 p {
    line-height: 2;
    margin-bottom: 5vw;
  }
}

.com--ttl03-01 {
  width: fit-content;
}
.com--ttl03-01 .ja {
  display: block;
  width: fit-content;
  line-height: 1.7142857143;
  font-size: 6.2vw;
  font-weight: 400;
}
.com--ttl03-01 .ja .str-01 {
  color: var(--col--main-03);
}
.com--ttl03-01 .en {
  position: relative;
  display: block;
  font-family: var(--fot--Jost);
  font-weight: 400;
  color: var(--col--main-04);
  width: 100%;
  text-align: right;
  margin-top: 1.2vw;
  font-size: 3.8vw;
}
.com--ttl03-01 .en::before {
  content: "";
  position: absolute;
  width: 70%;
  left: 0;
  border-bottom: 1px solid var(--col--main-04);
  top: 50%;
  translate: 0 -50%;
}

.com--ttl03-02 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 7vw;
}
.com--ttl03-02 .ja {
  display: block;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: 7vw;
  margin-bottom: 2.6vw;
}
.com--ttl03-02 .en {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.2vw;
  font-family: var(--fot--Jost);
  color: var(--col--main-04);
}
.com--ttl03-02 .en::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: -100% -50%;
  left: -2vw;
  width: 4vw;
  border-bottom: 1px solid var(--col--main-04);
}
.com--ttl03-02 .en::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 100% -50%;
  right: -2vw;
  width: 4vw;
  border-bottom: 1px solid var(--col--main-04);
}

.com--tel {
  width: fit-content;
}
.com--tel .tel-num {
  position: relative;
  width: fit-content;
  display: block;
  font-size: 6.8vw;
  padding-left: 7.8vw;
}
.com--tel .tel-num::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__tel_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  top: 50%;
  left: 0;
  translate: 0 -45%;
}
.com--tel .tel-attention {
  width: fit-content;
  display: block;
  margin-top: 1vw;
}

.com--contact-01 {
  width: 95%;
  height: 13vw;
}
.com--contact-01 a {
  background: var(--col--acc-01);
  border-radius: 0 0 0 5px;
  width: 100%;
  height: 100%;
}
.com--contact-01 a span {
  position: relative;
  color: #fff;
  font-weight: 500;
  padding-left: 8vw;
}
.com--contact-01 a span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__mail_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  top: 50%;
  left: 0;
  translate: 0% -40%;
}

.post_none {
  font-size: 22px;
  width: fit-content;
  margin: 0 auto;
  color: #666;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .post_none {
    font-size: 4.5vw;
    padding: 7vw 0;
  }
}

body {
  font-size: 4vw;
  font-family: var(--fot--Noto-Sans);
  color: var(--col--txt-01);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.inbox {
  width: 1080px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
    padding: 18vw 0;
  }
}

.com--btn-01 {
  position: relative;
  margin: 0 auto;
  width: 95%;
  height: 13vw;
  background: var(--col--acc-01);
  border-radius: 5px;
  box-shadow: 0px 0px 3vw 0px rgba(82, 85, 97, 0.004);
}
.com--btn-01::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow_01_01.png) center center/contain no-repeat;
  width: 11px;
  height: 11px;
  right: 10px;
  bottom: 10px;
}
.com--btn-01 span {
  color: #fff;
  font-weight: 500;
}

.com--btn-02 {
  position: relative;
  margin: 0 auto;
  width: 95%;
  height: 13vw;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3vw 0px rgba(82, 85, 97, 0.2);
}
.com--btn-02::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow_01_02.png) center center/contain no-repeat;
  width: 11px;
  height: 11px;
  right: 10px;
  bottom: 10px;
}
.com--btn-02 span {
  font-family: var(--fot--Jost);
  color: var(--col--acc-01);
}

/*グローバルヘッダー
=================================================================================*/
#header .hd--wrp {
  height: 70px;
}
#header .hd--wrp .hd--left {
  width: fit-content;
  padding-left: 4vw;
  padding-top: 3vw;
}
#header .hd--wrp .hd--ttl01 img {
  height: 6.2vw;
  max-height: 65px;
}
#header .hd--wrp .hd--right {
  display: none;
}

#mv {
  background: url(../img/common/illust__house_01_01.png) right 4vw top/58vw no-repeat;
  overflow: hidden;
  height: 106vw;
  position: relative;
}
#mv .bx-wrapper {
  position: relative;
  box-shadow: unset;
  border: unset;
  background: unset;
  width: 100%;
  margin: 0 auto;
  margin-top: 18vw;
  margin-left: -8vw;
}
#mv .bx-wrapper .bx-viewport {
  height: 52vw !important;
  width: 94% !important;
}
#mv .mv-catch {
  position: absolute;
  white-space: nowrap;
  right: 3vw;
  top: 74vw;
}
#mv .mv-catch span {
  font-size: 4.6vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
  padding-bottom: 1vw;
  background: url(../img/common/border__dotted_01.png) left bottom/15vw auto repeat-x;
}
#mv .mv-catch span .str-01 {
  color: var(--col--main-03);
  font-size: inherit;
  font-weight: inherit;
}

#sv {
  background: url(../img/common/sv--illust_deco.png) right bottom no-repeat;
  overflow: hidden;
  width: 100%;
  height: 48vw;
}
#sv .sv-img {
  position: absolute;
  width: 90%;
  height: 40vw;
}
#sv .sv-img .sv-catch {
  font-size: 5.6vw;
  padding: 2vw 8vw;
  background: #fff;
  margin-bottom: 14vw;
}

.sv-works_business {
  background: url(../img/sv/sv--works_business.png) center center/cover no-repeat;
}

.sv-works_public {
  background: url(../img/sv/sv--works_public.png) center center/cover no-repeat;
}

.sv-works_commercial {
  background: url(../img/sv/sv--works_commercial.png) center center/cover no-repeat;
}

.sv-works_resident {
  background: url(../img/sv/sv--works_resident.png) center center/cover no-repeat;
}

.sv-works_city {
  background: url(../img/sv/sv--works_city.png) center center/cover no-repeat;
}

.sv-works_other {
  background: url(../img/sv/sv--works_other.png) center center/cover no-repeat;
}

.sv-recruit {
  background: url(../img/sv/sv--recruit.png) center center/cover no-repeat;
}

.sv-press {
  background: url(../img/sv/sv--press.png) center center/cover no-repeat;
}

.sv-company {
  background: url(../img/sv/sv--company.png) center center/cover no-repeat;
}

.sv-notfound {
  background: url(../img/sv/sv--notfound.png) center center/cover no-repeat;
}

.sv-contact {
  background: url(../img/sv/sv--contact.png) center center/cover no-repeat;
}

.sv-complete {
  background: url(../img/sv/sv--complete.png) center center/cover no-repeat;
}

.sv-news {
  background: url(../img/sv/sv--news.png) center center/cover no-repeat;
}

.sv-site {
  background: url(../img/sv/sv--site.png) center center/cover no-repeat;
}

.sv-privacy {
  background: url(../img/sv/sv--privacy.png) center center/cover no-repeat;
}

/* TOP
=================================================================================*/
.section-wrap-01 {
  overflow: hidden;
}

/* TOP-concept
----------------------------------------------------*/
#top--concept {
  background: url(../img/common/illust__house_01_02.png) right top/76vw no-repeat, url(../img/common/separate__wave_01.png) center bottom/100% auto no-repeat;
}
#top--concept .inbox {
  position: relative;
  padding: 18vw 0 8vw;
}
#top--concept .inbox .ttl03 {
  position: relative;
  margin-bottom: 5vw;
}
#top--concept .inbox .ttl03 .en {
  position: relative;
}
#top--concept .inbox .top--concept--text {
  z-index: 0;
  position: relative;
  padding: 5vw;
  width: fit-content;
  margin-left: auto;
  padding-bottom: 21vw;
}
#top--concept .inbox .top--concept--text p br {
  display: none;
}
#top--concept .inbox .top--concept--text::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/pattern__texture_01.jpg) repeat;
  width: 130%;
  height: 100%;
  right: -30%;
  top: 50%;
  translate: 0 -50%;
  border-radius: 2vw;
}
#top--concept .inbox .top--concept--movie {
  position: relative;
  margin: 0 auto;
  width: 110%;
  height: 57vw;
  margin-left: -10%;
  margin-top: -15vw;
  border-radius: 2vw;
}
#top--concept .inbox .top--concept--movie video{
  width: 100%;
  height: 100%;
  border-radius: 2vw;
}

/* TOP-service
----------------------------------------------------*/
#top--service {
  position: relative;
  z-index: 0;
  background: url(../img/common/illust__house_01_04.png) right 0vw top 7vw/48vw no-repeat, url(../img/common/pattern__texture_01.jpg) repeat;
}
#top--service .inbox {
  padding: 8vw 0 18vw;
}
#top--service .inbox .ttl03 {
  margin: 0 auto;
  margin-bottom: 73vw;
}
#top--service .inbox .ttl03 .en {
  text-align: center;
}
#top--service .inbox .ttl03 .en::before {
  display: none;
}
#top--service .inbox .top--service--images-item {
  position: absolute;
}
#top--service .inbox .top--service--images-item:nth-of-type(1) {
  width: 90%;
  left: 10%;
  top: 43vw;
  right: 0vw;
  overflow: hidden;
  height: 45vw;
  border-radius: 1.2vw;
}
#top--service .inbox .top--service--images-item:nth-of-type(1) img {
  border-radius: 1.2vw;
}
#top--service .inbox .top--service--images-item:nth-of-type(2) {
  left: 4vw;
  top: 24vw;
  width: 32vw;
  border-radius: 1.2vw;
}
#top--service .inbox .top--service--images-item:nth-of-type(2) img {
  border-radius: 1.2vw;
}
#top--service .inbox .top--service--list {
  width: 100%;
  gap: 6vw;
}
#top--service .inbox .top--service--list-item {
  width: calc((100% - 6vw) / 2);
}
#top--service .inbox .top--service--list-item .item--ttl {
  flex-grow: 1;
  margin-bottom: 2vw;
}
#top--service .inbox .top--service--list-item .item--ttl .num {
  margin-bottom: 1vw;
}
#top--service .inbox .top--service--list-item .item--ttl .num img {
  height: 6vw;
}
#top--service .inbox .top--service--list-item .item--ttl .ja {
  margin-left: 3vw;
  font-size: 4.4vw;
  line-height: 1.4;
}
#top--service .inbox .top--service--list-item .item--btn {
  position: relative;
  margin-left: 3vw;
  text-align: end;
}
#top--service .inbox .top--service--list-item .item--btn span {
  position: relative;
  font-size: 3.5vw;
  font-family: var(--fot--Jost);
  color: var(--col--acc-01);
  line-height: 1.6;
}
#top--service .inbox .top--service--list-item .item--btn span::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  translate: 0 -50%;
  right: 4vw;
}
#top--service .inbox .top--service--list-item .item--btn::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-04);
  width: 2vw;
  right: 14vw;
  bottom: 3.3vw;
  transform: rotate(45deg);
}
#top--service .inbox .top--service--list-item .item--btn::before {
  content: "";
  position: absolute;
  border-bottom: 1px dashed var(--col--main-04);
  top: 50%;
  left: 0;
  width: 60%;
  translate: 0 -50%;
}

/* TOP-recruit
----------------------------------------------------*/
#top--recruit {
  background: url(../img/common/bg_img__01.png) center center/cover no-repeat;
}
#top--recruit .inbox .top--recruit--wrap {
  position: relative;
  padding: 5vw;
  border: 1px solid #fff;
  border-radius: 1.4vw;
}
#top--recruit .inbox .top--recruit--wrap .ttl03 {
  margin: 0 auto;
  margin-bottom: 5vw;
}
#top--recruit .inbox .top--recruit--wrap .ttl03 .ja {
  color: #fff;
}
#top--recruit .inbox .top--recruit--wrap .ttl03 .en {
  color: #fff;
  text-align: center;
}
#top--recruit .inbox .top--recruit--wrap .ttl03 .en::before {
  display: none;
}
#top--recruit .inbox .top--recruit--wrap .top--recruit--text {
  width: 100%;
  margin-left: auto;
  margin-bottom: 5vw;
}
#top--recruit .inbox .top--recruit--wrap .top--recruit--text p {
  color: #fff;
}
#top--recruit .inbox .top--recruit--wrap .top--recruit--text p br {
  display: none;
}
#top--recruit .inbox .top--recruit--wrap .top--recruit--links {
  gap: 3vw;
  flex-direction: column;
}
#top--recruit .inbox .top--recruit--wrap .top--recruit--links-item {
  width: 100%;
  height: 100%;
}
/* TOP-recruit
----------------------------------------------------*/
#top--sub_page {
  background: url(../img/common/illust__house_01_05.png) left bottom 0vw/70vw no-repeat;
}
#top--sub_page .inbox {
  gap: 12vw;
  flex-direction: column;
}
#top--sub_page .inbox .top--sub_page--item {
  width: 90%;
  height: 42vw;
  box-shadow: 5vw 3vw 0 0 rgba(82, 85, 97, 0.08);
  border-radius: 10px;
}
#top--sub_page .inbox .top--sub_page--item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#top--sub_page .inbox .top--sub_page--item a .ttl03 .ja {
  position: absolute;
  background: url(../img/common/top__sub_page__border_img_01.png) center center/contain no-repeat;
  width: 38vw;
  height: 38vw;
  right: -9vw;
  bottom: 2vw;
  font-size: 4.3vw;
  color: #fff;
}
#top--sub_page .inbox .top--sub_page--item a .ttl03 .en {
  position: absolute;
  top: 2vw;
  left: 2vw;
}
#top--sub_page .inbox .top--sub_page--item a .ttl03 .en img {
  height: 13vw;
}
#top--sub_page .inbox .top--sub_page--press a {
  background: url(../img/top/top__sub_page__press__bg_img_01.png) center center/cover no-repeat;
}
#top--sub_page .inbox .top--sub_page--company a {
  background: url(../img/top/top__sub_page__company__bg_img_01.png) center center/cover no-repeat;
}

/* TOP-recruit
----------------------------------------------------*/
#top--swiper {
  overflow: hidden;
  position: relative;
}
#top--swiper .inbox {
  padding: 10vw 0;
  width: 97%;
}
#top--swiper .inbox::before {
  content: "";
  position: absolute;
  background: url(../img/common/pattern__texture_01.jpg) repeat;
  width: 100%;
  height: 20vw;
  left: -20vw;
  top: 0;
}
#top--swiper .inbox .swiper-container {
  position: relative;
  width: 100%;
}
#top--swiper .inbox .swiper-container .swiper-wrapper .swiper-slide {
  width: 30vw !important;
  height: 30vw;
  border-radius: 1.4vw;
}
#top--swiper .inbox .swiper-button-next,
#top--swiper .inbox .swiper-container-rtl .swiper-button-prev {
  background: url(../img/common/icon__arrow_02_02.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  right: -3vw;
  top: 60%;
  translate: 0 -50%;
}
#top--swiper .inbox .swiper-button-prev,
#top--swiper .inbox .swiper-container-rtl .swiper-button-next {
  background: url(../img/common/icon__arrow_02_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  left: -3vw;
  top: 60%;
  translate: 0 -50%;
}

/* TOP-NEWS お知らせ
----------------------------------------------------*/
#top--latest {
  position: relative;
  z-index: 0;
}
#top--latest::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  translate: -50% 0;
  background: url(../img/common/illust__house_01_05.png) left bottom/72vw no-repeat, url(../img/common/pattern__texture_01.jpg) repeat;
}
#top--latest .inbox {
  position: relative;
  padding: 10vw 0;
}

.top--latest-common {
  position: relative;
  margin-bottom: 8vw;
}
.top--latest-common:last-child{
  margin-bottom: 0;
}
.top--latest-common .ttl03 {
  position: relative;
  margin-bottom: 6vw;
}
.top--latest-common .ttl03 .en::before {
  width: 40%;
}
.top--latest-common .top--news--post-wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-bottom: 7vw;
}
.top--latest-common .top--news--post {
  padding-bottom: 5vw;
  border-bottom: 1px dashed var(--col--main-04);
  margin-bottom: 5vw;
}
.top--latest-common .top--news--post-ttl {
  order: 3;
  width: 100%;
  font-weight: 700;
  font-size: 3.6vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top--latest-common .top--news--post-time {
  order: 1;
  width: fit-content;
  color: var(--col--main-03);
  font-weight: 700;
  margin-bottom: 2vw;
  font-size: 3.6vw;
}
.top--latest-common .top--news--post-tags {
  gap: 5px;
  order: 2;
  width: 100%;
  margin-bottom: 2vw;
}
.top--latest-common .top--news--post-tags li {
  padding: 1vw 3vw;
  border-radius: 5vw;
  background: var(--col--main-01);
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
}


/* footer
=================================================================================*/
#footer {
  background: url(../img/common/illust__house_01_06.png) right bottom/62vw no-repeat;
}
#footer .inbox {
  flex-direction: column;
  padding: 10vw 0;
}
#footer .inbox .ft--left {
  width: 100%;
}
#footer .inbox .ft--logo {
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-bottom: 4vw;
  width: 27vw;
}
#footer .inbox .com--tel {
  margin: 0 auto;
  margin-bottom: 4vw;
}
#footer .inbox .ft--contact {
  gap: 30px;
  margin-bottom: 6vw;
}
#footer .inbox .ft--contact .com--contact-01 {
  margin: 0 auto;
  width: 90%;
}
#footer .inbox .ft--contact .com--contact-01 a {
  border-radius: 5px;
}
#footer .inbox #copyright {
  text-align: center;
  font-size: 3vw;
  font-weight: 500;
  color: var(--col--main-03);
}
#footer .inbox .ft--right {
  width: 100%;
}
#footer .inbox .ft--nav-list {
  display: none;
}

/* 下層
=================================================================================*/
/* 下層-common
----------------------------------------------------*/
.common--works {
  background: url(../img/common/separate__wave_01.png) center bottom/100% auto no-repeat;
}
.common--works .inbox .common--works--post-wrap {
  width: 100%;
  gap: 5vw;
}
.common--works .inbox .common--works--post {
  width: calc((100% - 5vw) / 2);
}
.common--works .inbox .common--works--post .post--img {
  width: 100%;
  height: 40vw;
  margin-bottom: 2.4vw;
  border-radius: 1.5vw;
}
.common--works .inbox .common--works--post .post--ttl {
  width: 100%;
  padding-bottom: 2.4vw;
  border-bottom: 1px dashed var(--col--main-04);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common--history {
  background: url(../img/common/pattern__texture_01.jpg) repeat;
}
.common--history .inbox .common--history--wrap {
  padding: 2vw;
  background: #fff;
  border-radius: 2vw;
}
.common--history .inbox .common--history--list {
  overflow-y: scroll;
  width: 100%;
  height: 100vw;
  padding: 5vw;
}
.common--history .inbox .common--history--list-item {
  margin-bottom: 4.2vw;
  flex-wrap: wrap;
}
.common--history .inbox .common--history--list-item dt {
  font-size: 6.4vw;
  color: var(--col--main-04);
  margin-bottom: 2vw;
}
.common--history .inbox .common--history--list-item dd {
  width: 100%;
  text-align: left;
  padding-bottom: 2vw;
  line-height: 1.8;
  border-bottom: 1px dashed var(--col--main-04);
}
.common--history .inbox .common--history--list-item dd a{
  color: var(--col--main-03);
  border-bottom: 1px dashed var(--col--main-03);
}


.common--history--swaipe{
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4vw;
  position: relative;
  padding-left: 1vw;
  margin-bottom: 6vw;
  margin-left: 8vw;
}
.common--history--swaipe::before{
  position: absolute;
  content: "";
  translate: -100% -50%;
  top: 55%;
  left: 0;
  background: url(../img/common/icon__swipe_01.png)center center / contain no-repeat;
  width: 6.4vw;
  height: 6.4vw;
}


.works--in-post .inbox .ttl03 {
  width: 100%;
  padding-bottom: 2.4vw;
  border-bottom: 1px dashed var(--col--main-04);
  margin-bottom: 7vw;
}
.works--in-post .inbox .ttl03 span {
  font-size: 5.2vw;
  line-height: 1.6;
}
.works--in-post .inbox .post--images {
  margin-bottom: 6vw;
  gap: 5vw;
  flex-wrap: wrap;
}
.works--in-post .inbox .post--images .post--images-img {
  width: 100%;
  height: 64vw;
  border-radius: 2vw;
}
.works--in-post .inbox .post--images .post--images-list {
  overflow-y: scroll;
  width: 100%;
  height: 78vw;
  padding: 5vw;
  background: #d9d9d9;
  gap: 5vw;
  border-radius: 2vw;
  align-content: start;
}
.works--in-post .inbox .post--images .post--images-list-item {
  width: calc((100% - 5vw) / 2);
  height: 32vw;
  border-radius: 2vw;
}
.works--in-post .inbox .post--list {
  margin-bottom: 20px;
}
.works--in-post .inbox .post--list-item {
  gap: 3vw;
  padding-bottom: 2vw;
  border-bottom: 1px dashed var(--col--main-04);
  margin-bottom: 2vw;
  line-height: 1.4;
}
.works--in-post .inbox .post--list-item dt {
  border-radius: 4vw;
  font-size: 3.6vw;
  background: var(--col--main-03);
  min-width: 23vw;
  width: fit-content;
  height: fit-content;
  padding: 0.6vw;
  color: #fff;
}
.works--in-post .inbox .post--list-item dd {
  font-size: 3.6vw;
  width: 100%;
  margin-top: 1vw;
}
.works--in-post .inbox .post--comment {
  padding: 5vw;
  background: url(../img/common/pattern__texture_01.jpg) repeat;
  border-radius: 2vw;
}
.works--in-post .inbox .com--btn-01 {
  margin: 0 auto;
  margin-top: 5vw;
}

#works_business--history {
  background: url(../img/works_business/works_business__bg_img_01.png) left top/62vw no-repeat, url(../img/common/illust__house_01_13.png) right bottom/62vw no-repeat, url(../img/common/pattern__texture_01.jpg) repeat;
}

#works_public--history {
  background: url(../img/works_public/works_public__bg_img_01.png) left top/62vw no-repeat, url(../img/common/illust__house_01_13.png) right bottom/62vw no-repeat, url(../img/common/pattern__texture_01.jpg) repeat;
}

#works_commercial--history {
  background: url(../img/works_commercial/works_commercial__bg_img_01.png) left top/62vw no-repeat, url(../img/common/illust__house_01_13.png) right bottom/62vw no-repeat, url(../img/common/pattern__texture_01.jpg) repeat;
}

#works_resident--history {
  background: url(../img/works_resident/works_resident__bg_img_01.png) left top/62vw no-repeat, url(../img/common/illust__house_01_13.png) right bottom/62vw no-repeat, url(../img/common/pattern__texture_01.jpg) repeat;
}

#works_city--history {
  background: url(../img/works_city/works_city__bg_img_01.png) left top/62vw no-repeat, url(../img/common/illust__house_01_13.png) right bottom/62vw no-repeat, url(../img/common/pattern__texture_01.jpg) repeat;
}

#works_other--history {
  background: url(../img/works_other/works_other__bg_img_01.png) left top/62vw no-repeat, url(../img/common/illust__house_01_13.png) right bottom/62vw no-repeat, url(../img/common/pattern__texture_01.jpg) repeat;
}

/* 下層-recruit
----------------------------------------------------*/
#recruit--design {
  overflow: hidden;
  background: url(../img/common/illust__house_01_12.png) right bottom/67vw no-repeat, url(../img/common/illust__house_01_11.png) left top/67vw no-repeat;
}
#recruit--design .inbox .recruit--design--text {
  background: url(../img/common/pattern__texture_01.jpg);
  padding: 6vw;
  border-radius: 2vw;
}
#recruit--point {
  overflow: hidden;
}
#recruit--point .recruit--point--feature {
  width: 100%;
  gap: 8vw 6vw;
  justify-content: center;
}
#recruit--point .recruit--point--feature-item {
  width: calc((100% - 6vw) / 2);
}
#recruit--point .recruit--point--feature-item .item--ttl {
  padding-bottom: 3vw;
  border-bottom: 1px dashed var(--col--main-04);
  margin-bottom: 3vw;
}
#recruit--point .recruit--point--feature-item .item--ttl .icon {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
#recruit--point .recruit--point--feature-item .item--ttl .icon::before {
  background: url(../img/common/list_num_02__01.png) center center/contain no-repeat;
  width: 11vw;
  height: 11vw;
}
#recruit--point .recruit--point--feature-item .item--ttl .ja {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  font-size: 4.2vw;
  line-height: 1.6;
}
#recruit--point .recruit--point--feature-item .item--text p {
  font-size: 3.8vw;
  line-height: 2;
}
#recruit--point .recruit--point--feature-item:nth-of-type(1) {
  position: relative;
}
#recruit--point .recruit--point--feature-item:nth-of-type(1) .item--ttl .icon {
  position: relative;
}
#recruit--point .recruit--point--feature-item:nth-of-type(1) .item--ttl .icon::before {
  content: "";
  position: absolute;
  background: url(../img/common/list_num_02__01.png) center center/contain no-repeat;
  left: 0;
  top: 0;
}
#recruit--point .recruit--point--feature-item:nth-of-type(2) {
  position: relative;
}
#recruit--point .recruit--point--feature-item:nth-of-type(2) .item--ttl .icon {
  position: relative;
}
#recruit--point .recruit--point--feature-item:nth-of-type(2) .item--ttl .icon::before {
  content: "";
  position: absolute;
  background: url(../img/common/list_num_02__02.png) center center/contain no-repeat;
  left: 0;
  top: 0;
}
#recruit--point .recruit--point--feature-item:nth-of-type(3) {
  position: relative;
}
#recruit--point .recruit--point--feature-item:nth-of-type(3) .item--ttl .icon {
  position: relative;
}
#recruit--point .recruit--point--feature-item:nth-of-type(3) .item--ttl .icon::before {
  content: "";
  position: absolute;
  background: url(../img/common/list_num_02__03.png) center center/contain no-repeat;
  left: 0;
  top: 0;
}

#recruit--person {
  overflow: hidden;
  position: relative;
  background: url(../img/common/illust__house_01_10.png) left top/70vw no-repeat;
}
#recruit--person::before {
  content: "";
  position: absolute;
  background: url(../img/recruit/recruit__point__img_01.jpg) center center/contain no-repeat;
  width: 150%;
  height: 53vw;
  top: 37vw;
  left: 50%;
  translate: -50% 0;
}
#recruit--person .inbox {
  padding: 18vw 0 9vw;
}
#recruit--person .inbox .ttl03 {
  margin-bottom: 63vw;
}
#recruit--person .inbox .recruit--person--list {
  position: relative;
  width: 100%;
  gap: 3vw;
}
#recruit--person .inbox .recruit--person--list-item {
  background: url(../img/common/pattern__texture_01.jpg);
  width: 100%;
  border-radius: 30px;
  padding: 5vw;
  padding-left: 10vw;
  font-size: 4.2vw;
}
#recruit--person .inbox .recruit--person--list-item span {
  position: relative;
  padding-left: 2vw;
}
#recruit--person .inbox .recruit--person--list-item span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__check_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  top: 50%;
  translate: -100% -50%;
  left: 0;
}

#recruit--flow {
  background: url(../img/common/separate__wave_01.png) bottom center no-repeat;
}
#recruit--flow .inbox {
  position: relative;
  z-index: 0;
  padding: 9vw 0 9vw;
}
#recruit--flow .inbox .ttl03 {
  margin-bottom: 5vw;
}
#recruit--flow .inbox .recruit--flow--text {
  width: 100%;
  margin: 0 auto;
  padding: 5vw;
  margin-bottom: 7vw;
}
#recruit--flow .inbox .recruit--flow--list {
  width: 100%;
  gap: 5vw;
  position: relative;
}
#recruit--flow .inbox .recruit--flow--list::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 70%;
  background: rgba(188, 195, 200, 0.3);
  height: 10vw;
  top: 50%;
  translate: 0 -50%;
}
#recruit--flow .inbox .recruit--flow--list-item {
  width: 15vw;
  height: 40vw;
  border-radius: 2vw;
  border: 2px solid rgba(160, 169, 177, 0.3);
  background: #fff;
}
#recruit--flow .inbox .recruit--flow--list-item span {
  writing-mode: vertical-rl;
  font-size: 4.6vw;
}

#recruit--career {
  overflow: hidden;
  background: url(../img/common/pattern__texture_01.jpg);
}
#recruit--career .inbox {
  padding: 9vw 0 18vw;
}
#recruit--career .inbox .ttl03 {
  margin-bottom: 8vw;
}
#recruit--career .inbox .recruit--career--list-wrap {
  overflow-x: scroll;
  margin-bottom: 8vw;
  padding: 5vw 3vw;
  border: 3px solid #fff;
  border-radius: 2vw;
}
#recruit--career .inbox .recruit--career--list {
  position: relative;
  width: 290%;
  gap: 6vw;
  margin-bottom: 41vw;
}
#recruit--career .inbox .recruit--career--list::before {
  content: "";
  position: absolute;
  background: url(../img/recruit/recruit__career__list_img_01.png) center center/contain no-repeat;
  width: 100%;
  height: 48vw;
  top: 35vw;
}
#recruit--career .inbox .recruit--career--list-item {
  position: relative;
  height: fit-content;
}
#recruit--career .inbox .recruit--career--list-item::before {
  content: "";
  position: absolute;
  background: url(../img/recruit/recruit__career__list_deco_02.png) center center/contain no-repeat;
  width: 7vw;
  height: 20vw;
  left: 50%;
  top: 7vw;
  translate: -50% 100%;
}
#recruit--career .inbox .recruit--career--list-item .item--ttl {
  font-size: 5.4vw;
  color: var(--col--acc-01);
  text-align: center;
  margin-bottom: 3vw;
}
#recruit--career .inbox .recruit--career--list-item .item--text {
  text-align: center;
  line-height: 1.8;
}
#recruit--career .inbox .recruit--career--list-item:nth-of-type(1) {
  margin-top: 28vw;
}
#recruit--career .inbox .recruit--career--list-item:nth-of-type(2) {
  margin-top: 14vw;
}
#recruit--career .inbox .recruit--career--list-item:nth-of-type(3) {
  margin-top: 0;
}
#recruit--career .inbox .recruit--career--text {
  padding: 5vw;
  background: #fff;
  border-radius: 2vw;
}
#recruit--career .inbox .recruit--career--swaipe{
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4vw;
  position: relative;
  padding-left: 1vw;
  margin-bottom: 6vw;
  margin-left: 8vw;
}
#recruit--career .inbox .recruit--career--swaipe::before{
  position: absolute;
  content: "";
  translate: -100% -50%;
  top: 55%;
  left: 0;
  background: url(../img/common/icon__swipe_02.png)center center / contain no-repeat;
  width: 6.4vw;
  height: 6.4vw;
}


#recruit--recruit_site {
  overflow: hidden;
  background: url(../img/common/bg_img__02.png) center center/cover no-repeat;
}
#recruit--recruit_site .inbox .recruit_site--wrap {
  margin: 0 auto;
  background: rgba(82, 85, 97, 0.2);
  border: 1px solid #fff;
  padding: 6.4vw;
  width: 100%;
  border-radius: 2vw;
}
#recruit--recruit_site .inbox .recruit_site--wrap p {
  text-align: center;
  font-size: 4.2vw;
  color: #fff;
  margin-bottom: 4.2vw;
  line-height: 1.8;
}
#recruit--recruit_site .inbox .recruit_site--wrap p .str-01 {
  color: var(--col--main-01);
  padding: 1vw 2vw;
  background: #fff;
  margin: 0 1vw;
}
#recruit--recruit_site .inbox .recruit_site--wrap .com--btn-01 {
  margin: 0 auto;
}

/* 下層-press
----------------------------------------------------*/
#press--info {
  background: url(../img/common/illust__house_01_09.png) left bottom/72vw no-repeat;
}
#press--info .inbox .press--info--post-wrap {
  width: 100%;
  gap: 8vw 5vw;
  margin-bottom: 18vw;
}
#press--info .inbox .press--info--post {
  width: calc((100% - 5vw) / 2);
}
#press--info .inbox .press--info--post .post--ttl {
  order: 3;
  padding-bottom: 1.8vw;
  border-bottom: 1px dashed var(--col--main-04);
}
#press--info .inbox .press--info--post .post--ttl span {
  font-size: 3.6vw;
  line-height: 1.4;
}
#press--info .inbox .press--info--post .post--img {
  order: 2;
  width: 100%;
  height: 50vw;
  margin-bottom: 2vw;
}
#press--info .inbox .press--info--post .post--date {
  order: 1;
  width: fit-content;
  display: block;
  margin-left: auto;
  color: var(--col--main-04);
  margin-bottom: 1vw;
  font-size: 3.5vw;
}

/* 下層-company
----------------------------------------------------*/
#company--prof {
  background: url(../img/common/separate__wave_01.png) center bottom/100% auto no-repeat, url(../img/common/illust__house_01_04.png) right top 35vw/69vw no-repeat;
  overflow: hidden;
}
#company--prof .inbox .ttl03 {
  margin-bottom: 21vw;
}
#company--prof .inbox .company--prof--greeting {
  z-index: 0;
  position: relative;
  margin-bottom: 12vw;
}
#company--prof .inbox .company--prof--greeting .cont--img {
  width: 64%;
  margin-bottom: 5vw;
}
#company--prof .inbox .company--prof--greeting .cont--text {
  position: relative;
  width: 100%;
  margin-left: auto;
  padding-right: 0;
}
#company--prof .inbox .company--prof--greeting .cont--text::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 120%;
  height: 80%;
  background: url(../img/common/pattern__texture_01.jpg) repeat;
  right: -35%;
  top: -36vw;
}
#company--prof .inbox .company--prof--greeting .cont--text-ttl {
  padding-bottom: 3vw;
  border-bottom: 1px dashed var(--col--main-04);
  margin-bottom: 2.8vw;
}
#company--prof .inbox .company--prof--greeting .cont--text-ttl span {
  font-size: 5.4vw;
  color: var(--col--main-04);
}
#company--prof .inbox .company--prof--info {
  gap: 7vw;
}
#company--prof .inbox .company--prof--info .cont--common .cont--common-ttl {
  position: relative;
  padding-bottom: 3vw;
  border-bottom: 1px dashed var(--col--main-04);
  margin-bottom: 3vw;
  padding-left: 4vw;
}
#company--prof .inbox .company--prof--info .cont--common .cont--common-ttl::before {
  content: "";
  position: absolute;
  border-left: 1vw solid var(--col--acc-01);
  border-radius: 5px;
  height: 66%;
  left: 0;
  top: 0.2vw;
}
#company--prof .inbox .company--prof--info .cont--common .cont--common-ttl span {
  font-size: 5.2vw;
  color: var(--col--main-04);
}
#company--prof .inbox .company--prof--info .cont--common .cont--common-text {
  font-size: 3.6vw;
  line-height: 1.8;
}
#company--prof .inbox .company--prof--info .cont--bio {
  width: 100%;
}
#company--prof .inbox .company--prof--info .cont--license {
  width: 100%;
}
#company--prof .inbox .company--prof--info .cont--group {
  width: 100%;
}

#company--staff {
  background: url(../img/common/illust__house_01_03.png) left top/52vw no-repeat, url(../img/common/pattern__texture_01.jpg);
}
#company--staff .inbox .company--staff--post-wrap {
  gap: 7vw 5vw;
}
#company--staff .inbox .company--staff--post {
  position: relative;
  padding: 5vw;
  width: 100%;
  background: #fff;
  border-radius: 2vw;
}
#company--staff .inbox .company--staff--post .post--ttl {
  padding-bottom: 2vw;
  border-bottom: 1px dashed var(--col--main-04);
  margin-bottom: 4vw;
}
#company--staff .inbox .company--staff--post .post--ttl span {
  font-size: 4.4vw;
  line-height: 1.3;
}
#company--staff .inbox .company--staff--post .post--img {
  border-radius: 2vw;
  margin: 0 auto;
  width: 100%;
  height: 69vw;
  margin-bottom: 3vw;
}
#company--staff .inbox .company--staff--post .post--role {
  margin-bottom: 3vw;
  min-height: 9vw;
  border: 1px solid var(--col--main-04);
  border-radius: 2vw;
  padding: 4vw;
}
#company--staff .inbox .company--staff--post .post--role dt {
  color: #fff;
  width: 100%;
  border-radius: 5vw;
  background: var(--col--main-03);
  padding: 1vw 0;
  text-align: center;
  margin-bottom: 2vw;
}
#company--staff .inbox .company--staff--post .post--role dd {
  color: var(--col--main-03);
  line-height: 1.4;
  font-size: 3.6vw;
}
#company--staff .inbox .company--staff--post .post--text p {
  font-size: 3.6vw;
  line-height: 1.5;
}

.com--table-01 {
  width: 100%;
}
.com--table-01 tr th,
.com--table-01 tr td {
  line-height: 1.5;
  font-size: 3.4vw;
  padding: 3.5vw 1.5vw;
}
.com--table-01 tr th {
  text-align: center;
  width: 30%;
  vertical-align: middle;
  border-bottom: 1px solid var(--col--acc-01);
}
.com--table-01 tr td {
  text-align: start;
  width: 70%;
  border-bottom: 1px solid var(--col--main-04);
}

#company--info .company--info--map {
  width: 100%;
  height: 52vw;
}
#company--info .company--info--map iframe {
  width: 100%;
  height: 100%;
}

/* 共通ページ
=================================================================================*/
/* 共通ページ 共通項目
----------------------------------------------------*/
/* 共通 */
#contents-u,
#contact {
  background: url(../img/common/illust__house_01_07.png) left top/72vw no-repeat;
}
#contents-u .ttl01,
#contact .ttl01 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
}
#contents-u .ttl01 .ja,
#contact .ttl01 .ja {
  display: block;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: 7vw;
  margin-bottom: 2.6vw;
}
#contents-u .ttl01 .en,
#contact .ttl01 .en {
  display: none;
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.2vw;
  font-family: var(--fot--Jost);
  color: var(--col--main-04);
}
#contents-u .ttl01 .en::before,
#contact .ttl01 .en::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: -100% -50%;
  left: -2vw;
  width: 4vw;
  border-bottom: 1px solid var(--col--main-04);
}
#contents-u .ttl01 .en::after,
#contact .ttl01 .en::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 100% -50%;
  right: -2vw;
  width: 4vw;
  border-bottom: 1px solid var(--col--main-04);
}

/* お問い合わせ完了 */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.7;
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/* ページが見つかりません */
#contents-u.notfound {
  text-align: center;
  line-height: 1.6;
}
#contents-u.notfound a {
  color: var(--col--main-01);
}

/* プライバシーポリシー */
#contents-u.privacy .ttl02 {
  position: relative;
  font-size: 24px;
  color: var(--col--main-01);
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.6;
}
#contents-u.privacy .ttl02::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--col--main-01);
  width: fit-content;
  height: 100%;
  left: 0;
}
#contents-u.privacy p {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.75;
}
#contents-u.privacy ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
#contents-u.privacy ul li {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .ttl02 {
    position: relative;
    font-size: 4.6vw;
    color: var(--col--main-01);
    padding-left: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.6;
  }
  #contents-u.privacy .ttl02::before {
    content: "";
    position: absolute;
    border-left: 2px solid var(--col--main-01);
    width: fit-content;
    height: 100%;
    left: 0;
  }
  #contents-u.privacy p {
    font-size: 4vw;
    font-weight: 400;
    line-height: 2;
  }
  #contents-u.privacy ul {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  #contents-u.privacy ul li {
    font-size: 4vw;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 5px;
  }
}

/* お問い合わせ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 4vw;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 4vw;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お知らせ一覧
----------------------------------------------------*/
#contents-u.post .news--post {
  padding-bottom: 5vw;
  border-bottom: 1px dashed var(--col--main-04);
  margin-bottom: 5vw;
}
#contents-u.post .news--post-ttl {
  order: 3;
  width: 100%;
  font-weight: 700;
  font-size: 3.6vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#contents-u.post .news--post-time {
  order: 1;
  width: fit-content;
  color: var(--col--main-03);
  font-weight: 700;
  margin-bottom: 2vw;
  font-size: 3.6vw;
}
#contents-u.post .news--post-tags {
  gap: 5px;
  order: 2;
  width: 100%;
  margin-bottom: 2vw;
}
#contents-u.post .news--post-tags li {
  padding: 1vw 3vw;
  border-radius: 5vw;
  background: var(--col--main-01);
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
}

.tag-select-box {
  border: unset;
}
.tag-select-box #tag-select {
  border-bottom: unset;
  background: #fff;
  font-size: 13px;
}

/* お知らせ個別記事
----------------------------------------------------*/
#contents-u.s-post .inbox #s-post .s-post-taglist {
  gap: 1vw 3vw;
}
#contents-u.s-post .inbox #s-post .s-post-taglist .tag-name {
  padding: 1vw 3vw;
  border-radius: 5vw;
  background: var(--col--main-01);
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
}
#contents-u.s-post .inbox #s-post .s-post-ttl {
  margin: unset;
  position: relative;
  font-size: 24px;
  color: var(--col--main-01);
  padding-left: 13px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
#contents-u.s-post .inbox #s-post .s-post-ttl::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--col--main-01);
  width: fit-content;
  height: 100%;
  left: 0;
}
#contents-u.s-post .inbox #s-post .post-txt .sb-post-body p {
  font-size: 4vw;
  line-height: 1.9;
}
#contents-u.s-post .inbox #s-post .post-txt .s-time-tag {
  margin-top: 50px;
}
#contents-u.s-post .page-btn :is(.left, .text-c, .right) a {
  font-size: 14px;
  color: var(--col--main-01);
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .page-btn :is(.left, .text-c, .right) a {
    font-size: 3.4vw;
  }
}
#contents-u.s-post .page-btn .text-c {
  text-align: center;
}





lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}





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