@charset "UTF-8";
:root {
  --col--main-01: #ea9a97;
  --col--acc-01: #edaf59;
  --col--acc-02: #a2c632;
  --col--acc-03: #494387;
  --col--base-01: #fff;
  --col--base-02: #fffaf2;
  --col--base-03: #f8f7ef;
  --col--txt-01: #442800;
  --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-Zen-maru: "Zen Maru Gothic", "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: relative;
  margin: 0 auto;
  padding: 20px 0 20px;
}
#bread-clumb .inbox {
  padding: 0;
}
#bread-clumb li {
  position: relative;
  color: var(--col--txt-01);
  font-size: 14px;
  float: left;
  margin-right: 30px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -20px;
  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);
  transition: ease 0.12s;
}
#bread-clumb li a:hover {
  opacity: 0.5;
}

/*施工実績
=========================================================*/
#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;
}

/*お知らせ一覧
=========================================================*/
/*タグ一覧
----------------------------------------------------*/
.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.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-weight: bold;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}
ul.pagenation li.current {
  color: #fff;
  background: var(--col--main-01);
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid var(--col--main-01) 5px;
}
.page-btn .right a:before {
  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 {
  color: var(--col--txt-01);
}
#site-map ul li a:before {
  border-left: 8px solid var(--col--main-01);
}
#site-map ul li a:hover {
  color: var(--col--main-01);
}
#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: var(--col--main-01);
}

/*リキャプチャ---------------*/
.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;
}

a[href^="tel:"] {
  pointer-events: none;
}

.sp-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--times {
  width: fit-content;
  gap: 6px;
}
.com--times-item {
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fot-Zen-maru);
  gap: 20px;
}
.com--times-item dt {
  position: relative;
  width: fit-content;
  color: var(--col--main-01);
}
.com--times-item dt::before {
  color: var(--col--txt-01);
  content: "：";
  position: absolute;
  top: 50%;
  translate: 100% -50%;
  right: 0px;
}
.com--times-item dd {
  width: fit-content;
}

.com--contact {
  width: 160px;
  height: 40px;
  background: var(--col--main-01);
  border-radius: 25px;
  transition: ease 0.17s;
  border: 1px solid var(--col--main-01);
}
.com--contact span {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-left: 25px;
  transition: ease 0.17s;
}
.com--contact span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__mail_01.png) center center/contain no-repeat;
  width: 20px;
  height: 15px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.17s;
}
.com--contact:hover {
  width: 180px;
  background: #fff;
}
.com--contact:hover span {
  color: var(--col--main-01);
}
.com--contact:hover span::before {
  background: url(../img/common/icon__mail_02.png) center center/contain no-repeat;
}

.com--ttl03-01 {
  width: fit-content;
}
.com--ttl03-01 .ja {
  display: block;
  width: fit-content;
  font-family: var(--fot-Zen-maru);
  font-size: 40px;
  font-weight: 700;
}
.com--ttl03-01 .en {
  display: block;
  width: fit-content;
}

.com--ttl03-02 {
  z-index: 0;
  position: relative;
  text-align: center;
}
.com--ttl03-02::before {
  z-index: -1;
  content: "";
  position: relative;
  border-bottom: 2px dotted var(--col--txt-01);
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 100%;
}
.com--ttl03-02::after {
  z-index: -1;
  content: "";
  position: relative;
  border-bottom: 2px dotted var(--col--txt-01);
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 100%;
}
.com--ttl03-02 .ja {
  width: fit-content;
  white-space: nowrap;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--fot-Zen-maru);
  display: inline-block;
  padding: 2px 20px;
}

.com--btn-01 {
  position: relative;
  width: 200px;
  height: 50px;
  background: var(--col--main-01);
  border-radius: 25px;
  transition: ease 0.16s;
  border: 1px solid var(--col--main-01);
}
.com--btn-01::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow_01.png) center center/contain no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  translate: 0 -50%;
  right: 15px;
  transition: ease 0.16s;
}
.com--btn-01 span {
  font-size: 16px;
  color: #fff;
  transition: ease 0.16s;
}
.com--btn-01:hover {
  width: 210px;
  background: #fff;
}
.com--btn-01:hover span {
  color: var(--col--main-01);
}
.com--btn-01:hover::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow_02.png) center center/contain no-repeat;
  right: 10px;
}

.com--tel {
  width: fit-content;
}
.com--tel .tel-num {
  margin: 0 auto;
  width: fit-content;
  display: block;
}
.com--tel .tel-attention {
  margin: 0 auto;
  width: fit-content;
  display: block;
}

body {
  font-size: 18px;
  font-family: var(--fot--Noto-Sans);
  color: var(--col--txt-01);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.com--text-01 p {
  line-height: 2.2222222222;
  margin-bottom: 20px;
}
.com--text-01 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .com--text-01 p {
    line-height: 2;
    margin-bottom: 3.6vw;
  }
}

.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;
  }
}

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

