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

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

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

	Structure CSS

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

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

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

.rela {  position: relative;}

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

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

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

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

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

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



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

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

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

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

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

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

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

.inner {
  max-width: 1286px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner01 {
  max-width: 1200px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner02 {
  max-width: 1080px !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: var(--base);
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
p,dt,dd,li,td,th,div{
 line-height: 2;
}
h1,h2,h3,h4,h5,h6{
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: 700;
}

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


/*フォントファミリー
========================================== */
.fontG {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.fontEN {
  font-family: "Outfit", sans-serif;
}
.fontK {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: bold;
  font-style: normal;
}

/*色
========================================== */
:root {
  --base: #001D0A;
  --bk: #000;
  --wh: #fff;
  --green: #003712;
  --Lgreen: #55635A;
  --LLgreen: #E2EDE4;
  --yellowGreen: #1DB950;
  --orange:#FF9500;
  --red:#F44C08;
  --blue: #101F44;
  /*--gray:#55635A;*/
  --LGray: #F6F8F7;
 --grdGreen:linear-gradient(53deg, #009944 0%,  #C9F105 100%);
 --grdOrange:linear-gradient(53deg, #FF9500 0%,  #FFE9CA 100%);
}

/*文字色
========================================== */
.baseC{  color: var(--green) !important;}
.blue{  color: var(--blue) !important;}
.bk {  color: var(--bk) !important;}
.orange {  color: var(--orange) !important;}
.red {  color: var(--red) !important;}
.yGreen {  color: var(--yellowGreen) !important;}
.white {  color: #fff !important;}
.gray {  color: var(--gray) !important;}
.grdG{
 display: inline-block;
  background: var(--grdGreen);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grdO{
 display: inline-block;
  background: var(--grdOrange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*背景
========================================== */
.bgBaseC{ background-color: var(--base) !important;}
.bgBlue{ background-color: var(--blue) !important;}
.bgLGray {  background-color: var(--LGray) !important;}
.bgW{  background-color: #fff !important;}
.bgOrange{ background-color: var(--orange) !important;}
.bgLO{ background-color: var(--LOrange) !important;}
.bgRed{ background-color: var(--red) !important;}
.bgLY{ background-color: var(--LGreen) !important;}
.bgLLG{ background-color: var(--LLgreen) !important;}
.bggrdO{
	background: var(--grdOrange) !important;
}


/*ボタン
========================================== */
.btnWrap{
 margin-top: 40px;
  text-align: center;
}
.btn{
  border-radius: calc(infinity * 1px);
  border: 1px var(--yellowGreen) solid;
  background: var(--yellowGreen);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 352px);
  height: 86px;
  color:#fff;
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  padding: 26px 10px;
  line-height: 1.4;
}
.btn.bgW{
 background: #fff;
	color: var(--yellowGreen);
}
.btn.arrow{
  position: relative;
  padding-right: 30px;
}
.btn.arrow::after{
 content: "";
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 29px;
	display: block;
	width: 28.7px;
	height: 28.7px;
  background: url(../images/ic_arrow_wh.svg) no-repeat center center / 100%;
}
.btn.inline{
 width: auto;
 display: inline-flex;
}
.btn.yGreen{
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--base);
}
.btn.arrow.yGreen::after {
    background: url("../images/ic_arrow_green.svg") no-repeat center center / 100%;
}
.linkWrap{
}
.icArrow{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--base);
  font-weight: 700;
  font-size: 1.5rem;
}
.icArrow::after{
	content: "";
	display: block;
	background: url("../images/ic_arrow_base.svg") no-repeat left top / 100% auto;
  width: 20.32px;
  height: 20.32px;
 margin-left: 10px;
 transition:all .5s ease;
}
.icArrow.yGreen{
  color: #1DB950;
}
.icArrow.yGreen::after{
	background: url("../images/ic_arrow_green.svg") no-repeat left top / 100% auto;
}
.icArrow.orange{
  color: #FF9500;
}
.icArrow.orange::after{
	background: url("../images/ic_arrow_orange.svg") no-repeat left top / 100% auto;
}

.btnWrap .btn{
	margin: 0 auto;
}
a:has(.icArrow):hover,
a.icArrow:hover{
  opacity: 0.7;
}
a:hover .icArrow::after,
a.icArrow:hover::after{
  transform: translateX(15%);
}
.hoverB,
.btn:not(.bgW){-webkit-transition: all .3s;
  transition: all .3s;
}
.hoverB:hover ,
.btn:not(.bgW):hover{
  transform: scale(1.1,1.1);
 opacity: 1;
}
.btn.bgW:hover{
	background-color: var(--yellowGreen);
 color: #fff;
}
.btn.yGreen:hover{
  background-color: var(--yellowGreen);
  border-color: var(--yellowGreen);;
  color: #fff !important;
}
.btn.arrow.yGreen:hover::after {
    background: url("../images/ic_arrow_wh.svg") no-repeat center center / 100%;
}

.icWindow{display: inline-block;}
.icWindow::after{
 content: "";
 display: inline-block;
 background: url("../images/ic_window.svg") no-repeat left top/100% auto;
 width: 17px;
 height: 17px;
 margin-left: 4px;
 vertical-align: -0.1em;
}
.icPdf{
 position: relative;
}
.icPdf::before{
 content: "";
 display: inline-block;
 background: url("../images/ic_pdf.png") no-repeat left top/100% auto;
 width: 24px;
 height: 27px;
 margin-left: -20px;
 margin-right: 10px;
 vertical-align: -0.4em;
}

/*装飾
========================================== */
.circle::before{
  content: "\025cf";
  margin-right: 0.5em;
  color: var(--orange);
}

.line{
	display: inline;
    background: linear-gradient(transparent 86%, var(--red) 86%);
}
.slash{
 display: flex;
 justify-content: center;
 align-items: flex-end;
 gap:0 10px;
}
.slash::before,
.slash::after{
 content: "";
 display: block;
 background: var(--yellowGreen);
 width: 2px;
 height: 1.28em;
transform: rotate(36deg);
 transform-origin: right bottom;
}
.slash::before{
transform: rotate(-36deg);
 transform-origin:left bottom;}


/*タイトル
========================================== */
.h2Tit{
  margin-bottom: 1em;
 color: var(--green);
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.94em;
  letter-spacing: 0.05em;
  text-align: center;
}
.bgBlue .h2Tit,
.bgBlue .h2Tit .en,
.bgOrange .h2Tit,
.bgOrange .h2Tit .en{
  color: var(--wh);
}
.h2Tit .en{
  display: block;
  font-size: 0.543em;
  font-weight: 500;
 line-height: 1;
  font-family: "Outfit", sans-serif;
  color: var(--yellowGreen);
}




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

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

/*-- 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(--red);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
/**/


/* =======================================
  タブ
========================================== */
.js-tab{
 display: flex;
 flex: row wrap;
}
.js-tab li{ cursor: pointer;}
.tabPanelArea{}
.tabPanel {
  display: none;
}
.tabPanel.active {
  display: block;
}


/* =======================================
  inview
========================================== */
main section{
 opacity: 0;
 transform: translateY(50px);
 transition: opacity .8s, transform .8s;
}
.is-inview{
 opacity: 1;
 transform: translateY(0);
 transition-delay: .5s;
}
#top #mv{
 opacity: 1;
 transform: translateY(0px);
}

/* =======================================
	header
========================================== */
header {
  position:fixed;
  background:url("../images/head_bg.png") no-repeat right top/auto 100% var(--LGray);
  width: 100%;
  left: 0;
  top:0;
  z-index: 100;
}
header #logo a{
  font-size : 0;
}
header #logo a img{
  max-width: 100%;
  max-height: 100%;
}

.recruitLogo{
 font-size: 20px;
 font-weight: 700;
 line-height: 1.2;
 letter-spacing: 0.05em;
}
.recruitLogo span{
 display: block;
 margin-top: 3px;
 color: var(--orange);
 font-size: 15px;
 font-family: "Space Grotesk", sans-serif;
 font-weight: 700;
 letter-spacing: 0;
}

#headLinks .tel a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:0 1px;
  font-size: min(2.3vw,2.3rem);
  font-weight: 700;
  color: var(--base);
  line-height: 1.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#headLinks .tel a::before{
 content: "";
 display: block;
 width: 14px;
 height: 16px;
 background: url("../images/head_ic_tel.svg") no-repeat left top/100% auto;
}
#headLinks .tel .time{
  display: block;
 font-family:  "Outfit","Zen Kaku Gothic New", sans-serif;
  font-size: min(1.2vw,12px);
  font-weight: 500;
 color: var(--base);
  line-height: 1;
}
#headLinks .contact a,
#headLinks .recruit a{
 display: flex;
 align-items: center;
 justify-content: center;
 gap:0 7px;
	border-radius: calc(infinity * 1px);
 width: 100%;
 height: 40px;
 font-size: 15px;
 color: #fff;
}
#headLinks .contact a{
 background: var(--yellowGreen);
}
#headLinks .recruit a{
 background: #F45B08;
}
#headLinks .contact a::before,
#headLinks .recruit a::before{
 content: "";
 display: block;
 width: 15px;
 height: 100%;
}
#headLinks .contact a::before{
 background: url("../images/head_ic_mail.svg") no-repeat left center/100% auto;
}
#headLinks .recruit a::before{
 background: url("../images/head_ic_entry.svg") no-repeat left center/100% auto;
width: 14px;
height: 17px;
}



/* =======================================
	footContact
========================================== */
#footContact{
 position: relative;
 border: 4px var(--LLgreen) solid;
 background: #fff;
 padding: 55px 0 74px;
}
#footContact h2{
 position: absolute;
 top: -0.8em;
 left: 50%; 
 transform: translate(-50%, 0);
 padding: 0 22px;
 color: var(--yellowGreen);
 font-size: 56px;
 font-weight: 500;
 line-height: 1;
}
#footContact h2::before{
 content: "";
 display: block;
 width: 100%;
 height: 15px;
 background: #fff;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: -1;
}
#footContact > p{
 margin-bottom: 43px;
 color: #5E6A62;
 font-size: 14px;
 font-weight: 700;
 text-align: center;
 line-height: 1.78;
}
#footContact .pcFlex{}
#footContact .pcFlex p{
 margin: 0;
 font-size: 23px;
 font-weight: 700;
 text-align: center;
 white-space: nowrap;
}
#footContact .tel a{
 display: inline-block;
 background: url("../images/footcontact_ic_tel.svg") no-repeat left center/30px auto;
 padding: 0 0 0 35px;
 font-size: min(4.9vw,49px);
 font-weight: 700;
 letter-spacing: 0.05em;
 line-height: 1;
}
#footContact .tel .time{
 display: block;
 margin-top: 5px;
 padding-left: 1em;
 font-size: 25px;
 font-family:  "Outfit","Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
 line-height: 1;
 text-align: center;
}

