@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.long,
input.short,
textarea.message {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 5px #CCC inset;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #e3e3e3;
  border-radius: 0.23em;
  background: #fbfbfb;
}
::placeholder {
  font-weight: normal;
}
.hissu {
  padding: 3px 4px 2px 4px;
  color: #bd4e00;
  font-weight: bold;
  font-size: 11px;
}
.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;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.c_y0_xc {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
.c_yc_x0 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(50%) translateX(0%);
  transform: translateY(50%) translateX(0%);
}

.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;
}
.center img{
  margin-right: auto;
  margin-left: auto;
}

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: 90%;
  margin: 0 auto;
}
.inner01 {
  max-width: 1200px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner02 {
  max-width: 1050px !important;
  position: relative;
  width: 90%;
  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: #fff;
  color: #232323;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  /*font-weight: 400;*/
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.875;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
main p,main h2,main dt,main dd{
	letter-spacing: 0.131em;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: #232323;
}
a.deco{
  text-decoration: underline;
  color: var(--base);
}
a.deco:hover{
  opacity: 0.7;
}


/*フォントファミリー
========================================== */


/*色
========================================== */
:root {
  --base: #FF9A1F;
  --bk: #232323;
  --wh: #fff;
  --brown: #402708;
  --blue: #35ACFF;
  --gry: #606060;/*shadow 96 96 96*/
  --LGry: #BFBA9E;
  --LOrange: #FABE03;
  --green: #39CD02;/**/
  --green2: #06C755;
  --yellow: #FFE422;
  --LYellow: #FFF8D2;
}

/*文字色
========================================== */
.baseC{  color: var(--base) !important;}
.blue{  color: var(--blue) !important;}
.bk {  color: var(--bk) !important;}
.white {  color: #fff !important;}
.green2{ color: var(--green2) !important;}

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgBlue{ background: var(--blue) !important;}
.bgGry {  background: var(--gry) !important;}
.bgLOrange{ background: var(--LOrange) !important;}
.bgGreen{ background: var(--green) !important;}
.bgGreen2{ background: var(--green2) !important;}
.bgLYellow{ background: var(--LYellow) !important;}
.bgW{  background: #fff !important;}
.bgGrad{ background: radial-gradient(at bottom top, #FF9A1F 0%, #FEA318 38.9483%, #FCAF0E 71.6904%, #FABE03 99.9743%);}

/*ボタン
========================================== */
div.btnWrap,
p.btnWrap{
  text-align: center;
}
div.btnWrap .btn,
p.btnWrap .btn{
	margin: 0 auto;
}
.btn{
	background: var(--base);
	border-radius: 10px;
	border: 2px solid #161616;
	box-shadow: 0px 3px 0px 2px rgb(255, 133, 0);
  	color: var(--wh);
	display: grid;
	align-items: center;
	justify-content: center;
  	position: relative;
	padding: 0 1%;
	font-weight: 500;
	letter-spacing: 0.05em;
}
 .btn.bgW{
  background: var(--wh);
  color: var(--base);
}
.btn.bgBlue{
	box-shadow: 0px 3px 0px 2px rgb(0, 146, 204);
}
.btn.bgGreen{
	box-shadow: 0px 3px 0px 2px rgb(8, 160, 0);
}

a.icArrow{
  position: relative;
}
a.icArrow::after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url("../images/ic_arrow_white.svg") no-repeat left top / contain;
}
a.bgGry.icArrow::after{
	background: url("../images/ic_arrow_blue.svg") no-repeat left top / contain;
}
a.bgW.icArrow::after{
	background: url("../images/ic_arrow_orange.svg") no-repeat left top / contain;
}

.line{
	display: inline-block;
	padding: 0.8em 0;
	border-bottom: 1px solid var(--blue);
	color: var(--blue);
}
.line.icArrow::after{
	content: "";
	background: url("../images/ic_arrow_circle_white.svg") no-repeat left top / contain;
}

.btn:hover,
a.icArrow:hover{
  opacity: 0.7;
}

/*装飾
========================================== */
.deco span{
	position: relative;
	display: inline-block;
	padding: 16px 16px 0;
}
.deco span::before,
.deco span::after{
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 24px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.deco span::before{
	background-image: url("../images/bg_ttl_yellow_L.png");
	left: -16px;
}
.deco span::after{
	background-image: url("../images/bg_ttl_yellow_R.png");
	right: -16px;
}
.deco.decoBlue span::before{
	background-image: url("../images/bg_ttl_blue_L.png");
	left: -16px;
}
.deco.decoBlue span::after{
	background-image: url("../images/bg_ttl_blue_R.png");
	right: -16px;
}

/*背景を*/
.bgTriangle{
  position: relative;
}
.bgTriangle::after{
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 100%;
  height: min(3.36vw,47px);
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


/*タイトル
========================================== */
.h2Tit {
  margin-bottom: 20px;
	font-weight: 800;
  color: var(--blue);
}
.bgLYellow .h2Tit{
  color: var(--base);
}
.bgBaseC .h2Tit{
  color: var(--wh);
}
.h2Tit > span{
  display: block;
  font-size: 0.83em;
  font-weight: 600;
}

.decoTitWrap{
}
.decoTitWrap .deco span{
  font-weight: 600;
}
.decoTitWrap .h2Tit{
  display: inline-block;
}

/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
	/*border-bottom: 1px solid var(--blue);*/
	padding: 10px 0;
}
#breadcrumb ul{
	margin: 0 auto;
}
#breadcrumb li{
	display: inline-block;
	font-size: 12px;
	color: #636b73
}
#breadcrumb li a{
	color: #636b73
}
#breadcrumb li a:after{
	content: '>';
	padding-left: 5px
}


/* =======================================
  ページャー
========================================== */
ul.pageNumbers {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
ul.pageNumbers li {
  margin: 0 10px;
}
ul.pageNumbers li .pageNumbers {
  padding: 10px;
  background-color: #e6f1f8;
  border-radius: 0.2em;
  color: #1c1c1c;
}
ul.pageNumbers li .pageNumbers.current {
  background-color: #006FBD;
  color: #fff;
}

/*-- list --*/
.pgs .basicList li{
	border-bottom: 1px solid var(--grey);
	padding: 15px 40px;
}
.pgs .basicList li li{
	border-bottom:none;
		padding: 5px 20px;
}
/**/

/*		.pageNavi
-----------------------------*/
main .pageNavi {
  margin: 8em 0 0;
 text-align: center;
}
main .pageNavi > * { 
   display: inline-block;
   margin: 0 5px;
}
main .pageNavi > *:first-child {
   margin-left: 0;
}
main .pageNavi span.current,
main .pageNavi a:not(.prev):not(.next) {
   border-radius: 3px;
   color: #FFFFFF;
   padding: 9px 16px;
}
main .pageNavi span.current {
   background-color: #9fd6fd;
   color: var(--bk);
}
main .pageNavi a:not(.prev):not(.next) {
   background: var(--blue);
}
main .pageNavi a:not(.prev):not(.next):hover {
   background-color: #9fd6fd;
   color: var(--bk);
   opacity: 0.8;
   transition-duration: 500ms;
   transition-property: all;
   transition-timing-function: ease;
}
main .pageNavi .page-numbers.dots,
main .pageNavi a.prev,
main .pageNavi a.next {
 color: var(--blue);
 font-weight: bold;
}
main .pageNavi a.prev:hover,
main .pageNavi a.next:hover {
 color: #9fd6fd;
}


/* =======================================
  modal
========================================== */
.md-action:hover{
  cursor: pointer;
}
.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 9999;
  }
  .md-contents {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 92%;
  height: auto;
  /*overflow: hidden;*/
  transform: translate(-50%, -40%);
  z-index: 10000;
  }
  .md-inner {
  position: relative;
  border-radius: 10px;
  background: #fff;
  height: auto;
  /*max-height: 90%;
  overflow-y: auto;*/
  padding: 30px 15px 30px;
  text-align: center;
}
.md-inner figure{
  display: inline-block;
}
.md-inner figure img{
  margin: 0 auto;
}



/* =======================================
  タブ
========================================== */
.btnTab a{
	border-radius: 30px;
	display: grid;
	align-items: center;
	justify-content: center;
  	position: relative;
	padding: 1%;
	background: var(--gry);
	color: var(--blue);
	font-weight: 500;
	letter-spacing: 0.12em;
}
.btnTab.current a{
	background: radial-gradient(at right top, #8DFFFC 13.709%, #63BCE0 24.8515%, #4F8BCB 42.9214%, #3F63BA 57.4273%, #3244AD 68.8102%);
  	color: var(--wh);
}
.btnTab a::after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url("../images/ic_arrow_blue.svg") no-repeat left top / contain;
}
.btnTab.current a::after{
	background: url("../images/ic_arrow_white.svg") no-repeat left top / contain;
}

/* =======================================
	header
========================================== */
header {
	position:fixed;
	top:0;
	z-index: 100;
}
header #logo a{
	position: relative;
 display: block;
	color: var(--base);
	font-weight: 700;
}
header #logo a::before{
	content: "";
	display: inline-block;
	background: url("../images/header_img01.svg") no-repeat left top / contain;
	position: absolute;
}
header #logo span{
	display: block;
	letter-spacing: 0.05em;
}
header #logo a{
	color: var(--base);
	letter-spacing: 0.131em;
}
header #logo a img{
  max-width: 100%;
  max-height: 100%;
}
.headerInsta{
	font-size: 0;
}
.headerInsta a{
	display: block;
}
.headbar{
  background: #172D57;
  
}
.headbar p{
  text-align: right;
  color: #FF9A1F;
  font-size: 1.2rem;
  padding: 5px 0
}
.headbar p a,
.headbar p a:hover,
.headbar p a:active{
	color: #FF9A1F !important;
}
.headbar .imgGoogle,
.headbar .imgStar{
	display: inline;
	vertical-align: middle;
}

