@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%;
  border: 1px solid #353750;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #ffffff;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #353750;
  border-radius: 0.23em;
  background: #FFFFFF;
}
::placeholder {
  font-weight: normal;
}

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

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

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

	Structure CSS

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

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

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

.rela {  position: relative;}

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

.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: 1050px !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: #000;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Zen Kaku Gothic New","Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
   font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.7;
 letter-spacing: 0.02em;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}


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

.js-inview{
 opacity: 0;
}


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


/*色
========================================== */
:root {
  --base: #000;
  --bk: #000000;
  --wh: #FFFFFF;
  --red: #FE0000;
 --red2:#CF2222;
	--red3: #a40e0e;
 --Lred:rgba(207,34,34,.95);
  --yellow: #FFD000;
  --blue: #1D3676;
  --gray: #efefef;
}

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

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgBlue{ background: var(--blue) !important;}
.bgRed{ background: var(--red) !important;}
.bgRed2{ background: var(--red2) !important;}
.bgRed3{ background: var(--red3) !important;}
.bgLred{ background: var(--Lred) !important;}
.bgGray {  background: var(--gray) !important;}
.bgW{  background: var(--wh) !important;}
.bgBk{  background: var(--bk) !important;}
.bgYellow{ background: var(--yellow) !important;}


/*ボタン
========================================== */
.btnWrap{
 margin-top: 40px;
  text-align: center;
}
.btnWrap .btn{
	margin: 0 auto;
}
.btnWrap.left .btn{
 margin: 0;
}
.btn{
 position: relative;
 border-radius: 8px;
 border: 4px #000 solid; 
 background: #FFF100;
 display: flex;
 align-items: center;
 justify-content: center;
 width: min(100%, 409px);
 min-height: 102px;
 padding: 5px 15px;
 color: var(--base);
 font-size: 24px;
 font-weight: 700;
 line-height: 1.2;
}
.btn::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 9%;
	border-top: 3.5px #000 solid;
	border-right: 3.5px #000 solid;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn:hover{
  opacity: 0.7;
}
.btn.inline{
 display: inline-flex;
 width: auto;
}

.btnEntry .btn{
	background: none;
	border: none;
	margin: 0 auto;
}
.btnEntry .btn::after{
	content: none;
}

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

/*タイトル
========================================== */
.h2Tit {
  margin-bottom: 1em;
  color: var(--base);
  font-size: 4rem;
  font-weight: 700;
 line-height: 1.5;
}
.h3Tit{
 color: var(--base);
	font-size: 3.4rem;
 font-weight: 900;
 letter-spacing: 0.03em;
 text-align: center;
	margin-bottom: 30px;
}
.h4Tit{
 font-size: 2.6rem;
	margin-bottom: 20px;
}
.h5Tit {  
  font-size: 2rem;
	margin-bottom: 10px;
}
.h6Tit{
	font-size: 1.8rem;
	margin-bottom: 10px;
} 
/*テキスト
========================================== */
.leadTxt{
	margin-bottom: 20px;
 font-size: 2.0rem;
 font-weight: 700;
 line-height: 1.85;
 text-align: center;
}



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

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

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

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

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

.icList li{
	margin-bottom: 0.5em;
	padding-left: 0.75em;
	position: relative;
}
.icList li::before{
	content: '-';
	color: var(--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;
 background: #fff;
	width: 100%;
 left: 0;
	top:0;
	z-index: 100;
}
header #logo{
 max-width: 402px;
}
header #logo a img{
  width: 100%;
  height: auto;
}

#gnaviList{
 font-family: "Noto Sans JP", sans-serif;
 letter-spacing: 0;
}
#gnaviList .entry a{
 display: block;
 background: var(--red);
 color: var(--wh);
 font-weight: 900;
 line-height: 1.2;
 text-align: center;
}

/* =======================================
	footer/#footLinks
========================================== */
#footLinks{
 background: var(--blue);
 padding: 65px 5%;
 text-align: center;
}
.btnCorpolate{
 max-width: 409px;
 margin: 0 auto;
}
#footLinks .sns{
 justify-content: center;
 margin-top: 20px;
 gap:0 30px;
}
#footLinks .sns a{
 max-width: 50px;
}
#footLinks .sns a img{
 width: 100%;
}
/* =======================================
	footer/#footBottom
========================================== */
footer{
 padding: 0 0 40px;
}
 
#footBottom{
 padding-top: 80px;
}
#footerLogo{
 max-width: 256px;
 margin-bottom: 60px;
}
#footerLogo img{
 width: 100%;
 height: auto;
}

#footBottom .address{
}
footer .tel{
 margin-top: 10px;
 font-weight: 700;
}
footer .tel a{
 position: relative;
 display: inline-flex;
 align-items: center;
 margin-right: 5px;
 font-size: 24px;
 line-height: 1.45;
}
footer .tel a::before{
 content: "";
 display: block;
 background: url("../images/ic_tel.svg") no-repeat left center/100% auto;
 width: 21px;
 height: 21px;
 margin-right: 5px;
}
footer .tel span{
 font-size: 14px;
}

