@charset "UTF-8";
:root {
  --col--main-01: #158259;
  --col--main-02: #079e25;
  --col--main-03: #7ebf31;
  --col--main-04: #d8f080;
  --col--acc-01: #fb8c00;
  --col--acc-02: #ffb200;
  --col--acc-03: #f8ef16;
  --col--base-01: #fff;
  --col--base-02: #ddf2e3;
  --col--txt-01: #0d1021;
  --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--M-plus: "M PLUS 1p" , "Noto Sans JP", sans-serif;
  --fot--Cookie: "Cookie", cursive, "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: 20px;
  line-height: 1.45;
}
#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;
}

/*お知らせ一覧
=========================================================*/
/*タグ一覧
----------------------------------------------------*/
.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--text-01 p {
  line-height: 2;
  margin-bottom: 25px;
}
.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 .ja {
  display: block;
  width: fit-content;
  font-family: var(--fot--M-plus);
  font-weight: 800;
  font-size: 40px;
}
.com--ttl03-01 .en {
  z-index: -1;
  opacity: 0.3;
  white-space: nowrap;
  position: absolute;
  display: block;
  width: fit-content;
  font-family: var(--fot--M-plus);
  font-weight: 800;
  font-size: 68px;
  top: -40px;
  color: var(--col--main-03);
  left: 50%;
  transform: translateX(-50%);
}

.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: 15px;
  font-family: var(--fot--Noto-Sans);
  color: var(--col--txt-01);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

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

/*グローバルヘッダー
=================================================================================*/
.com--tel .tel-num {
  width: fit-content;
  font-family: var(--fot--M-plus);
  position: relative;
  font-size: 30px;
  letter-spacing: 0.05em;
  padding-left: 30px;
  font-weight: 600;
}
.com--tel .tel-num::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon__tel_01.png) center center/contain no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.com--tel .tel-attention {
  width: fit-content;
}

.com--times {
  width: fit-content;
  background: var(--col--acc-03);
  border-radius: 11px;
  font-size: 13px;
  padding: 5px;
}
.com--times small {
  position: relative;
  color: var(--col--main-02);
  margin-right: 10px;
}
.com--times small::before {
  content: "";
  position: absolute;
  height: 90%;
  border-right: 1px solid var(--col--main-02);
  right: -5px;
}

#header .hd--wrp {
  z-index: 1;
  position: absolute;
  margin-top: 20px;
  min-width: 1080px;
}
#header .hd--wrp .hd--left {
  position: relative;
  margin-bottom: 0px;
  width: fit-content;
  margin-left: 20px;
}
#header .hd--wrp .hd--left .hd--ttl01 {
  transition: ease 0.16s;
}
#header .hd--wrp .hd--left .hd--ttl01:hover {
  margin-bottom: 4px;
  opacity: 0.5;
}
#header .hd--wrp .hd--right {
  z-index: 1;
  width: fit-content;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 50px;
  border-radius: 49px 0 0 49px;
}
#header .hd--wrp .hd--right .hd--info {
  width: fit-content;
  margin-right: 25px;
}
#header .hd--wrp .hd--right .hd--info .com--tel {
  width: fit-content;
  margin-bottom: 10px;
}
#header .hd--wrp .hd--right .hd--sns {
  width: fit-content;
  gap: 20px;
}
#header .hd--wrp .hd--right .hd--sns a {
  transition: ease 0.16s;
}
#header .hd--wrp .hd--right .hd--sns a:hover {
  opacity: 0.6;
}

