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

body {
  line-height: 2.2;
  font-size: 1.6rem;
}

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

#g-map h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
  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 {
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px 25px;
}
.com-ext-btn .ofc-btn {
  width: 315px;
}
.com-ext-btn .ofc-btn a {
  height: 57px;
  border: 2px solid var(--color-white);
  font-size: 1.5rem;
  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: 30px;
}
.com-ext-btn .ofc-btn a span::after {
  position: absolute;
  content: "\f1c5";
  font-weight: 400;
  font-size: 1.7rem;
  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: 1.5rem;
  letter-spacing: 0.12em;
  height: 45px;
  font-weight: 700;
  color: var(--main-color);
  background: var(--main-color);
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #1248e0, #001a82) 1;
     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: 40px;
}
.ttl01 .en {
  display: block;
  font-size: 11rem;
  letter-spacing: 0;
  line-height: 1;
  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: 15px;
  font-size: 2.3rem;
  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: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5;
}

.ttl02 {
  text-align: left;
  font-size: 3.5rem;
  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: 30px;
}
.ttl02::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 23px;
  inset: auto 0 0;
  background: var(--main-color-rgba);
}

.ttl03 {
  color: var(--color-white);
  background: var(--main-color);
  padding: 10px 30px;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  display: block;
}

.ttl04 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--accent-color);
  padding: 5px 15px;
  letter-spacing: 0.1em;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl tr {
  display: flex;
  padding: 20px 0;
}
.com-tbl tr th,
.com-tbl tr td {
  text-align: left;
}
.com-tbl tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
}
.com-tbl tr td {
  width: calc(100% - 180px);
  padding: 15px 20px;
}
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--main-color);
  position: relative;
}
div .bread li:after {
  content: " > ";
  color: var(--color-gray);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child:after {
  content: "";
}
div .bread li a {
  color: var(--color-gray);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  padding: 20px 30px;
}
#header .hd-logo {
  line-height: 1;
}
#header .hd-right {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 242px);
  gap: 15px 30px;
}
#header .hd-right .hd-mail {
  width: 180px;
}
#header #nav {
  width: -moz-fit-content;
  width: fit-content;
}
#header #nav .nav-list {
  gap: 15px 35px;
}
#header #nav .nav-list-item {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#header #nav .nav-list-item span {
  padding: 7px 0;
  display: block;
}
#header #nav .nav-list-item.has-level {
  position: relative;
  cursor: context-menu;
}
#header #nav .nav-list-item.has-level > span {
  position: relative;
  padding-right: 18px;
}
#header #nav .nav-list-item.has-level > span::after {
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0px 4.5px;
  border-color: var(--third-color) transparent transparent transparent;
}
#header #nav .nav-list-item.has-level:hover .nav-level2-list {
  opacity: 1;
}
#header #nav .nav-list-item.has-level .nav-level2-list {
  position: absolute;
  inset: auto 0 -125px -55px;
  width: 190px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
}
#header #nav .nav-list-item.has-level .nav-level2-list .level2-item {
  margin-bottom: 5px;
}
#header #nav .nav-list-item.has-level .nav-level2-list .level2-item:last-child {
  margin-bottom: 0;
}
#header #nav .nav-list-item.has-level .nav-level2-list .level2-item a {
  background: var(--main-color);
  display: block;
  padding: 8px;
  color: var(--color-white);
}

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

#entrance .ent-box {
  width: 50%;
}
#entrance .ent-box a {
  display: block;
  position: relative;
  height: 820px;
  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 {
  margin-top: -30px;
}
#entrance .ent-box.ent-solution a .ent-ttl .en {
  line-height: 0.5;
}
#entrance .ent-box .ent-inner {
  width: clamp(480px, 54.1666%, 520px);
  margin: 0 auto;
  height: clamp(180px, 13vw, 236px);
  padding: 0 5.7291%;
  position: absolute;
  transition: all 0.3s;
  inset: auto 0 15.8536%;
  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: -70px 0 15px;
  padding-bottom: 15px;
  color: var(--color-white);
}
#entrance .ent-box .ent-inner .ent-ttl .en {
  font-size: clamp(8.2rem, 6.5vw, 13rem);
  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: clamp(2rem, 1.58vw, 3rem);
}
#entrance .ent-box .ent-inner .ent-txt {
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

