@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: .5em;
  font-size: 1.1rem;}
sub {  vertical-align: text-bottom;}
input,textarea,select,b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input,
* html textarea,
* html select {
  font-size: 100%;
}
textarea.message {
  width: 100%;
  height: 20rem;
}
*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th,td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}
input,select,textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}
input.long,
input.short,
textarea.message {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 5px #CCC inset;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #e3e3e3;
  border-radius: 0.23em;
  background: #fbfbfb;
}
::placeholder {
  font-weight: normal;
}
.hissu {
  padding: 3px 4px 2px 4px;
  color: #bd4e00;
  font-weight: bold;
  font-size: 11px;
}
.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}
.fW500 {  font-weight: 500;}
.fW100 {  font-weight: 100;}
.fW300 {  font-weight: 300;}
.ls0 {  letter-spacing: 0;}
.ls1 {  letter-spacing: 0.1em;}
.ls2 {  letter-spacing: 0.2em;}
.ls4 {  letter-spacing: 0.4em;}
.lh0 {  line-height: 0%;}
.lh100 {  line-height: 100%;}
.lh120 {  line-height: 120%;}
.lh140 {  line-height: 140%;}
.lh160 {  line-height: 160%;}
.lh200 {  line-height: 200%;}
.lh230 {  line-height: 230%;}
.lh240 {  line-height: 240%;}
.lh250 {  line-height: 250%;}
.lh255 {  line-height: 255%;}

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

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

	Structure CSS

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

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

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

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



/*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: #fff;
  color: #222222;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
   font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.75;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
main p,main h2,main dt,main dd{
	letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: #222;
}

a:hover{
  opacity: .7
}


/*フォントファミリー
========================================== */
.en {
}


/*色
========================================== */
:root {
  --base: #1962b4;
  --bk: #000;
  --wh: #fff;
  --red: #FE0000;
  --blue: #1962b4;
 --green:#37a42d;
 --Dgreen:#2b9a21;
  --LBlue: #a3cde7;
  --LGry: #F2F2F2;
 --grd:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
 --bGrd:linear-gradient(to bottom, rgba(25,98,180,1) 0%,rgba(10,83,166,1) 100%);
}

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

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgBlue{ background: var(--base) !important;}
.bgLBlue {  background: var(--LBlue) !important;}
.bgLGry {  background: var(--LGry) !important;}
.bgW{  background: #fff !important;}

.bgDiagonalL,
.bgDiagonalR{
 position: relative;
 padding-top: 140px;
 z-index: 0;
}
.bgDiagonalL::before,
.bgDiagonalR::before{
 content: "";
 display: block;
 background: var(--LBlue);
 width: 100%;
 height: 148px;
 clip-path: polygon(0 0, 0 100%, 100% 0); 
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
}
.bgDiagonalR::before{
 clip-path: polygon(0 0, 100% 100%, 100% 0);
}

/*ボタン
========================================== */
.btnWrap{
  text-align: center;
}
.btn{
	background: var(--bGrd);
	border-radius: calc(infinity * 1px);
 color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
 position: relative;
	padding:14px 21px 18px 25px;
 min-height: 60px;
	font-weight: 500;
 line-height: 1.4;
}
.btn::after{ 
	content: "";
	display: block;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	width: 8px;
	height: 8px;
 margin-left: 32px;
 margin-bottom: -3px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn.grd{
	background: var(--grd);
 color: var(--base);
}
.btn.grd::after{
 border-color: var(--base);
}
.btn.bd{
 border: 2px var(--base) solid;
 background: none;
 color: var(--blue); 
}
.btn.inline{
 display: inline-flex;
 width: auto !important;
}
.btn.inline::after{
 margin-left: 12px;
}

.btnWrap .btn{
	margin: 0 auto;
}

.btn:hover{
  opacity: 0.7;
}

.txtLink{
 position: relative;
 display: inline-flex;
 padding-right: 30px;
 color: var(--blue);
}
.txtLink::before,
.txtLink::after{
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 margin: auto;
}
.txtLink::before{
 border-radius: 50%;
 width: 24px;
 height: 24px;
 background: var(--grd);
}
.txtLink::after{
	border-top: 2px var(--base) solid;
	border-right: 2px var(--base) solid;
	width:6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 transform-origin: center center;
 right: 9px;
}
.txtLink:hover{
 text-decoration: underline;
}

/*装飾
========================================== */
.line{
	display: inline;
    background: linear-gradient(transparent 86%, var(--red) 86%);
}
.icWindow::after{
 content: "";
 display: inline-block;
 background: url("../images/ic_window.svg") no-repeat left top/100% auto;
 width: 15px;
 height: 15px;
 margin-left: 8px;
 vertical-align: -0.05em;
}

.btnLike{
	display: grid;
	place-content: center;
	width: min(100%,389px);
	margin: 0 auto;
	padding: 0.5em 1.5em;
	border-radius: calc(infinity * 1px);
}
.btnLike span{
	text-align: center;
}
.btnLike.bgBlue{
	color: #fff;	
}

.baloon{
	position: relative;
	z-index: 1;
}
.baloon::after{
	position: absolute;
	top: calc(100% - 5px);
	left: 50%;
    transform: translateX(-50%);
	content: "";
	display: block;
	width: 34px;
	height: 18px;
	background: url("../images/bg_baloon_blue.svg") no-repeat center / 100%;
	z-index: 0;
}

/*タイトル
========================================== */
.h2Tit {
  color: var(--base);
  margin-bottom: 20px;
	font-weight: 800;
	letter-spacing: 0.04em;
	vertical-align: middle;
}
.h2Tit > span{
  display: inline-block;
  margin-left: 1em;
  font-size: 0.5em;
  font-weight: 500;
  vertical-align: middle;
}
.h2TitEn{
 color: var(--base);
 font-size: 15px;
 line-height: 1.4;
}
.h2TitEn span{
 display: block;
 font-size: 48px;
	font-style: normal;
}

.imgTit{
	margin-top: 14px;
	font-weight: 900;
	vertical-align: middle;
	color: var(--base);
}
.imgTit img{
	display: inline-block;
    margin-top: calc(-12px - 0.3em);
    margin-right: 0.3em;
	vertical-align: middle;
}
/* .h3Tit > span{
	border-bottom: 3px solid var(--blue);
	display: inline-block;
	padding: 0 0.25em 5px;
}
.h3Tit.white > span{
	border-bottom: 3px solid var(--wh);
} */

/* box
========================================== */


/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
	padding: 10px;
}
#breadcrumb ul{
	width: 1000px;
	margin: 0 auto;
}
#breadcrumb li{
	display: inline-block;
	font-size: 12px;
	color: #636b73
}
#breadcrumb li a{
	color: #636b73
}
#breadcrumb li a:after{
	content: '>';
	padding-left: 5px
}