#entrance {
  position: relative;
  width: 100%;
  background: #fff;
  gap: 20px;
  margin: 20px 0;
  padding-top: 120px;
}
#entrance .ent--item {
  width: calc((100% - 60px) / 2);
  max-width: 930px;
  height: 450px;
}
#entrance .ent--item a {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
}
#entrance .ent--item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
}
#entrance .ent--item a .ttl02 {
  z-index: 1;
  pointer-events: all;
  position: relative;
  width: 600px;
  height: 100px;
  background: #fff;
  font-family: var(--fot--M-plus);
  font-size: 50px;
  letter-spacing: 0em;
  font-weight: 900;
  padding-left: 35px;
  margin-bottom: 30px;
}
#entrance .ent--item a .ttl02::before {
  content: "";
  position: absolute;
  background: url(../img/entrance/ent__icon_arrow_01.png) center center/contain no-repeat;
  width: 70px;
  height: 34px;
  right: 30px;
  transition: ease .2s;
}
#entrance .ent--item a .ttl02 span {
  display: block;
}
#entrance .ent--item a .ttl02 span::first-letter {
  color: var(--col--main-02);
}
#entrance .ent--item a:hover .ttl02::before {
  right: 20px;
}
#entrance .ent--item a:hover::before {
  scale: 1.07;
}
#entrance .ent--official a {
  border-radius: 20px 0 0 0;
}
#entrance .ent--official a::before {
  background: url(../img/entrance/ent__img_01.png) center center/cover no-repeat, rgba(216, 240, 128, 0);
  background-blend-mode: soft-light;
}
#entrance .ent--official a:hover::before {
  background: url(../img/entrance/ent__img_01.png) center center/cover no-repeat, rgba(216, 240, 128, 0.2);
  background-blend-mode: soft-light;
}
#entrance .ent--request a {
  border-radius: 0 20px 0 0;
}
#entrance .ent--request a::before {
  background: url(../img/entrance/ent__img_02.png) center center/cover no-repeat, rgba(216, 240, 128, 0);
  background-blend-mode: soft-light;
}
#entrance .ent--request a:hover::before {
  background: url(../img/entrance/ent__img_02.png) center center/cover no-repeat, rgba(216, 240, 128, 0.2);
  background-blend-mode: soft-light;
}
#entrance .ent--recruit a {
  border-radius: 0 0 0 20px;
}
#entrance .ent--recruit a::before {
  background: url(../img/entrance/ent__img_03.png) center center/cover no-repeat, rgba(216, 240, 128, 0);
  background-blend-mode: soft-light;
}
#entrance .ent--recruit a:hover::before {
  background: url(../img/entrance/ent__img_03.png) center center/cover no-repeat, rgba(216, 240, 128, 0.2);
  background-blend-mode: soft-light;
}
#entrance .ent--special a {
  z-index: 0;
  position: relative;
  border-radius: 0 0 20px 0;
}
#entrance .ent--special a::after {
  z-index: 0;
  content: "";
  position: absolute;
  background: url(../img/entrance/ent--chara.png) center center/contain no-repeat;
  width: 708px;
  height: 400px;
  left: 50px;
}
#entrance .ent--special a::before {
  background: url(../img/entrance/ent__img_04.png) center center/cover no-repeat, rgba(216, 240, 128, 0);
  background-blend-mode: soft-light;
}
#entrance .ent--special a:hover::before {
  background: url(../img/entrance/ent__img_04.png) center center/cover no-repeat, rgba(216, 240, 128, 0.2);
  background-blend-mode: soft-light;
}

#mv {
  overflow: hidden;
  position: relative;
  height: 900px;
  width: 100%;
  background: url(../img/mv/mv__img_01.png) right clamp(-400px, 30vw - 700px, 0px) top/contain no-repeat, url(../img/mv/mv__bg_img_01.png) left bottom no-repeat;
}
#mv::before {
  content: "";
  position: absolute;
  background: url(../img/mv/mv__chara_01.png) center center/contain no-repeat;
  width: 713px;
  height: 762px;
  left: 100px;
  top: 140px;
}
#mv .mv-catch {
  position: absolute;
  bottom: 100px;
  left: 320px;
}

#sv {
  width: 100%;
  height: 500px;
}
#sv .sv-catch {
  background: url(../img/sv/sv--pattern-dot.png) repeat;
  padding: 50px;
  font-family: var(--fot--M-plus);
  font-size: 50px;
  letter-spacing: 0;
  font-weight: 900;
  border-radius: 10px;
  border: 2px solid var(--col--main-02);
  margin-right: 500px;
}
#sv .sv-catch::first-letter {
  color: var(--col--main-02);
}

.sv-notfound {
  background: url(../img/sv/sv--notfound.png) right clamp(-600px, 75vw - 1500px, 0px) center no-repeat, url(../img/sv/sv--deco.png) center bottom/contain no-repeat;
}

.sv-contact {
  background: url(../img/sv/sv--contact.png) right clamp(-600px, 75vw - 1500px, 0px) center no-repeat, url(../img/sv/sv--deco.png) center bottom/contain no-repeat;
}

.sv-complete {
  background: url(../img/sv/sv--complete.png) right clamp(-600px, 75vw - 1500px, 0px) center no-repeat, url(../img/sv/sv--deco.png) center bottom/contain no-repeat;
}

.sv-news {
  background: url(../img/sv/sv--news.png) right clamp(-600px, 75vw - 1500px, 0px) center no-repeat, url(../img/sv/sv--deco.png) center bottom/contain no-repeat;
}

.sv-site {
  background: url(../img/sv/sv--site.png) right clamp(-600px, 75vw - 1500px, 0px) center no-repeat, url(../img/sv/sv--deco.png) center bottom/contain no-repeat;
}

.sv-privacy {
  background: url(../img/sv/sv--privacy.png) right clamp(-600px, 75vw - 1500px, 0px) center no-repeat, url(../img/sv/sv--deco.png) center bottom/contain no-repeat;
}

