@charset "UTF-8";
/* =======================================

	reset CSS

========================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,p,blockquote,table,th,td {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 700;
}
ul,dl,ol {  text-indent: 0;}
li {  list-style: none;}
address,caption,cite,code,dfn,em,th,var {
  font-style: inherit;
  font-weight: inherit;
}
b,strong {  font-weight: bold;}
sup {  vertical-align: text-top;}
sub {  vertical-align: text-bottom;}
input,textarea,select,b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input,
* html textarea,
* html select {
  font-size: 100%;
}
textarea.message {
  width: 100%;
  height: 20rem;
}
*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th,td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}
input,select,textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}
input.w100,
textarea {
  width: 100%;
  border: 1px solid #353750;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #ffffff;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #353750;
  border-radius: 0.23em;
  background: #FFFFFF;
}
::placeholder {
  font-weight: normal;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}
.fW500 {  font-weight: 500;}
.fW100 {  font-weight: 100;}
.fW300 {  font-weight: 300;}
.ls0 {  letter-spacing: 0;}
.ls1 {  letter-spacing: 0.1em;}
.ls2 {  letter-spacing: 0.2em;}
.ls4 {  letter-spacing: 0.4em;}
.lh0 {  line-height: 0%;}
.lh100 {  line-height: 100%;}
.lh120 {  line-height: 120%;}
.lh140 {  line-height: 140%;}
.lh160 {  line-height: 160%;}
.lh200 {  line-height: 200%;}
.lh230 {  line-height: 230%;}
.lh240 {  line-height: 240%;}
.lh250 {  line-height: 250%;}
.lh255 {  line-height: 255%;}

/* cf
========================================== */
.cf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

* html .cf {
  zoom: 1;
}
/* =======================================

	Structure CSS

========================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.center {
  text-align: center !important;
  vertical-align: middle;
}
.right {  text-align: right !important;}.left {  text-align: left !important;}.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.bold {  font-weight: bold !important;}

.floatL {  float: left;}
.floatR {  float: right;}

.rela {  position: relative;}

.kome li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
  margin-bottom: 10px;
}


.imgR {
  float: right;
  width: 40%;
  margin-left: 30px;
}

.imgL {
  float: left;
  width: 40%;
  margin-right: 30px;
}

/*flex
========================================== */
.flex {  display: flex;}
.flexNowrap {
  display: flex;
  flex-wrap: nowrap;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}

.flexSpaceBetween {  justify-content: space-between;}

.flexCenter {  justify-content: center;}
.flexLeft {  justify-content: left;}
.flexRight {  justify-content: right;}
.flexEnd {  justify-content: flex-end;}
.flexRowReverse {  flex-flow: row-reverse;}
.alignItemsC {  align-items: center;}
.alignItemsSt {  align-items: flex-start;}
.alignItemsEnd {  align-items: flex-end;}



.dBlock {  display: block;}
.poevNone {  pointer-events: none;}

.ofHidden {  overflow: hidden;}
.ofAuto {  overflow: auto;}
.ofY {  overflow-y: auto;}
.ofXHidden {  overflow-x: hidden;}

img {
  max-width: 100%;
  display: block;
  transition: 0.3s;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
}

.w4em {  width: 4em;}
.w45em {  width: 4.5em;}
.w5em {  width: 5em;}
.w6em {  width: 6em;}
.w7em {  width: 7em;}
.w8em {  width: 8em;}
.w9em {  width: 9em;}
.w10em {  width: 10em;}

.f10 {  font-size: 1rem !important;}
.f11 {  font-size: 1.1rem !important;}
.f12 {  font-size: 1.2rem !important;}
.f13 {  font-size: 1.3rem !important;}
.f14 {  font-size: 1.4rem !important;}
.f15 {  font-size: 1.5rem !important;}
.f16 {  font-size: 1.6rem !important;}
.f17 {  font-size: 1.7rem !important;}
.f18 {  font-size: 1.8rem !important;}
.f19 {  font-size: 1.9rem !important;}
.f20 {  font-size: 2rem !important;}
.f21 {  font-size: 2.1rem !important;}
.f22 {  font-size: 2.2rem !important;}
.f23 {  font-size: 2.3rem !important;}
.f24 {  font-size: 2.4rem !important;}
.f25 {  font-size: 2.5rem !important;}
.f26 {  font-size: 2.6rem !important;}
.f27 {  font-size: 2.7rem !important;}
.f28 {  font-size: 2.8rem !important;}
.f29 {  font-size: 2.9rem !important;}
.f30 {  font-size: 3rem !important;}
.f40 {  font-size: 4rem !important;}

.fps40 {  font-size: 40% !important;}
.fps60 {  font-size: 60% !important;}
.fps65 {  font-size: 65% !important;}
.fps70 {  font-size: 70% !important;}
.fps75 {  font-size: 75% !important;}
.fps80 {  font-size: 80% !important;}
.fps85 {  font-size: 85% !important;}
.fps90 {  font-size: 90% !important;}
.fps95 {  font-size: 95% !important;}
.fps100 {  font-size: 100% !important;}
.fps105 {  font-size: 105% !important;}
.fps110 {  font-size: 110% !important;}
.fps115 {  font-size: 115% !important;}
.fps120 {  font-size: 120% !important;}
.fps125 {  font-size: 125% !important;}
.fps130 {  font-size: 130% !important;}
.fps135 {  font-size: 135% !important;}
.fps140 {  font-size: 140% !important;}
.fps145 {  font-size: 145% !important;}
.fps150 {  font-size: 150% !important;}