/* =======================================
  ページャー
========================================== */


main .pageNavi {
  margin: 3em 0 0;
 text-align: center;
}
main .pageNavi > * { 
   display: inline-block;
   margin: 0 5px;
}
main .pageNavi > *:first-child {
   margin-left: 0;
}
main .pageNavi span.current,
main .pageNavi a:not(.prev):not(.next) {
   border-radius: 3px;
   color: #FFFFFF;
   padding: 9px 16px;
}
main .pageNavi span.current {
   background-color: #9fd6fd;
   color: var(--bk);
}
main .pageNavi a:not(.prev):not(.next) {
   background: var(--base);
}
main .pageNavi a:not(.prev):not(.next):hover {
   background-color: var(--LBlue);
   color: var(--bk);
   opacity: 0.8;
   transition-duration: 500ms;
   transition-property: all;
   transition-timing-function: ease;
}
main .pageNavi .page-numbers.dots,
main .pageNavi a.prev,
main .pageNavi a.next {
font-weight: bold;
  background: var(--green2);
  padding: 5px;
  color: #fff;
  border-radius: 5px;
}
main .pageNavi a.prev:hover,
main .pageNavi a.next:hover {
 color: #9fd6fd;
}


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

/*		pagenation
-----------------------------*/
main .pagenation {
   margin: 2em auto 0;
	text-align: center;
}
main .pagenation li { 
    display: inline-block;
    margin: 0 5px;
}
main .pagenation li:first-child {
    margin-left: 0;
}
main .pagenation li span.current,
main .pagenation li a:not(.prev):not(.next) {
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 9px 16px;
}
main .pagenation li span.current {
    background-color: var(--blue);
		color: var(--wh) !important;
}
main .pagenation li a:not(.prev):not(.next) {
    background: var(--blue);
}
main .pagenation li a:not(.prev):not(.next):hover {
    background-color: rgba(23,42,136,.8);
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
main .pagenation li .page-numbers.dots,
main .pagenation li a.prev,
main .pagenation li a.next {
	color: var(--blue);
	font-weight: bold;
}
main .pagenation li a.prev:hover,
main .pagenation li a.next:hover {
	color: rgba(23,42,136,.8);
}

/* =======================================
  タブ
========================================== */
.btnTab a{
 position: relative;
	display: grid;
	align-items: center;
	justify-content: center;
	border-radius: 10px 10px 0 0;
 border: 1px var(--blue) solid;
	background: var(--grd);
	padding: 5px;
	color: var(--blue);
	font-weight: 500;
	letter-spacing: 0.12em;
}
.btnTab.current a{
	background: var(--bGrd);
 color: var(--wh);
}
.btnTab a::after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url("../images/ic_arrow_blue.svg") no-repeat left top / contain;
}
.btnTab.current a::after{
	background: url("../images/ic_arrow_white.svg") no-repeat left top / contain;
}

