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

	reset CSS

========================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,p,blockquote,table,th,td {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 700;
}
ul,dl,ol {  text-indent: 0;}
li {  list-style: none;}
address,caption,cite,code,dfn,em,th,var {
  font-style: inherit;
  font-weight: inherit;
}
b,strong {  font-weight: bold;}
sup {  vertical-align: text-top;}
sub {  vertical-align: text-bottom;}
input,textarea,select,b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input,
* html textarea,
* html select {
  font-size: 100%;
}
textarea.message {
  width: 100%;
  height: 20rem;
}
*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th,td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}
input,select,textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}
input.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;
}
.basicTable > dt:has(.hissu){
  position: relative;
  padding-right: 40px;
}
.hissu {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 4px 1px 4px;
  background-color: var(--wh);
  border: 1px solid #bd4e00;
  border-radius: 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;
}

.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: var(--base);
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
	font-family: "Zen Kaku Gothic Antique", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
  font-weight: 500;
  box-sizing: border-box;
	line-height: 1.8;
 letter-spacing: 0.1em;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: var(--base);
}

/*フォントファミリー
========================================== */
.fontMin{
 font-family: "Noto Serif JP", serif;
}
.fontNt{
 font-family: "Noto Sans JP", sans-serif;
}
.fontZ{
 font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/*色
========================================== */
:root {
  --base: #333333;
  --bk: #000;
  --wh: #fff;
	--red: #e50012;
  --blue: #005BAC;
  --blue2: #015BAC;
	--Lblue: #00A0E9;
	--Lgray: #A3A4A8;
	--LLgray: rgba(163,164,168,.08);
 --gray:#616161;
}

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

/*背景
========================================== */
.bgBaseC{ background-color: var(--base) !important;}
.bgBlue{ background-color: var(--blue) !important;}
.bgLblue{ background-color: var(--Lblue) !important;}
.bgW{  background-color: var(--wh) !important;}
.bgGray{ background: var(--gray) !important;}
.bgLgray{ background: rgba(163,164,168,.08) !important;}
.bgGrd{background: linear-gradient(to bottom,  rgba(0,91,172,1) 50%,rgba(1,142,217,1) 100%);}

/*ボタン
========================================== */
.btnWrap{
 text-align: center;
}


.btn{
 position: relative;
 background:url("../images/arrow_circle_wh.svg") no-repeat right 4.4% center /35px auto var(--Lblue);
	border-radius: calc(infinity * 1px);
 display: flex;
 align-items: center;
 justify-content: center;
 color:var(--wh);
	font-size: min(3.6vw, 1.8rem);
 font-weight: 700;
	padding: 0 min(18%,66px) 0 min(10.83%,39px);
 line-height: 1.4;
 max-width: 360px;
 height: 80px;
 letter-spacing: 0.04em;
}
.btn.mail{
 gap:0 10px;
}
.btn.mail::before{
	content: "";
	display: block;
	background: url("../images/ic_mail_wh.svg") no-repeat center center / 100%;
	width: min(6vw,29px);
	aspect-ratio: 1/1;
}
.btn.line2{
 flex-flow: column;
}
.btn.inline{
 display: inline-flex;
 max-width: none;
}
.btn .txt_s{
 font-size: 86%;
}
.arrow{
 display: inline-flex;
 background: url("../images/arrow_circle_blue.svg") no-repeat left top/45px auto;
 min-height: 47px;
 padding:9px 0 0 41px;
 color: var(--Lblue);
 font-size: 18px;
 font-weight: 700;
 line-height: 1.4;
 letter-spacing: 0.04em;
}
.arrow.white{
 background-image: url("../images/arrow_circle_wh.svg") ;
 color: #fff;
}

a.btn:hover,
a.arrow: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: 17px;
 height: 17px;
 margin-left: 4px;
 vertical-align: -0.1em;
}

/*装飾
========================================== */
.line{
	display: inline;
 background: linear-gradient(transparent 60%, rgba(213,242,255,1) 0%);
}

main .img{
	border-radius: 20px;
}

/*タイトル
========================================== */

.h2Tit,
.h3Tit{
	color: var(--Lblue);
	font-weight: 900;
	letter-spacing: 0.06em;
 line-height: 1.45;
}
.h3Tit{
 text-align: center;
}
.h2Tit .en,
.h3Tit .en{
	display: block;
	font-size: min(5vw,5rem);
}
.h2Tit .ja,
.h3Tit .ja{
	display: block;
	font-size: min(2vw,2rem);
}
.h4Tit{
	color: var(--blue);
	font-weight: 700;
	line-height: 1.6;
}
.h5Tit{
	line-height: 1.6;
}

