@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
/*==========================================
SP共通
===========================================*/
body {
  line-height: 1.8;
  font-size: 4vw;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 8%;
  line-height: 1.8;
  letter-spacing: var(--base-letter-spacing);
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-ext-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 5vw 7vw;
}
.com-ext-btn .ofc-btn {
  width: 100%;
}
.com-ext-btn .ofc-btn a {
  height: 15vw;
  border: 2px solid var(--color-white);
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}
.com-ext-btn .ofc-btn a span {
  position: relative;
  padding-right: 8vw;
}
.com-ext-btn .ofc-btn a span::after {
  position: absolute;
  content: "\f1c5";
  font-weight: 400;
  font-size: 4.5333333333vw;
  font-family: var(--bootstrap-icon);
  inset: 0 0 0 auto;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.com-ext-btn .ofc-btn a:hover {
  opacity: 1;
  color: var(--fourth-color);
  background: var(--color-white);
}

.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  letter-spacing: 0.12em;
  height: 14vw;
  font-weight: 700;
  color: var(--main-color);
  background: var(--main-color);
  border: 2px solid;
  border-image: linear-gradient(to right, #1248e0, #001a82) 1;
  position: relative;
  z-index: 1;
}
.com-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--main-color);
  opacity: 0;
  inset: 0;
  z-index: -1;
}
.com-btn:hover {
  opacity: 1;
  color: var(--color-white);
  -webkit-text-fill-color: var(--color-white);
}
.com-btn:hover::before {
  opacity: 1;
}

.txt-grd {
  background: var(--main-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
}

.ttl01 {
  margin-bottom: 10%;
  text-align: center;
}
.ttl01 .en {
  display: block;
  font-size: 18.6666666667vw;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: var(--sub-font-family);
  color: var(--fourth-color);
  background: var(--main-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttl01 small {
  display: inline-block;
  margin-bottom: 4%;
  font-size: 4.5333333333vw;
  font-weight: 700;
  color: var(--accent-color);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+60,7db9e8+60 */
  background: linear-gradient(to bottom, transparent 60%, rgb(223, 234, 225) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ttl01 .ja {
  font-size: 5.3333333333vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5;
}

.ttl02 {
  text-align: left;
  font-size: 5.6vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main-color);
  position: relative;
  z-index: 1;
  color: var(--fourth-color);
  background: var(--main-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5%;
}
.ttl02::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 3vw;
  inset: auto 0 0;
  background: var(--main-color-rgba);
}

.ttl03 {
  color: var(--color-white);
  background: var(--main-color);
  padding: 3% 5%;
  display: block;
  font-weight: 700;
  font-size: 5.6vw;
  margin-bottom: 6%;
  letter-spacing: 0.1em;
}

.ttl04 {
  font-size: 5.0666666667vw;
  font-weight: 700;
  color: var(--color-white);
  background: var(--accent-color);
  padding: 3% 4%;
  letter-spacing: 0.1em;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  text-align: left;
}
.com-tbl tr {
  display: block;
  padding: 6% 0;
}
.com-tbl tr th,
.com-tbl tr td {
  display: block;
}
.com-tbl tr th {
  margin-bottom: 4%;
}
.com-tbl tr td a[href^="tel:"],
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: 2.4vw;
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background: url(../img/measure/area_bg.png) bottom right no-repeat, var(--base-color);
}
#drawer-nav .drawer-logo {
  width: 45%;
  margin-bottom: 7%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .drawer-link {
  padding: 6% 0;
  border-bottom: 1px solid var(--color-gray);
  font-size: 4.5333333333vw;
}
#drawer-nav nav .drawer-dropdown {
  padding: 6% 12% 6% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
  color: var(--fourth-color);
}
#drawer-nav nav .current::before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f133";
  font-family: var(--bootstrap-icon);
  vertical-align: middle;
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav nav .current::before {
  left: 0;
}
#drawer-nav nav .current::after {
  left: 3%;
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link {
  font-size: 4.5333333333vw;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link:before {
  border: none;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .sns-lists {
  margin: 10% auto;
  gap: 3vw 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#drawer-nav .drawer-address {
  margin: 10% auto;
}
#drawer-nav .drawer-address li {
  margin-bottom: 6%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .btn-list li:has(.mail-btn) {
  width: 100%;
}
#drawer-nav .btn-list .ofc-btn a {
  background: var(--main-color);
  color: var(--color-white);
}
#drawer-nav .btn-list .mail-btn {
  background: var(--main-color);
  color: var(--color-white);
}
#drawer-nav .drawer-subpage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 3.2vw;
  gap: 4vw;
  margin-top: 8%;
}
#drawer-nav .drawer-subpage-item a {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
}
#header .hd-logo {
  width: 46%;
  line-height: 1;
}
#header .hd-right {
  display: none;
}

