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

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

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

	Structure CSS

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

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

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

.rela {  position: relative;}

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

	margin / padding

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

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

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

.visibilityHidden {
  visibility: hidden;
}

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


/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
  color: #261e1d;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.2;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
p,dt,dd,li,td,th,div{
 line-height: 2.125em;
 letter-spacing: 0.05em;
}
h1,h2,h3,h4,h5,h6{
 font-weight: 700;
 letter-spacing: 0.05em;
}

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


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

/*色
========================================== */
:root {
  --base: #261e1d;
  --bk: #000;
  --wh: #fff;
 --orange:#f99615;
 --red:#ff2b04;
 --gray:#9d94a4;
	--LGray: #f0eff1;
 --grd:linear-gradient(to top,  rgba(255, 43, 4,1) 0%, rgba(249, 150, 21,1) 100%);
}

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

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgLGray {  background: var(--LGray) !important;}
.bgW{  background: #fff !important;}
.bgO{ background: var(--orange) !important;}
.bgRed{ background: var(--red) !important;}
  
.bgGrd{
 background: linear-gradient(to bottom,  rgba(255, 43, 4,1) 0%, rgba(249, 150, 21,1) 100%);
}

/*ボタン
========================================== */
.btn{
 position: relative;
 border-radius: 3px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: var(--orange);
 width: 200px;
 height: 50px;
 padding:0 20px;
 color: #fff;
}
.btn.inline{
 width: auto;
}

.linkWrap{
  margin-top: 50px;
  text-align: right;
}
.link{
  position: relative;
  display: inline-block;
 border-bottom: 1px #e2dad9 solid;
 padding: 0.75em 0;
}
.icArrow .link{
  display: block;
}
.link::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 4em;
  height: 1px;
	background: var(--orange);
}

.icArrow{
  position: relative;
 display: block;
}
.icArrow::after{
	content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
	display: block;
	background: url("../images/ic_arrow_gray.svg") no-repeat left top / 100% auto;
 width: 30px;
 height: 30px;
}
span.icArrow::after{
  position: relative;
  display: inline-block;
  top: 0;
  transform: translateY(0);
  margin-left: 0.75em;
  vertical-align: middle;
}

.btn:hover,
a.link:hover,
a.icArrow:hover,
a:has(.link):hover{
  opacity: 0.7;
}
.icWindow{display: inline-block;}
.icWindow::after{
 content: "";
 display: inline-block;
 background: url("../images/ic_window.svg") no-repeat left top/100% auto;
 width: 13px;
 height: 13px;
 margin-left:9px;
 vertical-align: -0.1em;
}
.icPdf{
 position: relative;
}
.icPdf::before{
 content: "";
 display: inline-block;
 background: url("../images/ic_pdf.png") no-repeat left top/100% auto;
 width: 24px;
 height: 27px;
 margin-left: -20px;
 margin-right: 10px;
 vertical-align: -0.4em;
}

/*装飾
========================================== */
.circle::before{
  content: "\025cf";
  margin-right: 0.5em;
  color: var(--orange);
}

.line{
	display: inline;
    background: linear-gradient(transparent 86%, var(--red) 86%);
}


/*タイトル
========================================== */
.h2Tit{
 color: var(--base);
 margin-bottom: 40px;
	font-weight: 700;
 line-height: 1.4;
}

.slash{
 display: inline-flex;
 align-items: flex-end;
 gap:0 20px;
 line-height: 1;
}
.slash::before,
.slash::after{
 content: "";
 display: block;
 background: var(--base);
 width: 2px;
 height: 24px; 
}
.slash::before{
 -webkit-transform: rotate(-30deg);
transform: rotate(-30deg);}
.slash::after{
 -webkit-transform: rotate(30deg);
transform: rotate(30deg);}

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

#breadcrumb li>span:after{
  content: ' | '
}


/* =======================================
  ページャー
========================================== */
/*-- 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(--red);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
/**/


/* =======================================
  タブ
========================================== */
.js-tab{
 display: flex;
 flex: row wrap;
}
.js-tab li{ cursor: pointer;}
.tabPanelArea{}
.tabPanel {
  display: none;
}
.tabPanel.active {
  display: block;
}




/* =======================================
	header
========================================== */
header {
	position:fixed;
 background: #fff;
	width: 100%;
 left: 0;
	top:0;
	z-index: 100;
}
header #logo a{
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size : 0;
}
header #logo a span{
  display: block;
  padding-left: 15px;
  border-left: 1px solid var(--LGray);
  font-size : 1.5rem;
}


.headerLinks a{
 display: grid;
 place-content: center;
 width: 200px;
 height: 50px;
 border-radius: 0 0 3px 3px;
 color: #fff;
 font-weight: 500;
 line-height: 2;
}
.headerLinks .entry a{
 background: var(--red);
}
.headerLinks .tour a{
 background: var(--orange);
}



/* =======================================
	footer
========================================== */
footer{
  position: relative;
 padding-top: 83px;
}

#footBtn{
 margin-bottom: 109px;
}
#footBtn a{
 position: relative;
 border-radius: 10px;
 display: grid;
 place-content: center;
 height: 223px;
 color: #fff;
 font-size: 38px;
 font-weight: 700;
 background:
  linear-gradient(to right,  rgba(255, 43, 4,1) 0%, rgba(249, 150, 21,1) 100%);
}
#footBtn a::before{
 content: "";
 display: block;
 background: url("../images/bg_foot_entry.png") no-repeat left top/auto 100%;
 width: 100% ;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 mix-blend-mode:soft-light;
}
#footBtn a::after{
 content: "";
 display: block;
 background: url("../images/ic_arrow_white.svg") no-repeat left top/100% auto;
 width: 45px;
 height: 45px;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 50px;
 margin: auto;
}

