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

	reset CSS

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

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

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

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

	Structure CSS

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

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

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

.rela {  position: relative;}

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

	margin / padding

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

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

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

.visibilityHidden {
  visibility: hidden;
}

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


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

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

.js-inview{
 opacity: 0;
}

/*フォントファミリー
========================================== */
.fontA,
.en{
	font-family: "Alata", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*色
========================================== */
:root {
  --base: #000000;
  --bk: #000000;
  --wh: #FFFFFF;
  --gray: #D9D9D9;
	--Lgray: #F1F1F1;
	--red: #C70000;
	--beige: #FFF8EE;
}

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

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgGray{ background: var(--gray) !important;}
.bgLgray{ background: var(--Lgray) !important;}
.bgW{ background: var(--wh) !important;}
.bgRed{ background: var(--red) !important;}
.bgBeige{ background: var(--beige) !important;}
.bgDotted{ background: url("../images/top_company_bg.png") left top / 1366px auto;}

/*ボタン
========================================== */
.btnWrap{
 text-align: center;
}
.btnWrap .btn{
	margin: 0 auto;
}
.btnWrap.left .btn{
 margin: 0;
}
.btn{
	background: var(--red);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	font-weight: 700;
	display: flex;
  align-items: center;
	justify-content: center;
  line-height: 1.2;
	position: relative;
	
}
.btn::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid var(--wh);
	border-top: 1.5px solid var(--wh);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3.5px);
	right: 30px;
}
.btn.bgW{
	border: 1px solid var(--red);
	color: var(--red);
	font-weight: 500;
	max-width: 340px;
}
.btn.bgW::after{
	border-right: 1.5px solid var(--red);
	border-top: 1.5px solid var(--red);
}

.btn2{
	border: 1px solid var(--wh);
	color: var(--wh);
	display: grid;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
}

.icArrow{
	position: relative;
}
.icArrow::before{
	content: "";
	display: inline-block;
	border-radius: calc(infinity * 1px);
	position: absolute;
}
.icArrow::after{
	content: "";
	display: inline-block;
	border-right: 1.5px solid var(--wh);
  border-top: 1.5px solid var(--wh);
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
}

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

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

/*タイトル
========================================== */
.h2Tit{
  margin-bottom: 1em;
  font-size: min(3.3vw, 4rem);
  font-weight: 600;
 line-height: normal;
 letter-spacing: 0.04em;
 color: #160010;
}
.h3Tit{
 padding-bottom: 10px;
  color: var(--base);
  font-size: 3.6rem;
  font-weight: 700;
 text-align: center;
	margin-bottom: 40px;
}
.h4Tit{
 font-size: 3rem;
	margin-bottom: 20px;
}
.h5Tit {  
  font-size: 2rem;
	margin-bottom: 10px;
}
.h6Tit{
	font-size: 1.8rem;
	margin-bottom: 10px;
} 


.tiBdrCmn{
 position: relative;
 padding: 12px 0 18px;
	width: 90%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.tiBdrCmn h3{
	margin-bottom: 0;
}
.tiBdrCmn::before,
.tiBdrCmn::after,
.tiBdrCmn span::before,
.tiBdrCmn span::after{
 content: "";
 display: block;
 width: 49px;
 height: 47px;
 position: absolute;
}
.tiBdrCmn::before{
 top: 0;
 left: 0;
 border-top: 1px #000 solid;
 border-left: 1px #000 solid;
}
.tiBdrCmn::after{
 top: 0;
 right: 0;
 border-top: 1px #000 solid;
 border-right: 1px #000 solid;
}
.tiBdrCmn span::before{
 bottom: 0;
 left: 0;
 border-bottom: 1px #000 solid;
 border-left: 1px #000 solid;
}
.tiBdrCmn span::after{
 bottom: 0;
 right: 0;
 border-bottom: 1px #000 solid;
 border-right: 1px #000 solid;
}


/*テキスト
========================================== */
.leadTxt{
	margin-bottom: 20px;
 font-size: 2rem;
 line-height: 2;
 text-align: center;
}


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

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

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

/* =======================================
  タブ
========================================== */
.js-tab{
 display: flex;
 flex: row wrap;
}
.js-tab li,
.tab{ cursor: pointer;}
.js-tab li a{
 pointer-events: none;
}
.tabPanelArea{}
.tabPanel {
  display: none;
}
.tabPanel.active {
  display: block;
}
/* =======================================
	header
========================================== */
header {
	position:fixed;
	top:0;
  right: 0;
  left: 0;
	width: 100%;
	z-index: 100;
}
header.fixed{
 background: #fff;
}
header #logo{
font-weight: 500;
 width: min(60vw,225px);
}
header #logo span{
	margin-left: 1em;
}
header #logo a{
  display: block;
}
header #logo a img{
	width: 100%;
  height: auto;
}
header .gnavi .btnEntry a{
	color: var(--wh) !important;
	display: grid;
	align-items: center;
	justify-content: center;
	width: 100%;
}

/* =======================================
	gnavi
========================================== */
#gnaviList li{
	font-weight: 500;
}

/* =======================================
	#footContact
========================================== */
#footContact {
	background: url("../images/footcontact_bg.png") no-repeat left bottom / cover;
  position: relative;
}
#footContact .topTour{
	background: var(--wh);
	border: 3px solid var(--gray);
	border-radius: 10px;
	position: relative;
}
#footContact .topTour::before{
	content: "";
	background: url("../images/img_bear01.png") no-repeat left bottom / contain;
	display: inline-block;
	position: absolute;
	bottom: -9px;
}
#footContact .topTour .h2Tit{
	margin-bottom: 0;
}
#footContact .topTour p:not(.leadTxt){
	line-height: 2;
}

