@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;
 line-height: 1.4;
}
ul,dl,ol {  text-indent: 0;}
li {  list-style: none;}
address,caption,cite,code,dfn,em,th,var {
  font-style: inherit;
  font-weight: inherit;
}
b,strong {  font-weight: bold;}
sup {  vertical-align: text-top;}
sub {  vertical-align: text-bottom;}
input,textarea,select,b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input,
* html textarea,
* html select {
  font-size: 100%;
}
textarea.message {
  width: 100%;
  height: 20rem;
}
*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th,td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}
input,select,textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}
input.w100,
textarea {
  width: 100%;
  border: 1px solid #353750;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #ffffff;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #353750;
  border-radius: 0.23em;
  background: #FFFFFF;
}
::placeholder {
  font-weight: normal;
}

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

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

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

	Structure CSS

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

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

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

.rela {  position: relative;}

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



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

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

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

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

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



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

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

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

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

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

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

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

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

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

	margin / padding

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

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

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

.visibilityHidden {
  visibility: hidden;
}

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


/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #ffffff;
  color: #333333;
}
body {
 background: #fff;
  margin: 0 auto;
  padding: 0;
  font-family: "Zen Kaku Gothic New","Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
   font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.7;
 letter-spacing: 0;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}


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

.js-inview{
 opacity: 0;
}


/*フォントファミリー
========================================== */
.fontG {
  font-family: "Zen Kaku Gothic New","Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.fontMin {
  font-family: 'Noto Serif JP', serif;
}



/*色
========================================== */
:root {
  --base: #292523;
  --base2: #141414;
  --bk: #000000;
  --wh: #FFFFFF;
  --red: #ed502d;
 --orange:#FFAB00;
 --Lyellow:#FCFFE8;
 --green: #2F9E47;	
  --gray: #989898;
 --Lgray:#B2B2B2;
 --blue:#1db3f8;
}

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

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgW{  background: var(--wh) !important;}
.bgLyellow{ background: var(--Lyellow) !important;}
.bgOrange{ background: var(--orange) !important;}
.bgGray {  background: var(--gray) !important;}
.bgLgray{ background: var(--Lgray) !important;}
.bgGreen{ background: var(--green) !important;}

/*ボタン
========================================== */
.btnWrap{
 margin-top: 40px;
 text-align: center;
}
.btnWrap .btn{
	margin: 0 auto;
}
.btnWrap.left .btn{
 margin: 0;
}
.btn{
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 border-radius: calc(infinity * 1px);
 background: var(--green);
 width: min(100%, 270px);
 min-height: 64px;
 padding: 5px 15px 5px 0;
 color: #fff;
 font-weight: 700;
 line-height: 1.2;
 transition: all .5s ease;
 letter-spacing: 0;
}
.btn::after{
 content: "";
 display: block;
 background: url("../images/arrow_circle_green.svg") no-repeat left top/100% auto;
 width: 31px;
 height: 31px;
 position: absolute;
 right: 20px;
 top: 0;
 bottom: 0;
 margin: auto;
}
.btn.bgOrange::after{
 background-image: url("../images/arrow_circle_orange.svg");
}

.btnL{
	width: min(100%, 325px);
}

.btn:hover{
  opacity: 0.7;
}
.btn.inline{
 display: inline-grid;
 width: auto;
 padding-left: 50px;
 padding-right: 70px;
}
.icArrow{
 display: flex;
 align-items: center;
 gap:0 20px;
 font-size: 24px;
 font-weight: 700;
}
.icArrow::after{
  content: "";
  display: block;
 background: url("../images/arrow_circle_green2.svg") no-repeat left top/100% auto;
  width: 34px;
  aspect-ratio: 1/1;
  transition: all .5s ease;
}

a:focus,
a:active,
a:hover {
  opacity: .8;
}




/*装飾
========================================== */

/*タイトル
========================================== */
.h2Tit {
  color: var(--base);
  font-weight: 700;
 line-height: 1.4;
 text-align: center;
}
.h2Tit .en{
 display: block;
 color: var(--green);
 line-height: 1.45;
}
.h3Tit{
 color: var(--base);
 font-weight: 700;
 text-align: center;
}

/*テキスト
========================================== */
/*		leadTxt
-----------------------------*/
.leadWrap{
 font-weight: 700;
 line-height: 1.85;
 text-align: center;
}
.leadWrap h3{
	line-height: 2;
	text-align: center;
}
.leadWrap h3 span{
/* background: linear-gradient(transparent 70%, var(--orange) 0%); */
	border-bottom: 1px dashed var(--orange);
}
.leadWrap h3.orange{
	border-color: var(--orange);
}
.leadWrap p{
	line-height: 2em;
}
.leadWrap p + p{
 margin-top: 2em;
}


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