#footContact .contact a{
 gap:0 6px;
 height: 90px;
 font-size: 30px;
}
#footContact .contact a::before{
 content: "";
 display: block;
 background: url("../images/head_ic_mail.svg") no-repeat left top/100% auto;
 width: 33px;
 height: 26px;
}

/* =======================================
	footer
========================================== */
footer{
 overflow: hidden;
 position: relative;
 background: url("../images/foot_bg.png") no-repeat right 0 top -242px/570px auto,url("../images/foot_bg02.png") no-repeat left top 236px/359px auto;
 padding: 130px 0 0;
}
#footBottom{
 padding-top: 47px;
}
#footerLogo{
 width: 291px;
 margin-bottom: 18px;
}
.footerLeft p:not(#footerLogo){
 margin-bottom: 26px;
 color: #496452;
 line-height: 1.4;
}
.footerLeft p span{
 display: inline-block;
 margin-bottom: 6px;
 color: var(--base);
 font-weight: 700;
}
.footPcts{
 position: relative;
}
.footPcts::before{
 content: "";
 display: block;
 background: url("../images/foot_pict01.png") no-repeat left top/100% auto;
 width: 5.92vw;
 height:8.64vw ;
 position: absolute;
 right: 20.7vw;
 bottom: 0;
  animation: pyon01 5s ease-in-out infinite;
}
.footPcts::after{
 content: "";
 display: block;
 background: url("../images/foot_txt_u.svg") no-repeat left top/100% auto;
 width: 3.35vw;
 height: 3.57vw;
 position: absolute;
 bottom: 0;
 right: 23vw; 
}
@keyframes pyon01 {
  0%,100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, -20px);
  }
  15% {
    transform: translate(0, 0px);
  }
  60% {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, -20px);
  }
  70% {
    transform: translate(0, 0px);
  }
}
.footBtm{
 position: relative;
 padding: 12px 0 16px;
}
.footBtm::before{
 content: "";
	position: absolute;
	top: 0;
	left: -500%;
	background: #101F44;
	width: 1000%;
	height: 100%;
	z-index: -1;
}
.footBtm p a,
footer .copy{
 display: block;
color: #fff;
 font-size: 12px;
 font-weight: 500;
 line-height: 1.4;
}

#pageTop{
	display: inline-block;
	position: fixed;
	z-index: 20;
}
#pageTop a{
	background: rgba(29,185,80,.9);
	display: grid;
	align-items: center;
	justify-content: center;
	color: var(--wh);
	width: 100%;
	height: 100%;
	border-radius: calc(infinity * 1px);
	line-height: 1.2;
	text-align: center;
	position: relative;
}
#pageTop a::before{
	content: "";
	display: inline-block;
	border-top: 1px solid var(--wh);
	border-left: 1px solid var(--wh);
	transform: rotate(45deg);
	position: absolute;
}

/***/
#fixedBtn{
 position: fixed;
 right: 0;
 top: 80%;
 width: 265px;
 z-index: 10;
 
  opacity: 0;
  transition: opacity 0.3s ease;
}
#fixedBtn a{
 display: block;
 border-radius: 20px 0 0 20px;
 background: #F45B08;
 color: #fff;
 width: 100%;
 padding: 18px 0 24px 40px;
 font-size: 32px;
 font-weight: 700;
 line-height: 1;
 
  pointer-events: none;
}
#fixedBtn a span:first-of-type{
 display: block;
 margin-bottom: 6px;
 font-size: 18px;
 line-height: 1.5;
}
#fixedBtn a span:last-of-type{
 display: inline-block;
	border-radius: calc(infinity * 1px);
 background: #fff;
 margin-top: 12px;
 padding:5px 15px 7px;
 color: #F45B08;
 font-size: 16px;
 text-align: center;
}

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

/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.pgs main{
 background: url("../images/bg_title.jpg") no-repeat right top/100% auto;
}
.mainTitle{
 position: relative;
	color: var(--base);
	display: flex;
	justify-content: center;
	align-items: center;
 height: 17.71vw;
}
.mainTitle h2{
 text-align:left;
}
.mainTitle h2 span{
 display: block;
 color: #009944;
 font-size: 1.6rem;
 line-height: 1;
}
.mainTitle h2 span:not(.en){
 background: url("../images/ic_title.svg") no-repeat left top/18px auto;
 padding: 0 0 0 28px;
}
.mainTitle h2 .en{
 display: inline-block;
  background: var(--grdGreen);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 margin-left: -10px;
 padding-right: 10px;
 font-size: 70px;
 font-weight: 500;
 font-family: "Outfit", sans-serif;
 font-style: italic;
 line-height: 1.4;
}
/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
 height: 6.42vw;
}
#breadcrumb ul{
	margin: 0 auto;
 font-size: 0;
 line-height: 1;
}
#breadcrumb li{
	display: inline-block;
 margin-right: 15px;
 font-size: 13px;
 font-weight: 700;
	color: #B3B3B3;
}
#breadcrumb li a{
	color: #787878;
}
#breadcrumb li a::after{
	content: "";
 display: inline-block;
	border-top: 1px #009944 solid;
	border-right: 1px #009944 solid;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 color: #009944;
	margin-left: 15px;
 margin-bottom: 2px;
}

#breadcrumb li>span:after{
  content: ' | '
}
/*-- title --*/
.h3Tit{
	color: var(--green);
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.h4Tit{
	color: var(--base);
	line-height: 1.6;
}

/*-- table --*/
.basicTable {
	background: var(--wh);
	border: 1px solid var(--base);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable > dt{
	background: var(--base);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	display: flex;
	font-weight: 700;
	align-items: center;
}
.basicTable > dd{
	border-bottom: 1px solid var(--base);
	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;
}
table.basicTable thead{
	width: 100%;
}
table.basicTable thead th{
	background: var(--base);
	border-right: 1px solid var(--wh);
	border-bottom: 1px solid var(--base);
	color: var(--wh);
	font-weight: 700;
	text-align: center;
}
table.basicTable thead th span{
	display: block;
	font-size: 88%;
}
table.basicTable tbody th{
	background: var(--green);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 500;
}
table.basicTable tbody td{
	border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
}
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 2.5%; 
}
table.basicTable th:last-child,
table.basicTable td:last-child{
	border-right: none;
}


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

/*----*/

.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pageLinks li a{
	background: var(--base);
	border: 1px solid var(--base);
	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 a:hover{
	background: var(--wh);
	color: var(--base);
}
.pageLinks a:hover::after{
	border-top: 1px solid var(--base);
	border-right: 1px solid var(--base);
}

/*----*/
a.txtLink{
	color: var(--yellowGreen) !important;
	text-decoration: underline;
}

/* =======================================
	top
========================================== */
/*		#mv
-----------------------------*/
#mv{
	position: relative; 
}

.cssSlider{
 height: calc(100svh - 102px);
 overflow: hidden;
 flex-flow: nowrap;
}

.imgline{
  display: flex;
 flex-flow: nowrap;
  flex:1 0 auto;
  /*width: calc(100vw * 8);*/ /* 4枚 × 2セット */
  animation:sliderAnimation 50s infinite linear 0.5s both ;
	position: relative;
}
.imgline li{
 overflow: hidden;
 height: calc(100svh - 102px);
}
.imgline li img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio: 904 / 693;
}
@keyframes sliderAnimation {
  from {
    transform: translateX(0); }
  to {  
    transform: translateX(-100%); }
}
.imgline::after{
	content: "";
	background: rgba(0,35,7,0.21);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#mvTxts{
  position: absolute;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
#mvTxts h2{
 margin-bottom: 0.96em;
  text-align: center;
  font-weight: 700;
  font-size: min(6.5vw, 62px);
  line-height: 1.54em;
  letter-spacing: 0.05em;  
  text-shadow: 8px 8px 8px rgba(45, 45, 45, 0.15);
  color: #ffffff;
}
#mvTxts p{
  text-align: center;
  font-weight: 700;
  font-size: min(3.6vw, 25.4px);
  line-height: 1.75em;
  letter-spacing: 0.05em;  
  text-shadow: 8px 8px 8px rgba(45, 45, 45, 0.15);
  color: #ffffff;
}
#mvCatch{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#mvCatch.flex{
  align-items: flex-end;
}
.mvCatchImgLeft{
  /*width: min(16.4vw,229px);*/
  width: 16.4vw;
}
.mvCatchImgLeft img,
.mvCatchImgRight img{
  width: 100%;
  height: auto;
}
.mvCatchTxt{
  position: relative;
  flex: 1;
  display: flex;
  gap: 0 min(0.5vw,7px);
  transform: translateY(1.85vw);
  
}
.mvCatchTxt span{
  /*width: min(66vw,924px);*/
  width: 66vw;
  position: relative;
  z-index: 2;
}
.mvCatchTxt span > img{
  width: 100%;
}
.mvCatchTxt span::after {
    content: "";
    display: block;
    background: url(../images/top_mv_pict01_balloon.png) no-repeat left top / 100% auto;
    /*width: 223px;
    height: 247px;*/
    width: 15.9vw;
    height: 17.6vw;
    position: absolute;
    left: 95.8%;
    bottom: 1.85vw;
    z-index: -1;
}
.mvCatchTxt > img {
  position: relative;
  z-index: 1;
  /*width: min(5.9vw,83px);*/
  width: 5.9vw;
}
.mvCatchImgRight{
  margin-left: min(3.124vw, 45.61px);
  /*width: min(9.4vw,132px);*/
  width: 9.4vw;
}

/*表示順アニメーション*/
#mvTxts,
.mvCatchTxt span > img,
.mvCatchTxt > img,
.mvCatchTxt span::after {
  opacity: 0;
}
/*1*/
#mvTxts {
  animation: fadeIn 0.6s ease-out forwards;
  animation-delay: 0s;
}
/*2*/
.mvCatchTxt span > img,
.mvCatchTxt > img {
  animation: fadeIn 0.6s ease-out forwards;
  animation-delay: 0.4s;
}
/*3*/
.mvCatchTxt span::after {
  animation: fadeIn 0.4s ease-out forwards;
  animation-delay: 1.4s;
}