/* =======================================
	footLine
========================================== */
#footLine{
  padding: min(5.7vw, 80px) 6%;
  background: url("../images/line_bg.jpg") no-repeat center / cover;
}
#footLine a{
  position: relative;
  display: block;
  background: #fff;
  margin: 0 auto;
  padding-top: 18px;
  text-align: center;
  z-index: 1;
/*  width: 841px;*/
}
#footLine a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--green2);
  z-index: -1;
}
#footLine a:hover::before,
#footLine a:hover img{
  opacity: 0.7;
}
#footLine a img{
  width: min(80%,684px);
  margin: 0 auto;
}

/* =======================================
	footContact
========================================== */
#footContact{
	background: url("../images/footcontact_bg.png") no-repeat center bottom / cover;
}
#footContact h2{
	text-align: center;
	color: var(--wh);
	line-height: 1.44em;
}
.footContactList li{
	display: grid;
	justify-items: center;
    position: relative;
    background: #fff;
    border: 2px solid var(--bk);
    border-radius: 8px;
	box-shadow: 3px 5px 0px 0px rgb(96, 96, 96, 0.9);
	margin-top: 40px;
	padding: 0;
}
.footContactList li > *{
	display: grid;
	align-items: center;
	min-height: 118px;
	padding: 26px 0 26px 0;
	text-align: center;
}
.footContactList li p{
	margin-bottom: 10px;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: center top;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.footContactList li p .time{
	font-size: 1.6rem;
	color: var(--LOrange);
	line-height: 1em;
}
.footContactList li.tel p{
	background-image: url("../images/footcontact_ic_tel.svg");
}
.footContactList li.email p{
	background-image: url("../images/footcontact_ic_mail.svg");
}
.footContactList li.tel a{
	line-height: 1em;
	font-size: 3.5rem;
	font-weight: 900;
	letter-spacing: 0.032em;
}
.footContactList li.email a{
	line-height: 1em;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
  margin: auto
}

/* =======================================
	footer
========================================== */
footer{
  position: relative;
}
#footerLogo img{
  height: 27px;
}
.footerLeft figure span{
	font-size: 1.4rem;
}
#footerLogo{
	color: var(--base);
	font-weight: 700;
	letter-spacing: 0.131em;
	line-height: 1.1;
}
#footerLogo span{
	display: block;
	letter-spacing: 0.05em;
	line-height: 1.875;
}
footer .address{
	line-height: 1.64em;
}

.footerNavi > li{
	margin-bottom: 0.64em;
}
.footerNavi > li:not(.bnr) > a{
	position: relative;
	padding-left: 20px;
	/*font-size: 1.4rem;*/
	font-size: 1.6rem;
	font-weight: 700;
	color: #424242;
}
.footerNavi > li:not(.bnr) > a::before{
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/ic_arrow_orange.svg");
}
.footerNavi > li li a{
	/*font-size: 1.3rem;*/
	font-size: 1.5rem;
	color: #424242;
}
.footerNavi .subhas ul{
	padding-left: 0.8em;
}
.footerNavi .subhas ul li{
	font-weight: 400;
	letter-spacing: 0;
}
.footerNavi li a:hover {
  opacity: 0.6;
}
.footerNavi li.bnr a{
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 0;
}
.footerNavi li.bnr a + a{
	margin-left: 20px;
}
footer .copy{
	background: var(--brown);
	padding: 0.5em 0;
	text-align: center;
	color: #fff;
}

#pageTop{
	display: inline-block;
	position: fixed;
	z-index: 10;
}
#pageTop a{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: rgba(255,154,31,.8);
	color: var(--wh);
	font-weight: 700;
	box-shadow: 0px 3px 0px 2px rgb(255, 133, 0);
	padding: 1.5em 0.5em;
	text-align: center;
}


/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.pgs .mainTitle{
	/*background-color: var(--blue);*/
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: cover;
	/*border-top: 1px solid var(--wh);
	border-bottom: 1px solid var(--blue);*/
	color: var(--wh);
	/* display: grid; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.pgs .mainTitle h2{
	position: relative;
	/*background-color: rgba(53, 172, 255, 0.8);*/
  text-shadow: 3px 2px 5px rgba(23, 45, 87, 0.92);
	z-index: 2;
  text-align: center;
}
#service .mainTitle,
#case .mainTitle,
.tax-case_cat .mainTitle{
  background-image: url(../images/service_mainTitle.jpg);
}
#reason .mainTitle{
  background-image: url(../images/reason_mainTitle.jpg);
}
#selfcheck .mainTitle{
  background-image: url(../images/selfcheck_mainTitle.jpg);
}
#estimate .mainTitle{
  background-image: url(../images/estimate_mainTitle.jpg);
}
#flow .mainTitle{
  background-image: url(../images/flow_mainTitle.jpg);
}
#payment .mainTitle{
  background-image: url(../images/payment_mainTitle.jpg);
}
#company .mainTitle{
  background-image: url(../images/company_mainTitle.jpg);
}
#esg .mainTitle{
  background-image: url(../images/esg_mainTitle.jpg);
}
#faq .mainTitle{
  background-image: url(../images/faq_mainTitle.jpg);
}
#contact .mainTitle,
#thanks .mainTitle{
  background-image: url(../images/contact_mainTitle.jpg);
}
#news .mainTitle,
.tax-news_cat.pgs .mainTitle{
  background-image: url(../images/news_mainTitle.jpg);
}

/*-- title --*/
.pgs .h3Tit{
	color: var(--base);
	font-weight: 800;
	line-height: 1.6em;
	text-align: center;
}
.pgs .h4Tit{
	color: var(--blue);
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
}

.pgs .h4Tit span.bgBlue,
.pgs .h4Tit span.bgGreen{
  padding: 0.2em 0.6em;
  display: block;
  text-align: left;
}
.pgs .h5Tit{
  border-bottom: 1px solid var(--bk);
	line-height: 1.6em;
  text-align: left;
}


/*-- table --*/
.pgs .basicTable {
	background: var(--wh);
	border: solid var(--bk);
	border-width: 1px 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.pgs .basicTable dt{
	background: var(--LYellow);
	border-bottom: 1px solid var(--bk);
	color: var(--bk);
	display: flex;
	font-weight: 700;
	align-items: center;
}
.pgs .basicTable dd{
	border-bottom: 1px solid var(--bk);
	display: grid;
	align-items: center;
}

/*		anchorLink
-----------------------------*/
.pgs .anchorLink{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pgs .anchorLink .btn{
	background: var(--base);
	border: none;
	border-radius: 4px;
	box-shadow: 0px 3px 0px 2px rgb(255, 133, 0);
  color: var(--wh);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	margin: 0 1%;
	position: relative;
	text-align: center;
	height: 46px;
	width: 47%;
	max-width: 100%;
}
.pgs .anchorLink .btn.bgBlue{
	box-shadow: 0px 3px 0px 2px rgb(0, 146, 204);
}
.pgs .anchorLink .btn::after{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  top: calc(50% - 8px);
	position: absolute;
	transform: rotate(90deg);
}

.pgs .anchorLink.colm3 .btn{
  width: 31%;
  
}
.pgs .anchorLink.colm3.large .btn{
  height: 6em;
  flex-wrap: wrap;
  
}.pgs .anchorLink.colm3.large .btn span{
  font-size: 3rem;
  line-height: 1.3
}
.pgs .anchorLink.colm3.large .btn span span{
  display: block;
  font-size: 1.8rem
}

/*----*/
.pgs .leadTxt{
	letter-spacing: 0.179em;
}

/*-- btn --*/
.pgs main .txtBtn{
	background: var(--base);
	border-radius: 6px;
	box-shadow: 0px 2px 0px 2px rgb(255, 133, 0);
  color: var(--wh);
  line-height: 2;
  margin: 0 0.25em;
	padding: 1px 0.25em 2px;
}

/* footContact
-----------------------------------*/
.pgs #footContact p{
	margin-bottom: 0 !important;
}

/* =======================================
	top
========================================== */
/*		#mv
-----------------------------*/
#mv{
  position: relative;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 248, 210, 1));
}
/* #mv::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
} */
#mv figure img{
  width: 100%;
}
/*-- for mv slick --*/
#mv .arrowLeft,
#mv .arrowRight{
	position: absolute;
	z-index: 5;
	height: auto;
}
#mvSlider .slick-dots li button:before{
	border-radius: 0 !important;
}
/*-- //for mv slick --*/
.mvItems{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 5;
}
/*.mvTxt p{
  display: inline-block;
  background: rgb(255, 255, 255, 0.69);
  font-weight: 700;
  line-height: 1.2em;
	padding: 10px 20px;
}
.mvTxt + .mvTxt{
  margin-top: 0.5em;
}
.mvTxt p .txtL span{
  color: var(--base);
}*/
.mvBtn.flex{
  justify-content: center;
}
.mvBtn .btn{
  position: relative;
	border: none;
  display: flex;
  justify-content: center;
}
.mvBtnContact img{
  height: 17px;
	margin-right: 3.5%;
}
.mvBtnLine .catch{
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--green);
  color: var(--green);
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
	padding: 6px 0;
}
.mvBtnLine img{
  height: 30px;
}