/* =======================================
	header
========================================== */
header {
	position:fixed;
	background: var(--wh);
 left: 0;
	top:0;
	z-index: 100;
}
header #logo a{
  font-size : 0;
}
header #logo a img{
  max-width: 100%;
  max-height: 100%;
}


/* =======================================
	footContact
========================================== */
#footContact{
 padding-bottom: 108px;
}
#footContact h2{
 margin-bottom: 34px;
 color: var(--blue);
 font-size: 48px;
	text-align: center;
}
#footContact h2 + p{
 font-size: 24px;
 text-align: center;
}
.contactBox{
 border: 1px #5a9900 solid;
 box-shadow: 0 0 10px rgba(0,0,0,.1);
 max-width: 777px;
 padding: 30px 0;
 margin: 27px auto 40px;
}
.contactBox li{
 text-align: center;
}
.contactBox li a{
 display: block;
 padding: 10px 0 0;
 color: var(--Dgreen);
 font-size: 40px;
 font-weight: 500;
 line-height: 1.1;
 letter-spacing: 0;
 text-align: center;
}
.contactBox li.mail a{
 padding: 20px 0;
 font-size: 23px;
}
.contactBox li span{
 display: block;
 padding-left: 60px;
 font-size: 1.4rem;
 margin-top: -5px;
}
.contactBox li.tel a::before{
 content: "";
 display: inline-block;
 background: url("../images/ic_tel.svg") no-repeat left top/100% auto;
 width: 48px;
 height: 48px;
 margin-right: 12px;
 vertical-align: -0.2em;
}
.contactBox li.mail a::before{
 content: "";
 display: inline-block;
 border-radius: 50%;
 background: url("../images/ic_mail.svg") no-repeat center/26px auto var(--green);
 width: 48px;
 height: 48px;
 margin-right: 12px;
 vertical-align: -0.7em;
}
#footContact .mail .btn::after{
 display: none;
}
#footContact .mail .btn::before{
 content: "";
 display: block;
 background: url("../images/ic_mail_blue.svg") no-repeat left top/100% auto;
 width: 48px;
 height: 48px;
 margin-right: 0.6em;
}

/* =======================================
	footer
========================================== */
footer{
  position: relative;
 background: #eeeeee;
}
#footerLogo{
 width: 240px;
 line-height: 0;
}

footer .address{
 margin-top: 30px;
	line-height: 1.75;
}
.footerBox .footerLeft dl{
 margin-top: 110px;
 margin-bottom: 70px;
}
.footerLeft dl dt{
 border-bottom: 1px #222 solid;
 max-width: 304px;
 padding: 0 0 0 .5em;
 margin-bottom: 2px;
 font-size: 1.4rem;
 font-weight: bold;
}
.footerLeft dl dd{
 padding-left: .5em;
}

.footerNavi > li{
 line-height: 1.6;
}
.footerNavi > li > a{
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--base);
}

.footerNavi li ul{
 margin-top: .5em;
}
.footerNavi > li li a{
	font-size: 1.4rem;
 line-height: 1.4;
}
.footerNavi > li li a::before{
 content: "-";
	display: inline-block;
 margin-right: 1em;
 vertical-align: 0.1em;
}
.footerNavi li a:hover {
  opacity: 0.6;
}
footer .copy{
	background: #222222;
	text-align: center;
	color: #fff;
 line-height: 40px;
}

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


/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.pgs .mainTitle{
 position: relative;
	background: var(--base);
	border-top: 1px solid var(--wh);
	border-bottom: 1px solid #5E5E5E;
	color: var(--wh);
	display: grid;
	justify-content: center;
	align-items: center;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
  background-color: #000;
}
.pgs .mainTitle::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
}
.pgs .mainTitle h2{
	position: relative;
	z-index: 2;
 text-align: center;
}
.pgs .mainTitle h2 span{
 display: block;
 font-size: 2rem;
}

/*-- title --*/
.pgs .h3Tit{
	color: var(--base);
	font-weight: 800;
	line-height: 1.6em;
	text-align: center;
}
.pgs .h4Tit{
	color: var(--blue);
	font-weight: 400;
	line-height: 1.6em;
	text-align: center;
}

/*-- table --*/
.pgs .basicTable {
	background: var(--wh);
	border: 1px solid var(--base);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.pgs .basicTable >dt{
	background: var(--base);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	display: flex;
	font-weight: 700;
	align-items: center;
}
.pgs .basicTable >dd{
	border-bottom: 1px solid var(--base);
	display: grid;
	align-items: center;
}

/*-- txt-img box --*/
.pgs .contImgBox.bdr{
	background: #fff;
  border: 1px solid #5E5E5E;
}

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


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

/*----*/
.leadTxt{
	letter-spacing: 0.179em;
}


/* =======================================
	top
========================================== */

#top section h2{
 color: var(--base);
 font-size: 48px;
 text-align: center;
 line-height: 1.2;
}