/*グローバルヘッダー
=================================================================================*/
#header .hd--wrp {
  z-index: 5;
  top: 0;
  width: 100%;
  position: fixed;
  height: 150px;
  background: #fff;
}
#header .hd--wrp .hd--left {
  width: fit-content;
  margin-left: clamp(5px, 50vw - 650px  ,30px);
}
#header .hd--wrp .hd--ttl01 a {
  position: relative;
  transition: ease 0.17s;
}
#header .hd--wrp .hd--ttl01 a img{
  width: clamp(140px, 50vw - 500px, 250px);
}
#header .hd--wrp .hd--ttl01 a:hover {
  opacity: 0.5;
}
#header .hd--wrp .hd--right {
  width: fit-content;
  margin-right: 30px;
  min-width: 1100px;
}
#header .hd--wrp .hd--right .hd--cont {
  width: fit-content;
  margin-bottom: 20px;
}
#header .hd--wrp .hd--right .hd--cont .tel--common {
  width: fit-content;
  padding: 10px;
  font-family: var(--fot-Zen-maru);
  margin-right: 15px;
}
#header .hd--wrp .hd--right .hd--cont .tel--common dt {
  font-size: 15px;
  border-radius: 13px;
  color: #fff;
  padding: 5px 13px;
  margin-bottom: 5px;
}
#header .hd--wrp .hd--right .hd--cont .tel--common dd {
  font-weight: 500;
  font-size: 18px;
}
#header .hd--wrp .hd--right .hd--cont .tel--common dd small {
  font-size: 15px;
}
#header .hd--wrp .hd--right .hd--cont .tel--gosho {
  border: 1px solid var(--col--acc-02);
}
#header .hd--wrp .hd--right .hd--cont .tel--gosho dt {
  background: var(--col--acc-02);
}
#header .hd--wrp .hd--right .hd--cont .tel--yahata {
  border: 1px solid var(--col--acc-03);
}
#header .hd--wrp .hd--right .hd--cont .tel--yahata dt {
  background: var(--col--acc-03);
}
#header .hd--wrp .hd--right .hd--cont .tel--goi {
  border: 1px solid var(--col--acc-01);
}
#header .hd--wrp .hd--right .hd--cont .tel--goi dt {
  background: var(--col--acc-01);
}
#header .hd--wrp .hd--right .hd--cont .com--times {
  margin-right: 20px;
}
#header .hd--wrp .hd--right .hd--cont .com--contact {
  margin-right: 20px;
}
#header .hd--wrp .hd--right .hd--cont .hd--instagram {
  transition: ease 0.2s;
}
#header .hd--wrp .hd--right .hd--cont .hd--instagram:hover {
  opacity: 0.4;
}
#header .hd--wrp .hd--right #nav {
  width: fit-content;
}
#header .hd--wrp .hd--right #nav .nav--list {
  width: fit-content;
}
#header .hd--wrp .hd--right #nav .nav--list-item {
  position: relative;
  width: fit-content;
  margin-right: 20px;
  padding-right: 20px;
}
#header .hd--wrp .hd--right #nav .nav--list-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco__border_01.png) center center/contain no-repeat;
  width: 2px;
  height: 30px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .hd--wrp .hd--right #nav .nav--list-item:first-child::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco__border_01.png) center center/contain no-repeat;
  width: 2px;
  height: 30px;
  left: -20px;
  top: 50%;
  translate: -100% -50%;
}
#header .hd--wrp .hd--right #nav .nav--list-item:last-child {
  margin-right: unset;
  padding-right: unset;
}
#header .hd--wrp .hd--right #nav .nav--list-item:last-child::before {
  display: none;
}
#header .hd--wrp .hd--right #nav .nav--list-item a {
  transition: ease 0.12s;
  padding-bottom: 2px;
  border-bottom: 1px dashed rgba(234, 154, 151, 0);
}
#header .hd--wrp .hd--right #nav .nav--list-item a:hover {
  color: var(--col--main-01);
  border-bottom: 1px dashed rgba(234, 154, 151, 0.4);
}

#mv {
  margin-top: 150px;
  background: var(--col--base-03);
  position: relative;
  width: 100%;
  height: 780px;
}
#mv .swiper-wrapper .swiper-slide {
  text-align: center;
}
#mv .swiper-wrapper .swiper-slide img {
  border-radius: 20px;
}
#mv .mv-catch {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

#sv {
  margin-top: 150px;
  width: 100%;
  height: 350px;
  background: var(--col--base-02);
}
#sv .sv-img {
  width: clamp(90%, 30vw - 700px, 1660px);
  height: 290px;
  border-radius: 20px;
}
#sv .sv-img .sv-catch {
  font-family: var(--fot-Zen-maru);
  font-size: 40px;
  letter-spacing: 0;
  text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 10px #fff, 0px 0px 13px #fff, 0px 0px 15px #fff, 0px 0px 17px #fff;
}
#sv .sv-img .sv-catch span {
  position: relative;
}
#sv .sv-img .sv-catch span::before {
  content: "";
  position: absolute;
  background: url(../img/sv/sv--deco-left.png) center center/contain no-repeat;
  width: 49px;
  height: 47px;
  top: 50%;
  left: 0;
  translate: -100% -50%;
}
#sv .sv-img .sv-catch span::after {
  content: "";
  position: absolute;
  background: url(../img/sv/sv--deco-right.png) center center/contain no-repeat;
  width: 49px;
  height: 47px;
  top: 50%;
  right: 0;
  translate: 100% -50%;
}

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

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

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

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

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

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

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

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

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

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

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