/*==========================================
entrance
===========================================*/
#top-page #header {
  background: var(--color-white);
}

#entrance .ent-box {
  width: 100%;
}
#entrance .ent-box a {
  display: block;
  position: relative;
  height: 88vw;
  z-index: 1;
  overflow: hidden;
}
#entrance .ent-box a::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}
#entrance .ent-box a:hover {
  opacity: 1;
}
#entrance .ent-box a:hover::before {
  transform: scale(1.05);
}
#entrance .ent-box a:hover .ent-inner {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
#entrance .ent-box.ent-corp a::before {
  background: url(../img/entrance/ent-corp_bg.jpg) center/cover no-repeat;
}
#entrance .ent-box.ent-solution a::before {
  background: url(../img/entrance/ent-solution_bg.jpg) center/cover no-repeat;
}
#entrance .ent-box.ent-solution a .ent-ttl .en {
  line-height: 0.75;
}
#entrance .ent-box .ent-inner {
  width: 80%;
  margin: 0 auto;
  padding: 10% 5.7291% 6%;
  position: absolute;
  transition: all 0.3s;
  inset: auto 0 7%;
  background: var(--main-color);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.34);
}
#entrance .ent-box .ent-inner .ent-ttl {
  border-bottom: 1px solid var(--color-white);
  margin: -23% 0 4%;
  padding-bottom: 5%;
  color: var(--color-white);
}
#entrance .ent-box .ent-inner .ent-ttl .en {
  font-size: 18.6666666667vw;
  font-family: var(--third-font-family);
  line-height: 1;
  background: none;
  color: var(--color-white);
  -webkit-text-fill-color: var(--color-white);
}
#entrance .ent-box .ent-inner .ent-ttl .ja {
  font-size: 4.8vw;
}
#entrance .ent-box .ent-inner .ent-txt {
  color: var(--color-white);
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.8;
}

/*==========================================
mv
===========================================*/
#home-mv .swiper-slide {
  height: 75vw;
  position: relative;
}
#home-mv .swiper-slide:nth-child(1) {
  background: url(../img/home/mv/mv-slide01_bg.jpg) center/cover no-repeat;
}
#home-mv .swiper-slide:nth-child(2) {
  background: url(../img/home/mv/mv-slide02_bg.jpg) center/cover no-repeat;
}
#home-mv .swiper-slide:nth-child(3) {
  background: url(../img/home/mv/mv-slide03_bg.jpg) center/cover no-repeat;
}
#home-mv .swiper-slide:nth-child(4) {
  background: url(../img/home/mv/mv-slide04_bg.jpg) center/cover no-repeat;
}
#home-mv .swiper-slide:nth-child(5) {
  background: url(../img/home/mv/mv-slide05_bg.jpg) center/cover no-repeat;
}
#home-mv .swiper-slide:nth-child(6) {
  background: url(../img/home/mv/mv-slide06_bg.jpg) center/cover no-repeat;
}
#home-mv .swiper-slide .mv-catch {
  width: 80%;
  margin: auto;
  position: absolute;
  inset: 0;
  text-align: left;
  display: flex;
  align-items: center;
}

