@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
@font-face {
  font-family: "Impact";
  src: url(../css/impact.ttf);
  font-display: block; /* or block, swap, fallback, optional */
}
.titleBgCard :where(div[class*=bg]) {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

#contents, .titleWrap :where(div[class*=title]), .titleBgCard :where(div[class*=card]), .homesns :where(div[class*=title]) {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  #contents, .titleWrap :where(div[class*=title]), .titleBgCard :where(div[class*=card]), .homesns :where(div[class*=title]) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.desc h3, .desc div {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .desc h3, .desc div {
    padding-left: 0;
    padding-right: 0;
  }
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  border: none;
  background-color: unset;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

.box {
  overflow: unset !important;
}

body {
  counter-reset: number 0;
  overflow-x: hidden;
  min-height: 100%;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  color: #111;
}

button, a, span, p {
  font-size: 16px;
  color: inherit;
  font-family: "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}

dd, dt {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a, button {
  text-decoration: none;
  transition: 0.3s;
}
a:is(:link, :visited, :hover, :active), button:is(:link, :visited, :hover, :active) {
  color: inherit;
}
a:not(.btn):hover, button:not(.btn):hover {
  opacity: 0.7;
}

h1, h2, h3 {
  font-weight: 400;
  text-align: center;
}
h1 span, h2 span, h3 span {
  display: block;
}

h2 {
  font-size: clamp(22px, 2.8vw, 26px);
}

h3 {
  font-size: clamp(18px, 2.1vw, 21px);
}

img {
  max-width: 100%;
  object-fit: contain;
}

li {
  list-style: none;
}

b, strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 835px) {
  #main {
    display: block;
  }
}

#col_main {
  width: 100% !important;
}

h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

.pcnone {
  display: none;
}
@media screen and (max-width: 835px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 641px) {
  .spnone {
    display: none;
  }
}

@media screen and (max-width: 835px) {
  .bp1200none {
    display: block;
  }
}