/* TOP
=================================================================================*/
/* TOP-worries
----------------------------------------------------*/
#worries {
  position: relative;
  overflow: hidden;
  background: url(../img/top/worries__bg_img_01.png) left bottom no-repeat, var(--col--base-02);
}
#worries .inbox {
  padding: 120px 0;
}
#worries .ttl03 {
  z-index: 0;
  position: relative;
  background: unset;
  background: #fff;
  width: 100%;
  border-radius: 0 130px 130px 0;
  padding: 30px;
  margin-bottom: 50px;
}
#worries .ttl03::after {
  z-index: -1;
  content: "";
  position: absolute;
  height: 100%;
  background: url(../img/top/worries__ttl_bg.png) center left no-repeat, #fff;
  left: min(50% - 50vw, -100px);
  width: 30vw;
}
#worries .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/top/worries__ttl_en.png) center center/contain no-repeat;
  width: 606px;
  height: 91px;
  right: -200px;
  top: -40px;
}
#worries .worries--list {
  position: relative;
  margin-bottom: 610px;
}
#worries .worries--list::before {
  content: "";
  position: absolute;
  background: url(../img/top/worries__img_01.png) center center/contain no-repeat;
  width: 1350px;
  height: 600px;
  left: 53%;
  transform: translateX(-50%);
}
#worries .worries--list-item {
  position: absolute;
  color: #fff;
  font-family: var(--fot--M-plus);
  font-size: 25px;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 10px;
}
#worries .worries--list-item .str-color-01 {
  color: var(--col--acc-03);
}
#worries .worries--list-item:nth-of-type(1) {
  background: url(/img/top/worries__text_bg_01.png) center center/contain no-repeat;
  width: 230px;
  height: 170px;
  left: 0;
  top: 30px;
}
#worries .worries--list-item:nth-of-type(2) {
  background: url(/img/top/worries__text_bg_02.png) center center/contain no-repeat;
  width: 250px;
  height: 160px;
  left: 125px;
  top: 235px;
}
#worries .worries--list-item:nth-of-type(3) {
  background: url(/img/top/worries__text_bg_03.png) center center/contain no-repeat;
  width: 230px;
  height: 163px;
  left: 250px;
  top: 0;
}
#worries .worries--list-item:nth-of-type(4) {
  background: url(/img/top/worries__text_bg_04.png) center center/contain no-repeat;
  width: 230px;
  height: 170px;
  right: 250px;
  top: 0;
}
#worries .worries--list-item:nth-of-type(5) {
  background: url(/img/top/worries__text_bg_05.png) center center/contain no-repeat;
  width: 230px;
  height: 163px;
  right: 125px;
  top: 235px;
}
#worries .worries--list-item:nth-of-type(6) {
  background: url(/img/top/worries__text_bg_06.png) center center/contain no-repeat;
  width: 230px;
  height: 160px;
  right: 0;
  top: 30px;
}

/* TOP-greeting
----------------------------------------------------*/
#greeting {
  position: relative;
  z-index: 0;
  background: url(../img/top/greeting__bg_img_01.png) left bottom / 100% auto no-repeat, url(../img/top/greeting__bg_deco_01.png) right top no-repeat, url(../img/top/greeting__bg_img_02.png) left top no-repeat;
}
#greeting::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/top/icon__arrow_01.png) center center/contain no-repeat;
  width: 35px;
  height: 71px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#greeting .inbox {
  padding: 100px 0 30px;
  padding-top: 82px;
}
#greeting .ttl03 {
  z-index: 0;
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}
#greeting .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/greeting__ttl_bg.png) center center/contain no-repeat;
  width: 760px;
  height: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#greeting .ttl03::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/greeting__ttl_deco_01.png) center center/contain no-repeat;
  width: 208px;
  height: 264px;
  bottom: -53px;
  right: 170px;
}
#greeting .ttl03 img {
  margin-right: 80px;
}
#greeting .greeting--text-cont {
  margin-bottom: 70px;
}
#greeting .greeting--text-cont .cont-text {
  position: relative;
  width: 480px;
  margin-left: auto;
}
#greeting .greeting--text-cont .cont-text::before {
  content: "";
  position: absolute;
  background: url(../img/top/greeting__ttl_en.png) center center/contain no-repeat;
  width: 91px;
  height: 788px;
  right: -50px;
  bottom: 0;
}
#greeting .greeting--text-cont .cont-images {
  position: relative;
  margin-left: -200px;
}
#greeting .greeting--text-cont .cont-images::before {
  content: "";
  position: absolute;
  background: url(../img/top/greeting__chara_01.png) center center/contain no-repeat;
  width: 379px;
  height: 513px;
  right: 0;
  bottom: 0;
}
#greeting .greeting--service-cont {
  padding-bottom: 100px;
}
#greeting .greeting--service-cont .ttl04 {
  z-index: 0;
  position: relative;
  width: fit-content;
  font-family: var(--fot--M-plus);
  font-weight: 900;
  font-size: 35px;
  letter-spacing: 0.1em;
}
#greeting .greeting--service-cont .ttl04::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/greeting__service__ttl_deco.png) center center/contain no-repeat;
  width: 300px;
  height: 220px;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