footer .copy{
  display: block;
 margin-top: 116px;
  color:#000;
  font-size: 1.2rem;
 text-align: center;
}

#pageTop{
	position: fixed;
 right: 7.1vw;
 bottom: 100px;
	z-index: 10;
}
#pageTop a{
}

/* =======================================
	 common
========================================== */
/*		main
-----------------------------*/
main{
  margin-top: 91px;
}
/*タイトル
========================================== */
/*-- mainTitle --*/
.mainTitle{
 position: relative;
	background: url("../images/top_about_bg.jpg") no-repeat left top / cover;
	border-bottom: 5px solid var(--bk);
	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;
	color: var(--wh);
 z-index: 1;
 text-align: center;
 line-height: 1.5;
	font-weight: 900;
	text-shadow: 0 2px 0 var(--bk);
}
.mainTitle h2 span{
 display: inline-block;
 font-size: 80%;
	border: 2px solid var(--wh);
	border-radius: 8px;
	padding: 1px 15px 3px;
	color: var(--wh);
	text-shadow: none;
}


/*		leadTxt
-----------------------------*/
.leadWrap,
.leadWrap:has(+ section.bgLBlue){
    padding: 100px 0;
}
.leadWrap:has(+ section){
    padding: 100px 0 0;
}
.pgs .leadWrap .leadTxt{
    text-align: center;
}
#leadArea .leadTxt{
	background: var(--wh);
	border-radius: 30px;
	margin-bottom: 0;
}
/**/
.txtImgBox{
	border: 2px solid var(--wh);
	background: var(--wh);
	border-radius: 30px;
}
.txtImgBox figure{
	overflow: hidden;
}
.txtImgBox figure img{
	height: 100%;
	object-fit: cover;
}
/*-- 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(--red2);
	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;
}

table.basicTable tbody th:has(+ td){
	background-color: var(--Lblue);
}

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

/*		anchorLink / pageLinks
-----------------------------*/
.anchorLink,
.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.anchorLink li,
.pageLinks li{
 font-weight: 700;
}
.pageLinks li a,
.anchorLink a{
	background: #FFF100;
	border-radius: 8px;
	display: grid;
 place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	color: var(--bk);
	text-align: center;
}
.anchorLink a::after,
.pageLinks li a::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
	position: absolute;
	transform: rotate(45deg);
}
.anchorLink a::after{
	top: calc(50% - 6px);
}
.pageLinks li a::after{
	top: calc(50% - 3px);
}

.pageLinks li a span{
	display: inline-block;
	position: relative;
}
.pageLinks li a span::before,
.pageLinks li a span::after{
	content: "";
	background: var(--bk);
	display: inline-block;
	width: 1px;
	position: absolute;
	bottom: 0;
}
.pageLinks li a span::before{
	transform: rotate(-40deg);
	left: 10px;
}
.pageLinks li a span::after{
	transform: rotate(40deg);
	right: 10px;
}
.pageLinks li a:hover span::before,
.pageLinks li a:hover span::after{
	background: var(--wh);
}

.anchorLink a:hover{
	background: var(--base);
	color: var(--wh);
}
.anchorLink li.other a::after{
 display: none;
}

.pageLinks .noLink a,
.pageLinks a:hover{
	background: var(--bk);
	color: var(--wh);
}

main .pageLinks:last-child{
	border-top: 1px solid var(--bk);
	margin-top: 0;
	margin-bottom: 0;
 font-weight: 900;
}
main .pageLinks:last-child li span{
 font-size: 72%;
}

/* =======================================
	top
========================================== */
#top main{
 margin-top: 0;
}
/*		#mv
-----------------------------*/
#mv{
	position: relative;
 padding: 91px 0 0;
 z-index: 0;
}
#mvTxts{
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
}
#mvTxts h2{
 width: 90%;
 max-width: 1104px;
 margin: 0 auto;
 padding: 0 0 53px;
}
#mvTxts h2 span{
 position: absolute;
 bottom: 100%;
 left: 0;
 width: 45.9vw;
 max-width: 643px;
}
#mvTxts h2 span::before{
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 background: url("../images/top_mv_bg_txt.png") no-repeat left bottom/100% auto;
 mix-blend-mode: multiply;
 position: absolute;
 left: 0;
 bottom: 0;
}
#mvTxts h2 span img{
 position: relative;
}

