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

	reset CSS

========================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,p,blockquote,table,th,td {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 700;
}
ul,dl,ol {  text-indent: 0;}
li {  list-style: none;}
address,caption,cite,code,dfn,em,th,var {
  font-style: inherit;
  font-weight: inherit;
}
b,strong {  font-weight: bold;}
sup {  vertical-align: text-top;}
sub {  vertical-align: text-bottom;}
input,textarea,select,b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input,
* html textarea,
* html select {
  font-size: 100%;
}
textarea.message {
  width: 100%;
  height: 20rem;
}
*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th,td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}
input,select,textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}
input.long,
input.short,
textarea.message {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 5px #CCC inset;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #e3e3e3;
  border-radius: 0.23em;
  background: #fbfbfb;
}
::placeholder {
  font-weight: normal;
}
.hissu {
  padding: 3px 4px 2px 4px;
  color: #bd4e00;
  font-weight: bold;
  font-size: 11px;
}
.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}
.fW500 {  font-weight: 500;}
.fW100 {  font-weight: 100;}
.fW300 {  font-weight: 300;}
.ls0 {  letter-spacing: 0;}
.ls1 {  letter-spacing: 0.1em;}
.ls2 {  letter-spacing: 0.2em;}
.ls4 {  letter-spacing: 0.4em;}
.lh0 {  line-height: 0%;}
.lh100 {  line-height: 100%;}
.lh120 {  line-height: 120%;}
.lh140 {  line-height: 140%;}
.lh160 {  line-height: 160%;}
.lh200 {  line-height: 200%;}
.lh230 {  line-height: 230%;}
.lh240 {  line-height: 240%;}
.lh250 {  line-height: 250%;}
.lh255 {  line-height: 255%;}

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

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

	Structure CSS

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

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

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

.rela {  position: relative;}

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

.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;}
.flexColumn{flex-flow: column;}
.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 Antique", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
  font-weight: 500;
  box-sizing: border-box;
	line-height: normal;
 letter-spacing: 0.1em;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: var(--base);
}