#greeting .greeting--service-cont .ttl04::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/top/greeting__service__ttl_en.png) center center/contain no-repeat;
  width: 392px;
  height: 61px;
  bottom: -120px;
  left: 10px;
}
#greeting .greeting--service-cont .ttl04::first-letter {
  color: var(--col--main-02);
}
#greeting .greeting--service-cont .greeting--service--list {
  z-index: -1;
  position: relative;
  width: fit-content;
  gap: 50px;
  margin-right: 50px;
}
#greeting .greeting--service-cont .greeting--service--list::before {
  color: var(--col--main-03);
  font-family: var(--fot--M-plus);
  font-size: 30px;
  font-weight: 900;
  content: "etc.";
  position: absolute;
  bottom: -35px;
  right: -50px;
}
#greeting .greeting--service-cont .greeting--service--list-item {
  width: fit-content;
}
#greeting .greeting--service-cont .greeting--service--list-item .item-ttl {
  width: fit-content;
}
#greeting .greeting--service-cont .greeting--service--list-item .item-img {
  width: fit-content;
}

/* TOP-feature
----------------------------------------------------*/
#feature {
  position: relative;
  background: url(../img/top/feature__bg_img_02.png) right top/contain no-repeat, url(../img/top/feature__bg_img_03.png) left clamp(-300px, 20vw - 460px, 0px) top no-repeat, url(../img/top/feature__bg_img_04.png) right clamp(-300px, 20vw - 460px, 0px) bottom no-repeat, url(../img/top/feature__bg_img_01.png) center bottom/contain no-repeat, var(--col--main-02);
}
#feature:before{
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/top/feature__chara_02.png) center center / contain no-repeat;
  width: 371px;
  height: 545px;
  bottom: 0;
  left: calc(50% - 620px);
}
#feature .inbox {
  padding: 270px 0 110px;
}
#feature .ttl03 {
  position: relative;
  z-index: 0;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
#feature .ttl03 span {
  position: relative;
  font-family: var(--fot--M-plus);
  font-weight: 900;
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.1em;
}
#feature .ttl03 span::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/feature__ttl_deco.png) center center/contain no-repeat;
  width: 120px;
  height: 100px;
  right: -65px;
  bottom: 14px;
}
#feature .feature--list {
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 80px 50px;
  background: url(../img/top/pattern__stripe_01.jpg) repeat;
  gap: 250px 30px;
  padding-bottom: 180px;
  border: 10px solid var(--col--main-04);
  border-radius: 40px;
}
#feature .feature--list::before {
  content: "";
  position: absolute;
  background: url(../img/top/feature__ttl_en.png) center center/contain no-repeat;
  width: 582px;
  height: 91px;
  bottom: 0;
  right: 0;
}
#feature .feature--list-item {
  z-index: 0;
  position: relative;
  width: calc((100% - 60px) / 3);
  background: var(--col--acc-03);
}
#feature .feature--list-item::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/feature__list_deco_02.png) center center/cover no-repeat;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 10px;
  translate: 0 100%;
}
#feature .feature--list-item::before {
  content: "";
  position: absolute;
  background: url(../img/top/feature__list_deco_01.png) center center/cover no-repeat;
  width: 100%;
  height: 53px;
  left: 0;
  top: 13px;
  translate: 0 -100%;
}
#feature .feature--list-item .item-ttl {
  font-family: var(--fot--M-plus);
  font-weight: 900;
  width: 100%;
  font-size: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 40px;
  line-height: 1.4;
  margin-bottom: 15px;
}
#feature .feature--list-item .item-ttl .str-color-01 {
  color: var(--col--main-02);
}
#feature .feature--list-item .item-img {
  position: relative;
  margin: 0 auto;
  margin-bottom: -40px;
}
#feature .feature--list-item .item-img::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/top/feature__list_num_01.png) center center/contain no-repeat;
  width: 150px;
  height: 51px;
  left: -100px;
  bottom: -62px;
}
#feature .feature--list-item:nth-of-type(1) .item-img::before {
  background: url(../img/top/feature__list_num_01.png) center center/contain no-repeat;
}
#feature .feature--list-item:nth-of-type(2) {
  top: 50px;
}
#feature .feature--list-item:nth-of-type(2) .item-img::before {
  background: url(../img/top/feature__list_num_02.png) center center/contain no-repeat;
}
#feature .feature--list-item:nth-of-type(3) .item-img::before {
  background: url(../img/top/feature__list_num_03.png) center center/contain no-repeat;
}
#feature .feature--list-item:nth-of-type(4) .item-img::before {
  background: url(../img/top/feature__list_num_04.png) center center/contain no-repeat;
}
#feature .feature--list-item:nth-of-type(5) .item-img::before {
  background: url(../img/top/feature__list_num_05.png) center center/contain no-repeat;
}

