<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.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%);
}

/*下層ボックス
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

/*パンくず
=========================================================*/
#bread-clumb {
  z-index: 4;
  top: 507px;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 20px 0 20px;
}
#bread-clumb li {
  font-weight: 500;
  position: relative;
  color: #223273;
  font-size: 16px;
  float: left;
  margin-right: 35px;
}
#bread-clumb li:after {
  content: "＞";
  position: absolute;
  display: block;
  right: -27px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: #000;
  transition: ease 0.1s;
}
#bread-clumb li a:hover {
  color: #31baee;
}

/*施工実績
=========================================================*/
#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 #223273;
  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 #223273;
  color: #223273;
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: #223273;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #223273;
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #223273;
}
#contents-u.s-post .sb_style h3 {
  background: #223273;
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: #223273;
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: #223273;
}
#contents-u.s-post .sb_style ul li:before {
  background: #223273;
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #223273;
}
#contents-u.s-post .sb_style a {
  color: #223273;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #223273;
}
#contents-u.s-post .s-time-tag time {
  color: #223273;
  font-weight: bold;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}
ul.pagenation li.current {
  color: #fff;
  background: #223273;
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid #223273 5px;
}
.page-btn .right a:before {
  border-left: solid #223273 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #223273;
}
#site-map ul li a {
  color: #000;
}
#site-map ul li a:before {
  border-left: 8px solid #223273;
}
#site-map ul li a:hover {
  color: #223273;
}
#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #223273;
}

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

/*初期設定
=================================================================================*/
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

.inbox {
  width: 1080px;
  margin: 0 auto;
}

/*グローバルヘッダー
=================================================================================*/
.com-tel {
  position: relative;
  width: fit-content;
}
.com-tel .tel-comment {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  background: #31baee;
  padding: 3px 9px 4px;
  margin-bottom: 5px;
  width: fit-content;
}
.com-tel a {
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #223273;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 20px;
}
.com-tel a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon--tel_01.png) center center/contain no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#header .hd--wrp {
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}
#header .hd--wrp .hd--info {
  height: 80px;
}
#header .hd--wrp .hd--left {
  margin-left: 100px;
}
#header .hd--wrp .hd--left .hd--ttl01 {
  position: relative;
  top: 0;
  transition: ease 0.17s;
}
#header .hd--wrp .hd--left .hd--ttl01:hover {
  top: -2px;
  opacity: 0.7;
}
#header .hd--wrp .hd--right {
  margin-left: 50px;
  margin-right: 80px;
}
#header .hd--wrp .hd--tel {
  min-width: 190px;
  width: fit-content;
  margin-right: 22px;
}
#header .hd--wrp .hd--tel .tel-comment {
  margin-bottom: 6px;
}
#header .hd--wrp .hd--tel a {
  font-weight: 600;
}
#header .hd--wrp .hd--contact {
  min-width: 250px;
  margin-right: 20px;
}
#header .hd--wrp .hd--sns-list {
  gap: 20px;
  width: fit-content;
}
#header .hd--wrp .hd--sns-list-item {
  position: relative;
  top: 0;
  width: fit-content;
  transition: ease 0.16s;
}
#header .hd--wrp .hd--sns-list-item:hover {
  top: -2px;
  opacity: 0.7;
}
#header .hd--wrp #nav {
  min-width: 1080px;
  width: 100%;
  background: #223273;
}
#header .hd--wrp #nav .nav--list {
  margin: 0 auto;
  width: 960px;
  padding: 6px 0;
}
#header .hd--wrp #nav .nav--list .nav--list-item {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 6px 0;
  transition: ease 0.15s;
}
#header .hd--wrp #nav .nav--list .nav--list-item a {
  color: #fff;
  position: relative;
  top: 0;
  transition: ease 0.15s;
}
#header .hd--wrp #nav .nav--list .nav--list-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/border--img_01_01.png) center center/contain no-repeat;
  width: 1px;
  height: 19px;
  right: -36px;
}
#header .hd--wrp #nav .nav--list .nav--list-item:hover {
  opacity: 1;
}
#header .hd--wrp #nav .nav--list .nav--list-item:hover a {
  color: #94e1ff;
  top: -2px;
}
#header .hd--wrp #nav .nav--list .nav--list-item:last-of-type::before {
  display: none;
}

#mv {
  overflow: hidden;
  margin-top: 110px;
  position: relative;
  background: url(../img/mv/mv--img_01.png) center center/cover no-repeat;
  height: 810px;
}
#mv::before {
  content: "";
  position: absolute;
  background: url(../img/mv/mv--deco_01_01.png);
  width: 117px;
  height: 335px;
  left: 0;
  top: 0;
}
#mv::after {
  content: "";
  position: absolute;
  background: url(../img/mv/mv--deco_01_02.png);
  width: 117px;
  height: 335px;
  right: 0;
  bottom: 0;
}
#mv .mv-catch {
  position: relative;
  font-feature-settings: "palt";
  text-align: center;
}
#mv .mv-catch::before {
  content: "";
  position: absolute;
  background: url(../img/mv/mv--deco_02_01.png) center center/contain no-repeat;
  width: 127px;
  height: 342px;
  left: -200px;
  bottom: -177px;
}
#mv .mv-catch::after {
  content: "";
  position: absolute;
  background: url(../img/mv/mv--deco_02_02.png) center center/contain no-repeat;
  width: 115px;
  height: 300px;
  right: -200px;
  top: -177px;
}
#mv .mv-catch .en-ttl {
  font-size: 60px;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #223273 0%, #31baee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#mv .mv-catch .ja-sb-ttl {
  margin: 0 auto;
  width: fit-content;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 30px;
  background: #223273;
  padding: 10px 21px;
}
#mv .mv-catch .ja-main-ttl {
  display: block;
  margin-bottom: 30px;
}
#mv .mv-catch .ja-lead-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  z-index: 0;
  position: relative;
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#mv .mv-catch .ja-lead-ttl &gt; span {
  margin: 0 auto;
  width: fit-content;
  display: block;
  margin-bottom: 7px;
  background: #fff;
  padding: 7px 12px;
}