.mvBtn{
 position: absolute;
 right: min(5vw,55px);
 bottom: min(19vw,232px);
 width: min(30%,302px);
}
.mvBtn a::before{
 content: "";
 display: block;
  clip-path: ellipse(73% 68% at right top);
 background: url("../images/top_mv_btn_pct.svg") no-repeat left top/100% auto;
 width: 242px;
 height: 197px;
 position: absolute;
 left: min(11vw,115px);
 bottom: -180px;
  animation: hyokotto 1s forwards ease-out ;
}
.mvBtn:hover{
	opacity: .7;
}
.mvBtn.fix{
	position: fixed;
	bottom: 20px;
	right: 10px;
	opacity: 0;
	z-index: 1000;

}
.mvBtn.fix.fixed{
	opacity: 1;
}
@keyframes hyokotto {
  0% {
    transform: translate(-50%, 0);
  clip-path: ellipse(50% 50% at right top);
  }
  70% {
    transform: translate(-50%, -120px); 
  clip-path: ellipse(78% 78% at right top);
  }
  100% {
    transform: translate(-50%, -100px);
  }
}

/*background: linear-gradient(34deg,  rgba(13,13,116,1) 35%,rgba(7,81,145,1) ,rgba(0,168,182,1) ,rgba(239,246,255,1) 99%);
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;
@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}*/

/*		#topAbout
-----------------------------*/
#topAbout{
 background: url("../images/top_about_bg.jpg") no-repeat center top/cover;
}
#topAbout .inner1200{
 max-width: 1224px !important;
}
#topAbout p{
 text-align: center;
 color: #fff;
 font-weight: 900;
 line-height: 1.6;
 letter-spacing: 0.08em;
}
#topAbout ul li:nth-of-type(1){
 max-width: 349px;
}
#topAbout ul li:nth-of-type(2){
 max-width: 341px;
}
#topAbout ul li:nth-of-type(3){
 max-width: 340px;
}
#topAbout ul li:nth-of-type(4){
 max-width: 342px;
}

/*		#topMessage
----------------------------------------*/
#topMessage{
 background: url("../images/top_message_bg.jpg") no-repeat left top/100% 100%;
}
#topMessage .txts .right{
 margin-top: 15px;
 font-weight: 700;
}

/*		#topMenu
----------------------------------------*/
#topMenu{
 background: url("../images/top_about_bg.jpg") no-repeat center top/cover;
 padding: 100px 0 80px;
}
#topMenu ul{
 justify-content: space-between;
 gap:35px 0;
}
#topMenu ul li{
 width: 49%;
}
#topMenu ul li:last-of-type{
 width: 100%;
}
#topMenu ul li a:hover{
	opacity: .7;
}

/*		#topSpecial
----------------------------------------*/
#topSpecial .inner1200{
 border: 2px #fff solid;
 border-radius: 80px;
 padding: 23px 112px 58px 91px;
}
#topSpecial h2{
 margin-bottom: 32px;
}
#topSpecial h2::before{
 content: "";
 display: block;
 background: url("../images/top_special_mark.png") no-repeat left top/ 100% auto;
 width: 232px;
 height: 116px;
 margin: 0 auto 10px;
}
#topSpecial h2 img{
 margin: 0 auto;
}
#topSpecial h2 img + img{
 margin-top: 25px;
}
#topSpecial p.center{
 color: #fff;
 font-weight: 900;
 line-height: 1.56;
}

/*		#topDream
----------------------------------------*/
#topDream{
 background: url("../images/top_policy_bg.jpg") no-repeat center top/cover;
 padding: 75px 0 90px;
}
#topDream h2{
 margin-bottom: 70px;
}
#topDream h2 img{
 margin: 0 auto;
}
#topDream p{
 color: #fff;
 font-size: 20px;
 font-weight: 900;
 text-align: center;
 letter-spacing: 0.04em;
 line-height: 2.25;
}
#topDream p + p{
 margin-top: 2.25em;
}
#topDream .fontL{
 margin-top: 65px;
 font-size: 35px;
 list-style: 1.3;
}
#topDream .btnWrap{
 margin-top: 60px;
}
#topDream .btnWrap img{
 margin: 0 auto;
}
#topDream .btnWrap a:hover{
	opacity: .7
}
#topDream .dreamContact{
 position: relative;
 max-width: 509px;
 margin:30px auto 0;
 padding: 15px 119px 0 0;
}
#topDream .dreamContact p:not(.line){
 font-size: 24px;
 text-align: left; 
 line-height: 1.45;
}
#topDream .dreamContact .line{
 align-items: center;
 gap:0 20px;
 margin: 20px 0 0;
 font-size: 18px;
 text-align: center;
 line-height: 1.4;
}
#topDream .dreamContact .now{
 position: absolute;
 right: 0;
 top: 0;
 width: 119px;
 margin: 0;
}

/* =======================================
   education
========================================== */
#educationKinds .pcFlex h3{
 text-align: left;
}
#educationKinds .movieArea .movie{
 margin: 0 auto;
}
#educationKinds .movieArea .movie video{
 width: 100%;
 height: 100%;
 aspect-ratio:16/9;
}

#heroTimeline ul{
	margin-left: auto;
	margin-right: auto;
}
#heroTimeline ul li{
	border: 2px solid var(--yellow);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