/* TOP-career
----------------------------------------------------*/
#career {
  position: relative;
  background: url(../img/top/career__bg_img_02.png) bottom -15px center/max(1920px, 100vw) 530px no-repeat, url(../img/top/career__bg_img_01.png) top center/contain no-repeat;
}
#career .inbox {
  padding: 150px 0 210px;
}
#career .ttl03 {
  z-index: 0;
  position: relative;
  margin-bottom: -77px;
}
#career .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/top/career__ttl_en.png) center center/contain no-repeat;
  width: 424px;
  height: 176px;
  left: 0;
  bottom: -10px;
  translate: 0 100%;
}
#career .ttl03 span {
  position: relative;
  font-family: var(--fot--M-plus);
  font-size: 45px;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#career .ttl03 span::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/career__ttl_deco_01.png) center center/contain no-repeat;
  width: 191px;
  height: 191px;
  left: -140px;
  bottom: -20px;
}
#career .ttl03 span::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/career__ttl_deco_02.png) center center/contain no-repeat;
  width: 422px;
  height: 165px;
  right: -120px;
  bottom: -27px;
}
#career .career--step {
  position: relative;
  gap: 10px;
  margin-left: auto;
  margin-bottom: 280px;
}
#career .career--step-item {
  width: calc((100% - 30px - 30px) / 4);
}
#career .career--step-item .item-text {
  color: #fff;
  position: relative;
  margin: 0 auto;
  order: 1;
  width: 95%;
  padding: 20px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 400;
  border-radius: 20px;
  margin-bottom: 10px;
}
#career .career--step-item .item-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #1976D2 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  translate: 0 100%;
}
#career .career--step-item .item-ttl {
  font-family: var(--fot--M-plus);
  font-size: 25px;
  letter-spacing: 0.07em;
  font-weight: 900;
  order: 2;
  width: 100%;
  padding-top: 75px;
  padding-left: 96px;
}
#career .career--step-item:nth-of-type(odd) .item-text {
  background: var(--col--main-01);
}
#career .career--step-item:nth-of-type(odd) .item-text::before {
  border-color: var(--col--main-01) transparent transparent transparent;
}
#career .career--step-item:nth-of-type(even) .item-text {
  background: var(--col--main-02);
}
#career .career--step-item:nth-of-type(even) .item-text::before {
  border-color: var(--col--main-02) transparent transparent transparent;
}
#career .career--step-item:nth-of-type(1) .item-ttl {
  background: url(../img/top/career__step_box_01.png);
  width: 255px;
  height: 140px;
}
#career .career--step-item:nth-of-type(2) .item-ttl {
  background: url(../img/top/career__step_box_02.png);
  width: 255px;
  height: 240px;
}
#career .career--step-item:nth-of-type(3) .item-ttl {
  background: url(../img/top/career__step_box_03.png);
  width: 255px;
  height: 340px;
}
#career .career--step-item:nth-of-type(4) {
  position: relative;
}
#career .career--step-item:nth-of-type(4)::before {
  content: "";
  position: absolute;
  background: url(../img/top/career__deco_shine_01.png) center center/contain no-repeat;
  width: 69px;
  height: 66px;
  right: -50px;
  top: -50px;
}
#career .career--step-item:nth-of-type(4) .item-ttl {
  background: url(../img/top/career__step_box_04.png);
  width: 255px;
  height: 440px;
  font-size: 35px;
  padding-top: 70px;
  padding-left: 110px;
  color: #fff;
}
#career .career--license {
  right: 0;
  top: 832px;
  position: absolute;
  background: url(../img/top/career__license_bg_img_01.png) center right no-repeat, linear-gradient(90deg, #079e25 0%, #158259 100%);
  padding: 15px;
  width: 1350px;
  border-radius: 120px 0 0 120px;
}
#career .career--license::before {
  content: "";
  position: absolute;
  background: url(../img/top/career__chara_img_01.png) center center/contain no-repeat;
  width: 380px;
  height: 620px;
  right: 170px;
  bottom: -212px;
}
#career .career--license .ttl04 {
  background: yellow;
  margin-right: 30px;
  text-align: center;
  width: 205px;
  height: 200px;
  line-height: 1.2857142857;
  background: url(../img/top/career__license_ttl_bg.png);
}
#career .career--license .ttl04 span {
  font-family: var(--fot--M-plus);
  color: var(--col--main-02);
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#career .career--license .career--license-list {
  position: relative;
  gap: 10px;
  width: 580px;
}
#career .career--license .career--license-list::before {
  font-size: 30px;
  letter-spacing: 0.05em;
  color: var(--col--acc-03);
  font-weight: 900;
  content: "etc.";
  position: absolute;
  right: 100px;
  bottom: 0;
}
#career .career--license .career--license-list-item {
  border-radius: 10px;
  font-family: var(--fot--M-plus);
  font-size: 25px;
  letter-spacing: 0.05em;
  font-weight: 900;
  padding: 0 20px;
  background: #fff;
  height: 50px;
  width: fit-content;
}