/* TOP
=================================================================================*/
/* TOP-greeting
----------------------------------------------------*/
#top--greeting {
  background: url(../img/common/bg_img__img_01.png) center center/cover no-repeat;
}
#top--greeting .inbox .ttl03 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 110px;
}
#top--greeting .inbox .ttl03 .ja {
  position: relative;
}
#top--greeting .inbox .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(../img/common/ttl_deco__dot_02.png) center center/contain no-repeat;
  width: 52px;
  height: 10px;
  left: 50%;
  translate: -50% 100%;
  bottom: -20px;
}
#top--greeting .inbox .top--greeting--intro {
  gap: 60px;
  margin-bottom: 60px;
}
#top--greeting .inbox .top--greeting--intro p .str-01 {
  color: var(--col--main-01);
  font-weight: 700;
}
#top--greeting .inbox .top--greeting--text {
  position: relative;
  padding: 30px;
  border: 1px solid var(--col--main-01);
  background: #fff;
  gap: 40px;
  border-radius: 20px;
}
#top--greeting .inbox .top--greeting--text::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human_01.png) center center/contain no-repeat;
  width: 248px;
  height: 162px;
  right: -45px;
  bottom: -18px;
}
#top--greeting .inbox .top--greeting--text .cont--img {
  border-radius: 20px;
}
#top--greeting .inbox .top--greeting--text .cont--img img {
  border-radius: 20px;
}
/* TOP-about
----------------------------------------------------*/
#top--about {
  background: url(../img/common/bg_img__img_02.png) center center/cover no-repeat;
}
#top--about .inbox .ttl03 {
  margin: 0 auto;
  margin-bottom: 60px;
}
#top--about .inbox .top--about--text {
  background: url(../img/common/border__img_01.png) center top 10px no-repeat, url(../img/common/border__img_01.png) center bottom 10px no-repeat, #fff;
  position: relative;
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 80px;
}
#top--about .inbox .top--about--text::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human_02.png) center center/contain no-repeat;
  width: 245px;
  height: 181px;
  left: 54px;
  top: -26px;
}
#top--about .inbox .top--about--text .cont--img {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
}
#top--about .inbox .top--about--text .cont--text {
  text-align: center;
}
#top--about .inbox .top--about--feature {
  position: relative;
}
#top--about .inbox .top--about--feature .ttl04 {
  width: 540px;
  border-bottom: 2px dotted var(--col--txt-01);
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#top--about .inbox .top--about--feature .ttl04 span {
  font-family: var(--fot-Zen-maru);
  font-size: 30px;
  font-weight: 700;
}
#top--about .inbox .top--about--feature .ttl04 span .str-01 {
  font-size: 40px;
  color: var(--col--main-01);
}
#top--about .inbox .top--about--feature .cont--list {
  width: 540px;
}
#top--about .inbox .top--about--feature .cont--list-item {
  padding: 10px;
  background: var(--col--base-02);
  margin-bottom: 10px;
}
#top--about .inbox .top--about--feature .cont--list-item:last-child {
  margin-bottom: 0;
}
#top--about .inbox .top--about--feature .cont--list-item p {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}
#top--about .inbox .top--about--feature .cont--list-item p .str-01 {
  color: var(--col--acc-03);
}
#top--about .inbox .top--about--feature .cont--img {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
}
#top--about .inbox .top--about--feature .cont--img img {
  border-radius: 20px;
}

/* TOP-room
----------------------------------------------------*/
#top--room {
  background: url(../img/common/pattern__texture_01.png);
}
#top--room .inbox .ttl03 {
  margin: 0 auto;
  margin-bottom: 60px;
}
#top--room .inbox .ttl03 .ja {
  margin-bottom: 30px;
}
#top--room .inbox .ttl03 .sub {
  font-family: var(--fot-Zen-maru);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: var(--col--main-01);
  padding: 1px 15px;
  border-radius: 15px;
}
#top--room .inbox .top--room--info {
  gap: 30px;
}
#top--room .inbox .top--room--info-item {
  position: relative;
  width: calc((100% - 60px) / 3);
  border-radius: 10px;
  background: #fff;
  padding: 30px 20px;
}
#top--room .inbox .top--room--info-item::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 55px;
  bottom: -8px;
  right: -12px;
}
#top--room .inbox .top--room--info-item .ttl04 {
  padding-bottom: 10px;
  border-bottom: 2px dotted var(--col--acc-02);
  margin-bottom: 20px;
  text-align: center;
}
#top--room .inbox .top--room--info-item .ttl04 span {
  font-family: var(--fot-Zen-maru);
  font-size: 25px;
  font-weight: 700;
}
#top--room .inbox .top--room--info-item .item--img {
  border-radius: 20px;
  margin-bottom: 10px;
}
#top--room .inbox .top--room--info-item .item--img img {
  border-radius: 20px;
}
#top--room .inbox .top--room--info-item .item--room {
  background: var(--col--base-02);
  padding: 15px;
  gap: 10px;
}
#top--room .inbox .top--room--info-item .item--room-info {
  margin: 0 auto;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
}
#top--room .inbox .top--room--info-item .item--room-info dt {
  position: relative;
  margin-right: 50px;
}
#top--room .inbox .top--room--info-item .item--room-info dt::before {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 1px solid var(--col--txt-01);
  top: 50%;
  right: -10px;
  translate: 100% -50%;
}
#top--room .inbox .top--room--info-item .item--room-info dd {
  position: relative;
}
#top--room .inbox .top--room--info-item:nth-of-type(1) {
  border: 1px solid var(--col--acc-02);
}
#top--room .inbox .top--room--info-item:nth-of-type(1) .ttl04 {
  border-bottom: 2px dotted var(--col--acc-02);
}
#top--room .inbox .top--room--info-item:nth-of-type(1)::before {
  background: url(../img/common/deco__flower_01_01.png) center center/contain no-repeat;
}
#top--room .inbox .top--room--info-item:nth-of-type(2) {
  border: 1px solid var(--col--acc-03);
}
#top--room .inbox .top--room--info-item:nth-of-type(2) .ttl04 {
  border-bottom: 2px dotted var(--col--acc-03);
}
#top--room .inbox .top--room--info-item:nth-of-type(2)::before {
  background: url(../img/common/deco__flower_01_02.png) center center/contain no-repeat;
}
#top--room .inbox .top--room--info-item:nth-of-type(3) {
  border: 1px solid var(--col--acc-01);
}
#top--room .inbox .top--room--info-item:nth-of-type(3) .ttl04 {
  border-bottom: 2px dotted var(--col--acc-01);
}
#top--room .inbox .top--room--info-item:nth-of-type(3)::before {
  background: url(../img/common/deco__flower_01_03.png) center center/contain no-repeat;
}