/*==========================================
mv
===========================================*/
#home-mv .swiper-slide {
  height: clamp(650px, 42.708vw, 820px);
  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: 65.625%;
  margin: auto;
  position: absolute;
  inset: 0;
  text-align: left;
  display: flex;
  align-items: center;
}

/*==========================================
home
===========================================*/
/* home-concept
---------------------*/
#home-concept {
  padding: 150px 0 100px;
  position: relative;
}
#home-concept .concept-img {
  position: absolute;
  width: 41.1458%;
  inset: 150px auto auto 0;
}
#home-concept .concept-content {
  width: 540px;
  margin-left: auto;
}
#home-concept .concept-ttl {
  margin-bottom: 25px;
}
#home-concept .concept-ttl .en {
  font-size: 15rem;
}
#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: 2.6rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

/* home-solution
---------------------*/
#home-solution {
  padding: 100px 0 145px;
}
#home-solution .solution-ttl {
  margin-bottom: 45px;
}
#home-solution .solution-ttl .en {
  font-size: 16rem;
}
#home-solution .solution-list {
  gap: 105px 45px;
}
#home-solution .solution-list-item {
  width: 330px;
  background: var(--color-white);
}
#home-solution .solution-list-item.w-max {
  width: 100%;
}
#home-solution .solution-list .item-ttl {
  margin-bottom: 0;
}
#home-solution .solution-list .item-inner {
  background: var(--color-white);
  padding: 30px;
}
#home-solution .solution-list .col-list-item {
  text-align: left;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
#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 {
  margin-bottom: 30px;
  font-weight: 700;
}
#home-solution .solution-list .inner-list {
  gap: 45px 60px;
}
#home-solution .solution-list .inner-list-item {
  width: 280px;
  position: relative;
  padding-bottom: 100px;
}
#home-solution .solution-list .inner-list-item .solution-btn {
  position: absolute;
  inset: auto 0 0;
}
#home-solution .solution-list .inner-list .item-subttl {
  padding: 15px 0;
  font-size: 2.5rem;
  font-weight: 700;
}
#home-solution .solution-btn {
  font-size: 1.6rem;
  display: block;
  margin-top: 30px;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  font-weight: 700;
  line-height: 1.8;
  padding: 15px 0;
  position: relative;
  z-index: 10;
}
#home-solution .solution-btn:hover {
  opacity: 1;
  color: var(--color-white);
  background: var(--accent-color);
}

/* home-movie
---------------------*/
#home-movie {
  padding: 65px 0 220px;
}
#home-movie .movie-ttl {
  margin-bottom: 25px;
}
#home-movie .movie-ttl .en {
  font-size: 16rem;
}

/* home-intro
---------------------*/
#home-intro {
  background: var(--color-white);
}
#home-intro .inbox {
  padding: 170px 0 150px;
  position: relative;
}
#home-intro .intro-ttl {
  text-align: left;
  position: absolute;
  inset: -90px auto auto 0;
}
#home-intro .intro-ttl .en {
  font-size: 16rem;
}
#home-intro .intro-wrp {
  position: relative;
}
#home-intro .intro-img {
  position: absolute;
  inset: 0 auto auto 0;
}
#home-intro .intro-content {
  width: 570px;
  margin-left: auto;
  min-height: 600px;
}
#home-intro .intro-content .representative-name {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
#home-intro .intro-content .representative-name::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 36px;
  background: var(--main-color);
  inset: auto 0 0;
  opacity: 0.06;
  z-index: -1;
}
#home-intro .intro-content .representative-name .ja {
  font-size: 3rem;
  font-weight: 700;
}
#home-intro .intro-content .representative-name .en {
  font-family: var(--sub-font-family);
  font-size: 2.5rem;
  margin-left: 15px;
}
#home-intro .intro-content .intro-txt {
  margin-bottom: 40px;
}
#home-intro .intro-content .intro-txt:last-child {
  margin-bottom: 0;
}