#sv {
  margin-top: 110px;
  position: relative;
  height: 400px;
  width: 100%;
}
#sv::before {
  content: "";
  position: absolute;
  background: url(../img/mv/mv--deco_01_01.png);
  width: 117px;
  height: 335px;
  left: 0;
  top: 0;
}
#sv::after {
  content: "";
  position: absolute;
  background: url(../img/mv/mv--deco_01_02.png);
  width: 117px;
  height: 335px;
  right: 0;
  bottom: 0;
}
#sv .sv-catch {
  position: absolute;
  left: calc(50% - 540px);
}
#sv .sv-catch .en {
  width: fit-content;
  display: block;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: -0.06em;
  font-size: 80px;
  background: linear-gradient(90deg, #223273 0%, #31baee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
  padding-right: 5px;
}
#sv .sv-catch .ja {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0em;
  font-weight: 500;
  background: #223273;
  width: fit-content;
  padding: 12px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

/* TOP
=================================================================================*/
/* 全ページ共通設定
----------------------------------------------------*/
.com-text-01 p {
  line-height: 2.25;
  margin-bottom: 24px;
}
.com-text-01 p:last-child {
  margin-bottom: 0;
}

.com-ttl03-01 {
  width: fit-content;
}
.com-ttl03-01 .en {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 25px;
  color: #223273;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 2px;
}
.com-ttl03-01 .ja {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}
.com-ttl03-01 .ja strong {
  color: #fff;
  font-weight: 500;
  font-size: inherit;
  background: #223273;
  border-radius: 6px;
  padding: 1px 10px;
  margin-right: 4px;
  margin-left: 4px;
}

.com-btn-01 {
  position: relative;
  width: 340px;
  height: 60px;
  background: #31baee;
  border: 1px solid #31baee;
  transition: ease 0.12s;
  border-radius: 10px;
}
.com-btn-01 span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  padding-left: 25px;
  transition: ease 0.12s;
}
.com-btn-01::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon--arrow_01_01.png) center center/contain no-repeat;
  width: 15px;
  height: 15px;
  left: calc(50% - 60px);
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.12s;
}
.com-btn-01:hover {
  background: #fff;
}
.com-btn-01:hover span {
  color: #31baee;
}
.com-btn-01:hover::before {
  background: url(../img/common/icon--arrow_01_02.png) center center/contain no-repeat;
  left: calc(50% - 55px);
}

.com-contact-btn {
  width: 280px;
  height: 60px;
  background: #223273;
  border-radius: 10px;
  border: 1px solid #223273;
  transition: ease 0.12s;
}
.com-contact-btn span {
  position: relative;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-left: 45px;
  transition: ease 0.12s;
}
.com-contact-btn span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon--line_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.com-contact-btn:hover {
  background: #fff;
}
.com-contact-btn:hover span {
  color: #223273;
}

.com-connect {
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 50px;
  padding-top: 30px;
}
.com-connect::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_person_03.png) center center/contain no-repeat;
  width: 87px;
  height: 217px;
  left: 150px;
  top: 40px;
}
.com-connect::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_person_04.png) center center/contain no-repeat;
  width: 87px;
  height: 217px;
  right: 150px;
  top: 31px;
}
.com-connect .ttl04 {
  z-index: -2;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.com-connect .ttl04 .logo {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.com-connect .ttl04 .logo::before {
  content: "";
  position: absolute;
  width: 38%;
  border-bottom: 3px solid #223273;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.com-connect .ttl04 .logo::after {
  content: "";
  position: absolute;
  width: 38%;
  border-bottom: 3px solid #223273;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.com-connect .ttl04 .ja {
  margin: 0 auto;
  width: fit-content;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.com-connect .ttl04 .ja .str-size-01 {
  color: #223273;
  font-size: 38px;
  font-weight: inherit;
  letter-spacing: inherit;
}
.com-connect .ttl04 .ja span {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 40px;
  background: #31baee;
  border-radius: 10px;
  padding: 5px 5px;
  margin-right: 7px;
}
.com-connect .com-connect-list {
  position: relative;
  width: 100%;
  background: #dceef5;
  padding: 40px 30px;
}
.com-connect .com-connect-list-item {
  position: relative;
}
.com-connect .com-connect-list-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/border--img_02_01.png);
  width: 2px;
  height: 104px;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}
.com-connect .com-connect-list-item:last-child::before {
  display: none;
}
.com-connect .com-connect-list .com-connect-list-tel .tel-comment {
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.com-connect .com-connect-list .com-connect-list-tel a {
  font-size: 30px;
  padding-left: 34px;
}
.com-connect .com-connect-list .com-connect-list-tel a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon--tel_03.png) center center/contain no-repeat;
  width: 25px;
  height: 23px;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
}
.com-connect .com-connect-list .com-connect-list-sns {
  /* margin-right: 30px; */
  /* Instagramの提供次第、下記を消し、上記を表示してください。 */
  margin-right: 100px;
}
.com-connect .sns-list {
  gap: 30px;
}
.com-connect .sns-list-item {
  position: relative;
  top: 0px;
  width: 65px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
}
.com-connect .sns-list-item a {
  position: relative;
  top: 0;
  transition: ease 0.16s;
}
.com-connect .sns-list-item a:hover {
  top: -2px;
  opacity: 0.7;
}
/* TOP-greeting
----------------------------------------------------*/
#top-greeting {
  position: relative;
}
#top-greeting::before {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_city_01.png) center center/contain no-repeat;
  width: 603px;
  height: 74px;
  left: 0;
  bottom: 0;
}
#top-greeting .inbox {
  position: relative;
  padding: 90px 0;
}
#top-greeting .ttl03 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
}
#top-greeting .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco--ttl_deco_01_01.png) center center/contain no-repeat;
  width: 58px;
  height: 82px;
  left: -88px;
  top: 70%;
  transform: translateY(-50%);
}
#top-greeting .ttl03::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco--ttl_deco_01_02.png) center center/contain no-repeat;
  width: 58px;
  height: 82px;
  right: -88px;
  top: 70%;
  transform: translateY(-50%);
}
#top-greeting .top-greeting--intro-text p {
  font-weight: 500;
}