/*フォントファミリー
========================================== */
.fontZ{
 font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/*色
========================================== */
:root {
  --base: #262638;
  --bk: #000;
  --wh: #fff;
  --blue: #3C96F7;
 --green:#43C44C;
 --Lgreen:#C0EC44;
	--yellow: #FADC34;
 --orange:#FF8D3B;
 --orange2:#FFA360;
  --gray:#B9B9B9;
	--Lgray: #EFEEE9;
	--bgivory: #FFFEF3;
  --ivory: #F2F1E6;
 --grd: linear-gradient(90deg, #3088fe 2%, #7ae3cc 25%, #8ef452 38%, #fae333 58%, #ff8d3b 84%);
}

/*文字色
========================================== */
.baseC{  color: var(--base) !important;}
.blue{  color: var(--blue) !important;}
.orange{  color: var(--orange) !important;}
.green{  color: var(--green) !important;}
.bk {  color: var(--bk) !important;}
.white {  color: var(--wh) !important;}
.gray {  color: var(--gray) !important;}
.grd{display: inline;
background: var(--grd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*背景
========================================== */
.bgBlue{ background-color: var(--blue) !important;}
.bgOrange{ background-color: var(--orange2) !important;}
.bgGreen{ background-color: var(--green) !important;}
.bgIvory {  background-color: var(--bgivory) !important;}
.bgW{  background-color: #fff !important;}
.bgLgray{ background: var(--Lgray) !important;}

/* 装飾有り背景 */
.bgGrdY{
	position: relative;
	background: url("../images/top_works_bg_yellow.png") no-repeat right top/651px auto,
  url("../images/top_works_bg_red.png") no-repeat left top 40%/535px auto,
  url("../images/top_works_bg_blue.png") no-repeat right -10% bottom 10%/468px auto;
	background-color: var(--bgivory);
}
.bgGrdY::before,
.bgGrdY::after{
	content: "";
	display: block;
	position: absolute;
}
.bgGrdY::before{
 background: url("../images/top_works_ic01.svg") no-repeat left top/100% auto;
}
.bgGrdY::after{
 background: url("../images/top_works_ic02.svg") no-repeat left top/100% auto;
 right: 2vw;
}
.bgGrdY.grd02::before{
	background: url("../images/top_interview_ic02.svg") no-repeat left top/100% auto;
 }
 .bgGrdY.grd02::after{
	background: url("../images/top_interview_ic01.svg") no-repeat left top/100% auto;
 }

/*ボタン
========================================== */
.btnWrap{
 margin-top: 40px;
 text-align: center;
}

.btnWrap.right .btn{
 margin-right: 0;
}
.btnWrap.left .btn{
 margin-left: 0;
}


.btn{
 position: relative;
 border-radius: calc(infinity * 1px);
 background: var(--base);
	border: 1px solid  var(--base);
 display: flex;
 align-items: center;
 color:#fff;
 font-size: min(1.3vw, 1.8rem);
 font-weight: 700;
 padding: 5px 60px 5px 59px;
 margin-inline: auto;
	width: min(100%, 314px);
  height: 64px;
  line-height: 1.4;
}
.btn::after{
 content: "";
	display: block;
 background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 19 17" fill="none"><path d="M17.082 8.13475L10.6338 8.13575M10.6245 8.13575L1.12451 8.13575M10.6245 1.125L16.6963 7.197C16.9424 7.44313 17.0806 7.77694 17.0806 8.125C17.0806 8.47306 16.9424 8.80687 16.6963 9.053L10.6245 15.125" stroke="white" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat left top/100% auto;
 width: 19px;
 height:17px;
 position: absolute;
 right:9.55%;
 top: 0;
 bottom: 0;
 margin: auto;
}
a.btn:hover{
  opacity: 0.7;
}

.btn.inline{
 display: inline-flex;
 width: auto;
}

.icWindow{display: inline-block;}
.icWindow::before{
 content: "";
 display: inline-block;
 background: url("../images/ic_window.svg") no-repeat left top/100% auto;
 width: 17px;
 height: 17px;
 margin-right: 8px;
 vertical-align: -0.1em;
}


/*装飾
========================================== */
.line{
	display: inline;
  background: linear-gradient(transparent 86%, var(--base) 86%);
}

/*-- .pgs 吹き出し --*/
.balloonTxt{
	background: var(--wh);
	border: 2px solid var(--base);
	border-radius: calc(infinity * 1px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: 700 !important;
	line-height: 1.8;
	padding: 15px;
	position: relative;
}
.balloonTxt::after{
	content: "";
	background: url("../images/balloon_arrow.svg") no-repeat left top / 100% auto;
	display: inline-block;
	width: 22px;
	height: 13.9px;
	position: absolute;
	top: 100%;
	left: calc(50% - 15px);
}

/*-- .pgs 緑帯見出し --*/
.bandTxt{
	background: var(--wh);
	border: 2px solid var(--green);
	border-radius: 8px;
	display: inline-block;
	margin-bottom: 0.85em;
	padding: 3px;
	width: min(90%,900px);
}
.bandTxt > span{
	background: var(--green);
	border-radius: 4px;
	color: var(--wh);
	display: block;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 auto;
}

/*タイトル
========================================== */
.h2Tit{
 font-weight: 900;
 letter-spacing: 0.05em;
 line-height: 1;
}
.h2Tit .en{
 display: block;
 margin-bottom: 15px;
 color: var(--ivory);
 font-size: 400%;
}
.h2Tit .en.grd{
 display: inline-block;
 line-height: 1.3;
}

.pgs .h3Tit{
	font-weight: 900;
}

/*テキスト
========================================== */
.note:not(ul),
.note li{
  margin-left: 1em;
	text-indent: -1em;
}
.note > li + li{
	margin-top: 0.25em;
}


/* =======================================
  ページャー
========================================== */
/*-- 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 span{
 width: 40%;
 max-width: 200px;
}
.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 0.25em/ 1.1em auto;
 padding: 0 0 0 1.55em;
}

.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;
}


/* =======================================
	header
========================================== */
header {
  position:fixed;
  background-color: transparent;
  width: 100%;
  left: 0;
  top:0;
  z-index: 100;
}
header.fixed {
  background-color: #fff;
}
header #logo{
	max-width: 218px;
}
header #logo a{
	display: block;
  font-size: 0;
}
header #logo a img{
  max-width: 100%;
  max-height: 100%;
}
/* =======================================
	gnavi
========================================== */
#gnaviList .recruit a{
 background: var(--Lgray);
}
#gnaviList .entry a{
 background: var(--base);
 color: #fff;
 font-weight: 900;
}
/* =======================================
	footer
========================================== */

/* =======================================
	footContact
========================================== */
#footContact{
 position: relative;
 background:url("../images/foot_entry_bg_blue.png") no-repeat right -200px top -94px/503px auto,
  url("../images/foot_entry_bg_red.png") no-repeat left 70% bottom -200px/549px auto var(--bgivory);
 padding: 35px 0 118px;
}
#footContact::before,
#footContact::after{
 content: "";
 display: block;
 position: absolute;
 z-index: 0;
}
#footContact::before{
 background: url("../images/foot_entry_ic01.svg") no-repeat left top;
 width: 94px;
 height: 114px;
 top: -80px;
 left: 33.5vw;
}
#footContact::after{
 background: url("../images/foot_entry_ic02.svg") no-repeat left top;
 width: 107px;
 height: 130px;
 bottom: -32px;
 left: 1vw;
}

#footContact .txts h2{
 margin-bottom: 40px;
}
#footContact .txts p{
 line-height: 2.1;
 text-align: center;
}