/* TOP-person
----------------------------------------------------*/
#person {
  background: url(../img/top/person__bg_deco.png) right bottom/contain no-repeat, url(../img/top/person__bg_img_01.png);
  position: relative;
}
#person::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 190px;
  background: url(../img/top/pattern__stripe_02.jpg) repeat;
}
#person .inbox {
  position: relative;
  padding: 100px 0;
  min-height: 1400px;
}
#person .inbox::before {
  content: "";
  position: absolute;
  height: 75%;
  border-left: 5px solid var(--col--main-02);
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
#person .inbox::after {
  content: "";
  position: absolute;
  height: 75%;
  border-right: 5px solid var(--col--main-02);
  top: 55%;
  right: 0;
  transform: translateY(-50%);
}
#person .ttl03 {
  z-index: 0;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
}
#person .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/person__ttl_bg.png) center center/contain no-repeat;
  width: 801px;
  height: 300px;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
}
#person .ttl03 .en {
  display: block;
}
#person .ttl03 .ja {
  margin-top: -20px;
  display: block;
  font-family: var(--fot--M-plus);
  font-size: 45px;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#person .person--target-list {
  z-index: 1;
  position: relative;
  margin-top: 200px;
}
#person .person--target-list-item {
  position: absolute;
}
#person .person--target-list-item p {
  font-family: var(--fot--M-plus);
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 1.32;
  padding-bottom: 20px;
}
#person .person--target-list-item p::first-letter {
  font-size: 35px;
  color: var(--col--acc-03);
}
#person .person--target-list-item:nth-of-type(1) {
  z-index: 0;
  background: url(../img/top/person__ttl_bg_01.png) center center/contain no-repeat;
  width: 297px;
  height: 167px;
  top: -70px;
  left: 330px;
  padding-bottom: 20px;
}
#person .person--target-list-item:nth-of-type(2) {
  background: url(../img/top/person__ttl_bg_02.png) center center/contain no-repeat;
  width: 297px;
  height: 177px;
  right: 19px;
  top: -39px;
  padding-bottom: 10px;
}
#person .person--target-list-item:nth-of-type(3) {
  background: url(../img/top/person__ttl_bg_03.png) center center/contain no-repeat;
  width: 260px;
  height: 214px;
  left: 360px;
  top: 410px;
}
#person .person--target-list-item:nth-of-type(4) {
  background: url(../img/top/person__ttl_bg_04.png) center center/contain no-repeat;
  width: 297px;
  height: 165px;
  right: 341px;
  top: 730px;
  padding-bottom: 20px;
}
#person .person--chara-list {
  z-index: 1;
  position: relative;
  width: 100%;
}
#person .person--chara-list-item:nth-of-type(1) {
  position: absolute;
  top: -90px;
  left: 36px;
}
#person .person--chara-list-item:nth-of-type(2) {
  position: absolute;
  top: 120px;
  right: 57px;
}
#person .person--chara-list-item:nth-of-type(3) {
  position: absolute;
  top: 530px;
  left: 75px;
}
#person .person--window-list {
  z-index: 0;
  position: relative;
  width: 100%;
}
#person .person--window-list-item:nth-of-type(1) {
  position: absolute;
  top: 140px;
  left: 30px;
}
#person .person--window-list-item:nth-of-type(2) {
  position: absolute;
  top: 350px;
  right: 30px;
}
#person .person--window-list-item:nth-of-type(3) {
  position: absolute;
  top: 740px;
  left: 30px;
}

/* TOP-recruit
----------------------------------------------------*/
#recruit {
  background: url(../img/top/recruit__bg_deco_02.png) right calc(50% - 770px) top 340px no-repeat, url(../img/top/recruit__img_01.png) right calc(50% - 570px) top no-repeat, url(../img/top/recruit__bg_deco_01.png) left calc(50% - 570px) bottom no-repeat, var(--col--main-02);
}
#recruit .inbox {
  padding: 100px 0;
}
#recruit .ttl03 {
  z-index: 0;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
#recruit .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/top/recruit__ttl_en.png) center center/contain no-repeat;
  width: 564px;
  height: 91px;
  left: -440px;
  top: -100px;
}
#recruit .ttl03 span {
  position: relative;
  font-family: var(--fot--M-plus);
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#recruit .ttl03 span::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/recruit__ttl_deco_01.png) center center/contain no-repeat;
  width: 200px;
  height: 142px;
  bottom: 0;
  left: 150px;
}
#recruit .recruit--table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
#recruit .recruit--table tr {
  background: #fff;
}
#recruit .recruit--table tr th,
#recruit .recruit--table tr td {
  font-size: 15px;
  font-weight: 500;
  padding: 20px 0;
  line-height: 2;
}
#recruit .recruit--table tr th {
  position: relative;
  width: 20%;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
  padding-left: 50px;
  color: var(--col--main-02);
}
#recruit .recruit--table tr th span {
  position: relative;
}
#recruit .recruit--table tr th span::before {
  content: "";
  position: absolute;
  background: url(../img/top/icon__arrow_02.png) center center/contain no-repeat;
  width: 15px;
  height: 10px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#recruit .recruit--table tr td {
  width: 80%;
  border-radius: 0 10px 10px 0;
  padding-left: 50px;
}