.slash{
 display: flex;
 justify-content: center;
 align-items: flex-end;
 gap:0 5px;
 line-height: 1.1;
}
.slash::before,
.slash::after{
 content: "";
 display: block;
 background: var(--base);
 width: 1px;
 height: 1em;
transform: rotate(36deg);
 transform-origin: bottom right;
}
.slash::before{
transform: rotate(-36deg);
 transform-origin: bottom left;
}
 
.line{
 	background: linear-gradient(transparent 70%, var(--orange) 0%);
	display: inline;
	font-weight: 700;
}
 

/* パンくず
========================================== */
#breadcrumb{
	padding: 15px 0;
}
#breadcrumb ul{
	display: flex;
	gap: 0 34px;
	margin: 0 auto;
	width: 96%;
 max-width: 1100px !important;
}
#breadcrumb ul li{
	font-size: 1.3rem
}
#breadcrumb ul li a{
	color: var(--green);
}
#breadcrumb ul li:not(:last-child){
	position: relative;
}
#breadcrumb ul li:not(:last-child)::after{
	content: "";
	display: inline-block;
	border-top: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	position: absolute;
	right: -21px;
	top: calc(50% - 3.5px);
}

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

/*-- pager --*/
.pager{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px !important;
  position: relative;
  margin: 50px auto 0;
}
.pager a:not(.btn){
	/* background: var(--wh);
	display: grid;
  align-items: center;
  justify-content: center;
 width: 20%;
 max-width: 200px; */
 	color: var(--green);
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
.pager .pagerPrev{
	padding-left: 20px;
}
.pager .pagerNext{
	padding-right: 20px;
}
.pager .pagerPrev::before,
.pager .pagerNext::after{
	content: "";
	background: var(--green);
	display: inline-block;
	width: 7px;
  height: 7px;
	position: absolute;
	top: calc(50% - 3.5px);
}
.pager .pagerPrev::before{
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
	left: 0;
}
.pager .pagerNext::after{
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	right: 0;
}
.pager .btnWrap{
 	margin: 0;
}
.pager .btn{
	color: var(--wh);
}

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

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

.checkList li{
 background: url("../images/ic_check.svg") no-repeat left top/22px auto;
 padding: 0 0 0 31px;
 margin-bottom: 8px;
 line-height: 1.8;
}

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


/* =======================================
  タブ
========================================== */
.tabBtn.flex{
	margin-bottom: 20px;
	border-bottom: 2px solid var(--green);
	justify-content: center;
	gap: 10px;
}
.tabBtn li{
    width: min(calc((100% - 10px)/2),300px);
}
.tabBtn li a{
	display: grid;
	align-items: center;
	background-color: var(--wh);
  width: 100%;
	height: 100%;
	padding: 0.5em;
	border: solid var(--green);
	border-width: 2px 2px 0 2px;
	border-radius: 10px 10px 0 0;
	color:  var(--green);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
}
.tabBtn .active a{
	background-color: var(--green);
	color: #fff !important;
}

/* =======================================
  レイアウト
========================================== */


/* =======================================
	header
========================================== */
header {
	position:fixed;
 background: #fff;
 box-shadow: 0 4px 4px rgba(0,0,0,.12);
	width: 100%;
 left: 0;
	top:0;
	z-index: 100;
}
header::before{
 content: "";
 display: block;
 width: 100%;
 height: 0;
 border-top: 37px var(--green) solid;
 position: absolute;
 top: 0;
 left: 0;
}

header.fixed{
 background: #fff;
}
header #logo a{
 display: block;
 margin-top: 46px;
 line-height: 1;
}
header #logo a img{
 width: 337px;
}
header #logo span{
 display: block;
 color: #fff;
 font-size: min(1.3vw,15px);
 line-height: 20px;
 white-space: nowrap;
 position: absolute;
 top: 9px;
 left: 0;
}
#gnaviList .contact a{
 display: flex;
 align-items: center;
 justify-content: center;
	border-radius: calc(infinity * 1px);
 gap:0 4px;
 background: var(--orange);
 width: min(12vw,166px);
 height: 49px;
 color: var(--wh);
 line-height: 1.1;
}
#gnaviList .contact a::before{
 content: "";
 display: block;
 background: url("../images/ic_mail_wh.svg") no-repeat left top/100% auto;
 width: 22px;
 height:16px;
}

