@charset "utf-8";

/* color */
:root {
  --white: #ffffff;
  --black: #000000;

  --white-a20: rgba(255, 255, 255, 0.2);
  --beige: #645C4D;
  --beige-half: rgba(100, 92, 77, 0.5);
  --beige-a10: rgba(100, 92, 77, 0.1);

  --mid-chacol: #34302E;

  --loc_red: #9A263E;
  --loc_white: #F8F8F7;

  --plan_red: #9D3C2A;
  --plan_beige: #EDEBEA;


  --scrollbar: 0;

}

body {
  font-family: 'Noto Sans JP', serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: var(--white);
}

/* フッター画面の下部に固定する */
.p-site-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100lvh;

}

.visibilittyHidden {
	position: absolute!important;
	display: block!important;
	overflow: hidden!important;
	clip: rect(0 0 0 0) !important;
	margin: -1px !important;
	padding: 0!important;
	width: 1px!important;
	height: 1px!important;
	border: 0!important;
}

main {
  flex: 1;
  overflow-x: hidden;
  position: relative;
}

@font-face {
  font-family: 'line';
  font-style: normal;
  src: url('../font/LINESeedJP_TTF_Rg.eot');
  src: url('../font/LINESeedJP_TTF_Rg.eot?#iefix') format('embedded-opentype'), url('../font/LINESeedJP_TTF_Rg.ttf') format('truetype'), url('../font/LINESeedJP_OTF_Rg.woff') format('woff');
}

#header {
  width: 100vw;
}

section {
  width: 100%;
}

.container {
  display: flex;
}


.jc-bet {
  justify-content: space-between;
}

h1 {
  position: fixed;
  width: 180px;
  height: 80px;
  background-color: black;
  /* margin-left: 80px; */
  margin-left: clamp(30px, 5.952vw - 34.2857px, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
}

.c-header-logo {
  display: block;
  width: 132px;
  height: auto;
}

.c-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* img  */
img {
  display: block;
  width: 100%;
  height: auto;
  /* vertical-align: bottom; */
  -o-object-fit: cover;
  object-fit: cover;

}

/* 下層ページ　背景 */
.c-common-bg {
  display: block;
  background-color: #F4F4F4;
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
  overflow-x: hidden;

}

.sec_01_txtbox1 p {
  font-size: 1.2rem;
}

.sec_01_txtbox1 {
  margin-top: 16px;
}




.ff-ns {
  font-family: "Noto Sans JP", serif;
}

.ff-nserif {
  font-family: 'Noto Serif JP', serif;
}


/* .ff-mp {
  font-family: "M PLUS 1p", sans-serif;
} */

.ff-lato {
  font-family: "Lato", sans-serif;
}

.ff-cardo {
  font-family: 'Cardo', serif;
}




.ff-mono {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", serif;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.fs10 {
  font-size: 10px;
}

.fs-s {
  font-size: small;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

/* 文字揃え */
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/* 文字間 */
.ls-s {
  letter-spacing: 0.1rem;
}

.ls-m {
  letter-spacing: 0.2rem;
}

.ls-l {
  letter-spacing: 0.3rem;
}

/* カラー設定 */
.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff !important;
}

.color-lightgray {
  color: #ccc !important;
}

.color-blue {
  color: #001796 !important;
}

.color-deepblue {
  color: #0668b7 !important;
}

.color-lightblue {
  color: #2fa0f6 !important;
}

.color-green {
  color: #296461 !important;
}

.color-brown {
  color: #743e19 !important;
}

.bg-black {
  background-color: black;
}

.bg-gray1 {
  background-color: #eee;
}

.bg-gray2 {
  background-color: #ddd;
}

.bg-gray3 {
  background-color: #bbb;
}

.bg-gray4 {
  background-color: #aaa;
}

.bg-gray5 {
  background-color: #999;
}

.bg-gray6 {
  background-color: #888;
}

.bg-gray7 {
  background-color: #777;
}

.bg-gray8 {
  background-color: #666;
}

.bg-gray9 {
  background-color: #555;
}

.bg-white {
  background-color: white;
}

/* マージン設定 */
.mt-6 {
  margin-top: 6px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pl-10 {
  padding-left: 10px;
}

/*========= nav PC ===============*/
/* .g-nav-container {
  display: block;
  overflow-x: hidden;
} */

/* #g-nav, */
.g-nav-bg {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100lvh;
  /* background: var(--deep-chacol); */
  background-color: #FFF;
  transition: all 0.3s;
  display: flex;
  overflow-y: auto;
}

/* #g-nav::after { */
/* ##g-nav::after { */
/* .g-nav-bg::after {
  content: '';
  display: block;
  background-image: url(../images/top/texture@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100lvh;
  height: 200%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  transform: translate3d(0, 0, 0);

} */

.g-nav-bg-clr {
  display: block;
}

.g-nav-bg-clr::after {
  mix-blend-mode: unset;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#g-nav::after.panelactive {
  opacity: 1;
  z-index: 1000;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


.g-nav_wrap {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 690px;
  /* height: 480px; */
  height: 392px;
  grid-template-rows: repeat(3, 44px);
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 82px;
  grid-column-gap: 4%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 44px;
  z-index: 999;
}

/* .navbox1 {
  grid-row: 1;
  grid-column: span 2;
  justify-self: center;
} */

.navbox1,
.navbox3_lc {
  grid-row: 1;

}

.navbox2_eq,
.navbox3_qua {
  grid-row: 2;

}

.navbox2_plan,
.navbox3_out {
  grid-row: 3;

}


/* #g-nav a {
  color: var(--light_purple);
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  line-height: 60px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 30px auto;
  padding-left: 10px;
} */

#g-nav a {
  color: #2E2E2E;
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  line-height: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  /* margin: 30px auto; */
  /* padding-left: 10px; */
}

#g-nav a span {
  display: inline-block;
  margin-right: -0.6em;
}


#g-nav .navbox2 a {
  color: var(--light_purple);
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  line-height: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  /* margin: 30px auto; */
}