/* TOP-worry
----------------------------------------------------*/
#top-worry {
  position: relative;
  background: #f7f0eb;
}
#top-worry::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/common/icon--arrow_02.png);
  width: 118px;
  height: 129px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -170px;
}
#top-worry .inbox {
  padding: 100px 0;
}
#top-worry .ttl03 {
  margin: 0 auto;
  margin-bottom: 50px;
}
#top-worry .top-worry--list {
  gap: 50px;
}
#top-worry .top-worry--list-item {
  position: relative;
  width: calc((100% - 90px) / 2);
  height: 244px;
  background: url(../img/common/deco--balloon_01.png) center center/contain no-repeat;
}
#top-worry .top-worry--list-item .list-ttl {
  margin-top: -20px;
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.4814814815;
}
#top-worry .top-worry--list-item .list-ttl .str-color {
  font-size: inherit;
  font-weight: inherit;
  color: #31baee;
}
#top-worry .top-worry--list-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_person_01.png) center center/contain no-repeat;
  width: 86px;
  height: 224px;
  right: -40px;
  bottom: -100px;
}
#top-worry .top-worry--list-item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_person_02.png) center center/contain no-repeat;
  width: 99px;
  height: 219px;
  right: -56px;
  bottom: -96px;
}
#top-worry .top-worry--list-item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_car_01.png) center center/contain no-repeat;
  width: 187px;
  height: 171px;
  right: -80px;
  bottom: -90px;
}
#top-worry .top-worry--list-item:nth-of-type(4)::before {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_object_01.png) center center/contain no-repeat;
  width: 181px;
  height: 210px;
  right: -61px;
  bottom: -100px;
}

#top-solution {
  overflow: hidden;
  position: relative;
  background: url(../img/common/pattern--texture_01_01.png) repeat;
}
#top-solution::before {
  content: "";
  position: absolute;
  background: url(../img/common/separate--img_01.png) center center/100% 100% no-repeat;
  width: 100%;
  height: 140px;
  top: 0;
}
#top-solution .inbox {
  z-index: 0;
  position: relative;
  padding: 200px 0 100px;
}
#top-solution .ttl03 {
  margin: 0 auto;
  margin-bottom: 40px;
}
#top-solution .ttl03 .ja {
  font-size: 40px;
  position: relative;
  color: #fff;
}
#top-solution .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco--ttl_deco_02_01.png) center center/contain no-repeat;
  width: 34px;
  height: 75px;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
}
#top-solution .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco--ttl_deco_02_02.png) center center/contain no-repeat;
  width: 34px;
  height: 75px;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}

/* TOP-result
----------------------------------------------------*/
#top-result {
  background: url(../img/common/pattern--line_01_01.png) repeat;
}
#top-result .inbox {
  padding: 100px 0;
}
#top-result .ttl03 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
}
#top-result .ttl03 .ja {
  font-size: 40px;
}
#top-result .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_person_05.png) center center/contain no-repeat;
  width: 53px;
  height: 102px;
  left: -115px;
  top: 50%;
  transform: translateY(-50%);
}
#top-result .ttl03::after {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_object_02.png) center center/contain no-repeat;
  width: 105px;
  height: 69px;
  right: -155px;
  top: 50%;
  transform: translateY(-50%);
}
#top-result .top-result--wrap {
  gap: 30px;
  margin-bottom: 50px;
}
#top-result .top-result--post {
  width: calc((100% - 60px) / 3);
  border-bottom: 1px solid #ccc;
  transition: ease 0.18s;
  position: relative;
  top: 0;
}
#top-result .top-result--post a {
  width: 100%;
  height: 100%;
}
#top-result .top-result--post-img {
  order: 1;
  width: 340px;
  height: 280px;
  margin-bottom: 10px;
}
#top-result .top-result--post-ttl {
  order: 2;
  position: relative;
  width: 100%;
  margin-bottom: 6px;
}
#top-result .top-result--post-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  border-left: 5px solid #223273;
}
#top-result .top-result--post-ttl span {
  font-weight: 500;
  font-size: 16px;
  padding-left: 20px;
  line-height: 1.8125;
}
#top-result .top-result--post:hover {
  top: -3px;
  opacity: 0.8;
}
#top-result .com-btn-01 {
  margin: 0 auto;
}