#headTel a{
 position: relative;
 padding: 0 0 0 26px;
 background: url("../images/ic_tel_wh.svg") no-repeat left bottom/23px auto;
 color: #fff;
 font-size: 32px;
 font-weight: 700;
 line-height: 1;
}
#headTel span{
 color: #fff;
 font-size: 15px;
 font-weight: 500;
}

/* =======================================
	footer/#footContact
========================================== */
#footContact{
 background: var(--green);
}
#footContact h2{
 margin-bottom: 25px;
 color: #fff;
 font-size: 40px;
}
#footContact h2 .en{
 color: #fff;
}
#footContact .center{
 color: #fff;
 font-size: 20px;
}
#footContact ul{
 margin-top: 50px;
}
#footContact ul li{
 border-radius: 14px;
 background: #fff;
 padding: 37px 20px 40px;
 text-align: center;
}
#footContact ul li img{
 margin: 0 auto;
}
#footContact ul .tel a{
 display: inline-block;
 margin-top: 30px;
 color: var(--green);
 font-size: 48px;
 font-weight: 700;
 line-height: 1;
}
#footContact ul .tel a::before{
 content: "TEL.";
 font-size: 20px;
}
#footContact ul .tel p{
 color: #626262;
 font-weight: 500;
 letter-spacing: 0.13em;
}
#footContact .contact a{
 width: min(100%,389px);
 flex-flow: column;
 gap:5px 0;
 margin: 20px auto 0;
 height: 86px;
 font-size: 24px;
 font-weight: 500;
 line-height: 1.2;
}
#footContact .contact a span{
 font-size: 16px;
 letter-spacing: 0.13em;
}
#footContact .contact a::after{
 background: url("../images/arrow_circle_orange2.svg") no-repeat left top/100% auto;
 width: 22px;
 height: 22px;
 right: 35px;
}
/* =======================================
	footer/#footBottom
========================================== */
footer{
	background: var(--Lyellow);
}

#footBottom{
 padding-top: 92px;
 padding-bottom: 128px;
}

#footerLogo{
 margin: 0 0 18px;
}
#footerLogo img{
 width: min(100%,265px);
 height: auto;
}
.footerLeft .add{
 color: #626262;
}
.footerLeft .flex{
 align-items: center;
 gap:0 21px;
}
footer .copy p{
 line-height:1.4;
}
footer .copy copy{
 color: #626262;
  font-size: 1.6rem;
 line-height:1.4;
}

/*
#pageTop{
	position: fixed;
 right: 11px;
 bottom: 11px;
 line-height: 1;
	z-index: 10;
}
#pageTop a{
 display: block;
}*/

/* =======================================
	 common
========================================== */
/*		main
-----------------------------*/
main{
  margin-top: 122px;
}
main .img img{
	background: var(--wh);
	border-radius: 20px;
}

/*タイトル
========================================== */
/*-- mainTitle --*/
.mainTitle{
 position: relative;
	color: var(--wh);
	display: grid;
	justify-content: center;
	align-items: center;
 /* border-bottom: 1px var(--gray) solid;
	background: var(--Lyellow);background-size: cover; */
	background: var(--green);
 background-repeat: no-repeat;
 background-position: center center;
}
.mainTitle h2{
 position: relative;
 z-index: 1;
 text-align: center;
 line-height: 1.5;
}
.mainTitle h2 span{
 font-size: 60%;
 margin-bottom: 5px;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0 5px;
 line-height: 1.4;
 letter-spacing: 0.02em;
}
.mainTitle h2 span::before{
 content: "";
 display: block;
 border-radius: 50%;
 width: 0.7em;
 height: 0.7em;
 margin-right: 5px;
 margin-top: 0.15em;
}
.mainTitle h2 span.Lorange::before{
	background: var(--Lorange);
}
.mainTitle h2 span.red::before{
	background: var(--red);
}
.mainTitle h2 span.pink::before{
	background: var(--pink);
}
.mainTitle h2 span.blue::before{
	background: var(--blue);
}
.mainTitle h2 span.green::before{
	background: var(--green);
}