/* TOP-company
----------------------------------------------------*/
#top--company {
  background: url(../img/common/pattern__deco_01.png);
}
#top--company .inbox .ttl03 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 97px;
}
#top--company .inbox .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/common/ttl_deco__dot_02.png) center center/contain no-repeat;
  width: 52px;
  height: 10px;
  left: 50%;
  translate: -50% 100%;
  bottom: -25px;
}
#top--company .inbox .top--company--info {
  gap: 20px;
}
#top--company .inbox .top--company--info-item {
  width: calc((100% - 40px) / 3);
  position: relative;
}
#top--company .inbox .top--company--info-item .ttl04 {
  order: 2;
  margin-bottom: 20px;
  text-align: center;
}
#top--company .inbox .top--company--info-item .ttl04 span {
  font-family: var(--fot-Zen-maru);
  font-size: 25px;
}
#top--company .inbox .top--company--info-item .item--img {
  position: relative;
  order: 1;
  margin-bottom: 20px;
}
#top--company .inbox .top--company--info-item .item--img::before {
  content: "";
  position: absolute;
  background: url(../img/common/logo__img_03.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  left: 50%;
  bottom: 50px;
  translate: -50% 100%;
}
#top--company .inbox .top--company--info-item .com--btn-01 {
  order: 3;
}
#top--company .inbox .top--company--info-item:nth-of-type(2n) {
  margin-top: 40px;
}

/* TOP-subpages
----------------------------------------------------*/
#top--subpages {
  background: url(../img/common/pattern__border_01.png);
}
#top--subpages .inbox {
  gap: 40px;
}
#top--subpages .inbox .top--subpages--item {
  width: calc((100% - 40px) / 2);
}
#top--subpages .inbox .top--subpages--item a {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--col--main-01);
  transition: ease 0.2s;
  scale: 1;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}
#top--subpages .inbox .top--subpages--item a:hover {
  scale: 1.02;
  box-shadow: 0 5px 6px rgba(102, 102, 102, 0.06);
}
#top--subpages .inbox .top--subpages--item .ttl04 {
  position: relative;
}
#top--subpages .inbox .top--subpages--item .ttl04::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__arrow_02.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}
#top--subpages .inbox .top--subpages--item .ttl04 span {
  font-size: 25px;
  font-family: var(--fot-Zen-maru);
  padding-left: 55px;
}
#top--subpages .inbox .top--subpages--item .item--img {
  border-radius: 20px;
}
#top--subpages .inbox .top--subpages--item .item--img img {
  border-radius: 20px;
}

/* TOP-NEWS お知らせ
----------------------------------------------------*/
#top--news {
  position: relative;
  min-height: 460px;
}
#top--news::before {
  content: "";
  position: absolute;
  background: url(../img/common/illust__human_03.png) center center/contain no-repeat;
  width: 173px;
  height: 298px;
  left: clamp(-30px, 40vw - 640px, 100px);
  bottom: 22px;
}
#top--news .inbox {
  position: relative;
}
#top--news .inbox .ttl03 {
  position: absolute;
  left: 0;
  top: 100px;
}
#top--news .inbox .top--news--post-wrap {
  width: 700px;
  margin-left: auto;
}
#top--news .inbox .top--news--post {
  margin-bottom: 20px;
}
#top--news .inbox .top--news--post:last-child {
  margin-bottom: 0;
}
#top--news .inbox .top--news--post a {
  width: 100%;
  height: 100%;
  padding: 30px 24px;
  background: var(--col--base-02);
  border: 1px solid var(--col--base-03);
  transition: ease 0.2s;
}
#top--news .inbox .top--news--post-ttl {
  order: 3;
  width: 100%;
}
#top--news .inbox .top--news--post-time {
  order: 1;
  width: fit-content;
  margin-right: 10px;
  margin-bottom: 10px;
}
#top--news .inbox .top--news--post-tags {
  order: 2;
  width: 75%;
  margin-bottom: 10px;
  gap: 5px 10px;
}
#top--news .inbox .top--news--post-tags li {
  padding: 3px 15px;
  border: 1px solid var(--col--acc-01);
  font-size: 15px;
  font-weight: 500;
  color: var(--col--acc-01);
}
#top--news .inbox .top--news--post:hover a {
  background: #fff;
  border: 1px solid var(--col--acc-01);
}
#top--news .inbox .com--btn-01 {
  position: absolute;
  left: 0;
  top: 200px;
}