/*		#topCompany
-----------------------------*/
.topCompanyService .txts .catch span{
  position: relative;
  display: inline-block;
  padding: 16px 0 0;
  line-height: 1.4em;
  font-weight: 600;
  background:linear-gradient(transparent 90%, var(--yellow) 10%);
}
.topCompanyService .txts .catch span::before{
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 24px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
  background-image: url(../images/bg_ttl_black_L.png);
}
.topCompanyService .txts .btnWrap{
  margin-top: 30px;
  display: grid;
  gap: 14px 0;
}
.topCompanyService .img{
  position: relative;
}
.topCompanyService .imgTxts{
  position: absolute;
  display: block;
  width: 60.46%;
  margin-right: 0;
  margin-left: auto;
}
.topCompanyService figure{
  width: 100%;
}
.topCompanyService figure img{
  border-radius: 3%;
}
.topCompanyService .imgIllust{
  position: absolute;
  right: 8%;
  bottom: 0;
  display: block;
  width: 26.69%;
  margin-right: 0;
  margin-left: auto;
}
.topCompanyActionTit{
  position: relative;
  text-align: center;
  z-index: 1;
}
/*吹き出し配置*/
.topCompanyActionTit::before,
.topCompanyActionTit::after{
  position: absolute;
  content: "";
  display: block;
  background: transparent;
  border-radius: 50%;
  background: var(--wh);
  border: 2px solid var(--bk);
  box-sizing: border-box;
}
.topCompanyActionTit h2{
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
/*イラスト配置*/
.topCompanyActionTit h2::before,
.topCompanyActionTit h2::after{
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  z-index: 1;
}
.topCompanyActionTit h2::before{
  left: 0;
  background-image: url("../images/top_esg_suvttl_img01.png");
}
.topCompanyActionTit h2::after{
  right: 0;
  background-image: url("../images/top_esg_suvttl_img02.png");
}
.topCompanyActionTit h2 span{
  position: relative;
  display: block;
  background: var(--wh);
  padding:  0.1em 2em;
  font-weight: 800;
  z-index: 2;
}
/*欠け枠線配置*/
.topCompanyActionTit h2 span::before,
.topCompanyActionTit h2 span::after{
  position: absolute;
  right: -1px;
  left: -1px;
  content: "";
  display: block;
  height: calc(50% - 13px/2);
  background: transparent;
}
.topCompanyActionTit h2 span::before{
  top: 0;
  width: calc(100% - 2px);
  border-radius: 10px 10px 0 0;
}
.topCompanyActionTit h2 span::after{
  width: calc(100% + 2px);
  background: url("../images/top_compnayaction_tit_bg.svg") no-repeat center bottom / 100% auto;
}

.topCompanyActionList.flex{
  flex-wrap: wrap;
  justify-content: center;
}
.topCompanyActionList li{
  width: 260px;
  text-align: center;
  font-weight: 600;
}
.topCompanyActionList li figure{
  width: 260px;
  height: 260px;
  border-radius: 50%;
  box-shadow: 2px 3px 0px 2px rgb(255, 133, 0);
}

.topCompanyActionList li h3{
  font-size: 2rem;
}

/*		#topPoint
-----------------------------*/
#topPoint{
	background: #D7EEFF;
}
#topPoint .h2Tit{
	margin-bottom: 0;
}
#topPoint .txtRotate{
	background: var(--blue);
	width: 1.5em;
	height: 1.5em;
	border-radius: 0.75em;
	color: var(--wh);
	display: inline-block;
	line-height: 1.5;
	padding-left: 0.15em;
	margin-right: 0.15em;
	transform: rotate(15deg);
}
#topPoint figure{
	margin: 0 auto;
}
#topPoint p{
	text-align: center;
}
#topPoint .fontL em{
	background: var(--yellow);
}
#topPoint .leadTxt{
	font-weight: 900;
}
#topPoint .txtBdrYellow,
#topPoint .txtBdrOrange{
	display: inline-block;
  font-weight: 700;
  line-height: 1.2em;
}
#topPoint .txtBdrYellow{
  background: linear-gradient(transparent 70%, var(--yellow) 30%);
}
#topPoint .txtBdrOrange{
  background: linear-gradient(transparent 70%, #FF9A1F 30%);
}
#topPoint .txtDots{
	display: inline-block;
	position: relative;
}
#topPoint .txtDots::before{
	background-repeat: repeat-x; 
	background-position: left bottom;
  content: "";
  display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.selectionPoint > p{
	background: var(--wh);
	font-weight: 700;
}
.selectionPoint > p::after{
	transform: rotateY(-180deg);
}
.topPointList .pointBox{
	background: var(--wh);
	border: 1px solid #FF9A1F;
	border-radius: 10px;
	font-weight: 700;
	position: relative;
	text-align: center;
	width: 41%;
}
.topPointList .pointBox:nth-child(1)::after{
	content: "";
	background: url("../images/top_point_img02.svg") no-repeat left top / cover;
	display: inline-block;
	position: absolute;
}
.topPointList .pointBox:nth-child(2) h3{
	margin-bottom: 10px;
}
.topPointList .pointBox h3 .catch{
	display: block;
	margin-bottom: 5px;
}
.topPointList .pointBox .fontL{
	letter-spacing: 0.13em;
}
.topPointList .pointBox dt{
	background: var(--wh);
	color: #FF9A1F;
	display: inline-block;
	margin: 0 auto;
	padding-left: 0.5em;
	padding-right: 0.5em;
	position: relative;
	z-index: 2;
}
.topPointList .pointBox dd{
	border: 1px solid #FF9A1F;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topPointData{
	position: relative;
}
.topPointData::after{
	content: "";
	background: url("../images/top_point_arrow02.svg") no-repeat left top / cover;
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 31px;
	left: calc(50% - 7.5px);
}
.topPointData li{
	background: var(--wh);
	box-shadow: 0px 3px 0px 2px var(--gry);
	border: 2px solid var(--bk);
	border-radius: 9px;
	font-weight: 700;
	text-align: center;
}
.selectionPoint > p{
	position: relative;
}
.selectionPoint > p::before,
.selectionPoint > p::after{
	content: "";
	background: url("../images/top_point_arrow01.svg") left top / cover;
	display: inline-block;
	position: absolute;
}
/*イラスト配置*/
.topPointMessage{
	background: url("../images/top_point_bg.svg") no-repeat center center / 90% auto;
  position: relative;
  z-index: 1;
}
.topPointMessage::before,
.topPointMessage::after{
  content: "";
  display: inline-block;
	position: absolute;
	z-index: 1;
}
.topPointMessage::before{
  background: url("../images/top_point_img03.svg") no-repeat left top / cover;
	left: -0.8%;
}
.topPointMessage::after{
  background: url("../images/top_point_img04.svg") no-repeat left top / cover;
}
.topPointMessage p{
 color: #000000;
	text-shadow: 0 0 10px #34ACFF,0 0 10px #34ACFF,0 0 10px #34ACFF,0 0 10px #34ACFF,0 0 10px #34ACFF;
	letter-spacing: 0.06em;
	position: relative;
	z-index: 5;
}

/*		#topReason
-----------------------------*/
.topReasonList.flex{
  flex-wrap: wrap;
  justify-content: center;
}
.topReasonList.flex li{
  position: relative;
}
.topReasonList.flex li figure{
  position: relative;
  border-radius: 18px;
}
.topReasonList.flex li figure::before{
  position: absolute;
  left: -13px;
  top: 12px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--LYellow);
  border-radius: 18px;
  z-index: -1;
}
.topReasonList.flex li figcaption{
  position: absolute;
  left: -15px;
  top: -14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.02em;
  	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.topReasonList.flex li figure img{
  border-radius: 18px;
}
.topReasonList.flex li .txts{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background: url("../images/top_reason_list_bg.svg") no-repeat center bottom / 100% auto;
}
.topReasonList.flex li .txts p{
  background: rgb(255, 255, 255, 0.8);
  padding: 0.3em;
  font-weight: 900;
  text-align: center;
}
.topReasonList.flex li .txts p span{
  color: var(--blue);
}
#topReason .note{
	margin-top: 1.6em;
}

.topReasonMessage{
  margin: 27px auto;
	background: url("../images/top_reason_bg.svg") no-repeat center top/ 110% 100%;
}
.topReasonMessage h3{
  margin-bottom: 1em;
}
.topReasonMessage h3 span{
  display: inline-block;
  background: linear-gradient(transparent 70%, var(--yellow) 30%);
  font-weight: 700;
  line-height: 1.2em;
}
/*イラスト配置*/
.topReasonMessage{
  position: relative;
  z-index: 1;
}
.topReasonMessage::before,
.topReasonMessage::after{
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.topReasonMessage::before{
	background: url("../images/top_reason_bg_img02.png") no-repeat right top / 100% auto;
	width: 195px;
	height: 159px;
  z-index: 1;
	right: 0;
}
.topReasonMessage::after{
  top: 50%;
  background-image: url("../images/top_reason_bg_img01.png");
  background-size: 100% 100%;
  z-index: 1;
  transform: translateY(-50%);
}

/*		#topResults
-----------------------------*/
#topResults{
	background: url("../images/top_results_bg.jpg") no-repeat center top / cover;
}
#topResults .decoTitWrap p{
  color: #fff;
}
#topResults .decoTitWrap .h2Tit{
  background: linear-gradient(transparent 70%, var(--blue) 30%);
  color: #fff;
  line-height: 1.2em;
}
#topResults .decoTitWrap::after{
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url("../images/top_results_arrow.png") no-repeat center center / auto 100%;
}