/*-- table --*/
.basicTable {
	background: var(--wh);
	border: 1px solid var(--gray);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable >div{
 display: flex;
	justify-content: space-between;
	align-items: stretch;
 width: 100%;
}
.basicTable > dt,
.basicTable >div>dt{
	background: var(--base);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	display: flex;
	font-weight: 700;
	align-items: center;
}
.basicTable > dd,
.basicTable >div>dd{
	border-bottom: 1px solid var(--gray);
	display: grid;
	align-items: center;
}
.basicTable dd dl dd{
	padding-left: 1em;
}
.basicTable dd dl dd + dt{
	padding-top: 15px;
}
.basicTable a{
	text-decoration: underline;
}
.basicTable a:hover{
 text-decoration: none;
}

table.basicTable{
	display: table;
  width: 100%;
}
table.basicTable thead{
	width: 100%;
}
table.basicTable thead th{
	background: var(--green);
	border-right: 1px solid #ccc;
	color: var(--wh);
	font-weight: 700;
	text-align: center;
}
table.basicTable thead th span{
	display: block;
	font-size: 88%;
}
table.basicTable tbody th{
  width: 25%;
	background: #f6f6f6 !important;
	border-bottom: 1px solid var(--gray);
	color: var(--base);
	font-weight: 500;
}
table.basicTable.col50 tbody th{
  width: 50%;
}
table.basicTable tbody td{
	border-bottom: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	text-align: center;
}
/* table.basicTable tbody tr:last-of-type th,
table.basicTable tbody tr:last-of-type td{
	border-bottom: none;
} */
table.basicTable th,
table.basicTable td{
	vertical-align: middle;
	padding: 15px 1.5%; 
}
table.basicTable tbody th:has(+ td){
	background-color: var(--Lblue);
}
table.basicTable .bdrR0{
	border-right: none;
}

.definitionBox{
 position: relative;
 border-radius: 20px;
 /*border: 2px var(--blue2) solid;*/
 background: var(--grd);
 padding: 40px 5%;
 margin: 60px auto 0;
 z-index: 0;
}
.definitionBox::before{
 content: "";
 display: block;
 border-radius: 10px;
	background-color: rgba(255, 255, 255, .9);
 width: calc(100% - 20px);
 height: calc(100% - 20px);
 position: absolute;
 top: 10px;
 left: 10px;
}
.definitionBox dt{
 position: relative;
 text-align: center;
}
.definitionBox dd{
 position: relative;
}

/*.iconList*/
.iconList.flex{
    gap: 20px 5%;
    flex-wrap: wrap;
    justify-content: center;
}
.iconList.flex li{
    flex: 1;
}
.iconList li figure{
    background-color: var(--LLblue);
		background-color: var(--gray);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    display: grid;
    place-content: center;  
}
.iconList li figure img{
    margin: auto;
}

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

/*----*/

.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pageLinks li a{
	border-radius: calc(infinity * 1px);
	background: var(--orange);
	border: 1px solid var(--orange);
	color: #fff;
	display: grid;
 place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	text-align: center;
}
.pageLinks li a::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
	border-top: 1px solid var(--wh);
	border-right: 1px solid var(--wh);
	position: absolute;
  right: 8%;
  top: calc(50% - 3px);
	transform: rotate(45deg);
}
.pageLinks .noLink a,
.pageLinks a:hover{
	background: var(--wh);
	color: var(--orange);
}
.pageLinks a:hover::after{
	border-top: 1px solid var(--orange);
	border-right: 1px solid var(--orange);
}
main .pageLinks:last-child{
 margin-top: 50px;
 margin-bottom: 100px;
}
main .pageLinks:last-child li a{
 height: 80px;
 font-size: 18px;
}

/*画像
========================================== */
main:not(#top) figure img{
	border-radius: 10px;
  object-fit: cover;
}



/* =======================================
	top
========================================== */
#top main{
 margin-top: 0;
}
#top .bgInner{
 background: url("../images/top_bg.png") repeat-y left top /100% auto;
}

/*		#mv
-----------------------------*/
#mv{
	position: relative;
 padding: 0;
}
.mvSlider .slick-slide{
 position: relative;
}
.mvSlider figure{
 height: 760px;
}
.mvSlider figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.mvSlider .slick-slide .btn{
 position: absolute;
 right: 70px;
 bottom: 43px;
}
#mv_txt{
 position: absolute;
 left: min(5%,70px);
 bottom: 40px;
 margin: auto;
}
#mv_txt *{
 color: #fff;
 font-weight: 600;
}
#mv_txt h2{
 margin-bottom: 10px;
 font-size: 48px;
 letter-spacing: 0.12em;
 line-height: 1.54;
}
#mv_txt p{
 font-size: 20px;
 letter-spacing: 0.06em;
 line-height: 1.65;
}