#g-nav .navbox3 a {
  color: var(--light_purple);
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  line-height: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  /* margin: 30px auto; */
  padding-left: 30px;
}

.navigation_box {
  display: flex;
}

.navbox1 {
  display: block;
  justify-content: center;
}

.navbox2 {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbox3 {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/*========= アンダーライン ===============*/
#g-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* color: #000; */
}

#g-nav a::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #2E2E2E;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;

}

#g-nav a::after {
  content: "";
  width: 100%;
  /* width: 40px; */
  height: 1px;
  background: #2E2E2E;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;

  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

#g-nav a:hover::after {
  /* width: 90%; */

  transform: scale(1, 1);
}


/*========= ハンバーガー PC ===============*/
.openbtn1 {
  display: block;
  font-weight: 700;
  background-color: var(--black);
  width: 100px;
  height: 140px;
  cursor: pointer;
  /* outline: none; */
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  margin-right: 80px;
  margin-right: clamp(30px, 5.952vw - 34.2857px, 80px);
  padding: 0;
}

.openbtn1 {
  text-align: center;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* .openbtn1 p {
  margin-top: -28px;
  color: #fff;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 25%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  width: 50px;
}

.openbtn1 span:nth-of-type(1) {
  top: 78px;
}

.openbtn1 span:nth-of-type(2) {
  top: 96px;
}

.openbtn1 span:nth-of-type(3) {
  top: 113px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 88px;
  left: 25%;
  transform: translateY(6px) rotate(-45deg);
  width: 50px;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 100px;
  left: 25%;
  transform: translateY(-6px) rotate(45deg);
  width: 50px;
} */

.openbtn1-menu {
  display: block;
  color: #fff;
  text-transform: uppercase;
    /* margin-top: 40px; */
  margin-top: -28px;

}

.openbtn1-line span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 25%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  width: 50px;
}

.openbtn1-line span:nth-of-type(1) {
  top: 78px;
}

.openbtn1-line span:nth-of-type(2) {
  top: 96px;
}

.openbtn1-line span:nth-of-type(3) {
  top: 113px;
}

.openbtn1.active .openbtn1-line span:nth-of-type(1) {
  top: 88px;
  left: 25%;
  transform: translateY(6px) rotate(-45deg);
  width: 50px;
}

.openbtn1.active .openbtn1-line span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active .openbtn1-line span:nth-of-type(3) {
  top: 100px;
  left: 25%;
  transform: translateY(-6px) rotate(45deg);
  width: 50px;
}

/*========= ページ共通タイトル設定 ===============*/
.ttlbox {
  width: 100%;
  height: auto;
}

.square {
  font-size: 40px;
}

.ttl {
  font-size: 38px;
  font-weight: 600;
}

.subttl {
  font-size: 21px;
  font-weight: 600;
}

.line {
  border: 1px solid;
}


/*========= footer PC ===============*/
#footer {
  background: #2E2E2E;
  height: auto;
  padding-bottom: 40px;
  position: relative;
  overflow-x: hidden;
}