#footContact .btnsWrap .btn{
 position: relative;
 flex-flow: column;
 justify-content: center;
 height: 109px;
 font-size: 24px;
 z-index: 1;
}
#footContact .btnsWrap .btn span{
 font-size: 16px;
}
/* =======================================
	#footBottom
========================================== */
#footBottom{
 position: relative;
	background: #fff;
 margin-top: -40px;
 border-radius: 40px 40px 0 0;
	padding: 77px 0 136px;
}
#footerLogo{
 width: min(90%,266px);
 margin-bottom: 60px;
}
#footBottom .add{
 margin-bottom: 40px;
 line-height: 1.75;
}
#footBottom .tel {
 margin-bottom: 30px;
}
#footBottom .tel a{
 display: inline-flex;
 align-items: center;
 gap:0 5px;
 font-size: 20px;
 font-weight: 700;
 line-height: 1;
 vertical-align: -0.2em;
}
#footBottom .tel a::before{
 content: "";
 display: block;
 background: url("../images/ic_tel.svg") no-repeat left top/100% auto;
 width: 12px;
 height: 22px;
}
#footBottom .tel >span{
 font-size: 14px;
}
#footBottom .tel >span span{
 font-size: 13px;
 margin-left: -0.3em;
}
#footBottom .icWindow{
 font-weight: 700;
}
footer .copy{
	display: block;
}

#pageTop{
	display: inline-block;
	position: fixed;
	z-index: 10;
} 


/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle{
  position: relative;
  display: grid;
  place-content: center;
  align-items: center;
  overflow: hidden;
}
.mainTitle::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: var(--bgivory);
  width: 3800px;
  height: 1750px;
  border-radius: 50%;
}
.mainTitle h2{
 position: relative;
 font-size: min(4.8vw, 4.8rem);
}
.mainTitle h2 span{
 display: block;
 font-size: 80%;
 margin-bottom: 20px;
}

/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
 height: 3.21vw;
}
#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: ' | '
}

/*-- leadTxt --*/
.secLead p{
 font-size: 18px;
 text-align: center;
 line-height:2.4;
}
.leadTxt{
  font-weight: 500;
  line-height: 1.8em;
}
.leadArea .leadTxt{
	border-bottom: 8px solid var(--ivory);
  display: inline-block;
	font-weight: 900;
	margin-bottom: 0.65em;
}

/* .pcFlex.half */
.pcFlex.half figure img{
  border-radius: 25px;
}

/* hCatch */
h3:has(.hCatchWrap){
  text-align: center;
}
.hCatchWrap{
  position: relative;
  display: inline-block;
}
.hCatch{
	background: var(--green);
	color: var(--wh);
	border-radius: 50%;
  position: absolute;
  display: inline-block;
  transform: rotate(-10deg);
}
.hCatch::after{
	content: "";
	background: var(--green);
	display: inline-block;
	width: 13px;
	height: 15px;
  clip-path: polygon(0 0, 100% 0, 90% 100%);
	position: absolute;
	top: 98%;
	left: 45%;
}

/* .flex */
main section:has(.pcFlex.half) .pcFlex.half{
  margin-block: 60px;
}

/*-- 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;
}

.basicTable > dt.flexColumn{
 align-items: flex-start;
}
.basicTable > dd.flexWrap{
 display: flex;
 gap:5px 10px;
}

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: 2px solid var(--wh);
	border-right: 2px 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);
}


/* =======================================
	top
========================================== */
/*		#mv
-----------------------------*/
#mv{
  position: relative;
 background: url("../images/top_mv_bg_yellow.png") no-repeat left -250px top -280px/651px auto,
   url("../images/top_mv_bg_green.png") no-repeat right -180px top /517px auto;
  background-color: var(--bgivory); /* 背景色 */ 
 clip-path: ellipse(200% 100% at 50% 0%);
 padding: 155px 0 160px;
}
#mv .inner1200{
 z-index: 2;
}
#mv h2{
 margin-bottom: 15px;
 letter-spacing: 0.04em;
}
#mv h2 .en{
 font-size: 24px;
 font-weight: 900;
}
#mv h2 .ja{
 margin-left: 22px;
 color: #7D7D82;
 font-size: 15px;
 font-weight: 500;
}
#mv h2 img{
 margin-top: 20px;
}
#mv p{
 display: inline-block;
 border-radius: 5px;
 background: #fff;
 padding: 0 18px ;
 line-height: 2.875;
}
#mvSlider{
 position: relative;
 display: flex;
 flex:1 0 auto;
 margin-top: 58px;
}
.cssSlider{
 flex:1 0 auto;
animation:sliderAnimation 80s infinite linear 0.5s both ;
}
@keyframes sliderAnimation {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } 
}

#mvSlider figure{
 margin-right: 34px;
 height: 368px;
}


#mvSlider figure img{
 border-radius: 25px;
 max-height: 100%;
}