#footContact .btnArea li{
	background: var(--wh);
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 0.185em;
}
#footContact .btnArea li a{
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}
#footContact .btnArea li a::before{
	content: "";
	display: inline-block;
	position: absolute;
}
#footContact .btnArea li a .en{
	letter-spacing: 0.13em;
}
#footContact .btnArea .btnInfo a{
	background: var(--wh);
	border: 1px solid var(--bk);
}
#footContact .btnArea .btnInfo a::before{
	background: url("../images/footcontact_ic_information.svg") no-repeat left top / cover;
}
#footContact .btnArea .btnEntry a{
	background: var(--red);
	color: var(--wh);
}
#footContact .btnArea .btnEntry a::before{
	background: url("../images/footcontact_ic_entry.svg") no-repeat left  top / cover;
}

/* =======================================
	footer/#footBottom
========================================== */
#footBottom{
 background: var(--bk);
}
#footerLogo{
	margin-bottom: 32px;
}
#footerLogo img{
 width: 100%;
 height: auto;
 margin-bottom: 10px;
}
#footBottom .footerLeft dl dt:nth-of-type(2){
	margin-top: 20px;
}

#footerLogo a,
#footBottom .footerLeft dl,
#footBottom .footerRight li a{
	color: var(--wh) !important;
}

#footBottomCopy{
	line-height: 1.1;
	text-align: center;
}
footer .copy{
	color: #434343;
}

#pageTop{
	position: fixed;
	z-index: 10;
	right: 3vw;
}
#pageTop a{
	background: rgba(199,0,0,.9);
	border-radius: calc(infinity * 1px);
  display: grid;
  place-content: center;
	position: relative;
  color: var(--wh);
  text-align: center;
  line-height: 1.2;
	width: 100%;
	height: 100%;
}
#pageTop a::before{
 content: "";
 display: block;
 border-top: 1px var(--wh) solid;
 border-left: 1px var(--wh) solid;
 transform: rotate(45deg);
 position: absolute;
}

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

/*タイトル
========================================== */
/*-- mainTitle --*/
.mainTitle{
 position: relative;
	background: var(--beige) ;
 height: 250px;
	color: var(--base);
	display: grid;
	justify-content: center;
	align-items: center;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
}
.mainTitle h2{
 position: relative;
 font-size: 4rem;
 z-index: 1;
 text-align: center;
 line-height: 1.5;
}
.mainTitle h2 span{
 display: block;
 font-size: 80%;
 margin-bottom: 20px;
}

/*		leadTxt
-----------------------------*/
.leadWrap{
    padding: 100px 0;
}
.leadWrap:has(+ section){
    padding: 100px 0 0;
}
.pgs .leadWrap .leadTxt{
    text-align: center;
}

/*-- 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;
  width: 100%;
}
table.basicTable thead{
	width: 100%;
}
table.basicTable thead th{
	background: var(--base);
	border-right: 1px solid var(--wh);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 700;
	text-align: center;
}
table.basicTable thead th span{
	display: block;
	font-size: 88%;
}
table.basicTable tbody th{
  width: 200px;
	background: var(--gray);
	border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
	color: var(--base);
	font-weight: 500;
}
table.basicTable.col50 tbody th{
  width: 50%;
}
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(--wh);
	border: 1px solid var(--base);
	display: grid;
 place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	color: var(--base);
	text-align: center;
}
.anchorLink a::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
	border-bottom: 1px solid var(--base);
	border-right: 1px solid var(--base);
	position: absolute;
  right: 8%;
  top: calc(50% - 6px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.anchorLink a:hover{
	background: var(--base);
	color: var(--wh);
}
.anchorLink a:hover::after{
	border-bottom: 1px solid var(--wh);
	border-right: 1px solid var(--wh);
}
.anchorLink li.other a::after{
 display: none;
}

/*----*/

.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pageLinks li a{
 border-radius: calc(infinity * 1px);
	background: var(--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);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pageLinks .noLink a,
.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);
}

.linkArea .pageLinks li a{
	background: var(--red);
	border: 1px solid var(--red);
}
.linkArea .pageLinks a:hover{
	background: var(--wh);
	color: var(--red);
}
.linkArea .pageLinks a:hover::after{
	border-top: 1px solid var(--red);
	border-right: 1px solid var(--red);
}

/* =======================================
	top
========================================== */
#top main{
 margin-top: 0;
}
 h2 .en{
	display: block;
	letter-spacing: 0.2em;
}
 h2 .en.bgBaseC{
	border-radius: 10px;
	display: grid;
	align-items: center;
	justify-content: center;
	padding: 0.5em 12px;
}
#top .h2Tit.tiBdr{
	background-image:url("../images/bg_ti_corner_l_tl.svg"), url("../images/bg_ti_corner_l_tr.svg"), url("../images/bg_ti_corner_l_bl.svg"), url("../images/bg_ti_corner_l_br.svg");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#topAboutUs .h2Tit.tiBdr{
	background-image:url("../images/bg_ti_corner_s_tl.svg"), url("../images/bg_ti_corner_s_tr.svg"), url("../images/bg_ti_corner_s_bl.svg"), url("../images/bg_ti_corner_s_br.svg");
	background-position: left top, right top, left bottom, right bottom;
	text-wrap: nowrap;
}

