@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;
	line-height: 1.2;
}
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;
  color: var(--gray);
  line-height: 1.625em;
}

.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: 90%;
  margin: 0 auto;
}
.inner01 {
  max-width: 1200px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner02 {
  max-width: 1050px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner500 {
  max-width: 500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner600 {
  max-width: 600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner700 {
  max-width: 700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner800 {
  max-width: 800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner880 {
  max-width: 880px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner900 {
  max-width: 900px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1000 {
  max-width: 1000px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1100 {
  max-width: 1100px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1200 {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1300 {
  max-width: 1300px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1400 {
  max-width: 1400px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1500 {
  max-width: 1500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1600 {
  max-width: 1600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1700 {
  max-width: 1700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1800 {
  max-width: 1800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

/* =======================================

	margin / padding

========================================== */
/*! mb */
.mA {
  margin-left: auto;
  margin-right: auto;
}

.mA0 {  margin: 0px !important;}
.mA5 {  margin: 5px !important;}
.mA10 {  margin: 10px !important;}
.mA15 {  margin: 15px !important;}
.mA20 {  margin: 20px !important;}
.mA25 {  margin: 25px !important;}
.mA30 {  margin: 30px !important;}
.mA35 {  margin: 35px !important;}
.mA40 {  margin: 40px !important;}
.mA45 {  margin: 45px !important;}
.mA50 {  margin: 50px !important;}
.mA55 {  margin: 55px !important;}
.mA60 {  margin: 60px !important;}
.mA65 {  margin: 65px !important;}
.mA70 {  margin: 70px !important;}
.mA75 {  margin: 75px !important;}
.mA80 {  margin: 80px !important;}
.mA85 {  margin: 85px !important;}
.mA90 {  margin: 90px !important;}
.mA95 {  margin: 95px !important;}
.mA100 {  margin: 100px !important;}
.mA105 {  margin: 105px !important;}
.mA110 {  margin: 110px !important;}
.mA115 {  margin: 115px !important;}
.mA120 {  margin: 120px !important;}
.mA125 {  margin: 125px !important;}
.mA130 {  margin: 130px !important;}
.mA135 {  margin: 135px !important;}
.mA140 {  margin: 140px !important;}
.mA145 {  margin: 145px !important;}
.mA150 {  margin: 150px !important;}

.mT0 {  margin-top: 0px !important;}
.mT5 {  margin-top: 5px !important;}
.mT10 {  margin-top: 10px !important;}
.mT15 {  margin-top: 15px !important;}
.mT20 {  margin-top: 20px !important;}
.mT25 {  margin-top: 25px !important;}
.mT30 {  margin-top: 30px !important;}
.mT35 {  margin-top: 35px !important;}
.mT40 {  margin-top: 40px !important;}
.mT45 {  margin-top: 45px !important;}
.mT50 {  margin-top: 50px !important;}
.mT55 {  margin-top: 55px !important;}
.mT60 {  margin-top: 60px !important;}
.mT65 {  margin-top: 65px !important;}
.mT70 {  margin-top: 70px !important;}
.mT75 {  margin-top: 75px !important;}
.mT80 {  margin-top: 80px !important;}
.mT85 {  margin-top: 85px !important;}
.mT90 {  margin-top: 90px !important;}
.mT95 {  margin-top: 95px !important;}
.mT100 {  margin-top: 100px !important;}
.mT105 {  margin-top: 105px !important;}
.mT110 {  margin-top: 110px !important;}
.mT115 {  margin-top: 115px !important;}
.mT120 {  margin-top: 120px !important;}
.mT125 {  margin-top: 125px !important;}
.mT130 {  margin-top: 130px !important;}
.mT135 {  margin-top: 135px !important;}
.mT140 {  margin-top: 140px !important;}
.mT145 {  margin-top: 145px !important;}
.mT150 {  margin-top: 150px !important;}
.mB0 {  margin-bottom: 0px !important;}
.mB5 {  margin-bottom: 5px !important;}
.mB10 {  margin-bottom: 10px !important;}
.mB15 {  margin-bottom: 15px !important;}
.mB20 {  margin-bottom: 20px !important;}
.mB25 {  margin-bottom: 25px !important;}
.mB30 {  margin-bottom: 30px !important;}
.mB35 {  margin-bottom: 35px !important;}
.mB40 {  margin-bottom: 40px !important;}
.mB45 {  margin-bottom: 45px !important;}
.mB50 {  margin-bottom: 50px !important;}
.mB55 {  margin-bottom: 55px !important;}
.mB60 {  margin-bottom: 60px !important;}
.mB65 {  margin-bottom: 65px !important;}
.mB70 {  margin-bottom: 70px !important;}
.mB75 {  margin-bottom: 75px !important;}
.mB80 {  margin-bottom: 80px !important;}
.mB85 {  margin-bottom: 85px !important;}
.mB90 {  margin-bottom: 90px !important;}
.mB95 {  margin-bottom: 95px !important;}
.mB100 {  margin-bottom: 100px !important;}
.mB105 {  margin-bottom: 105px !important;}
.mB110 {  margin-bottom: 110px !important;}
.mB115 {  margin-bottom: 115px !important;}
.mB120 {  margin-bottom: 120px !important;}
.mB125 {  margin-bottom: 125px !important;}
.mB130 {  margin-bottom: 130px !important;}
.mB135 {  margin-bottom: 135px !important;}
.mB140 {  margin-bottom: 140px !important;}
.mB145 {  margin-bottom: 145px !important;}
.mB150 {  margin-bottom: 150px !important;}
.mL0 {  margin-left: 0px !important;}
.mL5 {  margin-left: 5px !important;}
.mL10 {  margin-left: 10px !important;}
.mL15 {  margin-left: 15px !important;}
.mL20 {  margin-left: 20px !important;}
.mL25 {  margin-left: 25px !important;}
.mL30 {  margin-left: 30px !important;}
.mL35 {  margin-left: 35px !important;}
.mL40 {  margin-left: 40px !important;}
.mL45 {  margin-left: 45px !important;}
.mL50 {  margin-left: 50px !important;}
.mL55 {  margin-left: 55px !important;}
.mL60 {  margin-left: 60px !important;}
.mL65 {  margin-left: 65px !important;}
.mL70 {  margin-left: 70px !important;}
.mL75 {  margin-left: 75px !important;}
.mL80 {  margin-left: 80px !important;}
.mL85 {  margin-left: 85px !important;}
.mL90 {  margin-left: 90px !important;}
.mL95 {  margin-left: 95px !important;}
.mL100 {  margin-left: 100px !important;}
.mL105 {  margin-left: 105px !important;}
.mL110 {  margin-left: 110px !important;}
.mL115 {  margin-left: 115px !important;}
.mL120 {  margin-left: 120px !important;}
.mL125 {  margin-left: 125px !important;}
.mL130 {  margin-left: 130px !important;}
.mL135 {  margin-left: 135px !important;}
.mL140 {  margin-left: 140px !important;}
.mL145 {  margin-left: 145px !important;}
.mL150 {  margin-left: 150px !important;}
.mR0 {  margin-right: 0px !important;}
.mR5 {  margin-right: 5px !important;}
.mR10 {  margin-right: 10px !important;}
.mR15 {  margin-right: 15px !important;}
.mR20 {  margin-right: 20px !important;}
.mR25 {  margin-right: 25px !important;}
.mR30 {  margin-right: 30px !important;}
.mR35 {  margin-right: 35px !important;}
.mR40 {  margin-right: 40px !important;}
.mR45 {  margin-right: 45px !important;}
.mR50 {  margin-right: 50px !important;}
.mR55 {  margin-right: 55px !important;}
.mR60 {  margin-right: 60px !important;}
.mR65 {  margin-right: 65px !important;}
.mR70 {  margin-right: 70px !important;}
.mR75 {  margin-right: 75px !important;}
.mR80 {  margin-right: 80px !important;}
.mR85 {  margin-right: 85px !important;}
.mR90 {  margin-right: 90px !important;}
.mR95 {  margin-right: 95px !important;}
.mR100 {  margin-right: 100px !important;}
.mR105 {  margin-right: 105px !important;}
.mR110 {  margin-right: 110px !important;}
.mR115 {  margin-right: 115px !important;}
.mR120 {  margin-right: 120px !important;}
.mR125 {  margin-right: 125px !important;}
.mR130 {  margin-right: 130px !important;}
.mR135 {  margin-right: 135px !important;}
.mR140 {  margin-right: 140px !important;}
.mR145 {  margin-right: 145px !important;}
.mR150 {  margin-right: 150px !important;}
.pB0 {  padding-bottom: 0px !important;}
.pB5 {  padding-bottom: 5px !important;}
.pB10 {  padding-bottom: 10px !important;}
.pB15 {  padding-bottom: 15px !important;}
.pB20 {  padding-bottom: 20px !important;}
.pB25 {  padding-bottom: 25px !important;}
.pB30 {  padding-bottom: 30px !important;}
.pB35 {  padding-bottom: 35px !important;}
.pB40 {  padding-bottom: 40px !important;}
.pB45 {  padding-bottom: 45px !important;}
.pB50 {  padding-bottom: 50px !important;}
.pB55 {  padding-bottom: 55px !important;}
.pB60 {  padding-bottom: 60px !important;}
.pB65 {  padding-bottom: 65px !important;}
.pB70 {  padding-bottom: 70px !important;}
.pB75 {  padding-bottom: 75px !important;}
.pB80 {  padding-bottom: 80px !important;}
.pB85 {  padding-bottom: 85px !important;}
.pB90 {  padding-bottom: 90px !important;}
.pB95 {  padding-bottom: 95px !important;}
.pB100 {  padding-bottom: 100px !important;}
.pB105 {  padding-bottom: 105px !important;}
.pB110 {  padding-bottom: 110px !important;}
.pB115 {  padding-bottom: 115px !important;}
.pB120 {  padding-bottom: 120px !important;}
.pB125 {  padding-bottom: 125px !important;}
.pB130 {  padding-bottom: 130px !important;}
.pB135 {  padding-bottom: 135px !important;}
.pB140 {  padding-bottom: 140px !important;}
.pB145 {  padding-bottom: 145px !important;}
.pB150 {  padding-bottom: 150px !important;}
.pT0 {  padding-top: 0px !important;}
.pT5 {  padding-top: 5px !important;}
.pT10 {  padding-top: 10px !important;}
.pT15 {  padding-top: 15px !important;}
.pT20 {  padding-top: 20px !important;}
.pT25 {  padding-top: 25px !important;}
.pT30 {  padding-top: 30px !important;}
.pT35 {  padding-top: 35px !important;}
.pT40 {  padding-top: 40px !important;}
.pT45 {  padding-top: 45px !important;}
.pT50 {  padding-top: 50px !important;}
.pT55 {  padding-top: 55px !important;}
.pT60 {  padding-top: 60px !important;}
.pT65 {  padding-top: 65px !important;}
.pT70 {  padding-top: 70px !important;}
.pT75 {  padding-top: 75px !important;}
.pT80 {  padding-top: 80px !important;}
.pT85 {  padding-top: 85px !important;}
.pT90 {  padding-top: 90px !important;}
.pT95 {  padding-top: 95px !important;}
.pT100 {  padding-top: 100px !important;}
.pT105 {  padding-top: 105px !important;}
.pT110 {  padding-top: 110px !important;}
.pT115 {  padding-top: 115px !important;}
.pT120 {  padding-top: 120px !important;}
.pT125 {  padding-top: 125px !important;}
.pT130 {  padding-top: 130px !important;}
.pT135 {  padding-top: 135px !important;}
.pT140 {  padding-top: 140px !important;}
.pT145 {  padding-top: 145px !important;}
.pT150 {  padding-top: 150px !important;}
.pL0 {  padding-left: 0px !important;}
.pL5 {  padding-left: 5px !important;}
.pL10 {  padding-left: 10px !important;}
.pL15 {  padding-left: 15px !important;}
.pL20 {  padding-left: 20px !important;}
.pL25 {  padding-left: 25px !important;}
.pL30 {  padding-left: 30px !important;}
.pL35 {  padding-left: 35px !important;}
.pL40 {  padding-left: 40px !important;}
.pL45 {  padding-left: 45px !important;}
.pL50 {  padding-left: 50px !important;}
.pL55 {  padding-left: 55px !important;}
.pL60 {  padding-left: 60px !important;}
.pL65 {  padding-left: 65px !important;}
.pL70 {  padding-left: 70px !important;}
.pL75 {  padding-left: 75px !important;}
.pL80 {  padding-left: 80px !important;}
.pL85 {  padding-left: 85px !important;}
.pL90 {  padding-left: 90px !important;}
.pL95 {  padding-left: 95px !important;}
.pL100 {  padding-left: 100px !important;}
.pL105 {  padding-left: 105px !important;}
.pL110 {  padding-left: 110px !important;}
.pL115 {  padding-left: 115px !important;}
.pL120 {  padding-left: 120px !important;}
.pL125 {  padding-left: 125px !important;}
.pL130 {  padding-left: 130px !important;}
.pL135 {  padding-left: 135px !important;}
.pL140 {  padding-left: 140px !important;}
.pL145 {  padding-left: 145px !important;}
.pL150 {  padding-left: 150px !important;}
.pR0 {  padding-right: 0px !important;}
.pR5 {  padding-right: 5px !important;}
.pR10 {  padding-right: 10px !important;}
.pR15 {  padding-right: 15px !important;}
.pR20 {  padding-right: 20px !important;}
.pR25 {  padding-right: 25px !important;}
.pR30 {  padding-right: 30px !important;}
.pR35 {  padding-right: 35px !important;}
.pR40 {  padding-right: 40px !important;}
.pR45 {  padding-right: 45px !important;}
.pR50 {  padding-right: 50px !important;}
.pR55 {  padding-right: 55px !important;}
.pR60 {  padding-right: 60px !important;}
.pR65 {  padding-right: 65px !important;}
.pR70 {  padding-right: 70px !important;}
.pR75 {  padding-right: 75px !important;}
.pR80 {  padding-right: 80px !important;}
.pR85 {  padding-right: 85px !important;}
.pR90 {  padding-right: 90px !important;}
.pR95 {  padding-right: 95px !important;}
.pR100 {  padding-right: 100px !important;}
.pR105 {  padding-right: 105px !important;}
.pR110 {  padding-right: 110px !important;}
.pR115 {  padding-right: 115px !important;}
.pR120 {  padding-right: 120px !important;}
.pR125 {  padding-right: 125px !important;}
.pR130 {  padding-right: 130px !important;}
.pR135 {  padding-right: 135px !important;}
.pR140 {  padding-right: 140px !important;}
.pR145 {  padding-right: 145px !important;}
.pR150 {  padding-right: 150px !important;}
.pA0 {  padding: 0px !important;}
.pA5 {  padding: 5px !important;}
.pA10 {  padding: 10px !important;}
.pA15 {  padding: 15px !important;}
.pA20 {  padding: 20px !important;}
.pA25 {  padding: 25px !important;}
.pA30 {  padding: 30px !important;}
.pA35 {  padding: 35px !important;}
.pA40 {  padding: 40px !important;}
.pA45 {  padding: 45px !important;}
.pA50 {  padding: 50px !important;}
.pA55 {  padding: 55px !important;}
.pA60 {  padding: 60px !important;}
.pA65 {  padding: 65px !important;}
.pA70 {  padding: 70px !important;}
.pA75 {  padding: 75px !important;}
.pA80 {  padding: 80px !important;}
.pA85 {  padding: 85px !important;}
.pA90 {  padding: 90px !important;}
.pA95 {  padding: 95px !important;}
.pA100 {  padding: 100px !important;}
.pA105 {  padding: 105px !important;}
.pA110 {  padding: 110px !important;}
.pA115 {  padding: 115px !important;}
.pA120 {  padding: 120px !important;}
.pA125 {  padding: 125px !important;}
.pA130 {  padding: 130px !important;}
.pA135 {  padding: 135px !important;}
.pA140 {  padding: 140px !important;}
.pA145 {  padding: 145px !important;}
.pA150 {  padding: 150px !important;}
.mB1em {  margin-bottom: 1em !important;}
/*! mb */
.zin0 {  z-index: 0;}
.zin1 {  z-index: 1;}
.zin2 {  z-index: 2;}
.zin3 {  z-index: 3;}
.zin4 {  z-index: 4;}
.zin5 {  z-index: 5;}
.zin6 {  z-index: 6;}
.zin7 {  z-index: 7;}
.zin8 {  z-index: 8;}
.zin9 {  z-index: 9;}
.zin10 {  z-index: 10;}

.visibilityHidden {
  visibility: hidden;
}

.noLink {
  color: #9a9a9a !important;
  pointer-events: none !important;
}


/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #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.4;
}
main{
  overflow: hidden;
	margin-top: -75px;
}
object {
  pointer-events: none;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: #2E2E2E;
}

@media screen and (max-width: 900px) {
main{
	margin-top: -65px;
}
}

/*フォントファミリー
========================================== */
.fontMin{
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fontZ{
  font-family: "Zen Antique", serif;
 font-weight: 400;
  font-style: normal;
}
.fontG{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fontA{
	font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fontJ ,
.copy{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/*色
========================================== */
:root {
  --base: #2E2E2E;
  --bk: #000;
  --wh: #fff;
  --blue: #1700f4;
 --Lblue:#0895e1;
 --red:#c90018;
 --Dgray:#1e1e1e;
	--gray: #838383;
  --Lgray: #E8E8E8;
}

/*文字色
========================================== */
.baseC{  color: var(--base) !important;}
.red{ color: var(--red) !important;}
.blue{  color: var(--blue) !important;}
.white {  color: #fff !important;}

/*背景
========================================== */
.bgBase{ background: var(--base) !important;}
.bgW{  background: #fff !important;}
.bgGray {  background: var(--gray) !important;}
.bgGrayL {  background: var(--Lgray) !important;}
.bgBlue{ background: var(--blue) !important;}



/*ボタン,リンク
========================================== */
.btnWrap{
}
.btnWrap.center {
 margin-top: 35px;
 text-align: center;
}
.btnWrap.center .btn{
	margin: 0 auto;
}

.btn{
 position: relative;
 display: grid;
 place-content: center;
	border-radius: calc(infinity * 1px);
 border: none;
 background-color: var(--Lblue);
 width: min(100%, 402px);
 height: 92px;
 color: var(--wh);
 font-size: 30px;
 font-weight: 700;
 text-align: center;
}


.icWindow{
  display: block;
  padding-right: 38px;
  background: url('../images/ic_window.svg') no-repeat right center / 22px 22px;

}

/*バナー
========================================== */


/*装飾
========================================== */
.marker{
	display: inline;
}




/*タイトル
========================================== */
.h2Tit{
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

/*テキスト
========================================== */
.leadTxt{
 font-size: 2rem;
	font-weight:700;
	text-align: center;
	line-height: 2.2;
}
/*-- table --*/
.basicTable {
	background: var(--wh);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable dt{
	border-bottom: 1px solid #d6e5e5;
	display: flex;
 padding: 55px 0 38px;
	font-weight: 700;
	align-items: center;
}
.basicTable dd{
	border-bottom: 1px solid #d6e5e5;
 padding: 55px 0 38px 50px;
	font-weight: 700;
}

/* =======================================
  modal
========================================== */
.modalBox{
 padding: 10px;
}
.modalBox h3{
 margin-bottom: 20px;
}
.modalBox figure {
 margin: 0 auto 20px;
}
.modalBox figure img{
 margin: 0 auto;
}
.modalBox h4{
 margin-bottom: 10px;
 text-align: center;
}
.modalBox p{
 padding: 0 5% 1em;
 line-height: 1.9;
}
/* =======================================
  タブ
========================================== */
.js-tab{
 display: flex;
 flex: row wrap;
}
.js-tab li{ cursor: pointer;}
.tabPanelArea{}
.tabPanel {
  display: none;
}
.tabPanel.active {
  display: block;
}

/* =======================================
	header
========================================== */
header {
	width: 100%;
	z-index: 100;
	position: relative
}

header #logo{
 margin: 22px 0 0 4%;
 max-width: 257px;
  font-size : 0;
}


/* =======================================
	.menu
========================================== */
.menu {
 width: 232px;
  cursor: pointer;
  z-index: 101;
	position: fixed;
	right: 0;
	top:0;
	
}

.menuBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}
.menuBg.active {
    opacity: 0.8;
    visibility: visible;
}

/* =======================================
	gnavi
========================================== */
.gnavi{
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
 padding-bottom: 140px;
  transition: all 0.6s;
  z-index: 100;
  overflow-y: auto;
  background: #fff;
}
.gnavi.active{
  right: 0;
}
#gnaviList{
  padding: 60px 0 0 0;
	width: 100vw;
}
#gnaviList li{
 border-bottom: 1px solid var(--base);
 width: auto;
}
#gnaviList li a{
  display: block;
  padding: 0.8em 4%;
  font-size: 16px;
  color: var(--base);
}

/* =======================================
	footer
========================================== */
footer{
 position: relative;
 margin-top: -40px;
 height: 40px;
}

.copy{
 display: block;
 color: #fff;
 font-weight: 700;
 text-align: center;
 line-height: 40px;
}

#pageTop{
	display: inline-block;
	position: fixed;
 right: 14px;
 bottom: 10px;
 width: 59px;
 height: 61px;
	z-index: 10;
}
#pageTop a{
 border-radius: 50%;
 display: block;
 background: url("../images/faq_arrow_up.png") no-repeat left top/100% auto;
 width: 59px;
 height: 61px;
 box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
}
#pageTop span{
 display: none;
}
#fixedBtn{
 position: fixed;
 max-width: 188px;
 right: 14px;
 bottom: 100px;
 z-index: 10;
}
#fixedBtn a{
 display: block;
}
#fixedBtn a:hover{
 opacity: .7;
}

.btn.official{
	background: url("../images/bg_btn.png") no-repeat left top / 100%;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	text-shadow: 1px 1px 0 #000;
}

.footer{
	background: url("../images/contact_bg.jpg") no-repeat left bottom/cover;
	color: var(--wh);
	text-align: center;
}
.footer figure{
	margin: 0 auto;
	padding-right: 20px;
	max-width: 300px;
}
.footer p{
	font-weight: 700;
}

/* =======================================
				LP
========================================== */
/*-----------------------------
	#mv
-----------------------------*/
#mv {
 background: #52c7ef;
 margin-bottom: min(-80px,-2.7vw);
}
#mv figure{
 position: relative;
 width: 100%;
 z-index: 1;
}


/*-----------------------------
	#lead
-----------------------------*/
#lead {
 position: relative;
 background: url("../images/lead_bg.jpg") no-repeat left top/ 100% 100%;
 padding: 40px 10.8% 140px 0;
}
#lead::before{
 content: "";
 display: block;
 background: url("../images/lead_img.png") no-repeat left top/100% auto;
 width: 56vw;
 height: 140.5vw;
 max-width: 788px;
 max-height: 1968px;
 position: absolute;
 right:0;
 top: 170px;
 z-index: 1;
}
#lead h2{
 position: relative;
 max-width: 1045px;
 font-weight: 900;
 line-height: 1;
}
#lead h2 img{
 position: relative;
 z-index: 0;
}
#lead h2 span{
 position: absolute;
}
#lead h2 span:nth-of-type(1){
 font-size: min(4.8vw,56px);
 left: 25%;
 top: 21%;
transform: rotate(18.5deg);
}
#lead h2 span:nth-of-type(2){
 font-size:min(5.2vw, 62px);
 right: -1em;
 bottom: -0.2em;
 z-index: 2;
}
#lead .catch{
 margin: -0.5em 0 0.5em;
 font-size:min(5.2vw, 62px);
 line-height: 1.66;
}
#lead p{
 position: relative;
 font-weight: 900;
 font-size: 2rem;
 line-height: 2.55;
 z-index: 1;
text-shadow: 2px 2px 9px rgb(250 138 62), -1px -1px 8px rgb(250 138 63);
}
#lead p span{
 font-size: 3.5rem;
}
#lead .txt01{
 margin-top: 50px;
 font-size: 31px;
}
#lead .txt01 span{
 display: block;
 position: relative;
}
#lead .txt01 span:nth-of-type(1){
 z-index: 0;
 font-size: min(4vw,50px);
 line-height: 1.5;
	text-shadow:none
}
#lead .txt01 span:nth-of-type(1)::before{
 content: "";
 display: block;
 background: url("../images/lead_line.png") no-repeat left top/100% auto;
 width: 88.9vw;
 height:12vw;
 max-width:1105px;
 max-height: 130px;
 position: absolute;
 top: -24%;
 left: -17%;
 z-index: -1;
}
#lead .txt01 span:nth-of-type(2){
 width: 8em;
 margin: 0 0 0 auto;
}
#lead .txtL{
 font-size: 40px;
 line-height: 2;
}
#lead .right{
 margin-top: 30px;
 padding-right: 12.9%;
}
#lead .right img{
 display: inline-block;
}