.footer-links {
  width: 100%;
  color: #FFF;
  background: #000 url('../images/common/bg_footer_links.png') no-repeat;
  background-size: cover;
  padding: 80px 0 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-links .footer-links-inner {
  width: 1080px;
  margin: 0 auto;
}
.footer-links .footer-links-inner .footer-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 700px;
  margin: 0 auto 45px;
}
.footer-links .footer-links-inner .footer-links-list li {
  width: 220px;
  height: 60px;
  border: 1px solid #FFF;
  margin: 0 20px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
position: relative;
}
.footer-links .footer-links-inner .footer-links-list li::before {
  content: '';
  display: block;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}


.footer-links .footer-links-inner .footer-links-list li:nth-of-type(3n) {
  margin: 0 0 20px;
}
.footer-links .footer-links-inner .footer-links-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  z-index: 10;
}

.footer-links .footer-links-inner .footer-links-list li a:hover {
    color: #000;
}
.footer-links .footer-links-inner .footer-links-list li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


.footer-links .footer-links-inner .footer-links-caution {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0 0 0 135px;
}


.c-footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
}

.c-footer-upbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(19/16);
  letter-spacing: 0.04em;
  width: 100%;
  height: auto;
  margin-bottom: 42px;
}

.c-footer-upbox-jigyou,
.c-footer-upbox-kashi,
.c-footer-upbox-kanri {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.c-footer-upbox-jigyou__logobox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
}

.c-footer-upbox-jigyou {
  margin-right: 96px;
}

.c-footer-upbox-kashi {
  margin-right: 16px;
}

.c-footer-upbox-kanri {
  margin-right: 12px;
}

.c-footer-box-title {
  display: block;
}

.c-footer-upbox a {
  display: block;
}

.c-footer-upbox a img {
  display: block;
  width: 100%;
  height: auto;
  /* vertical-align: bottom; */
  -o-object-fit: cover;
  object-fit: cover;
}

.c-footer-box-logo__mira {
  width: 220px;
  height: auto;
  margin-top: 20px;
  margin-left: 10px;
}

.c-footer-box-logo__takara {
  width: 180px;
  height: auto;
  margin-top: 10px;
  /* margin-left: 10px; */

}

.c-footer-box-logo__leben {
  width: 160px;
  height: auto;
  margin-top: 10px;
  margin-left: 10px;

}

.c-footer-box-logo__az {
  width: 235px;
  height: auto;
  margin-top: 11px;
  margin-left: 10px;

}

.c-footer-lwbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: calc(19/16);
  letter-spacing: 0.04em;
  /* width: 698px; */
  height: auto;
  /* margin-left: 14px; */
}

.c-footer-lwbox-title {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.c-footer-lwbox-title__txt {
  line-height: calc(28/16);
  text-align: left;
}


.footer_03 {
  display: block;
  width: 100%;

}

/* PCでは電話番号をクリックしても無効 */
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}


.footer_03_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 18px;
}

.footer_03__telnumbox {
  display: block;
  /* margin-right: 21px; */
}

.footer_03__inforbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* width: 100%; */
}

.footer_03__telnum {
  font-family: "Lato", sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: calc(60/52);
  letter-spacing: 0em;
}

.footer_03__timeinfo,
.footer_03__notice {
  display: inline-block;
}


.footer_03__timeinfo {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(19/16);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.footer_03__notice {
  font-size: 10px;
  font-weight: 400;
  line-height: calc(12/10);
  letter-spacing: 0.04em;
}

.c-footer-lastbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 10px;
  font-weight: 400;
  line-height: calc(12/10);
  letter-spacing: 0.04em;
  /* width: 698px; */
  height: auto;
  margin-top: 43px;
  gap: 30px;

}

.copyright {
  display: block;
  color: var(--white);
  font-size: 10px;
  font-weight: 400;
  line-height: calc(14/10);
  letter-spacing: 0.04em;
  text-align: center;
  /* margin-top: 40px; */
  margin-right: 0px;
}

.sikibetsu-num {
  display: block;
}



/*  共通デザイン */
/* ラッパー */
.c-page-wrap {
  /* width: min(100%, 1080px); */
  /* width: min(calc(1020/1080 * 100%), 1080px); */
  width: min(calc(1660/1920 * 100%), 1080px);
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* ページ見出し */
.c-page-head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 196px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 3px;
  margin-bottom: 20px;
}