#mvSlider::before,
#mvSlider::after{
 content: "";
 display: block;
 position: absolute;
 z-index: 1;
}
#mvSlider::before{
 background: url("../images/top_mv_slide_ic01.svg") no-repeat left top/100% auto;
 width: 152px;
 height: 147px;
bottom: -80px;
    left: 0vw;
}
#mvSlider::after{
 background: url("../images/top_mv_slide_ic02.svg") no-repeat left top/100% auto;
 width: 131px;
 height: 160px;
top: -100px;
left: 43.5vw;
}

/*		#topValue
-----------------------------*/
#topValue{
	position: relative;
 background: url("../images/top_value_bg_yellow.png") no-repeat right -150px top 100px/575px auto;
 padding-bottom: 358px;
      padding-top: 0;
}
#topValue::before{
 content: "";
 display: block;
 background: url("../images/top_mv_slide_ic03.svg") no-repeat left top/100% auto;
 width: 138px;
 height: 169px;
 position: absolute;
 top: -150px;
 right: 60px;
}
#topValue h2{
 margin-bottom: 32px;
}
#topValue h2 img{
 margin-top: 25px;
}
#topValue .h2Tit .en{
  margin-bottom: 30px
}
#topValue h2 + p{
  margin-bottom: 0;
}
#topValue p{
 font-size: 18px;
 line-height: 2;
}
#topValue ul{
 position: relative;
 z-index: 1;
}
#topValue ul.pcFlex::before{
 content: "";
 display: block;
 background: url("../images/top_value_ic01.svg") no-repeat left top/100% auto;
 width: 94px;
 height: 114px;
 position: absolute;
 right: calc(100% + 20px);
 top: -30px;
}
#topValue .person{
 position: relative;
 background: var(--orange2);
 clip-path: ellipse(140% 50% at 50% 50%);
 margin-top: -174px;
 margin-bottom: -78px;
 padding: 289px 0 168px;
}
#topValue .person .inner1200.bgW{
 border-radius: 40px;
 border: 3px var(--base) solid;
 padding: 0 0 65px;
}
#topValue .person h3{
 background: url("../images/top_value_bg_baloon.svg") no-repeat left top/100% auto;
 width: 90%;
 max-width: 703px;
 height: 93px;
 margin: 0 auto 20px;
 padding: 20px 0 0;
 color: var(--orange);
 font-size: 25px;
 text-align: center;
 position: relative;
 top: -32px;
}
#topValue .person .pcCenter{
 margin-bottom: 57px;
}
#topValue .person li{
 color: var(--orange);
 line-height: 1.5;
}

#topValue .cssSliderWrap{
 position: relative;
}
#topValue .cssSliderWrap::before,
#topValue .cssSliderWrap::after{
 content: "";
 display: block;
 position: absolute;
 z-index: 1;
}
#topValue .cssSliderWrap::before{
 background: url("../images/top_value_ic02.svg") no-repeat left top/100% auto;
 width: 83px;
 height: 100px;
 right:12.2vw;
 top: -41px;
}
#topValue .cssSliderWrap::after{
 background: url("../images/top_value_ic03.svg") no-repeat left top/100% auto;
 width: 146px;
 height: 181px;
 left:6.71vw;
 bottom: -73px;
}
#topValue .cssSlider figure{
 margin-right: 41px;
 height: 438px;
}
#topValue .cssSlider figure img{
 border-radius: 25px;
 max-height: 100%;
}
#topValue::after{
 content: "";
 display: block;
 background:url("../images/top_message_bg_red.png") no-repeat right bottom/549px auto var(--bgivory);
 width: 100%;
 min-height: 528px;
 position: absolute;
 left: 0;
 bottom: 0;
 z-index: -1;
}


/*		#topMessage
-----------------------------*/
#topMessage{
 position: relative;
 background: url("../images/top_message_bg_blue.png") no-repeat left -15% bottom 50px/432px auto,
   url("../images/top_message_bg_yg.png") no-repeat right 30% bottom -110px/458px auto var(--bgivory);
 padding-top: 0;
 padding-bottom: 180px;
 z-index: 0;
}
#topMessage::after{
 content: "";
 display: block;
 background: #fff;
 clip-path: ellipse(60.6% 100% at 50% 100%);
 width: 100%;
 height: 75px;
 position: absolute;
 bottom: 0;
 left: 0;
}
#topMessage h2{
 margin-bottom: 45px;
}
#topMessage .txts p{
 line-height: 2.375;
}
#topMessage .txts p:not(:last-of-type){
 margin-bottom: 2.375em;
}
#topMessage .img{
 max-width: 512px;
}
#topMessage .img figure img{
 border-radius: 40px;
 border: 4px var(--base) solid;
}