@keyframes fadeIn {
  0%   { opacity: 0; }
  30%  { opacity: 0.05; }
  60%  { opacity: 0.4; }
  100% { opacity: 1; }
}


/*		#topStrength
-----------------------------*/
/*bg*/
#topStrebgthBgWrap{
  position: relative;
  overflow: hidden;
}
.topStrebgthBgs {
    position: absolute;
    inset: -4vw 0 8vw 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.topStrebgthBg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}
.topStrebgthBg.-top {
    z-index: 3;
    background-color: rgba(22, 161, 83, 0.04);
    width: 59.79vw;
    height: 59.79vw;
    margin: auto;
}
.topStrebgthBg.-middle {
    z-index: 2;
    background-color: rgba(22, 161, 83, 0.03);
    width: 90.36vw;
    height: 90.36vw;
    margin: auto;
}
.topStrebgthBg.-bottom {
    z-index: 1;
    background-color: rgba(4, 155, 71, 0.03);
    width: 113.29vw;
    height: 113.29vw;
    margin: auto;
}
.topStrebgthBg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0
}

.topStrebgthBg.-top:after {
    background-color: rgba(22, 161, 83, 0.04);
    animation: topAnimation 6s ease-in-out infinite
}

.topStrebgthBg.-middle:after {
    background-color: rgba(22, 161, 83, 0.03);
    animation: middleAnimation 6s ease-in-out infinite
}

.topStrebgthBg.-bottom:after {
    background-color: rgba(4, 155, 71, 0.03);
    animation: bottomAnimation 6s ease-in-out infinite
}

@keyframes topAnimation {
    0% {
        transform: scale(1);
        opacity: .4
    }

    33.33% {
        transform: scale(1.5);
        opacity: 0
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes middleAnimation {
    0% {
        transform: scale(1);
        opacity: 0
    }

    33.33% {
        transform: scale(1);
        opacity: .8
    }

    66.66% {
        transform: scale(1.3);
        opacity: 0
    }

    to {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes bottomAnimation {
    0% {
        transform: scale(1);
        opacity: 0
    }

    66.66% {
        transform: scale(1);
        opacity: 1
    }

    99.99% {
        transform: scale(1.3);
        opacity: 0
    }

    to {
        transform: scale(1.3);
        opacity: 0
    }
}


#topStrength {
  padding: 80px 0 212px;
  background: none;
}
#topStrength h2{  
  position: relative;
  padding-bottom: min(5.86vw, 4.1rem);
  padding-left: min(11.28vw,7.9rem);
}
#topStrength h2 .en{  
  position: absolute;
  top: 0.7em;
  left: calc(3rem + 1.6em);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: var(--yellowGreen);
  font-size: 1.5rem;
  transform: rotate(90deg);
  transform-origin: left top;
}
#topStrength h2 span:not(.en){
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.94em;
}
.topStrengthImg{
  position: relative;
  margin: min(3.4vw,41px) auto 0;
  width: min(100%, 774px);
}
.topStrengthImg figcaption{
  text-align: center;
  letter-spacing: 0;
}
.topStrengthImg figcaption .bgBlue{
  display: inline-block;
  margin-bottom: 1.4em;
  padding: 0 14px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
.topStrengthImg .legacy{
  position: absolute;
  top: 0;
  left: 0;
  width: 26.23%;
  padding-bottom: 99px;
}
.topStrengthImg .legacy::after{
  position: absolute;
  bottom: 0;
  right: 10%;
  content: "";
  display: block;
  width: 91px;
  height: 99px;
  background: url(../images/top_strength_img01_2.svg) no-repeat center center / 100%;
}
.topStrengthImg .legacy figcaption{
  line-height: 1;
}
.topStrengthImg .legacy .bgBlue{
  font-size: 10.72px;
  line-height: 20.73px;
}
.topStrengthImg .modern{
  width: 75%;
  margin: auto;
  padding-top: 15px;
}
.topStrengthImg .modern figcaption{
  line-height: 1;
  margin-bottom: 1.4em;
}
.topStrengthImg .modern .bgBlue{
  font-size: 12.15px;
  line-height: 25.73px;
}
.topStrengthImg .modern .modernLead{
  display: block;
  font-size: 19.72px;
  font-weight: 700;
}
.topStrengthImg .modern .modernLead .modernOrange{
  color: #F04B08;
}

/*表示順アニメーション*/
.topStrengthImg figure figcaption,
.topStrengthImg figure img,
.topStrengthImg .legacy::after{
  opacity: 0;
}
/*1*/
.topStrengthImg.is-active figure.legacy figcaption,
.topStrengthImg.is-active figure.legacy img {
  animation: fadeIn 0.6s ease-out forwards;
  animation-delay: 0s;
}
/*2*/
.topStrengthImg.is-active .legacy::after {
  animation: fadeIn 0.6s ease-out forwards;
  animation-delay: 0.4s;
}
/*3*/
.topStrengthImg.is-active figure.modern figcaption,
.topStrengthImg.is-active figure.modern img {
  animation: fadeIn 0.4s ease-out forwards;
  animation-delay: 0.8s;
}


@media screen and (min-width: 1284px) {
}/* //end for PC */



/*		#topReason
-----------------------------*/
#topReason.inner1200{
  position: relative;
  margin-top: max(-21.6vw,-260px);
  padding: 42px 4.9% 47px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 11.82px 11.82px 70.94px 0 rgba(0, 27, 8, 0.09);
  z-index: 1;
}
#topReason.inner1200::before{
  position: absolute;
  bottom: calc(100% - min(1.8vw,22px));
  right: min(2.5vw, 42.23px);
  width: min(45.56vw, 546.67px);
  height: min(15.42vw, 185px);
  content: "";
  display: block;
  background: url(../images/top_strength_img02.png) no-repeat right bottom / 100% auto;
}
#topReason h2{
  font-size: min(3.5vw,35px);
}
#topReason h2 + p{
  margin-right: -2%;
  margin-left: -2%;
  font-size: min(1.9vw,19px);
}
#topReason ul.flexWrap{
  margin-top: min(6vw,60px);
  gap: 1.8% min(1.9vw,19.33px);
}
#topReason ul.flexWrap li p{
  margin-top: 16px;
  font-size: min(2.18vw,22.67px);
  color: var(--green);
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}
#topReason ul.flexWrap li p span{
  color: var(--orange);
}
#topReason .btnWrap{
  margin-top: 39px;
}

/*		#topService
-----------------------------*/
#topService{
  position: relative;
  overflow: hidden;
  margin-top: calc(-127px - 27px);
  padding: 127px 0 0 0;
}
#topServiceInner{
  padding: 82px 0 105px;
  background-image: url(../images/top_service_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: min(100%,1400px) auto;
}
#topServiceInner::before{
  position: absolute;
  top: 0;
  left: -70px;
  right: -70px;
  margin: auto;
  content: "";
  display: block;
  width: calc(100% + 140px);
  height: 314px;
  background-color: var(--blue);
  border-radius: 50%;
  z-index: -1;
}
#topService h2 + p{
  font-size: 1.8rem;
  color: var(--wh);
  text-align: center;
}
.topServiceBox{
  background-color: var(--wh);
  border-radius: 6px;
}
.topServiceBox figure img{
  border-radius: 6px 6px 0 0;
}
.topServiceBox .txts{
  padding: 10px 20px 22px 20px;
}
.topServiceBox .txts h3{
  margin-bottom: 1.1rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #00220B;
}
.topServiceBox .txts p{
  font-size: 1.6rem;
  line-height: 1.75em;
  color: var(--base);
}
.topServiceBox .txts .icArrow.yGreen::after{
  width: 33px;
  height: 33px;
}

/*		#topWorks
-----------------------------*/
#topWorks{
  padding: 54px 0 56px;
}
#topWorks .secTitWrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 53px;
}
#topWorks .secTitWrap .h2Tit{
	margin-bottom: 0;
	text-align: left;
}
#topWorks .secTitWrap .linkWrap{
  margin-bottom: 21px;
}

.topWorksSliderWrap{
  max-width: 1080px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.topWorksSlider{
  position: relative;
  padding: 0  min(3vw,30px);
}
.topWorksSlider .slick-prev,
.topWorksSlider .slick-prev::before,
.topWorksSlider .slick-next,
.topWorksSlider .slick-next::before {
  width: min(6vw,60px);
  height: min(6vw,60px);
  z-index: 2;
}

.topWorksSlider .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.topWorksSlider .slick-prev::before {
  background: url("../images/ic_arrow_slideLeft.svg") no-repeat left top/100% auto
}
.topWorksSlider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.topWorksSlider .slick-next::before {
  background: url("../images/ic_arrow_slideRight.svg") no-repeat left top/100% auto
}

.topWorksSlider figure{
  margin: 0 10px;
}
.topWorksSlider figcaption{
  margin-top: 8px;
  text-align: center;
  font-size: 1.8rem;
  line-height: normal;
}

/*		#topBtnArea
-----------------------------*/
#topBtnArea{
  padding: 63px 0 57px;
  background: url(../images/top_btnArea_bg.jpg) no-repeat center center / cover;
}
#topBtnArea .pcFlex .btn{
    width: min(100%, 478px);
    height: 119px;
    font-size: 3.5rem;
}
#topBtnArea .btn:hover{
    transform: scale(1, 1);
}
#topBtnArea .btn.arrow.yGreen::after{
  width: 35.29px;
  height: 35.29px;
}
#topBtnArea .btn .icCompany,
#topBtnArea .btn .icEsg{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#topBtnArea .btn .icCompany::before{
  content: "";
  display: block;
  margin-right: 18px;
  width: 40px;
  height: 45px;
  background: url(../images/top_btnArea_ic_company.svg) no-repeat center center / 100%;
}
#topBtnArea .btn .icEsg::before{
  content: "";
  display: block;
  margin-right: 13px;
  width: 55px;
  height: 36px;
  background: url(../images/top_btnArea_ic_esg.svg) no-repeat center center / 100%;
  
}


/*		#topNews
-----------------------------*/
#topNews{
  padding: 60px 0 0;
}
#topNews .secTitWrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#topNews .secTitWrap .h2Tit{
	margin-bottom: 14px;
	text-align: left;
}
#topNews .secTitWrap .linkWrap{
	margin-bottom: 14px;
}