.c-page-heading {
  display: inline-block;
  font-family: 'Cardo', serif;
  font-size: 38px;
  font-weight: 400;
  line-height: calc(54/38);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-right: 16px;
  padding-left: 42px;
  position: relative;
}

.c-page-heading::before {
  content: '';
  /* background-image: linear-gradient(to top right, #B58234, #FFCA5F); */
  background-color: var(--beige);
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.c-page-heading__sub {

  font-size: 18px;
  font-weight: 500;
  line-height: calc(50/18);
  letter-spacing: 0.300em;
  text-transform: none;

}

.c-page-desc {
  padding-bottom: 120px;
}

.c-page-desc__txt {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(46/16);
  /* line-height: 1.5; */
  letter-spacing: 0.02em;
}

.c-page-desc__txt--eq {
  line-height: calc(24/16);

}

/* .c-page-desc__txt--lh {
  line-height: calc(46/18);
} */



/* @media screen and (min-width: 1025px) { */
.pc-on {
  display: block;
}

.pc-none {
  display: none;
}

.sp-on {
  display: none;
}

.sp-small-on {
  display: none;
}
.pc-sp-small-on {
  display: block;
}

.sp-show {
	display: none;
}
.sp-hide {
	display: block;
}

.res-show {
	display: none;
}
.res-hide {
	display: block;
}


/* } */

/******************** SP all ****************/

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

  .sp-on {
    display: block;
  }
  
  .res-show {
        display: block;
    }
    .res-hide {
    	display: none;
    }
    
    .sp-show {
		display: block;
	}
	.sp-hide {
		display: none;
	}
  
  /* ラッパー */
  .c-page-wrap {
    width: min(calc(342/390 * 100%), 544px);
    margin: 0 auto;
    position: relative;
  }

  /*========= header logo ===============*/

  h1 {
    position: fixed;
    width: 126px;
    height: 56px;
    background-color: black;
    /* margin-left: clamp(30px, 5.952vw - 34.2857px, 80px); */
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    top: 0;
  }

  .c-header-logo {
    display: block;
    width: 91px;
    height: auto;
  }

  .c-header-logo img {
    display: block;
    width: 100%;
    height: auto;
  }



  /*========= ハンバーガー SP ===============*/
  /* .g-nav-bg::after {
    background-image: url(../images/top/texture_sp@2x.png);
    height: calc(100vh + 200px);
    height: calc((var(--vh, 1vh) * 100) + 200px);
    height: calc(100lvh + 200px);

  } */

  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 80px;
    height: 100px;
    background-color: #000;
    margin-right: 0px;
    /* margin-right: clamp(30px, 5.952vw - 34.2857px, 80px); */
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: calc(15/12);
    letter-spacing: 0.04em;
  }

  .openbtn1 {
    text-align: center;
  }

  /* .openbtn1 p {
    margin-top: -22px;
    color: #fff;
  }

  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 25%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 40px;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 50px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 64px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 77px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 52px;
    left: 25%;
    transform: translateY(12px) rotate(-45deg);
    width: 38px;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 76px;
    left: 25%;
    transform: translateY(-12px) rotate(45deg);
    width: 38px;
  } */

  .openbtn1-menu {
    margin-top: -22px;
    color: #fff;
  }

  .openbtn1-line span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 25%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 40px;
  }

  .openbtn1-line span:nth-of-type(1) {
    top: 50px;
  }

  .openbtn1-line span:nth-of-type(2) {
    top: 64px;
  }

  .openbtn1-line span:nth-of-type(3) {
    top: 77px;
  }

  .openbtn1.active .openbtn1-line span:nth-of-type(1) {
    top: 52px;
    left: 25%;
    transform: translateY(12px) rotate(-45deg);
    width: 38px;
  }

  .openbtn1.active .openbtn1-line span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active .openbtn1-line span:nth-of-type(3) {
    top: 76px;
    left: 25%;
    transform: translateY(-12px) rotate(45deg);
    width: 38px;
  }

  /* PCでは電話番号をクリックしても無効 */
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }


  /* .copyright {
    width: 80vw;
    margin: 0 auto;
    letter-spacing: 1px;
  } */

  .container {
    display: block;
  }

  h1 {
    margin-left: 0%;
  }

  .sec_01_txtbox1 p {
    font-size: 1rem;
  }

  /*========= nav SP ===============*/
  /* .g-nav_wrap { */
  /* display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%; */
  /* height: -webkit-min-content;
    height: -moz-min-content; */
  /* height: min-content; */
  /* height: 480px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999; */
  /* } */

  .navbox1 {
    grid-row: 1;
    grid-column: 1;
    /* width: 140px; */
    justify-self: center;
  }

  .navbox2_acc {
    grid-row: 2;
  }

  .navbox3_lc {
    grid-row: 3;
  }

  .navbox2_eq {
    grid-row: 4;
  }

  .navbox3_qua {
    grid-row: 5;

  }

  .navbox2_plan {
    grid-row: 6;
  }

  .navbox3_out {
    grid-row: 7;
  }

  .g-nav-bg {
  }

  .g-nav_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 480px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
    grid-row-gap: unset;
    grid-column-gap: unset;

  }

  #g-nav a,
  #g-nav .navbox2 a,
  #g-nav .navbox3 a {
    display: inline-block;
    color: #2E2E2E;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.6em;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    /* margin: 30px auto; */
    /* padding-left: 10px; */
  }

  #g-nav a span {
    display: inline-block;
    margin-right: -0.6em;
  }

  #g-nav .navbox3 a {
    padding-left: 0px;
  }

  #g-nav a {
    display: block;
    color: #2E2E2E;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    line-height: 44px;
    font-family: 'Lato', serif;
    font-weight: 700;
    text-align: center;

  }


  /*========= アンダーライン ===============*/
  #g-nav a::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #2E2E2E;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;

  }

  #g-nav a::after {
    content: "";
    width: 100%;
    /* width: 40px; */
    height: 1px;
    background: var(--white);
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;

    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }

  #g-nav a:hover::after {
    /* width: 90%; */

    transform: scale(1, 1);
  }

  /* ページ見出し */
  .c-page-head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 168px;
    /* border-bottom: 1px solid var(--white); */
    padding-bottom: 3px;
    margin-bottom: 20px;
  }

  .c-page-heading {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    /* line-height: calc(58/24); */
    line-height: calc(36/24);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-right: 8px;
    padding-left: 26px;
    position: relative;
  }

  .c-page-heading::before {
    content: '';
    /* background-image: linear-gradient(to top right, #B58234, #FFCA5F); */
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }

  .c-page-heading__sub {
    font-size: 12px;
    font-weight: 500;
    line-height: calc(32/12);
    letter-spacing: 0.300em;
    text-transform: none;

  }

  .c-page-desc {
    padding-bottom: 50px;
  }

  .c-page-desc__txt {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;

  }


  /*========= footer SP ===============*/

  #footer {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    position: relative;
    /* z-index: 1; */
  }
  
  #footer .footer-links {
    background: #000 url('../images/common/bg_footer_links.png') no-repeat;
    background-size: cover;
    padding: 5.859375vw 0 6.34765625vw;
  }
  #footer .footer-links .footer-links-inner {
    width: 53.22265625vw;
  }
  #footer .footer-links .footer-links-inner .footer-links-list {
    width: 50.78125vw;
    margin: 0 auto 2.9296875vw;
  }
  #footer .footer-links .footer-links-inner .footer-links-list li {
    width: 16.2109375vw;
    height: 5.078125vw;
    margin: 0 0.9765625vw 0.9765625vw 0;
  }
  #footer .footer-links .footer-links-inner .footer-links-list li:nth-of-type(3n) {
    margin: 0 0 0.9765625vw;
  }
  #footer .footer-links .footer-links-inner .footer-links-list li a {
    font-size: 1.171875vw;
  }
  #footer .footer-links .footer-links-inner .footer-links-caution {
    width: 100%;
    font-size: 0.9765625vw;
    margin: 0;
  }
  

  /* new */
  .c-footer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(calc(342/390 * 100%), 544px);
    margin: 0 auto;
  }

  .c-footer-upbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--mid-chacol);