/*-----------------------------
	#type
-----------------------------*/
#type{
 position: relative;
 background: url("../images/type_bg.png") no-repeat left bottom/137% auto;
 padding: 0 0 95px;
 overflow: hidden;
}
#type .inner1200{
 position: relative;
}
#type::before,
#type::after,
#type .inner1200::before,
#type .inner1200::after{
content: "";
display: block;
 position: absolute;
 z-index: -1;
}
#type::before{
 background: url("../images/type_bg01.png") no-repeat left top/100% auto;
 width: 86.85vw;
 height:47.4vw ;
 max-width:1216px ;
 max-height: 664px;
 left: -60vw;
 top: 4vw;
}
#type::after{
 background: url("../images/type_bg02.png") no-repeat left top/100% auto;
 width: 89.64vw;
 height:30vw ;
 max-width:1255px ;
 max-height: 419px;
 right: -44vw;
 top:390px;
}
#type .inner1200::before{
 background: url("../images/type_bg03.png") no-repeat left top/100% auto;
 width: 37.9vw;
 height:31.5vw ;
 max-width:531px ;
 max-height: 441px;
 left: -26vw;
 bottom: -5.5vw;
 z-index: 1;
}
#type .inner1200::after{
 background: url("../images/type_bg04.png") no-repeat left top/100% auto;
 width: 89vw;
 height:50.46vw ;
 max-width:1246px ;
 max-height: 707px;
 right: -16vw;
 bottom: -13vw;
}
#type h2{
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: min(5.2vw,62px);
 z-index: 2;
	white-space: nowrap
}
#type h2 img{
 width: 40.96vw;
}
#type ul{
 margin-top: 50px;
}
#type p:not(.leadTxt){
 width: 80%;
 max-width: 734px;
 margin: -25px 0 0 auto;
}