/*		#topVision
-----------------------------*/
#topVision{
 position: relative;
 background: url("../images/top_vision_bg_yellow.png") no-repeat left 40% top/642px auto;
 padding-top: 65px;
 padding-bottom: 0;
}
#topVision::before,
#topVision::after{
 content: "";
 display: block;
 position: absolute;
}
#topVision::before{
 background: url("../images/top_vision_ic01.svg") no-repeat left top/100% auto;
 width: 97px;
 height: 94px;
 left: 27.9vw;
 bottom: calc(100% + 30px);
}
#topVision::after{
 background: url("../images/top_vision_ic02.svg") no-repeat left top/100% auto;
 width:150px;
 height: 185px;
 right: 7.857vw;
 top: -90px;
}
#topVision h2{
 margin-bottom: 56px;
}
#topVision h3 img{
 margin-left: auto;
 margin-bottom: -47px;
}
#topVision .mv img{
 border-radius: 30px;
}

#topVision > .pcFlex{
 position: relative;
 padding-top: 60px;
 padding-bottom: 100px;
}
#topVision > .pcFlex::before{
 content: "";
 display: block;
 background: url("../images/top_vision_bg_yg.png") no-repeat left top/100% auto;
 width: 515px;
 height: 644px;
 position: absolute;
 top:-200px;
 right: -15%;
 z-index: -1;
}
#topVision > .pcFlex p{
 line-height: 2.375;
 margin: 0;
}
#topVision .topWorks{
 position: relative;
 padding-top: 176px;
 padding-bottom: 100px;
 background: url("../images/top_works_bg_yellow.png") no-repeat right top/651px auto,
  url("../images/top_works_bg_red.png") no-repeat left top 40%/535px auto,
  url("../images/top_works_bg_blue.png") no-repeat right -10% bottom 10%/468px auto;
 background-color: var(--bgivory);
}
#topVision .topWorks::before,
.topWorks .pcFlex:not(.flexRowReverse) .txts::before{
 content: "";
 display: block;
 position: absolute;
}
#topVision .topWorks::before{
 background: url("../images/top_works_ic01.svg") no-repeat left top/100% auto;
 width: 120px;
 height: 147px;
 top: -72px;
 left: 7.42vw;
}
.topWorks .pcFlex:not(.flexRowReverse) .txts::before{
 background: url("../images/top_works_ic02.svg") no-repeat left top/100% auto;
 width: 142px;
 height: 175px;
 bottom: -90px;
 right: 40px;
}

.topWorks .pcFlex:not(.flexRowReverse) .txts{
 position: relative;
}
.topWorks .pcFlex + .pcFlex{
 margin-top: 110px;
}
.topWorks .pcFlex .txts h4{
 margin-bottom: 60px;
}
.topWorks .pcFlex .txts h5{
 margin-bottom: 30px;
}
.topWorks .pcFlex .txts p{
 line-height: 2.1;
}

.topWorks .pcFlex figure{
 position: relative;
 max-width: 531px;
}
.topWorks .pcFlex figure >img{
 border-radius: 40px;
 border: 4px var(--green) solid;
}
.topWorks .pcFlex figcaption{
 position: absolute;
 top: 0;
 right: 0;
}
.topWorks .pcFlex.flexRowReverse figcaption{
 right: auto;
 left: 0;
}


/*		#topInterview
-----------------------------*/
#topInterview{
 position: relative;
 background: url("../images/top_interview_green.png") no-repeat left -100px bottom -150px /549px auto,
   url("../images/top_interview_red.png") no-repeat right 30% bottom /549px auto;
 padding-top: 80px;
}
#topInterview::before,
#topInterview::after{
 content: "";
 display: block;
 position: absolute;
}
#topInterview::before{
 background: url("../images/top_interview_ic01.svg") no-repeat left top/100% auto;
 width: 85px;
 height: 83px;
 top: -23px;
 left: 4.14vw;
}
#topInterview::after{
 background: url("../images/top_interview_ic02.svg") no-repeat left top/100% auto;
 width: 161px;
 height: 200px;
 top: -120px;
 right: 7vw;
}
#topInterview .pcFlex{
 margin-bottom: 70px;
}
#topInterview .pcFlex .txts{
 line-height: 2.1;
}

#topInterview .slider{
 margin: 0 -34px;
}
#topInterview .slick-slide{
 margin: 0 32px;
}
#topInterview .slick-slide figure{
 position: relative;
 margin: 0;
}
#topInterview .slick-slide figure img{
 border-radius: 30px;
 border:3px var(--green) solid;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:354/412;
}
#topInterview .slick-slide figure::after{
 content: "";
 display: block;
 background: url("../images/arrow_circle_green.svg") no-repeat left top/100% auto;
 width: 55px;
 height: 55px;
 position: absolute;
 bottom: 0;
 right: -10px;
}
#topInterview .slick-slide .flexWrap{
 margin-top: 8px;
 gap:5px 12px;
 align-items: center;
}
.cat{
 display: inline-flex;
	border-radius: calc(infinity * 1px);
 align-items: center;
 justify-content: center;
 background: #fff;
 padding: 2px 18px;
 min-height: 34px;
 letter-spacing: 0.04em;
 line-height: 1.4;
}
#topInterview .slick-slide p{
 margin-top: 7px;
 line-height: 1.75;
}