#topNews .newsList{
  padding-right: 10px;
  
  border: solid var(--LLgreen);
  border-width: 2px 0;
  padding: 25px 13px 22px;
}
.newsList{
 display: flex;
 flex-flow: row wrap;
 gap: 14px 20px;
}
.newsList li{
 display: flex;
 align-items: flex-start;
 gap: min(1vw, 10px) min(2vw, 20px);
 width: 100%;
}
.newsList li .date{
  min-width: 5.7em;/*91px*/
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.cat{
  min-width: 85px;
  background: var(--yellowGreen);
  display: inline-block;
  padding: 7px 1em 9px;
  color: var(--wh);
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}


/*		#topRecruit
-----------------------------*/
#topRecruit{
  /*height: calc(100svh - 102px);*/
  padding: 42px 0 0 0;
}

#topRecruitLead{
  position: relative;
  width: min(100vw,1427px);
  margin: 0 auto;
  font-size: min(calc(89.15/1427*100vw),89.15px);
  font-weight: 900;
  line-height: 1em;
  color: var(--orange);
  letter-spacing: -0.02em;
  text-align: justify;
  text-align-last: justify;
}
#topRecruitLead::after{
  content: "";
  display: block;
  background: url("../images/top_recruit_pict01.png") no-repeat left top/100% auto;
  width: min(7.58vw, 91px);
  aspect-ratio: 67 / 88;
  position: absolute;
  left: 65.42vw;
  bottom: 0;
/*  animation: pyon01 5s ease-in-out infinite;*/
}

/*テキストの出現*/
#topRecruitLead.wave-text {
  white-space: pre-line;
}
.wave-text span {
  display: inline-block;
  opacity: 0;
}
.wave-text.is-active span {
  animation: waveIn 0.6s cubic-bezier(0.27, -0.11, 0.4, 1.21) forwards;
}
.wave-text span:nth-child(1)  { animation-delay: 0s; }
.wave-text span:nth-child(2)  { animation-delay: 0.06s; }
.wave-text span:nth-child(3)  { animation-delay: 0.12s; }
.wave-text span:nth-child(4)  { animation-delay: 0.18s; }
.wave-text span:nth-child(5)  { animation-delay: 0.24s; }
.wave-text span:nth-child(6)  { animation-delay: 0.30s; }
.wave-text span:nth-child(7)  { animation-delay: 0.36s; }
.wave-text span:nth-child(8)  { animation-delay: 0.42s; }
.wave-text span:nth-child(9)  { animation-delay: 0.48s; }
.wave-text span:nth-child(10) { animation-delay: 0.54s; }
.wave-text span:nth-child(11) { animation-delay: 0.60s; }
.wave-text span:nth-child(12) { animation-delay: 0.66s; }
.wave-text span:nth-child(13) { animation-delay: 0.72s; }
.wave-text span:nth-child(14) { animation-delay: 0.78s; }
.wave-text span:nth-child(15) { animation-delay: 0.84s; }
.wave-text span:nth-child(16) { animation-delay: 0.90s; }


@keyframes waveIn {
  0% {
    transform: translateY(16px);
    opacity: 0;
  }
  60% {
    transform: translateY(-4px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*//テキストの出現end*/

#topRecruitInner{
  padding: 23px 0 0;
}
#topRecruit .bgOrange{
  background: url(../images/top_recruit_bg.png) no-repeat center center /cover;
}
#topRecruitInner .txts{
  margin: 0 auto;	
	width: 46.29vw;
}
#topRecruitInner .txts h2{
  margin-bottom: 31px;
  line-height: 1em;
}
#topRecruitInner .txts h2 + p{
  font-size: min(2vw,2.1rem);
  line-height: 1.86em;
  text-align: center;
  color: #ffffff;
}
.recruitList{
 border-top: 1px #fff solid;
 margin: 31px auto 36px;
 width: min(100%, 370px);
}
.recruitList li {
 border-bottom: 1px #fff solid;
}
.recruitList li a{
 position: relative;
 display: flex;
 align-items: center;
 height: 2.76em;
    color: #fff;
    font-size: 2.5rem;
}
.recruitList li a::before,
.recruitList li a::after{
 content: "";
 display: block;
 position: absolute;
 right: 0px;
 top: 0;
 bottom: 0;
 margin: auto;
}
.recruitList li a::before{
 background: #fff;
 width:12px;
 height: 2px;
}
.recruitList li a::after{
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.recruitList li a:hover{
 opacity: .7;
}

.icArrow.red{
  color: var(--red);
}
.icArrow.red::after{
  margin-left: min(1.27vw, 17px);
	background: url("../images/ic_arrow_orange2.svg") no-repeat left top / 100% auto;
}
.icArrow.white{
  color: var(--wh);
}
.icArrow.white::after{
	background: url("../images/ic_arrow_wh02.svg") no-repeat left top / 100% auto;
}

#topRecruit .icArrow.red{
  font-size: min(5vw,56.08px);
  letter-spacing: 0.05em;
  line-height: 1em;
  transform: translateY(-0.15em);
}
#topRecruit .icArrow.red::after{
  width: min(6vw, 80px);
  height: min(6vw, 80px);
  transform: translateY(0.15em);
}
#topRecruit .icArrow.white{
  font-size: min(2.2vw, 25px);
  letter-spacing: 0;
  line-height: 1em;
}
#topRecruit .icArrow.white::after{
  width: min(4.5vw, 57px);
  height: min(4.5vw, 57px);
}


.recruitPcts{
  margin-top: 50px;
  font-size: min(10.2vw, 102.33px); 
  line-height: 0.76em;
  color: rgba(255, 255, 255, 21%);
  text-align: center;
}
.recruitPcts span{
  display: inline-block;
  position: relative;
  padding-left: min(4vw, 40px);
}
.recruitPcts span::before{
  content: "";
  display: block;
  background: url("../images/top_recruit_pict02.png") no-repeat left top/100% auto;
  width:  min(4vw, 40px);
  aspect-ratio: 29/80;
  position: absolute;
  left: 0;
  bottom: 0;
/*  animation: pyon01 5s ease-in-out infinite;*/
}

/*画像*/
#topRecruit .flex{
 overflow: hidden;
  gap: 0 20px;
}
#topRecruit .flex .left ul{
 animation: infinity-scroll1 80s infinite linear 0.5s both;
}
#topRecruit .flex .right ul{
 animation: infinity-scroll2 80s infinite linear 0.5s both;
}
#topRecruit .flex li{
 margin-bottom: 28px;
}

@keyframes infinity-scroll1 {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-100%); } }
@keyframes infinity-scroll2 {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }


/* =======================================
	reason
========================================== */
#reasonLead{
 position: relative;
}
#reasonLead::before,
#reasonLead::after{
 content: "";
 display: block;
 border-radius: 50%;
 background: rgba(205,202,3,.06);
 filter: blur(4.06vw);
 width: min(30vw,418px);
 height: min(30.5vw,436px);
 position: absolute;
 left: -53px;
 top: 28px;
 z-index: 0;
}
#reasonLead::after{
 width:min(46vw,458px);
 height: min(46vw,458px);
 left: auto;
 right: -97px;
 top: 321px;
}
#reasonLead h3 {
 margin-bottom: 88px;
}
#reasonLead h3 img{
 margin: 0 auto;
}
#reasonLead .slash{
 margin: 0 0 5px;
 font-size: 28px;
 font-weight: 700;
 line-height: 1.3;
}
#reasonLead .slash span{
 font-size: 38px;
 padding:0.2em 0 0px;
 background-image: radial-gradient(circle at center, var(--yellowGreen) 16%, transparent 16%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size:1em 0.3em; /* 点の間隔とサイズ調整 */
}
.troubleImg{
 position: relative;
 max-width: 1000px;
 margin: 0 auto;
}
.troubleImg ul li{
 position: absolute;
 width: 36%;
 max-width: 342px;
 font-size: min(1.7vw,17px);
 font-weight: 700;
 letter-spacing: 0.06em;
 text-align: center;
 line-height: 1.52;
}
.troubleImg ul li:nth-of-type(1){
 top: min(7.0vw,72px);
 left: 50%;
 transform: translate(-52%, 0);
 width: 43%;
 max-width: 430px;
}
.troubleImg ul li:nth-of-type(2){
 left: 0;
 top: min(21.1vw,221px);
}
.troubleImg ul li:nth-of-type(3){
 right: 0;
 top: min(21.5vw,221px);
}
.troubleImg::after{
 content: "";
 display: block; 
 background: url("../images/reason_lead_bg.png") no-repeat left bottom/100% auto;
 width: 100vw;
 height: 117.85vw;
 position: absolute;
 top: calc(100% - 25px);
 left: 50%;
 transform: translate(-50%, 0);
 z-index: -1;
}
#reasonLead h4::before{
 content: "";
 display: block;
 background: url("../images/reason_lead_arrow.png") no-repeat center top/100% auto;
 width: 75px;
 height: 75px;
 margin: 0 auto 12px;
}
#reasonLead h4{
 margin-bottom: 30px;
 font-size: 30px;
 font-weight: 900;
 text-align: center;
}
#reasonLead h4 >span{
 display: inline-block;
 border-radius: 2px;
 background: #fff;
 padding: 4px 35px 6px;
 line-height: 1.4;
}
#reasonLead h4 >br + span{
 margin-top: 14px;
}
#reasonLead h4 .num{
 color: #0A9E41;
 font-size: 36px;
}
#reasonLead p.center{
 color: var(--green);
 letter-spacing: 0.06em;
}
#reasonLead .pcFlex{
 margin-top: 40px;
}
#reasonLead .general{
 display: grid;
 width: 100%;
grid-template-columns: 47% 53%;
grid-template-rows:auto repeat(3, 1fr);
 gap:0 0;
}
#reasonLead .general dt:nth-of-type(1){grid-area: 1 / 2 / 2 / 3;}
#reasonLead .general dt:nth-of-type(2){grid-area: 2 / 1 / 3 / 2;}
#reasonLead .general dd:nth-of-type(1){grid-area: 2 / 2 / 3 / 3;}
#reasonLead .general dt:nth-of-type(3){grid-area: 3 / 1 / 4 / 2;}
#reasonLead .general dd:nth-of-type(2){grid-area: 3 / 2 / 4 / 3;}
#reasonLead .general dt:nth-of-type(4){grid-area: 4 / 1 / 5 / 2;}
#reasonLead .general dd:nth-of-type(3){grid-area: 4 / 2 / 5 / 3;}