/*==========================================
home
===========================================*/
/* home-concept
---------------------*/
#home-concept {
  padding: 18% 0;
  position: relative;
}
#home-concept .concept-img {
  margin-bottom: 8%;
}
#home-concept .concept-ttl .en {
  font-size: 18.6666666667vw;
}
#home-concept .concept-ttl .ja {
  color: var(--accent-color);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+60,7db9e8+60 */
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 164, 123, 0.1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#home-concept .concept-subttl {
  font-size: 4.8vw;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 6%;
}

/* home-solution
---------------------*/
#home-solution {
  padding: 5% 0 18%;
}
#home-solution .solution-ttl .en {
  font-size: 18.6666666667vw;
}
#home-solution .solution-ttl .ja {
  font-size: 5.0666666667vw;
}
#home-solution .solution-list-item {
  background: var(--color-white);
  margin-bottom: 12%;
}
#home-solution .solution-list-item:last-child {
  margin-bottom: 0;
}
#home-solution .solution-list .item-ttl {
  margin-bottom: 0;
}
#home-solution .solution-list .item-inner {
  background: var(--color-white);
  padding: 6% 6% 12%;
}
#home-solution .solution-list .col-list-item {
  text-align: left;
  position: relative;
  padding-left: 7%;
  margin-bottom: 6%;
}
#home-solution .solution-list .col-list-item:last-child {
  margin-bottom: 0;
}
#home-solution .solution-list .col-list-item::before {
  position: absolute;
  content: "・";
  inset: 0 auto auto 0;
}
#home-solution .solution-list .item-lead-txt {
  text-align: left;
  margin-bottom: 8%;
  font-weight: 700;
}
#home-solution .solution-list .inner-list-item {
  width: 95%;
  margin: 0 auto 15%;
}
#home-solution .solution-list .inner-list-item:last-child {
  margin-bottom: 0;
}
#home-solution .solution-list .inner-list .item-subttl {
  padding: 5% 0;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
#home-solution .solution-btn {
  display: block;
  margin-top: 10%;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  font-weight: 700;
  line-height: 1.8;
  padding: 4% 0;
}
#home-solution .solution-btn:hover {
  opacity: 1;
  color: var(--color-white);
  background: var(--accent-color);
}

/* home-movie
---------------------*/
#home-movie {
  padding: 10% 0 18%;
}
#home-movie .movie-ttl .en {
  font-size: 21.3333333333vw;
}
#home-movie .movie-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#home-movie .movie-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* home-intro
---------------------*/
#home-intro {
  background: var(--color-white);
  padding: 35% 0 18% 0;
}
#home-intro .inbox {
  position: relative;
}
#home-intro .intro-ttl {
  width: 84%;
  position: absolute;
  margin: 0 auto;
  inset: -45vw 0 auto;
}
#home-intro .intro-ttl .en {
  font-size: 20vw;
}
#home-intro .intro-wrp {
  position: relative;
}
#home-intro .intro-img {
  margin-bottom: 8%;
}
#home-intro .intro-content .representative-name {
  position: relative;
  z-index: 1;
  margin-bottom: 7%;
}
#home-intro .intro-content .representative-name::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4vw;
  background: var(--main-color);
  inset: auto 0 0;
  opacity: 0.06;
  z-index: -1;
}
#home-intro .intro-content .representative-name .ja {
  font-size: 5.3333333333vw;
  font-weight: 700;
}
#home-intro .intro-content .representative-name .en {
  font-family: var(--sub-font-family);
  font-size: 4.8vw;
  margin-left: 4vw;
}