.inner {
  max-width: 1286px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner01 {
  max-width: 1050px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner500 {
  max-width: 500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner600 {
  max-width: 600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner700 {
  max-width: 700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner800 {
  max-width: 800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner880 {
  max-width: 880px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner900 {
  max-width: 900px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1000 {
  max-width: 1000px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1100 {
  max-width: 1100px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1200 {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1300 {
  max-width: 1300px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1400 {
  max-width: 1400px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1500 {
  max-width: 1500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1600 {
  max-width: 1600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1700 {
  max-width: 1700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1800 {
  max-width: 1800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

/* =======================================

	margin / padding

========================================== */
/*! mb */
.mA {
  margin-left: auto;
  margin-right: auto;
}

.mA0 {  margin: 0px !important;}
.mA5 {  margin: 5px !important;}
.mA10 {  margin: 10px !important;}
.mA15 {  margin: 15px !important;}
.mA20 {  margin: 20px !important;}
.mA25 {  margin: 25px !important;}
.mA30 {  margin: 30px !important;}
.mA35 {  margin: 35px !important;}
.mA40 {  margin: 40px !important;}
.mA45 {  margin: 45px !important;}
.mA50 {  margin: 50px !important;}
.mA55 {  margin: 55px !important;}
.mA60 {  margin: 60px !important;}
.mA65 {  margin: 65px !important;}
.mA70 {  margin: 70px !important;}
.mA75 {  margin: 75px !important;}
.mA80 {  margin: 80px !important;}
.mA85 {  margin: 85px !important;}
.mA90 {  margin: 90px !important;}
.mA95 {  margin: 95px !important;}
.mA100 {  margin: 100px !important;}
.mA105 {  margin: 105px !important;}
.mA110 {  margin: 110px !important;}
.mA115 {  margin: 115px !important;}
.mA120 {  margin: 120px !important;}
.mA125 {  margin: 125px !important;}
.mA130 {  margin: 130px !important;}
.mA135 {  margin: 135px !important;}
.mA140 {  margin: 140px !important;}
.mA145 {  margin: 145px !important;}
.mA150 {  margin: 150px !important;}

.mT0 {  margin-top: 0px !important;}
.mT5 {  margin-top: 5px !important;}
.mT10 {  margin-top: 10px !important;}
.mT15 {  margin-top: 15px !important;}
.mT20 {  margin-top: 20px !important;}
.mT25 {  margin-top: 25px !important;}
.mT30 {  margin-top: 30px !important;}
.mT35 {  margin-top: 35px !important;}
.mT40 {  margin-top: 40px !important;}
.mT45 {  margin-top: 45px !important;}
.mT50 {  margin-top: 50px !important;}
.mT55 {  margin-top: 55px !important;}
.mT60 {  margin-top: 60px !important;}
.mT65 {  margin-top: 65px !important;}
.mT70 {  margin-top: 70px !important;}
.mT75 {  margin-top: 75px !important;}
.mT80 {  margin-top: 80px !important;}
.mT85 {  margin-top: 85px !important;}
.mT90 {  margin-top: 90px !important;}
.mT95 {  margin-top: 95px !important;}
.mT100 {  margin-top: 100px !important;}
.mT105 {  margin-top: 105px !important;}
.mT110 {  margin-top: 110px !important;}
.mT115 {  margin-top: 115px !important;}
.mT120 {  margin-top: 120px !important;}
.mT125 {  margin-top: 125px !important;}
.mT130 {  margin-top: 130px !important;}
.mT135 {  margin-top: 135px !important;}
.mT140 {  margin-top: 140px !important;}
.mT145 {  margin-top: 145px !important;}
.mT150 {  margin-top: 150px !important;}
.mB0 {  margin-bottom: 0px !important;}
.mB5 {  margin-bottom: 5px !important;}
.mB10 {  margin-bottom: 10px !important;}
.mB15 {  margin-bottom: 15px !important;}
.mB20 {  margin-bottom: 20px !important;}
.mB25 {  margin-bottom: 25px !important;}
.mB30 {  margin-bottom: 30px !important;}
.mB35 {  margin-bottom: 35px !important;}
.mB40 {  margin-bottom: 40px !important;}
.mB45 {  margin-bottom: 45px !important;}
.mB50 {  margin-bottom: 50px !important;}
.mB55 {  margin-bottom: 55px !important;}
.mB60 {  margin-bottom: 60px !important;}
.mB65 {  margin-bottom: 65px !important;}
.mB70 {  margin-bottom: 70px !important;}
.mB75 {  margin-bottom: 75px !important;}
.mB80 {  margin-bottom: 80px !important;}
.mB85 {  margin-bottom: 85px !important;}
.mB90 {  margin-bottom: 90px !important;}
.mB95 {  margin-bottom: 95px !important;}
.mB100 {  margin-bottom: 100px !important;}
.mB105 {  margin-bottom: 105px !important;}
.mB110 {  margin-bottom: 110px !important;}
.mB115 {  margin-bottom: 115px !important;}
.mB120 {  margin-bottom: 120px !important;}
.mB125 {  margin-bottom: 125px !important;}
.mB130 {  margin-bottom: 130px !important;}
.mB135 {  margin-bottom: 135px !important;}
.mB140 {  margin-bottom: 140px !important;}
.mB145 {  margin-bottom: 145px !important;}
.mB150 {  margin-bottom: 150px !important;}
.mL0 {  margin-left: 0px !important;}
.mL5 {  margin-left: 5px !important;}
.mL10 {  margin-left: 10px !important;}
.mL15 {  margin-left: 15px !important;}
.mL20 {  margin-left: 20px !important;}
.mL25 {  margin-left: 25px !important;}
.mL30 {  margin-left: 30px !important;}
.mL35 {  margin-left: 35px !important;}
.mL40 {  margin-left: 40px !important;}
.mL45 {  margin-left: 45px !important;}
.mL50 {  margin-left: 50px !important;}
.mL55 {  margin-left: 55px !important;}
.mL60 {  margin-left: 60px !important;}
.mL65 {  margin-left: 65px !important;}
.mL70 {  margin-left: 70px !important;}
.mL75 {  margin-left: 75px !important;}
.mL80 {  margin-left: 80px !important;}
.mL85 {  margin-left: 85px !important;}
.mL90 {  margin-left: 90px !important;}
.mL95 {  margin-left: 95px !important;}
.mL100 {  margin-left: 100px !important;}
.mL105 {  margin-left: 105px !important;}
.mL110 {  margin-left: 110px !important;}
.mL115 {  margin-left: 115px !important;}
.mL120 {  margin-left: 120px !important;}
.mL125 {  margin-left: 125px !important;}
.mL130 {  margin-left: 130px !important;}
.mL135 {  margin-left: 135px !important;}
.mL140 {  margin-left: 140px !important;}
.mL145 {  margin-left: 145px !important;}
.mL150 {  margin-left: 150px !important;}
.mR0 {  margin-right: 0px !important;}
.mR5 {  margin-right: 5px !important;}
.mR10 {  margin-right: 10px !important;}
.mR15 {  margin-right: 15px !important;}
.mR20 {  margin-right: 20px !important;}
.mR25 {  margin-right: 25px !important;}
.mR30 {  margin-right: 30px !important;}
.mR35 {  margin-right: 35px !important;}
.mR40 {  margin-right: 40px !important;}
.mR45 {  margin-right: 45px !important;}
.mR50 {  margin-right: 50px !important;}
.mR55 {  margin-right: 55px !important;}
.mR60 {  margin-right: 60px !important;}
.mR65 {  margin-right: 65px !important;}
.mR70 {  margin-right: 70px !important;}
.mR75 {  margin-right: 75px !important;}
.mR80 {  margin-right: 80px !important;}
.mR85 {  margin-right: 85px !important;}
.mR90 {  margin-right: 90px !important;}
.mR95 {  margin-right: 95px !important;}
.mR100 {  margin-right: 100px !important;}
.mR105 {  margin-right: 105px !important;}
.mR110 {  margin-right: 110px !important;}
.mR115 {  margin-right: 115px !important;}
.mR120 {  margin-right: 120px !important;}
.mR125 {  margin-right: 125px !important;}
.mR130 {  margin-right: 130px !important;}
.mR135 {  margin-right: 135px !important;}
.mR140 {  margin-right: 140px !important;}
.mR145 {  margin-right: 145px !important;}
.mR150 {  margin-right: 150px !important;}
.pB0 {  padding-bottom: 0px !important;}
.pB5 {  padding-bottom: 5px !important;}
.pB10 {  padding-bottom: 10px !important;}
.pB15 {  padding-bottom: 15px !important;}
.pB20 {  padding-bottom: 20px !important;}
.pB25 {  padding-bottom: 25px !important;}
.pB30 {  padding-bottom: 30px !important;}
.pB35 {  padding-bottom: 35px !important;}
.pB40 {  padding-bottom: 40px !important;}
.pB45 {  padding-bottom: 45px !important;}
.pB50 {  padding-bottom: 50px !important;}
.pB55 {  padding-bottom: 55px !important;}
.pB60 {  padding-bottom: 60px !important;}
.pB65 {  padding-bottom: 65px !important;}
.pB70 {  padding-bottom: 70px !important;}
.pB75 {  padding-bottom: 75px !important;}
.pB80 {  padding-bottom: 80px !important;}
.pB85 {  padding-bottom: 85px !important;}
.pB90 {  padding-bottom: 90px !important;}
.pB95 {  padding-bottom: 95px !important;}
.pB100 {  padding-bottom: 100px !important;}
.pB105 {  padding-bottom: 105px !important;}
.pB110 {  padding-bottom: 110px !important;}
.pB115 {  padding-bottom: 115px !important;}
.pB120 {  padding-bottom: 120px !important;}
.pB125 {  padding-bottom: 125px !important;}
.pB130 {  padding-bottom: 130px !important;}
.pB135 {  padding-bottom: 135px !important;}
.pB140 {  padding-bottom: 140px !important;}
.pB145 {  padding-bottom: 145px !important;}
.pB150 {  padding-bottom: 150px !important;}
.pT0 {  padding-top: 0px !important;}
.pT5 {  padding-top: 5px !important;}
.pT10 {  padding-top: 10px !important;}
.pT15 {  padding-top: 15px !important;}
.pT20 {  padding-top: 20px !important;}
.pT25 {  padding-top: 25px !important;}
.pT30 {  padding-top: 30px !important;}
.pT35 {  padding-top: 35px !important;}
.pT40 {  padding-top: 40px !important;}
.pT45 {  padding-top: 45px !important;}
.pT50 {  padding-top: 50px !important;}
.pT55 {  padding-top: 55px !important;}
.pT60 {  padding-top: 60px !important;}
.pT65 {  padding-top: 65px !important;}
.pT70 {  padding-top: 70px !important;}
.pT75 {  padding-top: 75px !important;}
.pT80 {  padding-top: 80px !important;}
.pT85 {  padding-top: 85px !important;}
.pT90 {  padding-top: 90px !important;}
.pT95 {  padding-top: 95px !important;}
.pT100 {  padding-top: 100px !important;}
.pT105 {  padding-top: 105px !important;}
.pT110 {  padding-top: 110px !important;}
.pT115 {  padding-top: 115px !important;}
.pT120 {  padding-top: 120px !important;}
.pT125 {  padding-top: 125px !important;}
.pT130 {  padding-top: 130px !important;}
.pT135 {  padding-top: 135px !important;}
.pT140 {  padding-top: 140px !important;}
.pT145 {  padding-top: 145px !important;}
.pT150 {  padding-top: 150px !important;}
.pL0 {  padding-left: 0px !important;}
.pL5 {  padding-left: 5px !important;}
.pL10 {  padding-left: 10px !important;}
.pL15 {  padding-left: 15px !important;}
.pL20 {  padding-left: 20px !important;}
.pL25 {  padding-left: 25px !important;}
.pL30 {  padding-left: 30px !important;}
.pL35 {  padding-left: 35px !important;}
.pL40 {  padding-left: 40px !important;}
.pL45 {  padding-left: 45px !important;}
.pL50 {  padding-left: 50px !important;}
.pL55 {  padding-left: 55px !important;}
.pL60 {  padding-left: 60px !important;}
.pL65 {  padding-left: 65px !important;}
.pL70 {  padding-left: 70px !important;}
.pL75 {  padding-left: 75px !important;}
.pL80 {  padding-left: 80px !important;}
.pL85 {  padding-left: 85px !important;}
.pL90 {  padding-left: 90px !important;}
.pL95 {  padding-left: 95px !important;}
.pL100 {  padding-left: 100px !important;}
.pL105 {  padding-left: 105px !important;}
.pL110 {  padding-left: 110px !important;}
.pL115 {  padding-left: 115px !important;}
.pL120 {  padding-left: 120px !important;}
.pL125 {  padding-left: 125px !important;}
.pL130 {  padding-left: 130px !important;}
.pL135 {  padding-left: 135px !important;}
.pL140 {  padding-left: 140px !important;}
.pL145 {  padding-left: 145px !important;}
.pL150 {  padding-left: 150px !important;}
.pR0 {  padding-right: 0px !important;}
.pR5 {  padding-right: 5px !important;}
.pR10 {  padding-right: 10px !important;}
.pR15 {  padding-right: 15px !important;}
.pR20 {  padding-right: 20px !important;}
.pR25 {  padding-right: 25px !important;}
.pR30 {  padding-right: 30px !important;}
.pR35 {  padding-right: 35px !important;}
.pR40 {  padding-right: 40px !important;}
.pR45 {  padding-right: 45px !important;}
.pR50 {  padding-right: 50px !important;}
.pR55 {  padding-right: 55px !important;}
.pR60 {  padding-right: 60px !important;}
.pR65 {  padding-right: 65px !important;}
.pR70 {  padding-right: 70px !important;}
.pR75 {  padding-right: 75px !important;}
.pR80 {  padding-right: 80px !important;}
.pR85 {  padding-right: 85px !important;}
.pR90 {  padding-right: 90px !important;}
.pR95 {  padding-right: 95px !important;}
.pR100 {  padding-right: 100px !important;}
.pR105 {  padding-right: 105px !important;}
.pR110 {  padding-right: 110px !important;}
.pR115 {  padding-right: 115px !important;}
.pR120 {  padding-right: 120px !important;}
.pR125 {  padding-right: 125px !important;}
.pR130 {  padding-right: 130px !important;}
.pR135 {  padding-right: 135px !important;}
.pR140 {  padding-right: 140px !important;}
.pR145 {  padding-right: 145px !important;}
.pR150 {  padding-right: 150px !important;}
.pA0 {  padding: 0px !important;}
.pA5 {  padding: 5px !important;}
.pA10 {  padding: 10px !important;}
.pA15 {  padding: 15px !important;}
.pA20 {  padding: 20px !important;}
.pA25 {  padding: 25px !important;}
.pA30 {  padding: 30px !important;}
.pA35 {  padding: 35px !important;}
.pA40 {  padding: 40px !important;}
.pA45 {  padding: 45px !important;}
.pA50 {  padding: 50px !important;}
.pA55 {  padding: 55px !important;}
.pA60 {  padding: 60px !important;}
.pA65 {  padding: 65px !important;}
.pA70 {  padding: 70px !important;}
.pA75 {  padding: 75px !important;}
.pA80 {  padding: 80px !important;}
.pA85 {  padding: 85px !important;}
.pA90 {  padding: 90px !important;}
.pA95 {  padding: 95px !important;}
.pA100 {  padding: 100px !important;}
.pA105 {  padding: 105px !important;}
.pA110 {  padding: 110px !important;}
.pA115 {  padding: 115px !important;}
.pA120 {  padding: 120px !important;}
.pA125 {  padding: 125px !important;}
.pA130 {  padding: 130px !important;}
.pA135 {  padding: 135px !important;}
.pA140 {  padding: 140px !important;}
.pA145 {  padding: 145px !important;}
.pA150 {  padding: 150px !important;}
.mB1em {  margin-bottom: 1em !important;}
/*! mb */
.zin0 {  z-index: 0;}
.zin1 {  z-index: 1;}
.zin2 {  z-index: 2;}
.zin3 {  z-index: 3;}
.zin4 {  z-index: 4;}
.zin5 {  z-index: 5;}
.zin6 {  z-index: 6;}
.zin7 {  z-index: 7;}
.zin8 {  z-index: 8;}
.zin9 {  z-index: 9;}
.zin10 {  z-index: 10;}

.visibilityHidden {
  visibility: hidden;
}

.noLink {
  color: #9a9a9a !important;
  pointer-events: none !important;
}


/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #ffffff;
  color: var(--base);
/*	scroll-snap-type: y proximity;
 	scroll-behavior: smooth;*/
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.8;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}


a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: var(--base);
}
a:hover{
	opacity: .7;
	
}

.js-inview{
 opacity: 0;
}


/*フォントファミリー
========================================== */
.fontGo {
  
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/*色
========================================== */
:root {
  --base: #202020;
  --bk: #000000;
  --bk2: #001D29;
  --wh: #FFFFFF;
  --gold: #8D7C3C;
  --Lgold: #C1B892;
  --gray: #8B8B8B;
  --gray2: #595959;
  --Lgray: #EDEDED;
  --LLgray:#B3B3B3;
 --grdBase:linear-gradient(30deg, #181B21 0%, rgba(24, 27, 33, 0.88) 100%);
}

/*文字色
========================================== */
.baseC{  color: var(--base) !important;}
.gold{ color: var(--gold);}
.bk {  color: var(--bk) !important;}
.white {  color: var(--wh) !important;}

/*背景
========================================== */
.bgBk{ background: var(--bk) !important;}
.bgBK2{ background-color: #001D29 !important;}
.bgGold{  background: var(--gold);}
.bgGray {  background: var(--gray) !important;}
.bgLGray {  background: var(--Lgray) !important;}
.bgW{  background: var(--wh) !important;}
.grdB{
 display: inline-block;
  background: var(--grdBase);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*ボタン・リンク
========================================== */
.btnWrap{
 margin-top: 40px;
}
.btn{
  position: relative;
  border-radius: calc(infinity * 1px);
  background: var(--gold);
  border:  2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 348px);
  height: 66px;
  color:#fff;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.btnWrap.center .btn{
  margin: 0 auto;
}
.btn.bgGray{
  background: #C6C6C6;
  color: var(--bk);
}
.btn.arrow{
  position: relative;
  padding-right: 30px;
  z-index: 0;
  overflow: hidden;
}
.btn.arrow::after{
 content: "";
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 0;
	display: block;
  border-radius: 50%;
	height: 100%;
  aspect-ratio: 1 / 1;
  background: var(--Lgold) url(../images/ic_arrow.svg) no-repeat center center / 16px 4px;
	transition: .5s;
}

.btn.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: var(--Lgold);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn.arrow:hover::after {
	background: var(--Lgold) url(../images/ic_arrow.svg) no-repeat right 2px center / 16px 4px;
}

.btn.arrow:hover::before {
  width: 100%;
}





.icArrow{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--gray2);
  font-weight: 700;
  font-size: 2rem;
}
.icArrow::after{
	content: "";
	display: block;
	background: url("../images/ic_arrow_bk.svg") no-repeat left top / 75% auto;
  width: 35px;
  aspect-ratio: 26/7;
 margin-left: 1.6em;
 transition:all .5s ease;
	transition: .5s
}

a:hover .icArrow::after{
	background: url("../images/ic_arrow_bk.svg") no-repeat right top / 75% auto;
}

a.txtLink{
	text-decoration: underline;
}


/*タイトル
========================================== */
#top .h2Tit,
.pgs .h3Tit{
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: normal;
  color: var(--bk);
}
#top .h2Tit{
	font-size: min(7.476vw, 2.8rem);
  margin-bottom: 0.7em;
}
.pgs .h3Tit{
	font-size: min(1.565vw, 2.8rem);
  margin-bottom: 40px;
}
#top .h2Tit .en,
.pgs .h3Tit .en{
  margin-bottom: 0.8em;
  display: block;
  font-size: 1.6rem;
  color: var(--gold);
}
#top .h2Tit .jp,
.pgs .h3Tit .jp{
  margin-bottom: 0.8em;
  display: block;
  font-size: 2.2rem;
}

#top .h2Tit .border::after,
.pgs .h3Tit .border::after{
  content: "";
  display: block;
  margin: 0.71em 0 0;
  width: 1.2em;
  height: 2px;
  background-color: var(--gold);
}
#top .h2Tit.center .border::after,
.pgs .h3Tit.center .border::after{
  margin: 0.71em auto 0;
}
#top .h3Tit,
.pgs .h4Tit{
  margin-bottom: 0.7em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: normal;
}
#top .h3Tit{
	font-size: min(7.476vw, 2.8rem);
}
.pgs .h4Tit{
	font-size: min(1.23vw, 2.2rem);
}
.h5Tit {
}
.h6Tit{
} 

/*テキスト
========================================== */
.secLead{
  font-size: min(6vw,2.5rem);
  line-height: normal;
}

.subTit{
  margin-bottom: 0.7em;
  font-size: min(1.8vw, 1.8rem);
  font-size: min(4.8vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--base);
}

#leadArea{
  padding: 100px 0 60px;
}
.leadTxt{
	margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.85;
  text-align: center;
}

.secTxt,
.secTxt p{
  font-size: min(1.2vw,12px);
  font-size: min(3.2vw, 1.2rem);
  line-height: 1.83em;
  font-weight: 400;
}

.pgs section p + p{
  margin-top: 1em;
}



/* =======================================
  ページャー
========================================== */
/*-- pageNavi --*/
.pageNavi{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
 margin-top: 50px;
}
.pageNavi .current,
.pageNavi .inactive,
.pageNavi a{
	/*border: 1px solid var(--base);*/
  display:grid;
	align-items: center;
	justify-content: center;
  font-optical-sizing: auto;
	color: var(--base);
  font-weight: 500;
  font-style: normal;
}
.pageNavi .current{
	background: var(--base);
	color: #fff;
}
.pageNavi a:hover{
	background: var(--base);
	color: #fff;
}
.pageNavi a.next:hover{
	background: none;
	border: none;
	color: var(--base);
}

/*-- pager --*/
.pager{
	display: flex;
	justify-content: space-between;
	align-items: center;
  gap: 50px;
	max-width: 800px !important;
  position: relative;
  width: 90%;
  margin: 50px auto 0;
}
.pager a{
	background: var(--base);
  color: var(--wh);
	display: grid;
  align-items: center;
  justify-content: center;
 width: 160px;
 padding: 10px 0;
 border-radius: 3px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
.pager a:last-of-type{
	border-right: none;
}
.pager .pagerPrev::before,
.pager .pagerNext::after{
	content: '';
	display: inline-block;
	 width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3.5px);
}
.pager .pagerPrev::before{
	border-bottom: 2px var(--wh) solid;
  border-left: 2px var(--wh) solid;
	left: 15%;
}
.pager .pagerNext::after{
	border-top: 2px var(--wh) solid;
  border-right: 2px var(--wh) solid;
	right: 15%;
}



/*
　ボックス、リスト
========================================== */
.txtImgBox{
  margin-top: 60px;
}
.bdBox{
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid var(--Lgray);
  width: 100%;
  padding: 50px 4% 60px;
}
.bdBox::before{
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--Lyellow);
  transform: translate(20px, 20px);
  z-index: -1;
}


/*-- list --*/
.basicList li{
	border-bottom: 1px solid #ccc;
	padding: 15px 40px;
}
.basicList li li{
	border-bottom:none;
		padding: 5px 20px;
}

.discList{
	padding:0 0 0 18px;
}
.discList li{
	list-style:disc outside;
	padding:0 0 5px 0;
}

.checkList li{
  position: relative;
 padding: 0 0 0 2em;
 margin-bottom: 8px;
 font-size: 2rem;
 line-height: 1.8;
}
.checkList li::before{
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: var(--Lyellow);
  border: 1px solid var(--gray);
}
.checkList li::after{
  position: absolute;
  top: -0.1em;
  left: 0.5em;
  content: "";
  display: block;
  width: 0.4em;
  height: 1.2em;
  border: solid var(--gray);
  border-width: 0 2px 2px 0;
  transform: rotate(30deg);
}

.icList li{
	margin-bottom: 0.5em;
	padding-left: 0.75em;
	position: relative;
}
.icList li::before{
	content: '-';
	color: var(--blue);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.flowList{
  margin: 40px auto 0;
  gap: 40px min(5.4vw,60px);
}
.flowList li{
  position: relative;  
}
.flowList li figure{
  position: relative;
}
.flowList li + li figure::before{
  position: absolute;
  top: 50%;
  left: min(-5.0vw, -55px);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: solid var(--gray);
  border-width: 6px 6px 0 0;
  transform: translateY(-50%) rotate(45deg);
}
.flowList li .num{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
}
/**/

/* =======================================
	header
========================================== */
header {
  position: relative;
	width: 100%;
  margin: 0 auto;
	z-index: 100;
  transition: top 0.6s;
}
header.fixed {
	position:fixed;
	top:0;
  right: 0;
  left: 0;
  transition: top 0.6s;
  background-color: rgba(255, 255, 255,.9);
}
#headerInner{
  max-width: 1200px !important;
  width: 96%;
  margin: 0 auto;
	padding: 44px 0 0;
}
header .headerTopTxt{
  position: absolute;
  top: 0.857em;
  left: 0;
  margin: 0 0 0 min(3.57vw,50px);
  font-size: min(1.4vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: normal;
  color: var(--gray);
}
header #logo{
 width: 202px;
 font-size: 0;
}
header #logo a{
  display: block;
}
header #logo a img{
  width: 100%;
  height: auto;
}

/*.headerContact*/
.headerContact{/*
  position: absolute;
  top: 0;
  right: 0;
  left: 0;*/
  background-color: var(--bk);
}
.headerContact .tel a{
  display: flex;
  align-items: center;
  font-size: min(2.67vw,1.8rem);
  color: var(--wh);
  line-height: 1em;
  white-space: nowrap;
}
.headerContact .tel a::before{
  content: "";
  display: block;
  margin-right: 7px;
  width: 23px;
  aspect-ratio: 1/1;
  background: url(../images/head_ic_tel.svg) no-repeat center center / 100% auto;
}
.headerContact .tel .time{
  font-size: min(1.67vw,1.3rem);
  font-weight: 400;
  color: var(--wh);
  line-height: 1em;
}

.headerContact .contact a{
  background-color: var(--gold);
  padding: 12px 16px;
  font-size: min(3.7vw,1.6rem);
  font-weight: 700;
  color: var(--wh);
  line-height: 1;
}
a:has(.icEmail){
  display: grid;
  align-items: center;
}
a:has(.icEmail) span.icEmail::before{
  content: "";
  display: inline-block;
  transform: translateY(0.1em);
  margin-right: 0.375em;
  width: 18px;
  aspect-ratio: 26/20;
  background: url(../images/head_ic_mail.svg) no-repeat center center / 100% auto;
	background-color: var(--gold);
  border: 1px solid var(--gold);
}

.headerContact .contact a:hover{
	background-color: var(--Lgray);
	color: var(--gray2);
}



/* =======================================
	footer/#fixedBtn
========================================== */
/***/
#fixedBtn{
 position: fixed;
 right: 0;
 top: 80%;
 width: min(60vw,265px);
 z-index: 10;
 
  opacity: 0;
  transition: opacity 0.3s ease;
}
#fixedBtn a{
 display: block;
 font-size: 0;
 
  pointer-events: none;
}

#fixedBtn.is-active {
  opacity: 1;
}
#fixedBtn.is-active a{
  pointer-events: auto;
}

/* =======================================
	footer/#footContact
========================================== */
#footContact {
  position: relative;
 padding: 58px 0 82px;
 background: url(../images/footcontact_bg.jpg) no-repeat center top / cover;
}
#footContact h2{
  margin-bottom: 0.78em;
  font-size: min(15vw,6.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  color: var(--wh);
  text-align: center;
}
#footContact h2 .bgGold{
  display: inline-block;
  padding: 0 0.5em;
  font-size: min(4vw,1.8rem);
  line-height: 1.94em;
  text-align: center;
}
#footContact h2 span:not(.bgGold){
  display: block;
}
.footContactLead{
  text-align: center;
}
.footContactLead p{
  position: relative;
  display: inline-block;
  font-size: min(3.6vw,2.9rem);
  line-height: 1.38;
  color: var(--wh);
}
.footContactLead p::after{
  position: absolute;
  bottom: min(2vw,20px);
  left: calc(100% + min(1vw,10px));
  content: "";
  width: min(7em,161px);
  aspect-ratio: 1/1;
  display: block;
  background: url(../images/footcontact_baloon.png) no-repeat center center / 100%;
  
}
#footContactBtns{
  margin-top: 4.5rem;
}
.footContactBtn{
	width: min(100%, 336px);
	padding: 22px 0;
}

#btnTel.footContactBtn .tel{
  font-size: 1.9rem;
  text-align: center;
  white-space: nowrap;
  color: var(--wh);
}
#btnTel.footContactBtn .tel a{
    display: flex;
    align-items: center;
  font-size: 4rem;
	font-weight: 700;
  line-height: 1em;
  color: var(--wh);
}
#btnTel.footContactBtn .tel a::before {
    content: "";
    display: block;
    margin-right: 16px;
    width: 52px;
    aspect-ratio: 1 / 1;
    background: url(../images/head_ic_tel.svg) no-repeat center center / 100% auto;
}
#btnTel.footContactBtn .time{
  display: block;
  padding-left: 52px;
	font-size: 1.8rem;
  font-weight: 500;
}
#btnContact.footContactBtn p{
  text-align: center;
}
#btnContact.footContactBtn .btn{
  width: 100%;
}
#btnContact.footContactBtn .btn:before{
  z-index: -1;
}
#footContact .btnContact a:hover{
 opacity: .7;
}