/* TOP-company
----------------------------------------------------*/
#company {
  background: url(../img/top/company__bg_deco_01.png) left top/contain no-repeat, url(../img/top/company__bg_img_01.png) center center/cover no-repeat;
  position: relative;
}
#company .inbox {
  padding: 120px 0 100px;
}
#company .ttl03 {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 40px;
}
#company .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/company__ttl_en.png) center center/contain no-repeat;
  width: 667px;
  height: 91px;
  right: 50px;
  translate: 100% 0;
  top: 50%;
  transform: translateY(-50%);
}
#company .ttl03 span {
  position: relative;
  font-family: var(--fot--M-plus);
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#company .ttl03 span::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/company__ttl_deco_01.png) center center/contain no-repeat;
  width: 116px;
  height: 100px;
  bottom: 20px;
  left: -40px;
}
#company .company--wrap {
  gap: 50px;
}
#company .company--table-wrap {
  padding: 30px;
  background: #fff;
  width: fit-content;
  border-radius: 20px;
  width: 540px;
}
#company .company--table {
  gap: 6px;
  width: 100%;
}
#company .company--table .in-dl {
  background: var(--col--base-02);
}
#company .company--table .in-dl dt,
#company .company--table .in-dl dd {
  padding: 10px;
  padding-left: 20px;
  line-height: 2;
}
#company .company--table .in-dl dt {
  color: #fff;
  background: var(--col--main-02);
  font-weight: 700;
  width: 150px;
  border-radius: 5px 20px 20px 5px;
}
#company .company--table .in-dl dd {
  font-weight: 500;
  flex: 1;
}
#company .company--table .in-dl dd img {
  margin-top: 5px;
  display: block;
}
#company .company--map {
  overflow: hidden;
  width: 490px;
  height: 400px;
  border-radius: 20px;
}
#company .company--map iframe {
  width: 100%;
  height: 100%;
}

/* TOP-contact
----------------------------------------------------*/
#contact {
  overflow: hidden;
  z-index: 0;
  position: relative;
  background: url(../img/top/contact__bg_deco_03.png) left bottom / 100% auto no-repeat, 
  url(../img/top/contact__bg_deco_02.png) right clamp(-600px, 80vw - 1400px, 0px) top no-repeat, 
  url(../img/top/contact__bg_deco_01.png) left top / 100% auto no-repeat;
}
#contact .inbox {
  padding: 150px 0;
}
#contact .ttl03 {
  z-index: 0;
  margin: 0 auto;
  position: relative;
  width: fit-content;
  margin-bottom: 40px;
}
#contact .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/contact__ttl_en.png) center center/contain no-repeat;
  width: 667px;
  height: 91px;
  left: 260px;
  bottom: 20px;
  translate: -100% 0;
}
#contact .ttl03 span {
  position: relative;
  font-family: var(--fot--M-plus);
  font-size: 45px;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#contact .ttl03 span::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/contact__ttl_deco_01.png) center center/contain no-repeat;
  width: 94px;
  height: 80px;
  right: -10px;
  bottom: 10px;
  translate: 100% 0;
}
#contact .contact-form-table-wrap {
  position: relative;
  padding: 60px;
  background: var(--col--base-02);
  border-radius: 20px;
}
#contact .contact-form-table{
  background: var(--col--base-02);
  padding: 10px;
  border-radius: 5px;
}
#contact .contact-form-table-wrap::before {
  content: "";
  position: absolute;
  background: url(../img/top/contact__chara_img_01.png) center center/contain no-repeat;
  width: 280px;
  height: 793px;
  right: 65px;
  translate: 100% 0;
  bottom: -240px;
}
/* TOP-NEWS お知らせ
----------------------------------------------------*/
#news {
  position: relative;
  overflow: hidden;
  background: url(../img/top/news__bg_deco_01.png) center top/100% auto no-repeat;
}
#news .inbox {
  position: relative;
  padding: 240px 0 100px;
}
#news .ttl03 {
  position: absolute;
  z-index: 0;
  margin-right: auto;
  margin-bottom: 40px;
  background: var(--col--acc-03);
  width: fit-content;
  padding: 80px 0 60px;
  padding-right: 170px;
  border-radius: 0 95px 95px 0;
  top: 0;
}
#news .ttl03::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 500px;
  top: 0;
  left: -50vw;
  width: 50vw;
  background: var(--col--acc-03);
}
#news .ttl03::after {
  content: "";
  position: absolute;
  background: url(../img/top/news__ttl_en.png) center center/contain no-repeat;
  width: 91px;
  height: 366px;
  left: -30px;
  top: 50px;
  translate: -100% 0;
}
#news .ttl03 span {
  position: relative;
  font-family: var(--fot--M-plus);
  font-size: 45px;
  letter-spacing: 0.1em;
  font-weight: 900;
  padding-right: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--col--main-03);
}
#news .ttl03 span::before {
  content: "";
  position: absolute;
  background: url(../img/top/news__ttl_deco_01.png) center center/contain no-repeat;
  width: 81px;
  height: 82px;
  bottom: 0;
  right: -80px;
}
#news .news--post-wrap .news--post {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: 20px;
  margin-left: 0px;
  transition: ease 0.2s;
}
#news .news--post-wrap .news--post-ttl {
  order: 3;
  width: 100%;
}
#news .news--post-wrap .news--post-time {
  order: 1;
  width: fit-content;
  font-family: var(--col--main-02);
  font-size: 20px;
  font-weight: 900;
  color: var(--col--main-02);
  margin-bottom: 5px;
}
#news .news--post-wrap .news--post-tags {
  order: 2;
  width: 87%;
  gap: 5px;
  margin-left: 10px;
  margin-bottom: 5px;
}
#news .news--post-wrap .news--post-tags li {
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  background: var(--col--acc-03);
  width: fit-content;
  height: fit-content;
}
#news .news--post-wrap .news--post:hover {
  margin-left: 10px;
}
#news .news--btn {
  width: fit-content;
  z-index: 0;
  position: absolute;
  top: 140px;
  right: 60px;
  transition: ease 0.2s;
}
#news .news--btn span {
  font-family: var(--fot--M-plus);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.05em;
  transition: ease 0.2s;
}
#news .news--btn::before {
  pointer-events: none;
  z-index: -2;
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  right: -40px;
  background: var(--col--base-02);
}
#news .news--btn::after {
  pointer-events: none;
  transition: ease 0.2s;
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/top/icon__arrow_03.png) center center/contain no-repeat;
  width: 32px;
  height: 20px;
  right: -20px;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