#topInterview .slick-slide a{
 display: block;
}


/* =======================================
	vision
========================================== */
.stepList > li{
	position: relative;
}
.stepList > li:not(:last-child)::before{
  content: "";
  position: absolute;
  /* inset: auto 0 0; */
  margin-inline: auto;
  width: 3px;
  background-color: var(--Lgreen);
  z-index: -1;
	top: 0;
}
.stepList > li h4{
	border-radius: calc(infinity * 1px);
  border: 3px solid var(--green);
  display: flex;
}
.stepList > li h4 > span{
	display: flex;
  align-items: center;
  justify-content: center;
}
.stepList > li h4 .num{
	background: var(--green);
	border-top-left-radius: calc(infinity * 1px);
  border-bottom-left-radius: calc(infinity * 1px);
  text-align: center;
  color: var(--wh);
  font-weight: 900;
}
.stepList > li h4 .subTit{
	color: var(--green);
  font-weight: 700;
}
.stepList > li > div figure{
  position: relative;
  text-align: center;
}
.stepList > li > div .txts{
	margin-top: 0.5em;
  flex: 1;
}
.stepList > li > div .txts p{
	line-height: 2;
}

#visionInitiatives .pcFlex.half:last-of-type{
	margin-bottom: 0;
}

/* =======================================
	works
========================================== */
/* .qaBox */
.qaBox .qaBoxA .leadTxt{
  background-color: var(--green);
  border-radius: 13px;
  /*margin-inline: -15px;*/
  margin-bottom: 15px;
  padding: calc(6px + .5em) .2em .8em 1em;
  color: var(--wh);
	display: flex;
  align-items: flex-start;
	font-weight: 700;
}
.qaBox .qaBoxA p:not(.leadTxt){
  line-height: 1.8em;
}
.qaBox .qaBoxA .leadTxt > span{
	margin-left: 1em;
	text-indent: -1em;
}

/* .borderRoundBox{ */
.borderRoundBox{
  border-radius: 40px;
  border: 3px var(--base) solid;
}
#worksInfo .borderRoundBox h3{
	background: var(--bk);
	border-radius: 10px;
	text-align: center;
}
/* .borderRoundBox .balloonTit{
  background: url(../images/top_value_bg_baloon.svg) no-repeat left top / 100% auto;
  width: 90%;
  max-width: 703px;
  height: 93px;
  margin: 0 auto 25px;
  padding: 20px 0 0;
  color: var(--orange);
  font-size: 25px;
  text-align: center;
  position: relative;
  top: -32px;
} */
.borderRoundBox .slashTit{
  max-width: 703px;
  height: 93px;
  margin: 0 auto 0;
  padding: 20px 0 0;
  color: var(--green);
  text-align: center;
  position: relative;
}
.borderRoundBox p{
  margin-inline: auto;
}

#worksInfo .pcFlex.half{
	margin-block: 0;
}
#worksInfo .qaBoxA p.bgW{
	border-radius: 20px;
	margin-top: -0.5em;
  padding: 10px 20px;
}

#worksInfo table.basicTable{
  width: 100%;
}
#worksInfo table.basicTable thead th,
#worksInfo table.basicTable thead td,
#worksInfo table.basicTable tbody th{
	font-size: 1.2em;
}
#worksInfo table.basicTable thead td{
	border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
	text-align: center;
	color: var(--green);
	font-weight: 700;
}
#worksInfo table.basicTable tbody th{
  text-align: center;
	font-weight: 700;
}

.worksTeamList li{
  border: 4px solid var(--green);
  background-color: var(--wh);
  border-radius: 25px;
}
.worksTeamList li h4{
  text-align: center;
}

/* =======================================
	investigation
========================================== */
#investigation .qaBox .qaBoxA .leadTxt{
	margin-bottom: 10px;
}
#investigation .qaBox .qaBoxA .leadTxt span{
	margin-left: 1em;
  text-indent: -1em;
}
#investigation .borderRoundBox .slashTit{
	height: auto;
	margin-bottom: 15px;
	padding-top: 0;
}
#investigation .borderRoundBox ul li{
	margin-left: 1em;
	text-indent: -1em;
}
.investigationContent{
	background: var(--wh);
	border-radius: 13px;
	align-items: center;
}
.investigationComment dl{
	background: var(--wh);
  border: 2px solid var(--orange2);
  border-radius: 20px;
}
.investigationComment dt{
  display: inline-block;
  background-color: var(--orange);
  border-radius: 13px;
  color: #ffffff;
	font-weight: 700;
	margin: -10px 0 0 -10px;
  padding: 0.5em 1em;
	position: relative;
}
.investigationComment dt::after{
	content: "";
	background: var(--orange);
	display: inline-block;
	width: 10px;
	height: 12px;
  clip-path: polygon(0 0, 100% 0, 90% 100%);
	position: absolute;
	top: 100%;
	right: calc(50% - 5px);
}
.investigationComment dd{
  width: 100%;
}