/*		#mv
-----------------------------*/
#mv{
	background: url("../images/top_mv_bg.jpg") no-repeat center top / cover;
 position: relative;
 padding: 0;
}
#mvTxts p,
#mvTxts h2{
	color: var(--wh);
	font-weight: 900;
	line-height: 1;
	text-align: center;
}
#mvTxts h2 span{
	background: var(--wh);
	color: var(--bk);
	display: inline-block;
	margin-right: 8px;
	margin-top: 16px;
	padding: 1px 8px 8px;
}
#mv figure{
	margin-left: auto;
	margin-right: auto;
}

/*		#topMessage
-----------------------------*/
#topMessage{
	background-repeat: no-repeat;
	background-position: left bottom, right bottom, center top;
	background-color: #555252;
	overflow: hidden;
	padding: 0;
}
#topMessage > div{
	border-radius: calc(infinity * 1px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#topMessage h2{
	letter-spacing: 0.2em;
}
#topMessage p .txtBdr{
	display: inline-block;
	position: relative;
}
#topMessage p .txtBdr::after{
	content: "";
	background: var(--bk);
	display: inline-block;
	width: 100%;
	height: 1.5px;
	position: absolute;
	bottom: 4px;
	left: 0;
}

/*---- .topSlide ---*/
.topSlide{
	margin: 30px 0 56px;
}
.topSlide figure{
	border-radius: 10px;
	overflow: hidden;
}
.topSlide figure:nth-child(even){
	margin-top: 23px;
}
.topSlide figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cssslider{
 flex:1 0 auto;
animation:sliderAnimation 50s infinite linear 0.5s both ;
}
@keyframes sliderAnimation {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } 
}


/*		#topCompany
-----------------------------*/
#topCompany{
 background: url("../images/top_company_bg.png") left top / 1366px auto;
}
#topCompany p:not(.btnWrap){
	font-weight: 400;
}
#topCompany .companyBox01 > figure{
	border-radius: 10px;
	border: 5px solid var(--red);
	overflow: hidden;
}
#topCompany .companyBox01 .txts h3{
	line-height: 1.5;
}
#topCompany .companyBox01 .txts p{
	font-weight: 400;
	line-height: 2;
}
#topCompany .companyBox02 ul{
	margin-top: 19px;
}
#topCompany .companyBox02 ul li{
	text-align: center;
}
#topCompany .companyBox02 p{
	background: var(--wh);
	border: 1px solid var(--bk);
	border-radius: 20px;
	font-weight: 400;
	line-height: 1.8;
	position: relative;
}
#topCompany .companyBox02 p::before{
	content: "";
	background: var(--bk);
	height: 1.5px;
	width: 40px;
	display: inline-block;
	position: absolute;
}

/*		#topDaily
-----------------------------*/
#topDaily .voiceBox p{
	background: var(--wh);
	border: 1.5px solid var(--bk);
	border-radius: 10px;
	line-height: 2;
	position: relative;
}
#topDaily .voiceBox p::before,
#topDaily .voiceBox p::after{
	content: "";
	display: inline-block;
	position: absolute;
}
#topDaily .voiceBox p::before{
	background: var(--bk);
}
#topDaily .voiceBox p::after{
	background: var(--wh);
}
#topDaily ul.flex{
	gap: 15px 30px;
}
#topDaily ul li{
	text-align: center;
}

/*		#topAboutUs
-----------------------------------*/
#topAboutUs .h2Tit{
	padding-bottom: 6px;
}
#topAboutUs p:not(.btnWrap){
	font-weight: 400;
	line-height: 2;
}

/*		#topInterview
-----------------------------*/
#topInterview h2{
	font-weight: 400;
	letter-spacing: 0.2em;
}
#topInterview h2 .en{
	display: block;
	line-height: 1.3;
}
#topInterview ul{
	position: relative;
}

#topInterview ul li.slick-slide{
	background: var(--wh);
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,.05);
}
#topInterview ul li a{
	display: block;
	position: relative;
}
#topInterview ul li a::before{
	content: "";
	background: var(--red);
	display: inline-block;
	border-radius: calc(infinity * 1px);
	position: absolute;
}
#topInterview ul li a::after{
	content: "";
	display: inline-block;
	width: 6px;
  height: 6px;
	border-right: 1.5px solid var(--wh);
  border-top: 1.5px solid var(--wh);
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
}
#topInterview ul li figure{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
#topInterview ul li h3{
	font-weight: 500;
	line-height: 1.5;
}
#topInterview ul li p{
	font-weight: 400;
}
#topInterview ul li p span{
	display: inline-block;
	margin-left: 1.5em;
}

/* =======================================
   company
========================================== */
#companyLead .flex{
 justify-content: center;
 align-items: center;
 gap:0 10px;
}
#companyLead .flex p{
 position: relative;
 background: var(--wh);
 border-radius: 10px;
 border:1.5px solid var(--bk);
 max-width: 60%;
}
#companyLead .flex p::before,
#companyLead .flex p::after{
 content: "";
 display: block;
  background-color: var(--wh);
  width: 26px;
  height: 22px;
  clip-path: polygon(100% 0, 0 20%, 100% 100%);
 position: absolute;
 right: 100%;
 top: 50%;
 transform: translate(0, -50%);
}
#companyLead .flex p::before{
 background-color: var(--bk);
  width: 30px;
  height: 25px;
}
#companyLead .flex p a{
 text-decoration: underline;
 color: var(--red);
}

#company .csssliderWrap{
	margin: 0;
	padding: 10px 0;
}
#company .csssliderWrap figure{
	border: 1px solid var(--Lgray);
	border-radius: 10px;
	overflow: hidden; 
	height: 247px;
 margin-right: 19px;
}
#company .csssliderWrap figure:nth-child(even){
	margin-top: 23px;
}
#company .csssliderWrap figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#company .anchorLink{
	padding: 0;
}