.bdBtm{
 border-bottom: 1px var(--blue) solid;
 padding-bottom: 5px;
}

/*
　テキスト
========================================== */
.note:not(ul),
.note li{
  margin-left: 1em;
	text-indent: -1em;
}
.note > li + li{
	margin-top: 0.25em;
}

/* =======================================
  ページャー
========================================== */
/*-- 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(--blue);
  display:grid;
	align-items: center;
	justify-content: center;
  font-optical-sizing: auto;
	color: var(--blue);
  font-weight: 500;
  font-style: normal;
}
.pageNavi a.prev,
.pageNavi a.next{
	border: none;
}
.pageNavi .current{
	background: var(--blue);
	color: #fff !important;
}
.pageNavi a:hover{
	background: var(--blue);
	color: #fff;
}
.pageNavi a.prev:hover,
.pageNavi a.next:hover{
	background: none;
	border: none;
	color: var(--blue);
	opacity: .7;
}

/*-- 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 span{
 width: 40%;
 max-width: 200px;
}
.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 0.25em/ 1.1em auto;
 padding: 0 0 0 1.55em;
}

.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;
}
/**/

/* =======================================
  タブ
========================================== */
.tabBtn.flexWrap{
 margin-bottom: 30px;
	justify-content: center;
	gap: 10px;
}
.tabBtn li{
    width: min(calc((100% - 10px)/2),300px);
}
.tabBtn li a{
	display: grid;
	align-items: center;
	background-color: var(--wh);
  width: 100%;
	height: 100%;
	padding: 0.5em;
	border:2px solid var(--blue);
	border-radius: 10px;
	color:  var(--blue);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
}
.tabBtn .active a{
	background-color: var(--blue);
	color: #fff !important;
}
/* =======================================
	header
========================================== */
header {
  position:fixed;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  left: 0;
  top:0;
  z-index: 100;
}

header #logo a{
	display: block;
	line-height: 1;
}
header #logo span{
 display: block;
 padding-bottom: 16px;
 font-weight: 500;
 font-size: min(1.2vw,14px);
 letter-spacing: 0.08em;
 line-height: 1.4;
}


/* =======================================
	gnavi
========================================== */
#gnaviList li {
	font-size: min(1.5vw,1.6rem);
	letter-spacing: 0.08em;
}
#gnaviList li a{
	color: var(--base);}
#gnaviList .recruit >a{
	border-radius: calc(infinity * 1px);
 display: grid;
 place-content: center;
 background: var(--Lblue);
 width: min(12vw,128px);
 height: 33px;
 color: #fff;
}

#headLinks .tel a{
 background: url("../images/head_ic_tel.svg") no-repeat left center/15px auto;
 padding: 0 0 0 20px;
 color: var(--blue);
 font-size: 26px;
 font-weight: 700;
 line-height: 28px;
 letter-spacing: 0.04em;
}

/* =======================================
	footContact
========================================== */
#footContact{
 position: relative;
 background:url("../images/txt_contact.svg") repeat-x left top 50% /auto 122px #fff;
 border-radius: 20px;
 padding: 70px 7.6%;
}
#top #footContact{
 top: -24px;
}
#footContact .txts h2{
 margin-bottom: 25px;
}
#footContact .txts p{
 line-height: 2.1;
}
#footContact ul li{
 text-align: center;
}
#footContact ul li + li{
 margin-top:40px;
}
#footContact .tel{
 background: url("../images/ic_tel_blue.svg") no-repeat left center/22px auto;
  padding: 0 0 0 26px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
}

/* =======================================
	footer
========================================== */
footer{
 background: url("../images/foot_bg.svg") no-repeat left top/100% 100%;
 padding-top: 50px;
}
#top footer{
 padding-top: 0;
}
#contact footer{
 background: url("../images/foot_bg2.svg") no-repeat left top/120% 90%;
 padding-top: 100px;
}

#footBottom{
 width: 90%;
 max-width: 1220px;
 margin: 0 auto;
 padding-bottom: 20px;
}
.footerLeft .flex{
 margin-top: 25px;
 gap:0 11px;
}
footer .copy{
	display: block;
 margin-top: 75px;
 font-size: 12px;
	line-height: 1;
 letter-spacing: 0.06em;
	text-align: center;
}
footer .copy p{
 font-size: 12px;
}
footer .copy p a{
 text-decoration: underline;
 letter-spacing: 0;
}

 #pageTop{
	position: fixed;
	z-index: 10;
} 
#pageTop a{
 display: flex;
 align-items: center;
 gap:0 9px;
 color: var(--blue);
 font-size: 14px;
 font-weight: 900;
 letter-spacing: 0.08em;
}
#pageTop a::after{
 content: "";
 display: block;
 background: url("../images/pagetop.svg") no-repeat left top/100% auto;
 width: 50px;
 height: 50px;
}