/* home-contact
---------------------*/
#home-contact {
  padding: 135px 0 150px;
  background: url(../img/home/contact_bg.jpg) center/cover no-repeat;
}
#home-contact .contact-ttl {
  text-align: left;
  margin-bottom: 0;
}
#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 {
  width: 585px;
}
#home-contact .contact-content .contact-txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 35px;
}
#home-contact .contact-content .contact-btn {
  width: 450px;
  letter-spacing: 0.12em;
  border: 2px solid var(--color-white);
  font-size: 1.8rem;
  color: var(--color-white);
  font-weight: 700;
  height: 70px;
  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: 110px 0 100px;
}
#home-news .news-ttl {
  width: 240px;
  text-align: left;
}
#home-news .news-post-list {
  width: 770px;
}
#home-news .news-post {
  margin-bottom: 15px;
  text-align: left;
}
#home-news .news-post:last-child {
  margin-bottom: 0;
}
#home-news .news-post a {
  padding: 20px 25px;
  background: var(--main-color-rgba);
}
#home-news .news-post a:hover {
  transform: translateX(10px);
}
#home-news .news-post a:hover .post-ttl {
  color: var(--third-color);
}
#home-news .news-post time {
  font-weight: 700;
  width: 110px;
}
#home-news .news-post .category-label {
  width: calc(100% - 130px);
}
#home-news .news-post .category-label li {
  font-size: 1.2rem;
  padding: 0 20px;
  position: relative;
  color: var(--color-gray);
}
#home-news .news-post .category-label li::after {
  width: 1px;
  height: 12px;
  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: 1.6rem;
  transition: all 0.3s;
  margin-top: 5px;
}
#home-news .news-btn {
  width: 200px;
  margin: 30px 0 0 auto;
}

/*==========================================
footer
===========================================*/
.lower-ft {
  background: var(--main-color);
  padding: 85px 0 90px;
}
.lower-ft .inbox {
  position: relative;
}
.lower-ft .ft-left {
  width: 540px;
  text-align: left;
}
.lower-ft .ft-left .ft-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.lower-ft .ft-left .info-tbl tr {
  margin-bottom: 10px;
}
.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: 1.3rem;
  text-align: left;
}
.lower-ft .ft-left .info-tbl th {
  font-weight: 700;
  min-width: 105px;
}
.lower-ft .ft-left .info-tbl td {
  width: calc(100% - 105px);
}
.lower-ft .ft-right {
  width: 470px;
  padding-bottom: 55px;
  border-bottom: 1px solid var(--color-white);
}
.lower-ft .ft-right .btn-list {
  margin-bottom: 50px;
}
.lower-ft .ft-right .ft-nav {
  gap: 25px 45px;
}
.lower-ft .ft-right .ft-nav-list {
  text-align: left;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
.lower-ft .ft-right .ft-nav-list .nav-list-item {
  margin-bottom: 5px;
}
.lower-ft .ft-right .ft-nav-list .nav-list-item:last-child {
  margin-bottom: 0;
}
.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 {
  width: 470px;
  margin-left: auto;
  position: absolute;
  inset: -60px 0 auto auto;
  text-align: left;
  color: var(--color-white);
}
.lower-ft #copyright a {
  color: var(--color-white);
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 560px;
  display: flex;
  align-items: center;
}
.lower-sv .sv-ttl {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--color-white);
}
.lower-sv .sv-ttl span {
  display: inline-block;
  padding: 5px 20px;
  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: 145px 0 0;
}
.lower-horizontal-img .horizon-img {
  width: 44.2708%;
  position: absolute;
  inset: 145px 0 auto auto;
}
.lower-horizontal-img .horizon-content {
  width: 545px;
}

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

.back-accent {
  font-weight: 700;
  color: var(--accent-color);
  background: var(--fifth-color);
  display: inline-block;
  padding: 3px 5px;
  margin-top: 10px;
}

.service-item {
  margin-bottom: 50px;
}
.service-item:last-child {
  margin-bottom: 0;
}
.service-item.service-frame {
  background: var(--color-white);
}
.service-item.padding {
  padding: 55px 60px;
}
.service-item.padding .p-abs-img {
  inset: 55px auto auto 60px;
}
.service-item.has-img {
  position: relative;
}
.service-item.has-img .p-abs-img {
  position: absolute;
}
.service-item.has-img .p-abs-img.lt0 {
  inset: 0 auto auto 0;
}
.service-item.has-img .p-abs-img.rt0 {
  inset: 0 0 auto auto;
}
.service-item.has-img .service-content {
  width: 440px;
}
.service-item.has-img .service-content.mar-l-auto {
  margin-left: auto;
}
.service-item.has-img .service-content .service-item-ttl {
  text-align: center;
}
.service-item.has-img .service-content .service-item-ttl .sub {
  font-size: 2.3rem;
  margin-bottom: 20px;
  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: 2.2rem;
}
.service-item.has-img .service-content .service-txt span {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 1.8rem;
}