#footContact .note{
  margin: 3em auto;
  font-size: min(3.7vw,1.6rem);
  color: #ADADAD;
  text-align: center;
}
.footAreaWrap{
  background-color: #363D45;
  padding: 41px 5% 55px;
}
.footAreaLeft {
  width: min(100%, 760px);
}
.footAreaRight {
  margin-top: 4rem;
}
.footAreaWrap h3{
  margin-bottom: 1em;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1em;
  color: var(--wh);
}
.footAreaWrap dt{
  font-size: min(3.7vw,1.6rem);
  font-weight: 500;
  color: var(--wh);
}
.footAreaWrap dd + dt{
  margin-top: 1em;
}
.footAreaWrap dd{
  font-size: 1.4rem;
  font-weight: 500;
  color: #adadad;
}
.footAreaWrap figure{
  margin-bottom: 2.8rem;
}
.footAreaTxts{
  padding: 0 8.3%;
}
.footAreaTxts h4{
  margin-bottom: 0.61em;
  padding-bottom: 0.78em;
  border-bottom: 1px solid var(--wh);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--wh);
  line-height: normal;
  text-align: center;
}
.footAreaTxts p{
  font-size: 1.4rem;
  line-height: 1.71em;
  color: var(--wh);
}
.footAreaTxts .btnWrap{
  margin-top: 15px;
}
.footAreaTxts .btn{
  background-color: #C6C6C6;
  border-color: #C6C6C6;
  height: 5.2rem;
  color: var(--bk);
  font-size: 1.8rem;
}
.footAreaTxts .btn::after{
  background-color: #8B8B8B;
}
.footAreaTxts .btn.arrow::before{  
  background-color: #8B8B8B;
}
.footAreaTxts .btn.arrow:hover::after{ 
  background-color: #8B8B8B;
}