/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle{
 background:url("../images/bg_maintitle.svg") no-repeat left bottom /100% auto, url("../images/txt_nanbu.svg") no-repeat right top 50px/auto 193px;
}

.mainTitle h2{
	display: flex;
 flex-flow: column;
 align-content: center;
 justify-content: center;
 gap:4px 0;
	height: 150px;
	color: var(--Lblue);
	font-size: min(6.4vw,4rem);
 letter-spacing: 0.17em;
 line-height: 1.45;
}
.mainTitle h2 span,
.mainTitle h2 a{
 display: block;
	font-size: min(4vw,1.6rem);
 letter-spacing: 0.06em;
}
.mainTitle h2 a{
 display: flex;
 align-items: center;
 gap:0 4px;
	color: var(--Lblue);
}
.mainTitle h2 a::before{
 content: "";
 display: block;
 background: url("../images/arrow2_blue.svg") no-repeat left center/100% auto;
 width: 13px;
 height: 13px;
 margin-bottom: -2px;
}

.secLead p{
 font-size: 18px;
 text-align: center;
 line-height: 2;
}

/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
	margin-top: 0
}
#breadcrumb ul{
	margin: 0 auto;
 font-size: 0;
 line-height: 1;
}
#breadcrumb li{
	display: inline-block;
 margin-right: 10px;
 font-size: 14px;
	color: var(--gray);
}
#breadcrumb li a{
	color: var(--Lgray);
}
#breadcrumb li a::after{
	content: "";
 display: inline-block;
	border-top: 1px #B3B3B3 solid;
	border-right: 1px #B3B3B3 solid;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 color: #009944;
	margin-left: 10px;
 margin-bottom: 2px;
}
#breadcrumb li>span:after{
  content: ' | '
}

/**/



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

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

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

/*----*/

.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pageLinks li a{
	border-radius: calc(infinity * 1px);
	background: var(--Lblue);
	border: 1px solid var(--Lblue);
	color: var(--wh);
	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: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
	position: absolute;
  right: 8%;
  top: calc(50% - 3px);
	transform: rotate(45deg);
}
.pageLinks a:hover{
	background: var(--wh);
	color: var(--Lblue);
}
.pageLinks a:hover::after{
	border-top: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
}




/* =======================================
	top
========================================== */
/*		#mv
-----------------------------*/
#mv{
	position: relative;
 padding: 0;
}
#mv .mvImg{
 position: relative;
}
#mv .mvImg::before,
#mv .mvImg::after{
 content: "";
 display: block;
 position: absolute;
 left: 0;
}
#mv .mvImg::before{
 background: url("../images/top_mv_line.svg") no-repeat left top/100% auto;
 width: 100%;
 height: 100%;
 top: 0;
}
#mv .mvImg::after{
 background: url("../images/symbol.svg") no-repeat left top/100% auto;
 width: 100%;
 height: 38.86vw;
 top: 31.8vw;
}

#mv .mvImg img{
  object-fit: cover;
 width: 100%;
 height: 100%;
}
#mv .mvTxts{
	position: absolute;
 bottom: 77px;
 left: 0;
 width: 100%;
 z-index: 1;
}
#mv .mvTxts h2{
 color: #fff;
 font-size: min(4.5vw,62px);
 font-weight: 900;
 line-height: 1;
 letter-spacing: 0.18em;
}
#mv .mvTxts h2 span{
 font-size: min(5.3vw,73px);
 letter-spacing: 0.1em;
}
#mv .mvTxts h2 .sub{
 display: block;
 font-size: min(2.2vw,28px);
 font-weight:700;
 letter-spacing: 0.11em;
}


/*		#topNews
-----------------------------*/
#topNews{
	position: relative;
}

#topNews h2 .en{
  line-height: 1em;
}

#topNews ul li,
#topNews ul li a{
}
#topNews ul li{
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
#topNews ul li a{
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 width: 100%;
}
#topNews ul li a:hover{
 opacity: .7;
}
#topNews .date{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
 line-height: 1.44;
}
.cat{
 border: 1px var(--Lblue) solid;
	background: #fff;
	border-radius:5px;
	color: var(--Lblue);
	display: inline-block;
 min-width:89px;
	font-size: 16px;
	letter-spacing: 0;
	margin: 0 25px 0 20px;
	padding: 4px 12px 3px;
 text-align: center;
 line-height: 1.45;
}
#topNews li a p{
 width: calc(100% - 101px - 98px - 45px);
 letter-spacing: 0.04em;
}