/* TOP-NEWS お知らせ
----------------------------------------------------*/
#top-news {
  background: url(../img/top/top-news--bg_img_01.png) center center/cover no-repeat;
  padding: 90px 0;
}
#top-news .inbox {
  position: relative;
  padding: 50px;
  background: #fff;
  min-height: 310px;
}
#top-news .inbox::before {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_object_03.png) center center/contain no-repeat;
  width: 107px;
  height: 75px;
  left: -40px;
  bottom: -18px;
}
#top-news .inbox::after {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_car_01_s.png) center center/contain no-repeat;
  width: 98px;
  height: 93px;
  right: -30px;
  bottom: -26px;
}
#top-news .ttl03 {
  position: absolute;
  margin-right: auto;
  top: 60px;
}
#top-news .ttl03 .en {
  font-size: 20px;
  margin-bottom: 7px;
}
#top-news .com-btn-01 {
  position: absolute;
  top: 190px;
  width: 270px;
}
#top-news .top-news--post {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  right: 0;
  transition: ease 0.17s;
  width: 650px;
  margin-left: auto;
}
#top-news .top-news--post-ttl {
  width: 100%;
  order: 3;
}
#top-news .top-news--post-time {
  font-weight: 500;
  color: #223273;
  width: fit-content;
  order: 1;
  margin-right: 20px;
  margin-bottom: 15px;
}
#top-news .top-news--post-tags {
  order: 2;
  width: 80%;
  height: fit-content;
  gap: 5px 13px;
}
#top-news .top-news--post-tags li {
  font-size: 15px;
  color: #223273;
  position: relative;
  width: fit-content;
  height: fit-content;
  padding-left: 17px;
}
#top-news .top-news--post-tags li::before {
  content: "■";
  position: absolute;
  left: 0;
}
#top-news .top-news--post:hover {
  right: -6px;
  opacity: 0.7;
}

/* footer
=================================================================================*/
#footer {
  position: relative;
}
#footer .inbox {
  position: relative;
  padding: 40px 0 70px;
}
#footer .inbox::before {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_city_02.png) center center/contain no-repeat;
  width: 463px;
  height: 56px;
  right: calc(50% - 540px);
  bottom: 0px;
}

#footer .ft--left{
  width: fit-content;
}

#footer .ft--right{
  width: fit-content;
}

#footer .ft--logo {
  display: block;
  width: fit-content;
  margin-bottom: 25px;
  transition: ease 0.17s;
}
#footer .ft--logo:hover {
  opacity: 0.8;
}
#footer .ft--tel {
  margin-bottom: 25px;
}
#footer .ft--tel .tel-comment {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px 9px 6px;
}
#footer .ft--tel a {
  display: block;
  font-size: 30px;
  padding-left: 40px;
  margin: 0 10px;
}
#footer .ft--tel a::before {
  background: url(../img/common/icon--tel_02.png) center center/contain no-repeat;
  width: 28px;
  height: 26px;
  top: 55%;
  transform: translateY(-50%);
}
#footer .ft--contact {
  margin-bottom: 25px;
}
#footer .ft--sns-list {
  gap: 25px;
}
#footer .ft--sns-list-item {
  transition: ease 0.16s;
}
#footer .ft--sns-list-item:hover {
  opacity: 0.7;
}
#footer .ft--nav-list {
  margin-top: -30px;
  height: 260px;
  gap: 30px 70px;
  width: 595px;
}
#footer .ft--nav-list a {
  width: 100%;
  height: 100%;
}
#footer .ft--nav-list-item {
  font-weight: 500;
  font-size: 15px;
  position: relative;
  width: 260px;
  padding-left: 20px;
  transition: ease 0.15s;
}
#footer .ft--nav-list-item::before {
  content: "＞";
  position: absolute;
  left: 0;
  transition: ease 0.15s;
}
#footer .ft--nav-list-item:hover {
  color: #31baee;
}
#footer .ft--nav-list-item:hover::before {
  color: #31baee;
  content: "＞";
  position: absolute;
  left: 3px;
}
#footer .ft--nav-list-item:first-of-type {
  width: 135px;
  height: 30px;
  background: #223273;
  padding: 0;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  transition: ease 0.12s;
}
#footer .ft--nav-list-item:first-of-type::before {
  display: none;
}
#footer .ft--nav-list-item:first-of-type::after {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  transition: ease 0.1s;
}
#footer .ft--nav-list-item:first-of-type:hover {
  background: #31baee;
}
#footer .ft--nav-list-item:first-of-type:hover::after {
  right: 7px;
}
#footer #copyright {
  z-index: 1;
  position: relative;
  font-size: 11px;
  font-weight: 400;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  background: #223273;
}

/* entrance
=================================================================================*/