#reasonLead .general dt{
 display: grid;
 place-content: center;
 border-bottom: 1px #CBCBCB solid;
 border-left: 1px #CBCBCB solid;
 background: #F4F4F4;
 height: 70px;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
}
#reasonLead .general dt:nth-of-type(1){
 border-radius: 20px 20px 0 0;
 border: 1px #CBCBCB solid;
 border-bottom: none;
 background: #F4F4F4;
 height: 59px;
 font-size: 24px;
 font-weight: 700;
 text-align: center;
}
#reasonLead .general dt:nth-of-type(2),
#reasonLead .general dd:nth-of-type(1){
 border-top: 1px #CBCBCB solid;
}
#reasonLead .general dd{
 border-bottom: 1px #CBCBCB solid;
 border-left: 1px #CBCBCB solid;
 border-right: 1px #CBCBCB solid;
 background: #fff;
 font-size: 18px;
 text-align: center;
 display: grid;
 place-content: center;
}
#reasonLead .general dt:nth-of-type(2){
 border-radius: 10px 0 0 0;
}
#reasonLead .general dt:nth-of-type(4){
 border-radius: 0 0 0 10px;
}

#reasonLead .techno dt{
 position: relative;
 border-radius: 20px 20px 0 0;
 background:var(--yellowGreen) ;
 display: grid;
 place-content: center;
 height: 70px;
 color: #fff;
 font-size: 28px;
 font-weight: 700;
 text-align: center;
 letter-spacing: 0.06em;
}
#reasonLead .techno dt img{
 position: absolute;
 width: 50px;
 right: 10px;
 bottom: -6px;
}
#reasonLead .techno dd{
 border: 6px var(--yellowGreen) solid;
 background: #fff;
 height: 222px;
 display: grid;
 place-content: center;
 color: var(--yellowGreen);
 font-size: 24px;
 font-weight: 700;
 text-align: center;
 line-height: 1.625;
}

#reasonMain{
 position: relative;
 margin-top: 100px;
  padding: 42px 4.9% 60px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 11.82px 11.82px 70.94px 0 rgba(0, 27, 8, 0.09);
  z-index: 1;
}
#reasonMain::before{
  content: "";
  display: block;
  background: url(../images/top_strength_img02.png) no-repeat right bottom / 100% auto; 
 position: absolute;
  bottom: calc(100% - 22px);
  right: 18.3px;
  width: 546.67px;
  height: 185px;
}
#reasonMain .pcFlex{
 margin-top: 60px;
}

#reasonHistory{
 background: url("../images/reason_history_bg.jpg") no-repeat left top/cover;
 margin-top: 100px;
 padding-top: 0;
}
#reasonHistory .inner1000{
 padding: 100px 5% 50px;
}
#reasonHistory h3,
#reasonHistory h4,
#reasonHistory p{
 color: #fff;
 text-shadow: 1px 1px 5px #000, 1px 1px 10px #000;
}

/* =======================================
  service-construction
========================================== */
#constructionLead{}
.leadArea{
 position: relative;
 padding-top: 47px;
}
.leadArea::before,
.leadArea::after{
 content: "";
 display: block;
 border-radius: 50%;
 background: rgba(205,202,3,.06);
 filter: blur(4.06vw);
 width:min(46vw,458px);
 height: min(46vw,458px);
 position: absolute;
 right: -91px;
 top: 28px;
 z-index: 0;
}
.leadArea::after{
 right: auto;
 left: -82px;
 top: 373px;
}
.strength{
 position: relative;
 border-radius: 20px;
 border: 2px #E0F3E9 solid;
 margin-top: 150px;
 padding: 88px 5% 50px;
 text-align: center;
}
.strength h4{
 position: absolute;
 left: 50%;
 transform: translate(-50%, 0);
 top: -0.6em;
 color: var(--yellowGreen);
 font-size: 30px;
 font-style: italic;
 font-weight: 900;
 text-align: center;
 white-space: nowrap;
 letter-spacing: 0.02em;
 line-height: 1.2;
}
.strength h4 .fontEN{
 position: absolute;
 bottom: -0.14em;
 left: 50%;
 transform: translate(-50%, 0);
 background: #fff;
 padding: 0 0.1em;
 color: rgba(0,153,68,.12);
 font-size: 475.4%;
 font-style: normal;
 font-weight: 500;
 line-height: 1;
 letter-spacing: 0;
 z-index: -1;
}
.strength ul {
 display: inline-block;
 text-align: left;
}
.strength ul li{
 position: relative;
 padding-left: 30px;
 font-size: 18px;
 font-weight: 700;
 letter-spacing: 0.06em;
 line-height: 1.4;
}
.strength ul li + li{
 margin-top: 1.4em;
}
.strength ul li::before{
 content: "";
 display: block;
 border-radius: 50%;
 background: var(--yellowGreen);
 width: 15px;
 height: 15px;
 position: absolute;
 top: 0.35em;
 left: 0;
}
.leadArea .fukidashi{
 max-width: 950px;
 margin: 15px auto 0;
 align-items: flex-end;
}
.leadArea .fukidashi figure{
 width: 43.2%;
}
.leadArea .fukidashi p{
 margin:0 0 min(6.8vw,65px) -10%;
 width: 66.8%;
 font-size: min(1.6vw,16px);
 line-height: 1.875;
 letter-spacing: 0.04em;
}

#constructionAbout{
 padding-top: 30px;
 padding-bottom: 30px;
}
#correspondence ul.pcFlex> li{
 margin-bottom: 40px;
}
#correspondence ul li figure{
 margin: 0 0 20px;
}
#correspondence ul li figure img{object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:520/368;}
#correspondence ul li .more{
 position: relative;
 cursor: pointer;
 background: var(--yellowGreen);
 padding: 10px 40px;
 color: #fff;
 font-size: 18px;
 font-weight: 700;
 line-height: 1.2;
 text-align: center;
}
#correspondence ul li .more::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
	width: 7px;
	height: 7px;
 margin-top:-6px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 transition: 0.2s ease-in-out; 
}
#correspondence ul li .more.active::after{
 -webkit-transform: rotate(225deg);
transform: rotate(225deg);
 margin-top: -2px;
}
#correspondence ul li .accBox{
 display: none;
}
#correspondence ul li dl{
 border-radius: 10px;
 background: var(--LLgreen);
 padding: 20px;
}
#correspondence ul li dl dt{
 margin-bottom: 5px;
 font-size: 18px;
 font-weight: 700;
}
#correspondence ul li dl dd +dt{
 margin-top: 15px;
}
#correspondence .discList li{
 font-size: 14px;
 line-height: 1.4;
}
#correspondence ul li .btnWrap{
 margin-top: 1em;
}
#correspondence ul li .btn{
 height: 60px;
 font-size: 18px;
}
#correspondence .fukidashi{
 justify-content: space-between;
}
#correspondence .fukidashi figure{
 width: 20%;
}
#correspondence .fukidashi p{
 width: 75%;
 position: relative;
 border-radius: 20px;
 background:var(--LLgreen);
 padding: 20px 5%;
}
#correspondence .fukidashi p::before{
 content: "";
  display: block;
  background-color: var(--LLgreen);
  width: 4.5%;
  height: 20px;
  clip-path: polygon(100% 0, 0 30%, 100% 100%);
 position: absolute;
 right:99.9%;
 bottom:30%;
}

#buildingsScalesAreas h4{
 border-bottom: 1px var(--green) solid;
}
#buildingsScalesAreas .flexWrap{
 justify-content: space-between;
 gap:20px 0;
 margin-bottom: 60px;
}
#buildingsScalesAreas .flexWrap li{
 width: 18%;
 text-align: center;
}
#buildingsScalesAreas .flexWrap li figure{
 border-radius: 50%;
 overflow: hidden;
 margin: 0 0 10px;
}
#buildingsScalesAreas .flexWrap li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;
}
#buildingsScalesAreas .flexWrap li p{
 font-size: 22px;
 line-height: 1.2;
}

#constructionResults table{
 width: 100%;
}
#constructionResults table td{
 padding: 12px 2%;
 white-space: nowrap;
}
#constructionResults table tr td:first-child{
 width: 41%;
}

#constructionFlow ol li{
 line-height: 1.4;
}
#constructionFlow ol li p{
 margin: 0;
}
#constructionFlow ol li .step{
 text-decoration: underline;
 color: var(--yellowGreen);
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 letter-spacing: 0.06em;
}
#constructionFlow ol li figure{
 border-radius: 50%;
 overflow: hidden;
 margin: 0 0 20px;
}
#constructionFlow ol li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;
}
#constructionFlow ol li h4{
 margin-bottom: 10px;
 font-size: 22px;
 text-align: center;
}
/* =======================================
   service-telecommunications
========================================== */
#equipmentAreas{}
#equipmentAreas h4{
 border-bottom: 1px var(--green) solid;
}
#equipmentAreas .flexWrap{
 justify-content: space-between;
 gap:20px 0;
 margin-bottom: 60px;
}
#equipmentAreas .flexWrap li{
 width: 18%;
 text-align: center;
}
#equipmentAreas .flexWrap li figure{
 border-radius: 50%;
 overflow: hidden;
 margin: 0 0 10px;
}
#equipmentAreas .flexWrap li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;
}
#equipmentAreas .flexWrap li p{
 font-size: 18px;
 line-height: 1.2;
}
#facilities{
 background: var(--LLgreen);
}
#facilities li figure{
 margin:0 0 10px;
}
#facilities li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:240/170;
}
#facilities li h4{
 margin-bottom:10px;
}
#facilities .basicTable tbody th{
 background:#fff;
 border-right: 1px var(--base) solid;
 border-bottom: 1px var(--base) solid;
 width: 13%;
 padding-left: 15px;
 color:var(--base);
 white-space:nowrap;
}
#facilities .fukidashi{
 margin-top: 40px;
 justify-content: space-between;
 align-items: center;
}
#facilities .fukidashi figure{
 width: 20%;
}
#facilities .fukidashi p{
 width: 75%;
 position: relative;
 border-radius: 20px;
 background:#fff;
 padding: 20px 5%;
}
#facilities .fukidashi p::before{
 content: "";
  display: block;
  background-color: #fff;
  width: 4.5%;
  height: 20px;
  clip-path: polygon(100% 0, 0 30%, 100% 100%);
 position: absolute;
 right:99.9%;
 bottom:30%;
}