/*		#topAbout
-----------------------------*/
#topAbout{
 position: relative;
 padding-bottom: 236px;
}
#topAbout::after{
 content: "";
 background: url("../images/txt_nanbu.svg") no-repeat center bottom/auto 100%;
 width: 100%;
 height: 193px;
 position: absolute;
 left: 0;
 bottom: -27px;
}
#topAbout h2{
 margin-bottom: 15px;
}
#topAbout h3{
 margin-bottom: 25px;
 font-size: 24px;
 letter-spacing: 0.14em;
 line-height: 1.66;
}
#topAbout .txts p{
 line-height: 2;
}
#topAbout .txts ul{
 justify-content: space-between;
 gap:10px 20px;
}
#topAbout figure img + img{
 width: min(110.8%,317px);
 max-width: none;
 aspect-ratio:317/197;
 position:relative;
 top: -27px;
 left: -97px
}

/*		#topService
-----------------------------*/
#topService {
 border-radius: min(14.2vw,199px) 0 min(14.2vw,199px) 0;
 padding-block: 70px;
}
#topService h2{
 margin-bottom: 20px;
}
#topService > div >p{
 color: #fff;
 line-height: 2;
}
#topService ol li{
 border-radius: 50%;
 border: solid 1px #fff;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 1.5px #fff;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 6px;        /* 外側の線と内側の線の空き具合を調整*/
	margin:7px;
 display: flex;
 flex-flow: column;
 background: #fff;
 object-fit: cover;
 aspect-ratio:1/1;
 padding: 8px 0 0;
 color: var(--gray);
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 letter-spacing: 0.02em;
 line-height: 34px;
}
#topService ol .num{
 background: url("../images/symbol.svg") no-repeat center bottom/104px auto;
 width: 100%;
 padding: 0 0 22px;
 margin-bottom: 10px;
 color: var(--blue);
 font-size: 34px;
 font-weight: 900;
 line-height: 1;
}
#topService ol li span:not(.num){
 font-size: 24px;
 font-weight: 900;
}

#topService ul{
 margin-top: 35px;
}
#topService ul li {
 position: relative;
}
#topService ul li figure{
 border-radius: 20px;
 border: 1.5px #fff solid;
 padding: 6px;
}
#topService ul li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:310/233;
}
#topService ul li p{
 background: var(--blue);
 width: 222px;
 border-radius: 20px 0 20px 0;
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 line-height: 50px;
 position: absolute;
 left: 16px;
 bottom: -15px;
}

/*		#topWorks
-----------------------------*/
#topWorks h2{
 margin-bottom: 30px;
}
#topWorks p{
 text-align: center;
 line-height: 2;
}
#topWorks .slider figure{
 padding-inline: 15px;
}
#topWorks .slider figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:300/212;
}
#topWorks .slider figure figcaption{
 display: block;
 margin-top: 10px;
 color: var(--blue2);
 font-size: 18px;
 text-align: center;
}

/*		#topRecruit
-----------------------------*/
#topRecruit{
 border-radius: 77px 77px 0 0;
 background: linear-gradient(to bottom,  rgba(0,91,172,1) 50%,rgba(1,142,217,1) 100%);

}
#topRecruit .txts *{
 color: #fff;
}
#topRecruit h2{
 margin-bottom: 40px;
}
#topRecruit .txts p{
 line-height: 2.5;
}


/* =======================================
  service
========================================== */
#serviceLead{}
#serviceReason{}
#serviceReason li{}
#serviceReason li h4{
 position: relative;
 border-radius: 20px 0 20px 0;
 width: 85%;
 background: var(--blue);
 padding: 10px 20px;
 margin: 0 0 -50px -10px;
 color: #fff;
}
#serviceReason li figure{
 margin: 0 0 10px;
}
#serviceReason li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:510/361;
}

#serviceInfo {
}
.serviceInfoBox + .serviceInfoBox{
 margin-top: 80px;
}
.serviceInfoBox h5{
 border-bottom: 1px var(--blue) solid;
 padding: 0 0 5px;
 margin: 50px 0 20px;
}
.serviceInfoBox ul{
 gap:20px 1.5%;
}
.serviceInfoBox ul li{
 display: grid;
 place-content: center;
 border: 1px var(--Lblue) solid;
 width: min(23.8%,262px);
 height:60px;
 color: var(--Lblue);
 font-size: 20px;
}