/*		#mv
-----------------------------*/
#mv{
	position: relative;
 overflow: hidden;
	z-index: 1;
}
#mvSlider{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
#mvSlider *{
 height: 100%;
}
#mvSlider figure{
 height: 100%;
}
#mvSlider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mvItems{
 display: flex;
 justify-content: flex-start;
 align-items: center;
 height: 585px;
}
.mvTitle{
 color: #fff;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.45em;
 text-shadow: 8px 8px 10px rgba(32,56, 84,.68);
 text-align: left;

background: rgb(92,175,235);
background: linear-gradient(90deg, rgba(92,175,235,0) 0%, rgba(92,175,235,0.4) 16%, rgba(92,175,235,0.4) 81%, rgba(92,175,235,0) 100%); 
  padding-bottom: 20px
}

#topNews{
 position: relative;
 background: rgba(12,82,166,.74);
}
#topNews dl{
}
#topNews dt{
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(255,255,255,.23);
 width: 270px;
 color: #fff;
 font-size: 30px;
 font-weight: 700;
}
#topNews dd{
 padding: 25px 25px;
}
#topNews dd li *{
 color: #fff;
}
#topNews dd li,
#topNews dd li a{
 display: flex;
}
#topNews dd li + li{
 border-top: 1px #fff dotted;
 padding-top: 10px;
 margin-top: 10px;
}
#topNews dd li .date{
 width: 90px;
}
#topNews dd li .txt{
 width: calc(100% - 90px);
 padding-left: 1em;
}

#topNews dd.btnWrap .btn{
 padding: 11px 12px 11px 12px;
 min-height: 45px;
 font-size: 16px;
 font-weight: 700;
}
#topNews dd.btnWrap .btn::after{
 width: 6px;
 height: 6px;
}

/*		#topAboutus
-----------------------------*/
#topAboutus{
 padding-bottom: 55px;
}
#topAboutus::after{
 content: "";
 display: block;
 background: var(--LBlue);
 width: 100%;
 height: 400px;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: -1;
}
#topAboutus h2{
 margin-bottom: 40px;
}
#topAboutus h3{
 margin-bottom: 40px;
 text-align: center;
 font-size: 41px;
 line-height: 1.2;
}
#topAboutus p{
 text-align: center;
 font-size: 24px;
 line-height: 2;
}
#topAboutus .btnWrap{
 margin-top: 40px;
}

#topAboutus ul{
 margin-top: 55px;
}
#topAboutus ul li{
 width: 100%;
 background: url("../images/top_about_img01.jpg") no-repeat center/cover;
}
#topAboutus ul li a{
 position: relative;
 display: flex;
 flex-flow: column;
 justify-content: center;
 align-items: center;
 height: 500px;
 padding-bottom: 100px;
}
#topAboutus ul li a::before,
#topAboutus ul li a::after{
 content: "";
 display: block;
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
}
#topAboutus ul li a::before{
 border-radius: 50%;
 width: 41px;
 height: 41px;
 background: var(--grd);
 bottom: 90px;
}
#topAboutus ul li a::after{
	border-top: 2px var(--base) solid;
	border-right: 2px var(--base) solid;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 transform-origin: right top;
 bottom: 100px;
}
#topAboutus ul li:nth-of-type(2){
 background: url("../images/top_about_img02.jpg") no-repeat center/cover;}
#topAboutus ul li:nth-of-type(3){
 background: url("../images/top_about_img03.jpg") no-repeat center/cover;
}
#topAboutus ul li h3{
 color: #fff;
 font-size: 48px;
 margin-bottom: 75px;
}
#topAboutus ul li p{
 max-width: 220px;
 color: #fff;
 font-size: 16px;
 text-align: left;
}

/*		#topCompany
-----------------------------*/
#topCompany{
 background: url("../images/top_company_bg.jpg") no-repeat center bottom/100% auto;
}
#topCompany h2{
 margin-bottom: 30px;
}
#topCompany p{
 text-align: center;
 font-size: 24px;
 line-height: 2;
}
#topCompany ul{
 max-width: 573px;
 margin: 45px auto 0;
}
#topCompany ul li {
 border-bottom: 1px #fff solid;
}
#topCompany ul li a{
 position: relative;
 display: block;
 padding: 15px 0;
 font-size: 24px;
 font-weight: 500;
 color: var(--base);
 line-height: 1.1;
}
#topCompany ul li a::before,
#topCompany ul li a::after{
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
}
#topCompany ul li a::before{
 border-radius: 50%;
 width: 41px;
 height: 41px;
 background: var(--grd);
 right: 5px;
}
#topCompany ul li a::after{
	border-top: 2px var(--base) solid;
	border-right: 2px var(--base) solid;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 right: 22px;
}