#entrance .ent--common {
  position: relative;
  width: 100%;
  min-height: 820px;
  height: calc(100vh - 19px);
}
#entrance .ent--common a {
  z-index: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#entrance .ent--common a::before {
  z-index: -1;
  content: "";
  position: absolute;
  background-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(110%);
  transition: ease 0.2s;
}
#entrance .ent--common a .ttl02 {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
#entrance .ent--common a .ttl02 .main-ttl {
  background: url(../img/common/pattern--texture_02_01.png) repeat;
  display: block;
  margin: 0 auto;
  width: fit-content;
  font-size: clamp(30px, 1vw + 18px ,40px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}
#entrance .ent--common a .ttl02 .sub-ttl {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
#entrance .ent--common a .ttl02 .sub-ttl span {
  padding: 5px 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(18px, 1vw + 6px ,26px);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 10px;
}
#entrance .ent--common a .ttl02 .sub-ttl span:last-child {
  margin-bottom: 0;
}
#entrance .ent--common a:hover::before {
  transform: translate(-50%, -50%) scale(115%);
}
#entrance .ent--sec01 a::before {
  background: url(../img/ent/entrance--img_01.png) center center/cover no-repeat, rgba(255, 255, 255, 0);
  background-blend-mode: hard-light;
}
#entrance .ent--sec01 a .ttl02 .main-ttl {
  background: url(../img/common/pattern--texture_02_01.png) repeat;
}
#entrance .ent--sec01 a:hover::before {
  background: url(../img/ent/entrance--img_01.png) center center/cover no-repeat, rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(112%);
}
#entrance .ent--sec02 a::before {
  background: url(../img/ent/entrance--img_02.png) center center/cover no-repeat, rgba(255, 0, 0, 0);
  background-blend-mode: hard-light;
}
#entrance .ent--sec02 a .ttl02 .main-ttl {
  background: url(../img/common/pattern--texture_02_02.png) repeat;
}
#entrance .ent--sec02 a:hover::before {
  background: url(../img/ent/entrance--img_02.png) center center/cover no-repeat, rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(112%);
}
#entrance .ent--sec03 a::before {
  background: url(../img/ent/entrance--img_03.png) center center/cover no-repeat, rgba(255, 0, 0, 0);
  background-blend-mode: hard-light;
}
#entrance .ent--sec03 a .ttl02 .main-ttl {
  background: url(../img/common/pattern--texture_02_03.png) repeat;
}
#entrance .ent--sec03 a:hover::before {
  background: url(../img/ent/entrance--img_03.png) center center/cover no-repeat, rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(112%);
}

#ent-news {
  position: relative;
  margin: 0 auto;

  margin-top: -250px;
  margin-bottom: 30px;
  width: 1080px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.92);
}
#ent-news .ttl03 {
  margin-bottom: 15px;
}
#ent-news .ttl03 .ja {
  font-weight: 600;
  margin-right: 10px;
}
#ent-news .ttl03 .en {
  margin-bottom: 14px;
}
#ent-news .ent-news--post {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  right: 0;
  transition: ease 0.17s;
  border-bottom: unset;
}
#ent-news .ent-news--post-ttl {
  width: 100%;
  order: 3;
}
#ent-news .ent-news--post-time {
  font-weight: 500;
  color: #223273;
  width: fit-content;
  order: 1;
  margin-right: 20px;
  margin-bottom: 15px;
}
#ent-news .ent-news--post-tags {
  order: 2;
  width: 80%;
  height: fit-content;
  gap: 5px 13px;
}
#ent-news .ent-news--post-tags li {
  font-size: 15px;
  color: #223273;
  position: relative;
  width: fit-content;
  height: fit-content;
  padding-left: 17px;
}
#ent-news .ent-news--post-tags li::before {
  content: "■";
  position: absolute;
  left: 0;
}
#ent-news .ent-news--post:hover {
  right: -6px;
  opacity: 0.7;
}
#ent-news .ent-news--btn {
  top: 45px;
  right: 40px;
  position: absolute;
  padding-bottom: 5px;
  border-bottom: 1px solid #777;
  transition: ease 0.15s;
}
#ent-news .ent-news--btn span {
  position: relative;
  font-size: 14px;
  color: #777;
  padding-right: 30px;
  transition: ease 0.15s;
}
#ent-news .ent-news--btn span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon--arrow_03.png) center center/contain no-repeat;
  width: 10px;
  height: 11px;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  transition: ease 0.15s;
}
#ent-news .ent-news--btn:hover {
  border-bottom: 1px solid #31baee;
}
#ent-news .ent-news--btn:hover span {
  position: relative;
  font-size: 14px;
  color: #31baee;
  padding-right: 40px;
}
#ent-news .ent-news--btn:hover span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon--arrow_03_02.png) center center/contain no-repeat;
  right: 0;
}

/* 下層
=================================================================================*/
.com-ttl03-02 {
  margin: 0 auto;
  margin-bottom: 50px;
}
.com-ttl03-02 .en {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 25px;
  color: #223273;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 2px;
}
.com-ttl03-02 .ja {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}
.com-ttl03-02 .ja strong {
  color: #fff;
  font-weight: 500;
  font-size: inherit;
  background: #223273;
  border-radius: 6px;
  padding: 1px 10px;
  margin-right: 4px;
  margin-left: 4px;
}

.com-ttl03-03 {
  margin: 0 auto;
  margin-bottom: 50px;
}
.com-ttl03-03 .en {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 25px;
  color: #223273;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 2px;
  color: #fff;
}
.com-ttl03-03 .ja {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}
.com-ttl03-03 .ja strong {
  color: #fff;
  font-weight: 500;
  font-size: inherit;
  background: #223273;
  border-radius: 6px;
  padding: 1px 10px;
  margin-right: 4px;
  margin-left: 4px;
}