.footInfo{
 background: #f0eff1;
 border-radius: 30px 30px 0 0;
 padding-top: 65px;
 padding-bottom: 42px;
}
#footerLogo{
 align-items: center;
 gap:0 19px;
 line-height: 1;
}
#footerLogo img{
 max-width: 206px;
}
#footerLogo span{
 display: block;
 /*font-size: min(1.4vw,20px);
 font-weight: 700;*/
  
}
#footerLogo span img{
  max-width: 300px;
}
footer .address{
 margin-top: 12px;
 font-size: 14px;
 line-height: 2;
}

footer .footSns a{
 display: block;
 width: 38px;
 margin: 0 0 0 auto;
}

footer copy{
 display: block;
 margin-top: 20px;
 color: #9d94a4;
 font-size: 14px;
 text-align: right;
}

#pageTop{
	display: inline-block;
	position: fixed;
	z-index: 99;
}
#pageTop img{
 width: 164px;
 height: 130px;
}

/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.imgTit{
  font-size: 0;
}
.imgTit span.deco{
  display: block;
  font-size: 20px;
}
.imgTit span.deco::before{
  content: "";
  display: inline-block;
  background: url('../images/ic_slash_orange.svg') no-repeat left center / auto 100%;
}

.mainTitle{
	background: linear-gradient(90deg, rgba(243, 243, 243, 1), rgba(255, 255, 255, 1));
	color: var(--base);
	position: relative;
}
.mainTitle::after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.mainTitle h2{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
 position: relative;
 z-index: 1;
 max-width: 1200px;
 height: 100%;
 text-shadow: 0 0 5px rgba(255,255,255,.9),0 0 5px rgba(255,255,255,.9),0 0 5px rgba(255,255,255,.9);
}
.mainTitle h2::after{
	content: "";
	background: url("../images/title_side.png") no-repeat left top / 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.mainTitle span.tiSub{
 background: var(--base);
 border-radius: 30px;
 color: var(--wh);
 display: inline-block;
 font-size: 70%;
 font-weight: 600;
 margin-bottom: 15px;
 padding: 4px 15px 7px;
 text-shadow: none;
}

/*-- title --*/
.h3Tit{
	color: var(--base);
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.pgs .h3Tit{
	position: relative;
}
.pgs .h3Tit.left,
.pgs .h3Tit.right{
  display: inline-block;
}
.pgs .h3Tit::before{
	content: "";
	background:url("../images/bg_slash_02.png") no-repeat center top / 100%;
	display: inline-block;
	position: absolute;
}
.h4Tit{
	color: var(--base);
	line-height: 1.6;
}

/*-- table --*/
.basicTable {
	background: var(--wh);
	border: 1px solid var(--base);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable > dt{
	background: var(--base);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	display: flex;
	font-weight: 700;
	align-items: center;
}
.basicTable > dd{
	border-bottom: 1px solid var(--base);
	display: grid;
	align-items: center;
}
.basicTable dd dl dd{
	padding-left: 1em;
}
.basicTable dd dl dd + dt{
	padding-top: 15px;
}
.basicTable a{
	text-decoration: underline;
}
.basicTable a:hover{
 text-decoration: none;
}

table.basicTable{
	display: table;
}
table.basicTable thead{
	width: 100%;
}
table.basicTable thead th{
	background: var(--base);
	border-right: 1px solid var(--wh);
	border-bottom: 1px solid var(--base);
	color: var(--wh);
	font-weight: 700;
	text-align: center;
}
table.basicTable thead th span{
	display: block;
	font-size: 88%;
}
table.basicTable tbody th{
	background: var(--gray);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 500;
}
table.basicTable tbody td{
	border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
}
table.basicTable tbody tr:last-of-type th,
table.basicTable tbody tr:last-of-type td{
	border-bottom: none;
}
table.basicTable th,
table.basicTable td{
	vertical-align: middle;
	padding: 15px 2.5%; 
}
table.basicTable th:last-child,
table.basicTable td:last-child{
	border-right: none;
}


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

/*----*/

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

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


/*		#mv
-----------------------------*/
#mv{
	position: relative;
}
.mvImg {
	position: relative;
}
.mvImg .inner1200{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  margin: auto;
  z-index: 10;
  
}

.mvBtnWrap {
  position: absolute;
  right: 0;
  bottom: 28px;
}
.mvBtnWrap .mvBtnBaloon{
  display: flex;
  justify-content: center;
  align-items: start;
  padding-right: 10%;
}
.mvBtnWrap .mvBtnBaloon::after{
  content: "";
  display: inline-block;
  width: 70px;
  height: 50px;
  background: url('../images/ic_tour.png') no-repeat center top / 100% auto;
}
.mvBtnWrap .mvBtnBaloon span{
  display: inline-block;
  background: url('../images/mv_baloon_bg.svg') no-repeat center center / 100%;
  width: 137px;
  height: 41px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 41px;
  text-align: center;
}
.mvBtnWrap a:hover{
  opacity: .7;
}
.mvBtnWrap dl{
  position: relative;
  background-color: #f4f4f4;
  border: 1px solid var(--red);
  border-radius: 12px 0 0 12px;
  margin-right: 60px;
  padding: 8px 58px 8px 20px;
}
.mvBtnWrap dt{
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--red);
}
.mvBtnWrap dt::after{
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  background-color: #e2dad9;
}
.mvBtnWrap .mvBtnDate {
  font-size: 1.6rem;
}
.mvBtnWrap .mvBtnHere {
  position: absolute;
  right: -60px;
  top: -6px;
  display: grid;
  align-items: center;
  padding-bottom: 0.4em;
  width: 7.3em;
  height: 7.3em;
  font-size: 1.5rem;
  line-height: 2.4rem;
  border-radius: 50%;
  background-color: var(--red);
  text-align: center;
}
.mvBtnWrap a .mvBtnHere{
  color: #fff;
}
.mvBtnWrap .mvBtnHere span.fontL{
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.mvTxts {
  position: absolute;
  bottom: 90px;
  left: 0
}
.mvTxts h2{
  font-size: 52px;
  line-height: 1.58em;
  letter-spacing: 0.1em;
  text-shadow:0px 0px 4px #ffffff;
}
.mvTxts p{
  font-size: 22px;
  letter-spacing: 0.1em;
  text-shadow:0px 0px 2px #ffffff;
}
.mvTxts p{
  display: block;
  background: url('../images/mv_txt_bg.png') no-repeat left bottom /472px 82px;
  padding-bottom: 55px;
}

/*		#scrollWrap
-----------------------------*/
#scrollWrap {
  position:absolute;
  top: calc(100svh - 80px);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: start;
}
#scrollWrap::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 302px;
  background: #e2dad9;
  z-index: -1;
}
#scrollWrap #scroll{
  transform: rotate(90deg) translateX(0.3em);
    display: inline-block;
    color: #e2dad9;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}