/*-----------------------------
	#work
-----------------------------*/
#work{
 background:url("../images/works_bg02.png") no-repeat left 0 top 60%/12.0vw auto,
  url("../images/works_bg.png") no-repeat left top/100% 100%,
  url("../images/works_bg01.png") no-repeat right 0px top 400px/200px auto;
 padding: 120px 0 110px;
}
@media screen and (max-width: 1450px) {
}/*-SP only-*/
#work h2{
 margin-bottom: 40px;
 font-size: min(7.5vw,105px);
 text-align: center;
}
#work h2 span{
 display: block;
 font-size: min(3vw,40px);
}
#work .leadTxt{
 margin-bottom: 40px;
 font-size: 30px;
 line-height: 1.65;
 font-weight: 400;
}
#work li p{
 margin-top: 40px;
 font-weight: 500;
 line-height: 2.4;
}
/*-----------------------------
	#interview
-----------------------------*/
#interview{
 background: url("../images/interview_bg.jpg") no-repeat left top/100% 100%;
 padding: 100px 0 120px;
}
#interview .inner1200{
 max-width: 1250px !important;
}
#interview h2{
 max-width: 1154px;
 margin: 0 auto 40px;
}
#interview  .leadTxt{
 margin-bottom: 40px;
 color: #fff; 
 font-size: 26px;
 text-shadow:2px 2px 0 #0061fd, -2px -2px 0 #0061fd,
              -2px 2px 0 #0061fd, 2px -2px 0 #0061fd,
              0px 2px 0 #0061fd,  0 -2px 0 #0061fd,
              -2px 0 0 #0061fd, 2px 0 0 #0061fd;
}
#interview ul li{
}
#interview ul li a{
 position: relative;
 display: block;
	border-radius: calc(infinity * 1px);
 background: #fff;
 padding: 45px 45px 130px;
}
#interview ul li a::after{
 content: "";
 display: block;
 background: url("../images/interview_arrow.png") no-repeat left top/100% auto;
 width: 166px;
 height: 166px;
 position: absolute;
 bottom: -25px;
 right: -10px;
}
#interview ul li h3{
 margin-bottom: 28px;
 line-height: 1;
}
#interview ul li h3 span{
 display: block;
 margin: -5px 0 0;
 font-size: 14px;
 font-weight: 500;
 text-align: right;
}
#interview ul li p{
 line-height: 1.8;
}