/*    font-size: 14px;  */
    font-size: 1.36vw;
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    gap: 11px;
  }

  .c-footer-upbox-jigyou,
  .c-footer-upbox-kashi,
  .c-footer-upbox-kanri {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .c-footer-upbox-jigyou__logobox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .c-footer-upbox-jigyou {
    margin-right: 0px;
    margin-bottom: 21px;
  }

  .c-footer-upbox-kashi {
    margin-right: 0px;
    margin-bottom: 19px;
  }

  .c-footer-upbox-kanri {
    margin-right: 0px;
  }

  .c-footer-box-title {
    display: block;
    color: #FFF;
  }

  .c-footer-upbox a {
    display: block;
  }

  .c-footer-upbox a img {
    display: block;
    width: 100%;
    height: auto;
    /* vertical-align: bottom; */
    -o-object-fit: cover;
    object-fit: cover;
  }

  .c-footer-box-logo__mira {
    width: 220px;
    height: auto;
    margin-top: 14px;
    margin-left: 0px;
  }

  .c-footer-box-logo__takara {
    width: 180px;
    height: auto;
    margin-top: 12px;
    margin-left: 0px;

  }

  .c-footer-box-logo__leben {
    width: 160px;
    height: auto;
    margin-top: 10px;
    margin-left: 0px;

  }

  .c-footer-box-logo__az {
    width: 235px;
    height: auto;
    margin-top: 10px;
    margin-left: 0px;

  }

  .c-footer-lwbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
/*    font-size: 14px;  */
    font-size: 1.36vw;
    font-weight: 400;
    line-height: calc(17/12);
    letter-spacing: 0.04em;
    /* width: 698px; */
    height: auto;
  }

  .c-footer-lwbox-title {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }

  .c-footer-lwbox-title__txt {
    text-align: center;
  }


  .footer_03 {
    display: block;
    width: 100%;

  }

  .footer_03_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0;
  }

  .footer_03__telnumbox {
    display: block;
    /* margin-right: 21px; */
  }

  .footer_03__inforbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
  }

  .footer_03__telnum {
    /* font-size: 48px; */
    font-size: 4.68vw;
    font-weight: bold;
    line-height: calc(57/48);
    letter-spacing: 0em;
  }

  .footer_03__timeinfo,
  .footer_03__notice {
    display: inline-block;
  }


  .footer_03__timeinfo {
/*    font-size: 14px;  */
    font-size: 1.36vw;
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }

  .footer_03__notice {
/*    font-size: 10px;  */
    font-size: 0.97vw;
    font-weight: 400;
    line-height: calc(15/10);
    letter-spacing: 0.04em;
    text-align: center;
  }

  .c-footer-lastbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--black);