/* footer
=================================================================================*/
#footer {
  position: relative;
  background: url(../img/common/illust__human_04.png) right clamp(-40px, 40vw - 700px, 60px) bottom 45px no-repeat, url(../img/common/pattern__texture_01.png);
}
#footer .inbox {
  padding: 80px 0;
}
#footer .inbox .ft--logo {
  margin: 0 auto;
  width: fit-content;
  display: block;
  margin-bottom: 40px;
  transition: ease 0.15s;
}
#footer .inbox .ft--logo:hover {
  opacity: 0.3;
}
#footer .inbox .com--times {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  gap: 20px;
}
#footer .inbox .com--times-item {
  width: fit-content;
}
#footer .inbox .ft--tel {
  margin-bottom: 40px;
  gap: 15px;
}
#footer .inbox .ft--tel-item {
  width: 320px;
  padding: 10px;
  background: #fff;
}
#footer .inbox .ft--tel-item dt {
  position: relative;
  width: 100%;
}
#footer .inbox .ft--tel-item dt .sub {
  position: absolute;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: var(--col--main-01);
  border-radius: 25px;
  padding: 10px 16px;
  left: 50%;
  translate: -50% 0;
  width: fit-content;
  white-space: nowrap;
  top: -23px;
}
#footer .inbox .ft--tel-item dt .ja {
  width: 100%;
  background: var(--col--acc-02);
  border-radius: 5px;
  padding: 16px 5px 7px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#footer .inbox .ft--tel-item dd .address {
  font-size: 14px;
  margin-bottom: 10px;
}
#footer .inbox .ft--tel-item dd .tel-num {
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: 700;
}
#footer .inbox .ft--tel-item dd .tel-num small {
  font-size: 15px;
}
#footer .inbox .ft--tel-item dd .fax-num {
  font-size: 20px;
  font-weight: 700;
}
#footer .inbox .ft--tel-item dd .fax-num small {
  font-size: 15px;
}
#footer .inbox .ft--tel-gosho {
  border: 1px solid var(--col--acc-02);
}
#footer .inbox .ft--tel-gosho dt .ja {
  background: var(--col--acc-02);
}
#footer .inbox .ft--tel-yahata {
  border: 1px solid var(--col--acc-03);
}
#footer .inbox .ft--tel-yahata dt .ja {
  background: var(--col--acc-03);
}
#footer .inbox .ft--tel-goi {
  border: 1px solid var(--col--acc-01);
}
#footer .inbox .ft--tel-goi dt .ja {
  background: var(--col--acc-01);
}
#footer .inbox #ft--nav {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 60px;
}
#footer .inbox #ft--nav .ft--nav-list-item {
  padding-right: 20px;
  border-right: 1px solid var(--col--txt-01);
  margin-right: 20px;
  transition: ease 0.15s;
}
#footer .inbox #ft--nav .ft--nav-list-item:last-child {
  padding-right: unset;
  border-right: unset;
  margin-right: unset;
}
#footer .inbox #ft--nav .ft--nav-list-item:hover {
  opacity: 0.4;
}
#footer .inbox #ft--nav .ft--nav-list:first-of-type {
  font-size: 15px;
  margin-bottom: 15px;
}
#footer .inbox #ft--nav .ft--nav-list:last-of-type {
  font-size: 13px;
}
#footer .inbox #copyright {
  text-align: center;
  font-size: 12px;
}
#footer .inbox #copyright a {
  transition: ease 0.12s;
}
#footer .inbox #copyright a:hover {
  opacity: 0.4;
}

/* 下層
=================================================================================*/
/* 下層-about
----------------------------------------------------*/
.section--wrap-01 {
  position: relative;
  overflow: hidden;
  background: url(../img/common/pattern__deco_01.png);
}

.about--common .inbox {

  padding: 50px 0;
}
.about--common .inbox .ttl03 {
  z-index: 0;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.about--common .inbox .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  left: 0;
}
.about--common .inbox .ttl03 .ja {
  display: inline-block;
  font-family: var(--fot-Zen-maru);
  font-size: 40px;
  font-weight: 700;
  background: #fff;
  padding: 0 10px;
}
.about--common .inbox .about--common--info {
  margin-bottom: 60px;
  gap: clamp(15px, 50vw - 700px ,50px);
}
.about--common .inbox .about--common--info .cont--table .ttl04 {
  padding-bottom: 10px;
  border-bottom: 2px dotted var(--col--txt-01);
  margin-bottom: 40px;
}
.about--common .inbox .about--common--info .cont--table .ttl04 span {
  font-family: var(--fot-Zen-maru);
  font-size: 30px;
  font-weight: 700;
}
.about--common .inbox .about--common--info .cont--table table {
  border-collapse: separate;
  border-spacing: 10px;
}
.about--common .inbox .about--common--info .cont--table table tr th {
  width: 180px;
  background: red;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  color: #fff;
}
.about--common .inbox .about--common--info .cont--table table tr td {
  vertical-align: middle;
}
.about--common .inbox .about--common--info .cont--map {
  width: 400px;
  height: 480px;
}
.about--common .inbox .about--common--images {
  margin-bottom: 60px;
  gap: 60px;
}
.about--common .inbox .about--common--map {
  width: 100%;
  height: 400px;
}
.about--common .inbox .about--common--map iframe {
  width: 100%;
  height: 100%;
}

.about--common:nth-of-type(1) .inbox .ttl03::before {
  border-bottom: 2px dotted var(--col--acc-02);
}
.about--common:nth-of-type(1) .inbox .about--common--info .cont--table table tr th {
  background: var(--col--acc-02);
}

.about--common:nth-of-type(2) .inbox .ttl03::before {
  border-bottom: 2px dotted var(--col--acc-03);
}
.about--common:nth-of-type(2) .inbox .about--common--info .cont--table table tr th {
  background: var(--col--acc-03);
}