#heroTimeline ul li:not(:last-child)::before{
	content: "";
	background: var(--yellow);
	display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
}
#heroTimeline ul li:not(:last-child)::after{
	content: "";
	display: inline-block;
  border-bottom: 1px solid var(--yellow);
	border-right: 1px solid var(--yellow);
	transform: rotate(45deg);
	position: absolute;
}
#heroTimeline ul li h4{
	background: var(--yellow);
	border-radius: calc(infinity * 1px);
	display: grid;
	justify-content: center;
	align-items: center;
}
#heroTimeline ul li p{
	display: grid;
	text-align: left;
}
#heroTimeline ul li p span{
	display: inline-block;
	font-weight: 700;
	margin-bottom: 10px;
}
#heroTimeline .note{
 font-weight: 500;
 text-align: center;
}

/* =======================================
   business
========================================== */
#businessKinds .txtImgBox{
 margin-top: 60px;
 background: none;
	border: none;
}
#businessKinds .txtImgBox:first-of-type{
	margin-top: 0;
}
#businessKinds .txtImgBox figure{
	border-radius: 30px;
	overflow: hidden;
}
#businessKinds .txtImgBox .txts{
	background: var(--bk);
	border-radius: 30px;
	color: var(--wh);
}
#businessKinds .txtImgBox .h3Tit{
	color: var(--wh);
	line-height: 1.5;
	text-align: left;
}
#businessKinds .txtImgBox .h3Tit span{
	display: inline-block;
	color: var(--bk);
	position: relative;
}
#businessKinds .txtImgBox .h3Tit span::before,
#businessKinds .txtImgBox .h3Tit span::after{
	content: "";
	background: var(--yellow);
	display: inline-block;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
}
#businessKinds .txtImgBox .h3Tit span::before{
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
	left: -40px;
}
#businessKinds .txtImgBox .h3Tit span::after{
	clip-path: polygon(0 0, 100% 0, 0 100%);
	right: -40px;
}
#businessKinds .txtImgBox .txts p{
	line-height: 2;
}

#businessKinds .otherWork ul{
 justify-content: center;
}
#businessKinds .otherWork ul li{
	background: var(--gray);
	color: var(--base);
	text-align: center;
}
#businessKinds .otherWork ul li .h4Tit{
	background: var(--bk);
	color: var(--wh);
	display: grid;
 place-content: center;
	margin-bottom: 0;
	text-align: center;
}
#businessKinds li figure{
 margin: 0;
}
#businessKinds li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:266/187;
}
#businessKinds .movieArea .movie{
	background: var(--bk);
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
#businessKinds .movieArea .movie iframe{
	width: 100%;
}

/* =======================================
   job
========================================== */
.jobBox .h3Tit{
	background: var(--bk);
	color: var(--wh);
	letter-spacing: 0.1em;
}
.jobBox .h3Tit .sub{
	background: var(--red2);
	color: var(--white);
	display: block;
 font-size: 80%;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.jobBox .txtImgBox{
	background: none;
	border: none;
}
.jobBox .txtImgBox .imgs figure{
	border-radius: 30px;
	overflow: hidden;
}
.jobBox .txtImgBox .imgs figure:not(:last-of-type){
	margin-bottom: 15px;
}
.jobBox .txtImgBox .txts .h4Tit{
 text-align: center;
 font-weight: 900;
}
.jobBox .txtImgBox .txts p{
	font-weight: 700;
}
.jobBox .txtImgBox .txts figure{
 margin: 30px auto 0;
}
.jobBox .voice{
	display: flex;
	align-items: flex-start;
 border-radius: 20px;
 text-align: center;
}
.jobBox .voice .h4Tit{
	background: var(--bk);
	box-shadow: -3px -3px 0 var(--yellow);
	color: var(--wh);
	display: inline-block;
	font-weight: 700;
	margin: 0;
	position: relative;
}
.jobBox .voice .h4Tit::after{
	content: "";
	background: var(--bk);
	display: inline-block;
  clip-path: polygon(0 0, 80% 0, 100% 100%);
	position: absolute;
}
.jobBox .voice p{
	background: var(--yellow);
	border: 2px solid var(--bk);
	border-radius: 30px;
	line-height: 2;
}

/* =======================================
   story
========================================== */
#storyMv{
 position: relative;
 padding: 0;
}
#storyMv figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
#storyMv h3{
	background: rgba(0,0,0,.5);
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 text-align: right;
 font-weight: 900;
 padding: 30px 5%;
 text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#storyMv h3 span{
 display: block;
}

#storyIntroduction ul li{
	border: 4px solid var(--red2);
	border-radius: 30px;
	padding: 30px;
}
#storyIntroduction ul li figure{
	border-radius: calc(infinity * 1px);
	overflow: hidden;
}
#storyIntroduction li h4 span{
 display: block;
 font-size: 80%;
 font-weight: 500;
 line-height: 1.2;
 background: var(--bk);
	color: var(--wh);
	padding: 4px 8px;
}