/*		#topLead
-----------------------------*/
#topLead{
 background: url("../images/top_lead_bg.jpg") no-repeat center bottom/cover;
 padding-top: 110px;
 padding-bottom: 265px;
}
#topLead p{
 width: 90%;
 max-width: 24em;
 margin: 0 auto;
 font-size: 22px;
 line-height: 2.36;
}
#topLead p + p{
 margin-top: 2.36em;
}

/*		#topCompatibleArea
-----------------------------*/
#topCompatibleArea{
	background-image: url("../images/top_compatiblearea_img.png");
	background-color: var(--green);
	background-repeat: no-repeat;
}
#topCompatibleArea p{
	font-size: min(4.2vw,2.4rem);
}

/*		#topNewcustomer
-----------------------------*/
#topNewcustomer{
 padding-top: 72px;
 padding-bottom: 55px;
}
#topNewcustomer h2{
 text-align: left;
}
#topNewcustomer p{
 margin-top: 1.4em;
 line-height: 1.43;
}
#topNewcustomer figure img{
 border-radius: 10px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:470/340;
}

/*		#topService
-----------------------------*/
#topService{
 padding-top: 90px;
 padding-bottom: 40px;
}
#topService h2{
 text-align: left;
}
#topService ul{
 margin-top: 40px;
}
#topService li{
 border-radius: 10px;
 background: #fff;
 box-shadow: 0 0 16.5px 0 rgba(186,186,186,.32);
}
#topService li figure img{
 border-radius: 10px 10px 0 0;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:372/269;
}
#topService li p{
 display: grid;
 place-content: center;
 height: 97px;
 font-weight: 700;
 text-align: center;
 line-height: 1.45;
}
#topService .btnWrap{
 margin-top: 60px;
}
/*		#topReason
-----------------------------*/
#topReason{
 padding-top: 40px;
 padding-bottom: 58px;
}
#topReason h2{
 margin-bottom: 50px;
}
#topReason li{
 border-radius: 10px;
 background: #fff;
 box-shadow: 0 0 16.5px 0 rgba(186,186,186,.32);
 padding: 70px 0 18px;
}
#topReason li figure{
 display: grid;
 place-content: center;
}
#topReason li p{
 display: grid;
 place-content: center;
 min-height: 46px;
 color: var(--green);
 font-size: min(3.75vw,2.6rem);
 font-weight: 700;
 line-height: 1.43;
 text-align: center;
}
#topReason .btnWrap{
 margin-top: 70px;
}

/*		#topMenu
-----------------------------*/
#topMenu{
 background: url("../images/top_mind_bg.png") no-repeat left top/cover;
 padding-top: 74px;
}
#topMenu h2,
#topMenu h2 .en{
 color: #fff;
}
#topMenu h2{
 margin-bottom: 70px;
}
#topMenu ul{
 max-width: 598px;
}
#topMenu ul li{
 margin-top: 22px;
}
#topMenu ul li a{
 position: relative;
 display: block;
 background: #fff;
 border-radius: 10px;
 height: 173px;
 padding: 26px 38px 20px 33px;
}
#topMenu ul li a::after{
 position: absolute;
 top: 27px;
 right: 45px;
}
#topMenu ul li h3{
 display: inline-block;
 background: linear-gradient(transparent 70%, var(--orange) 0%);
 margin-bottom: 15px;
 font-size: 24px;
 font-weight: 700;
}
#topMenu ul li p{
 font-weight: 500;
 line-height: 1.43;
}

/*		#topAbout
-----------------------------*/
#topAbout h2{
 margin-bottom: 66px;
}
#topAbout li a{
 background: #fff;
 border-radius: 10px;
 justify-content: space-between;
 box-shadow: 0 0 16.5px 0 rgba(186,186,186,.32);
 height: 135px;
 padding: 0 10% 0 10.7%;
}

/*		#topNews
-----------------------------*/
#topNews ul{
 border-top: 1px var(--Lgray) dashed;
}
#topNews ul li{
 border-bottom: 1px var(--Lgray) dashed;
}
#topNews ul li a{
 display: block;
 padding: 22px 40px 25px;
}
#topNews li .date{
 color: var(--gray);
 font-size: 14px;
}
#topNews li h3{
 font-size: 18px;
}
.cat{
	border-radius: calc(infinity * 1px);
  background: var(--green);
	color: var(--wh);
  display: inline-block;
 margin: 0 11px 0 0;
  padding: 3px 11px 4px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}


