@charset "UTF-8";
/*bootstrap対策*/
:is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-family: inherit;
  line-height: 1;
  color: inherit
}
:is(.dl, .dt, .dd, .ul, .ol, label, .figure, .figcaption, p) {
  margin: 0;
  padding: 0;
}
/****************************/
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*overflow-x: hidden;*/
  /*横スクロールが出るのを隠すため*/
}
html {
  font-size: 62.5%;
  /*font-size: 0.390625vw*/
  /*期値を10pxとする場合：10/2560*100=0.396（表示させたい文字サイズ÷width×100*/
  /*transform: rotate(0.03deg);*/
}
html {
  scroll-padding-top: 70px;
  /* 固定ヘッダの高さ分 */
}
body {
  color: #1b130d;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  line-height: 1;
}
h3 {
  font-size: 3rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto 2rem;
}
h4,
h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #160f0a;
}
/*iphone対策*/
button {
  appearance: none;
  -webkit-appearance: none;
  color: #1b130d;
}






/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.buttonA {
  width: fit-content;
  min-width: 20rem;
  height: 3.7rem;
  background: #ab8a3e;
  border: none;
}
.buttonA :is(a, span) {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0 4em;
  text-decoration: none;
}
.buttonA :is(a, span)::after {
  content: "⇀";
  position: absolute;
  right: 1rem;
}
.buttonA:hover {
  background: #005931;
  transition: 0.5s;
}


/*header*/
.header {
  width: 100%;
  height: 8.5rem;
  padding: 0 0 0 18.75vw;
  /*36*/
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
}
.header h1 {
  padding: 1rem 0 0 calc(5.2vw + 2rem);
  /*10*/
  font-size: 1.4rem;
}
.header .logo {
  width: 5.2vw;
  position: absolute;
  top: 0;
  left: 18.75vw;
  /*36*/
}
.header .logo img {
  width: 100%;
}
.header .nav {
  height: inherit;
  display: flex;
  justify-content: end;
  padding: 0 0 0 calc(5.2vw + 2rem);
  /*10*/
}
.header .nav .ul {
  display: flex;
  padding: 0 calc(24rem + 6.25vw) 0 0;
}
.header .nav .li {
  list-style: none;
  display: flex;
  align-items: center;
}
.header .nav .li:first-of-type {
  display: none;
}
.header .nav .li:not(:nth-of-type(2))::before {
  content: "/";
  display: inline-block;
  padding: 0 1em;
}
.header .nav .li a {
  color: inherit !important;
  text-decoration: none !important;
}
.header .nav .info {
  width: 24rem;
  height: inherit;
  background: linear-gradient(135deg, #1B4935 0%, #0F3829 50%, #082018 100%);
  /*background: #005931;*/
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  align-content: center;
  gap: 1rem;
}
.header .nav .info p {
  font-size: 1.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  text-align: center;
}
.header .nav .info p a {
  font-size: 2.5rem;
  color: #fff;
}
.header .nav .info p a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
  width: 1.4rem;
  height: 1.4rem;
  background-size: cover;
  display: inline-block;
}
/*-----ハンバーガーメニュー-----*/
.navToggle {
  display: none;
}