/*		#topNews
-----------------------------*/
#topNews{
  position: relative;
  margin-top: 18px;
  padding: 8px;
  z-index: 10;
}
#topNews p {
  display: flex;
  padding-left: 50px;

  background: url('../images/ic_news.svg') no-repeat left 0.5em / 25px 21px;
}
#topNews .date{
}
#topNews .date{
  margin-right: 36px;
}
#topNews .cat{
  background-color: var(--gray);
  border-radius: 4px;
  margin-right: 25px;
  padding: 0.2em 1em;
  min-width: 84px;
  line-height: 25px;
  font-size: 1.4rem;
  color: #fff;
}
#topNews a{
  flex: 1;
}
#topNews a::after{
 width: 15px;
 height: 15px;
}

/*		#topLead
-----------------------------*/
#top #topLead{
  position: relative;
 padding: 191px 0 0;
 z-index: 9;
 background-image:
  url('../images/top_lead_img01.png'),
  url('../images/top_lead_img02.png');
  background-repeat: no-repeat;
  background-position: 
    16px 116px,
    calc(100% - 16px) 64px;
  background-size: 
    min(calc(236/1400*100vw),236px) min(calc(287/1400*100vw),287px),
    min(calc(261/1400*100vw),261px) min(calc(307/1400*100vw),307px);
}
#topLead::before{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  background: url('../images/top_lead_bg.png') no-repeat left bottom / 100% 100%;
  width: 100vw;
  height: calc(1509/1400*100vw);
}
#topLead .inner1200{
  position: relative;
 padding: 0 0 260px;
 background-image:
  url('../images/top_lead_img03.png'),
  url('../images/top_lead_img04.png');
  background-repeat: no-repeat;
  background-position: 
    66px calc(100% - 50px),
    calc(100% - 66px)  calc(100% - 64px);
  background-size: 
    min(calc(224/1400*100vw),224px) min(calc(263/1400*100vw),263px),
    min(calc(259/1400*100vw),259px) min(calc(307/1400*100vw),307px);
 z-index: 11;
}
#topLead h2.imgTit{
 margin-bottom: 50px;
 text-align: center;
}
#topLead h2.imgTit img{
}
#topLead p{
  text-align: center;
 font-size: 2.0rem;
 line-height: 2.4em;
 font-weight: 500;
}

/*		#topCompany
-----------------------------*/
.bgLGray:has(#topCompany){ 
}
#topCompany{
}
.topCompanyList.flexWrap{
  gap: 50px 40px;
}

/*		#topWork
-----------------------------*/
#topWork{
 position: relative;
}
#topWork .inner1200{
  position: relative;
  z-index: 10;
}
#topWork::before,
#topWork::after,
#topDepartment .inner1200::after{
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: 11;
}
#topWork::before{
  top: 47px;
  left: -20px;
  background-image: url('../images/bg_slash_01.png');
  width: 170px;
  height: 156px;
}
#topWork::after{
 background-image: url("../images/top_company_bg03.png") ;
 width: 386px;
 height: 321px;
bottom: 30px;
 left: -143px;
 z-index: 0;
}
#topWork ul{
 max-width: 400px;
}
#topWork li{
 font-weight: 500;
}
/*		#topDepartment
-----------------------------*/
#top #topDepartment{
  padding: 60px 0 100px;
}
#topDepartment .inner1200{
  position: relative;
  z-index: 10;
}
#topDepartment .inner1200::after{
  background-image: url('../images/bg_slash_02.png');
  right: -70px;
  bottom: -42px;
  width: 178px;
  height: 156px;
}

#topDepartment .link{
 font-weight: 500;
}