@media screen and (max-width: 835px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

@media only screen and (min-width: 641px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 641px) {
  .spnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

u {
  text-decoration: line-through;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

u {
  text-decoration: underline;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "メイリオ", "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 641px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

.fcb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fcs {
  display: flex;
  align-items: center;
  justify-content: start;
}

.fce {
  display: flex;
  align-items: center;
  justify-content: end;
}

.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsb {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.fss {
  display: flex;
  align-items: start;
  justify-content: start;
}

.fse {
  display: flex;
  align-items: start;
  justify-content: end;
}

.fsc {
  display: flex;
  align-items: start;
  justify-content: center;
}

.feb {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.fes {
  display: flex;
  align-items: end;
  justify-content: start;
}

.fee {
  display: flex;
  align-items: end;
  justify-content: end;
}

.fec {
  display: flex;
  align-items: end;
  justify-content: center;
}

.fcbc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.fcsc {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

.fcec {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}

.fccc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fsbc {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}

.fssc {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

.fsec {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
}

.fscc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.febc {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
}

.fesc {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-direction: column;
}

.feec {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.fecc {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
}

.fcbw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcsw {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.fcew {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}

.fccw {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fsbw {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fssw {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.fsew {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-wrap: wrap;
}

.fscw {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}

.febw {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fesw {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-wrap: wrap;
}

.feew {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
}

.fecw {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
}

.link_contact {
  display: block;
  padding: 20px;
  border: 1px solid #fff;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.link_tel {
  display: block;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.link_tel span {
  font-size: 13px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fa-solid.fa-phone {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  scale: -1 1;
  display: flex;
  align-items: center;
}

.fa-user-pen {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa-user-pen::before {
  content: "\f4ff";
}

.fa-phone.fa-solid {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa-phone.fa-solid::before {
  content: "\f095";
}

.fa-circle-exclamation {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin: 0 10px;
}
.fa-circle-exclamation::before {
  content: "\f06a";
}

.base {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1400px) {
  .base {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: inset 2px 2px 2px 0px rgba(119, 119, 119, 0.4666666667), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  top: 0;
  right: 0;
  width: 20%;
  display: grid;
  place-items: center;
}

.FbtnW {
  justify-content: center;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 120px;
}
.FbtnW .box {
  width: 100%;
  max-width: 300px;
}

.sppd {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .sppd {
    padding-left: 0;
    padding-right: 0;
  }
}

.fixBG {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.dl_wrap {
  margin-top: 30px;
}
.dl_wrap dl, .dl_wrap dt, .dl_wrap dd {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.dl_wrap dl:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ddd !important;
}
.dl_wrap dt {
  width: 150px !important;
  justify-content: flex-start !important;
}
.dl_wrap dd {
  width: 80% !important;
}
.dl_wrap dl:first-of-type {
  border-bottom: 1px solid #ddd;
}
.dl_wrap span {
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
  background: #78b4e6;
}

.sns_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*マウスストーカー*/
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 835px) {
  .cursor,
.follower {
    display: block;
  }
}

.cursor {
  width: 50px;
  height: 50px;
  background-color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: scale ease 0.3s, opacity 0.3s;
  text-align: center;
  scale: 3;
  opacity: 0.001;
}
.cursor.is-active {
  opacity: 1;
  scale: 1;
}

.follower {
  display: none;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 999;
}

:root {
  --oi: 100px;
  --dot: 10px;
}

#stalker {
  pointer-events: none;
  position: fixed;
  perspective: 20vw;
  fill: none;
  stroke: rgba(204, 204, 204, 0);
  stroke-width: 2px;
  top: calc(var(--oi) / -2);
  left: calc(var(--oi) / -2);
  width: var(--oi);
  height: var(--oi);
  scale: 1;
  transition: all 0s;
  transition-timing-function: ease-out;
  z-index: 999;
}
@media only screen and (min-width: 835px) {
  #stalker {
    stroke: #ccc;
  }
}
#stalker .stalker-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, 0);
  border-radius: 50%;
  scale: 1;
  transition: 0.4s;
}
@media only screen and (min-width: 835px) {
  #stalker .stalker-inner {
    background-color: rgba(204, 204, 204, 0.3333333333);
  }
}
#stalker .stalker-inner.hov {
  background: rgba(0, 0, 0, 0.4666666667);
  scale: 0.7;
  opacity: 1;
}
#stalker .stalker-inner.down {
  scale: 0.5;
  transition: 0.2s;
}
#stalker .stalker-inner.up {
  background: #fff;
  animation: big 1s forwards ease-in-out;
}
@keyframes big {
  0% {
    scale: 0.5;
  }
  20% {
    scale: 30;
  }
  50% {
    scale: 30;
  }
  100% {
    scale: 0;
  }
}

#loading {
  position: fixed;
  width: 100%;
  top: 50%;
}

#loading #percent {
  text-align: center;
}
#loading #percent-text {
  font-size: 32px;
}

#loading #gauge {
  width: 0px;
  height: 5px;
  background: #ff0000;
}

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-trriger {
  color: #98cada;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  display: flex;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 2;
  background-color: rgba(0, 0, 0, 0.2);
  overscroll-behavior: none;
}
.policy-wrap.active {
  display: flex;
  opacity: 1;
  z-index: 10;
}
.policy-wrap h3 {
  border-left: 4px solid #98cada;
  color: #111;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
}
.policy-wrap p {
  margin: 10px 0 25px;
  color: #111;
  line-height: 2;
}
.policy-wrap > div {
  position: relative;
  padding: 20px;
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #98cada;
  height: 60vh;
  overflow-y: scroll;
  width: 95%;
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.bg100 {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.flex_fix {
  justify-content: center;
  row-gap: 1vmin;
  column-gap: 1%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex_stretch {
  margin-bottom: -100px !important;
}
.flex_stretch .box {
  flex: 1 1 450px;
}
.flex_stretch img {
  width: 100%;
}

.text_right .box, .text_left .box {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 641px) {
  .text_right .box, .text_left .box {
    flex-direction: column;
  }
}
.text_right img, .text_left img {
  width: 35% !important;
  object-fit: contain;
  flex: 1 1 224px;
  display: block;
}
@media screen and (max-width: 641px) {
  .text_right img, .text_left img {
    width: 100% !important;
  }
}
.text_right h3, .text_left h3 {
  position: relative;
}
.text_right h3::before, .text_left h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: brown;
}

.text_left .box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 641px) {
  .text_left .box {
    flex-direction: column;
  }
}

.img-op img {
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.1333333333);
}

.first30 td:first-child {
  width: 30%;
}

.first_eee td:first-child {
  background-color: #eee;
}

.circle_dt.form_wrap dl, .circle_dt.form_wrap dt, .circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dt {
  width: 20%;
  min-width: 200px;
  text-align: center;
  color: #fff;
  z-index: 1;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-radius: 50%;
  background-color: lightblue;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 50px;
  background-color: lightblue;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 999;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    z-index: -1;
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(40px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(40px) translateY(40px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(40px) translateY(40px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(40px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes sidetoside {
  0% {
    translate: 125% 0;
  }
  50% {
    translate: -425% 0;
  }
  100% {
    translate: 125% 0;
  }
}
@keyframes turn {
  0% {
    rotate: y 90deg;
  }
  10% {
    rotate: y 0deg;
  }
  40% {
    rotate: y 0deg;
  }
  50% {
    rotate: y -90deg;
  }
  60% {
    rotate: y -180deg;
  }
  90% {
    rotate: y -180deg;
  }
  100% {
    rotate: y -270deg;
  }
}
#loader {
  background-image: url(../images/top/wallbg.jpg);
  overscroll-behavior-y: contain;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  transition: 0.5s;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  opacity: 1;
}
#loader.loaded {
  overscroll-behavior-y: auto;
  animation: fadeOut 1s forwards;
}
#loader::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#loader .svgW {
  animation: none;
  mix-blend-mode: unset;
  z-index: 100;
  width: 20%;
  position: absolute;
  bottom: 10%;
  left: 0%;
  right: unset;
  transform-origin: center;
  translate: 500%;
  scale: 1 1;
  transition: 0s;
}
#loader .svgW svg path.st0 {
  fill: #74472c;
  opacity: 0.6;
  background-image: url(../images/top/woodbg.jpg);
}

.spinner {
  position: relative;
  width: 100%;
  height: calc(100% + 0.5px);
  overflow-y: scroll;
  pointer-events: all;
  position: relative;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.spinner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.cube1, .cube2 {
  background-color: #111;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 40px;
  margin: auto;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  animation-delay: -0.9s;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

#h_logo, #f_logo {
  fill: #000;
  font-family: "Impact";
  font-size: 86px;
  letter-spacing: normal;
}
#h_logo .logocar, #f_logo .logocar {
  font-size: 16px;
}

#f_logo {
  fill: #fff;
}

.headerG {
  opacity: 0;
  background: no-repeat center/cover;
  background-image: url(../images/top/wallbg.jpg);
  z-index: 100;
  position: fixed;
  transition: 0.5s;
  overscroll-behavior-y: contain;
  display: flex;
  flex-wrap: wrap;
  max-height: 100%;
}
.headerG.active {
  overflow-y: scroll;
}
@media only screen and (min-width: 835px) {
  .headerG {
    flex-wrap: nowrap;
  }
}
.headerG a, .headerG button, .headerG_logo {
  transform-origin: top;
  display: grid;
  place-items: center;
  align-content: center;
  height: clamp(0px, 10vh, 120px);
  box-shadow: inset 0 0 0px 1px #ccc;
  flex-grow: 1;
  width: 25%;
}
@media only screen and (min-width: 835px) {
  .headerG a, .headerG button, .headerG_logo {
    width: unset;
    max-width: 120px;
  }
}
.headerG a:focus, .headerG button:focus, .headerG_logo:focus {
  outline: 2px solid #98cada;
}
.headerG_logo {
  max-width: unset;
}
.headerG_logo a {
  width: 100%;
  padding: 0px 20px;
  box-shadow: unset;
}
@media only screen and (min-width: 641px) {
  .headerG_logo a {
    max-width: calc(clamp(0px, 10vh, 120px) + 30px);
    min-width: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerG_logo a {
    margin-right: auto;
  }
}
.headerG_links {
  display: contents;
}
@media only screen and (min-width: 835px) {
  .headerG_links a, .headerG_links button {
    order: 1;
  }
}
.headerG_links i {
  line-height: 1;
  font-size: clamp(20px, 3.4vw, 26px);
}
.headerG_links span {
  text-transform: uppercase;
}
.headerG_links span, .headerG_links .burger .burger_text {
  font-size: 14px;
}
@media only screen and (min-width: 641px) {
  .headerG_links span, .headerG_links .burger .burger_text {
    font-size: 22px;
  }
}
@media only screen and (min-width: 835px) {
  .headerG_links span, .headerG_links .burger .burger_text {
    font-size: 18px;
  }
}
.headerG_nav {
  opacity: 0;
  transition: opacity 0.3s;
  display: contents;
}
@media only screen and (min-width: 835px) {
  .headerG_nav {
    opacity: 1;
  }
}
.headerG_nav.show {
  opacity: 1;
}
.headerG_nav.show a, .headerG_nav.show button {
  rotate: x 0deg;
  height: clamp(0px, 10vh, 120px);
  visibility: visible;
}
.headerG_nav a, .headerG_nav button {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  height: 0;
  rotate: x 90deg;
  visibility: hidden;
  width: 50%;
}
@media only screen and (min-width: 835px) {
  .headerG_nav a, .headerG_nav button {
    width: unset;
    height: clamp(0px, 10vh, 120px);
    rotate: x 0deg;
    visibility: visible;
  }
}
.headerG_nav span {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #111;
}
.headerG_ul, .headerG li {
  display: contents;
}
.headerG .headerG_list {
  display: contents;
}
@media only screen and (min-width: 835px) {
  .headerG .headerG_list {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    max-width: 120px;
  }
}
.headerG_tel, .headerG_contact {
  background: url(../images/top/woodbg.jpg) no-repeat center/cover;
}
.headerG_tel i, .headerG_tel span, .headerG_contact i, .headerG_contact span {
  color: #fff;
}
.headerG_contact {
  background: #98cada;
}
.headerG .headerG_btn {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .headerG .headerG_btn {
    height: clamp(0px, 10vh, 120px);
  }
}
.headerG .headerG_btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
}
.headerG .headerG_btn[aria-pressed=true]::after {
  clip-path: polygon(0 80%, 100% 80%, 50% 0%);
}
.headerG_nav .headerG_accordion {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transform-origin: top;
  opacity: 0;
  transition: 0.3s;
  height: auto;
}
.headerG_nav .headerG_accordion a, .headerG_nav .headerG_accordion button {
  height: 0;
  visibility: hidden;
  rotate: x 90deg;
}
@media only screen and (min-width: 835px) {
  .headerG_nav .headerG_accordion {
    position: absolute;
    top: 100%;
  }
  .headerG_nav .headerG_accordion a, .headerG_nav .headerG_accordion button {
    width: 100%;
    background-image: url(../images/top/wallbg.jpg);
  }
}
.headerG_nav .headerG_accordion.show {
  opacity: 1;
}
.headerG_nav .headerG_accordion.show a, .headerG_nav .headerG_accordion.show button {
  height: clamp(0px, 10vh, 120px);
  visibility: visible;
  rotate: x 0deg;
}
@media only screen and (min-width: 835px) {
  .headerG_nav .headerG_accordion.show a, .headerG_nav .headerG_accordion.show button {
    height: calc(clamp(0px, 10vh, 120px) * 3 / 4);
  }
}
.headerG_nav .headerG_accordion .accordion_ul {
  display: contents;
}
.headerG_nav .headerG_accordion li {
  display: contents;
}
.headerG::-webkit-scrollbar {
  width: 0;
}

.headerG .burger {
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 835px) {
  .headerG .burger {
    display: none;
  }
}
.headerG .burger_svg {
  stroke: #111;
  stroke-width: calc(clamp(0px, 10vh, 120px) / 6);
  stroke-linecap: round;
  width: clamp(20px, 3.4vw, 26px);
}
.headerG .burger_text {
  font-size: 16px;
}
.headerG .burger path {
  transition: 0.3s;
}

img.imgL {
  max-width: 100%;
  margin: 0;
}

img.imgR {
  max-width: 100%;
  margin: 0;
}

#contents {
  background-image: url(../images/top/wallbg.jpg);
  background-repeat: repeat;
  background-position: center;
}

#contents_wrap {
  opacity: 0;
  padding-top: clamp(0px, 10vh, 120px);
}

.sns .title_01 {
  margin-top: clamp(0px, 10vh, 120px);
}

section > section:not(.topService, .shop, .topNews),
section:is(.contact), div.first {
  overflow: hidden;
}

.title_02 h2 {
  line-height: 1.6;
}
.title_02 h2 span {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.title_02 div span {
  display: inline-block;
  font-size: clamp(15px, 2vw, 18px);
  word-wrap: break-word;
}

@media only screen and (min-width: 835px) {
  .imgText,
.imgTitle {
    display: flex;
  }
}
.imgText :where(div[class*=img]),
.imgTitle :where(div[class*=img]) {
  min-width: 50%;
}
.imgText :where(div[class*=title], div[class*=text]),
.imgTitle :where(div[class*=title], div[class*=text]) {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.titleWrap :where(div[class*=title]) {
  padding: 4% 2%;
  width: calc(100% - 60px);
  max-width: 960px;
  transition: 1s;
}
.titleWrap :where(div[class*=title]) h2 {
  font-size: clamp(24px, 2.8vw, 28px);
}
.titleWrap :where(div[class*=title]) h2 span {
  color: #777;
}

.titleBgCard :where([class*=title]) h2 {
  color: #111;
}
.titleBgCard :where([class*=title]) h2 span {
  font-size: 22px;
}
.titleBgCard :where(div[class*=bg]) {
  background: no-repeat center/cover;
  background: url(../images/home/worksBg.jpg) no-repeat center/cover;
}
.titleBgCard :where(div[class*=card]) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  column-gap: 30px;
}
.titleBgCard :where(div[class*=card]) > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.titleBgCard :where(div[class*=card]) img {
  min-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.titleBgCard :where(div[class*=card]) > div > div {
  text-align: center;
  padding: 30px;
}
@media only screen and (min-width: 641px) {
  .titleBgCard :where(div[class*=card]) .box:has(.btn) {
    grid-column-start: 2;
    margin: 5% auto;
  }
}

section, div.first {
  position: relative;
}

.btn {
  color: #111;
  background-color: #fff;
  padding: 0;
  max-height: 70px;
  padding: 20px 0;
  box-shadow: inset 0px 0px 0px 3px #111;
  line-height: 30px;
  --prog:0px;
  perspective: 250px;
  perspective-origin: 200% 500%;
  overflow: visible;
  bottom: var(--prog);
  right: var(--prog);
  transition: 0.2s;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotate(0deg);
}
.btn .fa-solid.fa-phone {
  max-height: 21px;
}
.btn i {
  font-size: 20px;
  margin: auto 8px;
}
.btn span {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
}
.btn:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #111;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 0 0;
  rotate: x -90deg;
  height: var(--prog);
  transition: 0.2s;
}
.btn:after {
  content: "";
  display: block;
  width: var(--prog);
  height: 100%;
  background-color: #111;
  position: absolute;
  top: 0%;
  left: 100%;
  transform-origin: 0 0;
  rotate: y 90deg;
  width: var(--prog);
  transition: 0.2s;
}
.btn.active {
  --prog:5px;
}
.btn:active {
  --prog:0px;
}

.FbtnW .box div {
  perspective: 1000px;
  perspective-origin: center bottom;
}

.mv_slide {
  background: url(../images/top/woodbg.jpg) no-repeat center/cover;
  height: 50vh !important;
  height: 50dvh !important;
}
@media only screen and (min-width: 641px) {
  .mv_slide {
    height: calc(75vh - clamp(0px, 10vh, 120px)) !important;
    height: calc(75dvh - clamp(0px, 10vh, 120px)) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mv_slide {
    height: calc(100vh - clamp(0px, 10vh, 120px)) !important;
    height: calc(100dvh - clamp(0px, 10vh, 120px)) !important;
  }
}
.mv_slide img {
  min-width: 100vw;
  min-width: 100dvw;
  min-height: 50vh;
  min-height: 50dvh;
  object-fit: cover;
  max-width: 220%;
  height: 100% !important;
}
.mv_text {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  align-content: center;
}
.mv_text img {
  max-width: 50vw;
}
.mv_text p {
  padding: 0;
  font-size: clamp(20px, 8vw, 75px);
  font-weight: 900;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.1em #000;
}

.spanh h1 {
  font-size: clamp(27px, 3.2vw, 32px);
  font-weight: 700;
  padding: 0 20px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.spanh span {
  font-size: 22px;
  font-family: "Alfa Slab One", "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hspan {
  z-index: 1;
  position: relative;
  --prog:4px;
  translate: var(--prog) var(--prog);
  transition: 0.6s;
  opacity: 0;
}
.hspan h2 {
  font-size: clamp(48px, 6vw, 60px);
  font-family: "Alfa Slab One", "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  -webkit-text-stroke: #111;
  -webkit-text-stroke-width: 0.04em;
  -webkit-text-fill-color: transparent;
  paint-order: fill;
  letter-spacing: 0.1em;
}
.hspan.active {
  --prog:-4px;
  filter: drop-shadow(4px 4px 0px rgba(17, 17, 17, 0.2));
  opacity: 1;
}
.hspan span {
  font-size: 14px;
  font-weight: 600;
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: #111;
}

.hbtb {
  font-family: "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hbtb.clearfix article {
  display: grid;
  align-content: center;
}
.hbtb h2 {
  font-size: clamp(27px, 3.2vw, 32px);
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: auto;
  padding: 15px 20px;
}
@media only screen and (min-width: 641px) {
  .hbtb h2 {
    padding: 15px 40px;
  }
}
.hbtb h3, .hbtb h5 {
  font-size: 51px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  line-height: 1;
}
.hbtb span {
  font-size: 14px;
  font-weight: 700;
}

.desc h3, .desc div {
  margin: 0 auto;
  line-height: 2.6;
}

.FbtnW {
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 835px) {
  .FbtnW {
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.FbtnW .box {
  width: 100%;
  max-width: 300px;
  overflow: visible !important;
}

.topAbout {
  color: #fff;
  overflow: hidden;
}
.topAbout h2 span {
  margin-bottom: 30px;
}
.topAbout .btn {
  color: #111;
}

.aboutBG {
  background-size: cover;
  text-shadow: 0px 0 5px #000, 0px 0 5px #000, 0px 0 5px #000;
}
.aboutBG h2 {
  line-height: 1.6;
  font-size: clamp(24px, 3.2vw, 32px);
}
.aboutBG span {
  letter-spacing: 0.1em;
}
.aboutBG .desc div {
  line-height: 2.6;
  max-width: unset;
  width: 100%;
}
.aboutBG .btn {
  text-shadow: none;
}

.svgW {
  animation: sidetoside 30s infinite cubic-bezier(0.5, 0, 0.5, 1), turn 30s infinite cubic-bezier(0.7, 0, 0.3, 1);
  mix-blend-mode: overlay;
  z-index: 100;
  width: 20%;
  position: absolute;
  bottom: 30%;
  right: 0;
  translate: 0%;
  transform-origin: left;
  pointer-events: none;
}
@media only screen and (min-width: 835px) {
  .svgW {
    bottom: 5%;
  }
}
.svgW svg {
  width: 400%;
}
@media only screen and (min-width: 641px) {
  .svgW svg {
    width: 200%;
  }
}
@media only screen and (min-width: 835px) {
  .svgW svg {
    width: 100%;
  }
}

.fixBG {
  height: 360px;
}

.topService .hspan {
  margin-top: 40px;
}

.boxgrid .box, .error_text .box {
  position: relative;
  display: contents;
}
@media only screen and (min-width: 835px) {
  .boxgrid .box, .error_text .box {
    display: flex;
    height: 600px;
    position: sticky;
    top: clamp(0px, 10vh, 120px);
  }
}
.boxgrid .box:nth-child(even), .error_text .box:nth-child(even) {
  flex-direction: row-reverse;
}
.boxgrid img, .error_text img {
  position: sticky;
  height: calc(100vh - 25vw);
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  top: clamp(0px, 10vh, 120px);
}
@media only screen and (min-width: 641px) {
  .boxgrid img, .error_text img {
    top: clamp(0px, 10vh, 120px);
  }
}
@media only screen and (min-width: 835px) {
  .boxgrid img, .error_text img {
    height: 100%;
  }
}
.boxgrid article, .error_text article {
  background-image: url(../images/top/wallbg.jpg);
  z-index: 1;
  display: grid;
  align-content: center;
  padding: 120px 0px;
  top: clamp(0px, 10vh, 120px);
}
@media only screen and (min-width: 641px) {
  .boxgrid article, .error_text article {
    top: clamp(0px, 10vh, 120px);
  }
}
@media only screen and (min-width: 835px) {
  .boxgrid article, .error_text article {
    width: 100%;
  }
}
@media only screen and (min-width: 835px) {
  .boxgrid .box:nth-child(odd) article, .error_text .box:nth-child(odd) article {
    margin-left: -100px;
    padding-left: 50px;
    clip-path: polygon(100% 100%, 100% 0, 50px 0, 50px calc(50% - 90px), 0px 50%, 50px calc(50% + 90px), 50px 100%);
  }
  .boxgrid .box:nth-child(odd) img, .error_text .box:nth-child(odd) img {
    padding-right: 50px;
  }
  .boxgrid .box:nth-child(even) article, .error_text .box:nth-child(even) article {
    margin-right: -100px;
    padding-right: 50px;
    clip-path: polygon(0% 100%, 0% 0, calc(100% - 50px) 0, calc(100% - 50px) calc(50% - 90px), 100% 50%, calc(100% - 50px) calc(50% + 90px), calc(100% - 50px) 100%);
  }
  .boxgrid .box:nth-child(even) img, .error_text .box:nth-child(even) img {
    padding-left: 50px;
  }
}
.boxgrid h3, .error_text h3 {
  padding: 15px 0px;
  margin: 0 20px;
}
@media only screen and (min-width: 641px) {
  .boxgrid h3, .error_text h3 {
    padding: 15px 40px;
    margin: 0 auto;
  }
}
.boxgrid article div, .error_text article div {
  width: 90%;
  max-width: 550px;
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 2.6;
  font-weight: 500;
}
.boxgrid .btn, .error_text .btn {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}

.topBanner {
  position: relative;
}
.topBanner .whitewood {
  overflow: hidden;
  height: auto !important;
  background: no-repeat center/cover;
}
.topBanner .bnrW {
  flex-wrap: nowrap !important;
  justify-content: space-evenly;
  padding: 60px 0px;
  animation: loop 30s infinite linear;
  width: 800vw;
}
@media only screen and (min-width: 641px) {
  .topBanner .bnrW {
    width: 550vw;
  }
}
@media only screen and (min-width: 1200px) {
  .topBanner .bnrW {
    width: 367vw;
    padding: 90px 0;
  }
}
@keyframes loop {
  0% {
    translate: 0%;
  }
  100% {
    translate: -25%;
  }
}
.topBanner .box {
  flex-grow: 1;
  padding: 0 15px;
}
.topBanner .box a {
  width: 100% !important;
}
.topBanner .box img {
  width: 100% !important;
}

.topNews {
  margin: 30px 0 60px 0;
}
@media only screen and (min-width: 835px) {
  .topNews {
    display: flex;
    margin: 100px auto 120px;
    max-width: 1440px;
  }
}
.topNews .himg {
  min-width: 35%;
  display: grid;
  place-items: center;
  padding: 60px 0 30px;
}
.topNews .imgL {
  float: unset;
  width: 92px;
  display: block;
  margin-right: 10px;
  translate: 0 -65%;
}
.topNews h2 {
  line-height: normal;
  display: inline;
}
.topNews h2 span {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0;
}
.topNews article {
  display: flex;
  justify-content: center;
  position: relative;
}
.topNews .form_simple.form_wrap {
  min-width: 65%;
}
@media only screen and (min-width: 835px) {
  .topNews .form_simple.form_wrap {
    width: 70%;
  }
}
.topNews .form_simple.form_wrap {
  max-height: 300px;
  overflow-y: scroll;
  border: none;
  padding: 20px;
}
.topNews .form_simple.form_wrap dl, .topNews .form_simple.form_wrap dt, .topNews .form_simple.form_wrap dd {
  border: none;
  background-color: unset;
}
.topNews .form_simple.form_wrap dl {
  display: block;
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
}
.topNews .form_simple.form_wrap dl:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  .topNews .form_simple.form_wrap dl {
    display: flex;
  }
}
.topNews .form_simple.form_wrap dt {
  align-items: left;
  justify-content: flex-start;
  padding-left: 0;
  font-weight: 500;
  width: 100%;
}
.topNews .form_simple.form_wrap dt:last-of-type {
  border: none;
}
.topNews .form_simple.form_wrap dd {
  font-weight: 500;
  padding-left: 0;
  width: 100% !important;
}
.topNews .form_simple.form_wrap dd:last-of-type {
  border: none;
}

.about {
  background-color: #baddfb;
}
.about::before {
  content: "";
  display: block;
  width: 50%;
  max-width: 720px;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #98bedf;
}
.about_title {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 80px 0;
  background-color: transparent !important;
  line-height: 2;
}
.about_title article {
  background-color: #fff;
  padding: clamp(30px, 5vw, 60px);
  padding: 60px 20px;
}
@media only screen and (min-width: 835px) {
  .about_title article {
    padding: 60px 90px;
  }
}
.about_title article::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 80px;
  right: 0;
  margin: auto;
  background-color: #111;
  z-index: 1;
}
@media only screen and (min-width: 641px) {
  .about_title article::after {
    width: 120px;
    height: 120px;
  }
}
.about_title span {
  display: inline-block;
  color: #111;
}
.about_title h2 span {
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 26px);
  color: #111;
  display: inline-block;
}
.about_title .sm {
  color: #111;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.news {
  background-color: #dfedf9;
}
.news_title h2 {
  color: #111;
}
.news_title span {
  color: #111;
}
.news div.blog_list {
  border: none;
}
.news div.blog_list > div {
  border: none;
}
.news div.blog_list .blog_photo {
  display: none;
  visibility: hidden;
}
.news div.blog_list .blog_text {
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.news div.blog_list .blog_date {
  color: #aaa;
  align-self: flex-end;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .news div.blog_list .blog_date {
    width: 15%;
  }
}
.news div.blog_list h3 {
  margin: 0;
  padding: 0;
  margin-left: auto;
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 85% 0%);
}
.news div.blog_list h3 a {
  padding: 10px 15px;
  border-right: 3vmin solid #111;
  border-bottom: 2px solid #aaa;
  border-left: 4px solid #111;
}
.news div.blog_list h3 span {
  color: #111;
}
.news div.blog_list ul {
  display: block;
  padding: 0;
  align-self: flex-end;
  margin-left: auto;
}
.news div.blog_list ul li {
  float: left;
}
.news div.blog_list ul a {
  padding: 0.2em 1em;
  margin: 0;
  background-color: #111;
  color: #fff;
  border-radius: 5px 5px 0 0;
  word-break: normal;
}
.news div.blog_list h3, .news div.blog_list ul {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .news div.blog_list h3, .news div.blog_list ul {
    width: 85%;
  }
}
.news div.blog_list .more {
  display: none;
}

.imgbg div {
  padding: 60px 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.imgbg a.btn {
  margin: 0;
  color: #111;
  border: none;
  font-size: 26px;
  font-weight: 900;
}

.banner {
  padding: 90px 0;
}
.banner_inner {
  background: no-repeat center/cover;
  background-image: url(../images/home/banner01.jpg);
  border-radius: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.banner_inner > article, .banner_inner > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40% 20px 0px;
  background-color: #111;
  border-radius: 20px;
  clip-path: polygon(65% 0, 0 0, 0 100%, 60% 100%);
}
@media only screen and (min-width: 835px) {
  .banner_inner > article, .banner_inner > a {
    padding: 50px 50% 50px 10px;
    gap: 30px;
    clip-path: polygon(52% 0, 0 0, 0 100%, 48% 100%);
  }
}
.banner h3, .banner article > div, .banner .btn {
  margin: 0;
  font-size: clamp(12px, 2.8vw, 22px);
  font-weight: 700;
  color: #fff;
}
.banner h3 {
  color: #fff;
  padding: 0;
}
.banner h3::before {
  content: "|";
  rotate: -20deg;
  display: inline-block;
}
.banner h3::after {
  content: "|";
  rotate: 20deg;
  display: inline-block;
}
.banner article > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 835px) {
  .banner article > div {
    gap: 40px;
    font-size: 16px;
  }
}
.banner .btn {
  margin: 0 auto;
  width: 80%;
  border-radius: 15px;
  background-color: #fff;
  color: #111;
  max-width: 280px;
}
@media only screen and (min-width: 835px) {
  .banner .btn {
    font-size: 16px;
  }
}
.banner_home .banner_inner {
  max-width: 800px;
  margin: 0 auto;
  background-size: 100% 50%;
  background-position: center bottom;
}
@media only screen and (min-width: 641px) {
  .banner_home .banner_inner {
    background-size: cover;
    background-position: center center;
  }
}
.banner_home .banner_inner > article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  padding: 30px 20px 70% 20px;
  gap: 20px;
  clip-path: polygon(100% 50%, 100% 0, 0 0%, 0% 60%);
}
@media only screen and (min-width: 641px) {
  .banner_home .banner_inner > article {
    padding: 20px 40% 20px 0px;
    clip-path: polygon(65% 0, 0 0, 0 100%, 60% 100%);
  }
}
@media only screen and (min-width: 641px) and (min-width: 835px) {
  .banner_home .banner_inner > article {
    padding: 50px 50% 50px 10px;
    gap: 30px;
    clip-path: polygon(52% 0, 0 0, 0 100%, 48% 100%);
  }
}
.banner_home h3, .banner_home article > div, .banner_home .btn {
  margin: 0;
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 500;
  color: #fff;
}
.banner_home h3 {
  color: #fff;
  padding: 0;
}
.banner_home h3::before {
  content: "|";
  rotate: -20deg;
  display: inline-block;
}
.banner_home h3::after {
  content: "|";
  rotate: 20deg;
  display: inline-block;
}
.banner_home article > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
}
.banner_home .btn {
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  color: #111;
  font-weight: 700;
  max-width: unset;
}

.homesns {
  padding: 100px 0;
}
.homesns :where(div[class*=title]) {
  width: calc(100% - 60px);
  max-width: 800px;
  transition: 1s;
  margin-bottom: 20px;
}
.homesns :where(div[class*=title]) h2 {
  font-size: clamp(24px, 2.8vw, 28px);
  word-break: normal;
  letter-spacing: 0px;
  color: #111;
}
.homesns :where(div[class*=title]) span {
  color: #111;
}

.sns_inner div.sns_list {
  border: none;
}
.sns_inner div.sns_list .slick-slide {
  padding: 0 10px;
}
.sns_inner div.sns_list > div {
  display: block;
  border: none;
}
.sns_inner div.sns_list > div div.sns_photo {
  padding: 0;
  width: 100%;
}
.sns_inner div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
.sns_inner div.sns_list > div div.sns_photo a:hover img {
  scale: 1.1;
}
.sns_inner div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
}
.sns_inner div.sns_list > div .sns_text {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sns_inner div.sns_list > div div.sns_text ul {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sns_inner div.sns_list > div div.sns_text p,
.sns_inner div.sns_list > div div.sns_text .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section .sns_inner div.sns_text {
  display: none;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  color: #fff;
}

.footer_contact {
  clear: both;
  background: no-repeat center/cover;
  background: url(../images/top/IMG_3179.jpg);
  background-attachment: fixed;
}
.footer_contact .fixBG {
  color: #111;
  display: grid;
  align-content: space-between;
  padding-top: 80px;
  background-color: rgba(255, 255, 255, 0.7333333333);
  height: unset;
}
.footer_contact .desc {
  max-width: 450px;
  margin: 40px auto 0 auto;
}
.footer_contact .desc div {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
}
.footer_contact .FbtnW {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 90px;
}
.footer_map {
  max-width: unset;
  margin: 0;
}
.footer_main {
  background: no-repeat center/cover;
  background-image: url(../images/top/woodbg.jpg);
  display: grid;
  padding: 80px 0;
}
.footer_logo {
  display: grid;
  place-items: center;
}
.footer_logo a {
  display: block;
  width: 100%;
  padding: 0 20px;
  max-width: calc(clamp(0px, 10vh, 120px) + 30px);
}
.footer_address {
  margin-top: 20px;
  line-height: 1.6;
  font-weight: 300;
}
.footer_nav {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
}
.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_nav li {
  width: 50%;
}
@media only screen and (min-width: 641px) {
  .footer_nav li {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 835px) {
  .footer_nav li {
    width: 16.6666666667%;
  }
}
.footer_nav a, .footer_nav button {
  font-size: 20px;
  display: grid;
  align-content: center;
  font-weight: 500;
  line-height: 1;
  height: 80px;
  width: 100%;
  min-width: 120px;
}
.footer_nav span {
  font-size: clamp(14px, 1.6vw, 16px);
}
.footer_copy {
  display: block;
  font-weight: 300;
}

.mv_text:has(svg) {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .mv_text:has(svg) {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .mv_text:has(svg) .svgSample1 {
    margin-left: clamp(-60px, 50% - 50vw, 0px);
  }
}
.mv_text:has(svg) .svgSample1 svg {
  width: 100%;
  height: 100%;
}
.mv_text:has(svg) .svgSample1 text {
  font-weight: 700;
  stroke: #111;
  stroke-width: 11px;
  fill: #ffffff;
  letter-spacing: 0px;
  text-anchor: start;
  paint-order: stroke;
  stroke-linejoin: round;
  font-size: 76px;
}
.mv_text:has(svg) .svgSample1 text:nth-child(1) {
  y: "10%";
}
.mv_text:has(svg) .svgSample1 text:nth-child(3) {
  y: "90%";
  y: calc(50% - 150px);
}
@media only screen and (min-width: 1200px) {
  .mv_text:has(svg) .svgSample1 text {
    font-size: 46px;
  }
}

.scroll_slide .box {
  opacity: 0;
  transition: all 1s;
  transform: translate(0, -50px);
}
@media screen and (max-width: 641px) {
  .scroll_slide .box {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.scroll_slide .box.active {
  opacity: unset;
  opacity: 1 !important;
  transition: all 1s;
  transform: translate(0, 0);
}
@media screen and (max-width: 641px) {
  .scroll_slide .box.active {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.insta_scroll div.sns_list > div {
  opacity: 0;
  transition: all 1s;
  transform: translate(0, -50px);
}
@media screen and (max-width: 641px) {
  .insta_scroll div.sns_list > div {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.insta_scroll div.sns_list > div.active {
  opacity: unset;
  opacity: 1 !important;
  transition: all 1s;
  transform: translate(0, 0);
}
@media screen and (max-width: 641px) {
  .insta_scroll div.sns_list > div.active {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.table_scroll .table_box {
  opacity: 0;
  transition: all 1s;
  transform: translate(0, -50px);
}
@media screen and (max-width: 641px) {
  .table_scroll .table_box {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.table_scroll .table_box.active {
  opacity: unset;
  opacity: 1 !important;
  transition: all 1s;
  transform: translate(0, 0);
}
@media screen and (max-width: 641px) {
  .table_scroll .table_box.active {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/******************枠テキストボックス**************************************/
.waku_textbox .box {
  border: 1px solid #ccc;
  width: 48%;
  margin: 0 1% 10px 1%;
  padding: 20px;
  align-items: flex-start;
}
@media only screen and (max-width: 835px) {
  .waku_textbox .box {
    width: 100%;
    margin: 0 1% 10px 1%;
  }
}
@media screen and (max-width: 641px) {
  .waku_textbox .box {
    width: 100%;
    margin: 0 1% 10px 1%;
    padding: 10px;
  }
}
.waku_textbox .box h3 {
  border-bottom: 1px solid #cfc3b2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #cfc3b2;
  padding-left: 5px;
}
@media screen and (max-width: 641px) {
  .waku_textbox .box h3 {
    font-size: 14px;
  }
}
.waku_textbox .box div {
  font-size: 14px;
}
@media screen and (max-width: 641px) {
  .waku_textbox .box div {
    font-size: 12px;
  }
}
.waku_textbox .box article {
  display: flex;
}
.waku_textbox .box article img {
  min-width: 200px;
  max-width: 200px;
  margin-right: 20px;
  width: 100% !important;
  height: 150px !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 641px) {
  .waku_textbox .box article img {
    min-width: 120px;
    max-width: 120px;
    margin-right: 10px;
    width: 100% !important;
    height: auto !important;
  }
}

.js-span-wrap-text {
  opacity: 1;
}

.js-span-wrap-text span {
  opacity: 0;
}

#media {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px 50px 20px;
}
@media screen and (max-width: 641px) {
  #media {
    padding: 30px 20px 30px 20px;
  }
}
#media .row {
  display: flex;
  flex-wrap: wrap;
}
#media .row .box {
  width: 31.1111%;
  margin: 0 1% 20px 1%;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 641px) {
  #media .row .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}
#media .row .box h3 {
  margin-top: 10px;
  font-weight: bold;
}

#more {
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 100px;
}
#more a {
  padding: 10px 80px 10px 80px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #cfc3b2 !important;
  font-size: 16px;
  background: #fff;
  border-top: 1px solid #cfc3b2;
  border-bottom: 1px solid #cfc3b2;
  font-weight: bold;
}
#more a:hover {
  background: #cfc3b2;
  opacity: 1 !important;
  color: #fff !important;
}
#more a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #cfc3b2;
}
@media screen and (max-width: 641px) {
  #more a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}
#more a i {
  margin-right: 10px;
}

/******************順番スクロールフェード**************************************/
.scroll_slide .box {
  opacity: 0;
  transition: all 1s;
  transform: translate(0, -50px);
}
@media screen and (max-width: 641px) {
  .scroll_slide .box {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.scroll_slide .box.active {
  opacity: unset;
  opacity: 1 !important;
  transition: all 1s;
  transform: translate(0, 0);
}
@media screen and (max-width: 641px) {
  .scroll_slide .box.active {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.insta_scroll div.sns_list > div {
  opacity: 0;
  transition: all 1s;
  transform: translate(0, -50px);
}
@media screen and (max-width: 641px) {
  .insta_scroll div.sns_list > div {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.insta_scroll div.sns_list > div.active {
  opacity: unset;
  opacity: 1 !important;
  transition: all 1s;
  transform: translate(0, 0);
}
@media screen and (max-width: 641px) {
  .insta_scroll div.sns_list > div.active {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.blog_scroll div.blog_list > div {
  opacity: 0;
  transition: all 1s;
  transform: translate(-50px, 0);
}
@media screen and (max-width: 641px) {
  .blog_scroll div.blog_list > div {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.blog_scroll div.blog_list > div.active {
  opacity: unset;
  opacity: 1 !important;
  transition: all 1s;
  transform: translate(0, 0);
}
@media screen and (max-width: 641px) {
  .blog_scroll div.blog_list > div.active {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.table_scroll > div {
  opacity: 0;
  transition: all 1s;
  transform: translate(0, -50px);
}
@media screen and (max-width: 641px) {
  .table_scroll > div {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.table_scroll > div div.active {
  opacity: unset;
  opacity: 1 !important;
  transition: all 1s;
  transform: translate(0, 0);
}
@media screen and (max-width: 641px) {
  .table_scroll > div div.active {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.title_01 {
  display: grid;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 30vh;
  height: 30dvh;
  display: grid;
  align-items: center;
  letter-spacing: 0.4em;
  line-height: 1;
}
.title_01:after {
  display: none;
}
.title_01 article {
  display: flex;
  justify-content: center;
  position: relative;
}
.title_01 img {
  translate: 0 -65%;
}
.title_01 h1 {
  font-size: clamp(22px, 4.8vw, 48px);
  color: #fff;
  font-family: "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  display: inline;
  text-shadow: 0.05em 0.05em 0.1em #000;
}
.title_01 span {
  display: block;
  font-size: clamp(16px, 2.8vw, 24px);
  font-weight: 300;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.1em #000;
}
.title_01 div {
  font-size: clamp(22px, 2.8vw, 26px);
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-weight: 500;
  color: #fff;
}

.sns .title_01 {
  background: url(../images/top/mv1.jpg) no-repeat center bottom/cover;
}
.sns .title_01 img {
  width: 60px;
}
.sns #media .row .box h3 {
  font-weight: normal;
  text-align: left;
  font-size: clamp(14px, 1.8vw, 16px);
}
.sns #media .row .box p {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(14px, 1.8vw, 16px);
}

.pan1 {
  padding: 30px 20px;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  color: #111;
}
.pan1 ul li {
  margin-right: 10px;
}
.pan1 ul li:not(:first-child) {
  margin-left: 10px;
}
.pan1 ul a:any-link {
  color: #111;
  text-decoration: none !important;
  font-weight: 700;
}

.title2bl:first-child {
  margin-top: 40px;
}
.title2bl h2, .title2bl h3 {
  border-left: 4px solid #111;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: clamp(18px, 2.6vw, 26px);
  background-color: #dfedf9;
  font-weight: 700;
}

.title2bb {
  margin: 40px auto;
}
.title2bb article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title2bb article div {
  word-break: break-all;
}
.title2bb h2, .title2bb h3 {
  border-bottom: 2px solid rgb(29, 30, 34);
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: clamp(22px, 2.8vw, 26px);
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
}
.title2bb span {
  display: inline-block;
  color: #111;
}
.title2bb h2 span {
  color: #111;
  display: block;
}

.page_desc {
  max-width: 960px;
  margin: 40px auto;
}
.page_desc div {
  margin-top: 20px;
}

.card_wrap, .flexul_wrap.hbtb ul, .flexul_wrap ul, .flexul_wrap ul.hbtb ul, .card_wrap.hbtb ul {
  display: flex;
  max-width: 1440px;
  margin: 30px auto;
  padding: 0 10px;
  justify-content: center;
}
@media only screen and (min-width: 835px) {
  .card_wrap, .flexul_wrap.hbtb ul, .flexul_wrap ul, .flexul_wrap ul.hbtb ul, .card_wrap.hbtb ul {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .card_wrap, .flexul_wrap.hbtb ul, .flexul_wrap ul, .flexul_wrap ul.hbtb ul, .card_wrap.hbtb ul {
    padding: 0;
  }
}
.card_wrap .box, .flexul_wrap ul .box, .card_wrap.hbtb ul .box, .card_wrap li, .flexul_wrap.hbtb ul li, .flexul_wrap ul li, .flexul_wrap ul.hbtb ul li, .card_wrap.hbtb ul li {
  margin-bottom: 30px;
  width: 100%;
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.card_wrap .box img, .flexul_wrap ul .box img, .card_wrap li img, .flexul_wrap.hbtb ul li img, .flexul_wrap ul li img, .flexul_wrap ul.hbtb ul li img, .card_wrap.hbtb ul li img {
  padding: 0;
  width: 100%;
}
.card_wrap .box h3, .flexul_wrap ul .box h3, .card_wrap li h3, .flexul_wrap.hbtb ul li h3, .flexul_wrap ul li h3, .flexul_wrap ul.hbtb ul li h3, .card_wrap.hbtb ul li h3 {
  font-size: clamp(20px, 2.2vw, 22px);
  padding: 1em 0;
  text-align: center;
  font-weight: 700;
}
.card_wrap .box div, .flexul_wrap ul .box div, .card_wrap li div, .flexul_wrap.hbtb ul li div, .flexul_wrap ul li div, .flexul_wrap ul.hbtb ul li div, .card_wrap.hbtb ul li div {
  line-height: 2.5;
  word-break: break-all;
}
@media only screen and (min-width: 641px) {
  .card_wrap .box, .flexul_wrap ul .box, .card_wrap.hbtb ul .box, .card_wrap li, .flexul_wrap.hbtb ul li, .flexul_wrap ul li, .flexul_wrap ul.hbtb ul li, .card_wrap.hbtb ul li {
    width: 50%;
  }
  .card_wrap .box:nth-child(3), .flexul_wrap ul .box:nth-child(3), .card_wrap li:nth-child(3), .flexul_wrap ul li:nth-child(3) {
    max-width: 50%;
  }
}
@media only screen and (min-width: 835px) {
  .card_wrap .box, .flexul_wrap ul .box, .card_wrap.hbtb ul .box, .card_wrap li, .flexul_wrap.hbtb ul li, .flexul_wrap ul li, .flexul_wrap ul.hbtb ul li, .card_wrap.hbtb ul li {
    width: 33.3333333333%;
    padding: 0 15px;
  }
}
.card_wrap.hbtb ul, .flexul_wrap ul.hbtb ul {
  flex-wrap: wrap;
}
.card_wrap.hbtb h3, .flexul_wrap ul.hbtb h3, .card_wrap.hbtb h5, .flexul_wrap ul.hbtb h5 {
  font-size: clamp(20px, 2.2vw, 22px);
  position: relative;
  margin-top: 60px;
  padding: 10;
  padding: 14px 10px 14px 10px;
  text-align: right;
  font-weight: 700;
  border: 4px solid #98cada;
  border-left: none;
  border-top: none;
  border: none;
  box-sizing: content-box;
  box-shadow: inset -4px -4px 0 0 #98cada;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.card_wrap.hbtb span, .flexul_wrap ul.hbtb span {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 20px;
  padding: 10px;
  background-color: #98cada;
  color: #fff;
  padding: 5px 10px;
  font-size: clamp(15px, 2vw, 18px);
  display: block;
  width: 100%;
  text-align: left;
}

.sns_3slide {
  width: 100%;
  max-width: 1440px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 10px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .sns_3slide {
    padding: 0;
  }
}
.sns_3slide div.sns_list {
  border: none;
}
.sns_3slide div.sns_list .slick-slide {
  padding: 0 10px;
}
@media only screen and (min-width: 641px) {
  .sns_3slide div.sns_list .slick-slide {
    padding: 0 15px;
  }
}
.sns_3slide div.sns_list > div {
  display: block;
  border: none;
}
.sns_3slide div.sns_list > div div.sns_photo {
  padding: 0;
  width: 100%;
}
.sns_3slide div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
.sns_3slide div.sns_list > div div.sns_photo a:hover img {
  scale: 1.1;
}
.sns_3slide div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
}
.sns_3slide div.sns_list > div div.sns_text {
  font-size: 16px;
  padding: 0;
  padding-top: 10px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sns_3slide div.sns_list > div div.sns_text div.sns_date {
  background-color: #98cada;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: clamp(15px, 2vw, 18px);
}
.sns_3slide div.sns_list > div div.sns_text ul li a {
  font-size: 16px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #98cada;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px 5px 0;
  color: #fff;
}
.sns_3slide div.sns_list > div div.sns_text ul {
  display: flex;
  flex-wrap: wrap;
}
.sns_3slide div.sns_list > div div.sns_text p,
.sns_3slide div.sns_list > div div.sns_text .caption {
  overflow: hidden;
  white-space: pre-line;
  margin-bottom: 5px;
}

.flexul_wrap ul {
  flex-wrap: wrap;
}
.flexul_wrap.hbtb ul {
  flex-wrap: wrap;
}
.flexul_wrap.hbtb h3, .flexul_wrap.hbtb h5 {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(20px, 2.2vw, 24px);
  position: relative;
  margin: 20px 0 60px;
  padding: 10;
  padding: 14px 10px 14px 10px;
  text-align: left;
  font-weight: 700;
  border: 4px solid #98cada;
  border-left: none;
  border-top: none;
  border: none;
  box-sizing: content-box;
  box-shadow: inset 4px 4px 0 0 #98cada;
  line-height: 1.5;
}
.flexul_wrap.hbtb span {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: clamp(20px, 2.2vw, 24px);
  padding: 10px;
  background-color: #98cada;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: right;
}
.flexul_wrap article div {
  text-align: left;
}
.flexul_wrap article {
  overflow: hidden;
}
.flexul_wrap img {
  transition: 0.3s;
  transform-origin: bottom;
}
.flexul_wrap a:hover img {
  scale: 1.1;
}
.flexul_wrap ul li article > h5 {
  display: block;
}

.mfp-figure .mfp-title {
  font-size: clamp(20px, 2.2vw, 22px);
}
.mfp-figure .mfp-title span {
  font-size: inherit;
  margin-left: 1em;
}

.attention {
  background: url(../images/top/white.jpg);
  padding: 30px 0;
}
.attention article {
  max-width: 1440px;
  padding: 20px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7333333333);
  backdrop-filter: blur(2px);
}
.attention article h3, .attention article div {
  color: #000;
  max-width: unset;
}
.attention article h3 {
  font-size: 24px;
}

:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact, .preview) .FbtnW {
  padding-bottom: 60px;
}
@media only screen and (min-width: 835px) {
  :where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact, .preview) .FbtnW {
    padding-bottom: 90px;
  }
}
:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact, .preview) .hbtb:not(.card_wrap, .flexul_wrap, .boxgrid) {
  margin: 60px auto;
}
:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact, .preview) .hbtb:not(.card_wrap, .flexul_wrap, .boxgrid) h2 {
  border: 4px solid #98cada;
  border-left: none;
  border-top: none;
}
:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact, .preview) .hbtb:not(.card_wrap, .flexul_wrap, .boxgrid) article {
  width: 100%;
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
}
:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact, .preview) .hbtb:not(.card_wrap, .flexul_wrap, .boxgrid) h3 {
  border: 4px solid #98cada;
  border-right: none;
  border-top: none;
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: 700;
  width: auto;
  padding: 15px 15px;
  margin-right: auto;
}

section.shop .boxgrid {
  font-family: "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 0;
}
section.shop .boxgrid article {
  display: grid;
  align-content: center;
}
section.shop .boxgrid h3, section.shop .boxgrid h5 {
  border: none;
  font-size: 51px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  line-height: 1;
  font-weight: 500;
}
section.shop .boxgrid span {
  font-size: 14px;
  font-weight: 700;
}

.texL {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 90px auto;
  padding: 0 20px;
}
@media only screen and (min-width: 641px) {
  .texL {
    flex-wrap: nowrap;
  }
}
.texL div {
  padding: 40px;
  width: 100%;
  max-width: 460px;
  font-size: 18px;
}
.texL img {
  width: 100%;
  max-width: 460px;
  padding: 0 10px;
  margin: 0;
}
@media only screen and (min-width: 641px) {
  .texL img {
    width: 50%;
  }
}

.map {
  height: 380px;
}
.map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

section.sns {
  word-break: break-all;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.one .FbtnW .btn:after {
  rotate: 90deg;
}

.entry.form_wrap {
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: 0.5s;
}
.entry.form_wrap:focus-within {
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.2);
}
.entry.form_wrap dl {
  flex-wrap: wrap;
}
.entry.form_wrap dt {
  align-items: center;
  flex-direction: row;
  padding: 8px;
  font-size: clamp(15px, 2vw, 18px);
  width: 100% !important;
}
@media only screen and (min-width: 641px) {
  .entry.form_wrap dt {
    width: 20% !important;
  }
}
.entry.form_wrap dd {
  padding: 2% 2%;
  font-size: clamp(15px, 2vw, 18px);
  width: 100% !important;
}
@media only screen and (min-width: 641px) {
  .entry.form_wrap dd {
    width: 80% !important;
  }
}
.entry.form_wrap label {
  margin-left: 10px;
}

.contact_linkW a {
  width: max-content;
  display: block;
}
.contact_linkW a p {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact_linkW a p:first-of-type {
  font-size: 32px;
  color: #98cada;
  display: inline;
  font-family: "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

.error_text .btn {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}

.fa.fa-info-circle {
  color: #111;
}

.bnr {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 835px) {
  .bnr {
    flex-wrap: nowrap;
  }
}
.bnr :where(div[class*=box]) {
  position: relative;
  border-radius: 5px;
  width: 100%;
  flex: 1 1 262px;
  max-height: 200px;
}
.bnr :where(div[class*=box]):nth-child(n+5) {
  max-width: 265.5px;
}
.bnr :where(div[class*=box]) a {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #98bedf;
  overflow: hidden;
}
.bnr :where(div[class*=box]) a:hover img {
  scale: 1.1;
}
.bnr :where(div[class*=box]) img {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 100% !important;
  transition: 0.3s;
}
.bnr :where(div[class*=box]) div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: clamp(22px, 2.8vw, 26px);
}

.banner_service {
  padding: 0;
}
.banner_service .box {
  max-height: 300px;
}
.banner_service .box:nth-child(n+5) {
  max-width: 265.5px;
}
.banner_service .box div {
  text-shadow: 0 0 10px #000;
  font-size: clamp(22px, 2.8vw, 26px);
}

#c13 > div.box {
  overflow: unset;
}

div.bnr_service {
  padding: 0;
}
div.bnr_service a {
  min-height: 200px;
  overflow: hidden;
}
div.bnr_service img {
  object-fit: cover;
  height: 100% !important;
}
div.bnr_service .box div {
  grid-template-columns: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 641px) {
  div.bnr_service .box div {
    grid-template-columns: 50% 50%;
  }
}
div.bnr_service .box div p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em;
  margin-bottom: -1px;
  background-color: rgba(30, 115, 190, 0.4666666667);
  width: 100%;
  height: 100%;
  font-size: clamp(18px, 2.8vw, 28px);
}
div.bnr_service .box div p:nth-child(even):after, div.bnr_service .box div p:nth-child(even):before {
  content: "";
}

.details_wrap h2 {
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
}
.details_wrap summary {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px 5px;
  word-break: break-all;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc, -2px -2px 2px #eee;
}
.details_wrap summary:hover {
  background-color: #eee;
}
.details_wrap div div {
  font-size: clamp(15px, 2vw, 18px);
  background-color: rgba(187, 221, 255, 0.4666666667);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
}

.flex_company {
  margin-bottom: 30px;
}
.flex_company .box:has(img) {
  padding-right: 0%;
}
.flex_company .box:has(img) img {
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 835px) {
  .flex_company .box:has(img) {
    width: 50%;
  }
}
.flex_company .box:not(:has(img)) div {
  font-size: 20px;
  line-height: unset;
  font-weight: 700;
  padding: 0 20px;
}
.flex_company.txR div {
  text-align: right;
}

.flex_company_map {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  row-gap: 4vw;
}
.flex_company_map .box:has(iframe) {
  width: 100%;
}
.flex_company_map .box:has(iframe) iframe {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 835px) {
  .flex_company_map .box:has(iframe) {
    width: 60%;
  }
}
.flex_company_map .box:not(:has(img)) {
  display: grid;
  align-items: center;
}
@media only screen and (min-width: 835px) {
  .flex_company_map .box:not(:has(img)) {
    width: 50%;
  }
}
.flex_company_map .box:not(:has(img)) div {
  font-size: 20px;
  line-height: unset;
  font-weight: 700;
  padding: 0;
}

.company_profile {
  padding-top: 30px;
  padding-bottom: 60px;
}
.company_profile > * {
  background-color: #fff;
}
.company_profile > *:first-child {
  border-radius: 5px 5px 0 0;
}
.company_profile > *:last-child {
  padding-bottom: 30px;
  border-radius: 0 0 5px 5px;
}
.company_profile article {
  padding: 0 15px 15px;
}
@media only screen and (min-width: 1200px) {
  .company_profile article {
    padding: 0 30px 15px;
  }
}

.text_right, .text_left {
  display: flex;
}
@media screen and (max-width: 641px) {
  .text_right, .text_left {
    display: block;
  }
}
.text_right img, .text_left img {
  width: 39% !important;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 641px) {
  .text_right img, .text_left img {
    width: 100% !important;
  }
}
.text_right div, .text_left div {
  font-size: 16px;
}

.text_left {
  flex-direction: row-reverse;
}

.imgtext_concept {
  display: grid !important;
  grid-auto-flow: dense;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 835px) {
  .imgtext_concept {
    grid-template-columns: 1fr 1fr;
  }
  .imgtext_concept .box:nth-child(1), .imgtext_concept .box:nth-child(5), .imgtext_concept .box:nth-child(9) {
    grid-column-start: 2;
  }
  .imgtext_concept .box:has(img) {
    width: 100%;
  }
  .imgtext_concept .box:not(:has(img)) {
    width: 100%;
  }
}

.common_text div {
  font-size: 15px;
}

@media screen and (max-width: 641px) {
  section form div.form_wrap dl {
    flex-direction: column;
  }
  section form div.form_wrap dl dt {
    width: 100% !important;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  section form div.form_wrap dl dd {
    width: 100% !important;
    height: auto !important;
  }
}
.circle_dt.form_wrap {
  padding: 0 0 20px 60px;
  position: relative;
}
.circle_dt.form_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 20px;
  background-color: #45aee5;
}
.circle_dt.form_wrap dl,
.circle_dt.form_wrap dt,
.circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dl {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4666666667);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.circle_dt.form_wrap dt {
  width: 15%;
  min-width: 90px;
  color: #45aee5;
  z-index: 1;
  justify-content: start;
  padding: 8px;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 16px;
  height: 16px;
  z-index: 1;
  border-radius: 50%;
  background-color: #45aee5;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #666;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
  padding: 8px;
}

#c31.fsc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
}
#c31.fsc .box {
  max-width: 220px;
}
#c31.fsc img {
  width: 100%;
}

.link_ul ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.link_ul li {
  flex: 1 1 172px;
}
.link_ul li:last-child {
  max-width: calc(50% - 5px);
}

.btn_a {
  margin: 40px auto;
  display: block;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
  background-color: #183765;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  font-size: clamp(15px, 2vw, 18px);
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  top: 0;
  right: 0;
  width: 20%;
  display: grid;
  place-items: center;
}

.link_tel_wrap {
  margin: 1%;
}
.link_tel_wrap a {
  color: #1b1b1b;
  font-size: clamp(24px, 2.8vw, 30px);
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.link_tel_wrap span {
  font-size: 14px;
}
.link_tel_wrap i {
  margin-right: 5px;
  color: #fff;
  background: #457ae5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

._contact a {
  color: #5387f0;
  font-size: 15px;
}

.contact_desc {
  padding: 20px;
  line-height: 30px;
}
.contact_desc span {
  display: inline;
}
.contact_desc a {
  color: #98bedf;
}

.imgbg.imgbg_single {
  width: 100%;
  max-width: 1000px;
}
.imgbg.imgbg_single a {
  max-width: 1000px;
  width: 100%;
  height: 200px;
  backdrop-filter: blur(5px);
  text-shadow: 1px 1px 0px #fff;
}

.policy_last {
  padding-bottom: 60px;
}

.error_text div {
  color: #111;
  margin: 0 auto;
  padding: 20px;
  font-size: clamp(18px, 2vw, 20px);
}