/* =======================================
	education
========================================== */
#educationEducate div.flexWrap{
  position: relative;
  justify-content: center;
  z-index: 1;
}
#educationEducate dl{
	background-color: var(--wh);
	border: 1px solid var(--green);
	border-radius: 40px;
  position: relative;
  width: 100%;
}
/* #educationEducate dl::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--green);
  z-index: -1;
	border-radius: 40px;
} */
#educationEducate dl dt{
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

#educationStep .txts{
	border: 3px solid var(--green);
  border-radius: 40px;
}
#educationStep h4 span{
	border-radius: calc(infinity * 1px);
	display: inline-block;
	padding: 10px min(5%,30px);
}

#educationBenefitList{
  justify-content: center;
}
#educationBenefitList:has(+ p){
  margin-bottom: 60px;
}
#educationBenefitList > li{
  background-color: var(--wh);
  border: 2px solid var(--green);
	border-radius: 40px;
  width: 100%;
  padding: 20px;
}
#educationBenefitList > li figure{
  width: 100%;
  aspect-ratio: 255 / 186;
}
#educationBenefitList > li figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
	border-radius: 40px;
}
#educationBenefitList > li h4{
	background: var(--green);
	border-radius: 10px;
	color: var(--wh);
  margin-block: 1em;
  text-align: center;
}
#educationBenefitList > li .etc{
  position: relative;
  padding-bottom: 1.25em;
}
#educationBenefitList > li .etc::after{
  content: "など";
  position: absolute;
  right: 0;
  bottom: 0;

}
#educationBenefitList > li li{
  margin-bottom: 0.25em;
  margin-left: 1em;
  text-indent: -1em;
}

.educationInfoBox{
	background: var(--wh);
	border: 3px solid var(--base);
	border-radius: 40px;
	margin-top: 50px;
}

/* =======================================
	interview
========================================== */
#interviewList ul{
  gap: 30px 3%;
  justify-content: center;
}
#interviewList ul li{
  width: 100%;
}
#interviewList ul li figure{
 margin:  0 0 10px;
}
#interviewList ul li figure img{
  object-fit: contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 133 / 154;
	border-radius: 30px;
	border: 3px solid var(--green);
}
#interviewList ul li p{
 margin: 0;
 display: flex;
 gap:5px 12px;
 align-items: center;
}
#interviewList ul li .cat{
 background: var(--green);
 color: var(--wh);
}
#interviewList ul li h3{
 margin-top: 7px;
 line-height: 1.75;
}

/****single****/
.interviewInfo{
 align-items: center;
 gap:5px 10px;
}
.interviewInfo .cat{
 background: var(--bgivory);
}
#interviewMain .h3Tit{
	border-bottom: 2px solid var(--base);
  padding-bottom: 10px;
}
#interviewMain img{
 border-radius:40px;
}
#interviewMain h4{
	background: var(--orange);
	border-radius: 5px;
	color: var(--wh);
	display: inline-block;
	padding: 10px 20px;
 margin-top: 35px;
 margin-bottom: 0.5em;
}
#interviewMain h4:nth-of-type(even){
	background: var(--green);
}
#interviewMain h4 + p{
	border: 3px solid var(--orange);
	border-radius: 30px;
}
#interviewMain h4:nth-of-type(even) + p{
	border-color: var(--green);
}
#interviewMain p{
 line-height: 2;
}
#interviewMain .profile .h4Tit{
	background: var(--base);
	padding: 5px 10px;
}

#interviewMain .profile figure{
 max-width: 500px;
 margin: 0 auto 30px;
}
#interviewMain .profile figure img{
 object-fit: contain;
 width: 100%;
 height: 100%;
 aspect-ratio:500/354;
}
#interviewMain .profile h4{
 margin-top: 0;
}
#interviewMain .profile dl{
 line-height: 2.2;
}
#interviewMain .profile dt{
	border-bottom: 1px solid var(--base);
	padding: 10px 0 10px 10px;
 width: 6em;
}
#interviewMain .profile dd{
	border-bottom: 1px solid var(--base);
	padding: 10px 10px 10px 0;
 width: calc(100% - 6em);
}
#interviewMain .profile dd::before{
 content: "：";
}
#interviewMain .inner1000 > figure{
 max-width:800px;
}


/* =======================================
	recruit
========================================== */
.requirements .basicTable{
  width: 100%;
}