.footAreaList {

}



/* =======================================
	footer/#footBottom
========================================== */
footer{
 padding: 86px 0 0;
}

#footBottom{
 position: relative;
 background-color: var(--bk);
 padding: 43px 0 20px;
}
#footerLogo a{
  display: block;
  width: 202px;
  margin-bottom: 13px;
}
#footBottom .inner1200 > .pcFlex{
  padding-top: 37px;
}
#footBottom .address{
  font-size: 1.4rem;
  line-height: 1.57em;
  color: var(--wh);
}
#footBottom .address a{
  white-space: nowrap;
  color: #ffffff;
}

#footBottomCopy{
  margin-top: 63px;
  padding-top: 17px;
  border-top: 1px solid #302F2F;
  text-align: right;
}
footer .copy{
  font-size: 1.3rem;
  color: #C5C4C4;
  font-weight: 400;
}


#pageTop{
	position: fixed;
 right: 7.1vw;
 bottom: 100px;
	z-index: 10;
}
#pageTop a{
  display: grid;
  place-content: center;
  color: var(--LLblue);
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
 text-shadow: 0 0 2px var(--blue);
}
#pageTop a::before{
 content: "";
 display: block;
 background: url("../images/ic_pagetop.svg") no-repeat left top/100% auto;
 border: 1px var(--blue) solid;
 border-radius: 50%;
 width: 53px;
 height: 53px;
 margin: 0 auto 13px;
}

/* =======================================
	 common
========================================== */
/*		main
-----------------------------*/
main{
  /*margin-top: 123px;*/
}

/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
max-width: 1100px !important;
  width: 96%;
  margin: 20px auto;
}
#breadcrumb ul{
	margin: 0 auto;
 font-size: 0;
 line-height: 1;
}
#breadcrumb li{
	display: inline-block;
 margin-right: 15px;
 font-size: 13px;
 font-weight: 700;
	color: #B3B3B3;
}
#breadcrumb li:last-child{
 margin-right: 0px;
}
#breadcrumb li a{
	color: #787878;
}
#breadcrumb li a::after{
	content: "";
 display: inline-block;
	border-top: 1px var(--base) solid;
	border-right: 1px var(--base) solid;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 color: var(--base);
	margin-left: 15px;
 margin-bottom: 2px;
}

#breadcrumb li>span:after{
  content: ' | '
}

/*タイトル
========================================== */
/*-- mainTitle --*/
.mainTitle{
  position: relative;
  background-color: #001D29;
	border-top: 2px solid #C9C6BE;
  color: var(--wh);
  display: grid;
  justify-content: center;
  align-items: center;
}
.mainTitle h2{
 position: relative;
 z-index: 1;
 text-align: center;
 line-height: 1.5;
  font-weight: 500;
}
.mainTitle h2 span{
 display: block;
 font-size: 80%;
 margin-bottom: 20px;
}


/*		leadTxt
-----------------------------*/
.leadWrap,
.leadWrap:has(+ section.bgLpink){
    padding: 100px 0;
}
.leadWrap:has(+ section){
    padding: 100px 0 0;
}
.pgs .leadWrap .leadTxt{
	font-weight: 400 !important;
  text-align: center;
}

.indentTxt{
  margin-left: 1em;
  text-indent: -1em;
}

/*-- table --*/
.basicTable {
	background: var(--wh);
	border-top: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable > dt{
	background: var(--gray);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	display: flex;
  flex-wrap: wrap;
	font-weight: 700;
	align-items: center;
}
.basicTable > dd{
	border-bottom: 1px solid var(--gray);
	display: grid;
	align-items: center;
}
.basicTable dd dl dd{
	padding-left: 1em;
}
.basicTable dd dl dd + dt{
	padding-top: 15px;
}
.basicTable a{
	text-decoration: underline;
}
.basicTable a:hover{
 text-decoration: none;
}
.basicTable a.btn{
	display: inline-block;
	padding: 0.75rem 4.5rem 1rem 1.5rem;
	text-decoration: none;
	height: auto;
}

table.basicTable{
	display: table;
  width: 100%;
}
table.basicTable thead{
	width: 100%;
}
table.basicTable thead th{
	background: var(--base);
	border-right: 1px solid var(--wh);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 700;
	text-align: center;
}
table.basicTable thead th span{
	display: block;
	font-size: 88%;
}
table.basicTable tbody th{  
  padding: 15px 2.5%;
  width: 30%;
	background: var(--gray);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 700;
}
table.basicTable.col50 tbody th{
  width: 50%;
}
table.basicTable tbody td{
	border-right: 1px solid var(--gray);
	border-bottom: 1px solid var(--gray);
}
table.basicTable tbody tr:last-of-type th{
	border-bottom: 1px solid var(--gray);
}
table.basicTable th,
table.basicTable td{
	vertical-align: middle;
	padding: 15px 2.5%; 
}
table.basicTable th:last-child,
table.basicTable td:last-child{
	border-right: none;
}


/*		anchorLink
-----------------------------*/
.anchorLink{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.anchorLink li{
  text-align: center;
}
.anchorLink a{
	background: var(--base);
	border: 1px solid var(--base);
	display: grid;
 place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	color: var(--wh);
	text-align: center;
}
.anchorLink a::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
	border-bottom: 1px solid var(--wh);
	border-right: 1px solid var(--wh);
	position: absolute;
  right: 8%;
  top: calc(50% - 6px);
	transform: rotate(45deg);
}
.anchorLink a:hover{
	background: var(--wh);
	color: var(--base);
}
.anchorLink a:hover::after{
	border-bottom: 1px solid var(--base);
	border-right: 1px solid var(--base);
}


/*----*/

.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pageLinks li a{
  position: relative;
  background: var(--Lyellow);
  color: var(--base);
  display: grid;
  place-content: center;
  max-width: 100%;
  height: 100%;
  text-align: center;
}

ul.note li{
	margin-left: 1em;
	text-indent: -1em;
}
ul.note li + li{
	margin-top: 0.5em;
}

/*
　ボックス、リスト
========================================== */
.txtImgBox.pcFlex,
.txtImgBox.flex,
.txtImgBox.flexWrap{
	gap: 20px 4%;
  align-items: center;
}

/*circleImgTxts*/
.circleImgTxts{
}
.circleImgTxts figure{
  display: grid;
  place-content: center;
  width: min(100%,250px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 0 auto 2rem;
  background-color: rgba(172, 172, 172, .2);
  border: 1px solid var(--Lgray);
}
.circleImgTxts:not(.flowList) figure img[src$=".jpg"],
.circleImgTxts:not(.flowList) figure img[src$=".png"]{
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}
.circleImgTxts .txts .em{
  display: block;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

/*flowList*/
.flowList.circleImgTxts figure{
  width: min(19.6vw,230px);
}


/* =======================================
	top
========================================== */


/*		#mv
-----------------------------*/
#mv{
  position: relative;
  padding: 0;
  z-index: 2;
}
#mvSlider{
  inset: 0 0 0 0;
}
#mvTxts {
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.56);
  display: grid;
  place-content: center;
  padding-bottom: 4vw;
}
#mvTxtsInner {
  inset: 50% 0 auto 0;
  transform: translateY(-50%);
}
#mvTxts h2{
  text-align: center;
  color: var(--wh);
  letter-spacing: 0.05em;
   font-size: min(10vw, 4.2rem);
   font-weight: 500;
}
#mvTxts h2 .bgGold {
    display: inline-block;
    border-radius: calc(infinity * 1px);
    padding: 0 1.5em;
    font-size: min(4vw, 1.8rem);
    line-height: 1.94em;
    text-align: center;
}
#mvTxts h2 span:not(.bgGold) {
    display: block;
    text-shadow:0px 0px 8px #000;
}
#laurelList.flex{
  justify-content: center;
  gap: 0 2.1vw;
  color: var(--wh);
}
#laurelList > li{
  width: 42.8%;
  aspect-ratio: 208/140;
  background: url(../images/top_mv_bg_laurel.svg) no-repeat center bottom / 100% auto;
  padding: 17px 50px;
  font-weight: 700;
}
#laurelList > li .ttl{
  font-size: 21.67px;
  font-weight: 700;
  text-align: center;
}
#laurelList > li p{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 57.79px;
  font-weight: 700;
  line-height: 1em;
}
#laurelList > li p span{
  font-size: 14.5px;
  line-height: 1em;
}
#laurelList > li p span span{
  display: block;
  font-size: 2.1em;/*30px*/
  line-height: 1em;
  grid-row: 1 / 2;
}
#laurelList > li li{
  margin-left: 1em;
  font-size: 14.5px;
  line-height: 1.38em;
    white-space: nowrap;
}
#laurelList > li li::before{
  content: "\02605";
}



.mvMenu {
  position: absolute;
  inset: auto 0 0 0;
  /*transform: translateY(33.57%);*/
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 1px;
  width: min(90%,1173px);
  background-color: var(--bk2);
  border-top: 2px solid var(--gold);
}
.mvMenu a{
  position: relative;
  flex: 1;
  display: grid;
  align-items: center;
  padding: 2.9% 1.9% 2.9% 2.9%;
  color: #ffffff;
  font-weight: 700;
}
.mvMenu a > span{
  position: relative;
  padding-right: 1.5em;
  font-size: min(1.86vw, 22.3px);
}
.mvMenu a > span::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 24/6;
  background: url(../images/ic_arrow.svg) no-repeat left center / 75% auto;
	transition: .5s
}
.mvMenu a:hover > span::after{
	background: url(../images/ic_arrow.svg) no-repeat right center / 75% auto;
}
.mvMenu a > span span{
  display: block;
  color: #A6A6A6;
  font-size: 0.84em;/*18.78px*/
  font-weight: 500;
}
.mvMenu a + a::before{
  position: absolute;
  top: 10%;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: var(--gray2);
}



/*		#topClient
-----------------------------*/
#topClient{
  position: relative;
  background: #EFEFEF url(../images/top_client_bg_text.svg) no-repeat left center / auto 100%;
  padding: 117px 0 74px;
  z-index: 1;
}

#topClient .secLead + p{
  margin: 0.61em auto 0;
  width: min(100%, 627px);
  font-size: min(4.1vw,1.8rem);
  line-height: normal;
  color: #3D3D3D;
}

.topClientBoxWrap{
  margin-top: 4.5rem;
}
.topClientBox{
  background-color: var(--wh);
  box-shadow: 4px 4px 4px 0 rgba(99, 82, 18, 0.04);
	padding: 30px 20px 20px 45px;
}
.topClientBox h3{
  margin-bottom: 0.9em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 0.44em;
  font-size: min(4.6vw,2.5rem);
  font-weight: 700;
  line-height: 1em;
  color: #D2CEC0;
}
.topClientBox h3::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
#topClientHotel.topClientBox h3::before {
  width: min(6vw,36.5px);
  aspect-ratio: 36.5/43;
  background-image: url(../images/client_ic_hotel.svg);
}
#topClientShop.topClientBox h3::before {
  width: min(7.4vw,56.93px);
  aspect-ratio: 56.93/35.79;
  background-image: url(../images/client_ic_shop.svg);
}