/*		#topInterview
-----------------------------*/
#top #topInterview{
 padding-bottom: 77px;
}
.topInterviewSlider{
 padding-top: 67px;
 padding-right: 166px;
}
.topInterviewSlider .slick-list{
 overflow: visible;
}
.topInterviewSlider .slick-arrow{
 top: 0;
}
.topInterviewSlider .slick-arrow:hover{
  opacity: .7;
}
.topInterviewSlider .slick-prev{
 left: auto;
 right: 50px;
}
.topInterviewSlider .slick-next{
 right: 0px;
}
.topInterviewSlider figure{
 border-radius: 10px;
 overflow: hidden;
 height: 250px;
}
.topInterviewSlider figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.topInterviewSlider li h3{
 margin-top: 10px;
 font-size: 18px;
}
.topInterviewSlider li p{
 font-size: 15px;
 text-align: right;
}
/*		#topTour
-----------------------------*/
#top #topTour{
  background: url('../images/bg_foot_tour.jpg') no-repeat center top / cover;
 padding-top: 50px;
 padding-bottom: 90px;
 color: #fff;
}
#topTour h2{
 margin-bottom: 25px;
 font-size: 36px;
}
#topTour h2 span.deco{
  display: block;
 margin-bottom: 16px;
  font-size: 20px;
}
#topTour h2 span.deco::before{
  content: "";
  display: inline-block;
  background: url('../images/ic_ttl2.svg') no-repeat left center / auto 100%;
 margin-right: 8px;
  width: 20px;
  height: 18px;
  transform: translateY(0.2em);
}
#topTour p{
 font-weight: 700;
}
#topTour ul{
 margin-top: 20px;
 border-radius: 8px;
 border: 1px #fff solid;
 max-width: 638px;
 padding: 20px 20px 10px;
}
#topTour ul li{
 font-size: 18px;
 font-weight: 700;
}
#topTour .linkWrap{
 margin-top: 7px;
}
#topTour .icArrow{
 color: #fff;
 font-size: 18px;
}
#topTour .icArrow::after{
 background-image: url("../images/ic_arrow_orange.svg");
}

/* =======================================
	about
========================================== */
#about .mainTitle::after{
	background: url("../images/about_title.png") no-repeat left top / 100%;
}
#aboutLead .centerSlider{
 margin-top: 40px;
}

#aboutMission{
 overflow: hidden;
}
#aboutMission .bgLGray{
 position: relative;
}
#aboutMission .bgLGray::before{
 content: "";
	position: absolute;
	top: 0;
	left: -500%;
	background: var(--LGray);
	width: 1000%;
	height: 100%;
	z-index: -1;
}
#aboutMission .txts dl dt{
 width: 8em;
 font-weight: 700;
}
#aboutMission .txts dl dd{
 width: calc(100% - 8em);
}

#aboutHistory ul{
 position: relative;
 overflow: hidden;
 padding-bottom: 50px;
}
#aboutHistory ul::before{
 content: "";
 display: block;
 background: var(--grd);
 width: 5px;
 height: 100%;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -2px;
}
#aboutHistory ul li{
 position: relative;
 float: left;
 width:calc(50% - 50px);
 margin-top:60px;
}
#aboutHistory ul li:nth-of-type(odd){
 float: right;
}
#aboutHistory ul li:nth-of-type(2){
 margin-top: 16%;
}

#aboutHistory ul li figure{
 margin: 0;
}
#aboutHistory ul li figure img{
 margin: 0 auto;
 max-height: 325px;
}
#aboutHistory ul .logo figure img{
 border: 1px #D9D9D9 solid;
 padding:50px 20px;
}
#aboutHistory ul li figcaption{
 margin: 10px 20px 5px;
 text-align: right;
 line-height: 1.2;
}
#aboutHistory ul li:nth-of-type(odd) figcaption{
 text-align: left;
}
#aboutHistory ul li h4{
 position: relative;
 padding:0 20px;
 text-align: right;
 line-height: 1.4;
}
#aboutHistory ul li h4::before,
#aboutHistory ul li h4::after{
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 100%;
 background: var(--red);
}
#aboutHistory ul li h4::before{
 border-radius: 50%;
 width: 20px;
 height: 20px;
 margin-left: 40px;
}
#aboutHistory ul li h4::after{
 width: 60px;
 height: 2px;
 margin-top: 9px;
}
#aboutHistory ul li:nth-of-type(odd) h4{
 text-align: left;
}
#aboutHistory ul li:nth-of-type(odd) h4::before{
 left: auto;
 right: 100%;
 margin: 0 40px 0 0;
}
#aboutHistory ul li:nth-of-type(odd) h4::after{
 left: auto;
 right: 100%;
}

#aboutHistory ul li p:not(.note){
 border-radius: 10px;
 background: var(--LGray);
 padding:15px 20px;
 margin: 0;
 line-height: 1.4;
}
#aboutHistory ul li .note{
 margin-top: 5px;
 text-align: right;
 line-height: 1.2;
}

#aboutChildsheet,
#aboutSdgs{
 border: 1px var(--red) solid;
 padding: 40px 40px;
}
#aboutChildsheet .flex,
#aboutSdgs .flex{
 justify-content: space-between;
}
#aboutChildsheet .txts,
#aboutSdgs .txts{
 width: 55%;
}
#aboutChildsheet figure,
#aboutSdgs figure{
 width: 38%;
}
#aboutChildsheet .linkWrap,
#aboutSdgs .linkWrap{
 margin-top: 10px;
}

/* =======================================
	childsheet
========================================== */
#childsheet .mainTitle::after{
	background: url("../images/childsheet_title.png") no-repeat left top / 100%;
}
#childsheetLead ul{
 margin-top: 40px;
}
#childsheetLead li .flex{
 gap:0 20px;
 align-items: center;
 margin-bottom: 20px;
}
#childsheetLead li figure{
 flex: 0 0 auto;
 width: 80px;
}
#childsheetLead li .flex p{
 max-width: calc(100% - 100px);
 line-height: 1.6;
}
#childsheetLead li .flex p span{
 display: block;
 font-size: 18px;
 font-weight: 700;
}