/* =======================================
  company
========================================== */
#companyMessage .secLead{
 color: var(--Lblue);
 font-size: 125%;
 font-weight: 700;
}
#companyProfile dd .btn.inline{
 background-image: none;
 padding:0 min(10.83%,39px);
 text-decoration: none;
 height: 33px;
}
/* =======================================
  history
========================================== */
#historyLead .balloon .txts{
	background: var(--wh);
 position: relative;
 border: 1px var(--Lblue) solid;
 border-radius: 20px;
}
#historyLead .balloon .txts::before,
#historyLead .balloon .txts::after{
 content: "";
 display: block;
 position: absolute;
}

.historyBox h3{
 border-bottom: 1px var(--blue) solid;
 padding-bottom: 10px;
 position: relative;
 text-align: left;
}
.historyBox h3::after{
	content: "";
	background: url("../images/symbol.svg") no-repeat right top/100% auto;
	display: inline-block;
	position: absolute;
	left: 0;
}
.historyBox h3 .txt_s{
 display: block;
 font-weight: 700;
}
.historyBox figure{
	border: 1px solid var(--Lblue);
	border-radius: 20px;
	padding: 6px;
}
.historyBox figure img{
	border-radius: 20px;
}
#philosophy .pcFlex dl{
	background: var(--Lblue);
	border-radius: 20px;
	color: var(--wh);
}
#philosophy .pcFlex dt{
 /* background: linear-gradient(transparent 60%, rgba(213,242,255,1) 0%); */
 margin-bottom: 20px;
 font-size: 2.6rem;
 font-weight: 600;
 text-align: center;
}
#philosophy dd .center{
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 2;
 margin-bottom: 1em;
}

.historyMessage{
 border-radius:min(10vw,77px) min(10vw,77px) 0 0;
 padding: 70px 0 200px;
}
.historyMessage p{
 margin-bottom: 40px;
 font-size: 2.4rem;
 line-height: 2;
}
.historyMessage figure{
 width: min(90%,720px);
	border: 1px solid var(--wh);
  border-radius: 20px;
  padding: 6px;
}

/* =======================================
  esg
========================================== */
.esgLeadList{
	justify-content: center;
 gap: 0 4.5%;
 margin-top:60px;
}
.esgLeadList li{
 display: grid;
 place-content: center;
 border-radius: 50%;
 border: 1.5px var(--blue) solid;
 outline:1.5px var(--blue) solid;
 outline-offset: 6px;
 margin: 7px;
 aspect-ratio:1/1;
 max-width: 400px;
 font-size:min(2.2vw,24px); 
 color: var(--blue);
 font-weight: 900;
 text-align: center;
 position: relative;
}
.esgLeadList li::before{
	content: "";
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
}
.esgLeadList li:nth-child(1)::before{
	background-image: url("../images/esglead_ic01.svg");
}
.esgLeadList li:nth-child(2)::before{
	background-image: url("../images/esglead_ic02.svg");
}
.esgLeadList li:nth-child(3)::before{
	background-image: url("../images/esglead_ic03.svg");
}

.esgList{
 margin-bottom: 60px;
}
.esgList li figure{
 margin: 0 0 20px;
}
.esgList li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:333/235;
}
.esgList li h4{
 margin-bottom: 10px;
 text-align: center;
}
.esgOthers li{
 text-align: center;
}
.esgOthers li figure img{
 border-radius: 50%;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;
}
.esgOthers li figcaption{
 display: block;
 margin: 10px 0 0;
 font-size: min(1.7vw,18px);
 font-weight:600;
}

/* =======================================
  recruit
========================================== */
.contentsMenu{
 padding: 0;
}
.contentsMenu h3{
 display: flex;
 align-items: center;
 gap:0 min(2vw,30px);
 font-size: min(3vw,4rem);
}
.contentsMenu h3::after{
 content: "";
 width: 2px;
 height: 34px;
 background: var(--Lblue);
transform: rotate(30deg);
 transform-origin: left bottom;
}
.contentsMenu ul{
 gap:10px min(5vw,60px);
}

#recruitLead .pcFlex + .pcFlex{
 margin-top: 60px;
}
#recruitNewstep .pcFlex + h3{
 margin-top: 60px;
}
#recruitType li figure{
 margin: 0 0 20px;
}
#recruitType li figure img{object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:333/236;
}
#recruitType h4 {
 letter-spacing: 0;
 line-height: 1.2;
}
#recruitType h4 span{
 display: inline-block;
 border-radius: 5px;
 background: var(--blue);
 margin-right: 10px;
 margin-bottom: 5px;
 padding: 4px 8px 6px;
 color: #fff;
 font-size: 14px;
 line-height: 1;
 vertical-align: top;
}
#recruitType li .btn{
 height: 60px;
}
#recruitType li a+ a{
 margin-top: 10px;
 background-color: var(--blue);
}