.jobArea .pcFlex .txts h3{
background-image:url("../images/bg_ti_corner_s_tl.svg"), url("../images/bg_ti_corner_s_tr.svg"), url("../images/bg_ti_corner_s_bl.svg"), url("../images/bg_ti_corner_s_br.svg");
	background-position: left top, right top, left bottom, right bottom;
background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
 margin-bottom: 20px;
 text-align: left;
}
.companyJobSlide figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:560/392;
}
.companyJobSlide .slick-dots{
	bottom: 30px;
	right: 0;
}
.companyJobSlide .slick-dots li.slick-active button:before{
	background: var(--red);
}
.pcGrid{
 margin-top: 40px;
 margin-bottom: 40px;
}
.schedule{
 border-radius: 10px;
 background: var(--beige);
 padding: 0 0 40px;
 text-align: center;
}
.jobArea.bgBeige .schedule{
	background: var(--wh);
}
.schedule h4{
	background: var(--base);
	border-radius: 10px;
	color: var(--wh);
	display: inline-block;
	margin: -1em auto 20px;
	padding: 0.25em 1em;
 text-align: center;
}
.schedule dl.flex{
 position: relative;
 flex-flow: row wrap;
 width: 75%;
 margin: 20px auto 0;
}
.schedule dl.flex::before{
 content: "";
 display: block;
 background: var(--gray);
 width: 2px;
 height: 100%;
 position: absolute;
 left: 4.4em;
}
.schedule dt{
	border-bottom: 1px dotted var(--gray);
 width: 3em;
 text-align: right;
 padding-bottom: 3px;
 margin-bottom: 6px;
}
.schedule dd{
	border-bottom: 1px dotted var(--gray);
 position: relative;
 width: calc(100% - 3em);
 text-align: left;
}
.schedule dd::before{
 content: "";
 display: block;
 background: var(--wh);
 border-radius: 50%;
 width: 4px;
 height: 4px;
 position: absolute;
 left: 1.2em;
 top: 0.7em;
 border: 2px solid var(--base);
}
.schedule dt:last-of-type,
.schedule dd:last-of-type{
	border-bottom: none;
}

.jobArea .box{
	background: var(--wh);
 border-radius: 10px;
 border: 3px var(--gray) solid;
}
.jobArea .box h4{
 display: inline-block;
 background: #fff;
 border: 1px var(--base) solid;
}
.jobArea .tiBdr{
	border-bottom: 1px solid var(--base);
	padding-bottom: 5px;
}

/* =======================================
   daily
========================================== */
#dailyTitle{
 padding:80px 0;
}
#dailyTitle .inner01{
 position: relative;
 padding:0 194px;
}
#dailyTitle figure{
 position: absolute;
 left: 0;
 bottom: 0;
 max-width: 164px;
}
#dailyTitle h2{
 position: relative;
 padding: 12px 0 18px;
 text-align: center;
}
#dailyTitle h2::before,
#dailyTitle h2::after,
#dailyTitle h2 span::before,
#dailyTitle h2 span::after{
 content: "";
 display: block;
 width: 49px;
 height: 47px;
 position: absolute;
}
#dailyTitle h2::before{
 top: 0;
 left: 0;
 border-top: 1px #000 solid;
 border-left: 1px #000 solid;
}
#dailyTitle h2::after{
 top: 0;
 right: 0;
 border-top: 1px #000 solid;
 border-right: 1px #000 solid;
}
#dailyTitle h2 span::before{
 bottom: 0;
 left: 0;
 border-bottom: 1px #000 solid;
 border-left: 1px #000 solid;
}
#dailyTitle h2 span::after{
 bottom: 0;
 right: 0;
 border-bottom: 1px #000 solid;
 border-right: 1px #000 solid;
}