.about--common:nth-of-type(3) .inbox .ttl03::before {
  border-bottom: 2px dotted var(--col--acc-01);
}
.about--common:nth-of-type(3) .inbox .about--common--info .cont--table table tr th {
  background: var(--col--acc-01);
}

#about--hair_salon {
  background: url(../img/common/pattern__border_01.png);
}
#about--hair_salon .inbox .ttl03 {
  text-align: center;
  margin-bottom: 60px;
}
#about--hair_salon .inbox .ttl03 .ja {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--fot-Zen-maru);
}
#about--hair_salon .inbox .about--hair_salon--text {
  text-align: center;
  margin-bottom: 40px;
}
#about--hair_salon .inbox .about--hair_salon--text p small {
  font-size: 15px;
}
#about--hair_salon .inbox .about--hair_salon--info {
  gap: 45px;
}
#about--hair_salon .inbox .about--hair_salon--info .cont--table .ttl04 {
  padding-bottom: 10px;
  border-bottom: 2px dotted var(--col--txt-01);
  margin-bottom: 40px;
}
#about--hair_salon .inbox .about--hair_salon--info .cont--table .ttl04 span {
  font-family: var(--fot-Zen-maru);
  font-size: 30px;
  font-weight: 700;
}
#about--hair_salon .inbox .about--hair_salon--info .cont--table table {
  border-collapse: separate;
  border-spacing: 10px;
}
#about--hair_salon .inbox .about--hair_salon--info .cont--table table tr th {
  width: 180px;
  background: var(--col--main-01);
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  color: #fff;
}
#about--hair_salon .inbox .about--hair_salon--info .cont--table table tr td {
  vertical-align: middle;
}
/* 下層-price
----------------------------------------------------*/
.price--common .inbox {
  padding: 50px 0;
}
.price--common .inbox .ttl03 {
  margin-bottom: 60px;
}
.price--common .inbox .price--common--table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid var(--col--txt-01);
  background: #fff;
}
.price--common .inbox .price--common--table tr:first-of-type th:not(:first-of-type) {
  background: red;
  border: 1px solid red;
}
.price--common .inbox .price--common--table tr:nth-of-type(2) td {
  background: var(--col--base-03);
}
.price--common .inbox .price--common--table tr th,
.price--common .inbox .price--common--table tr td {
  padding: 15px;
  text-align: center;
}
.price--common .inbox .price--common--table tr th {
  background: var(--col--txt-01);
  border-bottom: 1px solid #fff;
  color: #fff;
}
.price--common .inbox .price--common--table tr td {
  border-bottom: 1px solid var(--col--txt-01);
  border-right: 1px solid var(--col--txt-01);
}
.price--common .inbox .price--common--table tr:not(:first-of-type) th {
  width: 300px;
}
.price--common .inbox .note_data {
  font-size: 15px;
  font-weight: 500;
}
#price--gosho .price--common--table tr:first-of-type th:not(:first-of-type) {
  background: var(--col--acc-02);
  border: 1px solid var(--col--acc-02);
}

#price--yahata-goi .price--common--table tr:first-of-type th:not(:first-of-type) {
  background: var(--col--acc-03);
  border: 1px solid var(--col--acc-03);
}

#price--nursing .price--common--table tr:first-of-type th:not(:first-of-type) {
  background: var(--col--main-01);
  border: 1px solid var(--col--main-01);
}
#price--nursing .price--common--table tr:first-of-type th:nth-of-type(2) {
  border-right: 1px solid #fff;
}
#price--nursing .price--common--table tr:first-of-type th:nth-of-type(3) {
  border-right: 1px solid #fff;
}
#price--nursing .price--common--table tr:nth-of-type(2) td {
  background: #fff;
}

#price--other .inbox .ttl03 {
  margin-bottom: 40px;
}
#price--other .inbox .price--other--table {
  width: 100%;
  margin-bottom: 20px;
}
#price--other .inbox .price--other--table tr th, #price--other .inbox .price--other--table tr td {
  padding: 15px 0;
}
#price--other .inbox .price--other--table tr td:first-of-type {
  font-size: 21px;
  color: #fff;
  background: var(--col--main-01);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  width: 45px;
}
#price--other .inbox .price--other--table tr th {
  color: #fff;
  background: var(--col--main-01);
  border-bottom: 1px solid #fff;
  text-align: center;
  width: 250px;
}
#price--other .inbox .price--other--table tr td:last-of-type {
  background: var(--col--base-03);
  border-bottom: 1px solid var(--col--txt-01);
  border-right: 1px solid var(--col--txt-01);
  border-top: 1px solid var(--col--txt-01);
  text-align: right;
}
#price--other .inbox .note_data {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 40px;
}
#price--other .inbox .note_attention {
  margin-bottom: 40px;
}
#price--other .inbox .note_agreements {
  line-height: 1.9;
}

/* 下層-flow
----------------------------------------------------*/
#flow--comics {
  background: url(../img/common/bg_img__img_02.png) center center/cover no-repeat;
}
#flow--comics .inbox .ttl03 {
  margin-bottom: 60px;
}
#flow--comics .inbox .flow--comics--list {
  gap: 40px;
}