/* =======================================
	results works
========================================== */
#worksLead{
 padding-top: 40px;
}
#worksLead .box{
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 gap:0 30px;
 border-radius: 20px;
 border: 3px var(--green) solid;
 max-width: 600px;
 margin: 0 auto;
}
#worksLead .box h3{
 border-radius: 16px 16px 0 0;
 background:var(--green);
 padding: 5px 0;
 margin: 0 0 20px;
 color: #fff;
 width: 100%;
}
#worksLead .box p{
 font-size: 22px;
}
#worksLead .box p:first-of-type{
 width: 100%;
 margin: 0 0 10px;
 font-size: 50px;
 font-weight: 700;
 text-align: center;
}
#worksLead .box p span{
 color: var(--red);
 font-weight: 700;
}
#worksLead .note{
 max-width: 600px;
 margin: 0 auto;
 text-align: right;
}
#worksLead .leadTxt{
 margin-top: 40px;
}
#worksConstruction h4,
#worksTelecommunications h4{
 margin-top:60px;
}
#worksConstruction .pcFlex figure,
#worksTelecommunications .pcFlex figure {
 position: relative;
 margin: 0 0 2em;
}
#worksConstruction .pcFlex figure img,
#worksTelecommunications .pcFlex figure img{object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:333/236;
}
#worksConstruction .pcFlex figure figcaption,
#worksTelecommunications .pcFlex figure figcaption{
 position: absolute;
 top: 100%;
 left: 0;
 width: 100%;
 text-align: center;
 line-height: 2;
}
#worksConstruction table,
#worksTelecommunications table{
 width: 100%;
}
#worksConstruction table td,
#worksTelecommunications table td{
 padding:15px 1.5% ;
}
#worksConstruction table tbody tr td:first-of-type,
#worksTelecommunications table tbody tr td:first-of-type{
 width: 41%;
}

#worksTelecommunications{}
/* =======================================
	company
========================================== */
#companyMessage .right{
 font-size: 120%;
}
#philosophy{
 position: relative;
 border-radius: 20px;
 border: 5px var(--LLgreen) solid;
 padding: 50px 0;
 margin-top: 50px;
}
#philosophy h3{
 position: absolute;
 left: 50%;
 transform: translate(-50%, 0);
 top: -0.8em;
 background: #fff;
 padding: 0 0.8em;
 line-height: 1.2;
}
#philosophy p{
 font-size: min(2.1vw,21px);
}

#companyProfile .basicTable{
 margin-bottom: 30px;
}
#companyProfile dd .cf dt{
 float: left;
 padding: 0;
}
#companyProfile dd .cf dd{
 padding-left: 6.5em;
}

#companyHistory dl.flexWrap{
 position: relative;
 padding: 0 0 0 50px;
}
#companyHistory dl.flexWrap::before{
 content: "";
 display: block;
 width: 5px;
 height: 100%;
 background: var(--yellowGreen);
 position: absolute;
 left: 10px;
 top: 0;
}
#companyHistory dl.flexWrap > dt{
 position: relative;
 width: 25%;
 margin-bottom: 20px;
 font-size: 18px;
 line-height: 1.2;
}
#companyHistory dl.flexWrap > dt::before,
#companyHistory dl.flexWrap > dt::after{
 content: "";
 display: block;
 border-radius: 50%;
 background: var(--yellowGreen);
 width: 20px;
 height: 20px;
 position: absolute;
 top: 0.1em;
 right:calc(100% + 28px) ; 
}
#companyHistory dl.flexWrap > dt::after{
 background: #fff;
 width: 10px;
 height: 10px;
 margin-top: 5px;
 margin-right: 5px;
}
#companyHistory dl.flexWrap > dd{
 width: 75%;
 line-height: 1.4;
 margin-bottom: 20px;
}
#companyAccess h4:nth-of-type(2){
 border-top: 2px var(--LLgreen) dashed;
 padding-top: 40px;
 margin-top: 40px;
}
#companyAccess .map iframe{
 width: 100%;
 height: 300px;
}
/* =======================================
attempt
========================================== */
#esgLead{
	padding: 0;
}
#esgLead .txts{
	border: 3px var(--yellowGreen) solid;
	border-radius: 10px;
}

.esgBox h3{
	line-height: 1.3;
}
.esgBox h3 .en{
	display: block;
	font-size: 80%;
	font-weight: 400;
}
.esgBox h3 .en span{
	font-size: 60%;
}
.esgBox .icSDGs{
	height: 72px;
}
.esgBox .icSDGs img{
	width: auto;
	height: 100%;
}
#esgEnvironment h3{
	color: #6ebf4c;
}
#esgSocial h3{
	color: #3ac6dd;
}
#esgGovernance h3{
	color: #ef6565;
}

.esgBox .tiBox{
	border-left-style: solid;
}
#esgEnvironment .tiBox{
	border-color: #6ebf4c;
}
#esgSocial .tiBox{
	border-color: #3ac6dd;
}
#esgGovernance .tiBox{
	border-color: #ef6565;
}

.esgBox h4{
	padding: 2px 10px;
}
.esgBox h5{
	padding-left: 15px;
	position: relative;
}
.esgBox h5::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
}
#esgEnvironment h4{
	border: 1px solid #6ebf4c;
	color: #6ebf4c;
}
#esgSocial h4{
	border: 1px solid #3ac6dd;
	color: #3ac6dd;
}
#esgGovernance h4{
	border: 1px solid #ef6565;
	color: #ef6565;
}

#esgEnvironment h5{
	color: #6ebf4c;
}
#esgSocial h5{
	color: #3ac6dd;
}
#esgGovernance h5{
	color: #ef6565;
}

#esgEnvironment h5::before{
	background-color: #6ebf4c;
}
#esgSocial h5::before{
	background-color: #3ac6dd;
}
#esgGovernance h5::before{
	background-color: #ef6565;
}

#esgEnvironment h6{
	color: #6ebf4c;
}
#esgSocial h6{
	color: #3ac6dd;
}
#esgGovernance h6{
	color: #ef6565;
}

#esgEnvironment ul.pcFlex li{
	border: 1px dotted #6ebf4c;
}
#esgSocial ul.pcFlex li{
	border: 1px dotted #3ac6dd;
}
#esgGovernance ul.pcFlex li{
	border: 1px dotted #ef6565;
}

.esgBox div.pcFlex figure img.imgS{
	margin: 0 auto;
	width: 70%;
}


/* =======================================
recruit
========================================== */
#recruitThrive ul{
	justify-content: space-between;
	gap:1em;
}
#recruitThrive ul li{
	flex: 1;
}

#recruitThrive ul li span:first-child{
display: block;
  background: #009944;
  background: linear-gradient(311deg,rgba(0, 153, 68, 1) 0%, rgba(201, 241, 5, 1) 100%);
  padding: 2rem .6rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--wh);
  text-align: center;
	/* width: 10.5em; */
	width: 100%;
	height: 7em;
	border-radius: 1em;
}

#recruitSeniorVoice h4{
	font-size: 2.8rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--yellowGreen)
}

#recruitSeniorVoice .pcFlex{
	gap:30px;
}

#recruitSeniorVoice .pcFlex ul li{
	gap:20px;
	margin-bottom: 30px
}
#recruitSeniorVoice .pcFlex ul li figure{
	width: 100px
}
#recruitSeniorVoice .pcFlex ul li div{
	width: calc(100% - 120px)
}
#recruitSeniorVoice .pcFlex ul li div p:first-child{
	color: var(--yellowGreen);
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: .1em;
}
#recruitMoreinfro{
	background: var(--grdOrange);
}

#recruitMoreinfro .pcFlex{
	gap:20px;
	flex-wrap: wrap;
}

#recruitMoreinfro a{
	width: calc((100% - 20px) / 2);
}
#recruitMoreinfro a dl{
	background: var(--wh);
	border-radius: 6px;
	/* display: flex;
  flex-direction: column; */
}
#recruitMoreinfro a dt{
	background: var(--yellowGreen);
	border-radius: 6px 6px 0 0;
	color: var(--wh);
	display: block;
  font-weight: bold;
	position: relative;
  text-align: left;
  /* flex-grow: 1; */
}
#recruitMoreinfro a dt::after{
	content: "";
	display: block;
	background: url(../images/ic_arrow_wh.svg) no-repeat center center / 100%;
 transition:all .5s ease;
 position: absolute;
 top: calc(50% - 0.5em);
 right: 5%;
 margin-left: 10px;
}
#recruitMoreinfro a:hover{
	opacity: .7;
}

#recruitRecruitment .tabBtn{
	display: flex;
	border-bottom: 2px solid var(--green);
	gap:10px;
	margin-bottom: 10px
}

#recruitRecruitment .tabBtn li{
	border: 1px solid var(--green);
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	text-align: center;
	flex: 1
}
#recruitRecruitment .tabBtn li.active{
	background: var(--green);
	
	font-weight: bold
}
#recruitRecruitment .tabBtn li.active a{
	color: var(--wh);
}

/* =======================================
recruit-job
========================================== */

.job-category {
  gap: 5%;
  margin-bottom: 1rem;
	margin-bottom: 3em;
}
.job-category > div {
  flex: 1;
  padding: 1.5rem;
  border-radius: 8px;
	border: 1px solid var(--yellowGreen);
	position: relative;
	padding-top: 2em;
}
.job-category > div:first-child:after{
	content: '×';
  font-size: 40px;
  position: absolute;
  top: calc(50% - 40px);
  right: -42px;
}
.job-category > div h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
	text-align: center;
	display: inline-block;
	position: absolute;
  left: 50%;
	top:-.3em;
	transform: translate(-50%, -50%);
	background: var(--wh);
	padding: 0 .5em
}
.job-category > div ul {
  margin-bottom: 1rem;
	display: flex;
	 gap: 6px;
}
.job-category > div ul li{
	flex: 1;
	text-align: center;
	font-size: 1.3rem;
}
.job-category > div ul li img{
border-radius: 5rem;
  width: 10rem;
  height: 10rem;
	margin: auto;
}
.job-category > div p a {
  display: block;
  background: var(--yellowGreen);
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
 .job-category > div p a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  border-bottom: 2px #fff solid;
  border-right: 2px #fff solid;
  width: 7px;
  height: 7px;
  margin-top: -6px;
}