/*main*/
.mainimg {
  width: 100%;
  height: 29rem;
  position: relative;
  overflow: hidden;
}
.mainimg h2 {
  font-size: 3.7rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  position: absolute;
  top: 21rem;
  left: 18.75vw;
  /*36*/
  z-index: 1;
}
.mainimg>.pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: inherit;
}
.mainimg>.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.creditcard {
  background: #e7e4de;
  padding: 3rem 0;
}
.creditcard .inner {
  text-align: center;
}
.creditcard .inner h3 {
  font-size: 2.3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 2rem;
}
.creditcard .inner .window {
  width: 90%;
  max-width: 100rem;
  background: #fff;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: auto;
}
.reserve {
  width: 100%;
  /*background: #005931;*/
  background: linear-gradient(135deg, #1B4935 0%, #0F3829 50%, #082018 100%);
  border-radius: 1rem;
  padding: clamp(2rem, 2.08vw, 4rem);
  margin: 0 auto 10rem;
}
.reserve h3 {
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  margin: 0 auto 3rem;
  text-align: center;
}
.reserve .col2 {
  width: 80%;
  max-width: 85rem;
  margin: auto;
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.reserve .col2 :is(.left, .right) {
  width: 50%;
  height: 9rem;
  background: #fff;
  border-radius: 4.5rem;
  display: grid;
  gap: 0.5rem;
  align-items: center;
  align-content: center;
  line-height: 1;
  position: relative;
}
.reserve .col2 :is(.left, .right) h4 {
  font-size: 1.9rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
}
.reserve .col2 :is(.left, .right) p {
  text-align: center;
}
.reserve .col2 :is(.left, .right) a {
  width: 100%;
  font-size: 2.9rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: inherit;
}
.reserve .col2 a::before {
  content: "";
  width: 4.4rem;
  min-width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 2rem;
  top: calc(50% - 2.2rem);
}
.reserve .col2 .left a::before {
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat center #ab8a3e;
}
.reserve .col2 .right a::before {
  background: url(/system_panel/uploads/images/icon_line.png) no-repeat center #ab8a3e;
}
.bottom {
  width: 100%;
  background: #f4f0e7;
  border-radius: 1rem;
  padding: clamp(2rem, 2.08vw, 4rem);
  /*margin: 0 auto 10rem;*/
}
.bottom .inner .col2 {
  width: 80%;
  max-width: 85rem;
  margin: auto;
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bottom .inner .col2 :is(.left, .right) {
  width: 50%;
  height: 9rem;
  background: #fff;
  border-radius: 4.5rem;
  display: grid;
  gap: 0.5rem;
  align-items: center;
  align-content: center;
  line-height: 1;
  position: relative;
}
.bottom .inner .col2 :is(.left, .right) h4 {
  font-size: 1.9rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
}
.bottom .inner .col2 :is(.left, .right) p {
  text-align: center;
}
.bottom .inner .col2 :is(.left, .right) a {
  width: 100%;
  font-size: 2.9rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: inherit;
}
.bottom .inner .col2 a::before {
  content: "";
  width: 4.4rem;
  min-width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 2rem;
  top: calc(50% - 2.2rem);
}
.bottom .inner .col2 .left a::before {
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat center #ab8a3e;
}
.bottom .inner .col2 .right a::before {
  background: url(/system_panel/uploads/images/icon_line.png) no-repeat center #ab8a3e;
}


/*ブロマル用*/
:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h4 {
  font-weight: bold;
  margin: 2.5rem 0 1rem;
  padding: .8rem 2rem;
  border-left: 5px solid #ab8a3e;
  /*要変更*/
  background: #f4f0e7;
  line-height: 1.3;
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #160f0a;
}






/*footer*/
.footer {
  background: url(/system_panel/uploads/images/footer_bg.jpg) no-repeat center bottom #082018;
  background-size: 100%;
  padding: 5rem 0 63.9vw;
  /*122.7*/
}
.footer .inner {
  margin: 0 auto 4rem;
}
.footer .inner .col2 {
  display: flex;
  align-items: end;
  gap: 2.6vw;
  /*5*/
}
.footer .inner .col2 .left {
  width: 50%;
}
.footer .inner .col2 .left p {
  line-height: 1.6;
  color: #fff;
}
.footer .inner .col2 .left p a {
  color: inherit;
}
/*.footer .inner .col2 .right {
  width: 50%;
}*/
.footer .inner .col2 .right {
    width: auto;
    margin-left: auto;
    text-align: right;
}
.footer .inner .col2 .right .button {
  width: fit-content;
  height: 4rem;
  background: #e6ddc6;
  margin: 0 0 3rem;
}
.footer .inner .col2 .right .button a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 1em;
  color: inherit;
  text-decoration: none;
}
.footer .inner .col2 .right .button a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_note.png) no-repeat;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.8rem;
  background-size: cover;
}
.footer .inner .col2 .right .copyright a {
  color: #fff;
  text-decoration: none;
}




/*追加ライブラリ*/
/*スムーススクロール*/
html {
  /*scroll-behavior: smooth;※smoooothでの使用は不可*/
}





/*ページ遷移時のフェードイン効果*/
html {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}





/*.headerSwitch.js用*/
/*「.scroll-nav」付与時のヘッダーデザイン */
.header.scroll-nav {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
}
/* 「.scroll-nav」付与時の.logo,.ul,aデザイン用*/
.header.scroll-nav :is(.logo, .ul .li a) {}





/*pagetopボタン用*/
.pagetop {
  position: fixed;
  bottom: 5rem;
  right: 10%;
  background: #000;
  color: #fff;
  width: 7rem;
  height: 7rem;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
}





/*アコーディオン*/
.aco2 {
  display: none;
  /*初期状態で開いておく場合はinitialに変更*/
}
#wrapper .aco2 {
  display: initial;
  /*初期状態で開いておく場合はinitialに変更*/
}
.aco-open {
  position: relative;
}
.aco-open::after {
  /* 閉じている時 */
  content: "×";
  color: #160f0a;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2rem;
  line-height: 1;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "＋";
  color: #160f0a;
  top: calc(50% - 0.5em);
  line-height: 1;
}





/*animate.css用*/
/*wow.js（animate.cssのスクロールのタイミングに発動させるライブラリ）用*/
.box {
  animation-fill-mode: forwards;
}