/* =======================================
  job
========================================== */
.jobFlow{
 margin-top: 40px;
}
.jobFlow li{
 position: relative;
 text-align: center;
}
.jobFlow li h4{
 margin-bottom: 10px;
 white-space: nowrap;
}
.jobFlow li figure{
 margin: 0 0 10px;
}
.jobFlow li figure img{
 border-radius: 50%;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;
}
.jobFlow li p{
 font-size: min(1.4vw,16px);
 line-height: 1.4;
 white-space: nowrap;
}

#jobType {}

.slash{
 display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 10px;
}
.slash::before,
.slash::after {
  content: "";
  display: block;
  background: var(--blue);
  width: 1.5px;
  height: 1.28em;
  transform: rotate(36deg);
  transform-origin: right bottom;
}
.slash::before {
  transform: rotate(-36deg);
  transform-origin: left bottom;
}


.jobTypeBox{
 margin-top: 60px;
}
.jobTypeBox.bgLgray{
 padding-block: 60px;
}
.jobTypeBox .slash{
 font-size: 20px;
 font-weight: 700;
}
.jobTypeInfo{
 margin-top: 50px;
}
.jobTypeInfo dt{
 margin-bottom: 20px;
 font-size: 20px;
 font-weight: 700;
}
.jobTypeInfo dd ul{
 display: flex;
 flex-flow: row wrap;
 gap:10px 10px;
}
.jobTypeInfo dd ul li{
 padding: 4px 15px 6px;
 background: #DCF5FF;
 line-height: 1.4;
}
.jobTypeBox h5{
 margin-top: 50px;
}
.jobfaq figure img{
 border-radius: 50%;object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;
}
.jobfaq dt{
 margin-bottom: 10px;
 font-size: 18px;
 font-weight: 700;
}
.jobfaq dd{
 border-radius: 20px;
 background: #F3f3f3;
 padding: 20px;
}
.jobfaq dd +dt{
 margin-top: 20px;
}
.timeline{
 position: relative;
 display: flex;
 justify-content: space-around;
}
.timeline::before{
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 background: var(--blue);
 position: absolute;
 top: 42px;
 left: 0;
}
.timeline li{
 text-align: center;
}
.timeline li time{
 font-size: 18px;
 font-weight: 700;
}
.timeline li time::after{
 content: "";
 display: block;
 border-radius: 50%;
 width: 20px;
 height: 20px;
 background: var(--blue);
 margin: 0 auto;
}
.timeline li p{
 font-size: 18px;
 font-weight: 600;
}

#recruitBnr{
	border-radius: calc(infinity * 1px);
	border: 2px solid var(--Lblue);
}
#recruitBnr a{
 display: grid;
 place-content: center;
border-radius: calc(infinity * 1px);
 color: var(--wh);
 font-weight: 700;
}
#recruitBnr a span{
	display: inline-block;
	position: relative;
}
#recruitBnr a span::before{
	content: "";
	background: url("../images/ic_entry.png") no-repeat left top / 100% auto;
	display: inline-block;
	position: absolute;
}

/* =======================================
  benefits
========================================== */
.benefitsBox{
}
.benefitsList{}
.benefitsList li h4{
 position: relative;
 border-radius: 20px 0 20px 0;
 width: 95%;
 background: var(--blue);
 padding: 10px 20px;
 margin: 0 0 -50px -10px;
 color: #fff;
}
.benefitsList li figure{
 margin: 0 0 10px;
}
.benefitsList li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:333/240;
}
.benefitsList li .btnWrap{
 margin-top: 10px;
}
.benefitsList li .btn{
 height:60px;
}
.benefitsList + h4{
 margin-top: 60px;
}
.benefitsOthers{
 display: flex;
 flex-flow: row wrap;
 gap:15px 1.5%;
}
.benefitsOthers li{
 display: grid;
 place-content: center;
 background: #DCF5FF;
 padding: 10px 5px 16px;
 line-height: 1.6;
 font-size: 20px;
 font-weight: 600;
 text-align: center;
}
.benefitsOthers li .txt_s{
 font-size: 12px;
 font-weight: 500;
 letter-spacing: 0;
}