#dailyMain{
 padding-bottom: 30px;
}
#dailyMain ul{}
#dailyMain ul li{
 position: relative;
}
#dailyMain ul li:not(:last-of-type)::after{
 content: "";
 display: block;
 background: #FFF1DD;
 width: 100%;
 height: 76px;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: -1;
}
.dailyBtn{
 position: relative;
 border-radius: 8px;
 border:2px #000 solid;
 background: #fff;
 display: inline-grid;
 place-content: center;
 padding: 16px 15px 18px 20px;
 font-weight: 700;
 line-height: 1.4;
 white-space: nowrap;
}
.dailyBtn:hover{
 opacity: .7;
}
.dailyBtn::after{
 content: "";
 display: block;
 width: 0;
 height: 58px;
 border: 1px #000 solid;
 position: absolute;
 top: 99.9%;
 left: 50%;
transform: rotate(-55deg);
 transform-origin: right top;
 z-index: -1;
}
.dailyBtn span{
 position: relative;
 padding-right: 34px;
}
.dailyBtn span::before{
 content: "";
 display: block;
 border-radius: 50%;
 background: #2EA7E0;
 width: 24px;
 height: 24px;
 position: absolute;
 right: 0;
 top: 50%;transform: translate(0, -50%);
}
.dailyBtn span::after{
 content: "";
 display: block;
 background-color: #fff;
  width: 8px;
  height:8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
 position: absolute;
 right: 7px;
 top: 50%;transform: translate(0, -50%);
}
#dailyMain .imgBg{
 position: relative;
}
#dailyMain .imgBg > img{
}
#dailyMain .imgBg dl{
 position: absolute;
 top: 50%;transform: translate(0, -50%);
 left: 0;
 width: 100%;
 margin-top: 34px;
}
#dailyMain li:not(.imgBg){
 border-radius: 50%;
 border: 3px #000 solid;
 background: #fff;
 width: 230px;
 height: 230px;
 display: flex;
 justify-content: center;
 align-items: center;
}
#dailyMain li dl{}
#dailyMain li dl dt{
 margin-bottom: 5px;
 font-size: 33px;
 font-weight: 700;
 line-height: 1.2;
 text-align: center;
}
#dailyMain li dl dt span{
 display: block;
 color: var(--red);
	font-family: "Alata", sans-serif;
 font-size: 96.9%;
}
#dailyMain li dl dd{
 text-align: center;
}
/**/
#dailyMain ul li:nth-of-type(1){
 max-width: 245px;
}
#dailyMain ul li:nth-of-type(1) .dailyBtn{
 margin: 0 0 0 -54px;
}
#dailyMain ul li:nth-of-type(1) dl{
 margin-top: 65px;
 /*max-width: 226px;*/
 padding-right:min(7%,19px) ;
}
#dailyMain ul li:nth-of-type(2){}
#dailyMain ul li:nth-of-type(3){
 max-width: 366px;
}
#dailyMain ul li:nth-of-type(3) .dailyBtn{
 position: absolute;
 top: 8px;
 left: 20%;
}
#dailyMain ul li:nth-of-type(3) dl{
 /*max-width: 275px;*/
 margin-top: 15px;
 padding-right:min(27%,100px) ;
}
#dailyMain ul li:nth-of-type(4){
 max-width: 290px;
}
#dailyMain ul li:nth-of-type(4) dl{
 margin-top: 50px;
 /*max-width: 250px;*/
 padding-right:min(14%,40px) ;
}
#dailyMain ul li:nth-of-type(4) .dailyBtn{
 margin: 0 0 35px 50%;
}
#dailyMain ul li:nth-of-type(4) .dailyBtn::after{
transform: rotate(-25deg);
}
#dailyMain ul li:nth-of-type(5){
 max-width: 334px;
}
#dailyMain ul li:nth-of-type(5) .dailyBtn{
 margin: 0 0 0 50px;
}
#dailyMain ul li:nth-of-type(5) .dailyBtn::after{
 height: 130%;
 top: 55%;
 left: 98%;
 transform: rotate(-65deg);
}
#dailyMain ul li:nth-of-type(5) > img{
 margin-top: -28px;
}
#dailyMain ul li:nth-of-type(5) dl{
 /*max-width: 250px;*/
 padding-right:min(25%,84px) ;
}
#dailyMain ul li:nth-of-type(6){
 max-width: 300px;
}
#dailyMain ul li:nth-of-type(6) .dailyBtn{
 margin: 0 0 0 50px;
}
#dailyMain ul li:nth-of-type(6) .dailyBtn::after{
 height: 80%;
}
#dailyMain ul li:nth-of-type(6) > img{
 margin-top: -24px;
}
#dailyMain ul li:nth-of-type(6) dl{
 /*max-width: 265px;*/
 padding-right:min(11%,35px) ;
 margin-top: 45px;
}
#dailyMain ul li:nth-of-type(7){
 max-width: 250px;
}
#dailyMain ul li:nth-of-type(7) > img{
 margin-top: -36px;
}
#dailyMain ul li:nth-of-type(7) .dailyBtn::after{
 height: 80%;
}
#dailyMain ul li:nth-of-type(7) dl{
 max-width: 250px;
 margin-top: min(28%,70px);
}
#dailyMain ul li:nth-of-type(8){
 max-width: 250px;
}
#dailyMain ul li:nth-of-type(8) dl{
 max-width: 250px;
}
#dailyMain ul li:nth-of-type(8) .dailyBtn{
 margin-bottom: -20px;
}
#dailyMain ul li:nth-of-type(8) dl{
 margin-top:60px;
}
#dailyMain ul li:nth-of-type(9){
 max-width: 287px;
}
#dailyMain ul li:nth-of-type(9) .dailyBtn{
 position: absolute;
 top: -6px;
 right: calc(50% - 14px);
}
#dailyMain ul li:nth-of-type(9) dl{
 max-width: 270px;
 margin-top:30px;
}
#dailyMain ul li:nth-of-type(10){}
#dailyMain ul li:nth-of-type(11){
 max-width: 260px;
}
#dailyMain ul li:nth-of-type(12){
 max-width: 261px;
}
#dailyMain ul li:nth-of-type(12) .dailyBtn{
 position: absolute;
 top: 0px;
 right: 80%;
}
#dailyMain ul li:nth-of-type(12) dl{
 max-width: 250px;
 margin-top:50px;
}
#dailyMain ul li:nth-of-type(13){
 max-width: 280px;
}
#dailyMain ul li:nth-of-type(13) .dailyBtn{
 position: absolute;
 top: 10px;
 right: 80%;
}
#dailyMain ul li:nth-of-type(13) .dailyBtn::after{
 height: 110%;
transform: rotate(-75deg);
}
#dailyMain ul li:nth-of-type(13) dl{
 margin-top: 40px;
}
#dailyMain ul li:nth-of-type(14){
 max-width: 280px;
}
#dailyMain ul li:nth-of-type(14) .dailyBtn{
 margin: 0 0 5px -30px;
}
#dailyMain ul li:nth-of-type(14) .dailyBtn::after{
transform: rotate(-35deg);
 height:70%;
}
#dailyMain ul li:nth-of-type(14) dl{
 max-width: 270px;
 margin-top:min(28%,80px) ;
}
#dailyMain ul li:nth-of-type(15){
 max-width: 260px;
}
#dailyMain ul li:nth-of-type(15) .dailyBtn{
 margin: 0 0 -8px 45px;
}
#dailyMain ul li:nth-of-type(15) .dailyBtn::after{
 height: 40%;
 transform: rotate(-15deg);
}
#dailyMain ul li:nth-of-type(15) dl{
 margin-top:min(35%,90px) ;
}
#dailyMain ul li:nth-of-type(16){
 max-width: 277px;
}
#dailyMain ul li:nth-of-type(16) .dailyBtn{
 position: absolute;
 top: 50px;
 left: -60px;
}
#dailyMain ul li:nth-of-type(16) .dailyBtn::after{
 -webkit-transform: rotate(45deg);