#childsheetMain .txts.flexWrap{
 align-items: flex-start;
}
#childsheetMain .txts dt{
 background: var(--LGray);
 border-radius: 3px;
 width: 5em;
 margin-top: 5px;
 margin-bottom: 30px;
 text-align: center;
}
#childsheetMain .txts dd{
 width: calc(100% - 5em);
 padding-left: 20px;
 margin-bottom: 30px;
}



/* =======================================
	Sdgs 
========================================== */
#sdgs .mainTitle::after{
	background: url("../images/sdgs_title.png") no-repeat left top / 100%;
}
#sdgs .ttlArea {
 margin-bottom: 20px;
}
#sdgs .ttlArea .flex{
 gap:5px 5px;
}
#sdgs .ttlArea .flex li{
 width: 100px;
}
.sdgsList li figure{
 margin: 0 0 20px;
}
.sdgsList li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.sdgsList li h4{
 margin-bottom: 10px;
}


/* =======================================
	 Works
========================================== */
#works .mainTitle::after{
	background: url("../images/works_title.png") no-repeat left top / 100%;
}
#worksMood .pcFlex{
 margin-top: 40px;
}
#worksMood h4{
 text-align: center;
}
#worksMood figure{
 margin: 0 0 10px;
}
#worksMood h5{
 margin-bottom: 10px;
 text-align: center;
}
#worksMood li p{
 margin-bottom: 0;
}

#worksNumbers ul{
 margin-top: 40px;
 gap:20px 20px;
}
 /* #worksNumbers ul li{
width: 35%;
 min-width: 200px;
} */

#worksBenefits ul{
 margin-top: 40px;
}
#worksBenefits figure{
 margin: 0 0 10px;
}
#worksBenefits figure img{
	margin: 0 auto;
}

#worksGallery ul{margin-top: 40px;}
#worksGallery figure{
 margin: 0;
}

/* =======================================
   gallery
========================================== */
#gallery .mainTitle::after{
	background: url("../images/gallery_title.png") no-repeat left top / 100%;
}
.galleryWrap{
 padding: 100px 0;
}
.tabLink{
 margin: 40px 0;
 justify-content: space-around;
 gap:0px 20px;
}
.tabLink li{
 border-radius: 5px;
 width: 100%;
 border: 1px #ccc solid;
 padding: 10px;
 text-align: center;
}
.tabLink li.active{
 background: var(--red);
 color: #fff;
}


/* =======================================
departments
========================================== */
#departments .mainTitle::after{
	background: url("../images/departments_title.png") no-repeat left top / 100%;
}
.jobMap{
 gap:20px 10px;
}
.jobMap .wide{
 width: 100%;
}
.jobMap dl{
 flex: 1 0 auto;
 min-width: 163px;
}
.jobMap dt{
 background: var(--base);
 color: #fff;
 font-size: 25px;
 text-align: center;
}
.jobMap dd{
 position: relative;
 background: #EFD3D3;
 margin-top: 5px;
 font-size: 25px;
 font-weight: 500;
 text-align: center;
}
.jobMap dd a{
 display: block;
 padding: 15px 10px 15px;
}
.jobMap dd .ic{
 position: absolute;
 right: 0;
 top: 0;
 border: 1px #ccc solid;
 background: #fff;
 padding:2px 5px;
 font-size: 14px;
 line-height: 1.2;
}
.jobMap dd ul{
 justify-content: center;
 gap:5px 5px;
}
.jobMap dd ul li{
 border: 1px #ccc solid;
 width: 150px;
 background: #fff;
}

.jobMap dl:nth-of-type(1) dd{
 background:#E7D9E9 ;
}
.jobMap dl:nth-of-type(3) dd,
#departments .jobMap dl:nth-of-type(4) dd:first-of-type{
 background:#D9E9D9 ;
}
.jobMap dl:nth-of-type(5) dd{
 background: #E8EAF1;
}


#departments01 .leadTxt.left{
 margin-bottom: 0;
}
[id^="departments0"] .pcFlex{
 margin-top: 50px;
}
[id^="departments0"] .pcFlex:not(.flexRowReverse) .linkWrap{
 text-align: left;
}

/* =======================================
manufacturing / development /customer
========================================== */
#manufacturing .mainTitle::after{
	background: url("../images/manufacturing_title.png") no-repeat left top / 100%;
}
#development .mainTitle::after{
	background: url("../images/development_title.png") no-repeat left top / 100%;
}
#customer .mainTitle::after{
	background: url("../images/customer_title.png") no-repeat left top / 100%;
}
#corporate-sales .mainTitle::after{
	background: url("../images/corporate-sales_title.png") no-repeat left top / 100%;
}
#overseas .mainTitle::after{
	background: url("../images/overseas_title.png") no-repeat left top / 100%;
}
#quality .mainTitle::after{
	background: url("../images/quality_title.png") no-repeat left top / 100%;
}
#technical .mainTitle::after{
	background: url("../images/technical_title.png") no-repeat left top / 100%;
}
#affairs .mainTitle::after{
	background: url("../images/affairs_title.png") no-repeat left top / 100%;
}
.departmentHead{
 padding-top: 0;
 padding-bottom: 50px;
}
.departmentHead .inner1200{
 position: relative;
}
.departmentHead figure{
 width: 100%;
 height: 640px;
}
.departmentHead figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 object-position: top center;
}
.departmentHead .txts{
 border: 1px #ccc solid;
 background: #fff;
 padding: 40px;
}
.departmentHead .txts h3{
 margin-bottom: 15px;
 text-align: left;
}