#topClientOffice.topClientBox h3::before  {
  width: min(8.4vw,50px);
  aspect-ratio: 50/33.75;
  background-image: url(../images/client_ic_ofice.svg);
}

#topClientHospital.topClientBox h3::before  {
  width: min(7vw,42px);
  aspect-ratio: 42/42.16;
  background-image: url(../images/client_ic_hospital.svg);
}
.topClientBox h3 span{
  padding-bottom: 0.2em;
}
.topClientBox li{
  position: relative;
  padding-left: 1em;
  font-size: min(1.8vw,2.2rem);
  font-weight: 600;
}
.topClientBox li + li{
  margin-top: 0.5em;
}
.topClientBox li::before{
  position: absolute;
  top: 1em;
  left: 0;
  content: "\025c6";
  color: var(--gold);
  font-size: 0.5em;
}
.topClientBox li a:focus,
.topClientBox li a:active,
.topClientBox li a:hover{
  text-decoration: underline;
}

#topClient .note{
  margin-top: 5.3rem;
  font-size: min(3.8vw,1.6rem);
}
#topClient .btnWrap{
  margin-top: min(2.1vw,2.5rem);
  font-size: 1.6rem;
}

/*		#topSurvey
-----------------------------*/
#topSurvey{
  padding: 66px 0 82px;
}
#top #topSurvey .h2Tit{
  margin-bottom: 5px;
  color: var(--wh);
  font-weight: 400;
}
.surveyRating {

}
.surveyRating .rating {
  margin-right: 4px;
  font-size: 2.4rem;
  color: var(--wh);
}
.surveyRating .stars {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: var(--wh);
  white-space: nowrap;
}
.surveyRating .stars::before {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--rate) / 5 * 100%);/*htmlのstyleでrateを定義*/
  overflow: hidden;
  color: var(--gold);
}
.surveyRating .date {
  margin-left: 16px;
  font-size: 1.4rem;
  color: #B2B2B2;
}
#topSurvey .secTiWithLink .icArrow{
  color: var(--wh);  
}
#topSurvey .secTiWithLink .icArrow::after{
	background: url("../images/ic_arrow.svg") no-repeat left top / 75% auto; 
}
#topSurvey .secTiWithLink a:hover .icArrow::after{
		background: url("../images/ic_arrow.svg") no-repeat right top / 75% auto; 
}

.topSurveySliderWrap{
  margin-top: 48px;
}
.topSurveySlider{
  margin: 0 -8px;
}
.topSurveySlider li{
  padding: 0 8px;
}
.topSurveySlider li .topSurveyBox{
  padding: 20px 0;
  background-color: #E8E8E8;
}
.topSurveySlider li .topSurveyBox > div{
  margin-bottom: 0.4em;
  color: var(--bk);
  font-size: min(2.6vw,1.6rem);
  text-align: center;
  font-weight: bold;
}
.topSurveySlider li figure{
  padding: 0 16%;
  width: 100%;
  height: (11.5vw,138px);
}
.topSurveySlider li figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.topSurveySlider li figcaption{
  margin-top: 0.4em;
  font-size: min(2.24vw,1.4rem);
  text-align: center;
}
.topSurveySlider .slick-prev,
.topSurveySlider .slick-next,
.topSurveySlider .slick-prev:before,
.topSurveySlider .slick-next:before {
  width: 78px;
  height: auto;
  aspect-ratio: 1/1;
}
.topSurveySlider .slick-prev{
  top: 50%;
  right: auto;
  left: 17.9vw;
  transform: translate(-50%, -50%);
}
.topSurveySlider .slick-next{
  top: 50%;
  right: 17.9vw;
  transform: translate(50%, -50%);
}
.topSurveySlider .slick-prev:before {
    background: url(../images/ic_arrow_left.svg) no-repeat left top / 100% auto;
}
.topSurveySlider .slick-next:before {
    background: url(../images/ic_arrow_right.svg) no-repeat left top / 100% auto;
}


/*		#topCase
-----------------------------*/
#topCase {
  padding: 33px 0 64px;
}
#topCase .secTiWithLink{
  margin-bottom: 40px;
  border-bottom: 1px solid #C9C6BE;
}

#topCaseBoxSlider{
  margin: 0 -10px;
}
#topCaseBoxSlider .caseBox{
  padding: 0 10px;
}
#topCaseBoxSlider.slick-dotted.slick-slider{
  padding-bottom: 50px;
}
#topCaseBoxSlider .slick-dots{
  left: 0;
  right: 0;
  text-align: center;
}
#topCaseBoxSlider .slick-dots li,
#topCaseBoxSlider .slick-dots li button,
#topCaseBoxSlider .slick-dots li button:before{
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
#topCaseBoxSlider .slick-dots li button:before{  
    background: var(--wh);
    border: 1px solid #D8D6CE;
}
#topCaseBoxSlider .slick-dots li.slick-active button:before{  
    background: var(--gold);
    border: 1px solid var(--gold);
}
#topCase .caseBox a > figure{
	height: 220px
}

.caseBox a{
  position: relative;
	 border: 1px solid #E9E9E9;
	display: flex;
	flex-direction: column;
}
.caseBox a:hover{
	opacity: .7
}
.caseBox.singleBlock a{
  text-decoration: underline;
  border: none;
  display: inline;
}
#caseList .caseBox a{
  display: block;
  border: 1px solid #E9E9E9;
  height: 100%;
}
.caseBox .caseInfoFacility {
  position: absolute;
  inset: 12px 10px auto auto;
  display: flex;
  justify-content: flex-end;
  gap: 2px 5px;
  flex-wrap: wrap;
}
.caseBox .caseInfoFacility .cat {
  background-color: var(--gold);
  padding: 0.35em 0.5em 0.3em;
  color: var(--wh);
  line-height: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.caseBox .caseInfoFacility  .date{
	 line-height: 1em;
	padding: 0.35em 0.5em 0.3em;
}
#caseList .caseBox figure {
  width: 100%;
  aspect-ratio: 322/224;
	overflow: hidden;
}
.caseBox figure img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
}
.caseBox .caseInfoDate {
  margin-top: 15px;
  padding: 0 7px;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--gray2);
}
.caseBox h3{
  font-size: 1.6rem;
  line-height: 1.5em;
}
#caseList .caseBox h3,
#topCase .caseBox h3{
  padding: 8px 7px;
}
.caseBox .caseInfo {
  display: flex;
  justify-content: space-between;
  gap: 0 0.5em;
  border-top: 1px solid #E9E9E9;
  padding: 10px 7px 8px;
	 flex-wrap: wrap;
}
.caseBox .caseInfo .cat_type {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--gold);
}
.caseBox .caseInfo .place {
  font-size: 1.3rem;
  color: #A39974;
}

/*		#topService
-----------------------------*/
#topService{
  padding: 83px 0 30px;
}
#top #topService .h2Tit{
  color: var(--wh);
  font-weight: 400;
  font-size: min(8vw,4rem);
}
#topServiceInner.flex{
  flex-wrap: wrap;
  gap: min(3.3vw, 40px) min(4.1vw, 49px);
}
#topServiceInner.flex > *{
  width: calc((100% - min(4.1vw, 49px) * 2)/3);
}

a.topServiceBox:hover,
a.topServiceBox:focus,
a.topServiceBox:active {
  opacity: 1;
}
.topServiceBox figure{
  position: relative;
  margin-bottom: 17px;
  z-index: 1;
}
.topServiceBox figure img{
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.topServiceBox:hover img,
.topServiceBox:focus img,
.topServiceBox:active img {
  transform: scale(1.05);
}
.topServiceBox figcaption{
  position: absolute;
  inset: 0;
  margin: 0 auto;
  padding: 23px 7.5% 0;
  width: 100%;
  color: var(--wh);
  font-size: min(2vw,2.4rem);
  font-weight: 700;
  z-index: 3;
}
.topServiceBox figure::before{
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  transition: background-color 0.3s ease;
  z-index: 2;
}
.topServiceBox:hover figure::before,
.topServiceBox:focus figure::before,
.topServiceBox:active figure::before{
  background-color: rgba(0, 0, 0, 0);
}
.topServiceBox figcaption span{
  display: block;
  font-size: min(1.3vw,1.6rem);
  line-height: 1.5625em;
}
.topServiceBox div p{
  line-height: 1.5em;
  font-size: min(1.3vw,1.6rem);
  color: var(--wh);

  /*両端ぞろえ*/  
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

/*		#topReason
-----------------------------*/
#topReason{
  padding: 104px 0 74px;
  background: url(../images/top_reason_bg.jpg) no-repeat center center / cover;
}
#top #topReason .h2Tit{
  color: var(--wh);
  font-weight: 400;
}
#topReasonList{
  margin-top: 54px;
  gap: min(1.6vw,20px);
}
#topReasonList li{
  width: calc((100% - min(1.6vw,20px)*3)/4);
  padding: 5px 17px 15px;
  background: linear-gradient(
  to bottom,
  rgba(0, 19, 27, 0)   0%,
  rgba(0, 19, 27, 0.7) 15%,
  rgba(0, 19, 27, 1)   54%,
  rgba(0, 19, 27, 0.7) 85%,
  rgba(0, 19, 27, 0)   100%
);

  color: var(--wh);
  text-align: center;
}
#topReasonList li span{
  font-size: 2.653rem;
  font-style: italic;
  font-weight: 700;
}
#topReasonList li span .num{
  margin-left: 0.1em;
  font-size: 3.73rem;
  font-weight: 400;
}
#topReasonList li p{
  line-height: 1.45em;
  font-size: min(1.3vw,1.6rem);
}
#topReason .btnWrap{
  margin-top: 72px;
}

/*		#topCompany
-----------------------------*/
#topCompany{
  background-color: var(--Lgray);
  padding: 34px 0 67px;
}
#topCompany .inner1200{
  padding: 68px 0 0;
  background: url(../images/top_company_bg_text.svg) no-repeat left 34px / 721px 131px ;
}
#topCompany .secLead + p{
  margin: 0.61em auto 0;
}
#topCompanyList li a{
  position: relative;
  display: flex;
  gap: 0 17px;
  border-bottom: 1px solid var(--gold);
  padding: 32px 11px 32px 14px;
  font-size: min(2.1vw,2.5rem);
  font-weight: 400;
  color: #201A01;
  line-height: 1;
  white-space: nowrap;
}
#topCompanyList li:first-child a{
  border-top: 1px solid var(--gold);
}
#topCompanyList li a::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 44.94px;
    height: 42.47px;
}
#topCompanyList li a:has(.icCompany)::before {
    background-image: url(../images/ic_company.svg);
    background-size: auto 100%;
}
#topCompanyList li a:has(.icEsg)::before {
    background-image: url(../images/ic_esg.svg);
    background-size: 100% auto;
}
#topCompanyList li a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    content: "";
    display: block;
    width: 1.5em;
    aspect-ratio: 24 / 6;
    background: url(../images/ic_arrow_gold.svg) no-repeat left center / 75% auto;
	transition: .5s;
}
#topCompanyList li a:hover::after{
	background: url(../images/ic_arrow_gold.svg) no-repeat right center / 75% auto;
}
#topCompanyList li a span{
  display: grid;
  align-items: center;
}

/*		#topNews
-----------------------------*/
#topNews{
  padding: 68px 0 62px;
}
#topNews .secTiWithLink {
    margin-bottom: 40px;
    border-bottom: 1px solid #C9C6BE;
}
.topNewsTabArea .tabBtn{
  margin-bottom: 40px;
  gap: 10px 1.7%;
	flex-wrap: wrap
}
.topNewsTabArea .tabBtn li a{
  display: grid;
  place-content: center;
  border: 1px solid var(--gold);
  background-color: var(--wh);
  padding: 12px;
  color: var(--gold);
  line-height: 1em;
}
.topNewsTabArea .tabBtn li a:hover{
	background-color: var(--Lgray);
}
.topNewsTabArea .tabBtn li.active a{
  background-color: var(--gold);
  color: var(--wh);
}