.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 {
  margin-bottom: 35px;
}

.arr-txt {
  text-align: center;
  padding-top: 55px;
  margin-top: 35px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: url(../img/develop/recom_arr.png) top center 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: 145px 0 150px;
  position: relative;
}
.flow-sec .flow-ttl {
  position: absolute;
  inset: -55px 0 auto;
  z-index: 1;
}
.flow-sec .flow-list.col3 {
  gap: 50px 40px;
}
.flow-sec .flow-list.col3 .flow-list-item {
  width: 240px;
}
.flow-sec .flow-list.col4 {
  gap: 45px;
}
.flow-sec .flow-list.col4 .flow-list-item {
  width: 330px;
}
.flow-sec .flow-list-item .item-ttl {
  text-align: left;
  color: var(--accent-color);
  font-size: 2rem;
  font-weight: 700;
}
.flow-sec .flow-list-item .item-ttl span {
  font-size: 3rem;
}
.flow-sec .flow-list-item .item-txt {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  background: var(--main-color);
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #1248e0, #001a82) 1;
     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: 14px 0px 14px 17px;
  border-color: transparent transparent transparent var(--third-color);
  inset: 0 -18px 0 auto;
  margin: auto 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.flow-sec .flow-list-item:last-child .item-txt::after {
  border: none;
}

.ic-list {
  gap: 40px;
}
.ic-list-item {
  width: 460px;
  padding: 45px 25px;
  background: var(--sixth-color);
}
.ic-list .box-ic {
  margin-bottom: 25px;
}
.ic-list .box-list {
  margin-top: 20px;
}
.ic-list .box-list li {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 15px;
  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: 220px 0 150px;
}
.merit-sec .merit-ttl {
  position: absolute;
  inset: -50px 0 auto;
}
.merit-sec .service-content {
  min-height: 310px;
}
.merit-sec .service-content .service-item-ttl {
  text-align: center;
}

.area-sec {
  padding: 65px 0 90px;
  background: url(../img/measure/area_bg.png) right center no-repeat;
}
.area-sec .inbox {
  position: relative;
  padding: 55px 0 60px;
  background: url(../img/measure/area_ill.png) right center no-repeat;
}
.area-sec .area-content {
  width: 490px;
  text-align: center;
}
.area-sec .area-content .area-ttl {
  margin-bottom: 30px;
}
.area-sec .area-content .area-ttl small {
  margin: 30px auto 0;
}

/*==========================================
consult
===========================================*/
/* consult-recom
---------------------*/
#consult-recom .horizon-img {
  right: auto;
  left: 0;
}
#consult-recom .horizon-content {
  margin-left: auto;
}

/* consult-service
---------------------*/
#consult-service .service-content {
  min-height: 350px;
}
#consult-service .faq-list {
  padding: 95px 0 0 95px;
  position: relative;
}
#consult-service .faq-list::before {
  width: 1px;
  height: 100%;
  background: var(--fourth-color);
  position: absolute;
  content: "";
  inset: 0 auto auto 35px;
}
#consult-service .faq-list-item {
  text-align: left;
  margin-bottom: 50px;
}
#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: 50px;
  height: 50px;
  color: var(--color-white);
  font-weight: 700;
  font-size: 2.6rem;
  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: 1.8rem;
  font-weight: 700;
  background: var(--main-color-rgba);
  padding: 9px 15px 9px 75px;
  margin-bottom: 20px;
}
#consult-service .faq-list-item .faq-q::before {
  background: var(--third-color);
  content: "Q";
}
#consult-service .faq-list-item .faq-a {
  padding-left: 75px;
}
#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 {
  margin-bottom: 30px;
}
#consult-service .intro-case .case-wrp {
  border: 2px solid var(--accent-color);
  padding: 40px 150px;
}

/*==========================================
develop
===========================================*/
/* develop-recom
---------------------*/
#develop-recom {
  padding-bottom: 120px;
}
#develop-recom .recom-box {
  position: relative;
  background: var(--main-color-rgba);
  padding: 145px 160px 50px;
}
#develop-recom .recom-box .recom-ttl {
  position: absolute;
  inset: -60px 0 auto;
}
#develop-recom .recom-box .recom-txt {
  background: var(--color-white);
  font-size: 2rem;
  font-weight: 700;
  padding: 20px;
}

/* develop-service
---------------------*/
#develop-service {
  padding-bottom: 125px;
}
#develop-service .service-content {
  min-height: 550px;
}
#develop-service .service-content .service-item-ttl .main {
  text-align: left;
}