#flow--info {
  background: url(../img/common/pattern__border_01.png);
}
#flow--info .inbox .ttl03 {
  margin-bottom: 60px;
}
#flow--info .inbox .note {
  text-align: center;
  margin-bottom: 40px;
}
#flow--info .inbox .note small {
  display: block;
  margin-top: 20px;
  font-size: 15px;
}
#flow--info .inbox .flow--info--list-item {
  position: relative;
  background: #fff;
  padding: 40px;
  border: 1px solid var(--col--main-01);
  min-height: 230px;
  border-radius: 10px;
  margin-bottom: 90px;
}
#flow--info .inbox .flow--info--list-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: var(--col--txt-01) transparent transparent transparent;
  left: 50%;
  bottom: -30px;
  translate: -50% 100%;
}
#flow--info .inbox .flow--info--list-item:last-child {
  margin-bottom: 0;
}
#flow--info .inbox .flow--info--list-item:last-child::before {
  display: none;
}
#flow--info .inbox .flow--info--list-item .ttl04 {
  background: var(--col--main-01);
  padding: 10px 24px;
  border-radius: 10px;
  margin-bottom: 10px;
}
#flow--info .inbox .flow--info--list-item .ttl04 .num {
  width: 30px;
  height: 30px;
  padding-bottom: 5px;
  background: #fff;
  border-radius: 50%;
  font-family: var(--fot-Zen-maru);
  font-size: 22px;
  color: var(--col--main-01);
}
#flow--info .inbox .flow--info--list-item .ttl04 .ja {
  font-size: 30px;
  color: #fff;
  font-family: var(--fot-Zen-maru);
  margin-left: 10px;
  font-weight: 700;
}
#flow--info .inbox .flow--info--list-item .item--text p {
  line-height: 1.7;
}

#flow--check {
  background: url(../img/common/pattern__deco_01.png);
}
#flow--check .inbox .ttl03 {
  margin-bottom: 60px;
}
#flow--check .inbox .note {
  margin-bottom: 30px;
  text-align: center;
}
#flow--check .inbox .note small {
  font-size: 18px;
}
#flow--check .inbox .flow--check--table-inbox {
  gap: 30px;
}
#flow--check .inbox .flow--check--table {
  background: #fff;
  width: calc((100% - 60px) / 3);
}
#flow--check .inbox .flow--check--table tr th,
#flow--check .inbox .flow--check--table tr td {
  font-size: 18px;
  padding: 15px 5px;
}
#flow--check .inbox .flow--check--table tr:first-of-type th {
  font-size: 20px;
  text-align: center;
}
#flow--check .inbox .flow--check--table tr:first-of-type th:first-of-type {
  background: var(--col--main-01);
  color: #fff;
}
#flow--check .inbox .flow--check--table tr:first-of-type th:nth-of-type(2) {
  background: var(--col--acc-01);
  color: #fff;
}
#flow--check .inbox .flow--check--table tr:not(:first-of-type) th {
  background: var(--col--txt-01);
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
#flow--check .inbox .flow--check--table tr:not(:first-of-type) td {
  background: var(--col--base-03);
  text-align: center;
  border-bottom: 1px solid var(--col--txt-01);
  font-size: 23px;
}

/* 下層-recruit
----------------------------------------------------*/
#recruit--comics {
  background: url(../img/common/bg_img__img_02.png) center center/cover no-repeat;
}
#recruit--comics .inbox .ttl03 {
  margin-bottom: 60px;
}
#recruit--comics .inbox .recruit--comics--img {
  margin: 0 auto;
  width: fit-content;
}

#recruit--message {
  background: url(../img/common/pattern__texture_01.png);
}
#recruit--message .inbox .ttl03 {
  margin-bottom: 40px;
}
#recruit--message .inbox .recruit--message--text {
  margin-bottom: 30px;
}
#recruit--message .inbox .recruit--message--text p {
  text-align: center;
}
#recruit--message .inbox .recruit--message--info {
  position: relative;
  background: url(../img/common/border__img_01.png) center top 20px no-repeat, url(../img/common/border__img_01.png) center bottom 20px no-repeat, #fff;
  border-radius: 10px;
  padding: 60px 40px;
  min-height: 320px;
}
#recruit--message .inbox .recruit--message--info .ttl04 {
  width: 600px;
  margin-bottom: 20px;
}
#recruit--message .inbox .recruit--message--info .ttl04 span {
  font-family: var(--fot-Zen-maru);
  font-size: 30px;
  font-weight: 700;
  color: var(--col--main-01);
}
#recruit--message .inbox .recruit--message--info .cont--img {
  position: absolute;
  right: 40px;
  top: 60px;
  border-radius: 10px;
}
#recruit--message .inbox .recruit--message--info .cont--img img {
  border-radius: 10px;
}
#recruit--message .inbox .recruit--message--info .cont--text {
  width: 620px;
}
#recruit--message .inbox .recruit--message--info .cont--text small {
  font-size: inherit;
  font-weight: inherit;
}