/* =======================================
   reason
========================================== */
#reasonMenu ul{
 justify-content: center;
 gap:30px 50px;
}
#reasonMenu ul li{
 max-width: 310px;
}
#reasonMenu ul li figure{
 width: 240px;
 margin: 0 auto 20px;
}
#reasonMenu ul li figure img{
 border-radius: 50%;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;
}
#reasonMenu ul li p{
 font-size: min(4.27vw,1.8rem);
 font-weight: 700;
 text-align: center;
}
#reason section .h3Tit .num{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	display: grid;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	width: 2em;
	height: 2em;
	margin-right: 10px;
}
#reason02 dl{
	border: 1px solid var(--green);
	border-radius: 10px;
	margin-top: 10px;
	padding: 1.5rem;
}
#reason02 dl dt{
	border-bottom: 1px dotted var(--green);
}
#reason02 dl dd{
	padding-top: 10px;
}

/* =======================================
   service
========================================== */
.servicePageLink{
	border-bottom: 20px solid var(--Lyellow);
}
.servicePageLink h3{
	line-height: 2;
}
.servicePageLink .btn{
	margin-left: 1.8%;
	margin-right: 1.8%;
	width: min(100%, 325px);
}
#service .detailBox{
	gap: 0 3%;
	margin-top: 30px;
}
#service .detailBox dl{
	border-radius: 10px;
	box-shadow: 0 0 16.5px 0 rgba(186,186,186,.32);
}
#service .detailBox dl dt{
	border-bottom: 1px solid var(--green);
	font-size: min(5vw,1.8rem);
	padding-bottom: 3px;
}
#service .detailBox dl dd ul li{
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 10px;
}
#service .detailBox dl dd ul li:last-child{
	margin-bottom: 0;
}
#service02 .txts p,
#service03 .txts p{
	margin-top: 1.4em;
}

/* =======================================
   for_newcustomer
========================================== */
#for_newcustomer .leadWrap p{
	font-size: min(4.4vw,2.2rem);
	line-height: 1.75;
	text-align: center;
}
#for_newcustomer .leadWrap p + p{
	margin-top: 20px;
}
.skillFeatures{
	border-radius: 10px;
  box-shadow: rgba(186, 186, 186, 0.32) 0px 0px 16.5px 0px;
  margin-top: 30px;
}
.skillFeatures ul li{
	font-size: min(4.2vw,2rem);
	position: relative;
}
.skillFeatures ul li::before{
	content: "";
	background: url("../images/ic_check.png") no-repeat left top / 100% auto;
	display: inline-block;
	position: absolute;
	left: 0;
}
.featureDetail{
	border: 1px solid var(--green);
	border-radius: 10px;
}
.featureDetail .h4Tit,
#for_newcustomer02 .h4Tit{
	margin-bottom: 15px;
}
.featureDetail .leadTxt{
	font-size: min(4.6vw,2rem);
	font-weight: 700;
	margin-bottom: 20px;
}
.featureDetail .leadTxt span{
	border-bottom: 1px dashed var(--green);
	display: inline-block;
}
#for_newcustomer03 p + p{
	margin-top: 1.4em;
}


/* =======================================
   flow
========================================== */
#flow main section:not(#flowLead){
	padding-top: 50px;
	padding-bottom: 0;
}
#flowLead {
	padding-bottom: 0;
}
#flowLead ul li{
	background: var(--Lyellow);
	border: 1px solid var(--green);
	border-radius: calc(infinity * 1px);
	color: var(--green);
	display: grid;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: min(3.5vw,1.8rem);
	line-height: 1;
	width: calc(1em + 30px);
	writing-mode: vertical-rl;
}
#flowLead ul li:not(:last-child)::after{
	content: "";
	background: var(--green);
	display: inline-block;
	position: absolute;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
	top: calc(50% - 6px);
}
.flowBox {
	background:var(--Lyellow);
	border-radius: 10px;
	position: relative;
}
section:not(:last-of-type) .flowBox::before{
	content: "";
	background: var(--green);
	display: inline-block;
	width: 1px;
	position: absolute;
	top: 100%;
	left: calc(50% - 1px);
}
section:not(:last-of-type) .flowBox::after{
	content: "";
	background: var(--green);
	display: inline-block;
	width: 20px;
	height: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: calc(50% - 10px);
}
.flowBox .h3Tit{
	display: flex;
	align-items: center;
}
.flowBox .h3Tit .num{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	display: grid;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	width: 2em;
	height: 2em;
	margin-right: 10px;
}
.flowBox .txts p:not(:first-of-type){
	margin-top: 1.4em;
}