#job{}
#job .pcFlex + .pcFlex{
 margin-top: 30px;
 padding-top: 30px;
 border-top: 1px var(--gray) solid;
}

#steps ul{
 position: relative;
 padding: 20px 0 10px 200px;
}
#steps ul::before{
 content: "";
 display: block;
 background: var(--grd);
 width: 5px;
 height: 100%;
 position: absolute;
 top: 0;
 left: 100px;
}
#steps ul li{
 position: relative;
 margin-bottom: 40px;
}
#steps ul li::before,
#steps ul li::after{
 content: "";
 display: block;
 background: var(--red);
 position: absolute;
 top: 10px;
 left: -100px;
}
#steps ul li::before{
 border-radius: 50%;
 width: 20px;
 height: 20px;
 margin-left: -8px;
}
#steps ul li::after{
 width: 100px;
 height: 3px;
 margin-top: 8px;
}

#training h4{
 margin-top: 10px;
 margin-bottom: 10px;
}

#activeOn p + h4{
 margin-top: 50px;
}

#departmentInterview{}
#departmentInterview li{
 overflow: hidden;
 border-radius: 10px;
 border: 1px var(--base) solid;
 padding: 20px;
}
#departmentInterview li figure{
 float: left;
 width: 45%;
 margin-right: 5%;
}
#departmentInterview li h4{
 margin-bottom: 10px;
 font-size: 18px;
 line-height: 1.6;
}
#otherJobs .jobMap dl:nth-of-type(1) dd{
 background: #D9E9D9;
}
#otherJobs .jobMap dl:nth-of-type(2) dd{
 background: #E7D9E9;
}
#otherJobs .jobMap dl:nth-of-type(3) dd{
 background: #E8EAF1;
}

#manufacturing #otherJobs .jobMap dl:nth-of-type(1) dd:nth-of-type(1) a,
#development #otherJobs .jobMap dl:nth-of-type(1) dd:nth-of-type(2) a,
#customer .jobMap dl:nth-of-type(2) dd a,
#corporate-sales .jobMap dl:nth-of-type(3) dd:nth-of-type(1) a,
#overseas .jobMap dl:nth-of-type(3) dd:nth-of-type(2) a,
#quality .jobMap dl:nth-of-type(4) dd:nth-of-type(1) a,
#technical .jobMap dl:nth-of-type(4) dd:nth-of-type(2) a,
#affairs .jobMap dl:nth-of-type(4) dd:nth-of-type(3) a{
 background: #ccc;
 color: #9a9a9a !important;
 pointer-events: none !important;
}


/* =======================================
  interview
========================================== */
#interview .mainTitle::after{
	background: url("../images/interview_title.png") no-repeat left top / 100%;
}
.catList{
 margin-bottom: 40px;
 justify-content: center;
 gap:20px 20px;
}
.catList li a{
 display: grid;
 place-content: center;
 border-radius: 10px;
 background: var(--LGray);
 min-width: 120px;
 height: 50px;
 padding: 0 20px;
}
.catList li a:hover{
 opacity: .7;
}

.interviewList a{
 display: block;
}
.interviewList li figure{
 margin: 0 0 10px;
}
.interviewList li h4{
 margin-bottom: 10px;
 font-size: 18px;
 line-height: 1.4;
}
section .interviewList li p{
 margin-bottom: 0;
}
.interviewList li p span{
 margin-right: 1em;
}
 .cat{
 gap:5px 10px;
 border-top: 1px #ccc solid;
 padding-top: 10px;
 margin-top: 5px;
   flex-wrap: wrap;
}
 .cat li{
 background: var(--LGray);
 padding: 5px 10px;
 font-size: 14px;
 line-height: 1.2;
 text-align: center;
}



/* =======================================
interview detail
========================================== */
#interviewDetail .mainTitle::after{
	background: url("../images/interviewdetail_title.png") no-repeat left top / 100%;
}
#interviewHead{
 padding-top: 0;
}
#interviewHead figure{
 height: 450px;
}
#interviewHead figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
#interviewHead .txts{
 border: 1px #ccc solid;
 background: #fff;
 padding: 30px;
}
#interviewHead .txts h3{
 margin-bottom: 10px;
 text-align: left;
}
#interviewHead .txts p{
 margin-bottom: 10px;
 font-size: 18px;
 font-weight: 700;
}
#interviewHead .txts p span{
 font-size: 16px;
 font-weight: 500;
 margin-right: 1em;
}

#interviewMain .pcFlex + .pcFlex{
 margin-top: 50px;
}

#otherInterview .topInterviewSlider li p{
 margin: 0 0 10px;
}
#otherInterview .topInterviewSlider li p span{
 margin-right: 1em;
}

/* =======================================
  tour
========================================== */
#tour .mainTitle::after{
	background: url("../images/tour_title.png") no-repeat left top / 100%;
}
#tourLead p + h4{
 margin-top: 60px;
}
#tourLead .movie{
 max-width: 800px;
 margin: 0 auto;
}

#tourFlow{}
#tourFlow .points{
 position: relative;
 margin-bottom: 100px;
}
#tourFlow .points li{
 position: relative;
 display: grid;
 place-content: center;
 height: 270px;
 min-width: 270px;
 font-size: 23px;
 font-weight: 700;
 text-align: center;
}
#tourFlow .points li::before{
 content: "";
 display: block;
 border-radius: 50%;
 background: var(--LGray);
 width: 270px;
 height: 270px;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 margin: auto;
 z-index: -1;
}

#tourFlow .points li:nth-child(1)::before{
  background: url(../images/works_mood_img03.png) no-repeat;
    background-position: center;
  background-size: contain;
  opacity: .4;
}