/*-----------------------------
	#roadmap
-----------------------------*/
#roadmap{
 position: relative;
 background: url("../images/roadmap_bg.png") no-repeat left top/100% 100%;
 margin-top: -75px;
 padding: 20px 0 230px;
}
#roadmap h2{
 position: relative;
 max-width: 550px;
}
#roadmap h2 span{
 position: absolute;
 left: calc(100% + 40px);
 top: 60px;
 font-size: min(2vw,28px);
 font-weight: 900;
 text-align: center;
 line-height: 1.5;
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
transform: rotate(17deg);
}
#roadmap h2 span::before,
#roadmap h2 span::after{
 content: "";
 display: block;
 background: #000;
 width: 2px;
 height: 230px;
 position: absolute;
 left: 0;
 bottom: 0;
 transform-origin: left bottom;
transform: rotate(-10deg);
}
#roadmap h2 span::after{
 height: 245px;
 left: auto;
 right: -15px;
 bottom: 0;
transform: rotate(0deg);
}
#roadmap .road li p{
 line-height: 1.9;
}
#roadmap .points{
 max-width: 360px;
}
#roadmap .points dt img{
 position: relative;
 margin: 0 0 -65px auto;
 z-index: 1;
}
#roadmap .points dd{
 background: #fff;
 padding: 30px 0;
 text-align: center;
 box-shadow:7px 7px 8px 0 rgba(0,0,0,.13); 