.topNewsList{
  margin: 0 -5.5px;
}
.topNewsList li{
  padding: 0 5.5px;
  font-size: 12.13px;
}
.topNewsList li a{
}
.topNewsList li figure {
  border: 1px solid #E1E1E1;
	width: 100%;
  height: 180px;
  aspect-ratio: 300 / 225;
  background: #ececec;
  text-align: center;
}
.topNewsList li figure img{
	width: auto;
	height: 100%;
	object-fit: contain;
  margin: auto;
}
.topNewsList li .topNewsTxt{
  border: solid #E1E1E1;
  border-width: 0 1px 1px 1px;
  padding: 15px 5.4% 20px;
}
.topNewsList li .topNewsInfo{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 6px 4px;
  margin-bottom: 10px;
}
.topNewsList li .date{
  margin-right: 7px;
  color: #595959;
  font-weight: 500;
}
.topNewsList li .cat{
  background-color: #D2CEC0;
  padding: 1px 2px;
  text-align: center;
  font-size: 10.61px;
  font-weight: 500;
}
.topNewsList li .topNewsTxt p{
  font-size: 12.13px;
}

/* =======================================
   #company
========================================== */
#company #companyMessage figcaption{
	text-align: center;
}
#company #companyMessage figcaption span{
	display: inline-block;
	padding-left: 0.75em;
}
	
#companyProfile .basicTable a.btn{
	margin-top: 5px;
}

/* =======================================
   #esg
========================================== */
#esgLead{
	padding-bottom: 0;
}
#esgLead div.pcFlex dl dt{
	color: var(--gold);
	border-bottom: 1px solid #C9C6BE;
}
#esgLead figure img{
	margin-left: auto;
	margin-right: auto;
}
#esgLead .h4Tit{
	border-bottom: 1px dotted var(--Lgold);
	line-height: 2.8;
}

.esgBox{
	border-width: 1px;
	border-style: solid;
}
.esgBox h3 .en{
	display: block;
}
.esgBox ul.flex{
	gap: 0 7px;
}
.esgBox .h4Tit{
	border-bottom: 1px solid #C9C6BE;
	padding-bottom: 5px;
}
#esgEnvironment .esgBox{
	border-color: #486532;
}
#esgSocial .esgBox{
	border-color: #455a60;
}
#esgGovernance .esgBox{
	border-color: #685616;
}
#esgEnvironment h3{
	color: #486532;
}
#esgSocial h3{
	color: #455a60;
}
#esgSocial h3 .en{
}
#esgGovernance h3{
	color: #685616;
}
#esgGovernance h3 .en{
	
}

/* =======================================
   #reason
========================================== */
#reasonLead .h3Tit span{
	border-bottom: 1px dotted #C9C6BE;
	display: inline-block;
	line-height: 1.5;
}
#reasonLead .leadTxt{
	text-align: left;
}
.reasonList p{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-align: center;
}
.reasonList p:first-child{
	line-height: 1.3;
}
.reasonList .txtLine{
	color: var(--gold);
	display: block;
}
.reasonList .rsBtn a{
	background: var(--gold);
	border-radius: calc(infinity * 1px);
	display: grid;
	align-items: center;
	justify-content: center;
	color: var(--wh);
	position: relative;
}
.reasonList .rsBtn a::after{
	content: "";
	background: url("../images/ic_arrow.svg") no-repeat center center / 100% auto;
	display: inline-block;
	width: 25px;
	height: 13px;
	position: absolute;
	left: calc(50% - 13px);
}
.reasonList .rsBtn a:hover{
	opacity: .7;
}

#reason .reasonBox h3{
	display: flex;
	font-weight: 400;
}
#reason .reasonBox h3 .num{
	border: 1px solid var(--base);
	display: grid;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
#reason .reasonBox .h5Tit{
	background: var(--gold);
	color: var(--wh);
	display: inline-block;
	margin: 0 auto;
	padding: 5px 1em;
	text-align: center;
	width: 100%;
}
#reason .reasonBox .box01 .h6Tit,
#reason01 .inner1000 > div:nth-of-type(2) .txts .h6Tit{
	margin-bottom: 8px;
}
#reason .reasonBox .h6Tit span{
	display: block;
	font-size: 0.8em;
}
#reason .reasonBox .txtImgBox{
	margin-top: 0;
}
#reason .reasonBox .box02 .txtImgBox:not(:first-of-type){
	margin-top: 30px;
}

#reason .technologyUpdate{
	color: var(--wh);
}
#reason .technologyUpdate .h4Tit{
	font-weight: 400;
}
#reason .technologyUpdate h5{
	border-bottom: 1px dotted var(--gold);
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#reason .technologyUpdate ul li{
	background: var(--wh);
	border: 1px solid var(--gold);
	border-radius: calc(infinity * 1px);
	color: var(--bk2);
	font-weight: 700;
	display: grid;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

#reason02 dl dt span{
	display: inline-block;
	font-weight: 700;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}
#reason02 dl dt span::before,
#reason02 dl dt span::after{
	content: "";
	background: var(--gold);
	display: inline-block;
	width: 1px;
	position: absolute;
	bottom: 5px;
}
#reason02 dl dt span::before{
	transform: rotate(-45deg);
	left: -0.5em;
}
#reason02 dl dt span::after{
	transform: rotate(45deg);
	right: -0.5em;
}
#reason02 dl dd figure img{
	object-fit: cover;
}
#reason02 dl dd ul li{
	border: 1px solid var(--gold);
	color: var(--gold);
	display: grid;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	position: relative;
	text-align: center;
}
#reason02 dl dd ul li:not(:last-child)::after{
	content: "";
	background: var(--bk2);
	display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
}

#reason03 ul li{
	border: 1px solid var(--gold);
	text-align: center;
}
#reason03 ul li p{
	color: var(--gold);
	font-weight: 700;
	margin-bottom: 0.5em;
}

#reason04 dl dt{
	background: var(--gold);
	color: var(--wh);
	font-weight: 700;
	position: relative;
	text-align: center;
}
#reason04 dl dt::after{
	content: "";
	background: var(--gold);
	display: inline-block;
	position: absolute;
}
#reason04 dl dd ul{
	align-items: center;
	gap: 3%;
}
#reason04 dl dd ul li{
	color: var(--gold);
	font-weight: 700;
	text-align: center;
}
#reason04 dl dd ul li:nth-child(2){
	position: relative;
}
#reason04 dl dd ul li:nth-child(2)::before,
#reason04 dl dd ul li:nth-child(2)::after{
	content: "";
	background: var(--gold);
	display: inline-block;
	position: absolute;
}
#reason04 dl dd ul li:nth-child(2)::before{
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -10px;
}
#reason04 dl dd ul li:nth-child(2)::after{
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#reason04 dl dd ul li figure img{
	margin: 10px auto 0;
}

#sampleConstruction h3 .baloon{
	border: 1px solid var(--wh);
	display: block;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	padding: 0.5em 2em;
	text-align: center;
}
#sampleConstruction p{
	text-align: center;
}
#sampleConstruction ul li{
	background: var(--wh);
	border: 2px solid var(--gold);
	border-radius: calc(infinity * 1px);
	color: var(--bk2);
	font-weight: 700;
	display: grid;
	align-items: center;
	justify-content: center;
	position: relative;
}
#sampleConstruction ul li::before,
#sampleConstruction ul li::after{
	content: "";
	display: inline-block;
	position: absolute;
}
#sampleConstruction ul li:not(:first-child)::after{
	background: var(--gold);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#sampleConstruction ul li p{
	line-height: 1.3;
}
#sampleConstruction ul li p span{
	color: var(--gold);
	font-size: 80%;
	display: block;
}
#sampleConstruction ul li:nth-child(2) figure{
	border-radius: 3px;
	margin: 0 auto;
	overflow: hidden;
	width: min(50vw,220px);
}

/* =======================================
   #service
========================================== */
#serviceList h3{
  color: var(--wh);
}
#serviceList h4{
  margin-bottom: 0.5em;
  font-size: min(4.4vw, 2.2rem);
  line-height: 1.4em;
  text-align: center;
  color: var(--wh);
}
.serviceBoxWrap:has(> h4){
  margin-top: 100px;
}
#serviceList .serviceBoxWrap > h4{
  /*margin: 40px auto 30px;*/
  padding: 40px 0 30px;
}

#serviceList h5{
  margin-bottom: 0.5em;
  font-size: min(3.6vw, 1.8rem);
  text-align: center;
  color: var(--wh);
}

.serviceBox:has(h4),
.serviceBoxWrap:has(> h4){
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}
.serviceBox dl{
  margin-top: 20px;
}
.serviceBox dt{
  margin-bottom: 1em;
  font-size: min(3.6vw, 1.8rem);
  color: var(--wh);
  text-align: center;
}
.serviceBox .problem{
  width: 90%;
  margin: 0 auto;
}
.serviceBox .problem li{
  position: relative;
  padding-left: 20px;
  font-size: min(2.8vw, 1.4rem);
  line-height: 1.4;
  color: var(--wh);
}
.serviceBox .problem li + li{
  margin-top: 5px;
}
.serviceBox .problem li::before{
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 12px;
  height: 6px;
  border-left: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  transform: rotate(-45deg);
  display: inline-block;
}
.serviceBox .solution{
  position: relative;
  padding-top: 10px;
}
.serviceBox .solution::before {
  position: relative;
  content: "";
  margin: 0 auto;
  display: block;
  width: 2px;
  height: 60px;
  background: var(--gold);
  transform: translateX(-50%);
}
.serviceBox .solution::after {
  content: "";
  position: absolute;
  top: 52px;
  left: calc(50% - 4px);
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg) translateX(-50%);
  display: inline-block;
}
.serviceBox .solution p{
  color: var(--wh);
}
.serviceBox .solution p:first-child{
  margin-top: 10px;
}
h3.arrowBalloon{
  position: relative;
  border-bottom: 1px solid #C9C6BE;
}
h3.arrowBalloon::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border-right: 1px solid #C9C6BE;
    border-bottom: 1px solid #C9C6BE;
    transform: rotate(45deg) translateX(-50%);
    display: inline-block;
}
section.bgLGray h3.arrowBalloon::before{
	background-color: var(--Lgray);
}

#compatible div.pcFlex dl dt{
	background: var(--bk2);
	color: #D2CEC0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
}
#compatible div.pcFlex dl dd ul li{
	margin-bottom: 5px;
	position: relative;
  padding-left: 1em;
  font-weight: 600;
}
#compatible div.pcFlex dl dd ul li::before{
	position: absolute;
  top: 1em;
  left: 0;
  content: "\025c6";
  color: var(--gold);
  font-size: 0.5em;
}
#serviceSupport ul{
	gap: 20px;
}
#serviceSupport ul li{
	text-align: center;
}
#serviceSupport ul li figcaption{
	margin-top: 0.25em;
}

.linkFaq > div{
	background: var(--gold);
	border: 1px solid var(--gold);
	text-align: center;
}
.linkFaq a{
	display: block;
}
.linkFaq a::hover{
	opacity: .7;
}
.linkFaq .h3Tit .border::after{
	background-color: var(--wh);
	margin: 0.71em auto 0;
}
.linkFaq a{
	position: relative;
}
.linkFaq a::after{
	content: "";
	position: absolute;
  transform: translateY(-50%);
	display: block;
  border-radius: calc(infinity * 1px);
  aspect-ratio: 1 / 1;
  background: var(--Lgold) url(../images/ic_arrow.svg) no-repeat center center / 16px 4px;
}
.linkFaq p{
	line-height: 2;
}

/* =======================================
   #service /carpet/chair/tile
========================================== */
section.bgBk *{
	color: var(--wh);
}
.pointBox .h5Tit,
.pointBox p{
	color: var(--base);
}