#topCompany .btnWrap{
 margin-top: 55px;
}
#topCompany .btnWrap a{
 display: inline-block;
}


/*		#topRecruit
-----------------------------*/
#topRecruit{
 background: url("../images/top_recruit_bg.jpg") no-repeat right top/auto 100%;
}
#top #topRecruit h2{
 margin-bottom: 45px;
}
#topRecruit h3{
 max-width: 610px;
 margin-bottom: 20px;
 text-align: left;
 font-size: 42px;
 line-height: 1.4;
}
#topRecruit p{
 max-width: 610px;
 font-size: 24px;
 line-height: 2;
}
#topRecruit ul{
 margin-top: 70px;
  justify-content: center;
}


/* =======================================
	greeting
========================================== */
#greeting .mainTitle::before{
  background-image: url("../images/greeting_title.jpg");
 }

#greetingMessage .leadTxt{
 text-align: left;
}
#greetingPolicy h3:not(:first-of-type){
 margin-top: 100px;
}
#greetingPolicy{
 text-align: center;
}
#greetingPolicy ul{
 display: inline-block;
}
#greetingPolicy ul li{
 text-align: left;
 line-height: 1.5;
 margin-bottom: 10px;
}
#greetingPolicy ul li::before{
 content: "•";
 color: var(--base);
 margin-right: 0.5em;
}




/* =======================================
	company
========================================== */
#company .mainTitle::before{
 background-image: url("../images/company_title.jpg");
}
#companyOverview .basicTable dd dt{
 margin-bottom: 5px;
}
#companyOverview .basicTable dd dd + dt{
 margin-top: 20px;
}
#companyGroup h4{
 margin-bottom: 10px;
 font-size: 2rem;
}
#companyLicense h4:not(:first-of-type){
 margin-top: 50px;
}
#companyGroup .groupBox:not(:first-of-type){
border-top: 1px dotted #666;
}
#companyAccess .map{
 margin: 50px 0 0;
 border: none;
}

/* =======================================
history
========================================== */
#history .mainTitle::before{
 background-image: url("../images/history_title.jpg");
}
#historyCont .imgsWrap{
 margin-top: 10px;
}
#historyCont .imgsWrap figure + figure{
 margin-left: 10px;
}
/* =======================================
	esg
========================================== */
#esg .mainTitle::before{
 background-image: url("../images/esg_title.jpg");
}

#esgLead .leadTxt{
 border-top:2px var(--base) solid;
 border-bottom:2px var(--base) solid;
 padding:50px 0;
}
#esgLead .contImgBox .img ul {
 flex-flow: row wrap;
 justify-content: center;
 gap: 10px;
 margin-top: 20px;
}
#esgLead .contImgBox .img ul li{
 width: 34%;
 max-width: 150px;
}
/* #esgLead .contImgBox + .contImgBox{
 margin-top: 50px;
} */
#esgCase{}
#esgCase .esgCaseBox + .esgCaseBox{
 margin-top: 60px
}
#esgLead .contImgBox.bgLGry .img{
	background: var(--wh);
	padding: 10px;
}
#esgLead .contImgBox.bgLGry .img img{
	margin-left: auto;
	margin-right: auto;
}
.esgCaseTit{
	background: var(--wh);
 justify-content: space-between;
 align-items: center;
 padding: 10px;
}
.esgCaseTit h3{
	color: var(--blue);
 font-size: 3.2rem;
 line-height: 1.5;
}
.esgCaseTit h3 .num{
	border: 2px solid var(--blue);
	border-radius: 5px;
 display: inline-block;
 line-height: 1;
}
.esgCaseTit .img{
 width: 110px;
}
.esgCaseBox:not(:last-of-type){
	border-bottom: 1px dotted var(--wh);
}
.esgCaseBox .contImgBox .txts{
	color: var(--wh);
}
.esgCaseBox .contImgBox {
	align-items: flex-start !important;
 padding-left: 0;
 padding-right: 0;
}
.esgCaseBox .contImgBox .img{
 flex-flow: row wrap;
 justify-content: space-between;
 gap:20px 0;
}
.esgCaseBox .contImgBox .img figure{
 width: 48%;
}
.esgCaseBox .contImgBox .img figcaption{
	color: var(--wh);
	margin-top: 5px;
	text-align: center;
}

#esgFuture{}
#esgFuture ul li{
 border-radius: 20px;
 border: 1px var(--Dgreen) solid;
 padding: 15px 3% 25px;
}
#esgFuture ul li h4{
 display: flex;
 align-items: center;
 margin-bottom: 10px;
 font-size: 2.8rem;
 line-height: 1.4;
}
#esgFuture ul li h4 .num{
	color: var(--Dgreen);
 font-size: 5rem;
 border-bottom: 2px solid var(--Dgreen);
}