transform: rotate(-110deg);
 top: 55%;
 left: 99%;
 height: 110%;
}
#dailyMain ul li:nth-of-type(16) dl{
 /*max-width: 230px;*/
 padding-right: min(17%,47px);
 margin-top: 70px;
}

#dailyComment{
 background: url("../images/top_company_bg.png") left top / 1366px auto;
 padding: 110px 0 100px;
}
#dailyComment .flex{
 justify-content: flex-end;
 align-items: center;
 gap:0 min(9.25vw,100px);
}
#dailyComment figure{
 max-width: 190px;
}
#dailyComment .flex p{
	position: relative;
 border-radius: 10px;
 border: 1px #000 solid;
 background: #fff;
 width: 70%;
 max-width: 719px;
 padding: 27px 0 26px 5%;
 font-size: min(2.38vw,24px);
 line-height: 2;
}
#dailyComment .flex p::before,
#dailyComment .flex p::after{
 content: "";
 display: block;
  background-color: #fff;
  width: 34px;
  height: 29px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
 position: absolute;
 right: 99.9%;
 top: 50%;
}
#dailyComment .flex p::before{
  background-color: #000;
  width: 38px;
  height: 31px;
 top: calc(50% - 1px);
}

.modalBox{
 max-width: 720px;
 padding:20px 50px 50px;
 margin: 0 auto;
}
.modalBox h4{
 border-bottom: 1px var(--gray) solid;
 padding-bottom: 5px;
}
.modalBox .ex{
 background: var(--beige);
 padding: 2px 10px;
}
.modalBox .ex a{
 text-decoration: underline;
 color: var(--red);
}
.modalBox .ex a:hover{
 opacity: .7;
}

/* =======================================
   working
========================================== */
#workingEducation .h4Tit{
	border: 1px solid var(--base);
	padding: 5px 30px;
}
#workingEducation .educationBox li{
	background: var(--wh);
  border-radius: 10px;
}
#workingEducation .educationBox li h5{
	padding: 10px 0 3px;
	text-align: center;
}

.growthSteps h5{
	border-bottom: 1px solid var(--base);
	text-align: center;
}
.growthSteps h5 span{
	display: inline-block;
	position: relative;
}
.growthSteps h5 span::after{
	content: "";
	background: url("../images/img_bear02.png") no-repeat left top / cover;
	display: inline-block;
	position: absolute;
}
.growthSteps ul li{
	background: var(--wh);
	position: relative;
	text-align: center;
}
.growthSteps ul li:not(:last-of-type)::after{
	content: "";
	background: var(--base);
	display: inline-block;
	position: absolute;
}
.growthSteps .txtPeriod{
	margin-bottom: 10px;
}
.growthSteps ul li .period01{
	display: inline-block;
	padding: 0 2.5em;
	position: relative;
}
.growthSteps li .period01::before,
.growthSteps li .period01::after{
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-left: 1px solid var(--base);
	position: absolute;
	top: 0.745em;
}
.growthSteps li .period01::before{
	transform: rotate(135deg);
	left: 0;
}
.growthSteps li .period01::after{
	transform: rotate(45deg);
	right: 0;
}
.growthSteps li .period02{
	background: var(--red);
	border-radius: 10px;
	color: var(--wh);
	display: block;
	margin: 0 auto;
	padding: 5px;
	width: 70%;
}
.growthSteps li figure{
	margin-bottom: 15px;
}
.growthSteps li h6{
	border-bottom: 1px solid var(--base);
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 0;
}
.growthSteps p:not(.txtPeriod){
	text-align: left;
}

#workingBenefit ul li{
	letter-spacing: 0.1em;
	text-align: center;
}
#workingBenefit ul li h4 {
	margin-bottom: 10px;
}
#workingBenefit ul li h4 figure{
	border-radius: calc(infinity * 1px);
	margin: 0 auto 10px;
	overflow: hidden;
}
#workingBenefit ul li p{
	text-align: left;
}
#workingBenefit ul.flex li{
	border: 1px solid var(--base);
	border-radius: 10px;
}
#workingBenefit p.note{
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}

#educationpop{
 padding: 40px 5%;
}
#educationpop h5{
 background: var(--red);
 padding: 5px;
 color: #fff;
 text-align: center;
}
#educationpop  ul li{
 font-size: 18px;
}

/* =======================================
   numbers
========================================== */
#numbersUnraveled{
	background: url("../images/top_company_bg.png") left top / 1366px auto;
}


#numbersUnraveled .pcFlex > div,
#numbersQuestion .pcFlex > div{
	border: 2px solid var(--red);

	border-radius: 10px;
	background: var(--wh);
}
#numbersQuestion .pcFlex{
	flex-wrap: wrap;
}
#numbersQuestion .pcFlex > div{
	border-color: #28cfb3;
}
#numbersUnraveled .pcFlex > div > h4,
#numbersQuestion .pcFlex > div > h4{
	background: var(--base);
		border-radius: 10px;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0.5em 12px;
	margin: 0 auto 25px;
	color: var(--wh);
}
#numbersUnraveled .pcFlex > div p,
#numbersQuestion .pcFlex > div p{
	text-align: center;
	margin-top: 1em
}