/* =======================================
	news
========================================== */
/*	一覧
-----------------------------*/
/*
.newsBox{
 margin-bottom: 40px;
}
.newsBox .imgs{
	overflow: hidden;
 border: 1px solid #E1E1E1;
 background: #ECECEC;
 aspect-ratio: 248 / 186;
}

.newsBox .imgs img{
 object-fit:contain;
 width: 100%;
 height: 100%;
 margin: auto;
}
.newsBox .newsInfo{
 margin-bottom: 10px;
}
.newsInfo .date{
 color: var(--blue);
 font-size: 20px;
 letter-spacing: 0.06em;
}
*/
/*		single
-----------------------------*/
/*
#newsDetail .newsInfo{
 margin-bottom: 20px;
}
#newsDetail .cat{
 width: auto;
 min-width: 196px;
 font-size: 14px;
}
#newsDetail h3{
	margin-bottom: 20px;
	text-align: left;
}

#newsDetail figure{
 margin-bottom: 1.6em;
}
#newsDetail .mv{
 margin-bottom: 2em;
}
#newsDetail .mv img{
 margin: 0 auto;
}
#newsDetail .txts p{
 margin-bottom: 1.5em;
}
#newsDetail .txts a{
 color: var(--blue);
 text-decoration: underline;
}

#news article img {
 height: auto ;
}
#news article .aligncenter {
    text-align: center;
    margin: auto;
}
#news article .alignright {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}
#news article h1 {
      font-size: 160%;
}
#news article h2 {
      font-size: 150%;
}
#news article h3 {
      font-size: 140%;
}
#news article h4 {
      font-size: 130%;
}
#news article h5 {
      font-size: 120%;
}
#news article h6 {
      font-size: 110%;
}
*/

/* =======================================
	entry
========================================== */ 
#entry .leadArea h3{
 margin-top: 60px;
}
.entryFlow li{
 position: relative;
	border-radius: calc(infinity * 1px);
 border: 4px var(--green) solid;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 20px 20px;
 font-size: 20px;
 font-weight: 700;
}


/* =======================================
	form
========================================== */
.formArea{
}
.basicTable .hissu{
	display: inline-block;
 background: var(--wh);
 color: var(--orange);
	border-radius: 3px;
 padding: 3px 3% 4px;
 font-size: 1.3rem;
	line-height: 1;
	margin-left: 0.8em;
}
.formArea .basicTable input[type="text"].widthS{
 width: 6em;
 max-width: 20%;
}
.formArea #mailformpro dd:not(.pcFlex) label{
 margin-bottom: 10px;
}
.formArea input[type=radio]{
 vertical-align: -0.05em;
 margin-right: 5px;
}
.formArea textarea{
 height: 200px !important;
}
optgroup{
 font-style: normal;
}
.basicTable > dd.flexWrap .mfp_err{
 width: 100%;
}


.contactPrivacy{
 text-align: center;
}

.formBtn {
  margin-top: 20px;
}
.contactPrivacy a{
 color: var(--green);
	text-decoration: underline;
}
.contactPrivacy .mfp_err{
 max-width: 38em;
 margin: auto;
}
input.btn{
	border: none;
 margin: 0 auto;
 padding: 5px 15px;
 width: 100%;
 max-width: 400px;
 color: #fff;
 text-align:center;
 cursor: pointer;
}
input.btn:hover{
 opacity: .7;
}

/* =======================================
	privacypolicy
========================================== */
.contactPrivacy #js-show-popup{
 color: var(--green);
	text-decoration: underline;
 cursor: pointer;
}

#entry .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
#entry .popup.is-show {
  opacity: 1;
  visibility: visible;
}
#entry .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  max-height: 90vh;
  overflow-y: scroll;
}
#entry .popup-inner img {
  width: 100%;
}
#entry .close-btn {
  position: absolute;
  right: 0;
  top: 0;
 display: grid;
 place-content: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
#entry .close-btn i {
  display: block;
 background: url("../images/close.png") no-repeat left top/100% auto;
 width: 30px;
 height: 30px;
}
#entry .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}
/*
#privacyMain{
 padding-bottom: 150px;
}
#privacyMain .lead{
  margin-bottom: 2em;
}
#privacyMain .contBox{
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em
}
#privacyMain h3{
 margin-top: 40px;
 margin-bottom: 20px;
}
#privacyMain .h4Tit{
 margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
}
section#privacyMain p:not(:last-child){
	margin-bottom: 1em;
}
#privacyMain ul,
#privacyMain dl{
	margin-bottom: 30px;
}
#privacyMain ul li{
	margin-bottom: 15px;
	margin-left: 1em;
	text-indent: -1em;
}
#privacyMain ul li > p{
  margin-left: 3em;
  margin-bottom: .5em !important
}
#privacyMain ul li:last-child{
	margin-bottom: 0;
}
#privacyMain ol{
  margin-left: 3em;
  margin-bottom: 1em
}
#privacyMain dl dd{
	padding-left: 1.5em;
	padding-bottom: 10px;
}
#privacyMain dl dd:last-child{
	padding-bottom: 0;
}

*/