/* 下層-service
----------------------------------------------------*/
#about-service {
  position: relative;
}
#about-service::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_person_06.png) center center/contain no-repeat;
  width: 179px;
  height: 102px;
  right: calc(50% - 40px);
  bottom: 85px;
}
#about-service .inbox {
  padding: 100px 0;
}
#about-service .about-service--list {
  gap: 50px;
}
#about-service .about-service--list-item {
  width: 100%;
  gap: 40px;
}
#about-service .about-service--list-item .list-text {
  width: 100%;
}
#about-service .about-service--list-item .list-ttl {
  width: 100%;
  background: #223273;
  border-radius: 6px;
  text-align: center;
  padding: 11px 0;
  margin-bottom: 17px;
}
#about-service .about-service--list-item .list-ttl span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}
#about-service .about-service--list-item .list-img {
  width: fit-content;
}
#about-service .about-service--list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

#about-price {
  background: url(../img/common/pattern--texture_01_01.png) repeat;
}
#about-price .inbox {
  width: 1280px;
  padding: 100px 0;
}
#about-price .about-price--list {
  gap: 40px;
}
#about-price .about-price--list-item {
  width: 100%;
}
#about-price .about-price--list-item .list-ttl {
  order: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
#about-price .about-price--list-item .list-price {
  order: 3;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 auto;
  width: 290px;
  height: 56px;
  background: #31baee;
  padding-bottom: 5px;
}
#about-price .about-price--list-item .list-img {
  order: 1;
  margin-bottom: 30px;
}


#about-area{
  position: relative;
  background: #f7f0eb;
  margin-bottom: 20px;
}
#about-area .inbox{
  padding: 91px 0;
}

#about-area  .about-area--wrap{
  background: #fff;
  padding: 97px 60px 57px;
  width: fit-content;
}

#about-area .ttl03 {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #223273;
  letter-spacing: 0.04em;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
#about-area .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco--ttl_deco_03_01.png)center center / contain no-repeat;
  width: 75px;
  height: 34px;
  top: -45px;
  left: 50%;
  translate: -50% 0;
}

#about-area .about-area--text{
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2.2;
  margin-right: auto;
}
#about-area .about-area--text .str-color-01{
  color: #223273;
}
#about-area .about-area--img {
  top: 0;
  right: calc(50% - 550px);
  position: absolute;
}



/* 下層-recommendation
----------------------------------------------------*/
#recommendation-worry {
  position: relative;
  background: url(../img/common/pattern--line_01_01.png) repeat;
}
#recommendation-worry::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_person_07.png) center center/contain no-repeat;
  width: 129px;
  height: 102px;
  left: calc(50% - 650px);
  bottom: 200px;
}
#recommendation-worry::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_car_02.png) center center/contain no-repeat;
  width: 142px;
  height: 112px;
  right: calc(50% - 608px);
  bottom: 150px;
}
#recommendation-worry .inbox {
  position: relative;
  padding: 100px 0 210px;
}
#recommendation-worry .inbox::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/common/icon--arrow_02.png);
  width: 118px;
  height: 129px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
#recommendation-worry .ttl03 {
  position: relative;
}
#recommendation-worry .ttl03::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco--ttl_deco_01_01.png) center center/contain no-repeat;
  width: 58px;
  height: 82px;
  left: 160px;
  top: 50%;
  transform: translateY(-50%);
}
#recommendation-worry .ttl03::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco--ttl_deco_01_02.png) center center/contain no-repeat;
  width: 58px;
  height: 82px;
  right: 160px;
  top: 50%;
  transform: translateY(-50%);
}
#recommendation-worry .ttl03 span strong {
  color: #223273;
  font-weight: 500;
  font-size: inherit;
  background: unset;
  border-radius: unset;
  padding: unset;
  margin-right: unset;
}
#recommendation-worry .ttl03 .str-size-04 {
  font-size: 40px;
}
#recommendation-worry .recommendation-worry--list {
  gap: 30px;
}
#recommendation-worry .recommendation-worry--list-item {
  width: calc((100% - 80px) / 3);
  background: #223273;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}
#recommendation-worry .recommendation-worry--list-item .list-ttl {
  order: 2;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4166666667;
}
#recommendation-worry .recommendation-worry--list-item .list-img {
  order: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#recommendation-solution {
  margin-top: -120px;
  position: relative;
  background: url(../img/common/pattern--texture_03.png) center top/100% auto no-repeat;
}
#recommendation-solution .inbox {
  padding: 200px 0 100px;
}
#recommendation-solution .ttl03 .ja {
  font-size: 40px;
  position: relative;
}
#recommendation-solution .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco--ttl_deco_02_01.png) center center/contain no-repeat;
  width: 34px;
  height: 75px;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
}
#recommendation-solution .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco--ttl_deco_02_02.png) center center/contain no-repeat;
  width: 34px;
  height: 75px;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}