/* =======================================
   interview
========================================== */
#interviewList ul.flexWrap{
}
#interviewList ul.flexWrap li{
 min-width: 200px;
}
#interviewList li a{
	display: block;
	position: relative;
 border-radius:10px;
 border: 3px var(--gray) solid;
 background: #fff;
 padding-bottom: 20px;
}
#interviewList li figure{
	border-radius: 13px 13px 0 0;
 margin: 0 0 20px;
	overflow: hidden;
}
#interviewList li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:291/206;
}
#interviewList li h3{
 position: relative;
 padding: 0 50px 20px 0;
 margin: 0 15px ;
	font-size: 1.8rem;
}
#interviewList li h3::before{
	content: "";
	background: var(--red);
	display: inline-block;
 width: 40px;
 height: 40px;
	border-radius: calc(infinity * 1px);
	position: absolute;
 right: 0;
 top: 0.25em;
}
#interviewList li h3::after{
	content: "";
	display: inline-block;
	width: 6px;
 height: 6px;
	border-right: 1.5px solid var(--wh);
  border-top: 1.5px solid var(--wh);
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
  top: 1.15em;
  right: 18px;
}
#interviewList li p{
 margin: 0 15px;
	font-size: 1.5rem;
}
#interviewList li p:not(.cats) span{
 margin-left: 1.5em;
}
#interviewList li p.cats{
 margin-top: 10px;
}

.cats{
 display: flex;
 flex-flow: row wrap;
 gap:8px 10px;
 border-top: 1px var(--red) solid;
 padding-top: 10px;
 margin-top: 10px;
}
.cats span{
 display: block;
 border-radius: 3px;
 background: var(--Lgray);
 padding: 4px 10px 6px;
 font-size: 14px;
 line-height: 1.2;
}
/*----------single------------*/
#interviewMv{
 position: relative;
 padding: 0;
}
#interviewMv >figure{
 width: 100%;
 height: 450px;
}
#interviewMv >figure img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
#interviewMv .txts{
 position: absolute;
 left: 0;
 bottom: 50px;
 background: #fff;
 width: 50%;
 padding: 30px 4% ;
}
#interviewMv .txts h3{}
#interviewMv .txts p:not(.cats) span{
 margin-left: 20px;
 font-weight: 700;
}
#interviewMain{}

#interviewOthers .interviewSlider{
 padding: 0 60px;
}
#interviewOthers li.slick-slide{
 margin: 0 10px;
}
#interviewOthers li.slick-slide a{
	display: block;
	position: relative;
 border-radius:10px;
 border: 3px var(--gray) solid;
 background: #fff;
 padding-bottom: 20px;
}
#interviewOthers li.slick-slide figure{
	border-radius: 13px 13px 0 0;
 margin: 0 0 20px;
	overflow: hidden;
}
#interviewOthers li.slick-slide figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:291/206;
}
#interviewOthers li.slick-slide h4{
 position: relative;
 padding: 0 50px 20px 0;
 margin: 0 15px ;
	font-size: 1.8rem;
}
#interviewOthers li.slick-slide h4::before{
	content: "";
	background: var(--red);
	display: inline-block;
 width: 40px;
 height: 40px;
	border-radius: calc(infinity * 1px);
	position: absolute;
 right: 0;
 top: 0.25em;
}
#interviewOthers li.slick-slide h4::after{
	content: "";
	display: inline-block;
	width: 6px;
 height: 6px;
	border-right: 1.5px solid var(--wh);
  border-top: 1.5px solid var(--wh);
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
  top: 1.15em;
  right: 18px;
}
#interviewOthers li.slick-slide p{
 margin: 0 15px;
	font-size: 1.5rem;
}
#interviewOthers li.slick-slide p:not(.cats) span{
 margin-left: 1.5em;
}
#interviewOthers li.slick-slide p.cats{
 margin-top: 10px;
}

#interviewOthers li a:hover{
 opacity: .7;
}
/* =======================================
   tour
========================================== */
#tourLead{}
#tourLead .flex{
 position: relative;
 justify-content: center;
 align-items: center;
 gap:0 10px;
 margin-top: 40px;
 margin-bottom: -80px;
 z-index: 1;
}
#tourLead .flex figure {
 max-width: 200px;
}
#tourLead .flex p{
 position: relative;
 background: var(--wh);
 border-radius: 10px;
 border:1.5px solid var(--bk);
 max-width: 60%;
 padding: 30px 5%;
 font-size: 2.4rem;
}
#tourLead .flex p::before,
#tourLead .flex p::after{
 content: "";
 display: block;
  background-color: var(--wh);
  width: 26px;
  height: 22px;
  clip-path: polygon(100% 0, 0 20%, 100% 100%);
 position: absolute;
 right: 99.9%;
 top: 50%;
 transform: translate(0, -50%);
}
#tourLead .flex p::before{
 background-color: var(--bk);
  width: 30px;
  height: 25px;
}

#tourLead .box{
 border-radius: 10px;
 background: var(--beige);
 padding: 100px 5% 40px;
 text-align: center;
}
#tourLead .box ul{
 display: inline-block;
 text-align: left;
}
#tourLead .box ul li{
 font-size: 1.8rem;
}

#tourPlan .schedule{
 background: none;
 margin-top: 40px;
}
#tourPlan .schedule dl{
 margin: 0;
}
#tourPlan .schedule dl.flex::before{
 content: "";
 display: block;
 background: var(--gray);
 width: 2px;
 height: 100%;
 position: absolute;
 left: 7.2em;
}
#tourPlan .schedule dl dt{
 width: 5em
}
#tourPlan .schedule dl dd{
 width: calc(100% - 5em);
}