/* develop-works
---------------------*/
#develop-works .works-list {
  gap: 45px;
}
#develop-works .works-list-item {
  width: 330px;
  height: 330px;
}

/*==========================================
measure
===========================================*/
/* measure-worries
---------------------*/
#measure-worries .horizon-content .back-accent {
  text-align: center;
  padding: 10px 30px;
}

/*==========================================
shrine-temples-3d
===========================================*/
/* shrine-temples-3d-service
---------------------*/
#shrine-temples-3d-service .service-item .service-content {
  min-height: 380px;
}

/* shrine-temples-3d-merit
---------------------*/
#shrine-temples-3d-merit .inner-box {
  gap: 45px;
}
#shrine-temples-3d-merit .inner-box .ic-list-item {
  width: 330px;
}

/*==========================================
support
===========================================*/
/* support-service
---------------------*/
#support-service .service-leadtxt {
  margin-bottom: 45px;
  text-align: left;
}
#support-service .service-item .service-content {
  min-height: 475px;
}

/* support-merit
---------------------*/
#support-merit .inner-box {
  gap: 45px;
}
#support-merit .inner-box .ic-list-item {
  width: 330px;
}

/* support-works
---------------------*/
#support-works {
  padding: 145px 0 195px;
}
#support-works .works-content {
  width: 960px;
  margin: 0 auto;
  padding: 40px 180px;
  border: 2px solid var(--accent-color);
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.category-select select {
  font-size: 1.6rem;
  padding: 15px 37px 15px 15px;
}

/*==========================================
news
===========================================*/
.column-wrap .column-post-list .column-post a {
  padding: 45px 0;
}
.column-wrap .column-post-list .post-meta-area time {
  width: 95px;
}
.column-wrap .column-post-list .post-meta-area time,
.column-wrap .column-post-list .post-meta-area .category-label {
  font-size: 1.4rem;
}
.column-wrap .column-post-list .post-meta-area .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column-wrap .column-post-list .post-meta-area .category-label li {
  padding: 2px 10px;
}
.column-wrap .column-post-list .post-meta-area .post-ttl {
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.column-wrap .column-post-list .more-btn {
  width: 125px;
  font-size: 1.4rem;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.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 .thumb {
  width: 210px;
  height: 200px;
}
.column-wrap .column-post-list .has-thumb .thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column-wrap .column-post-list .has-thumb .post-meta-area {
  width: 820px;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  margin-bottom: 20px;
}
.single-meta time {
  font-size: 1.4rem;
  text-align: left;
  width: 95px;
  padding: 3px 0;
  box-sizing: border-box;
}
.single-meta .category-label {
  width: 920px;
  font-size: 1.4rem;
  gap: 5px;
  margin-left: 10px;
}
.single-meta .category-label li a {
  border: 1px solid var(--third-color);
  color: var(--third-color);
  padding: 3px 10px;
  display: 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: 10px;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 170px;
  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%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: "#";
}
.single-category ul li a:hover {
  background: var(--color-gray);
}

/*==========================================
contact
===========================================*/
#contact .contact-form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact-form tr th {
  margin-bottom: 20px;
}
#contact .contact-form tr th .required {
  padding: 3px;
  margin-left: 10px;
  vertical-align: baseline;
  font-size: 1.2rem;
}
#contact .contact-form tr td .label-list {
  gap: 15px;
}
#contact .contact-form tr.privacy-check th {
  text-align: center;
}
#contact .contact-form .form-field {
  font-size: 1.6rem;
  padding: 20px 15px;
}
#contact .contact-form .contact-select {
  width: 350px;
}
#contact .contact-form .contact-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact-form .contact-select select {
  padding: 15px 30px 15px 10px;
  font-size: 1.6rem;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 150px;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 300px;
}
#contact .contact-form textarea {
  height: 260px;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: 1.3rem;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 1.6rem;
  height: 75px;
}
#contact .contact-submits-wrap {
  gap: 35px;
}
#contact .contact-submits-wrap .check-btn {
  width: 304px;
}
#contact .contact-submits-wrap .back-btn {
  width: 270px;
}
#contact .contact-submits-wrap .send-btn {
  width: 240px;
}

/*==========================================
privacy
===========================================*/
#privacy .privacy-box {
  margin-bottom: 70px;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 30px;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 30px;
}

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

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