/* 下層-achievements
----------------------------------------------------*/
#achievements {
  background: url(../img/common/pattern--line_01_01.png) repeat;
}
#achievements .inbox {
  padding: 100px 0;
}
#achievements .achievements--wrap {
  gap: 30px;
}
#achievements .achievements--post {
  top: 0;
  position: relative;
  width: calc((100% - 60px) / 3);
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  transition: ease 0.17s;
}
#achievements .achievements--post a {
  width: 100%;
  height: 100%;
}
#achievements .achievements--post-img {
  order: 1;
  width: 340px;
  height: 280px;
  margin-bottom: 10px;
}
#achievements .achievements--post-ttl {
  order: 2;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #223273;
  margin-bottom: 15px;
}
#achievements .achievements--post-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  border-left: 5px solid #223273;
}
#achievements .achievements--post-ttl span {
  font-weight: 500;
  font-size: 16px;
  padding-left: 20px;
  line-height: 2.125;
}
#achievements .achievements--post-body {
  width: 100%;
  order: 3;
}
#achievements .achievements--post-body p {
  font-size: 15px;
  display: -webkit-box;
  width: 100%;
  height: 78px;
  line-height: 1.8666666667;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#achievements .achievements--post:hover {
  top: -4px;
  opacity: 0.8;
}
#achievements ul.pagenation li {
  background: unset;
}
#achievements ul.pagenation li a {
  color: #8b8b8b;
  font-size: 20px;
  letter-spacing: 0.04em;
}
#achievements ul.pagenation li.current {
  background: unset;
}
#achievements ul.pagenation li.current span {
  color: #223273;
  font-size: 20px;
  letter-spacing: 0.04em;
}
#achievements ul.pagenation li.btn_before a,
#achievements ul.pagenation li.btn_after a {
  font-size: 20px;
  color: #223273;
}

#achievements-vehicle {
  background: url(../img/common/pattern--texture_01_01.png) repeat;
}
#achievements-vehicle .inbox {
  padding: 100px 0;
}
#achievements-vehicle .achievements-vehicle--list {
  gap: 40px;
}
#achievements-vehicle .achievements-vehicle--list-item {
  width: 100%;
  height: 210px;
  padding: 55px 55px;
  background: #fff;
  white-space: nowrap;
}
#achievements-vehicle .achievements-vehicle--list-item .list-ttl {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  width: 250px;
  margin-bottom: 25px;
  margin-left: auto;
}
#achievements-vehicle .achievements-vehicle--list-item .list-num {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: #31baee;
  width: 250px;
  height: 50px;
  margin-left: auto;
}
#achievements-vehicle .achievements-vehicle--list-item:nth-of-type(1) {
  position: relative;
}
#achievements-vehicle .achievements-vehicle--list-item:nth-of-type(1) .list-ttl {
  margin-right: -10px;
}
#achievements-vehicle .achievements-vehicle--list-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon--car_img_01.png) center center/contain no-repeat;
  width: 150px;
  height: 150px;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
#achievements-vehicle .achievements-vehicle--list-item:nth-of-type(2) {
  position: relative;
}
#achievements-vehicle .achievements-vehicle--list-item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon--car_img_02.png) center center/contain no-repeat;
  width: 150px;
  height: 150px;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}

.achievements-post-detail {
  background: url(../img/common/pattern--line_01_01.png) repeat;
}
.achievements-post-detail .inbox {
  padding: 100px 0;
}
.achievements-post-detail .achievements-post-detail--wrap {
  position: relative;
  min-height: 300px;
}
.achievements-post-detail--text {
  width: 520px;
  margin-left: auto;
}
.achievements-post-detail--img {
  position: absolute;
  width: 520px;
  height: 300px;
  left: 0;
  top: 0;
}
.achievements-post-detail--ttl {
  width: 520px;
  height: fit-content;
  position: relative;
  border-bottom: 1px solid #223273;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 6px;
  margin-left: auto;
}
.achievements-post-detail--ttl::before {
  content: "";
  position: absolute;
  border-left: 5px solid #223273;
  height: 100%;
  left: 0;
}
.achievements-post-detail--ttl span {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
.achievements-post-detail--btn{
  background: #223273;
  border-radius: 6px;
  width: 240px;
  height: 50px;
  margin-left: auto;
  border: 1px solid #223273;
  transition: ease .16s;
}
.achievements-post-detail--btn span{
  color: #fff;
}
.achievements-post-detail--btn:hover{
  background: #fff;
}
.achievements-post-detail--btn:hover span{
  color: #223273;
}

/* 下層-reason
----------------------------------------------------*/
#reason-strengths {
  position: relative;
  background: url(../img/common/pattern--line_01_01.png);
}
#reason-strengths::before {
  content: "";
  position: absolute;
  background: url(../img/common/common--illust_car_02.png) center center/contain no-repeat;
  width: 142px;
  height: 112px;
  right: calc(50% - 540px);
  bottom: 80px;
}
#reason-strengths .inbox {
  padding: 100px 0;
}
#reason-strengths .reason-strengths--list {
  gap: 55px;
}
#reason-strengths .reason-strengths--list-item {
  gap: 40px;
}
#reason-strengths .reason-strengths--list-item .list-text p {
  font-weight: 500;
}
#reason-strengths .reason-strengths--list-item .list-ttl {
  height: 100px;
  border-bottom: 2px solid #223273;
  margin-bottom: 20px;
}
#reason-strengths .reason-strengths--list-item .list-ttl span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  padding-left: 120px;
}
#reason-strengths .reason-strengths--list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
#reason-strengths .reason-strengths--list-item:nth-of-type(1) .list-ttl {
  position: relative;
}
#reason-strengths .reason-strengths--list-item:nth-of-type(1) .list-ttl::before {
  content: "";
  position: absolute;
  background: url(../img/reason/reason-strengths--list_num_01.png) center center/contain no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
}
#reason-strengths .reason-strengths--list-item:nth-of-type(2) .list-ttl {
  position: relative;
}
#reason-strengths .reason-strengths--list-item:nth-of-type(2) .list-ttl::before {
  content: "";
  position: absolute;
  background: url(../img/reason/reason-strengths--list_num_02.png) center center/contain no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
}
#reason-strengths .reason-strengths--list-item:nth-of-type(3) .list-ttl {
  position: relative;
}
#reason-strengths .reason-strengths--list-item:nth-of-type(3) .list-ttl::before {
  content: "";
  position: absolute;
  background: url(../img/reason/reason-strengths--list_num_03.png) center center/contain no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
}
#reason-strengths .reason-strengths--list-item:nth-of-type(4) .list-ttl {
  position: relative;
}
#reason-strengths .reason-strengths--list-item:nth-of-type(4) .list-ttl::before {
  content: "";
  position: absolute;
  background: url(../img/reason/reason-strengths--list_num_04.png) center center/contain no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
}