#tourFlow .points li:nth-child(2)::before{
  background: url(../images/tour_img05.png) no-repeat;
    background-position: center;
  background-size: contain;
  opacity: .4;
}
#tourFlow .points li:nth-child(3)::before{
  background: url(../images/works_mood_img01.png) no-repeat;
    background-position: center;
  background-size: contain;
  opacity: .4;
}


#tourFlow .points::after{
 content: "";
 display: block;
 background: var(--red);
	width:100px;
	height:35px;
clip-path: polygon(0 0, 50% 100%, 100% 0);
 position: absolute;
 top: calc(100% + 40px);
 left: 0;
 right: 0;
 margin: auto;
}
#tourFlow .checkList{
 border-radius: 10px;
 background: var(--LGray);
 max-width: 1080px;
 margin: 0 auto;
 padding: 20px 15%;
}
#tourFlow .checkList li{
 position: relative;
 background: none;
 font-size: 20px;
 font-weight: 700;
 line-height: 1.3;
}
#tourFlow .checkList li::before,
#tourFlow .checkList li::after{
 content: "";
 display: block;
 position: absolute;
 left: 0;
 top: 0;
}
#tourFlow .checkList li::before{
 width: 20px;
 height: 20px;
 border-radius: 50%;
 border: 2px var(--base) solid;
}
#tourFlow .checkList li::after{
	border-bottom: 2px var(--base) solid;
	border-right: 2px var(--base) solid;
	width:6px;
	height: 10px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 margin: 4px 0 0 7px;
}
#tourProgram .pcFlex + .pcFlex{
 margin-top: 50px;
}
#tourProgram h4 span{
 display: block;
 font-size: 90%;
}

#tourSchedule .box{
 border: 1px #ccc solid;
 padding: 40px 5%;
 margin-bottom: 20px;
 text-align: center;
}
#tourSchedule .box p{
 font-weight: 700;
}
#tourSchedule .box .date{
 margin-bottom: 0;
 font-size: 30px;
}
#tourSchedule .box p a{
 color: #1B387C;
 text-decoration: underline;
}

#tourSchedule dl{
 border-radius: 15px;
 padding: 40px 5%;
 margin-top: 50px;
 text-align: center;
}
#tourSchedule dl dt{
 margin-bottom: 15px;
}
/**/
.faqList{}
.faqList dt{
 position: relative;
 border: 1px var(--base) solid;
 background: #fff;
 padding: 10px 50px 10px 60px;
 margin-bottom: 10px;
 font-size: 18px;
 font-weight: 500;
 cursor: pointer;
 line-height: 1.6;
}
.faqList dt::before{
 content: "Q";
 font-size: 20px;
 position: absolute;
 top: 12px;
 left: 30px;
 line-height: 1;
}
.faqList dt::after{
 content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	display: block;
	border-bottom: 2px var(--base) solid;
	border-right: 2px var(--base) solid;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg); 
 transition: 0.2s ease-in-out; 
}
.faqList dt.active::after{
 -webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.faqList dd{
 display: none;
 position: relative;
 padding: 5px 20px 20px 60px;
}
.faqList dd::before{
 content: "A";
 font-size: 20px;
 position: absolute;
 top: 10px;
 left: 30px;
 line-height: 1;
}

#tourRegistration .leadTxt a{
 text-decoration: underline;
 color: #1B387C;
}
.lineArea{
 border: 1px #ccc solid;
 border-radius: 15px;
 padding: 40px 5%;
 margin-top: 40px;
}
.lineArea figure a{
 margin: 10px auto 0;
}
.lineArea ol{
 background: #fff;
 padding: 20px 5%;
}
.lineArea li{
 min-width:35%;
}

#tourForm{}

/* =======================================
 entry
========================================== */
#entry .mainTitle::after{
	background: url("../images/entry_title.png") no-repeat left top / 100%;
}
#entry .flow{
 justify-content: center;
 gap:0 50px;
 margin-top: 40px;
 margin-bottom: 50px;
}
#entry .flow li{
 position: relative;
 width: 200px;
 max-width: calc((100% - 50px*3)/4);
}
#entry .flow li + li::before{
 content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	display: block;
	border-top: 5px var(--base) solid;
	border-right: 5px var(--base) solid;
	width:12px;
	height:12px;
	margin-top: -9px;
 margin-right: 20px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#entry .flow li h4{
 position: relative;
 display: flex;
 flex-flow: column;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 background: var(--red);
 width: 80px;
 height: 80px;
 margin: 0 0 -40px;
 color: #fff;
 font-size: 18px;
 line-height: 1.2;
}
#entry .flow li h4 span{
 font-size: 25px;
}
#entry .flow li figure{
 margin: 0 auto 10px;
}
#entry .flow li p{
 text-align: center;
 font-weight: 500;
 line-height: 1.4;
}

#entry .h4Tit{
  text-align: center;
  border-bottom: 5px solid var(--orange);
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 auto 10px;
  
}

#newgraduate,
#career,
#parttimer{
  padding-top: 0
}

#newgraduate .inner1200,
#career .inner1200,
#parttimer .inner1200{
  text-align: center
}


#newgraduate .inner1200 .basicTable > dd,
#career .inner1200 .basicTable > dd,
#parttimer .inner1200 .basicTable > dd{
  text-align: left
}