.memberBox{
	padding-top: 0;
}
.memberBox .memberTitle{
	background: var(--red3);
}
.memberBox .memberTitle .h3Tit{
	color: var(--wh);
	text-align: left;
}
.memberBox .memberTitle p{
	background: var(--wh);
}
.memberBox .memberTitle figure{
	position: relative;
}
.memberBox .memberTitle figure img{
	height: 100%;
	object-fit: cover;
}
.memberBox .memberTitle figure figcaption{
	background: rgba(0,0,0,.8);
	color: var(--wh);
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
 right: 0;
 font-weight: 700;
}
.memberBox dt{
 background: var(--bk);
 width: 10em;
 padding: 2px 10px 4px;
 color: var(--wh);
 font-weight: 700;
 position: relative;
	z-index: 5;
	text-align: left;
}
.memberBox dd{
	border: 3px solid var(--gray);
 padding: 10px 0 30px;
}
.memberBox .box{
 border-radius: 30px;
 padding: 40px 5%;
}
.memberBox .box ol{
 position: relative;
 }
.memberBox .box ol::before{
	content: "";
	background: none;
	position: absolute;
}
.memberBox .box ol li span{
 display: block;
 background: #fff;
	border-radius: calc(infinity * 1px);
 text-align: center;
 line-height: 1.6;
 padding: 5px;
	position: relative;
}
.memberBox .box ol li:not(:first-child) span::before{
	content: "";
	background: var(--bk);
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
}
/*
#storyGarelly div.cf figure{
 float: left;
}*/




/* =======================================
   diagnosis
========================================== */
#diagnosis #questions{
	background: url("../images/diagnosis_bg.png") no-repeat center center / cover;
}
.question-list > dt > span {
display: block;
	margin: 0 auto 20px;
	font-size: 3rem;
	font-weight: bold;
	position: relative;
}
.question-list > dt > span::after{
	content: "";
	background: var(--yellow) !important;
	display: inline-block;
	width: 3em;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: calc(50% - 1.5em);
}
.analytics-form > dl > dt {
	margin: 0 auto;
	padding: 36px 20px 30px 20px;
	font-size: 2rem;
	width: 100%;
	text-align: center;
	max-width: 715px;
	border-radius: 30px 30px 0 0;
	background: #fff;
	border: 3px solid #231815;
	border-bottom: none;

}
.analytics-form > dl > dd {
	margin: 0 auto 78px;
	text-align:center;
	border-radius: 0 0 30px 30px;
	background: #fff;
	border: 3px solid #231815;
	border-top: none;
	padding: 0 20px 50px 20px;
	width: 100%;
	max-width: 715px;
	position: relative;
}
.analytics-form > dl > dd::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.analytics-form > dl > dd:nth-of-type(1)::after{
	background: url("../images/diagnosis_q_img01.png") no-repeat left top / 100% auto;
}
.analytics-form > dl > dd:nth-of-type(2)::after{
	background: url("../images/diagnosis_q_img02.png") no-repeat left top / 100% auto;
}
.analytics-form > dl > dd:nth-of-type(3)::after{
	background: url("../images/diagnosis_q_img03.png") no-repeat left top / 100% auto;
}
.analytics-form > dl > dd:nth-of-type(4)::after{
	background: url("../images/diagnosis_q_img04.png") no-repeat left top / 100% auto;
}
.analytics-form > dl > dd:nth-of-type(5)::after{
	background: url("../images/diagnosis_q_img05.png") no-repeat left top / 100% auto;
}
.analytics-form > dl > dd:nth-of-type(6)::after{
	background: url("../images/diagnosis_q_img06.png") no-repeat left top / 100% auto;
}
.analytics-form > dl > dd:nth-of-type(7)::after{
	background: url("../images/diagnosis_q_img07.png") no-repeat left top / 100% auto;
}
.analytics-form > dl > dd > ul {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 5;
}
.analytics-form > dl > dd > ul > li {
	display: inline-block;
	min-width: 100px;
}
.analytics-form > dl > dd > ul > li:nth-of-type(1) {
	margin: 0 24px 0 0;
}
.analytics-form > dl > dd.answers:nth-of-type(7) {
	margin-bottom: 70px;
}
.analytics-form > dl > dd.bottom-button {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 620px;
	position: relative;
	z-index: 0;
	background: none;
	border: none
}
/*
.analytics-form > dl > dd.bottom-button::before {
	position: absolute;
	content: "";
	max-width: 617px;
	width: 100%;
	bottom: -10%;
  right: -14px;
	height: 142px;
	margin-top: -10px;
	background: #fff;
	border: 3px solid #1c1c1c;
	border-radius: 2em;
	z-index: -1;
}*/
.question-list .bottom-button {
	margin: 20px auto 0;
}
.question-list .bottom-button input {
	padding: 44px 20px;
	border: 3px solid #282828;
	background: var(--yellow);
	border-radius: .8em;
	width: 100%;
	/* max-width: 620px; */
	cursor: pointer;
	color: var(--bk);
	font-size: 3.6rem;
	font-weight: 600;
	letter-spacing: 0.273em;
	transition: .3s;
}
.question-list .bottom-button:hover input {
	background:#fff;
	color:var(--red);
	transform: translate(12px, 12px);
}
.question-list .bottom-button:hover::before {
	display: none;
	padding-top: 8px;
}