/* home-contact
---------------------*/
#home-contact {
  padding: 18% 0;
  background: url(../img/home/contact_bg.jpg) center/cover no-repeat;
}
#home-contact .contact-ttl .en {
  color: var(--color-white);
  -webkit-text-fill-color: var(--color-white);
}
#home-contact .contact-ttl .ja {
  color: var(--color-white);
}
#home-contact .contact-content .contact-txt {
  font-size: 4.5333333333vw;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 10%;
}
#home-contact .contact-content .contact-btn {
  width: 100%;
  letter-spacing: 0.12em;
  border: 2px solid var(--color-white);
  font-size: 4.5333333333vw;
  color: var(--color-white);
  font-weight: 700;
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-contact .contact-content .contact-btn:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--fourth-color);
}

/* home-news
---------------------*/
#home-news {
  padding: 18% 0;
}
#home-news .news-post {
  margin-bottom: 6%;
  text-align: left;
}
#home-news .news-post:last-child {
  margin-bottom: 0;
}
#home-news .news-post a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 6% 4%;
  background: var(--main-color-rgba);
}
#home-news .news-post time {
  font-weight: 700;
  width: 34%;
  font-size: 3.7333333333vw;
}
#home-news .news-post .category-label {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1vw 0;
  width: 65%;
}
#home-news .news-post .category-label li {
  font-size: 3.2vw;
  padding: 0 2vw;
  position: relative;
  color: var(--color-gray);
}
#home-news .news-post .category-label li::after {
  width: 1px;
  height: 3vw;
  position: absolute;
  content: "";
  background: var(--color-gray);
  inset: 0 0 0 auto;
  margin: auto 0;
}
#home-news .news-post .category-label li:last-child {
  padding-right: 0;
}
#home-news .news-post .category-label li:last-child::after {
  background: none;
}
#home-news .news-post .post-ttl {
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 4vw;
  margin-top: 3%;
}
#home-news .news-btn {
  width: 58%;
  margin: 12% 0 0 auto;
}

/*==========================================
footer
===========================================*/
.lower-ft {
  background: var(--main-color);
  padding: 15% 0 10%;
}
.lower-ft .inbox {
  position: relative;
}
.lower-ft .ft-left {
  margin-bottom: 10%;
}
.lower-ft .ft-left .ft-logo {
  width: 60%;
  display: inline-block;
  margin-bottom: 10%;
}
.lower-ft .ft-left .info-tbl tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
  margin-bottom: 3%;
}
.lower-ft .ft-left .info-tbl tr:last-child {
  margin-bottom: 0;
}
.lower-ft .ft-left .info-tbl th,
.lower-ft .ft-left .info-tbl td {
  color: var(--color-white);
  font-size: 3.2vw;
  text-align: left;
}
.lower-ft .ft-left .info-tbl th {
  font-weight: 700;
  width: 27%;
}
.lower-ft .ft-left .info-tbl td {
  width: 70%;
}
.lower-ft .ft-right {
  padding-bottom: 10%;
  border-bottom: 1px solid var(--color-white);
}
.lower-ft .ft-right .btn-list {
  margin-bottom: 10%;
}
.lower-ft .ft-right .ft-nav-list {
  text-align: left;
  font-size: 3.4666666667vw;
  letter-spacing: 0.12em;
}
.lower-ft .ft-right .ft-nav-list .nav-list-item {
  margin-bottom: 7%;
}
.lower-ft .ft-right .ft-nav-list a {
  color: var(--color-white);
}
.lower-ft .ft-right .ft-nav-list a:hover {
  text-decoration: underline;
}
.lower-ft #copyright {
  margin-top: 10%;
  color: var(--color-white);
}
.lower-ft #copyright a {
  color: var(--color-white);
}

#copyright {
  word-break: normal;
}
#copyright small {
  font-size: 2.9333333333vw;
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 50vw;
  display: flex;
  align-items: center;
}
.lower-sv .sv-ttl {
  width: 88%;
  margin: 0 auto;
  text-align: left;
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--color-white);
}
.lower-sv .sv-ttl span {
  display: inline-block;
  padding: 1vw 2vw;
  background: var(--main-color);
}

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

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

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

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