.jobTypes{
	width: 100%;
	gap:30px
}

.jobTypes li{
	width: 100%;
	
}

.jobTypes li span{
	display: block;
	background: #009944;
background: linear-gradient(311deg,rgba(0, 153, 68, 1) 0%, rgba(201, 241, 5, 1) 100%);
	padding: 4rem;
	font-size: 2rem;
	font-weight: bold;
	color: var(--wh);
	text-align: center;
	margin-bottom: 10px
}

.jobTypes li li {
border-bottom: 1px solid #009944;
	padding: 1em 0
}
.jobTypes li li a.icArrow.orange::after{
height: 2em;
  width: 2em;
}


.job-description{
	margin-bottom: 2rem;
}
.job-description figure{
	width:47.5%
}

#recruitmentType .btn{
	width: min(100%, 430px);
}

.jobtypesection h3.h3Tit{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: .3em;
}
.jobtypesection .job-description{
	margin-bottom: 30px
}

.jobtypesection .job-description > div h4{
	color:var(--yellowGreen) 
}

.jobtypesection .job-description > div ul{
	padding: 10px 20px;
	background: var(--LLgreen);
	border-radius: 10px;
	display: flex;
	gap:5px 20px;
	flex-wrap: wrap;
	margin-top: 10px
}

.jobtypesection.bgLLG .job-description > div ul{
	background: #fff
}

.jobtypesection .job-description > div ul li{
	width: calc(50% - 20px);
	list-style:disc;
	margin-left: 10px;
	line-height: 1.4
}

.career-path{
border: 1px solid #6ebf4c;

	padding: 10px 20px;
	margin-bottom: 30px
	
}

.career-path .h4Tit{
  color: #6ebf4c;
	margin-bottom: 10px;
}

.career-path ul{
	display: flex;
	gap:20px
}

.career-path ul li{
	background: var(--wh);
	padding: 6px;
}
.career-path ul li > span{
	text-align: center;
	display: block;
	background: var(--yellowGreen);
	color: var(--wh)
}
.career-path ul li > h5{
	text-align: center;
	
}

.career-path ul li > p{
	line-height: 1.3
}

.jobtypesection .flex{
	justify-content: space-between
}

.timeline{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	position: relative;
	width: 100%

}
.timeline:before{
	content: '';
	background: var(--green);
	height: 100%;
	position: absolute;
	top:.5em;
	left:4em;
	width: 4px
	
}
.timeline li{
	position: relative;
	padding-bottom: 1em
}
.timeline li span{
	display: inline-block;
	width: 4em
}
.timeline li p{
  font-size: 16px;
	margin-left: 2em;
	display: inline-block;
}
.timeline li:before{
	content: '●';
	font-size: 20px;
	color: var(--green);
	position: absolute;
	top: 0;
	left: calc(3em - 5px);
}

.jobtypesection .flex .imgBox{
	width: 60%;
}

.jobtypesection .flex .imgBox figure{
	margin:40px 0 0 20px;
	display: inline-block;
	width: calc(50% - 25px)
}

#jobRotation h3{
	color: var(--red)
}


#job main .btn.arrow{
	width: min(100%, 480px);
}

.rotationPurpose{
	gap:20px;
	margin-bottom: 30px
}

.rotationPurpose li{
	flex: 1;
		display: flex;
   flex-direction: column;
	background: #fff
}
.rotationPurpose li h5{
	background: var(--wh);
	ont-size: 2rem;
	text-align: center;
}
.rotationPurpose li .bgImg{
	display: block;
  background: #F44C08;
background: linear-gradient(311deg,rgba(244, 76, 8, 1) 0%, rgba(241, 170, 5, 1) 100%);
  padding: 4rem 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--wh);
  text-align: center;
flex-grow: 1;
	margin-bottom: .5em;
}

.rotationPurpose li .bgImg + p{
	padding: 0 .5em .5em;
}
.baloonImage{
	display: flex;
	width: 500px;
	margin: auto;
}
.baloonImage img{
	width: 150px;
	height: 150px;
	border-radius: 75px;
}

.baloonImage figcaption{
	position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: var(--wh);
  border-radius: 15px;
}

.baloonImage figcaption:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid var(--wh);
}


/* =======================================
working-environment
========================================== */
#benefits{}
#benefits ul li h4,
#education ul li h4{
 margin-top: 15px;
 margin-bottom: 10px;
}
#benefits .otherBox{
 position: relative;
 border-radius: 20px;
 border: 4px var(--yellowGreen) solid;
 padding: 40px 5%;
 margin-top: 80px;
}
#benefits .otherBox h4{
 position: absolute;
 top: -0.7em;
 left: 50%;
 transform: translate(-50%, 0);
 background: #fff;
 padding: 0 0.8em;
 line-height: 1.2;
 white-space: nowrap;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.9);
  justify-content: center;
  align-items: center;
}
.close {
  position: absolute;
  top: 10px; right: 10px;
  cursor: pointer;
  font-size: 24px;
}
.modalConts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: min(90%, 1000px);
  height:min(90%,470px) ;
  margin: auto;
  padding: 54px 60px;
  border-radius: 15px;
  background: var(--wh);
  border: 2px solid var(--yellowGreen);
  overflow-y: auto;
}

/* =======================================
personel
========================================== */
.interview{}
.interviewHead{
 margin-bottom: 60px;
}
.interviewHead figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:772/514;
}
.interviewHead .title{
 border: 5px var(--LLgreen) solid;
 background: #fff;
 padding: 20px;
}
.interviewHead .num{
 color: var(--yellowGreen);
 font-size: 18px;
}
.interviewHead h3{
 border-bottom: 2px var(--LLgreen) dashed;
 padding: 0 0 10px;
 margin-bottom: 10px;
 font-size: 24px;
 line-height: 1.4;
}
.interviewHead p{
 line-height: 1.5;
}
.interviewHead p .name{
 display: block;
 font-size: 110%;
 font-weight: 700;
}
.interviewBox + .interviewBox{
 margin-top: 60px;
}
.interviewBox dl{}
.interviewBox dl dt{
 position: relative;
 padding: 0 0 0 24px;
 margin-bottom: 10px;
 font-size: 20px;
 font-weight: 700;
 line-height: 1.4;
}
.interviewBox dl dt::before{
 content: "";
 display: block;
 width: 15px;
 height: 2px;
 background: var(--green);
 position: absolute;
 top: 0.7em;
 left: 0;
}
.interviewBox dl dd{
 margin-bottom: 30px;
}
.interviewBox .imgBox figure{
 margin: 0 0 30px;
}
/* =======================================
numbers
========================================== */


#numbersIntro{
  padding: 43px 0 40px;
}
#numbersSurvey{
  position: relative;
  padding: 40px 0 77px;
  z-index: 3;
}

.numbersIinner{
  max-width: 1236px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.numbersIinner .slash .slash{
  padding-bottom: 7.5px;
}
.numbersIinner .slash::before,
.numbersIinner .slash::after{
  background-color: #FFD08E;
}
.numbersIinner .slash::before,
.numbersIinner .slash::after{
  height: 34px;
}
.numbersIinner .slash::before{
  height: 34px;
  transform: rotate(-45deg);
}
.numbersIinner .slash::after{
  height: 34px;
  transform: rotate(45deg);
}
.numbersIinner .slash .slash::before,
.numbersIinner .slash .slash::after{
  height: 62px;
}
.numbersIinner .slash .slash::before{
  transform: rotate(-36deg);
}
.numbersIinner .slash .slash::after{
  transform: rotate(36deg);
}

.numbersBoxWrap{
  gap: 40px 4.85%;
}
.numbersBox{
  padding: 44px 5.62%;
  border-radius: 7.09px;
 box-shadow: 11.82px 11.82px 70.94px 0 rgba(0, 27, 8, 0.09);
}
.numbersBox dt{
  font-size: 28px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}
.numbersBox dd.img{
  margin-top: 24px;
}
.numbersBox dd.txt{
  margin-top: 36px;
}
.numbersBox dd.txt p{
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.67em;
  text-align: center;
}

#numbersIntro .numbersBox:nth-child(1),
#numbersIntro .numbersBox:nth-child(4),
#numbersSurvey .numbersBox:nth-child(1),
#numbersSurvey .numbersBox:nth-child(4){
  position: relative;
}
#numbersIntro .numbersBox:nth-child(1)::after,
#numbersIntro .numbersBox:nth-child(4)::after,
#numbersSurvey .numbersBox:nth-child(1)::after,
#numbersSurvey .numbersBox:nth-child(4)::after{
  position: absolute;
  top: 100%;
  transform: translateY(calc(-100% + 46px));
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  white-space: nowrap;
}
#numbersIntro .numbersBox:nth-child(1)::after{
  left: 0;
  width: 64px;
  height: 174px;
  background-image: url(../images/numbers_intro_ph01.png);
}
#numbersIntro .numbersBox:nth-child(4)::after{
  transform: translateY(-100%);
  right: 0;
  width: 61px;
  height: 184px;
  background-image: url(../images/numbers_intro_ph04.png);
}
#numbersSurvey .numbersBox:nth-child(1)::after{
  left: 0;
  width: 93px;
  height: 183px;
  background-image: url(../images/numbers_survey_ph01.png);
}
#numbersSurvey .numbersBox:nth-child(4)::after{
  right: 0;
  width: 79px;
  height: 192px;
  background-image: url(../images/numbers_survey_ph04.png);
}

#numbersIntro .linkWrap{
  margin-top: 40px;
}
#numbersIntro .linkWrap .icArrow{
  font-size: 2.5rem;
}
.icArrow::after {
  width: 57px;
  height: 57px;
}

#numbersSurvey .numbersBoxWrap{
  position: relative;
  z-index: 3;

}