transform: rotate(10deg);
}
#roadmap .points dd ul{
 display: inline-block;
 text-align: left;
}
.license{
 max-width: 804px;
}
.license dt img{
 position: relative;
 margin: 0 0 -80px 30px;
 z-index: 1;
}
.license dd{
 background: #fff;
 padding:70px 35px 10px;
 box-shadow:7px 7px 8px 0 rgba(0,0,0,.13);
 line-height: 2.1;
transform: rotate(-4deg);
}
.license dd p{
 font-size: 26px;
 font-weight: 700;
 text-align: right;
}
.license dd p span{
 margin: 0 0.2em;
 color: var(--red);
 font-size: 61px;
 font-style: italic;
}
#roadmap .inner1200 >h3{
 max-width:549px ;
}
.benefits li{
 background: #fff;
 box-shadow:7px 7px 8px 0 rgba(0,0,0,.13);
 padding: 0 0 40px;
}
.benefits li p{
 margin-top: -20px;
 padding: 0 23px;
 font-size: 14px;
 line-height: 1.7;
}
#roadmap .other{
 background: #fff;
 max-width: 822px;
 margin:60px auto 0;
 box-shadow:7px 7px 8px 0 rgba(0,0,0,.13);
}
#roadmap .other dt{
 background: #000;
 padding: 16px 0 10px;
 text-align: center;
}
#roadmap .other dt img{
 margin: 0 auto;
}
#roadmap .other dd{
 padding: 20px 30px;
 font-size: 14px;
 line-height: 1.7;
}