#shrine-temples-3d-sv {
  background: url(../img/sv/shrine-temples-3d-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

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

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

/*==========================================
下層共通スタイル
===========================================*/
.lower-horizontal-img {
  position: relative;
  padding: 18% 0 0;
}
.lower-horizontal-img .horizon-img {
  margin-bottom: 8%;
}

.dot-accent li {
  text-align: left;
  position: relative;
  padding-left: 4vw;
  font-weight: 700;
  margin-bottom: 7%;
}
.dot-accent li:last-child {
  margin-bottom: 0;
}
.dot-accent li::before {
  width: 2vw;
  height: 2vw;
  position: absolute;
  content: "";
  border-radius: 50%;
  background: var(--accent-color);
  inset: 2.5vw auto auto 0;
}

.back-accent {
  font-weight: 700;
  color: var(--accent-color);
  background: var(--fifth-color);
  display: inline-block;
  padding: 1.5vw 2vw;
  margin-top: 5%;
  text-align: center;
}

.service-item {
  margin-bottom: 12%;
}
.service-item:last-child {
  margin-bottom: 0;
}
.service-item.service-frame {
  background: var(--color-white);
}
.service-item.padding {
  padding: 10% 5%;
}
.service-item.has-img .p-abs-img {
  margin-bottom: 8%;
}
.service-item.has-img .service-content .service-item-ttl {
  text-align: center;
  font-size: 5.0666666667vw;
}
.service-item.has-img .service-content .service-item-ttl .sub {
  font-size: 4.5333333333vw;
  margin-bottom: 5%;
  font-weight: 700;
  color: var(--accent-color);
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+65,7db9e8+65,7db9e8+65 */
  background: linear-gradient(to bottom, transparent 65%, rgb(232, 246, 240) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.service-item.has-img .service-content .service-item-ttl small {
  display: block;
  font-size: 4.5333333333vw;
}
.service-item.has-img .service-content .service-txt span {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 4.2666666667vw;
}

.service-sec .service-ttl {
  margin: -50px 0 45px;
  text-align: left;
  position: relative;
}
.service-sec .service-ttl .ja {
  display: block;
}
.service-sec .item-lead-txt {
  text-align: left;
  margin-bottom: 35px;
}

.arr-txt {
  padding-top: 12%;
  margin-top: 10%;
  font-size: 5.0666666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: url(../img/develop/recom_arr.png) top center/12% no-repeat;
}
.arr-txt span {
  color: var(--fourth-color);
  background: var(--main-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* フローセクション
---------------------*/
.flow-sec {
  background: var(--color-white);
}
.flow-sec .inbox {
  padding: 29% 8% 18%;
  position: relative;
}
.flow-sec .flow-ttl {
  position: absolute;
  inset: -11vw 0 auto;
  z-index: 1;
}
.flow-sec .flow-list {
  padding-left: 12%;
  position: relative;
}
.flow-sec .flow-list::before {
  width: 1px;
  height: 100%;
  background: var(--fourth-color);
  position: absolute;
  content: "";
  inset: 0 auto auto 2%;
}
.flow-sec .flow-list-item {
  width: 80%;
  margin-bottom: 12%;
}
.flow-sec .flow-list-item:last-child {
  margin-bottom: 0;
}
.flow-sec .flow-list-item .item-ttl {
  text-align: left;
  color: var(--accent-color);
  font-size: 4.8vw;
  font-weight: 700;
}
.flow-sec .flow-list-item .item-ttl span {
  font-size: 6.4vw;
}
.flow-sec .flow-list-item .item-txt {
  height: 43vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8vw;
  font-weight: 700;
  background: var(--main-color);
  border: 2px solid;
  border-image: linear-gradient(to right, #1248e0, #001a82) 1;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}
.flow-sec .flow-list-item .item-txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-white);
  inset: 0;
  z-index: -1;
}
.flow-sec .flow-list-item .item-txt::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 3vw 0px 3vw;
  border-color: var(--third-color) transparent transparent transparent;
  inset: auto 0 -4vw 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
}
.flow-sec .flow-list-item:last-child .item-txt::after {
  border: none;
}

.ic-list-item {
  padding: 8% 6%;
  background: var(--sixth-color);
}
.ic-list .box-ic {
  width: 35%;
  margin: 0 auto 6%;
}
.ic-list .box-list {
  margin-top: 6%;
}
.ic-list .box-list li {
  text-align: left;
  padding-left: 7%;
  margin-bottom: 5%;
  position: relative;
}
.ic-list .box-list li:last-child {
  margin-bottom: 0;
}
.ic-list .box-list li::before {
  position: absolute;
  content: "・";
  inset: 0 auto auto 0;
}

.merit-sec {
  background: var(--color-white);
}
.merit-sec .inbox {
  position: relative;
  padding: 38% 8% 18%;
}
.merit-sec .merit-ttl {
  position: absolute;
  inset: -11vw 0 auto;
}
.merit-sec .service-content .service-item-ttl {
  text-align: center;
}

.area-sec {
  padding: 18% 0;
  background: url(../img/measure/area_bg.png) right center no-repeat;
}
.area-sec .inbox {
  position: relative;
  z-index: 1;
}
.area-sec .inbox::before {
  position: absolute;
  content: "";
  width: 88%;
  height: 71vw;
  background: url(../img/measure/area_ill.png) center/100% no-repeat;
  inset: 0;
  margin: auto;
  z-index: -1;
  opacity: 0.2;
}
.area-sec .area-content .area-ttl small {
  margin: 6% auto 0;
}

/*==========================================
consult
===========================================*/
/* consult-service
---------------------*/
#consult-service .faq-list {
  margin-top: 12%;
  padding-left: 10%;
  position: relative;
}
#consult-service .faq-list::before {
  width: 1px;
  height: 100%;
  background: var(--fourth-color);
  position: absolute;
  content: "";
  inset: 0 auto auto 2%;
}
#consult-service .faq-list-item {
  text-align: left;
  margin-bottom: 13%;
}
#consult-service .faq-list-item:last-child {
  margin-bottom: 0;
}
#consult-service .faq-list-item .faq-q,
#consult-service .faq-list-item .faq-a {
  position: relative;
  overflow: hidden;
}
#consult-service .faq-list-item .faq-q::before,
#consult-service .faq-list-item .faq-a::before {
  position: absolute;
  width: 9vw;
  height: 9vw;
  color: var(--color-white);
  font-weight: 700;
  font-size: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0 auto auto 0;
}
#consult-service .faq-list-item .faq-q {
  text-align: left;
  font-size: 4.5333333333vw;
  font-weight: 700;
  background: var(--main-color-rgba);
  padding: 3% 4% 3% 18%;
  margin-bottom: 6%;
}
#consult-service .faq-list-item .faq-q::before {
  background: var(--third-color);
  content: "Q";
}
#consult-service .faq-list-item .faq-a {
  padding-left: 18%;
}
#consult-service .faq-list-item .faq-a::before {
  background: var(--accent-color);
  content: "A";
}
#consult-service .intro-case .intro-ttl {
  text-align: center;
}
#consult-service .intro-case .intro-txt {
  text-align: left;
  margin-bottom: 7%;
}
#consult-service .intro-case .case-wrp {
  border: 2px solid var(--accent-color);
  padding: 10% 6%;
}