/*
#entryList .pcFlex > li{
 border-radius: 10px;
 border: 1px var(--gray) solid;
 background: var(--LGray);
 padding: 0 20px 10px;
}
#entryList .pcFlex > li a{
 position: relative;
 display: block;
 padding: 10px 0;
 font-size: 20px;
 font-weight: 700;
}
#entryList .pcFlex > li a::after{
 content: "";
 display: inline-block;
 width: 6px;
 height: 6px;
	border-bottom: 1px solid var(--base);
	border-right: 1px solid var(--base);
	position: absolute;
  right: 0;
  top: calc(50% - 6px);
	transform: rotate(45deg);}
#entryList .pcFlex > li ul{
 flex-flow: row wrap;
 gap:5px 6px;
 border-top: 1px var(--gray) solid;
 padding: 10px 0 0;
}
#entryList .pcFlex > li ul li{
 border: 1px var(--gray) solid;
 background: #fff;
 width: calc(50% - 3px);
 padding: 5px 10px;
 font-weight: 500;
 text-align: center;
 line-height: 1.2;
}
*/

.tabs{
 gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.tabs li{
 border: 1px #e2dad9 solid;
 width: calc((100% - 30px)/4);
 padding: 5px;
 text-align: left;
 cursor: pointer;

}
.tabs li span{
  width: 5em;
  margin-right: 5px;
  padding: .3em;
  display: inline-block;
  text-align: center;
}
.tabs li:nth-of-type(1) span,
.tabs li:nth-of-type(2) span,
.tabs li:nth-of-type(3) span{
  background: #D9E9D9;
}

.tabs li:nth-of-type(4) span{
  background: #E7D9E9;
}
.tabs li:nth-of-type(5) span,
.tabs li:nth-of-type(6) span{
background: #E8EAF1;
}
.tabs li:nth-of-type(7) span,
.tabs li:nth-of-type(8) span,
.tabs li:nth-of-type(9) span{
background: #EFD3D3;
}
.tabs li.active{
 background: #fbe59a;

}
#entry .tabs + .tabPanelArea{
 background: #f3f3f3;
 margin-top: -1px;
 padding: 20px 5%;
 margin-bottom: 20px;
}

#entry .tabs + .tabPanelArea .h5Tit{
  font-size: 2.4rem;
  color: var(--orange);
}
#entry .btnWrap{
 text-align: center;
}
#entry .btnWrap .icArrow{
 width: 80%;
 text-align: left;
 margin: 0 auto;
}
#entry .btnWrap .btn{
 width: 80%;
 max-width: 300px;
 margin: 0 auto;
}

#entry .tabPanel .basicTable{
  margin-bottom: 20px;
}

/* =======================================
 contact
========================================== */
#contact .mainTitle::after,
#thanks .mainTitle::after{
	background: url("../images/contact_title.png") no-repeat left top / 100%;
}
#contactLead .box{
 border: 1px #ccc solid;
 border-radius: 15px;
 padding: 20px 5%;
 text-align: center;
}
#contactLead .tel{
 text-align: center;
 margin-top: 40px;
}
#contactLead .tel dt{
 font-weight: 700;
 margin-bottom: 10px;
}
#contactLead .tel dd a{
 font-size: 40px;
 font-weight: 700;
}

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

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

/* =======================================
	news
========================================== */
/*	一覧
-----------------------------*/
.articleBox{
	border-bottom: 1px solid var(--Gry);
}

/*		single
-----------------------------*/
.newsEntry h3{
  border-bottom: 2px solid var(--base);
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: left;
}
.newsEntry h3 .date{
  display: inline-block;
  width: 6em;
  margin-right: 1em;
  padding: 0.2em 0 0 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: .84em;
  text-align: center;
  color: var(--base);
}
.newsEntryBox{
  margin-bottom: 30px;
}
.newsEntryBox.pcFlex figure img{
  width: 100%;
  height: auto;
}
.newsEntryBox.pcFlex .txt{
  flex: 1;
}
.newsEntryBox h4{
  margin-bottom: 30px;
  font-size: 2rem;
}
.newsEntryBox p + h4{
  margin-top: 60px;
}
.newsEntryBox h5{
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.newsEntryBox p + h5{
  margin-top: 70px;
}
.newsEntryBox p:not(:first-child){
  margin-bottom: 30px;
}
.newsEntryBox .btn.btnPrev,
.newsEntryBox .btn.btnNext{
    max-width: 150px;  
}

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

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


/* =======================================
	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 #bd4e00;
	border-radius: 3px;
	line-height: 1;
	margin-left: 0.5em;
 float: right;
 margin-top: 5px;
}
.tb_cont .nini{
 margin-top: 5px;
 line-height: 1.1;
}
.tb_cont .zipBtn{
	background: var(--blue);
	border-radius: 5px;
	color: var(--wh);
}
.formFoot{
 margin-top: 40px;
}
.formFoot a{
	text-decoration: underline;
}
.formFoot p{
 margin-bottom: 0 !important;
 text-align: center;
}
.formFoot .btn{
	border: none;
	margin: 0 auto;
	width: 100%;
	max-width: 235px;
  height: 57px;
 cursor: pointer;
}


/* =======================================
	privacypolicy
========================================== */
#privacy .mainTitle::after{
	background: url("../images/privacy_title.png") no-repeat left top / 100%;
}
#privacyMain{
	border-bottom: 1px solid var(--base);
}
#privacyMain .h4Tit{
	margin-bottom: 5px;
	text-align: left;
}
#privacyMain ul,
#privacyMain dl{
	margin-bottom: 30px;
}
#privacyMain ul li{
	margin-bottom: 10px;
	margin-left: 1em;
	text-indent: -1em;
}
#privacyMain ul li:last-child{
	margin-bottom: 0;
}
#privacyMain dl dd{
	padding-left: 1.5em;
	padding-bottom: 10px;
}
#privacyMain dl dd:last-child{
	padding-bottom: 0;
}