#serviceDetailLead .leadImg p{
	margin-top: 0;
	position: relative;
}
#serviceDetailLead .leadImg p img{
	object-fit: cover;
}
#serviceDetailLead .leadImg p span{
	background: rgba(0,0,0,.7);
	color: var(--wh);
	display: inline-block;
	position: absolute;
	top: 0;
}
#serviceDetailLead .leadImg p:nth-of-type(1) span{
	left: 0;
}
#serviceDetailLead .leadImg p:nth-of-type(2) span{
	right: 0;
	text-align: right;
}
#serviceDetailLead .leadTxt{
	border-left: 1px solid var(--gold);
	border-right: 1px solid var(--gold);
	border-bottom: 1px solid var(--gold);
	color: var(--gold);
	margin-bottom: 0;
	padding: 10px;
	position: relative;
	z-index: 5;
	width: 100%;
}
#serviceDetailLead .leadTxt span{
	display: block;
	margin-bottom: 5px;
}

#serviceDetail .box01{
	margin-top: 30px;
}
#serviceDetail .box02,
#serviceDetail .box03{
	margin-top: 50px;
}
#serviceDetail .h4Tit{
	color: var(--gold);
}
#serviceDetail .h4Tit .txtLine{
	color: var(--gold);
	font-size: 70%;
	display: block;
}
#serviceDetail .h5Tit{
	color: var(--gold);
	margin-bottom: 15px;
}
#serviceDetail .responseStatus{
	border: 1px solid var(--wh);
	margin-top: 20px;
}
#serviceDetail .responseStatus li{
	width: 25%;
}
#serviceDetail .responseStatus li span{
	display: grid;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#serviceDetail .responseStatus li span:nth-child(1){
	background: var(--wh);
	border-left: 1px solid var(--bk);
	color: var(--base);
}
#serviceDetail .box02 .responseStatus li span:nth-child(1){
	font-size: min(1.3vw,1.4rem);
}
#serviceDetail .responseStatus li span:nth-child(2){
	border-right: 1px solid var(--wh);
	padding: 10px 5px;
}
#serviceDetail .box01 .responseStatus li:nth-child(4) span:nth-child(2){
	border-bottom: 1px solid var(--wh);
}
#serviceDetail .responseStatus li:first-child span:nth-child(1),
#serviceDetail .responseStatus li:first-child span:nth-child(2){
	border-left: none;
}
#serviceDetail .box02 .responseStatus li:last-child span{
	border-right: none;
}
#serviceDetail .box02 figure{
	margin-bottom: 15px;
}
#serviceDetail .box03{
	border: 1px solid var(--wh);
}

#serviceDetail .pointBox{
	margin-top: 50px;
}
#serviceDetail .pointBox > div.pcFlex{
	border: 2px solid var(--gold);
	justify-content: space-between;
}
#serviceDetail .pointBox .h5Tit{
	background: var(--gold);
  color: var(--wh);
  text-align: center;
  margin-bottom: 0;
  display: grid;
  align-items: center;
}

#serviceClient .h3Tit .border span{
	display: block;
	font-size: 80%;
	color: var(--gold);
	padding-bottom: 5px;
}
#serviceClient div.pcFlex dl{
	box-shadow: 4px 4px 4px 0 rgba(99, 82, 18, 0.04);
}
#serviceClient div.pcFlex dl dt{
	background: var(--bk2);
	color: #D2CEC0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
}
#serviceClient div.pcFlex dl dd ul li{
	margin-bottom: 5px;
	position: relative;
  padding-left: 1em;
  font-weight: 600;
}
#serviceClient div.pcFlex dl dd ul li::before{
	position: absolute;
  top: 1em;
  left: 0;
  content: "\025c6";
  color: var(--gold);
  font-size: 0.5em;
}

#serviceStainsTypes dl{
	border: 1px solid var(--bk);
}
#serviceStainsTypes dl dt{
	background: var(--bk);
	color: var(--wh);
	text-align: center;
}
#serviceStainsTypes dl dd ul li{
	background: var(--Lgray);
	text-align: center;
}
#serviceStainsTypes dl dd ul.flexWrap li{
	margin: 0;
}
#serviceStainsTypes ul.flex{
	margin-top: 20px;
	justify-content: center;
}
#serviceStainsTypes ul.flex li{
	text-align: center;
}
#serviceStainsTypes ul.flex li p{
	background:rgba(255,255,255,.8);
	border-bottom: 1px solid var(--bk2);
	color: var(--bk2);
	margin: 0 auto;
	padding: 5px;
	position: relative;
	z-index: 5;
	width: 80%;
}
#serviceStainsTypes ul.flex li figure{
	margin-top: -10px;
}
#serviceStainsTypes .note{
	margin-left: 1em;
	text-indent: -1em;
}

#serviceEstimate:not(.bgLGray){
	padding-bottom: 0;
}
#serviceEstimate .estimatedPrice{
	background: var(--wh);
	border-right: 1px dotted var(--bk2);
}
#serviceEstimate .estimatedPrice dt{	
	background: var(--bk2);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	display: grid;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-align: center;
}
#serviceEstimate .estimatedPrice dt:last-of-type{
	border-bottom: none;
}
#serviceEstimate .estimatedPrice dd{
	border-bottom: 1px dotted var(--bk2);
}
#serviceEstimate .estimatedPrice dd:first-of-type{
	border-top: 1px dotted var(--bk2);
}

#serviceEstimate .referencePrice > div.pcFlex{
	background: var(--Lgray);
}
#serviceEstimate .referencePrice .h4Tit{
	margin-top: 0;
}
#serviceEstimate .referencePrice dt{
	background: var(--bk2);
	border-radius: calc(infinity * 1px);
	aspect-ratio: 1 / 1;
	color: var(--wh);
	display: flex;
  align-items: center;
  justify-content: center;
	line-height: 1.3;
}
#serviceEstimate .referencePrice dd{
	color: var(--bk2);
}
#serviceEstimate .referencePrice dd .price{
	display: block;
	font-weight: 700;
}

/* =======================================
   #service/chair
========================================== */
#chair #serviceDetail .box01 .designSample .h6Tit{
	border-bottom: 1px dotted var(--wh);
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#chair #serviceDetail .box01 .designSample ul{
	justify-content: center;
	margin: 0 auto;
}
#chair #serviceDetail .box01 .designSample li{
	width: 35%;
	background: var(--wh);
	border-radius: calc(infinity * 1px);
	color: var(--bk);
	aspect-ratio: 1 / 1;
	display: grid;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* =======================================
   #service/tile
========================================== */
#tile #serviceDetail .box01 .workType{
	gap: 0 3%;
	margin: 20px auto 0;
}
#tile #serviceDetail .box01 .workType li{
	background: var(--wh);
	border-radius: calc(infinity * 1px);
	color: var(--bk);
	display: grid;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	padding: 5px;
	aspect-ratio: 1 / 1;
	text-align: center;
	width: calc(91% / 4);
}
#tile #serviceDetail .box01 .workType li .txtS{
	color: var(--bk);
	font-size: 80%;
}
#tile #serviceDetail .pcFlex.box03 .img{
	justify-content: space-between;
}
#tile #serviceDetail .pcFlex.box03 figure{
	width: calc((100% - 2px) / 2);
	text-align: center;
}
#tile #serviceDetail .box04{
	margin-top: 50px;
}
#tile #serviceDetail .pcFlex.box04 figure{
	margin-bottom: 15px;
}
#tile #serviceDetail .pcFlex.box04 dl dt{
	border-bottom: 1px dotted var(--wh);
	margin-bottom: 5px;
}
#tile #serviceDetail .pcFlex.box04 dl dd + dt{
	margin-top: 20px;
}
#tile #serviceEstimate .h4Tit{
	background: var(--bk);
	color: var(--wh);
	padding: 5px 10px;
}
#tile #serviceEstimate .h4Tit + p{
	margin-bottom: 20px;
	text-align: center;
}


/* =======================================
   #case
========================================== */
#caseWrap .sideColumn{
  /*padding: 60px 0;*/
}
#caseWrap .sideColumn ul + h4{
  margin-top: 40px;
}
#caseWrap #caseList.contentsMain{
  /*padding: 60px 0;*/
}

#caseMain.caseBox .caseInfoFacility{
position: relative;
	justify-content:flex-start;
	inset:0;
	margin-bottom: 5px
}

.single-case .freeArea,
.single-case .situationBox,
.single-case .staffCommnt{
	margin-bottom: 3em
}
.single-case .beforeafterArea ul{
	margin-bottom: 2em
}

.beforeafterArea li{
	color: var(--gold);
	font-weight: bold
}

.single-case .h4Tit{
	border-bottom: 1px solid var(--gray);
	padding-bottom: .3em
}

.single-case .caseBox .beforeafterArea figure{
	aspect-ratio:1/1
}

.single-case .infosBox{
	display: flex;
  align-items: flex-start;
	gap: .5em 1em;
	flex-wrap: wrap;
	margin-bottom: 3em
}
.single-case .infosBox dt{
	display: block;
  border-radius: calc(infinity * 1px);
  font-size: 1.6rem;
  line-height: 1.94em;
  text-align: center;
	width: 8em;
	background: var(--gold);
	color: var(--wh)
}
.single-case .infosBox dd{
	width: calc(50% - 10em)
}
.single-case .infosBox dd.line1{
	width: calc(100% - 10em)
}

.single-case .serviceBox .h5Tit{
	border-bottom: 1px solid var(--gray);
	padding-bottom: .2em;
	display: inline-block;
	margin-bottom: .3em
	
}

.single-case .serviceBox .h5Tit + p{
	margin-bottom: 1em
}

.single-case #caseList h4{
	border-bottom: 1px solid var(--gray);
	padding-bottom: .2em;
	margin-bottom: 1em
}


/* =======================================
   #client
========================================== */

#clientWrap{
	gap:30px;
	flex-direction: row-reverse;
}

#clientList .flex{
	flex-wrap: wrap;
}

#clientList h3{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--gold);
	padding-bottom: 10px;
	font-size: 2.2rem;
	gap:10px;
	margin-bottom: 20px
}

		#clientList .flex{
		gap:4% 25px;
	}
	#clientList .flex li{
		width: 48%
	}
#clientList .flex li:before{
	content: '◆';
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: unset;
	color: var(--gold);
	margin-right: 10px
}

.sideColumn li a,
.sideColumn li label {
  color: var(--gold);
  line-height: 1;
  white-space: nowrap;
	border-bottom: 1px solid #E9E9E9;
	padding: 1em 0;
	position: relative;
	display: block
}

.sideColumn li a {
	padding: 1em 12px 1em 0;
}

.sideColumn li a:hover{
	opacity: .7
}

.sideColumn li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 24 / 6;
  background: url(../images/ic_arrow_gold.svg) no-repeat center center / 100% auto;
}

.searchFormBtn .btn {
  margin-top: 40px;
    height: 5.2rem;
    font-size: 1.8rem;
}
.searchFormBtn .btn:hover {
  cursor: pointer;
}


/* =======================================
   #faq
========================================== */

#faqWrap{
	gap:30px;
	flex-direction: row-reverse;
}
#faqList h3{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--gold);
	padding-bottom: 10px;
	font-size: 2.2rem;
	gap:10px;
	margin-bottom: 20px
}



/*-- アコーディオン--*/
#faqList dl dt,
#faqList dl dd{
	display: block;
	position: relative;
}
#faqList dl dt::before,
#faqList dl dt::after{
  position:absolute;
  content:'';
  top:1px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:var(--base);
}
#faqList dl dt::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
#faqList dl dt.active::after{transform:rotate(0deg);}
#faqList dl dt span::before,
#faqList dl dd span::before{
 display: block;
 position: absolute;
 top: 5px;
 left: 5px;
 font-weight: 500;
 line-height: 1;
 padding: 5px;
 text-align: center;
}
#faqList dl dt span{
display: block;
 position: relative;
 font-weight: 500;
}
#faqList dl dt span::before{
	background: var(--gold);
 content: "Q";
 color: var(--wh);
}
#faqList dl dd{
background: var(--wh);
 position: relative;
}
#faqList dl dd span{
	display: block;
}
#faqList dl dd span::before{
	background: var(--base);
 content: "A";
 color: var(--wh);
}
#faqList dl dt:not(:first-of-type){
	margin-top: 20px;
}
#faqList dl dd{
	display: none;
}
/* hover */
#faqList dl dt:hover {
  background-color: #e6e6e6;
}
#faqList dl dd a{
	color: var(--gold);
}
#faqList dl dd a.hover{
	opacity: .7
}