.radio-styled {
	display: none;
}
.radio-styled  + label {
	width: 241px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	/* margin-left: 9px; */
	padding: 18px 10px;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-weight: 400;
	font-size: 2.07rem;
	background: #1c1c1c;
	border-radius: .7em;
	z-index: 0;
	letter-spacing: 0.256em;
}
.answer-choice {
	position: relative;
}
.answer-choice:before {
	position: absolute;
	content: "";
	width: 236px;
	top: 29%;
	left: 6px;
	height: 52px;
	margin-top: -10px;
	background: #fff;
	border: 3px solid #1c1c1c;
	border-radius: 1em;
	z-index: 0;
}

.radio-styled:checked + label {
	border: none;
	background: var(--yellow);
	color: var(--bk);
	font-weight: bold;
	/* margin-top: 6px; */
	/* bottom: 0; */
}
.answer-choice.selected {
	margin-top: 10px !important;
}
.answer-choice.selected::before {
	display: none;
}
/* 点数表示 */
.points span {
    color: #c00b00;
    font-size: 40px;
    font-weight: bold;
}

/* =======================================
   diagnosis　result
========================================== */
#diagnosis #leadArea .h3Tit{
	margin-bottom: 0;
}
#diagnosis #leadArea .score dt{
	color: var(--red2);
	font-weight: 900;
	line-height: 1;
}
#diagnosis #leadArea .score dd{
	color: var(--red2);
	font-weight: 900;
}
#diagnosis #leadArea p{
	background: var(--bk);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	font-weight: 900;
	padding: 10px;
	text-align: center;
}

#diagnosis #recommend .txtImgBox figure{
	border-radius: 30px;
}
#diagnosis #recommend .comment{
	align-items: flex-start;
}
#diagnosis #recommend .comment .txts{
	background: var(--yellow);
	border-radius: 10px;
	position: relative;
}
#diagnosis #recommend .comment .txts::after{
	content: "";
	background: var(--yellow);
	display: inline-block;
  clip-path: polygon(0 0, 80% 0, 100% 100%);
	position: absolute;
}
#diagnosis #recommend .comment .txts h4{
	background: var(--bk);
	color: var(--wh);
	display: inline-block;
	margin-bottom: 10px;
	margin-top: -30px;
	padding: 5px 15px;
}
#diagnosis #recommend .comment figure{
	position: relative;
	z-index: 5;
}

#diagnosis #entry .btnWrap{
	margin-top: 0;
}
#diagnosis #entry .btn{
	background: var(--yellow);
	border-radius: 8px;
	display: grid;
	font-weight: 900;
	width: min(100%, 500px);
}
#diagnosis #entry .btn span{
	font-size: 75%;
	font-weight: 700;
	position: relative;
}
#diagnosis #entry .btn span::before,
#diagnosis #entry .btn span::after{
	content: "";
	background: var(--bk);
	display: inline-block;
	width: 1px;
	position: absolute;
	bottom: 0;
}
#diagnosis #entry .btn span::before{
	transform: rotate(-40deg);
	left: 10px;
}
#diagnosis #entry .btn span::after{
	transform: rotate(40deg);
	right: 10px;
}
#diagnosis #entry .btn:hover{
	background: var(--bk);
	color: var(--wh);
	opacity: 1;
}
#diagnosis #entry .btn:hover span::before,
#diagnosis #entry .btn:hover span::after{
	background: var(--wh);
}

#diagnosis .pageLinks ul{
	flex-wrap: wrap;
}
#diagnosis .pageLinks ul li a{
	font-weight: 900;
}
#diagnosis .pageLinks ul li a span{
	font-weight: 700;
}
#diagnosis .pageLinks ul li a span::before{
	transform: rotate(-40deg);
}
#diagnosis .pageLinks ul li a span::after{
	transform: rotate(40deg);
}

/* =======================================
   faq
========================================== */
#faqArea ul{
 gap:40px 40px;
}