/*-----------------------------
	#numbers
-----------------------------*/
#numbers{
 position: relative;
 background: url("../images/numbers_bg01.png") no-repeat left top/100% auto,url("../images/numbers_bg02.png") no-repeat left bottom/100% auto;
 padding-top: 65px;
 padding-bottom: 135px;
}
#numbers::after{
 content: "";
 display: block;
 background: url("../images/numbers_bgimg02.png") no-repeat left top/100% auto;
 width: 11.7vw;
 height: 35.7vw;
 max-width: 164px;
 max-height: 500px;
 position: absolute;
 bottom: -1px;
 left:0px;
}
#numbers h2{
 position: relative;
 max-width: 608px;
 margin: 0 auto 90px;
}
#numbers h2::before,
#numbers h2::after{
 content: "";
 display: block;
 position: absolute;
 top: -10px;
}
#numbers h2::before{
 background: url("../images/numbers_bg03.png") no-repeat left top/100% auto;
 width: 380px;
 height: 429px;
 right: 100%;
}
#numbers h2::after{
 background: url("../images/numbers_bg04.png") no-repeat left top/100% auto;
 width: 474px;
 height: 467px;
 left: 100%;
 margin-left: -80px;
}
.bgW{
 border-radius: 185px;
}
#numbers .inner1200.bgW{
 position: relative;
 max-width: 1174px !important;
 padding: 95px 20px 90px 95px;
}

#numbers [class^="ranking"] dt img{
 margin: 0 auto;
}
#numbers [class^="ranking"] dd{
 display: flex;
 padding: 0 0 0 20px;
}
#numbers [class^="ranking"] dd + dd{
 margin-top: 20px;
}
#numbers .ranking01 dd{
 align-items: flex-start;
 margin-top: 20px;
}
#numbers .ranking01 dd p{
 padding: 10px 0 0 20px;
}
#numbers .ranking01 dd.num02 p{
 padding-top: 30px;
}
#numbers .num01{
 background: url("../images/numbers_line01-1.png") no-repeat left bottom 10px/100% auto;
}
#numbers .num02{
 background: url("../images/numbers_line01-2.png") no-repeat left bottom 10px/100% auto;
}
#numbers .num03{
 background: url("../images/numbers_line01-3.png") no-repeat left bottom 10px/100% auto;
}
#numbers .ranking02 dt{
 margin: 60px 0 30px;
}
#numbers .ranking02 dd{
 align-items: flex-end;
 padding: 0 0 20px 20px;
}
#numbers .ranking02 dd p{
 padding: 0 0 0px 20px;
}
#numbers .ranking02 .num01{
 background: url("../images/numbers_line04-1.png") no-repeat left bottom/100% auto;
}
#numbers .ranking02 .num02{
 background: url("../images/numbers_line04-2.png") no-repeat left bottom/100% auto;
}
#numbers .ranking02 .num03{
 background: url("../images/numbers_line04-3.png") no-repeat left bottom/100% auto;
}

#numbers dl dd p{
 font-size: min(2.85vw,40px);
 font-weight: 700;
 line-height: 1.2;
}
#numbers .f28{
 font-size: min(1.85vw,28px) !important;
letter-spacing: -0.1em;}
#numbers .f30{
 font-size: min(2.1vw,30px);}
#numbers .f32{
 font-size: min(2.2vw,32px);}
#numbers .f38{
 font-size: min(2.7vw,38px);}
#numbers .f48{
 font-size: min(3.4vw,48px);}
#numbers .f51{
 font-size: min(3.6vw,51px);}
#numbers .f56{
 font-size: min(4.0vw,56px);}
#numbers .f59{
 font-size: min(4.2vw,59px);}
#numbers .graph dt{
 margin-bottom: -40px;
}
#numbers .graph{
 margin-left: 4.2%;
 margin-right: auto;
}
#numbers dt.graph02{
 margin: -100px 0 -30px 0;
}
#numbers dt.graph02 img,
#numbers dd.graph02 img{
 margin: 0 0 0 auto;
}
#numbers .bubble dt{
 margin-bottom: -30px;
}
#numbers .bubble dt img{
 margin: 0 auto;
}
/*-----------------------------
	#update
-----------------------------*/
#update{
 position: relative;
 background: url("../images/interview_bg.jpg") no-repeat left top/100% 100%;
 padding-top: 100px;
}
#update .more{
 position: absolute;
 top: -203px;
 left: 50%;
 transform: translate(-50%, 0);
 max-width: 627px;
 margin-left: 6.5%;
}
#update h2{
 max-width: 864px;
 margin: 0 auto 80px;
}
#update .bgW{
 padding: 70px 50px 50px;
}
#update .pct{
 position: relative;
 max-width: 280px;
 margin: -100px auto 0;
}

/*-----------------------------
	#faq
-----------------------------*/
#faq{
 position: relative;
 padding-top: 150px;
 padding-bottom: 110px;
}
#faq::before{
 content: "";
 display: block;
 background: url("../images/faq_bg01.png") no-repeat left top/100% auto;
 width: 121.9vw;
 height:62.92vw ;
 position: absolute;
 top: -12vw;
 left: 50%;
 transform: translate(-50%, 0);
 z-index: 0;
}