/* =======================================
   news
========================================== */

#news .mainTitle span{
 display: block;
 font-size: 90%;
}
#news .sideColumn h4{
	margin-bottom: 1em;

	
}
#news .sideColumn li{
	margin-bottom: 1em
}
#news .sideColumn .btn{
	font-size: 1.4rem;
	height: auto;
	padding: .5em .8em;
	color: var(--wh)
}
#news .sideColumn li a{
	border-bottom: none;
}

#news .sideColumn li a::after{
	right: .1em;
	 height: 80%;
	width: auto
}
 


/*	一覧
-----------------------------*/
/**/
.newsBox + .newsBox{
  margin-top: 40px;
	border-top: 1px solid #E9E9E9;
	padding-top: 40px
}

.newsInfo{
 display: flex;
 align-items: center;
 gap:10px;
 margin-bottom: 1em;
}
.newsInfo .date{
    width: 6em;
    font-weight: 700;
    color: var(--LLgray);
}
.newsInfo .cat{
    font-size: 1.4rem;
    font-weight: 500;
	display: block;
	border-radius:  calc(infinity * 1px);
	padding: .1em .5em;
	background: var(--gold);
	color: var(--wh)
}

.newsBox a .newsInfo .cat{
	color: var(--wh)
}
.newsBox .flex{
	gap:2%
}

.newsBox .flex figure img{
  width: 100%;
  height: auto;
  margin: auto;
}


.newsBox h3{
  margin-bottom: 10px;
  font-size: 2rem;
}
.newsBox .txts p{
}


/*	詳細　single
-----------------------------*/
#newsDetail h3{
	margin-bottom: 20px;
	text-align: left;
}
#newsDetail .h3Tit::after{
 margin:10px 0 0 0; 
}

#newsDetail figure.mv{
 margin-bottom: 1.6em;
	width: 100%;
	text-align: center;
}

#newsDetail figure.mv img{
	margin: auto
}

.newsDetailCont .txt p{
  margin-bottom: 60px;
  line-height: 1.75em;
}

/* =======================================
   #case & #news single
========================================== */

.singleBlock strong {
  font-weight: bold;
}

.singleBlock em {
  font-style: italic;
}

.singleBlock blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.singleBlock .aligncenter {
  display: block;
  margin: 0 auto;
}

.singleBlock .alignright {
  float: right;
}

.singleBlock .alignleft {
  float: left;
}

.singleBlock img[class*="wp-image-"],
.singleBlock img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.singleBlock .clearfix {
  overflow: hidden;
  zoom: 1;
}

.singleBlock .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.singleBlock table {
  border: 1px solid #ccc;
}

.singleBlock table td,
.singleBlock table th {
  padding: 1em;
  border: 1px solid #ccc;
}

.singleBlock table th {
  background-color: #162b56;
  color: #fff;
}

.singleBlock figure,
.singleBlock p,
.singleBlock ul {
  margin-bottom: 1em;
}

.singleBlock__content:before {
  content: " ";
  display: table;
}

.singleBlock__content:after {
  content: " ";
  display: table;
  clear: both;
}

.singleBlock__content img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.singleBlock__content .wp-caption {
  margin-bottom: 1em;
}

.singleBlock__content h1 {
  font-size: 25px;
}

.singleBlock__content h2 {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 1em;
}

.singleBlock__content h3 {
  font-size: 19px;
}

.singleBlock__content h4 {
  font-size: 16px;
}

.singleBlock__content h5 {
  font-size: 13px;
}

.singleBlock__content h6 {
  font-size: 10px;
}

.singleBlock__content h1,
.singleBlock__content h2,
.singleBlock__content h3,
.singleBlock__content h4,
.singleBlock__content h5,
.singleBlock__content h6 {
  font-weight: bold;
}

.singleBlock__content em {
  font-family: "Times New Roman", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6",
    "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", serif;
  font-style: italic;
}

.singleBlock__content p {
  margin-bottom: 0.5em;
}

.singleBlock__content ul {
  padding-left: 40px;
  margin-bottom: 1em;
}

.singleBlock__content ul li {
  list-style: circle;
}

.singleBlock blockquote {
  background: #f2f2f2;
  padding: 1em;
  margin: 1em 0;
  border-radius: 10px;
}

.singleBlock .clearfix {
  overflow: hidden;
}

.singleBlock iframe.wp-embedded-content {
  width: 100%;
}

/* .wp-block-heading {
  display: block;
  position: relative;
  text-align: left;
  margin: 0 auto 1.5em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #162b56;
  border-top: 2px solid #162b56;
  border-bottom: 1px solid #162b56;
  padding: 8px 32px;
  font-weight: normal;
  letter-spacing: 2px;
  background: -webkit-linear-gradient(
    332deg,
    #fff 0%,
    #fff 86%,
    #e7e9ed 86%,
    #e7e9ed 88%,
    #cfd4dc 88%,
    #cfd4dc 100%
  );
  background: -o-linear-gradient(
    332deg,
    #fff 0%,
    #fff 86%,
    #e7e9ed 86%,
    #e7e9ed 88%,
    #cfd4dc 88%,
    #cfd4dc 100%
  );
  background: linear-gradient(
    118deg,
    #fff 0%,
    #fff 86%,
    #e7e9ed 86%,
    #e7e9ed 88%,
    #cfd4dc 88%,
    #cfd4dc 100%
  );
}
.wp-block-heading:before {
  width: 12px;
  height: 7px;
  content: "";
  background: #162b56;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(-28deg);
  -ms-transform: translateY(-50%) skewX(-28deg);
  transform: translateY(-50%) skewX(-28deg);
  left: 1px;
} */

.contents-babox{
  position: relative;
	margin-bottom: 20px
}
.contents-babox .contents-beforeimg{

}
.contents-babox .contents-beforeimg img{
  width: 100%;
	height: auto
}
.contents-babox .contents-beforeimg::after{
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 40px);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--bk);
  border-right: 2px solid var(--bk);
  transform: rotate(45deg) translate(-50%,-50%);
}
.contents-babox .contents-afterimg{

}
.contents-babox .contents-afterimg img{
  width: 100%;
height: auto
}


@media screen and (max-width: 900px) {
.contents-babox .contents-beforeimg::after{
  position: relative;
  top: auto;
  left: calc(50% - 10px);
  border-top: none;
  border-right: 2px solid var(--bk);
  border-bottom: 2px solid var(--bk);
  transform: rotate(45deg) translate(-50%,-50%);
}
}/* //end for SP */
@media screen and (min-width: 901px) {
  .contents-babox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px 5%;
  }
  .contents-babox .contents-beforeimg{
    flex: 1;
  }
  .contents-babox .contents-afterimg{
    flex: 1;
  }
}/* //end for PC */


/* =======================================
	contact
========================================== */

.contactBtnTel{
  background-color: var(--base);
	width: 100%;
  margin-top: 40px;
	padding: 22px 0;
}
.contactBtnTel .tel{
  font-size: 1.9rem;
  text-align: center;
  white-space: nowrap;
  color: var(--wh);
}
.contactBtnTel .tel a{
    display: flex;
    align-items: center;
    justify-content: center;
  font-size: min(10vw, 4rem);
	font-weight: 700;
  line-height: 1em;
  color: var(--wh);
}
.contactBtnTel .tel a::before {
    content: "";
    display: block;
    margin-right: 16px;
    width: 1.3em;
    aspect-ratio: 1 / 1;
    background: url(../images/head_ic_tel.svg) no-repeat center center / 100% auto;
}
.contactBtnTel .time{
  display: block;
  padding-left: 52px;
	font-size: 1.8rem;
  font-weight: 500;
}

/* =======================================
	form
========================================== */
#contactForm{
  padding: 0 0 150px;
}
#contactForm .basicTable{
  border-left: 1px solid var(--gray);
}
#contactForm .basicTable dt{
  position: relative;
  background: var(--base);
}
#contactForm .basicTable dt .note{
  margin-right: -2.5%;
  font-weight: 500;
}
#contactForm .basicTable .hissu{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5%;
  display: inline-block;
  background: red;
  color: var(--wh);
  border-radius: 3px;
  padding: 3px 3% 4px;
  font-size: 12px;
  line-height: 1;
  margin-left: 0.8em;
}
#contactForm #mailformpro dd label{
  margin-bottom: 0.5em;
}
.checkboxNote{
  display: block;
  white-space: normal;
  font-size: 0.875em;
}
/*
input[type="checkbox"] {
  transform: scale(1.4);
  cursor: pointer;
  margin-right: 10px;
}
  */
input.w100, textarea {
  max-width: 100%;
}
.formArea input[type="text"] {
  margin-bottom: 8px;
}

#contactForm textarea{
 width: 100% !important;
    max-width: 100%;
 height: 200px !important;
}
#contactForm .checkboxWrap label{
  display: block;  
}
#contactForm .checkboxWrap .flex:has(label){
  gap: 0;
}
#contactForm .checkboxWrap .flex label{
  width: 5em;
}
#contactForm .checkboxWrap .flex label + input{
  flex: 1;
}
#contactForm dt{
  font-size: 1.8rem;  
}
#contactForm .checkboxWrap label{
  font-size: 1.6rem;
}
.formArea input[type="file"] {
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: inherit;
}
.formFoot{
 margin:40px 0 0;
}
.formBtn {
  margin-top: 60px;
  text-align: center;
}
.formBtn .confirm{
  position: relative;
  display: inline-flex;
  width: min(100%, 348px) !important;
}
.formBtn .confirm::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  border-radius: 50%;
  border: none;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  background: var(--Lgold) url(../images/ic_arrow.svg) no-repeat center center / 16px 4px;
}
.formBtn input[type="submit"]{
  cursor: pointer;
  max-width: 100%;
  padding: 14px 30px;
  border: none;
  color: var(--wh);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.formBtn .confirm:hover{
  opacity: .7;
}
.contactPrivacy a{
  color: var(--gold);
  text-decoration: underline;
}
.contactPrivacy input[type="checkbox"]{
}

#mailformpro input.btnRound.bgArrow{
	border: none;
 margin: 0 auto;
 padding: 1em 36px 1em 22px;
 text-align:center;
 cursor: pointer;
}
#mailformpro input.btnRound.bgArrow {
    border: none;
    margin: 0 auto;
    background: 
      url(../images/ic_arrow_cricle_wh.svg) no-repeat calc(100% - 9px) center / 50px 50px,
      linear-gradient(45deg, #CE27A4 0%, #AD0081 75%);
    text-align: left;
    cursor: pointer;
}


/* =======================================
	thanks
========================================== */

#thanks p{
  text-align: center;
  font-size: 1.8rem;
}
/* =======================================
	privacypolicy
========================================== */
#privacyPolicy .h4Tit{
	border-bottom: 1px dotted var(--base);
	padding-bottom: 5px;
	text-align: center;
}
.policyBox{
	overflow-y: scroll;
	height: 350px;
	padding: 20px 2%;
}
.policyBox .h5Tit{
	margin-bottom: 5px;
}
.policyBox .h6Tit{
	margin-top: 15px;
	margin-bottom: 0;
}
.policyBox .h6Tit:first-of-type{
	margin-top: 0;
}
.policyBox p{
 margin-bottom: 1em;
 line-height: 1.6;
}
.policyBox ul{
	margin-top: -0.75em;
}
.policyBox ul li{
	margin-left: 1em;
	text-indent: -1em;
}