.topResultsList.flex{
  flex-wrap: wrap;
  justify-content: center;
}
.topResultsList.flex li{
  display: grid;
  place-content: center;
  width: 350px;
  height: 104px;
  background: url("../images/top_results_bg_txt.svg") no-repeat center center / 100% 100%;
}
.topResultsList.flex li p{
  font-weight: 700;
  line-height: 1em;
}
.topResultsList.flex li span{
  font-size: 1.68em;
  letter-spacing: 0.03em;
}

/*.entryList*/
.entryList.flex{
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.entryList li{
  width: 356px;
  background: #fff;
  border-radius: 17px;
  overflow: hidden;
}

/*body#top .entryList li figure img {
  width: 100%;
  aspect-ratio: 288 / 216;
  object-fit: contain;  
}*/

body:not(#top) .entryList li{
  background: #fff;
  /*box-shadow: 0px 3px 0px 2px var(--bk);*/
  border: 1px solid var(--gry);
  border-radius: 14px;
}
.entryList li figure{
  height: 216px;
  overflow: hidden
}
body#top .entryList li figure{
  height: 270px;
  overflow: hidden;
}
.entryList li figure img{
 /* width: 100%;
  aspect-ratio: 288 / 216;
  object-fit: contain;  
  object-position: top;*/
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.entryList li .txts{
  padding: 14px 12px 20px;
}
.entryList li .txts .flex{
	gap: 5px 0.35em;
	position: relative;
	flex-wrap: wrap;
}
.entryList li .txts > .flex:not(.flexSpaceBetween){
  justify-content: flex-start;
}

.entryList .txts > .flex:not(.flexSpaceBetween) .date {
  position: absolute;
  right: 0;
	line-height: 1.6;
}
.entryList .txts > .flexWrap .date {
  margin-left: auto;
}
.entryList li .txts .category{
  display: grid;
  place-content: center;
  background: var(--base);
  border-radius: 0.9em;
  height: 1.8em;
  padding: 0 0.5em;
  color: var(--wh);
  line-height: 1em;
}
.bgBaseC .entryList li .txts .category{
  background: var(--blue);
}
.entryList li .txts p{
  margin-top: 0.6em;
  font-weight: 700;
}


#topResults .btn span::before{
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 15px;
  height: 18px;
  background: url("../images/header_ic_results.svg") no-repeat center center / 100%;
  transform: translateY(4px);
}

/*		#topVoice
-----------------------------*/
#topVoice .decoTitWrap .deco{
  color: #fff;
}
#topVoice .decoTitWrap h2{
  color: var(--blue);
  background: #fff;
  margin-top: 0.2em;
  padding: 0.3em 0.6em;
  line-height: 1em;
}
#topVoice .entryList li .txts span,
#topVoice .entryList li .txts p{
  font-size: 1.2em;
}
#topVoice .entryList li figure{
	padding-top: 14px;
	overflow: hidden;
}
#topVoice .entryList li figure img{
	height: auto !important;
}



/*		#topService
-----------------------------*/
.serviceList.flex{
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.serviceList.flex li a{
  width: 360px;
  height: 360px;
  display: grid;
  place-content: center;
  background: #fff;
  box-shadow: 0px 3px 0px 2px var(--bk);
  border: 2px solid var(--bk);
  border-radius: 14px;
  padding: 10% 0 0 0;
  text-align: center;
}
.serviceList.flex li a .serviceListInner::after{
	content: "";
	display: block;
	background: url("../images/ic_arrow_orange.svg") no-repeat left top / contain;
  margin: 10px auto 0;
}
.serviceList li figure{
  display: grid;
  place-content: center;
}
.serviceList li figure img{
  width: auto;
  margin: 0 auto;
}
.serviceList.flex li a p{
  line-height: 1.375em;
  font-weight: 900;
}
.serviceListItem_survey .serviceListInner p span{
	letter-spacing: 0.03em;
}

/*-- for pgs --*/
.pgs #serviceLineup{
	border-top: 1px solid var(--bk);
}

/*		#topNews
-----------------------------*/
.topNewsTit{
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--bk);
}
.topNewsTit.flex{
  justify-content: space-between;
  align-items: center;
}
#topNews h2{
  margin-bottom: 0;
  color: var(--bk);
  line-height: 1em;
}
.newsList li{
  padding: 1.4em 0;
  border-bottom: 1px solid var(--LGry);
}
.newsList li .flex.newsInfo{
  justify-content: start;
  align-items: center;
  width: 100%;
  margin-bottom: 0.6em;
}
.newsList li .newsInfo .date{
  display: inline-block;
}
.newsList li .newsInfo .category{
  display: grid;
  place-content: center;
  background: var(--base);
  border-radius: 0.9em;
  height: 1.8em;
  padding: 0 1em;
  color: var(--wh);
  line-height: 1em;
}
.newsList li .newsInfo .date + .category{
  margin-left: 1.5em;
}
.newsList li p{
  font-weight: 600;
}

/*		#instaArea
-----------------------------*/
.instaAreaInner{
  margin: 0 auto;
  width: 806px;
  max-width: 88vw;
  background: url("../images/top_insta_bg.png") no-repeat center / cover;
  box-shadow: 8px 8px 7px 7px rgb(244, 244, 244, 0.7);  
}
.instaAreaInner.flex{
  flex-wrap: wrap;
	align-items: start;
	justify-content: center;
	gap: 5.5%;
}
.instaAreaInner .img{
	width: 191px;
}
.flex.acountInfo{
  margin-top: 0.6em;
  justify-content: space-between;
  align-items: end;
}
.flex.acountInfo .acountBox{
  width: 298px;
}
.flex.acountInfo .acountBox .white{
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
}
.flex.acountInfo .acountBox .bgW{
  border-radius: 5px;
  display: grid;
  place-content: center;
  padding: .25em 0;
}
.flex.acountInfo .acountBox .bgW span{
  font-size: 1.1em;
}
.flex.acountInfo figure{
  width: 70px;
  height: 70px;
}

/*		#topSurvey
-----------------------------*/
#topSurvey .txts{
  position: relative;
  padding: 12% 0 8%;
}
#topSurvey.pcFlex .txtsInner{
  position: relative;
  margin-left: auto;
  padding: 0;
}
#topSurvey .txts::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  content: "";
  display: block;
  width: 115%;
  height: 100%;
  background: url("../images/top_survey_bg.png") no-repeat center center / 100% 100%;
}
#topSurvey .txts .badge{
  position: absolute;
  top: 0;
  background: var(--yellow);
  display: grid;
  place-content: center;
  border-radius: 50%;
  transform: translate(-90%,-50%);
}
#topSurvey .txts .badge{
  color: var(--bk);
  margin-bottom: 0;
}
#topSurvey .txts .catch span{
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0 0.6em;
  font-weight: 900;
}

/* =======================================
	company
========================================== */
#outline .basicTable dt{
  background: var(--bk);
	border-bottom: 1px solid var(--wh);
  color: var(--wh);
}
#outline .basicTable ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
#outline .basicTable ul li span.date{
	width: 8em;
}
#outline .basicTable ul li span.date + span{
	display: inline-block;
	width: calc(100% - 7em);
}
#companyPolicy .h4Tit{
	border-bottom: 2px solid var(--blue);
}
#companyPolicy ol li{
	display: flex;
}
#companyPolicy ol li .num{
	border: 1px solid var(--blue);
	border-radius: 15px;
	color: var(--blue);
	display: flex;
	align-items: center;
  justify-content: center;
}
#permit .pcFlex h5{
  margin-bottom: 20px
}
#permit .pcFlex figure figcaption{
  text-align: center
}
#permit .dataTable tbody th{
	text-align: left;
	width: 50%;
}
#permit .dataTable tbody td{
	width: calc(50% / 2);
  text-align: center
}
#permit .permitList,
#permit .awardList{
	margin-left: -1.5%;
	margin-right: -1.5%;
}
#permit .permitList li,
#permit .awardList li{
	text-align: center;
}
#permit .permitList li:last-child,
#permit .awardList li:last-child{
	margin-bottom: 0;
}
#permit .permitList .btn,
#permit .awardList .btn{
	margin: 10px auto 0;
}
#access .accessBox{
	justify-content: space-between;
	align-items: center;
}
#access .accessBox .access{
	margin-bottom: 0;
}
#access .accessBox .btnWrap{
	text-align: right;
}


/* =======================================
	reason
========================================== */
#reasonLead .leadBox .txts{
	background: var(--wh);
	border: 2px solid var(--bk);
	border-radius: 17px;
	position: relative;
}
#reasonLead .leadBox .txts::before{
  position: absolute;
  left: -13px;
  top: 12px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--LYellow);
  border-radius: 18px;
  z-index: -1;
}
#reasonLead .leadBox .badge{
	background: var(--yellow);
	position: absolute;
  top: 0;
  display: grid;
  place-content: center;
  border-radius: 50%;
}
#reasonLead .leadBox .catch{
	display: block;
	margin-bottom: 0.5em;
}
#reasonLead .leadBox .catch span{
	display: inline-block;
  font-weight: 900;
	margin-bottom: 0.3em;
}
#reasonLead .note{
	margin-left: 1em;
	text-indent: -1em;
}