#benefitsGallery{}
.galleryList figure img{object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:510/357;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.9);
  justify-content: center;
  align-items: center;
}
.close {
  position: absolute;
  top: 10px; right: 10px;
  cursor: pointer;
  font-size: 24px;
}
.modalConts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: min(90%, 800px);
  height:min(90%,470px) ;
  margin: auto;
  padding: 54px 60px;
  border-radius: 15px;
  background: var(--wh);
  border: 2px solid var(--blue);
  overflow-y: auto;
 text-align: center;
}
.modalConts .discList{
 display: inline-block;
 text-align: left;
}
.modalConts .discList li{
 font-size: 18px;
}
/* =======================================
  numbers
========================================== */
#numbersLead{
 padding-top: 100px;
}
#numbers01 ul {
 justify-content: space-between;
 gap:40px 0px;
}
#numbers01 ul li{
 border-radius: 20px;
 background: var(--LLgray);
 width: 48%;
 padding: 40px 0;
 text-align: center;
}
#numbers01 ul li figure{
 width: 80%;
 margin: 0 auto 10px;
}
#numbers01 ul li figure img{
 margin: 0 auto;
}

#numbers02,
#numbers03{
 padding-block: 40px 60px;
 border-radius: 20px;
}
.baloonBox{
 padding:0 5%;
 gap:30px 40px;
 justify-content: space-around;
 align-items: center;
}
.baloonBox li{
 position: relative;
 border: 1px var(--blue) solid;
 min-width: 170px;
 border-radius:10px;
 background: #fff;
 padding: 20px;
 text-align: center;
}
.baloonBox li span{
 font-size: 117%;
}
.baloonBox li::before,
.baloonBox li::after{
 content: "";
 display: block;
 background: var(--blue);
	width:18px;
	height:16px;
clip-path: polygon(0 0, 50% 100%, 100% 0);
 position: absolute;
 top: 100%;
 left: 60%;
}
.baloonBox li::after{
 background: #fff;
	width:16px;
	height:15px;
 margin-top: -1px;
 margin-left: 1px;
}

.baloonBox li:has(.Lblue){
 border-color: var(--Lblue);
}
.baloonBox li:has(.Lblue)::before{
 background-color: var(--Lblue);
}

#numbers03{
 margin-top: 60px;
 margin-bottom: 100px;
}

/* =======================================
  works
========================================== */
#works main h3{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
#works main h3 .total{
 font-size: 83%;
 font-weight: 500;
}
.workList li figure{
 margin: 0 0 10px;
}
.workList li .workCat{
 margin: 0;
 display: inline-flex;
 border-radius: 5px;
 background: #DCF5FF;
 padding: 2px 10px 4px;
 line-height: 1.3;
}
.workList li h4{
 margin: 5px 0;
 font-size: 20px;
 font-weight: 700;
 line-height: 1.5;
}
.workList li h4 span{
 display: block;
}

.workList li h4 span.sub{
  display: inline-block;
  margin-left: 1em;
  font-size: .8em;
  color: #707070
}

/* =======================================
	news
========================================== */
/*	一覧
-----------------------------*/
.newsBox{
 margin-bottom: 40px;
}

#news .anchorLink a::after{
  border-width: 2px 2px 0 0;
}
#news .anchorLink a:hover::after{
}

.newsBox figure{
	overflow: hidden;
 background: #ECECEC;
 aspect-ratio: 4 / 3;
}
.newsBox figure img{
 object-fit:contain;
 width: 100%;
 height: 100%;
 margin: auto;
}
.newsBox h4{
 margin-bottom: 10px;
}
.newsBox .newsInfo{
 margin-bottom: 10px;
}
.newsInfo .date{
 font-size: 18px;
 letter-spacing: 0.06em;
}


/*		single
-----------------------------*/
#newsDetail .newsInfo{
 margin-bottom: 20px;
}
#newsDetail .cat{
 margin:0 0 0 20px;
 font-size: 14px;
}
#newsDetail h3{
	margin-bottom: 20px;
	text-align: left;
}

#newsDetail figure{
 margin-bottom: 1.6em;
}
#newsDetail .mv{
 margin-bottom: 2em;
}
#newsDetail .mv img{
 margin: 0 auto;
}
#newsDetail .txts p{
 margin-bottom: 1.5em;
}
#newsDetail .txts a{
 color: var(--blue);
 text-decoration: underline;
}
#news article .btn{
 margin: auto;
}

#news article img {
 height: auto ;
}
#news article .aligncenter {
 text-align: center;
 margin: auto;
}
#news article .alignright {
 text-align: right;
 margin-right: 0;
 margin-left: auto;
}
#news article h1 {
 font-size: 160%;
}
#news article h2 {
 font-size: 150%;
}
#news article h3 {
 font-size: 140%;
}
#news article h4 {
 font-size: 130%;
}
#news article h5 {
 font-size: 120%;
}
#news article h6 {
 font-size: 110%;
}