/*animate.cssの追加css*/
.animate__delay-1s {
  animation-delay: calc(var(--animate-delay)*0.5) !important;
}
.animate__delay-2s {
  animation-delay: calc(var(--animate-delay)*1) !important;
}
.animate__delay-3s {
  animation-delay: calc(var(--animate-delay)*1.5) !important;
}
.animate__delay-4s {
  animation-delay: calc(var(--animate-delay)*2) !important;
}
.animate__delay-5s {
  animation-delay: calc(var(--animate-delay)*2.5) !important;
}
.animate__delay-6s {
  animation-delay: calc(var(--animate-delay)*3) !important;
}
.animate__delay-7s {
  animation-delay: calc(var(--animate-delay)*3.5) !important;
}
.animate__delay-8s {
  animation-delay: calc(var(--animate-delay)*4) !important;
}
.animate__delay-9s {
  animation-delay: calc(var(--animate-delay)*4.5) !important;
}
.animate__delay-10s {
  animation-delay: calc(var(--animate-delay)*5) !important;
}



/* =====================================================
   アッシー代行 料金シミュレーター
   既存ページ組み込み用 — .assi-simulator スコープ
   ===================================================== */
.simu {
  width: 100%;
}
.assi-simulator {
  background: #fff;
  border-radius: 1rem;
  padding: clamp(2rem, 1.5625vw, 3rem) clamp(2rem, 5.2vw, 10rem);
  width: 100%;
  box-shadow: 0 0 1rem rgba(73, 66, 51, 0.04);
}

.assi-simulator *,
.assi-simulator *::before,
.assi-simulator *::after {
  box-sizing: border-box;
}

/* ---- スライダーエリア ---- */
.assi-simulator .input-area {
  margin-bottom: 32px;
}
.assi-simulator .input-label {
  /*display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;*/
  margin: 0 auto 3rem;
}
.assi-simulator .input-label>p {
  text-align: center;
}
.assi-simulator .input-label .km-display {
  display: none;
}
.assi-simulator .input-label .km-display span {
  display: none;
}

.assi-simulator input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, #005931 0%, #005931 var(--pct, 10%), #f4f0e7 var(--pct, 10%), #f4f0e7 100%);
  outline: none;
  cursor: pointer;
  margin-bottom: 8px;
}
.assi-simulator input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #4db8ff;
  border: 3px solid #1a2940;
  box-shadow: 0 0 8px rgba(77, 184, 255, 0.6);
  cursor: pointer;
  transition: transform 0.1s;
}
.assi-simulator input[type="range"]::-webkit-slider-thumb:active {
  transform: scale(1.2);
}

/* 手入力 */
.assi-simulator .manual-row {
  /* display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;*/
  margin: 0 0 3rem;
}
.assi-simulator .manual-row label {
  width: fit-content;
  display: block;
  margin: 0 0 1rem;
}
.assi-simulator .manual-row input[type="number"] {
  width: 9rem;
  padding: 8px 12px;
  border: 1px solid #000;
  text-align: right;
  outline: none;
  transition: border-color 0.2s;
}
.assi-simulator .manual-row input[type="number"]:focus {
  border-color: #4db8ff;
}
.assi-simulator .manual-row .km-unit {}

/* ---- 結果エリア ---- */
.assi-simulator .result-area {
  background: #f4f0e7;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  margin-bottom: 24px;
}
.assi-simulator .result-label {
  width: fit-content;
  height: 3.4rem;
  background: #fff;
  margin: 0 auto 3rem;
  border-radius: 1.7rem;
  display: grid;
  align-items: center;
  padding: 0 2em;
  font-size: 1.8rem;
}
.assi-simulator .result-price {
  font-size: 3.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  margin: 0 0 3rem;
}
.assi-simulator .result-price .yen {
  font-size: 2.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.assi-simulator .result-price .unit {
  font-size: 2.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.assi-simulator .result-note {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.71;
}





/*タブ*/
#wrapper .typeA .content{
  height:auto;
  opacity: 1;
  margin:0 auto 5rem;
}
/*ベース*/
.typeA {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6vw;
  /*5*/
}
/*.typeA::after {
    	content: '';
    	width: 100%;
    	height: 3px;
    	order: -1;
  background: #005931;
    }
  */
.typeA .tabLabel {
  /* タブ */
  max-width: 20rem;
  flex: 1;
  order: -1;
  transition: .5s;
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.typeA .tabLabel:nth-last-of-type(1) {
  margin-right: 0;
}
.typeA input {
  /* ラジオボタン非表示 */
  display: none;
}
.typeA .content {
  /* 本文 */
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/*アクティブ設定*/
.typeA input:checked+.tabLabel {
  color: #fff;
  background: #005931;
  display: grid;
  align-items: center;
  justify-content: center;
}
.typeA input:checked+.tabLabel+.content {
  height: auto;
  overflow: auto;
  transition: .5s opacity;
  opacity: 1;
}