#recruit--info {
  background: url(../img/common/pattern__border_01.png);
}
#recruit--info .inbox .ttl03 {
  margin-bottom: 60px;
}
#recruit--info .inbox .recruit--info--post {
  background: #fff;
  margin-bottom: 40px;
}
#recruit--info .inbox .recruit--info--post:last-child {
  margin-bottom: 0;
}
#recruit--info .inbox .recruit--info--post .ttl04 {
  padding: 13px 25px;
  background: var(--col--main-01);
}
#recruit--info .inbox .recruit--info--post .ttl04 span {
  font-family: var(--fot-Zen-maru);
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
#recruit--info .inbox .recruit--info--post .post--table {
  width: 100%;
}
#recruit--info .inbox .recruit--info--post .post--table tr th,
#recruit--info .inbox .recruit--info--post .post--table tr td {
  padding: 15px 0;
  border-bottom: 1px solid var(--col--txt-01);
  vertical-align: middle;
  line-height: 1.6;
}
#recruit--info .inbox .recruit--info--post .post--table tr th {
  text-align: center;
  background: var(--col--base-03);
  width: 280px;
}
#recruit--info .inbox .recruit--info--post .post--table tr td {
  padding-left: 20px;
}
#recruit--info .inbox .recruit--info--post .post--table tr:last-of-type th,
#recruit--info .inbox .recruit--info--post .post--table tr:last-of-type td {
  border-bottom: unset;
}
#recruit--info .inbox .post-id-7074 .ttl04 {
  padding: 13px 25px;
  background: var(--col--txt-01);
}

/* 下層-company
----------------------------------------------------*/
#company--info {
  background: url(../img/common/pattern__border_01.png);
}
#company--info .inbox .ttl03 {
  margin-bottom: 40px;
}
#company--info .inbox .company--info--table {
  border-collapse: separate;
  border-spacing: 5px 10px;
  width: 100%;
}
#company--info .inbox .company--info--table th,
#company--info .inbox .company--info--table td {
  vertical-align: middle;
  line-height: 1.6;
  padding: 12px 0;
}
#company--info .inbox .company--info--table th {
  width: 240px;
  background: var(--col--main-01);
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
#company--info .inbox .company--info--table td {
  padding-left: 20px;
}

#company--office {
  background: url(../img/common/pattern__deco_01.png);
}
#company--office .inbox .ttl03 {
  margin-bottom: 40px;
}
#company--office .inbox .company--office--item {
  margin-bottom: 60px;
}
#company--office .inbox .company--office--item:last-child {
  margin-bottom: 0;
}
#company--office .inbox .company--office--item .ttl04 {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
}
#company--office .inbox .company--office--item .ttl04 span {
  color: #fff;
  font-family: var(--fot-Zen-maru);
  font-size: 25px;
  font-weight: 700;
}
#company--office .inbox .company--office--item .item--table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
#company--office .inbox .company--office--item .item--table tr th,
#company--office .inbox .company--office--item .item--table tr td {
  padding: 15px 0;
  border-radius: 10px;
  vertical-align: middle;
}
#company--office .inbox .company--office--item .item--table tr th {
  background: var(--col--txt-01);
  color: #fff;
  text-align: center;
  width: 150px;
}
#company--office .inbox .company--office--item .item--table tr td {
  padding-left: 20px;
}
#company--office .inbox .company--office--yahata .ttl04 {
  background: var(--col--acc-03);
}
#company--office .inbox .company--office--goi .ttl04 {
  background: var(--col--acc-01);
}
#company--office .inbox .company--office--gosho .ttl04 {
  background: var(--col--acc-02);
}
#company--office .inbox .company--office--ent .ttl04 {
  background: var(--col--main-01);
}

#company--history {
  background: var(--col--base-03);
}
#company--history .inbox .ttl03 {
  margin-bottom: 40px;
}
#company--history .inbox .company--history--list {
  width: 980px;
  margin: 0 auto;
}
#company--history .inbox .company--history--list-item {
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.5;
}
#company--history .inbox .company--history--list-item dt {
  flex: 1;
  color: var(--col--main-01);
}
#company--history .inbox .company--history--list-item dd {
  width: 800px;
}

/* 共通ページ
=================================================================================*/
/* 共通ページ 共通項目
----------------------------------------------------*/
/* 共通 */
#contents-u,
#contact {
  background: url(../img/common/pattern__deco_01.png);
}
#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;
  font-family: var(--fot-Zen-maru);
  font-size: 40px;
  font-weight: 700;
}
#contents-u .ttl01 .en,
#contact .ttl01 .en {
  display: block;
  width: fit-content;
  display: none;
}

/* お問い合わせ完了 */
#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: 16px;
  font-weight: 400;
  line-height: 1.75;
}
#contents-u.privacy ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
#contents-u.privacy ul li {
  font-size: 16px;
  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: 16px;
  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: 16px;
  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 {
  margin-bottom: 20px;
}
#contents-u.post .news--post:last-child {
  margin-bottom: 0;
}
#contents-u.post .news--post a {
  width: 100%;
  height: 100%;
  padding: 30px 24px;
  background: var(--col--base-02);
  border: 1px solid var(--col--base-03);
  transition: ease 0.2s;
}
#contents-u.post .news--post-ttl {
  order: 3;
  width: 100%;
}
#contents-u.post .news--post-time {
  order: 1;
  width: fit-content;
  margin-right: 10px;
  margin-bottom: 10px;
}
#contents-u.post .news--post-tags {
  order: 2;
  width: 75%;
  margin-bottom: 10px;
  gap: 5px 10px;
}
#contents-u.post .news--post-tags li {
  padding: 3px 15px;
  border: 1px solid var(--col--acc-01);
  font-size: 15px;
  font-weight: 500;
  color: var(--col--acc-01);
}
#contents-u.post .news--post:hover a {
  background: #fff;
  border: 1px solid var(--col--acc-01);
}

.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 .tag-name {
  padding: 3px 15px;
  border: 1px solid var(--col--acc-01);
  font-size: 15px;
  font-weight: 500;
  color: var(--col--acc-01);
}
#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: 16px;
  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;
}/*# sourceMappingURL=style.css.map */