/*==========================================
develop
===========================================*/
/* develop-recom
---------------------*/
#develop-recom {
  padding-bottom: 18%;
}
#develop-recom .recom-box {
  position: relative;
  background: var(--main-color-rgba);
  padding: 33% 6% 12%;
}
#develop-recom .recom-box .recom-ttl {
  position: absolute;
  inset: -11vw 0 auto;
}
#develop-recom .recom-box .recom-txt {
  background: var(--color-white);
  font-size: 4.5333333333vw;
  text-align: left;
  font-weight: 700;
  padding: 5%;
}

/* develop-service
---------------------*/
#develop-service {
  padding-bottom: 18%;
}

/* develop-works
---------------------*/
#develop-works .works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#develop-works .works-list-item {
  width: 48%;
  height: 35vw;
}

/*==========================================
measure
===========================================*/
/* measure-worries
---------------------*/
#measure-worries .horizon-content .back-accent {
  text-align: center;
  padding: 2vw 4vw;
}

/*==========================================
support
===========================================*/
/* support-service
---------------------*/
#support-service .service-leadtxt {
  margin-bottom: 10%;
  text-align: left;
}

/* support-works
---------------------*/
#support-works {
  padding: 18% 0 25%;
}
#support-works .works-content {
  padding: 10% 6%;
  border: 2px solid var(--accent-color);
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  width: 64%;
  margin: 0 0 23% auto;
  font-size: 4vw;
}
.category-select select {
  font-size: 4vw;
  padding: 6% 10% 6% 6%;
}