/* =======================================
	strength
========================================== */
#strength .mainTitle::before{
 background-image: url("../images/strengths_title.jpg");
}
.strengthsCaseBox{
	border-bottom: 1px dotted var(--base);
}
.strengthsCaseBox h3{
 display: flex;
 align-items: stretch;
 letter-spacing: 0.1em;
 margin-bottom: 20px;
}
.strengthsCaseBox h3 .num{
	display: flex;
	align-items: center;
 color: var(--base);
 line-height: 1;
}
.strengthsCaseBox h3 .num + span{
	border-left: 5px solid var(--LGry);
	display: flex;
	align-items: center;
}
.strengthsCaseBox h4{
border: 1px solid var(--base);
border-radius: 6px;
 margin-bottom: 10px;
 padding: 5px 15px;
 color: var(--blue);
 text-align: center;
}
.linkBtnBox{
 justify-content: center;
 align-items: center;
 margin: 60px auto 0;
  border: 3px solid var(--blue);
  border-radius: 20px;
  background: #fff;
 
  
}
.linkBtnBox dt{
 font-size: 20px;
 text-align: center;
  background: var(--blue);
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.linkBtnBox dt::before,
.linkBtnBox dt::after {
  width: 1px;
  height: 3em;
  content: "";
  background-color: #fff;
}

.linkBtnBox dt::before {
  margin-right: 1em;
  transform: rotate(-30deg);
}

.linkBtnBox dt::after {
  margin-left: .5em;
  transform: rotate(30deg);
}




#strengthsCase03 ul li{
	background: #eff9ff;
 position: relative;
 padding: 20px;
}
#strengthsCase03 ul li + li::before{
 content: "";
 display: block;
 background: var(--base);
 clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
 width: 50px;
 height: 50px;
 position: absolute;
}
#strengthsCase03 ul li h4,
#strengthsCase03 .contribution h4{
	background: var(--wh);
 text-align: center;
}
#strengthsCase03 .contribution{
 position: relative;
 /* max-width: 800px; */
 margin: 100px auto 0;
 
}
#strengthsCase03 .contribution::before,
#strengthsCase03 .contribution::after{
 content: "";
 display: block;
 background: var(--base);
 border-radius: 50%;
 width: 60px;
 height: 60px;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 100%;
 margin: auto auto 20px;
}
#strengthsCase03 .contribution::after{
 border-radius: 0;
 background: #fff;
	width:30px;
	height:26px;
 clip-path: polygon(0 0, 50% 100%, 100% 0);
 margin-bottom: 33px;
}
#strengthsCase03 .contribution p{
 font-size: 2rem;
}

.strengthsCaseBox .img.flex{
 flex-flow: row wrap;
 justify-content: space-between;
 gap:20px 0;
}
.strengthsCaseBox .img.flex figure{
 max-width: 180px;
 width: 48%;
 font-size: 14px;
}
.strengthsCaseBox .img.flex figcaption{
	margin-top: 5px;
	text-align: center;
}


/* =======================================
	facilities
========================================== */
#facilities .mainTitle::before{
 background-image: url("../images/facilities_title.jpg");
}
.facilitiesBox + .facilitiesBox{
 margin-top: 30px;
}
.facilitiesBox figcaption{
 margin-bottom: 10px;
 font-size: 14px;
 text-align: center;
}
.facilitiesBox .img.flex{
 gap:0 10px;
}
.facilitiesBox h4{
 margin-bottom: 10px;
 color: var(--blue);
 font-size: 18px;
}