#tourPlan .bnr a{
 display: block;
 border-radius: 10px;
 border: 3px var(--red) solid;
 background: var(--red);
 padding: 40px 5%;
 text-align: center;
}
#tourPlan .bnr p{
 color: #fff;
}
#tourPlan .bnr p:not(.txt){
 font-size: 4rem;
 font-weight: 700;
 line-height: 1.4;
}
#tourPlan .bnr span{
 display: inline-block;
	border-radius: calc(infinity * 1px);
 background: var(--base);
 color: #fff;
 margin-bottom: 10px;
 padding: 5px 30px 5px 20px;
 font-size: 60%;
}
#tourPlan .bnr .txt{
 margin-top: 10px;
}

#tourFaq{}
.faqList dt{
 position: relative;
 border-radius: 10px;
 border: 1px #000 solid;
 background: #fff;
 padding: 10px 50px;
 margin-bottom: 20px;
 font-size: 1.8rem;
 cursor: pointer;
}
.faqList dt::before{
 content: "Q.";
 position: absolute;
 top: 15px;
 left: 20px;
	font-family: "Alata", sans-serif;
 color: var(--red);
 font-size: 2rem;
 line-height: 1;
}
.faqList dt::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	width: 10px;
	height: 10px;
	margin-top: -5px;
transform: rotate(45deg);
}
.faqList dt.active::after{
transform: rotate(225deg);
	margin-top: 0px;
}
.faqList dd{
 position: relative;
 display: none;
 padding: 0px 50px 40px;
}
.faqList dd::before{
 content: "A.";
 position: absolute;
 top: 5px;
 left: 20px;
	font-family: "Alata", sans-serif;
 font-size: 1.8rem;
 line-height: 1;
}

/* =======================================
   recruit
========================================== */


/* =======================================
   news
========================================== */
#news .mainTitle,
body.archive .mainTitle,
body.single .mainTitle{
	/*background: url("../images/news_title.jpg") no-repeat center top / cover;*/
}
#news .mainTitle span{
 display: block;
 font-size: 90%;
}

/*	一覧
-----------------------------*/
#news .contCol2{
  padding: 100px 0;
}
#news .contCol2 .contMain{
  margin-bottom: 60px;
}
/**/
.newsList > li{
  padding: 30px 0;
}
.newsList > li:first-of-type{
  padding: 0px 0 30px 0;
}
.newsBox figure{
 margin: 0;
}
.newsBox figure img{
  width: 100%;
  height: auto;
  margin: auto;
}
.newsInfo{
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 gap:10px 20px;
 margin-bottom: 10px;
}
.newsInfo .date{
    color: var(--pink);
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}
.newsInfo .cat{
  background: var(--base);
  border-radius: calc(infinity * 1px);
  padding: 0.1em 1em 0.2em;
  color: var(--wh);
  line-height: 1em;
  font-size: 0.9em;
}

.newsBox h3{
  margin-bottom: 1em;
 color: var(--blue);
 font-size: 2rem;
}
.sideTit{
  margin-bottom: 1em;
  font-weight: 700;
}
.categoryList li a{
  display: block;
  border-bottom: 1px solid var(--base);
  padding: 0.5em 0;
}
.categoryList li:first-of-type a{
  border-top: 1px solid var(--base);
}

/*	詳細　single
-----------------------------*/
#newsDetail h3{
	margin-bottom: 20px;
	text-align: left;
}
#newsDetail .h3Tit::after{
 margin:10px 0 0 0; 
}
#newsDetail figure{
 margin-bottom: 1.6em;
}
#newsDetail .mv{
 margin-bottom: 2em;
}
#newsDetail .mv img{
 margin: 0 auto;
}

/* =======================================
	contact
========================================== */
#contactTel{
 text-align: center;
}
#contactTel .leadTxt{
	letter-spacing: 0.05em;
}
#contactTel ul li{
	background: var(--wh);
	border: 1px var(--base) solid;
	border-radius: 20px;
}
#contactTel .h4Tit{
	border-bottom: 1px solid var(--base);
	display: inline-block;
	padding: 0 0.5em;
}
#contactTel a{
 display: grid;
 place-content: center;
}
#contactTel a span{
	display: inline-block;
	position: relative;
}
#contactTel a span::before{
	content: "";
	background: url("../images/contact_ic_tel.png") no-repeat left top / cover;
	display: inline-block;
	position: absolute;
	left: 0;
}

/* =======================================
	form
========================================== */
#contactForm{
 padding-bottom: 150px;
}
.basicTable dt{
  position: relative;
}
.basicTable .hissu{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5%;
	display: inline-block;
 background: var(--red);
 color: var(--wh);
	border-radius: 3px;
 padding: 3px 3% 4px;
 font-size: 12px;
	line-height: 1;
	margin-left: 0.8em;
}
#contactForm #mailformpro dd label{
 margin-bottom: 10px;
}
#contactForm input[type=radio]{
 vertical-align: -0.05em;
 margin-right: 5px;
}
#contactForm textarea{
 width: 100% !important;
 height: 200px !important;
}

#contactForm dt{
  font-size: 2rem;  
}
.formFoot{
 margin:40px 0 0;
}
.formBtn {
  margin-top: 20px;
}
.contactPrivacy {
 text-align: center;
}
.contactPrivacy a{
 color: var(--red);
	text-decoration: underline;
}
.contactPrivacy a:hover{
 opacity: .7;
}

#mailformpro input.btn{
	border: none;
 margin: 0 auto;
 padding: 1em 36px 1em 22px;
 text-align:center;
 cursor: pointer;
}

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

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