/* =======================================
   trainees-voice
========================================== */
.pickupLead{
	background: var(--Lyellow);
	justify-content: space-between;
	align-items: flex-end;
	border-radius: 10px;
}
.traineesPickup01 .h3Tit.slash::before,
.traineesPickup01 .h3Tit.slash::after{
	background: var(--green);
}
.pickupLead .leadTxt{
	/* background: linear-gradient(transparent 70%, var(--orange) 0%); */
	display: inline-block;
	font-size: min(4.8vw,2.4rem);
	font-weight: 700;
	margin-bottom: 0;
	padding: 10px 20px;
	position: relative;
}
.pickupLead .leadTxt::before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	border-bottom: 2px solid var(--orange);
	border-left: 2px solid var(--orange);
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 0;
}
.pickupLead .leadTxt::after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	border-top: 2px solid var(--orange);
	border-right: 2px solid var(--orange);
	transform: rotate(90deg);
	position: absolute;
	right: 0;
	bottom: 0;
}
.pickupLead dl{
	display: flex;
	flex-wrap: wrap;
}
.pickupLead dl dt{
	width: 4em;
}
.pickupLead dl dd{
	width: calc(100% - 4em);
}
.interviewBox dt{
	border-bottom: 1px dotted var(--green);
	font-size: min(4vw,2.2rem);
	display: block;
	color: var(--green);
}


/* =======================================
    companies-voice 
========================================== */
#companies-voice .pickupLead{
	align-items: center;
}
.companiesPickup .h3Tit.slash::before,
.companiesPickup .h3Tit.slash::after{
	background: var(--green);
}
#companies-voice .pickupLead h4{
	text-align: center;
}
#companies-voice .pickupLead h4 span{
	font-size: 80%;
}
.episodeBox{
	background: var(--Lyellow);
	border-radius: 10px;
	margin-top: 35px;
}
.episodeBox h5{
	border-bottom: 2px solid var(--orange);
	color: var(--orange);
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.episodeBox p:not(:first-of-type){
	margin-top: 1.4em;
}

/* =======================================
 greeting 
========================================== */
#greetingPhilosophy .leadTxt{
	margin-bottom: 26px;
}
#greetingPhilosophy p:not(.leadTxt){
	line-height: 2;
}


/* =======================================
    guide 
========================================== */
#guideProfile .basicTable dt{
	justify-content: center;
}
#guideHistory dl{
	margin: 0 auto;
}
#guideHistory dl,
#guideHistory dl dt{
	position: relative;
}
#guideHistory dl::before,
#guideHistory dl dt::after{
	content: "";
	display: inline-block;
	position: absolute;
}
#guideHistory dl::before{
	border-left: 1px dotted var(--green);
	width: 1px;
	height: 100%;
	top: 0;
}
#guideHistory dl dt::after{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	width: 10px;
	height: 10px;
	aspect-ratio: 1 / 1;
	top: calc(50% - 5px);
}
#guideHistory dl dt{
	display: flex;
	align-items: center;
	font-weight: 700;
}
#guideMap iframe{
	width: 100%;
	height: 500px;
}


/* =======================================
    esg 
========================================== */
#esg .leadWrap figure{
	margin: 0 auto;
	width: min(100%,700px);
}
#esg .leadWrap div{
	border-radius: 10px;
	box-shadow: 0 0 16.5px 0 rgba(186,186,186,.32);
	margin-top: 30px;
}
#esg .leadWrap .h3Tit span{
	border-bottom: none;
}

#esgSdgs .h3Tit + p{
	text-align: center;
}
#esgSdgs figure{
	margin: 30px auto 0;
	width: min(90vw,700px);
}

.esgBox .tiBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#esgEnvironment .tiBox{
	border-bottom: 1px dashed var(--green);
}
#esgSocial .tiBox{
	border-bottom: 1px dashed var(--orange);
}
#esgGovernance .tiBox{
	border-bottom: 1px dashed var(--blue);
}
.esgBox .tiBox h4 .jp{
	background: var(--wh);
	border-radius: 4px;
	padding: 1px 8px 2px;
}
h4.green .jp{
	border: 1px solid var(--green);
}
h4.orange .jp{
	border: 1px solid var(--orange);
}
h4.blue .jp{
	border: 1px solid var(--blue);
}
.esgBox .tiBox h4 .en{
	display: block;
	font-size: min(8vw,5rem);
}
.esgBox .tiBox p img{
	display: inline;
	margin: 0 5px;
}
.esgBox .h5Tit{
	font-size: min(4.2vw,2.4rem);
}

#tochigiSupporters{
	border-radius: 10px;
}
#tochigiSupporters .h5Tit{
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}
#tochigiSupporters > div.pcFlex{
	margin-bottom: 0;
}