/*==========================================
news
===========================================*/
.column-wrap .column-post-list .column-post a {
  padding: 14% 0;
}
.column-wrap .column-post-list .column-post:first-child a {
  padding-top: 0;
}
.column-wrap .column-post-list .post-meta-area {
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
.column-wrap .column-post-list .post-meta-area time {
  width: 25vw;
  font-size: 3.4666666667vw;
}
.column-wrap .column-post-list .post-meta-area .category-label {
  width: calc(100% - 26vw);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}
.column-wrap .column-post-list .post-meta-area .category-label li {
  padding: 0 0.75vw;
  font-size: 3.4666666667vw;
}
.column-wrap .column-post-list .post-meta-area .post-ttl {
  font-size: 4.8vw;
  margin: 3% 0;
}
.column-wrap .column-post-list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column-wrap .column-post-list .thumb {
  width: 40%;
  height: 33vw;
}
.column-wrap .column-post-list .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column-wrap .column-post-list .has-thumb .post-area {
  width: 55%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single-meta time {
  font-size: 3.4666666667vw;
  width: 27%;
  font-weight: normal;
  display: block;
  padding: 0.5vw 0;
}
.single-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single-meta .category-label li {
  font-size: 3.4666666667vw;
}
.single-meta .category-label li a {
  border: 1px solid var(--third-color);
  color: var(--third-color);
  padding: 0 1vw;
  display: inline-block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: var(--color-white);
  background: var(--third-color);
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: "#";
}
.single-category ul li a:hover {
  background: var(--color-gray);
}

/*==========================================
contact
===========================================*/
#contact .contact-form {
  margin-bottom: 15%;
}
#contact .contact-form tr th .required {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  background: var(--color-white);
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form tr td {
  padding: 3% 0;
}
#contact .contact-form tr td .label-list li {
  margin-bottom: 5%;
}
#contact .contact-form tr td .label-list li:last-child {
  margin-bottom: 0;
}
#contact .contact-form tr td textarea {
  height: 37vw;
}
#contact .contact-form tr.privacy-check th {
  text-align: left;
}
#contact .contact-form .form-field {
  padding: 3%;
  font-size: 4vw;
}
#contact .contact-form .contact-select {
  width: 75%;
  position: relative;
}
#contact .contact-form .contact-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact-form .contact-select select {
  padding: 6% 7% 6% 4%;
  font-size: 4vw;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 95px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 73%;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: 3.7333333333vw;
}
#contact .contact-submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact-submits-wrap .check-btn {
  width: 75%;
}
#contact .contact-submits-wrap .back-btn {
  width: 52%;
}
#contact .contact-submits-wrap .send-btn {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 4vw;
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
privacy
===========================================*/
#privacy .privacy-box {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 8%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 8%;
}

/*==========================================
site
===========================================*/
#site-map .nav-list-item a {
  padding: 4% 0 4% 8%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/