#faqArea ul li{
 width:calc((100% - 40px*2)/3);
}
#faqArea ul li.half{
 width:calc((100% - 40px*1)/2);
}
#faqArea ul li.two-third{
 width:calc((100% - 40px*2)/3 * 2 + 40px);
}
#faqArea ul li.large{
 width:100%;
}
#faqArea ul li h3{
	background: var(--red2);
	border: 4px solid var(--bk);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
	text-align: center;
}
#faqArea ul li h3::before,
#faqArea ul li h3::after{
	content: "";
	display: inline-block;
	position: absolute;
}
#faqArea ul li h3::before{
	background: var(--bk);
	width: 35px;
	height: 20px;
  clip-path: polygon(0 0, 80% 0, 90% 100%);
	bottom: -20px;
	left: calc(50% - 18px);
}

#faqArea ul.flexWrap > li{
	background: var(--wh);
	border-radius: 30px;
	font-weight: 700;
}
#faqArea ul li ul{
display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
#faqArea ul li ul li{
	margin-left: 1em;
	text-indent: -1em;
	width: auto;
}
#faqArea table.charts-css.bar.datasets-spacing-2{
    padding: 0 30px;
}

.charts-css .data{
	font-size: 1.6rem;
    white-space: nowrap;
}

#faqArea .strong{
	font-size: 1.8em;
}
#my-chart.bar {
  height: 200px;
  max-width: 300px;
  margin: 0 auto;
}
#faqArea .charts-css.bar.datasets-spacing-2 tbody tr td{
    padding-block-end: 14px;
    padding-block-start: 14px;
}
#faqArea .charts-css.bar:not(.reverse) tbody tr td {
    justify-content: var(--data-position, flex-start);
	padding:1em !important
}
#faqArea{
    --color-1: #f03232bf;
    --color-2: #ffb432bf;
    --color-3: #ffdc5abf;
    --color-4: #64d250bf;
    --color-5: #5aa5ffbf;
    --color-6: #aa5af0bf;
    --color-7: #b4b4b4bf;
    --color-8: #6e6e6ebf;
    --color-9: #aa966ebf;
    --color-10: #823214bf;
	
}
#faqArea ul.which li{
	margin-left: 0 !important;
    text-indent: 0 !important;
    padding-left: 0.5em !important;
    padding-block-end: 7x;
    padding-block-start: 7px;
	font-size: 1.6rem;
    white-space: nowrap;
}
#faqArea ul.which li:nth-of-type(1){
    background: var(--color, var(--color-1));
}
#faqArea ul.which li:nth-of-type(2){
    background: var(--color, var(--color-2));
}
#faqArea ul.which li:nth-of-type(3){
    background: var(--color, var(--color-3));
}
#faqArea ul.which li:nth-of-type(4){
    background: var(--color, var(--color-4));
}
#faqArea ul.which li:nth-of-type(5){
    background: var(--color, var(--color-5));
}

#faqArea ul.which li.per17{
	width: 17%;	
}
#faqArea ul.which li.per50{
	width: 50%;	
}
#faqArea ul.which li.per67{
	width: 67%;	
}
#faqArea ul.which li.per83{
	width: 83%;	
}



/* =======================================
  road
========================================== */
#roadStep ol > li{
 position: relative;
}
#roadStep ol > li:last-child::after{
	content: "";
 display: block;
 background: var(--yellow);
	width:200px;
	height: 40px;
clip-path: polygon(0 0, 100% 0, 50% 100%);
 position: absolute;
 bottom: -40px;
 left: calc(50% - 100px);
}
#roadStep ol > li .step{
 position: relative;
 background: var(--yellow);
 font-weight: 900;
 text-align: center;
}
#roadStep ol > li + li .step::before,
#roadStep ol > li + li .step::after{
 content: "";
 display: block;
 background: var(--yellow);
clip-path: polygon(0 0, 50% 100%, 100% 0);
 position: absolute;
 bottom: 100%;
 left: 0;
 right: 0;
 margin: auto;
}
#roadStep ol > li + li .step::before{
 background: #fff;
}
#roadStep ol > li .step > p{
	background: var(--bk);
	color: var(--wh);
 font-weight: 900;
 text-align: center;
}
#roadStep ol > li ul li:not(:last-child)::after{
	content: "";
	background: var(--bk);
	border-radius: calc(infinity * 1px);
	display: inline-block;
	width: 4px;
	height: 4px;
	position: absolute;
}
#roadStep ol > li ul li{
	position: relative;
}
.stepTxts{
 border: 4px var(--yellow) solid;
}
.stepTxts h4{
 border-left: 5px solid var(--red2);
 line-height: 1.3;
 padding-left: 15px;
}
.stepTxts .btn{
 flex-flow: column;
 gap:10px 0;
}
.stepTxts .btn span{
 font-size: 60%;
	display: inline-block;
	position: relative;
}
.stepTxts .btn span::before,
.stepTxts .btn span::after{
	content: "";
	background: var(--bk);
	display: inline-block;
	width: 1px;
	position: absolute;
	bottom: 0;
}
.stepTxts .btn span::before{
	transform: rotate(-40deg);
	left: -0.8em;
}
.stepTxts .btn span::after{
	transform: rotate(40deg);
	right: -0.8em;
}