/* =======================================
	service
========================================== */
#service .mainTitle::before{
 background-image: url("../images/service_title.jpg");
}
.serviceBox .contImgBox{
	position: relative;
}
.serviceBox .contImgBox::before,
.serviceBox .contImgBox::after{
	content: "";
 display: block;
 background-image: linear-gradient(180deg, rgba(163, 205, 231, 1) 10%, rgba(235, 247, 255, 1));
  position: absolute;
 z-index: -1;
}
.serviceBox .contImgBox::before{
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.serviceBox .contImgBox::after{
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.serviceBox .contImgBox .h4Tit span{
	font-size: 150%;
}
/* =======================================
	service / compensation/research /surveying
========================================== */
#surveying .mainTitle::before{
 background-image: url("../images/surveying_title.jpg");
}
#research .mainTitle::before{
 background-image: url("../images/research_title.jpg");
}
#compensation .mainTitle::before{
 background-image: url("../images/compensation_title.jpg");
}
#servicePoint{
	padding-top: 0;
}
.servicePointTit{
 position: relative;
 display: flex;
 align-items: center;
 min-height: 200px;
 margin-bottom: 50px;
 background-color: #f1f1f1;
}
.servicePointTit::before{
 content: "";
 display: block;
 background: linear-gradient(to right, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
#surveying .servicePointTit{
 background: url("../images/surveying_lead_img.jpg") no-repeat center/cover;
}
#research .servicePointTit{
 background: url("../images/research_lead_img.jpg") no-repeat center/cover;
}
#compensation .servicePointTit{
 background: url("../images/compensation_lead_img.jpg") no-repeat center/cover;
}
.servicePointTit h3{
 position: relative;
	color: var(--bk);
 font-size: 3rem;
 text-shadow: 0 1px 4px var(--wh);
}
#compensation .servicePointTit h3{
	color: var(--bk);
	text-shadow: 0 1px 4px var(--wh),0 1px 4px var(--wh),0 1px 4px var(--wh),0 1px 4px var(--wh);
}
#servicePoint .leadTxt{
 text-align: left;
}
.servicePointBox{
 margin-top: 60px;
 position: relative;
}
.servicePointBox::before,
.servicePointBox::after{
content: "";
 display: block;
 background-image: linear-gradient(180deg, rgba(235, 247, 255, 1) 10%, rgba(163, 205, 231, 1));
  position: absolute;
 z-index: -1;
}
.servicePointBox::before{
	 clip-path: polygon(0 0, 100% 100%, 100% 0); 
}
.servicePointBox::after{
	 clip-path: polygon(0 0, 0 100%, 100% 100%); 
}
.servicePointBox h4{
 display: flex;
 align-items: center;
 margin-bottom: 20px;
 font-size: 3rem;
}
.servicePointBox h4 .num{
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 background: var(--grd);
 width: 150px;
 height: 150px;
 margin-right: 40px;
 font-size: 2.8rem;
 color: var(--blue);
}

#serviceResult .flexWrap{
 
 
}
#serviceResult .flexWrap li{
	border-radius: 100%;
  font-weight: bold;
  color: #fff;
  background: rgb(55,164,45);
  background: radial-gradient(circle, rgba(34,191,20,1) 0%, rgba(43,154,33,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

/* =======================================
	case
========================================== */
#case .mainTitle::before{
 background-image: url("../images/case_title.jpg");
}
#tabArea{
 margin-top: 100px;
}
.tabBtn{
 position: relative;
	margin-bottom:50px;
 gap:10px;
}
.tabBtn::after{
 content: "";
 display: block;
 background: var(--blue);
 width: 100%;
 height: 1px;
 position: absolute;
 bottom: 0;
 left: 0;
}
/*#tabArea*/
#tabArea .tabConts{
	height:auto !important;
}
#tabArea .tabConts > section{
  position: relative;
  top: 0;
  left: 0;
	opacity: 0;
  display: none;
	transition: .5s;
 padding: 0;
}
#tabArea .tabConts > section.current{
opacity: 1;
  display: block;
}
/*.tabContBox*/
.tabContBox .lead{
	margin-bottom: 2em;
	text-align: center;
}
#tabArea h3.h3Tit{
  margin-top: min(9vw, 100px);
}
#tabArea h3.h3Tit span{
  background: var(--base);
  padding: 0.2em 2em;
  color: #fff;
}
#tabArea .caseTableWrap{
  max-width: 1000px;
  margin: auto;
}
#tabArea .caseTableWrap + h3{
 margin-top: min(14vw, 160px);
}
#tabArea .tabContBox h4{
 margin-bottom: 20px;
 text-align: left;
}
#tabArea .caseTableWrap h4:not(:first-child){
 margin-top: 30px;
}
.caseTable {
 width: 100%; 
 table-layout: fixed;
  
}
.caseTable th,.caseTable td{
 border-bottom: 1px var(--blue) solid;
 padding: 10px 5px 10px 5px;
}
.caseTable thead th{
 border-right: 1px #fff dotted;
 background: var(--blue);
 color: #fff;
    font-weight: 700;
 text-align: center;
}
.caseTable tr:nth-child(even) td {	
  background: #dfecf3;
}
.caseTable tr:nth-child(odd) td {	
  background: #fff;
}
.caseTable td{
 border-right: 1px var(--blue) dotted;
}
.caseTable tr td:last-child{
 border-right: none;
}

  .scrollWrap .caseTable .year{
    width: 6.4em;
  }
  .scrollWrap .caseTable .institution{
    width: 6.4em;
  }
  .scrollWrap .tableBase .businessContent{}
  .scrollWrap .caseTable .place{
    width: 5em;
  }
  .scrollWrap .caseTable .term{
    width: 9em;
  }