#faq .inner800{
 position: relative;
 max-width: 760px !important;
 z-index: 1;
}
#faq h2{
 max-width: 190px;
 margin: 0 auto 45px;
}
.faqList dt{
 position: relative;
 display: flex;
 align-items: center;
	border-radius: calc(infinity * 1px);
 background:url("../images/faq_q.png") no-repeat 42px 13px/27px auto #1e1e1e;
 min-height: 67px;
 margin-top: 25px;
 padding:10px 50px 10px 82px;
 color: #fff;
 line-height: 1.75;
 cursor: pointer;
}
.faqList dt::after{
 content: "";
 display: block;
 background: url("../images/faq_arrow_down.png") no-repeat left top/100% auto;
 width: 30px;
 height: 31px;
 position: absolute;
 right: 18px;
 top: 0;
 bottom: 0;
 margin: auto;
}
.faqList dt.active::after{
 background-image: url("../images/faq_arrow_up.png");
}
.faqList dd{
 display: none;
 background:url("../images/faq_a.png") no-repeat 42px 13px/30px auto;
 padding: 15px 50px 10px 82px;
 line-height: 1.75;
}

/*-----------------------------
	#jobinfo
-----------------------------*/
#jobinfo{
 position: relative;
 background: url("../images/jobinfo_bg.jpg") no-repeat left top/cover;
 z-index: 0;
 padding-top: 250px;
 padding-bottom: 170px;
}
#jobinfo::before{
 content: "";
 display: block;
 background: url("../images/faq_bg01.png") no-repeat left top/100% auto;
 width: 121.9vw;
 height:62.92vw ;
 position: absolute;
 top: -12vw;
 left: 50%;
 transform: translate(-50%, 0);
 z-index: -1;
}
#jobinfo h2{
 max-width: 419px;
 margin: 0 auto;
}
#jobinfo .inner900{
 max-width: 840px !important;
 padding: 70px 5% 140px;
}
#jobinfo .inner900 .basicTable{
 width: 100%;
 max-width:594px;
 margin: 0 auto;
}

/*-----------------------------
	#flow
-----------------------------*/
#flow{
 margin-top: 70px;
 max-width: 1155px !important;
}
#flow h2{
 max-width: 260px;
 margin: 0 auto;
}
.flowList li{
 width: 26.8%;
 max-width: 309px;
}


/*-----------------------------
	#contact
-----------------------------*/
#contact{
 background: url("../images/contact_bg.jpg") no-repeat left top/cover;
 padding-top: 80px;
 padding-bottom:88px;
}
#contact .catch{
 color: #fff;
 font-size: 30px;
 font-weight: 700;
 text-align: center;
}
#contact .catch::before{
 content: "";
 display: inline-block;
 background: url("../images/contact_fukidashi.svg") no-repeat left top/100% auto;
 width: 175px;
 height: 110px;
 vertical-align: -0.8em;
}
#contact h2{
 max-width: 528px;
 margin: 10px auto 75px;
}
#contact .tel{
 display: grid;
 place-content: center;
 background: #fff;
	border-radius: calc(infinity * 1px);
 max-width: 494px;
 height: 92px;
 margin: 0 auto 82px;
 text-align: center;
}
#contact .tel a{
 display: inline-block;
 background: url("../images/ic_tel.svg") no-repeat left center/31px auto;
 padding-left: 34px;
 color: var(--Lblue);
 font-size: 55px;
 line-height: 1;
}
#contact .inner900{
 max-width: 840px !important;
 padding: 80px 5% 50px;
}
#contact h2{
 color: var(--Lblue);
 font-size: 69px;
 font-weight: 500;
}

#contact .basicTable{
 width: 100%;
 max-width: 635px;
 margin: 0 auto;
}
#contact .basicTable dt,
#contact .basicTable dd{
 border-bottom: none;
}
#contact .basicTable dt{
 position: relative;
 display: block;
 padding: 20px 0 15px;
 font-size: 22px;
 text-align: left;
 line-height: 1.1;
}
#contact .basicTable dt span:not(.hissu){
 font-size: 16px;
}
#contact .basicTable .hissu{
 position: relative;
 display: inline-block;
}
#contact .basicTable .hissu::before{
 content: "";
 display: block;
 border-radius: 50%;
 width: 11px;
 height: 11px;
 background: #f91c51;
 position: absolute;
 top: 0;
 right: -11px;
}
#contact .basicTable dd{
 padding: 15px 0;
 font-size: 18px;
}
#contact .basicTable dt.wide{
 width: auto;
 padding-bottom: 0;
}
#contact .basicTable dd.wide{
 width: 100%;
}

#contact .basicTable label{
 position: relative;
 display: flex;
 align-items: center;
 gap:0 5px;
}
#contact .basicTable label + label{
 margin-top: 5px;
}
#contact input[type=radio]{
 appearance: none;
 border: none;
 border-radius: 50%;
 background: #e8e8e8;
 width: 22px;
 height: 22px;
	margin: 0 0 0 5px;
}
#contact label:has(input[type="radio"]:checked)::before{
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  border-radius: 50%;
  background: var(--Lblue);
 width: 22px;
 height: 22px;
}


#contact dd input:not([type=radio]){
	border-radius: calc(infinity * 1px);
 border: 1px var(--Lblue) solid;
 width: 100%;
 height: 58px;
 line-height: 58px;
 padding: 0 20px;
}
#contact textarea{
 border-radius: 32px;
 border: 1px var(--Lblue) solid;
 width: 100% !important;
 height: 187px !important;
 padding: 15px;
}
.contactPrivacy{
 margin-top: 30px;
 margin-bottom: 20px;
 text-align: center;
	font-weight: 700;
}
.contactPrivacy a{
  color: var(--blue);
}
  
.contactPrivacy a:hover{
  text-decoration: underline;
}
.confirm {
  text-align: center;
}
input[type="submit"].btn {
	margin: auto;
  background: url('../images/contact_arrow.png') no-repeat right 25px center/42px auto var(--Lblue);
  cursor: pointer;
}

#contact .basicTable dt.prdisp,
#contact .basicTable dt.medisp,
#contact .basicTable dd.prdisp,
#contact .basicTable dd.medisp{
	display: none
}