#reason-philosophy {
  background: url(../img/reason/reason-philosophy--bg_img_01.png) center center/cover no-repeat;
}
#reason-philosophy .inbox {
  padding: 100px 0;
}
#reason-philosophy .reason-philosophy--text {
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 50px;
  width: fit-content;
}
#reason-philosophy .reason-philosophy--text .ttl04 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  color: #223273;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

/* 下層-company
----------------------------------------------------*/
#company-info {
  background: url(../img/common/pattern--line_01_01.png) repeat;
}
#company-info .inbox {
  padding: 100px 0;
}
#company-info .company-info--table {
  margin-bottom: 60px;
}
#company-info .company-info--add-map {
  width: 520px;
  height: 350px;
}
#company-info .company-info--add-map iframe {
  width: 100%;
  height: 100%;
}

.com-table-01 {
  width: 100%;
  border: 1px solid #223273;
}
.com-table-01 tr th,
.com-table-01 tr td {
  font-size: 15px;
  line-height: 1.6666666667;
  padding: 20px;
}
.com-table-01 tr th {
  width: 37%;
  color: #fff;
  background: #223273;
  border-bottom: 1px solid #fff;
}
.com-table-01 tr td {
  width: 63%;
  background: #fff;
  border-bottom: 1px solid #223273;
}

#company-connect {
  background: url(../img/common/pattern--texture_01_01.png) repeat;
}
#company-connect .inbox {
  padding: 100px 0;
}

/* 共通ページ
=================================================================================*/
/* 共通ページ 共通項目
----------------------------------------------------*/
/* 共通 */
.ttl01 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
}
.ttl01 .ja {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}
.ttl01 .ja strong {
  color: #fff;
  font-weight: 500;
  font-size: inherit;
  background: #223273;
  border-radius: 6px;
  padding: 1px 10px;
  margin-right: 4px;
  margin-left: 4px;
}
.ttl01 .en {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 25px;
  color: #223273;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 2px;
}

#contents-u,
#contact {
  padding: 100px 0;
}

/* お問い合わせ完了 */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.7;
}

/* ページが見つかりません */
#contents-u.notfound {
  text-align: center;
  line-height: 1.6;
}

/* プライバシーポリシー */
#contents-u.privacy .ttl02 {
  position: relative;
  font-size: 24px;
  color: #223273;
  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 #223273;
  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: #223273;
    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 #223273;
    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: #31baee;
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: #31baee;
  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 {
    padding: 5vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: #31baee;
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    padding: 4vw;
  }
  #contact table .required-mark {
    color: #31baee;
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: #223273;
  padding-bottom: 2px;
  border-bottom: 1px solid #223273;
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: #223273;
  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: #223273;
  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: #223273;
  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;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  right: 0;
  transition: ease 0.17s;
  margin-bottom: 40px;
}
#contents-u.post .news--post-ttl {
  width: 100%;
  order: 3;
}
#contents-u.post .news--post-time {
  font-weight: 500;
  color: #223273;
  width: fit-content;
  order: 1;
  margin-right: 20px;
  margin-bottom: 15px;
}
#contents-u.post .news--post-tags {
  order: 2;
  width: 80%;
  height: fit-content;
  gap: 5px 13px;
}
#contents-u.post .news--post-tags li {
  font-size: 15px;
  color: #223273;
  position: relative;
  width: fit-content;
  height: fit-content;
  padding-left: 17px;
}
#contents-u.post .news--post-tags li::before {
  content: "■";
  position: absolute;
  left: 0;
}
#contents-u.post .news--post:hover {
  right: -6px;
  opacity: 0.7;
}

.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: 8px 12px;
}
#contents-u.s-post .inbox #s-post .s-post-taglist .tag-name {
  font-size: 15px;
  color: #223273;
  position: relative;
  width: fit-content;
  height: fit-content;
  padding-left: 17px;
}
#contents-u.s-post .inbox #s-post .s-post-taglist .tag-name::before {
  content: "■";
  position: absolute;
  left: 0;
}
#contents-u.s-post .inbox #s-post .s-post-ttl {
  margin: unset;
  position: relative;
  font-size: 24px;
  color: #223273;
  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 #223273;
  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: #223273;
}
@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 */</pre></body></html>