/* =======================================
   news
========================================== */
#news .pageLinks li a{
 background: var(--orange);
 border-color: var(--orange);
}
#news .pageLinks .noLink a,
#news .pageLinks a:hover{
	background: var(--wh);
	color: var(--orange);
}
#news .pageLinks a:hover::after{
	border-top: 1px solid var(--orange);
	border-right: 1px solid var(--orange);
}

/*	一覧
-----------------------------*/
#newsList ul li{
	border-top: 1px var(--Lgray) dashed;
}
#newsList ul li a{
	border-bottom: 1px var(--Lgray) dashed;
	display: block;
}
#newsList ul li .date{
	color: var(--gray);
  font-size: 1.4rem;
	margin-right: 10px;
}
/* #newsList ul li .cat{
	border: 1px solid var(--green);
	border-radius: 2px;
	color: var(--green);
	font-size: 1.3rem;
	display: inline-block;
	line-height: 1.1;
	margin: 0 5px 5px 0;
	padding: 4px 6px;
} */
#newsList ul li p{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 7px;
}
/* #newsList .newsBox{
 border-bottom: 1px var(--gray) solid;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
#newsList .newsBox .btnWrap .btn{
 margin-left: auto;
 margin-right: 0;
}
#newsList .newsBox .newsInfo{
 gap:0px 10px;
 margin-bottom: 10px;
}
#newsList .newsBox figure img{
 border-radius: 20px;
} */

/*	詳細　single
-----------------------------*/
#newsDetail h3{
	margin-bottom: 30px;
	text-align: left;
}
#newsDetail .h3Tit::after{
 margin:10px 0 0 0; 
}
.newsInfo .date{
	color: var(--gray);
  font-size: 1.4rem;
	margin-right: 10px;
}


#newsDetail img{
    height: auto !important;
  }
#newsDetail .aligncenter {
    text-align: center;
    margin: auto;
  }
#newsDetail .alignright {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }

  .newsDetailCont h1 {
      font-size: 160%;
    }
  .newsDetailCont h2 {
      font-size: 150%;
    }
  .newsDetailCont h3 {
      font-size: 140%;
    }
  .newsDetailCont h4 {
      font-size: 130%;
    }
  .newsDetailCont h5 {
      font-size: 120%;
    }
  .newsDetailCont h6 {
      font-size: 110%;
    }



/* =======================================
	contact
========================================== */
#contactTel dl{
 border: 1px solid var(--gray);
 border-radius: 20px;
 max-width: 580px;
 margin: 0 auto;
}
#contactTel dl dt{
	border-radius: 19px 19px 0 0;
 background: var(--base);
 color: var(--wh);
 display: flex;
 justify-content: center;
 align-items: center;
font-size: min(4.5vw,2rem);
 font-weight: 700;
}
#contactTel dl dd{
 display: flex;
 flex-flow: column;
 align-items: center;
 justify-content: center;
}
#contactTel dl dd a{
 color: var(--green);
 display: inline-block;
 font-size: min(8vw,5rem);
 font-weight: 700;
 line-height: 1.5;
 position: relative;
}
#contactTel dl dd a::before{
	content: "";
	background: url("../images/ic_tel.svg") no-repeat left top/100% auto;
	display: inline-block;
	position: absolute;
	left: 0;
}

/* =======================================
	form
========================================== */
.basicTable .hissu{
	display: inline-block;
 background: var(--red);
 color: var(--wh);
	border-radius: 3px;
 padding: 3px 3% 4px;
 font-size: 1.3rem;
	line-height: 1;
	margin-left: 0.8em;
}
.formArea #mailformpro dd:not(.pcFlex) label{
 margin-bottom: 10px;
}
.formArea input[type=radio]{
 vertical-align: -0.05em;
 margin-right: 5px;
}
.formArea textarea{
 height: 200px !important;
}
.contactPrivacy{
 text-align: center;
}

.formBtn {
  margin-top: 20px;
}
.contactPrivacy a{
 color: var(--green);
	text-decoration: underline;
}

#mailformpro input.btn{
	border: none;
 margin: 0 auto;
 padding: 5px 15px;
 background:url("../images/arrow_white.svg") no-repeat right 19px center/8px auto var(--red);
 color: #fff;
 text-align:center;
 cursor: pointer;
}


/* =======================================
	thanks
========================================== */
#thanks p{
  font-size: 1.8rem;
}


/* =======================================
	privacypolicy
========================================== */
.privacyBox ul li{
	margin-left: 1em;
	text-indent: -1em;
}
.privacyBox p a{
	text-decoration: underline;
}