#roadOffer{
 border-radius: 30px;
 border: 4px var(--yellow) solid;
}
#roadOffer .h3Tit{
	background: var(--bk);
	border-radius: 26px 26px 0 0;
	color: var(--wh);
	padding: 10px;
}
#roadOffer p{
	font-weight: 700;
	text-align: center;
}
#roadOffer p+ p{
 margin-top: 1.6em;
}

#roadDay ol > li .day{
 position: relative;
 background: var(--yellow);
 line-height: 1.3;
 font-weight: 900;
 text-align: center;
}
#roadDay ol > li .day span{
	font-size: 150%;
}
#roadDay ol > li > .pcFlex{ 
 border: 4px var(--yellow) solid;
}
#roadDay ol > li > .pcFlex h4{
 border-left: 5px solid var(--red2);
 line-height: 1.3;
 padding-left: 15px;
}
.continued{
	background: var(--bk);
	color: var(--wh);
 font-weight: 900;
 text-align: center;
}

/* =======================================
	entry
========================================== */
#entryLead figure{
 max-width: 795px;
 margin: 0 auto 30px;
}
#entryLead figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:795/370;
}
#entryBenefits ul li{
 display: grid;
 place-content: center;
 border: 1px var(--blue) solid;
 width: calc((100% - 10px)/2);
 height: 80px;
 font-size: 24px;
 font-weight: 700;
 text-align: center;
	background: var(--wh)
}

.tabNav{
 position: relative;
 bottom: -2px;
 gap:0 10px;
 padding-left: 15px;
}
.tabNav li{
 display: grid;
 place-content: center;
 border-radius: 10px 10px 0 0;
 border: 2px var(--yellow) solid;
 background: var(--yellow);
 width: min(30%,300px);
 height: 60px;
 font-size: 20px;
 font-weight: 900;
}
.tabNav li.active{
 background: #fff;
 border-bottom-color: #fff;
}
#entryRecruitment .tabPanelArea{
 border: 2px var(--yellow) solid;
 border-radius: 10px;
 padding: 20px;
}
#entry .pageLinks li{
 height: 100px;
}
#entryLine ol{
 justify-content: space-between;
}
#entryLine ol li{
 position: relative;
 display: grid;
 place-content: center;
 border-radius: 10px;
 border: 2px var(--yellow) solid;
 width: 30%;
 height: 50px;
 font-size: 20px;
}
#entryLine ol li + li::before{
 content: "";
 background-color: var(--yellow);
  width: 16px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
 position: absolute;
 right: 100%;
 top: 0;
 bottom: 0;
 margin: auto 5% auto 0;
}
.btnLine{
 margin-top: 20px;
 margin-bottom: 60px;
}
.btnLine a{
 display: block;
 max-width:320px;
 margin: 0 auto;
}
.btnLine img{
 margin: 0 auto;
}
#entryLine .tel{
 display: flex;
 justify-content: center;
 align-items: center;
 gap:0 20px;
 line-height: 1.4;
	padding: 3em;
	background: #F8F4B9;
	border-radius: 20px
}
#entryLine .tel a{
 display: inline-block;
 background: url("../images/ic_tel.svg") no-repeat left center/50px auto;
 padding:6px 0 6px 55px;
 font-size: 40px;
 font-weight: 900;
 line-height: 1;
}

/* =======================================
	form
========================================== */
#contactForm{
 padding-bottom: 150px;
}
.basicTable .hissu{
	display: inline-block;
 background: var(--yellow);
 color: var(--bk);
	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;
}
.contactPrivacy{
 text-align: center;
}
.formFoot{
 margin:40px 0 0;
}
.formBtn {
  margin-top: 20px;
}
.contactPrivacy a{
 color: var(--blue);
	text-decoration: underline;
}

#mailformpro input.btn{
	border: none;
 margin: 0 auto;
 padding: 1em 36px 1em 22px;
 width: 90%;
 max-width: 410px;
 text-align:center;
 cursor: pointer;
}
#mailformpro .formBtn .confirm input.btn{	
}
/* =======================================
	thanks
========================================== */

#thanks p{
  color: #fff;
  font-size: 1.8rem;
}
/* =======================================
	privacypolicy
========================================== */
#privacyMain .h4Tit{
 margin-top: 40px;
	border-bottom: 1px dotted var(--base);
	padding-bottom: 5px;
}
#privacyMain .h5Tit{
	margin-top: 15px;
	margin-bottom: 5px;
}
#privacyMain .h6Tit{
	margin-top: 15px;
	margin-bottom: 0;
}
#privacyMain .h6Tit:first-of-type{
	margin-top: 0;
}
#privacyMain p{
 margin-bottom: 1em;
 line-height: 1.6;
}
#privacyMain ul{
	margin-top: -0.75em;
}
#privacyMain ul li{
	margin-left: 1em;
	text-indent: -1em;
}