/* =======================================
        お知らせ news（投稿の本文用）
========================================== */
/* 詳細ページのビジュアルモード用 single-news部分は親のIDに変更する */
#single-news {
  img {
    height: auto !important;
  }
  .aligncenter {
    text-align: center;
    margin: auto;
  }
  .alignright {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
  /* 本文の見出し調整！.newsDetailCont は適宜変更*/
  #news article#newsDetail h1 {
    font-size: 160%;
  }
  #news article#newsDetail h2 {
    font-size: 150%;
  }
  #news article#newsDetail h3 {
    font-size: 140%;
  }
  #news article#newsDetail h4 {
    font-size: 130%;
  }
  #news article#newsDetail h5 {
    font-size: 120%;
  }
  #news article#newsDetail h6 {
    font-size: 110%;
  }
}

/* =======================================
entry
========================================== */
#entryRequirements{}
#entryFlow{}

#entryFlow ol{}
#entryFlow li{
 position: relative;
 text-align: center;
}
#entryFlow li .num{
 position: absolute;
 top: 0;
 left: 0;display: grid;
 place-content: center;
 border-radius: 50%;
 background: var(--Lblue);
 width: 90px;
 height:90px;
 color: #fff;
 font-size: 32px;
 font-weight: 700;
 line-height: 1.1;
}
#entryFlow li .num span{
 font-size: 20px;
}
#entryFlow ol li figure{
 margin: 0 auto 10px;
}
#entryFlow ol li h4{
 color: var(--base);
 font-size: 20px;
}
#entryFlow ol li h4 span{
 display: block;
 font-size: 75%;
}
#entryForm{}

/* =======================================
	contact
========================================== */ 
#contactLead{
}

#contactTel .tel{
 border-radius: 20px;
 padding: 40px 0;
 text-align:center;
}
#contactTel .tel a{
 display: flex;
 justify-content: center;
 align-items: center;
 gap:0 10px;
 color: var(--blue);
 font-size: 36px;
 font-weight: 700;
 line-height: 1.2;
}
#contactTel .tel a::before{
 content: "";
 display: block;
 background: url("../images/ic_tel_blue.svg") no-repeat left center/100% auto;
 width: 22px;
 height:32px;
}

/* =======================================
	form
========================================== */
.formArea h4{
 display: block;
}
.formArea h4:not(:first-of-type){
 margin-top: 40px;
}
.basicTable .hissu{
	display: inline-block;
 background: var(--wh);
 color: var(--red);
	border-radius: 3px;
 padding: 3px 3% 4px;
 font-size: 1.3rem;
	line-height: 1;
	margin-left: 0.8em;
}
.formArea #mailformpro dd:not(.pcFlex) label{
 margin-bottom: 10px;
}
.formArea input[type=radio]{
 vertical-align: -0.05em;
 margin-right: 5px;
}
.formArea textarea{
 height: 200px !important;
}
optgroup{
 font-style: normal;
}
.contactPrivacy{
 text-align: center;
}

.formBtn {
  margin-top: 20px;
}
.contactPrivacy a{
 color: var(--green);
	text-decoration: underline;
}

input.btn{
	border: none;
 margin: 0 auto;
 padding: 5px 15px;
 width: 100%;
 color: #fff;
 text-align:center;
 cursor: pointer;
}
input.btn:hover{
 opacity: .7;
}

#sendChkbox_label, #sendChkbox2_label {
  display: inline-block;
}

/* =======================================
	privacypolicy
========================================== */
#privacyMain{
 padding-bottom: 150px;
}
#privacyMain .lead{
  margin-bottom: 2em;
}
#privacyMain .contBox{
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em
}
#privacyMain h3{
 margin-top: 40px;
 margin-bottom: 20px;
}
#privacyMain .h4Tit{
 margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
}
section#privacyMain p:not(:last-child){
	margin-bottom: 1em;
}
#privacyMain ul,
#privacyMain dl{
	margin-bottom: 30px;
}
#privacyMain ul li{
	/* margin-bottom: 15px; */
	margin-left: 1em;
	text-indent: -1em;
}
#privacyMain ul li > p{
  margin-left: 3em;
  margin-bottom: .5em !important
}
#privacyMain ul li:last-child{
	margin-bottom: 0;
}
#privacyMain ol{
  margin-left: 3em;
  margin-bottom: 1em
}
#privacyMain dl dd{
	padding-left: 1.5em;
	padding-bottom: 10px;
}
#privacyMain dl dd:last-child{
	padding-bottom: 0;
}