.reasonMessage{
	margin: 0 auto;
  background: url("../images/top_reason_bg_img02.png") no-repeat right 15px;
	position: relative;
  z-index: 1;
}
.reasonMessage::before,
.reasonMessage::after{
	position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center; 
}
.reasonMessage::before {
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/top_reason_bg.png");
  background-size: 100% 90%;
  z-index: -1;
}
.reasonMessage::after {
  top: 50%;
  left: 0;
  background-image: url("../images/top_reason_bg_img01.png");
  background-size: 100% 100%;
  z-index: 1;
  transform: translateY(-50%);
}
.reasonMessage h3 {
  margin-bottom: 1em;
}
.reasonMessage h3 span{
  display: inline-block;
  background: linear-gradient(transparent 70%, var(--yellow) 30%);
  font-weight: 700;
  line-height: 1.2em;
}

#reasonWarranty dl{
	background: var(--wh);
  border: 2px solid var(--bk);
  border-radius: 9px;
  font-weight: 700;
  text-align: center;
	width: 100%;
}
#reasonWarranty dl dt,
#reasonWarranty dl dd{
	padding: 10px;
}
#reasonWarranty dl dt{
	background: var(--bk);
	color: var(--wh);
	font-weight: 600;
	text-align: center;
}
#reasonWarranty dl dd{
	text-align: left;
}
#reasonWarranty dd h5{
 font-size: 2rem;
 margin-bottom: 5px;
}
#reasonWarranty dd h5:not(:first-of-type){
 margin-top: 20px;
}
/* =======================================
	service
========================================== */
#serviceExterior .leadImg,
#serviceRoof .leadImg{
	overflow: hidden;
}
#serviceExterior .h4Tit span,
#serviceRoof .h4Tit span{
	background: var(--blue);
	color: var(--wh);
  display: inline-block;
  line-height: 1;
  text-align: center;
	border-radius: 30px;
	margin-right: 10px;
  padding: 5px 15px 7px;
}
.serviceRoofList li{
	font-weight: 600;
	text-align: center;
}
.staffList li{
	background: var(--LYellow);
	border-radius: 17px;
}
.staffList li h4{
	color: var(--brown);
	margin-top: 5px;
}
.staffList h5{
	border-bottom: 1px solid var(--gry);
	margin-bottom: 5px;
	margin-top: 10px;
}
.staffList dl dt{
	font-weight: 500;
}
.areaDetail{
	background: #f9f9f9;
}
.areaDetail figure img{
	object-fit: cover;
}
.areaDetail dl{
	align-items: center;
	height: 100%;
}
.areaDetail dl dt{
	padding-right: 3%;
}
.areaDetail dl dt .fontL{
	color: var(--brown);
	display: block;
	font-weight: 900;
}
.areaDetail dl dd li span{
	background: var(--wh);
	border: 1px solid var(--blue);
	color: var(--blue);
	display: inline-block;
	text-align: center;
	font-weight: 700;
}

/* =======================================
	selfcheck
========================================== */
#selfcheckLead .leadCatch .leadTxt{
	background: var(--blue);
	border-radius: 50%;
	color: var(--wh);
	display: flex;
	font-weight: 700;
  align-items: center;
  justify-content: center;
	position: relative;
}
#selfcheckLead .leadCatch .leadTxt::before,
#selfcheckLead .leadCatch .leadTxt::after{
	content: "";
	background: var(--blue);
	border-radius: 30px;
	display: inline-block;
	position: absolute;
}
#selfcheckUrgency > div:first-of-type{
	border-radius: 17px;
}
#selfcheckUrgency .check01{
	background: var(--LOrange);
	border-radius: 17px;
}
#selfcheckUrgency .check01 h3{
	border-bottom: 1px solid var(--bk);
  text-align: center;
  padding: 5px 0;
}
#selfcheckUrgency .check01 dt{
	background: url("../images/bg_circle_arrow_wh.svg") no-repeat left top / 100% 100%;
	color: var(--bk);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
	margin-top: 15px;
  padding: 8px 0;
}
#selfcheckUrgency .check01 dd{
	background: var(--wh);
	border-radius: 4px;
	display: flex;
	align-items: center;
  font-weight: 600;
}
#selfcheckUrgency .check02 p{
	background: var(--blue);
	border-radius: 8px;
	color: var(--wh);
  font-weight: 700;
  margin-bottom: 0 !important;
	padding: 5px 1.5%;
	position: relative;
}
#selfcheckUrgency .check02 p::after{
	content: "";
	background: var(--blue);
	display: inline-block;
	width: 20px;
	height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -12px;
	left: calc(50% - 10px);	
}
.checkpointList{
	flex-wrap: wrap;
}
.checkpointList li{
	background: var(--wh);
	box-shadow: 0px 3px 0px 2px var(--gry);
	border: 2px solid var(--bk);
	border-radius: 9px;
	text-align: center;
}
.checkpointList h4{
	display: flex;
	font-weight: 700;
	align-items: center;
	line-height: 1.5;
  margin-bottom: 10px;
	position: relative;
  text-align: left;
}
.checkpointList .num{
	display: block;
	background: var(--yellow);
	text-align: center;
	position: absolute;
}
.checkpointList .num span{
	display: block;
  line-height: 1;
}
.checkpointList li dl,
.checkpointList li p{
	border-top: 1px solid var(--bk);
	margin-bottom: 5px;
	padding-top: 5px;
}
.checkpointList li dt,
.checkpointList li dd,
.checkpointList li p{
	text-align: left;
}
.checkpointList li dt{
	font-weight: 600;
	letter-spacing: 0;
}
.checkpointList li dd{
	letter-spacing: 0;
}
.urgencyLevel.flex{
	align-items: center;
}
.urgencyLevel dd{	
	display: flex;
	align-items: center;
}
.urgencyLevel dd img{
	margin: 0 3px;
}
.checkRecommended{
	background: var(--wh);
	border-radius: 17px;
}
.checkRecommended h3{
	margin-bottom: 0.4em;
}
.checkRecommended h3 span{
	display: inline-block;
  margin-bottom: 0.3em;
  padding: 0 0.6em;
  font-weight: 900;
}

/* =======================================
	payment
========================================== */
#paymentLead h3 span{
	color: var(--bk);
	position: relative;
}
#paymentLead h3 span::before{
	position: absolute;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
  background-image: url(../images/bg_ttl_black_L.png);
	left: -20px;
	top: -15px;
}
#paymentLead ul.bestPlan{
	border-radius: 20px;
	background: var(--LYellow);
	position: relative;
}
#paymentLead ul.bestPlan::after{
	content: '';
	background: var(--LYellow);
	display: inline-block;
	width: 80px;
	height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -20px;
	left:calc(50% - 40px);
}
#paymentLead ul.bestPlan li{
	text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#paymentLead ul.bestPlan li.item{
  background: var(--base);
  border: 2px solid #161616;
  box-shadow: 0px 3px 0px 2px rgb(255, 133, 0);
  color: #fff;
	line-height: 1.5;
}
#paymentLead ul.bestPlan li.item.last{
  background: var(--blue);
  box-shadow: 0px 3px 0px 2px var(--blue);
}
#paymentLead ul.bestPlan li.item span span{
  font-size: 2.2rem;
  display: block;
}
#paymentLead .anchorLink{
	margin-bottom: 0 !important;
}
#paymentLead .anchorLink .btn{
  height: 4em;
}
#paymentLead p{
	position: relative;
	z-index: 5;
}
#paymentLead p .note.right{
	margin-top: 15px;
}

.planItemBox{
  background: #fff;
  box-shadow: 0px 3px 0px 2px var(--bk);
  border: 2px solid var(--bk);
  border-radius: 14px;
  padding: 40px;
}

.planItemBox h4{
  text-align: center;
  font-size: 2.2rem;
}
.planItemBox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.planItemBox ul li{
  background: var(--brown);
  color: #fff;
  border-radius: 5px;
  padding: 5px 1.09%;
  width: 6em;
  height: 6em;
  margin: 1%;
  font-size: 1.8rem;
 text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
   justify-content: center
}

#paymentRoof .planItemBox ul li{
  width: auto;
  flex-direction: column;
}
#paymentRoof .planItemBox ul li span{
  display: block;
  font-size: 1.4rem;
  margin-top: 15px
}

.planDetailBox{
  margin-top: 100px
}
.planDetailBox h5{
  background: var(--brown);
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem
}

.dataTable{
	background: var(--wh);
	border-top: 1px solid var(--gry);
	border-left: 1px solid var(--gry);
	width: 100%;
}
.dataTable th,
.dataTable td{
	border-bottom: 1px solid var(--gry);
	border-right: 1px solid var(--gry);
	text-align: left;
	vertical-align: top;
}

.dataTable thead th{
	background: var(--LOrange);
	border-bottom: 1px solid var(--gry);
	border-right: 1px solid var(--gry);
	font-weight: 700;
	vertical-align: middle;
  text-align: center
}
.dataTable tbody th{
	font-weight: 700;
}
.dataTable tbody td a{
	display: block;
	margin: 0 auto;
	width: 40px;
}

#permit .dataTable tbody td a{
  display: inline-block;
}
#payment .costExample{
	background: var(--wh);
  border: 2px solid var(--bk);
  margin-bottom: 20px
}

.costExample .icPlan{
  background: var(--brown);
  color: #fff;
  padding: 1px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.4rem;
}
.costExample h6{
  font-size: 2.4rem;
  color: var(--base);
	border-bottom: 1px solid var(--base);
  margin-bottom: 20px
  
}
.costExample .leftBox{
  position: relative
}