/* =======================================
	recruit
========================================== */
#recruit .mainTitle:before {
  background-image: url(../images/recruit_title.jpg);
}
#recruitLead {
   background-image: url(../images/bg_recruitLead.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.recruitLeadTxt {}
.recruitLeadImgs {}
.recruitLeadLinks {}
.linkBox a{
    position: relative;
    display: block;
    background: var(--base);
    color: #fff;
}
.linkBox a:hover{
    opacity: 0.7;
}

.linkBox a::before,
.linkBox a::after{
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
}
.linkBox a::before{
 border-radius: 50%;
 width: 41px;
 height: 41px;
 background: var(--grd);
 right: 10px;
}
.linkBox a::after{
	border-top: 2px var(--base) solid;
	border-right: 2px var(--base) solid;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 right: 27px;
}
body:not(#top) section .linkBox h4{
    display: flex;
    align-items: center;
    gap: 0 1em;
    font-size: 18px;
    text-align: center;
}
body:not(#top) section .linkBox h4::before,
body:not(#top) section .linkBox h4::after {
    content: "";
    width: calc(100%);
    height: 1px;
    display: block;
    background: #fff;
    flex: 1;
}
.linkBox a figure{
    margin-top: 10px;
    text-align: center;
}
.linkBox a img{
    margin: 0 auto;
}
body:not(#top) section .linkBox p{
    height: 99px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: grid;
    place-content: center;
}
.linkBoxInner{  
}
.contactInfo{
    background: #fff;
    border: 2px solid var(--base);
    text-align: center;
}

/* =======================================
	news
========================================== */
#news .mainTitle::before{
 background-image: url("../images/news_title.jpg");
}
/*	一覧
-----------------------------*/
.newsBox{
	border-bottom: 1px solid var(--blue);
}
.newsBox > a{
 position: relative;
  display: block;
 padding-right: 50px;
}
.newsBox > a::before,
.newsBox > a::after{
 
}
.newsBox .newsInfo{
	position: relative;
 margin-bottom: 10px !important;
}
.newsBox .newsInfo .date{
	font-size: 1.4rem;
	font-weight: 400;
}
.newsBox .newsInfo .title{
 font-size: 1.8rem;
	font-weight: 700;
}
.newsBox p:not(.newsInfo){
}
.newsBox .pcFlex figure img{
  margin: auto;
  width: 100%;
  height: auto;
}
.newsBox .pcFlex .txt{
  position: relative;
  flex: 1;
  padding-bottom: 3em;
}

/*		single
-----------------------------*/
#newsDetail h3{
 border-bottom: 2px var(--blue) solid;
 padding-bottom: 5px;
 text-align: left;
}

.newsInfo{
 text-align: right;
}
#newsDetail figure{
 margin-bottom: 50px;
 text-align: center;
}
#newsDetail .txts{
}
#newsDetail .btnWrap{
 margin-top: 50px;
}

.pager {
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 90%;
}

.pager a {
  position: relative;
  display: inline-block;
  background: var(--base);
  width: 100%;
  max-width: 200px;
  border-radius: 3px;
  padding: 12px 0;
  color:#fff;
  text-align: center;
  margin: 0 30px;
}
.pager a::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: var(--base);
}
.pager a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: calc(50% - 3px);
}
.pager a.pagerPrev {
  padding-left: 30px;
}
.pager a.pagerPrev::before {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.pager a.pagerPrev::after {
  left: 10px;
  transform: rotate(-135deg) translate(-2px);
}
.pager a.pagerNext {
  padding-right: 30px;
}
.pager a.pagerNext::before {
  right: 0;
  border-radius: 0 3px 3px 0;
}
.pager a.pagerNext::after {
  right: 10px;
  transform: rotate(45deg) translate(-2px);
}

/* =======================================
	contact
========================================== */
#contact .mainTitle::before,
#thanks .mainTitle::before{
 background-image: url("../images/contact_title.jpg");
}


/* =======================================
	form
========================================== */
.tb_cont{
	border-top: 1px solid var(--base);
	border-right: 1px solid var(--base);
	border-left: 1px solid var(--base);
	width: 100%;
}
.tb_cont th{
	background: var(--base);
	color: var(--wh);
	vertical-align: middle;
}
.tb_cont td{
	background: var(--wh);
	vertical-align: middle;
}
.tb_cont td p{
	margin-bottom: 10px !important;
}
.tb_cont .hissu{
	display: inline-block;
	background: var(--wh);
	border: 1px solid #fd0100;
 color: #fd0100;
	border-radius: 3px;
	line-height: 1;
	margin-left: 0.5em;
}
.tb_cont .nini{
 float: none;
	display: inline-block;
	border-radius: 3px;
	line-height: 1;
	margin-left: 0.5em;
}
.tb_cont .zipBtn{
	background: var(--blue);
	border-radius: 5px;
	color: var(--wh);
}
.confirm a{
	text-decoration: underline;
}
#mailformpro input.btn{
	border: none;
}
#contact02 .zip{
 width: calc(80% - 1.5em);
 margin-left: 0.5em;
}
.inlinefrm{
 overflow-y: scroll;
 padding: 10px;
 height: 200px;
}
.footForm{
 margin:40px 0 0;
}
/* =======================================
	privacypolicy
========================================== */
#privacy main ol li{
 margin-bottom: 20px;
}