#news .news--btn:hover span {
  color: var(--col--main-02);
}
#news .news--btn:hover::after {
  right: -25px;
}

/* footer
=================================================================================*/
#footer {
  background: var(--col--main-02);
}
#footer .inbox {
  padding: 50px 0 10px;
}
#footer .ft--logp {
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 30px;
  transition: ease 0.2s;
}
#footer .ft--logp:hover {
  opacity: 0.7;
}
#footer .ft--info {
  gap: 20px;
  margin-bottom: 10px;
}
#footer .ft--info .com--tel {
  width: fit-content;
}
#footer .ft--info .com--tel .tel-num {
  color: #fff;
}
#footer .ft--info .com--tel .tel-num::before {
  background: url(../img/common/icon__tel_02.png) center center/contain no-repeat;
}
#footer .ft--info .com--times {
  width: fit-content;
  height: fit-content;
}
#footer .tel-attention {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
}
#footer .ft--links {
  margin-bottom: 30px;
  padding: 20px 50px;
  background: #fff;
  border-radius: 40px;
}
#footer .ft--links .ft--sns-list {
  gap: 20px;
}
#footer .ft--links .ft--sns-list-item {
  transition: ease 0.15s;
}
#footer .ft--links .ft--sns-list-item:hover {
  opacity: 0.7;
}
#footer .ft--links .ft--nav-list {
  gap: 25px;
}
#footer .ft--links .ft--nav-list-item {
  font-size: 13px;
  font-weight: 500;
  transition: ease 0.15s;
}
#footer .ft--links .ft--nav-list-item:hover {
  color: var(--col--main-02);
}
#footer #copyright {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

.fixed-btn {
  z-index: 7;
  display: block;
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: fit-content;
  height: fit-content;
  transition: ease .2s;
}
.fixed-btn:hover {
  bottom: 8px;
  opacity: .6;
}

/* 下層
=================================================================================*/
/* 下層-
----------------------------------------------------*/
/* 共通ページ
=================================================================================*/
/* 共通ページ 共通項目
----------------------------------------------------*/
/* 共通 */
#contents-u .ttl01,
#contact .ttl01 {
  position: relative;
  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--M-plus);
  font-weight: 800;
  font-size: 40px;
}
#contents-u .ttl01 .en,
#contact .ttl01 .en {
  z-index: -1;
  opacity: 0.3;
  white-space: nowrap;
  position: absolute;
  display: block;
  width: fit-content;
  font-family: var(--fot--M-plus);
  font-weight: 800;
  font-size: 68px;
  top: -40px;
  color: var(--col--main-03);
  left: 50%;
  transform: translateX(-50%);
}

/* お問い合わせ完了 */
#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-bottom: 1px solid var(--col--main-02);
}
#contact table tr th {
  width: 35%;
  color: var(--col--main-02);
}
#contact table tr td {
  width: 65%;
}
#contact table tr:last-child td,
#contact table tr:last-child th {
  border-bottom: 1px solid var(--col--main-02);
}
#contact table .required-mark {
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  background: var(--col--acc-01);
}
@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;
  width: 400px;
  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 {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: 20px;
  margin-left: 0px;
  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;
  font-family: var(--col--main-02);
  font-size: 20px;
  font-weight: 900;
  color: var(--col--main-02);
  margin-bottom: 5px;
}
#contents-u.post .news--post-tags {
  order: 2;
  width: 87%;
  gap: 5px;
  margin-left: 10px;
  margin-bottom: 5px;
}
#contents-u.post .news--post-tags li {
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  background: var(--col--acc-03);
  width: fit-content;
  height: fit-content;
}
#contents-u.post .news--post:hover {
  margin-left: 10px;
}

.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: 5px 10px;
}
#contents-u.s-post .inbox #s-post .s-post-taglist .tag-name {
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  background: var(--col--acc-03);
  width: fit-content;
  height: fit-content;
}
#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 */