.costExample .leftBox .medal{
  position: absolute;
  top:10px;
  right:0;
  width: 110px;
  height: 110px;
  border-radius:55px;
  background: var(--base);
  border: 2px solid #161616;
  box-shadow: 0px 3px 0px 2px rgb(255, 133, 0);
  color: var(--wh);
  text-align: center;
  line-height: 1.2;
  padding: 24px 0
}
.costExample .leftBox .medal span{
  font-size: 2rem;
  font-weight: bold;
}
.costExample .leftBox .medal:before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../images/bg_ttl_black_L.png);
  left: -20px;
  top: -15px;
}
.costExample .priceBox{
  display: flex;
  align-items: center
}
.costExample .priceBox .size{
   text-align: center;
  width: 5em;
  line-height: 1.2;
  margin-right: 15px
    
}
.costExample .priceBox .size span{
  font-size: 1rem;
  margin-bottom: 5px;
  display: block;
}
.costExample .priceBox .size p{
  width: 5em;
  height: 4em;
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
  line-height: 1;
  font-weight: bold;
  padding: 5px
}

.costExample .priceBox .price{
  font-size: min(3.7vw,4rem);
  font-weight: bold;
  color: #ff1205;
}

#payment .costExample dl.details{
	margin-top: 20px;
  border-top: 1px solid var(--brown);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px
}
#payment .costExample .details dt{
	padding: 5px;
  border-bottom: 1px solid var(--brown);
  width: 240px
}
#payment .costExample .details dt sup{
  font-size: 0.64em;
}
#payment .costExample .details dd {
	font-weight: 700;
  padding: 5px;
  border-left: 1px solid var(--brown);
  border-bottom: 1px solid var(--brown);
  width: calc(100% - 240px);
  text-align: center;
}

#payment .costExample dl.details:has(+ .accBox){
  margin-bottom: 0;
}
#payment .costExample dl.details.accBox{
  display: none;
  border-top: none;
  margin-top: 0;
  margin-bottom: 0;
}
#payment .costExample dl.details.accBox:has(+ .op){
  display: flex;
  transition: display 0.6s;
}
#payment .costExample .accTrg{
  margin-top: 15px;
  padding: 0.1em 0.5em;
  background-color: #ffbc6c;
  cursor: pointer;
  text-align: center;
}
#payment .costExample .accTrg.op .accTrgOpen,
#payment .costExample .accTrg:not(.op) .accTrgClose{
  display: none;
  transition: display 0.6s;
}
#payment .costExample .accTrg:not(.op) .accTrgOpen
#payment .costExample .accTrg.op .accTrgClose{
  display: inline-block;
}
#payment .costExample .accTrg .accTrgOpen::before,
#payment .costExample .accTrg .accTrgClose::before{
  content: "";
  display: inline-block;
  background-color: var(--brown);
  margin-right: 6px;
  width: 12px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translate(0px, 1px);
}
#payment .costExample .accTrg.op .accTrgOpen::before{
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#payment .costExample .accTrg.op .accTrgClose::before{
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
}
#payment .costExample .details.accBox + .spec{
  margin-top: 30px;
}
#payment .costExample .spec{
  margin-bottom: 20px
}
#payment .costExample .spec li{
  background: var(--base);
  margin: 0 2% 0 0;
  color: #fff;
  padding: 10px;
  text-align: center;
   border-radius: 5px;
  font-size: 1.8rem;
 white-space: nowrap;
}

#payment .costExample .spec li span{
  font-size: 1.2rem;
  display: block;
 white-space: wrap;
}
#payment .costExample .spec li span:only-of-type{
 white-space: nowrap;
}

#payment .costExample .maker{
  border-radius: 5px;
  border: 2px solid var(--base);
  padding: 10px;
}

#payment .costExample .maker span{
  font-size: 1.8rem;
   font-weight: bold;
  text-align: center;
  display: block
}
#payment .costExample .point{
  display: flex;
  margin-bottom: 20px
}
#payment .costExample .point dt{
  white-space: nowrap;
  margin-right: 10px;
    display: flex;
  align-items: center
}
#payment .costExample .point span{
  background: var(--brown);
  color: #fff;
  padding: 1px 10px;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-right: 2%;
  height: 4em;
 display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#payment .costExample .point dd{
  font-size: 1.4rem;
  line-height: 1.4
}

#payment .costExample .caseBox{
  background: var(--LYellow);
  padding: 20px;
}

#payment .costExample .caseBox .ttl{
  font-size: 2rem;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--blue)
}

#payment .costExample .before{
	position: relative;
}
#payment .costExample .before::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	position: absolute;
}
#payment .costExample .after{
	background: var(--blue);
}
#payment .costExample .after dt,
#payment .costExample .after p{
	color: var(--wh);
}
#payment .costExample .casePrice{
  margin-top: 20px;
  margin-bottom: 20px
}
#payment .costExample .casePrice ul{
  display: flex;
  justify-content: center
}
#payment .costExample .casePrice ul li{
  background: #fff;
  border: 2px solid var(--brown);
  border-radius: 5px;
  padding: 10px;
  color: var(--brown);
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1%;
  width: 100%;
  line-height: 1.2
}
#payment .costExample .casePrice ul li span{
  font-size: 1.6rem;
 white-space: nowrap;
}
#payment .costExample .casePrice ul li sup{
  font-size: 0.64em;
}
#payment .costExample .casePrice ul li span.note{
   font-size: 1.2rem;
  font-weight: normal;
 white-space: wrap;
}

#payment .costExample .detailTitle{
  margin-bottom: 0;
  margin-left: 1%
}

#payment .costExample .detailTitle span{
  background: var(--brown);
  color: #fff;
  padding: 1px 10px;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-right: 2%;
  height: 4em;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/*
#payment .costExample .total{
  display: flex;
  flex-wrap: wrap;
  align-items: center    
}*/
#payment .costExample .total ul{
  display: flex;
  flex-wrap: wrap;
}
#payment .costExample .total ul{/*
  width: 60%*/
}
#payment .costExample .total ul li{
  margin: 1%;
}
#payment .costExample .total ul li.item{
  border: 2px solid var(--base);
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
#payment .costExample .total ul li.item + li:not(.item){
  display: grid;
  align-items: center;
}
#payment .costExample .total ul li.item + li:not(.item):not(.sum){
  text-align: center;
}
#payment .costExample .total ul li.item span{
  color: var(--base);
  display: block;
  font-size: 1.6rem
}
#payment .costExample .total ul li.item span.note{
  color: var(--bk);
  font-size: 0.5em;
  line-height: 1.2;
  text-align: left;
}
#payment .costExample .total ul li.item span.note sup{
  font-size: 0.64em
}
#payment .costExample .total ul li.sum{
  flex: 1;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 3.4rem;
  color: var(--base);
  font-weight: bold;
}
#payment .costExample .total p{
  text-align: right;
  font-size: 3.4rem;
  color: var(--base);
  font-weight: bold;
  width: 40%
}

.otherList{
  display: flex;
  flex-wrap: wrap;
  gap:2%;
}
.otherList li{
  width: 100%;
 background: var(--wh);
  border: 2px solid var(--bk);
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px
}
.otherList li h5{
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--base)
}
.otherList li figure{
  margin-bottom: 15px;
}

.otherList li p{
  line-height: 1.5;
  margin-bottom: 15px;
}
.otherList li dl{
  display: flex;
  flex-wrap: wrap;
   border-top: 1px solid #ccc;
  padding-top: 10px
}

.otherList li dt{
  font-weight: bold;
  width: 8em;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.otherList li dd{
  width: calc(100% - 8em);
  line-height: 1.4;
 margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#paymentHowto div.frmBox p {
  background: #fff;
  border: 2px solid var(--brown);
  border-radius: 5px;
  padding: 10px;
  color: var(--brown);
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1%;
  width: 100%;
  line-height: 1.2;
}


/* =======================================
	flow
========================================== */
#flowStep{}
#flowStep .pcFlex{
 padding: 80px 0 0;
}
#flowStep .pcFlex dl{
 position: relative;
 border-radius: 10px;
 background: var(--LYellow);
}
#flowStep .pcFlex dt{
 position: relative;
 display: grid;
 place-content: center;
 background: var(--base);
 border: 2px solid #161616;
 border-radius: 50%;
 font-size: min(5vw,30px);
 width: 150px;
 height: 150px;
 margin: 0 auto -65px;
 box-shadow: 0px 3px 0px 2px rgb(255, 133, 0);
 color: #fff;
 line-height: 1.5;
 transform: translate(0, -50%);
}
#flowStep .pcFlex dd{
 padding: 20px 20px;
}
#flowStep .pcFlex dd ul li{
  position: relative;
  padding-left: 1.8em;
  font-size: 1.58rem;
}
#flowStep .pcFlex dd ul li span{
  position: absolute;
  top: 0.25em;
  left: 0;
  padding-left: 0.1em;
  display: grid;
  place-content: center;
  background: var(--LOrange);
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  color: var(--wh);
  font-size: 0.8em;
  line-height: 1em;
}

#flowList .flowCat{
 position: relative;
 padding: 0 0 0 74px;
}
#flowList .flowCatTit{
}

#flowList .flowCatTit{
 position: absolute;
 left: 0;
 top: 0;
 background:var(--blue);
 color: #fff;
 width: 50px;
 height: 100%;
 padding: 20px 0 0;
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 line-height: 50px;
}
#flowList h3{
	display: flex;
	align-items: center;
}
#flowList h3 .num{
	background: var(--LOrange);
	color: var(--wh);
	display: flex;
  align-items: center;
  justify-content: center;
	position: relative;
}
#flowList h3 .num:not(:last-of-type)::after{
	content: "";
	background: var(--LOrange);
	display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
}
.flowDetail{
	background: var(--wh);
	border-radius: 17px;
	border: 1px solid #FF9A1F;
	box-shadow: 9px 9px 0px 1px #FF9A1F;
	width: 100%;
}
.flowDetail .txts dt{
	font-weight: 700;
  background: var(--wh);
  display: inline-block;
  padding: 0 15px;
  border: 1px solid var(--bk);
}
.flowDetail .txts ul li{
	font-weight: 700;
}
.flowDetail .txts ul li .note{
	font-weight: 400;
	margin-left: 1em;
	text-indent: -1em;
	padding-left: 1em;
}
.flowDetail .btnWrap.pcFlex .btn{
	height: auto;
}