/*    font-size: 10px;  */
    font-size: 0.97vw;
    font-weight: 400;
    line-height: calc(15/10);
    letter-spacing: 0.04em;
    /* width: 698px; */
    height: auto;
    margin-top: 42px;
    gap: 0;

  }

  .copyright {
    display: block;
    color: var(--white);
/*    font-size: 10px;  */
    font-size: 0.97vw;
    font-weight: 400;
    line-height: calc(12/10);
    letter-spacing: 0.04em;
    text-align: center;
    /* margin-top: 40px; */
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .sikibetsu-num {
    display: block;
    color: var(--white);
  }

}

/*576px以下*/
@media screen and (max-width: 576px) {
    
   #footer {
  }
  #footer .footer-links {
    background: #000 url('../images/common/bg_footer_links_sp.png') no-repeat;
    background-size: cover;
    padding: 15.38461538vw 0;
  }
  #footer .footer-links .footer-links-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 6.41025641vw;
  }
  #footer .footer-links .footer-links-inner .footer-links-list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 7.69230769vw;
  }
  #footer .footer-links .footer-links-inner .footer-links-list li {
    width: 42.30769231vw;
    height: 13.33333333vw;
    margin: 0 0 2.56410256vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer .footer-links .footer-links-inner .footer-links-list li:nth-of-type(3n) {
    margin: 0 0 2.56410256vw;
  }
  #footer .footer-links .footer-links-inner .footer-links-list li a {
    font-size: 3.07692308vw;
  }
  #footer .footer-links .footer-links-inner .footer-links-caution {
    font-size: 2.56410256vw;
    margin: 0;
  } 
  
  .c-footer-upbox {
      font-size: 3.58vw;
      line-height: calc(26/14);
  }
  .c-footer-lwbox {
      font-size: 3.58vw;
      line-height: calc(26/14);
  }
  .footer_03__telnum {
      font-size: 12.3vw;
      line-height: calc(57/48);
  }
  .footer_03__timeinfo {
      font-size: 3.58vw;
      line-height: calc(26/14);
  }
  .footer_03__notice {
      font-size: 3.58vw;
      line-height: calc(26/14);
  }
  .c-footer-lastbox {
      font-size: 2.56vw;
      line-height: calc(12/10);
  }
  .copyright {
      font-size: 2.56vw;
      line-height: calc(12/10);
  }
  
  
}


/*400px以下*/
@media screen and (max-width: 400px) {
  .footer_03__telnum {
    font-size: clamp(40px, calc(42/390 * 100vw), 48px);
    min-height: 0vw;
  }
}