/*mailformpro*/
form#mailformpro dl dt,
form#mailformpro dl dd{
 border: none;
}

/* =======================================
	modal privacyPolicy
========================================== */
#privacyPolicy{
	padding: 20px;
}
#privacyPolicy h3{
	font-size: 20px;
	text-align: center;
	margin-bottom: 1em
}

#privacyPolicy h4{
	font-size: 16px;
	margin-bottom: .5em;
	margin-top: 1em
}

#privacyPolicy h5{
	margin-top: 1em;
	font-size: 14px;
}

/* =======================================
	modal interview
========================================== */
.interviewPage main{
 padding: 34px 32px;
}
#interviewHead{
 position: relative;
 background: url("../images/interview_mv_bg01.jpg") no-repeat left bottom/cover;
 padding: 0;
}
#interviewHead::before{
 content: "";
 display: block;
 background: url("../images/interview_mv_bg02.png") no-repeat left bottom/100% auto;
 width: 100.2vw;
 height: 63.25vw;
 position: absolute;
 top: min(11vw,175px);
 right: -34px;
 z-index: 1;
}
#interviewHead figure{
 width: 59.5%;
 position: relative;
 transform: translate(-34px, -20px);
}
#interview02 #interviewHead figure{
 width: 47.25%;
 transform: translate(0px, -30px);
}
#interview03 #interviewHead figure{
 width: 46.15%;
 transform: translate(-34px, -26px);
}

#interviewHead .txts{
 position: absolute;
 top: 0;
 right: 0;
 /*width: 51.1%;*/
 padding: 4vw 0 0;
 color: #fff;
 z-index: 2;
}
#interviewHead .leadTxt{
 padding-left: 1em;
 padding-right: 5.6vw;
 text-indent: -1em;
 font-size: min(4.3vw,70px);
 text-align: left;
 line-height: 1.2;
 font-weight: 900;
 letter-spacing: 0.01em;
 text-shadow: 2px 2px 0 #000;
}
#interviewHead .f98{
 font-size: min(6.125vw,98px);
}
#interviewHead .f85{
 font-size: min(5.3vw,85px);
}
#interviewHead .num{
 background: url("../images/interview_mv_bg03.png") no-repeat left top/100% auto;
 width: 17.875vw;
 height: 17.9375vw;
 max-width: 286px;
 max-height: 287px;
 margin-left: -70px;
 padding:5vw 0 0 5.6vw;
 font-size: min(4.3vw,70px);
 font-weight: 900;
}
#interviewHead .num::before{
 content: "#";
 font-size: 46px;
}

#interviewHead .txts .txt{
 margin-top: -30px;
 padding-right: 2.5vw;
 font-size: min(2.18vw,35px);
 font-weight: 900;
}
#interviewHead h2{
 font-size: min(3.75vw,60px);
 font-weight: 900;
 line-height: 1.4;
}
#interviewHead h2 span{
 font-size: min(2.81vw,45px);
}

.interviewConts{
 position: relative;
 border-radius: 50px;
 background: rgba(255,255,255,.9);
 width: 95%;
 margin: 40px auto 0;
 padding: 80px 3.6% 50px 4.55%;
 z-index: 1;
 /*box-shadow: 10px 10px 10px 0 rgba(0,0,0,.15);*/
}
.interviewConts p{
 font-size: min(2vw,32px);
 margin-bottom: 1.6em;
 line-height: 1.6;
}
.tiLine{
 position: relative;
 padding-left: 50px;
 margin-bottom: 40px;
 font-size: min(2.5vw,40px);
}
.tiLine::before{
 content: "";
 display: block;
 width: 25px;
 height: 4px;
 background: var(--blue);
 position: absolute;
 left: 0;
 top: 50%;
 margin-top: -1px;
}
.interviewConts p + h3{
 margin-top: 50px;
}

.license_work dl{
 border-radius:25px;
 border:5px var(--blue) solid;
 background: #fff; 
 padding:0px 50px 40px;
}
.license_work dl + dl{
 margin-top: 50px;
}

.license_work dl dt{
 border-radius: 20px 20px 0 0;
 background: var(--blue);
 padding: 20px 50px 20px;
 margin: 0 -50px;
 color: #fff;
 margin-bottom: 30px;
 font-size: min(2vw,32px);
 font-weight: 700;
}
.license_work dl dd{
}
.license_work dl dd li{
 font-size: min(1.5vw,24px);
 line-height: 2;
}
.license_work dl dd li::before{
 content: "";
 display: inline-block;
 border-radius: 50%;
 width: 8px;
 height: 8px;
 background: var(--gray);
 margin: 0 8px 0 0;
 vertical-align: middle;
}



/*		form
----------------------------
.tb_cont{
	width: 100%;
	border-top: 2px solid var(--grayL);
}
.tb_cont th{
	position: relative;
	border-bottom: 2px solid var(--grayL);
	font-weight: 700;
}
.tb_cont th span{
	position: absolute;
	right: 0;
	background: var(--red);
	color: #fff;
}
.tb_cont td{
	border-bottom: 2px solid var(--grayL);
}
.tb_cont td input:not([type=checkbox]):not([type=radio]):not([type=file]),
.tb_cont td select {
	padding: 1em 1em 1em 1.5em;
	border-radius: 10px;
	width: min(100%, 485px);
	background: var(--grayL);
	border: none;
	outline: none;
}
.tb_cont td input[type=file]{
	width: 100%;
}
.tb_cont td input[type=file].mfp_element_file{
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}


.tb_cont td input[type=file]::file-selector-button{
	padding: 12px 1em 12px 1.5em;
	border-radius: 10px;
	width: min(60%, 209px);
	background: var(--grayL);
	border: none;
	outline: none;
	cursor: pointer;
	font-weight: 500;
}
.tb_cont td .note{
	margin-top: 10px;
}
.tb_cont td textarea{
	padding: 1em 1em 1em 1.5em;
	border-radius: 10px;
	width: min(100%, 485px) !important;
	background: var(--grayL);
	border: none;
	outline: none;
  height: 11em !important;
}
.tb_cont .hissu{
	padding: 3px 3%;
}

.tb_cont td input.radiobtn{
    width: auto;
}-*/