/* =======================================
	faq
========================================== */
.listBox .questionArea{
	background: var(--wh);
	border: 1px solid var(--blue);
	color: var(--blue);
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
}
.listBox .answerArea{
	display: flex;
}
.listBox .txtBox{
	display: block;
}
.listBox .ic{
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.listBox .questionArea .ic{
	background: var(--blue);
}
.listBox .answerArea .ic{
	background: var(--base);
	margin-top: -5px;
}
.listBox .answerArea p:not(.btnWrap) a{
	color: var(--base);
  font-weight: 700;
}
.listBox .answerArea p:not(.btnWrap) a:hover{
  opacity: .7
}

.ancohList {
  margin: 0 auto;
  display: flex;
  max-width: 1000px;
  gap:30px
}
.ancohList li{
width: calc((100% - 60px) /3)
}

/* =======================================
	esg
========================================== */
#esgLead dl{
	color: var(--wh);
	font-weight: 700;
	margin: 0 2%;
	text-align: center;
}
#esgLead dl dd span{
	font-weight: 400;
}
#esgLead p{
	margin-top: 20px;
}
#esgList .titleArea{
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
#esgList .titleArea h4{
	display: flex;
	align-items: center;
	width: 70%;
}
#esgList .titleArea .bgCircle{
	color: var(--wh);
	display: inline-block;
	line-height: 1;
	text-align: center;
}
#esgList .titleArea .bgCircle span{
	display: block;
}
#esgList .titleArea .bgCircle + span{
	display: block;
	padding-left: 7px;
}
#esgList .titleArea figure{
	display: flex;
	justify-content: flex-end;
}
#esgList .titleArea figure img{
	margin: 0 1%;
}
#esgList .esgBox .txts h5{
	border-bottom: 1px solid var(--bk);
	letter-spacing: 0.131em;
}

/* =======================================
	estimate
========================================== */

#estimateLine .attention{
  font-weight: 700;
  text-decoration: underline;
}
#estimateLine dl{
	border: 1px solid #FF9A1F;
  box-shadow: 9px 9px 0px 1px #FF9A1F;
	position: relative;
}
#estimateLine dl:not(:last-of-type)::after{
	content: "";
	background: #FF9A1F;
	display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
}
#estimateLine dl dt{
	background: var(--LOrange);
	border-radius: 8px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
#estimateLine dl dt span{
	display: block;
}
#estimateLine dl dt h4{
	border-top: 1px solid var(--bk);
	margin-top: 1em;
  padding-top: 1em;
}
#estimateLine dl#estimateLineStep01 dd ul li.step01QR{
  position: relative;
	display: grid;
	place-content: center;
}
#estimateLine dl#estimateLineStep01 dd ul li.step01QR figcaption{
    background: var(--LYellow);
    border-radius: 20px;
    text-align: center;
}
#estimateLine dl#estimateLineStep01 dd ul li.step01QR::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
#estimateFlow div.pcFlex .img{
	position: relative;
}
#estimateFlow div.pcFlex .img figcaption{
	background: var(--bk);
	color: var(--wh);
	display: grid;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 10px;
  right: 10px;
	text-align: center;
}
#estimateFlow div.pcFlex .img.leftcap figcaption{
  top: 10px;
  left: 10px;
}
#estimateFlow div.pcFlex.flexRowReverse .img figcaption{
	right: 10px;
	left: auto;
}
#estimateFlow div.pcFlex .txts{
	background: var(--wh);
  border: 2px solid var(--bk);
  border-radius: 17px;
  position: relative;
}
#estimateFlow div.pcFlex .txts::before {
  position: absolute;
  left: -13px;
  top: 12px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--LYellow);
  border-radius: 18px;
  z-index: -1;
}
#estimateFlow div.pcFlex .txts .badge{
	background: var(--yellow);
  position: absolute;
  top: 0;
  display: grid;
  place-content: center;
  border-radius: 50%;
}
#estimateFlow div.pcFlex .txts .catch span{
	display: inline-block;
	font-weight: 900;
	margin-bottom: 0.3em;
}

#estimateStep dl{
	border: 2px solid var(--bk);
	border-radius: 17px;
	position: relative;
}
#estimateStep dl:not(:last-of-type)::after{
	content: "";
	background: var(--bk);
	display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
}
#estimateStep dl dt{
	background: var(--bk);
	color: var(--LOrange);
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

#estimatePoints{}
#estimatePoints figure{
 position: relative;
 margin: 0 0 20px;
}
#estimatePoints figure img{
 max-width: none;
 width: 100%;
}
#estimatePoints figcaption{
 position: absolute;
 top: calc(50% - 4rem);
 left: 0;
 display: grid;
 place-content: center;
 width: 100%;
 height: 8rem;
 color: #fff;
 font-size: min(5vw,24px);
 font-weight: 700;
 /*text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;*/
 text-align: center;background: rgba(0,0,0,0.51);
  line-height: 1.5
}
.checkList li{
 position: relative;
 padding: 0 0 0 30px;
}
.checkList li::before{
 content: "";
 display: block;
 border-radius: 50%;
 background: var(--yellow);
 width: 20px;
 height: 20px;
 position: absolute;
 left: 0;
 top: 0.4em;
}
.checkList li::after{ 
	content: "";
	position: absolute;
	top: 0.2em;
	left: 7px;
	display: block;
	border-bottom: 3px #232323 solid;
	border-right: 3px #232323 solid;
	width: 7px;
	height: 14px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#estimatePoints .point{
 position: relative;
 border: 1px var(--bk) solid;
 display: flex;
 gap:0 10px;
 padding: 5px 5px 5px 0;
 margin-top: 20px;
}
#estimatePoints .point::before{
 content: "POINT";
 display: grid;
 place-content: center;
 flex: 0 0 100px;
 background: var(--bk);
 width: 100px;
 margin: -5px 0;
 color: #fff;
 text-align: center;
}

#estimateBasic{
 padding-top: 0;
}
#estimateBasic .pcFlex{ 
 position: relative;
 background: var(--wh);
 border: 2px solid var(--bk);
 border-radius: 17px;
 padding: 40px;
}

/* =======================================
	case
========================================== */
/*		一覧
-----------------------------*/
.sideColumn {
	background: var(--LYellow);
}
.sideColumn li a{
  color: var(--bk);
	display: block;
	position: relative;
}
.sideColumn li a::after{
	content: "";
  position: absolute;
  display: inline-block;
  right: 0;
	background: url("../images/ic_arrow_orange.svg") no-repeat left top / contain;
}

/*	投稿
-----------------------------*/
.caseDetailBox .term.flex{
  align-items: center;
  gap: 1em;
	margin-bottom: 15px !important;
}
.caseDetailBox .term .category{
  display: grid;
  place-content: center;
  background: var(--base);
  border-radius: 0.9em;
  height: 1.8em;
  padding: 0 1em;
  color: var(--wh);
  line-height: 1em;  
}
.caseDetailBox .h3Tit{
	background: var(--base);
	color: var(--wh);
  margin-bottom: 1em;
	padding: 8px 0.5em;
	text-align: left;
}
.caseDetailBox > .h4Tit{
	margin-top: 6%;
}
.caseMainimgList.flex {
  flex-wrap: wrap;
  gap: 1em 5%;
  margin-bottom: 2em;
}
.caseMainimgList.flex li,
#caseBeforeModal figure,
#caseAfterModal figure{
  position: relative;
}
.caseMainimgList.flex li.caseBefore::before,
#caseBeforeModal figure::before{
  content: "BEFORE";
}
.caseMainimgList.flex li.caseAfter::after,
#caseAfterModal figure::after{
  content: "AFTER";
}
.caseMainimgList.flex li.caseBefore::before,
.caseMainimgList.flex li.caseAfter::after,
#caseBeforeModal figure::before,
#caseAfterModal figure::after{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: .2em .8em;
  background: rgb(255, 255, 255,0.6);
}

.caseImgList.flex{
  margin-bottom: 3em;
  flex-wrap: wrap;
  gap: 1em 3%;
}
.caseDetailBox section{
	padding: 6% 0;
}
.caseMessage{
  width: 88%;
  margin: 0 auto;
  padding: 2em;
  background: #fff;
  box-shadow: 0px 3px 0px 2px var(--bk);
  border: 2px solid var(--bk);
  border-radius: 10px;
}

.caseStaffList.flex{
  flex-wrap: wrap;
	justify-content: center;
}
.caseStaffList li figure{
  border-radius: 50%;
}
.caseStaffList li figure img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

#case .pager{
  display: flex;
  justify-content: space-between;
}
#case .pager .pagerPrev a.btn{
  width: 144px;
}
#case .pager .pagerToList a.btn{
  width: 200px;
}
#case .pager .pagerNext a.btn{
  width: 144px;
}
#case .pager .pagerPrev a::before,
#case .pager .pagerNext a::after{
	content: "";
	background: url("../images/ic_arrow_orange.svg") no-repeat left top / contain;
	width: 18px;
	height: 17px;
	position: absolute;
	display: inline-block;
	top: calc(50% - 9px);
}
#case .pager .pagerPrev a::before{
	transform: scaleX(-1);
}