.numbersOnly{
 position: relative;
 border-radius: 7.09px;
 background: #ffffff;
 box-shadow: 11.82px 11.82px 70.94px 0 rgba(0, 27, 8, 0.09);
 margin-top: 43px;
 text-align: center;
  z-index: 2;
}
.numbersOnly h4{
 position: relative;
 left: 50%;
 transform: translate(-50%, 0);
 font-size: 28px;
 font-weight: 700;
 text-align: center;
 white-space: nowrap;
 letter-spacing: 0.04em;
 line-height: 1.2;
}
.numbersOnly h4 .jp{  
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translate(-50%, 0);
}
.numbersOnly h4 .fontEN{
 font-size: 0;
 z-index: -1;
}
.numbersOnly ul{
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 3.1% 0 1.2%;
}
.numbersOnly ul li p{
  display: grid;
  place-content: center;
  width: 100%;
  padding: 1em;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.67em;
  text-align: center; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  white-space: nowrap;
}
.numbersOnly ul li:nth-child(1){
  margin-bottom: -58px;
  width: calc(361/1183*100%);
}
.numbersOnly ul li:nth-child(1) p{
  aspect-ratio: 361 / 233;
  background-image: url(../images/numbers_only_balloon_01.png);
  padding-bottom: 45px;
}
.numbersOnly ul li:nth-child(1)::after{
  content: "";
  display: block;
  width: 115px;
  height: 268px;
  background: url(../images/numbers_only_ph01.png) no-repeat center top / auto 100%;
  margin: 0 auto;
}
.numbersOnly ul li:nth-child(2){
  margin-top: 100px;
  margin-left: -9%;
  width: calc(281/1183*100%);
}
.numbersOnly ul li:nth-child(2) p{
  aspect-ratio: 281 / 216;
  background-image: url(../images/numbers_only_balloon_02.png);
  padding-top: 50px;
}
.numbersOnly ul li:nth-child(3){
  margin-left: 1.5%;
  width: calc(272/1183*100%);
}
.numbersOnly ul li:nth-child(3) p{
  aspect-ratio: 272 / 173;
  background-image: url(../images/numbers_only_balloon_03.png);
  padding-bottom: 45px;
}
.numbersOnly ul li:nth-child(3)::after{
  content: "";
  display: block;
  width: 91px;
  height: 193px;
  background: url(../images/numbers_only_ph03.png) no-repeat center top / auto 100%;
  margin: 0 auto;
}
.numbersOnly ul li:nth-child(4){
  margin-left: 5%;
  width: calc(281/1183*100%);
}
.numbersOnly ul li:nth-child(4) p{
  aspect-ratio: 281 / 242;
  background-image: url(../images/numbers_only_balloon_04.png);
  padding-bottom: 45px;
}

.btnEntryContainer{
  padding: 0 0 172px;
}
.btnEntryContainer .btnWrap{
  margin-top: 0;
}
.btnEntryContainer .btnWrap .btn{  
  position: relative;
  overflow: hidden;
  background-color: var(--orange);
  border-width: 0;
  width: 100%;
  height: 4em;
  border-radius: 7px;
  font-size: 4rem;
}
.btnEntryContainer .btnWrap .btn::before,
.btnEntryContainer .btnWrap .btn::after {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  background-color: rgba(255, 255, 255, 0.24);
  filter: blur(112.17px);
  pointer-events: none;
}
.btnEntryContainer .btnWrap .btn::before {
  top: -109px;
  left: -40px;
}
.btnEntryContainer .btnWrap .btn::after {
  top: 0px;
  right: -28px;
}
.btnEntryContainer .btnWrap .btn span.arrow{
  position: relative;
  display: grid;
  align-items: center;
  padding-right: 2.175em;
  height: 4em;
}
.btnEntryContainer .btnWrap .btn span.arrow::before{
 content: "Entry";
	position: absolute;
	bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 5.25em;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.14);
  line-height: 0.75em;
}
.btnEntryContainer .btnWrap .btn span.arrow::after{
 content: "";
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 0;
	display: block;
	width: 1.425em;
	height: 1.425em;
  background: url(../images/ic_arrow_wh02.svg) no-repeat center center / 100%;
}

/* =======================================
entry
========================================== */
#entryFlow{}
.flowSteps > li{
 position: relative;
}
.flowSteps > li figure{
 border-radius: 50%;
 overflow: hidden;
 margin: 0 0 10px;
}
.flowSteps > li figure img{object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;}
.flowSteps > li .num{
 position: absolute;
 top: 0;
 left: 0;
 display: flex;
 flex-flow: column;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 background: var(--yellowGreen);
 width: 65px;
 height: 65px;
 color: #fff;
 font-size: 28px;
 line-height: 1;
}
.flowSteps > li .num span{
 font-size: 65%;
}
.flowSteps > li h4{
 font-size: 22px;
 text-align: center;
 line-height: 1.4;
}
#casualMeeting{}
#casualMeeting .bgLGray{
 margin-top: 60px;
 padding: 50px 5%;
 text-align: center;
}
#casualMeeting .bgLGray ul{
 display: inline-block;
 text-align: left;
}
#casualMeeting .bgLGray ul li{
 background-position: left 0.3em;
 font-size: 20px;
 font-weight: 700;
 line-height: 1.5;
}
#casualMeeting .attentionBox{
 border: 5px var(--LLgreen) solid;
 border-radius: 20px;
 padding: 40px 4%;
 margin-top: 40px;
}
#casualMeeting .attentionBox h5{
 position: relative;
 display: inline-block;
 border-bottom: 2px var(--green) solid;
 padding:0 10px 8px;
 line-height: 1.4;
}
#casualMeeting .attentionBox h5::before,
#casualMeeting .attentionBox h5::after{
 content: "";
 display: block;
 background: #fff;
	width:20px;
	height:15px;
clip-path: polygon(0 0, 50% 100%, 100% 0);
 position: absolute;
 top: calc(100% - 2px);
 left: 0;
 right: 0;
 margin: auto;
}
#casualMeeting .attentionBox h5::before{
 background: var(--green);
 top: calc(100% + 1px);
}


#casualMeeting .fukidashi{
 justify-content: space-between;
 margin-top: 40px;
	align-items: center;
}
#casualMeeting .fukidashi figure{
 width: 20%;
}
#casualMeeting .fukidashi p{
 width: 75%;
 position: relative;
 border-radius: 20px;
 background:var(--LLgreen);
 padding: 20px 5%;
}
#casualMeeting .fukidashi p::before{
 content: "";
  display: block;
  background-color: var(--LLgreen);
  width: 4.5%;
  height: 20px;
  clip-path: polygon(100% 0, 0 30%, 100% 100%);
 position: absolute;
 right:99.9%;
 bottom:30%;
}

#entryForm .clm{
 align-items: flex-start;
 flex-flow: column;
}
#entryForm dt .notice{
 font-size: 80%;
 font-weight: 500;
}
/* =======================================
	news
========================================== */
/*	一覧
-----------------------------*/
.articleBox{
	border-bottom: 1px solid var(--Gry);
}
#newsList .newsBox +  .newsBox{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--base);
}
#newsList .newsBox > figure img{
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
#newsList .newsBox .right .btn{
  margin-left: auto;
  width: min(100%, 270px);
  height: 3em;
  padding: 10px 10px;
}
#newsList .newsBox h4{
  font-size: 2rem;
  margin-bottom: 10px;
}
#newsList .newsBox p{
  margin-bottom: 10px;
}
#newsList .newsBox .btn{
  font-size: 1.6rem;
}

/*		single
-----------------------------*/
.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
========================================== */

#telArea > .inner1000{
    border: 4px var(--LLgreen) solid;
    background: #fff;
    white-space: nowrap;
    padding: 55px 0;
}
#telArea > .inner1000 h3 {
    position: absolute;
    top: -0.8em;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    padding: 0 30px;
    color: var(--yellowGreen);
}
#telArea .tel {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
#telArea .tel a{
 display: inline-block;
 background: url("../images/footcontact_ic_tel.svg") no-repeat left center/30px auto;
 padding: 0 0 0 35px;
 font-size: min(4.9vw,49px);
 font-weight: 700;
 letter-spacing: 0.05em;
 line-height: 1;
}
#telArea .tel .time{
 display: block;
 margin-top: 5px;
 padding-left: 1em;
 font-size: 25px;
 font-family:  "Outfit","Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
 line-height: 1;
 text-align: center;
}

/* =======================================
	form
========================================== */
#contactForm > .inner1000 h3 {
    color: var(--yellowGreen);
}
.formArea .basicTable input[type="text"],
.formArea .basicTable input[type="email"],
.formArea .basicTable textarea{
  padding: 10px 5px;
  border-radius: 3px;
  border: 1px solid var(--base); 
}
.formArea .basicTable textarea{
  min-height: 150px;
	width: 100% !important;
}


.tb_cont{
	border-top: 1px solid var(--base);
	border-right: 1px solid var(--base);
	border-left: 1px solid var(--base);
	width: 100%;
}
.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);
}
.contactPrivacy{
  text-align: center;
}
.contactPrivacy a{
	text-decoration: underline;
}
.formFoot .btn{
	border: none;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
 cursor: pointer;
}
.formFoot{
 margin-top: 40px;
}
.confirm{
  text-align: center;
}
.confirm input[type="submit"]{
  margin: 0 auto;
}



/* =======================================
	privacypolicy
========================================== */
#privacyMain{
  padding-top: 100px;
}
#privacyMain .lead{
  margin-bottom: 2em;
}
#privacyMain .h3Tit:not(:first-of-type){
	margin-top: 100px;
}
#privacyMain .h4Tit{
	margin-top: 60px;
	margin-bottom: 20px;
}
section#privacyMain p:not(:last-child){
	margin-bottom: 1em;
}

#privacyMain ol{
	margin-bottom: 30px;
}
#privacyMain ol > li{
	margin-bottom: 10px;
}
#privacyMain ol > li > p{
  margin-left: 1.5em;
  margin-bottom: .5em !important
}
#privacyMain ol > li:last-child{
	margin-bottom: 0;
}

#privacyMain ol{
  margin-left: 2em;
  margin-bottom: 1em;
  counter-reset: num;
}
#privacyMain ol > li{
  position: relative;
  padding-left: 1.5em;
  counter-increment: num;
}
#privacyMain ol > li::before{
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num) ".";
  display: inline-block;  
}
#privacyMain dl{
  margin-top: 10px;
	margin-bottom: 30px;
}
#privacyMain dl dd{
	padding-left: 1em;
	padding-bottom: 10px;
}
#privacyMain dl dd:last-child{
	padding-bottom: 0;
}
#privacyMain .nohead > li{
  margin-top: 10px;
}
#privacyMain .nohead > li p:has(+p){
  margin-bottom: 1em;
}

#privacyMain .bdTop{
  margin-top: 120px;
  padding-top: 100px;
  border-top: 1px dashed var(--base);
}