/* =======================================
	news
========================================== */
/*	一覧
-----------------------------*/
#newsList .list li{
  border: 1px solid var(--brown);
  padding: 2px;
}

#newsList .list li:nth-child(3n){
  margin-right: 0;
}
#newsList .list li figure{
  height: 150px;
  overflow: hidden;
}
#newsList .list li figure img{
  height: auto
}

#newsList .list li .articleHead{
  justify-content: space-between;
  margin-bottom: 10px
}
#newsList .list li .txt{
  padding: 15px
}

#newsList .list li .icCategory{
  /* display: block; */
  background: var(--base);
  padding: 2px;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsList .sidemenu,
#newsArticle .sidemenu{
  width: 18%;
  background: var(--LYellow);
  padding: 20px 20px 70px 20px;
}


#newsList .sidemenu .tab li,
#newsArticle .sidemenu .tab li{
  border-bottom: 1px dotted var(--bk);
  padding: 10px 10px 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
#newsList .sidemenu .tab li a,
#newsArticle .sidemenu .tab li a{
  position: relative;
  display: block
}
#newsList .sidemenu .tab li a::after,
#newsArticle .sidemenu .tab li a::after{
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  background: url("../images/ic_arrow_orange.svg") no-repeat left top / contain;
}

/*		single
-----------------------------*/
.articleBox{
	border-bottom: 1px solid var(--Gry);
}
.articleBox dt{
	padding-right: 5%;
	position: relative;
}
.articleBox dt::after{
	content: "";
	background: linear-gradient(90deg, rgba(66,56,222,1) 0, rgba(32,134,222,1) 62%, rgba(112,181,235,1) 100%);
	display: inline-block;
	width: 12px;
	height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: calc(50% - 5px);
	right: 0;
}
.articleBox dt.open::after{
	content: "";
	background: linear-gradient(90deg, rgba(66,56,222,1) 0, rgba(32,134,222,1) 62%, rgba(112,181,235,1) 100%);
	display: inline-block;
	width: 12px;
	height: 10px;
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
	position: absolute;
	top: calc(50% - 5px);
	right: 0;
}
.articleBox dt span{
	display: block;
}
.articleBox dt .date{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	background: linear-gradient(90deg, rgba(66,56,222,1) 0, rgba(32,134,222,1) 62%, rgba(112,181,235,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.articleBox dt .title{
	font-weight: 700;
}
.articleBox dd{
	padding-top: 15px;
}
.articleBox > a{
  display: block;
}
.articleBox > a:hover{
  opacity: 0.7;
}
.articleBox .pcFlex figure img{
  margin: auto;
  width: 100%;
  height: auto;
}
.articleBox .pcFlex .txt{
  position: relative;
  flex: 1;
  padding-bottom: 3em;
}
.articleBox a p{
  color: #323133;
}

.newsArticleHead{
	border-bottom: 2px solid var(--base);
  padding-bottom: 0.75em;
}
.newsArticleHead .articleInfo{
	display: flex;
	margin-top: 5px;
}
.newsArticleHead .icCategory{
  background: var(--base);
	border-radius: 3px;
  padding: 2px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-right: 1em;
}
.newsArticleBox figure{
	margin: 20px auto !important;
	width: 100% !important;
	height: auto;
}
.newsArticleBox figure img{
	margin: 0 auto;
	height: auto;
}

.newsArticleBox .staffBox{
	background: var(--wh);
  border: 1px solid #FF9A1F;
	border-radius: 10px;
	margin-top: 30px;
	padding: 20px;
}
.newsArticleBox .staffBox h3{
	background: var(--base);
	border-radius: 4px;
	color: var(--wh);
	margin-bottom: 15px;
}
.newsArticleBox .staffBox figure{
	text-align: center;
}
.newsArticleBox .staffBox figure img{	
	border-radius: 50%;
	margin-bottom: 5px;
	object-fit: cover;
}

.newsArticleBox .btnPrev::before,
.newsArticleBox .btnNext::after,
#caseList .btnPrev::before,
#caseList .btnNext::after{
	content: "";
	background: url("../images/ic_arrow_white.svg") no-repeat left top / contain;
	width: 18px;
	height: 17px;
	position: absolute;
	display: inline-block;
	top: calc(50% - 9px);
}
.newsArticleBox .btnPrev::before,
#caseList .btnPrev::before{
	transform: scaleX(-1);
}

.newsEntry h3{
  border-bottom: 2px solid var(--base);
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: left;
}
.newsEntry h3 .date{
  display: inline-block;
  width: 6em;
  margin-right: 1em;
  padding: 0.2em 0 0 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: .84em;
  text-align: center;
  color: var(--base);
}
.newsEntryBox{
  margin-bottom: 30px;
}
.newsEntryBox.pcFlex figure img{
  width: 100%;
  height: auto;
}
.newsEntryBox.pcFlex .txt{
  flex: 1;
}
.newsEntryBox h4{
  margin-bottom: 30px;
  font-size: 2rem;
}
.newsEntryBox p + h4{
  margin-top: 60px;
}
.newsEntryBox h5{
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.newsEntryBox p + h5{
  margin-top: 70px;
}
.newsEntryBox p:not(:first-child){
  margin-bottom: 30px;
}
.newsEntryBox .btn.btnPrev,
.newsEntryBox .btn.btnNext{
    max-width: 150px;  
}

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

#contactLine .frm{
background: var(--wh);
  border: 2px solid var(--bk);
  border-radius: 17px;
  padding: 20px 50px 40px;
  text-align: center;
  width: 85%;
  margin: auto
}

#contactLine .frm .deco{
  margin-bottom: 0;
}

#contactLine .frm h4{
	color: var(--blue);
	font-weight: 600;
	line-height: 1.6em;
  font-size: 2.2rem;
  align-items: center;
}
#contactLine .frm h4 figure{
  width: 50px;
  margin-right: 10px
}

#contactLine .frm p{
  margin-bottom: 10px !important
}
#contactLine .frm .flow li{
background: var(--base);
  border: none;
  border-radius: 4px;
  color: var(--wh);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 0 1%;
  position: relative;
  text-align: center;
  height: 46px;
  width: 30%;
  max-width: 100%;
}
#contactLine .frm .flow{
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 40px;
}
#contactLine .frm .flow li:after{
  top: calc(50% - 10px);
  right:-25px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 7px 7px 7px 10px;
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  
}
#contactLine .frm .flow li:last-child::after{
  display: none
}

#contactLine .frm .qr {
  gap: 0 40px;
  margin: 20px auto 40px;
  align-items: center;
  justify-content: center;
}

#contactLine .frm .qr li {
  width: min((calc(100% - 20px)/2),300px);
}
#contactLine .frm .qr li.step01QR{
  position: relative;
	display: grid;
	place-content: center;
  padding: 30px
}
#contactLine .frm .qr li.step01QR figcaption{
    background: var(--LYellow);
    border-radius: 20px;
    text-align: center;
}
#contactLine .frm .qr li.step01QR::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 7px 7px 7px 10px;
  top: calc(50% - 10px);
  right:-25px;
}


#contactPhone{
  background: var(--base);
  text-align: center;
}

#contactPhone h3{
  color: #fff;
  font-size: 3.2rem;
}

#contactPhone .inner {
  display: grid;
  justify-items: center;
  position: relative;
  background: #fff;
  border: 2px solid var(--bk);
  border-radius: 8px;
  box-shadow: 3px 5px 0px 0px rgb(96, 96, 96, 0.9);
  margin-top: 40px;
  padding: 20px;
  width: 350px;
}

#contactPhone .inner p {
  background-image: url("../images/footcontact_ic_tel.svg");
  background-repeat: no-repeat;
 padding-top: 60px;
  background-size: 50px 50px;
  background-position: center top;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#contactPhone .inner a {
  line-height: 1em;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.032em;
}

#contactPhone .inner .time {
  font-size: 1.6rem;
  color: var(--LOrange);
  line-height: 1em;
}






/* =======================================
	form
========================================== */
.tb_cont{
	border-top: 1px solid var(--base);
	border-right: 1px solid var(--base);
	border-left: 1px solid var(--base);
	width: 100%;
  margin-bottom: 30px;
}
.tb_cont th{
	background: var(--base);
	color: var(--wh);
	vertical-align: middle;
}
.tb_cont td{
	background: var(--wh);
	vertical-align: middle;
}
.tb_cont td p{
	margin-bottom: 10px !important;
}
.tb_cont .hissu{
	display: inline-block;
	background: var(--wh);
	border: 1px solid #bd4e00;
	border-radius: 3px;
	line-height: 1;
	margin-left: 0.5em;
}
.tb_cont .zipBtn{
	background: var(--blue);
	border-radius: 5px;
	color: var(--wh);
}
.confirm a{
	text-decoration: underline;
}
#mailformpro input.btn{
	border: none;
}

.contactPrivacy span{
  color: var(--blue); 
  cursor: pointer;
  font-weight: 600
}




/* =======================================
	privacypolicy
========================================== */
#privacy{
padding: 0
}

#privacy .md-contents{
  height: 80vh;
  overflow: scroll;
}

#privacy .md-inner{
  padding: 30px;
  text-align: left;
}

.pgs #privacy .md-inner .h4Tit{
  text-align: left;
}
.pgs #privacy .md-inner p{
  margin-bottom: 10px !important
    
}
.pgs #privacy .md-inner h5{
  margin-top: 30px;
}
