@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: 913px !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", sans-serif;
	font-weight: 500;
	font-style: normal;
	box-sizing: border-box;
	line-height: normal;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: var(--base);
}
p{
	line-height: 1.875em;
}

/*フォントファミリー
========================================== */
.fontGo{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.fontMin{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*色
========================================== */
:root {
	--base: #012F71;
	--bk: #000;
	--wh: #fff;
	--red: #C50D0D;
	--Lgray: #EEEEEE;
	--grdbk:linear-gradient(to bottom, rgba(208, 239, 253, 0) 0%, rgb(30, 30, 30, 0) 55%, #3A3A3A 100%);
}

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

/*背景
========================================== */
.bgBase{ background-color: var(--base) !important;}
.bgRed{ background-color: var(--red) !important;}
.bgLgray {  background-color: var(--Lgray) !important;}
.bgW{  background-color: #fff !important;}
.bgGrdbk{ background: var(--grdbk) !important;}

/*ボタン
========================================== */
.btnWrap{
 margin-top: 40px;
 text-align: center;
}
.btnWrap.flex{
  justify-content: center;
  gap: 30px 2.5%;
}
.btnWrap:not(.flex) .btn{
	margin: 0 auto;
}

.btn{
  border-radius: calc(infinity * 1px);
  background: var(--base);
	border: 1px solid  var(--base);
  display: flex;
  align-items: center;
  justify-content: space-between;
	width: min(100%,21.16em);
  /*height: 3.89em;*/
	padding: 0.61em 1.56em 0.61em 2.67em;
	font-size: min(3.6vw, 18px);
  color:var(--wh);
  line-height: 1;
}
.btn::after{
	content: "";
	display: grid;
	place-content: center;
	background: url(../images/ic_arrow_white.svg) no-repeat center center / 14px auto;
	width: 2.67em;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid var(--wh);
}
.btn.bgRed{
  border-color: var(--red);
}
.btn.bgW,
.bgBase .btn.bgW{
  background: var(--wh);
	color: var(--base);
  border-color: var(--base);
}
.btn.bgW::after,
.bgBase .btn.bgW::after{
  background-image: url(../images/ic_arrow.svg);
  border-color: var(--base);
}

a.btn:hover,
a.icArrow:hover{
  opacity: 0.7;
}

/*装飾
========================================== */
.line{
	display: inline;
  background: linear-gradient(transparent 76%, var(--yellow) 76%);
}

/*タイトル
========================================== */
#top .h2Tit,
.h3Tit{
	font-weight: 900;
	color: var(--blue);
	text-align: center;
}
.bgBase .h3Tit{
	color: var(--wh);
}
#top .h2Tit .en,
.h3Tit .en{
	display: block;
	left: 0.02em;
	letter-spacing: 2%;
}
#top .h2Tit .jp,
.h3Tit .jp{
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	letter-spacing: 6%;
}
/*平行四辺形*/
span.parallelogram{
	position: relative;
	display: inline-block;
	padding: 0.2em 0.4em;
    line-height: 1.4em;
	color: var(--wh);
}
span.parallelogram::before {
    position: absolute;
    inset: 0 0 0 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--base);
    transform: skewX(-20deg);
    z-index: -1;
}
/*//平行四辺形*/

.h4Tit {
	border-bottom: 1px solid var(--base);
	letter-spacing: 0.06em;
	padding-bottom: 5px;
	text-align: center;
}

/*テキスト
========================================== */
.leadTxt{
	font-weight: 700;
}
.leadWrap{
	text-align: center;
}
.leadWrap .leadTxt{
	border-bottom: 1px dashed var(--base);
  display: inline-block;
	font-weight: 900;
}
.secLead{
	font-weight: 700;
	line-height: 1.75em;
	letter-spacing: 0.1em;
}

/*-- リンク --*/
.txtLink{
	text-decoration: underline;
}
.txtLink:hover{
	opacity: 0.7;
}
.linkOther{
	position: relative;
}
.linkOther::after{
	content: "";
	display: inline-block;
	background: url("../images/ic_window.svg") no-repeat left top / 100% auto;
	width: 11px;
	height: 11px;
	position: absolute;
	right: -17px;
	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(--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.next{
	border: none;
}
.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 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;
}
/**/


/* =======================================
  タブ
========================================== */
.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-color: transparent;
  width: 100%;
  left: 0;
  top:0;
  background-color: var(--wh);
  z-index: 1010;
}
header.fixed {
  background-color: rgba(255, 255, 255, 0.9);
}
header #logo{
 padding: 15px 0;
}
header #logo a{
  font-size : 0;
}
header #logo a img{
  max-width: 100%;
  max-height: 100%;
}

#headLinks .tel{
        display: flex;
				align-items: center;
}
#headLinks .tel a{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap:0 1px;
  font-size: min(2vw,2rem);
  font-weight: 700;
  line-height: 1;
  color: var(--base);
}
#headLinks .tel .telNum{
	font-size: min(3.2vw,3.2rem);
  white-space: nowrap;
  letter-spacing: 6%;
}
#headLinks .tel .time{
  font-size: min(1.4vw,14px);
  color: var(--base);
  line-height: 1;
  letter-spacing: 2%;
}
#headLinks .tel .time span{
  font-size: 1.143em;
}
#headLinks .headerContact a,
#headLinks .headerRcruit a{
	display: grid;
	place-content: center;
  border-radius: calc(infinity * 1px);
  width: 160px;
	aspect-ratio: 160/41;
  color: #fff;
	line-height: 1em;
}
#headLinks .headerContact a{
  background: var(--red);
}
#headLinks .headerRcruit a{
  background: var(--base);
}


/* =======================================
	footer
========================================== */

/* =======================================
	footContact
========================================== */
#footContact{
 padding: 0;
	text-align: center;
}
.pgs #footContact{
	border-top: 1px solid var(--base);
}
#footContact .h2Tit{
  font-weight: 900;
  text-align: center;
}
#footContact .h2Tit .jp{
	display: block;
  font-weight: 700;
}
.footContactBox{
	position: relative;
	padding: 40px 10px;
	text-align: center;
}
.footContactBox::before{
	position: absolute;
	content: "";
	display: inline-block;
	background-color: var(--base);
	width: 50px;
	aspect-ratio: 1/1;
}
#footContactContact.footContactBox::before{
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#footContactFaq.footContactBox::before{
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.footContactBox .flex{
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 2.8%;
}
.footContactBox .telfax a{
	display: block;
	width: min(90%, 290px);
	border: 1px solid var(--base);
	padding: 11px 5px 20px;
}
.footContactBox .telfax a.fax{
	display: grid;
	align-items: center;
	padding: 11px 5px;
}
#footContact .telfax a span:has(.num){
	font-size: 2rem;
}
#footContact .telfax a span .num{
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}
#footContact .num{
 white-space: nowrap;
}
#footContact .num{
	display: inline-block;
}
#footContact .time{
 display: block;
 font-size: 1.4rem;
 line-height: 1;
}
#footContact .time span{
	display: inline-block;
	margin: 0 0.5em;
 font-size: 1.6rem;
}
#footContact .contact .btn{
	flex-direction: column;
	width: 100%;
}
#footContact .contact .btn span{
	display: block;
}
#footContact .contact .btn::after{
	aspect-ratio: 1 / 1;
}
#footContactContact .btnWrap{
	margin-top: 20px;
}
#footContactFaq .h2Tit{
	margin-bottom: 10px;
}
#footContactFaq .h2Tit .en{
	line-height: 1.3;
}
#footContactFaq .btnWrap{
	margin-top: 26px;
}

/* =======================================
	#footBottom
========================================== */
#footBottom{
	position: relative;
	background:url(../images/footer_bg_img01.jpg) no-repeat center center / cover;
	padding: 120px 0 20px;
	z-index: 1;
}
#footBottom::before{
	position: absolute;
	inset: 0;
	content: "";
	display: block;
	background: rgba(27, 27, 27, 0.9);
    width: 100%;
    height: 100%;
	z-index: -1;
}
#footerLogo{
 width: 264px;
 margin-bottom: 17px;
}
#footBottom .tel{
	margin-top: 20px;
}
#footBottom .tel a{
	color: var(--wh);
	font-size: 2rem;
	font-weight: bold;
}
#footBottom .tel a span.num{
	font-size: 1.6em;
	letter-spacing: 6%;
}
#footBottom .tel .time{
	display: block;
}
footer .copy{
	display: block;
	color: var(--wh);
}

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


/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle{
	background: var(--base);
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.06em;
}

/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
 height: 6.42vw;
    padding-top: 20px;
}
#breadcrumb ul{
	margin: 0 auto;
 font-size: 0;
 line-height: 1;
}
#breadcrumb li{
	display: inline-block;
 margin-right: 15px;
 font-size: 13px;
 font-weight: 700;
	color: #B3B3B3;
}
#breadcrumb li a{
	color: var(--bk);
}
#breadcrumb li a::after{
	content: "";
 display: inline-block;
	border-top: 1px var(--bk) solid;
	border-right: 1px var(--bk) solid;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 color: var(--bk);
	margin-left: 15px;
 margin-bottom: 2px;
}

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

/*-- title --*/
.pgs:not(#recruit) main .h3Tit{
  font-size: 3.6rem;
	letter-spacing: 0.06em;
}
.h4Tit{
	color: var(--blue);
	font-weight: 900;
	line-height: 1.6;
}
.h5Tit{
	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(--bk);
	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(--base);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 500;
	width: 16%;
}
table.basicTable tbody td{
	border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
	width: 17%;
}
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%; 
}
table.basicTable th:last-child,
table.basicTable td:last-child{
	border-right: none;
}


/*-- separateTable --*/
.separateTable {
	background: var(--wh);
	border: 1px solid var(--base);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
  gap: 30px 3.6%;
}
.separateTable > dt{
	display: grid;
	place-content: center;
	background: var(--base);
	border-radius: 4px;
	color: var(--wh);
	font-size: 1.8rem;
	font-weight: 700;
}
.separateTable > dd:not(:has(p)):not(:has(ul)){
	display: grid;
	align-items: center;
}
.separateTable .flex{
	gap: 20px 3.5%;
}
.separateTable ul li{
	margin-left: 1em;
	text-indent: -1em;
}
.separateTable ul li::before{
	content: "・";
}
.separateTable a{
	text-decoration: underline;
}
.separateTable a:hover{
 text-decoration: none;
}

/*		anchorLink
-----------------------------*/
.anchorLink{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.anchorLink a{
	background: var(--wh);
	border: 1px solid var(--base);
	display: grid;
 	place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	color: var(--base);
	text-align: center;
	border-radius: 50px;
}
.anchorLink 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: 8%;
  top: calc(50% - 6px);
	transform: rotate(45deg);
}
.anchorLink a:hover{
	opacity: 0.7;
}
/* .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{
	display: grid;
	place-content: center;
	position: relative;
	max-width: 100%;
	height: auto;
	text-align: center;
}
.pageLinks li a::after{
  content: "";
  display: inline-block;
	position: absolute;
}


/* =======================================
	top
========================================== */
#top main{
 overflow: visible;
 contain: paint;
}

/*		#mv
-----------------------------*/
#mv{
  position: relative;
  width: 100%;
  padding: 0;
	z-index: 1;
}
#mv::before{
	position: absolute;
	inset: 0 auto 0 0;
	content: "";
	display: block;
	background-color: var(--base);
	width: 75.5vw;
	clip-path: polygon(0 0, 100% 0, 58.8% 100%, 0 100%);
	z-index: 1003;
}
#mvImg{
  position: relative;
	z-index: 2;
}
.inner1400:has(#mvTxts){
  position: absolute;
	inset: 0 0 0 0;
}
#mvTxts{
  position: absolute;
	inset: 0 auto 0 0;
    padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1004;
}
#mvTxts h1{
	font-size: min(4vw,40px);
	font-weight: 900;
	letter-spacing: 8%;
}
#mvTxts h1 span{
	margin-top: 10px;
	display: inline-block;
	font-size: 1.25em;
}
#mvTxts h1 span img{
	display: inline-block;	
    height: min(5vw, 71px);
    vertical-align: bottom;
    margin-bottom: 0.15em;
}
#mvTxts h1 span img:nth-of-type(2){
	margin-left: 0.4em;
	margin-right: 0.24em;
}
#mvTxts p{
	margin-top: 6.17em;
	font-size: min(4vw,24px);
	line-height: 1.7em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

/*		#top
-----------------------------*/

/*		#topReason
-----------------------------*/
#topReason.bgLgray{
	background-color: #F2F2F2 !important;
}
#topReasonFlow{
	width: min(100%, 977px);
	margin: 0 auto;
	justify-content: center;
	padding-left: 60px;
}
#topReasonFlow li{
	overflow: hidden;
	position: relative;
	width: 17.1%;
	clip-path: polygon(0 0, 84.4% 0, 100% 50%, 84.4% 100%, 0 100%, 15.6% 50% );
}
#topReasonFlow li:nth-of-type(1){
	width: 21.6%;
	clip-path: polygon(0 0, 87.66% 0, 100% 50%, 87.66% 100%, 0 100%, 12.34% 50% );
}
#topReasonFlow li:nth-of-type(2){
	width: 21.0%;
	clip-path: polygon(0 0, 87.6% 0, 100% 50%, 87.6% 100%, 0 100%, 12.4% 50% );
	transform: translateX(-15px);
}
#topReasonFlow li:nth-of-type(3){
	transform: translateX(-30px);
}
#topReasonFlow li:nth-of-type(4){
	transform: translateX(-45px);
}
#topReasonFlow li:nth-of-type(5){
	transform: translateX(-60px);
}
#topReasonFlow li figure,
#topReasonFlow li figure img{
	height: 100%;
}
#topReasonFlow li figcaption{
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	font-size: min(2vw, 2rem);
	font-weight: 700;
	z-index: 2;
}
#topReasonFlow li figcaption::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(1, 47, 113, .3);
    z-index: -1;
}

/*topReason1*/
#topReason1{
	padding: 60px 0 80px;
}
.topReason1Box{
	position: relative;
}
.topReason1Box figure{
	width: 100%;
	height: 100%;
}
.topReason1Box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topReason1Box figure figcaption{
	position: absolute;
	inset: 0 0 auto auto;
}
.topReason1Box .txts{
	position: absolute;
	inset: auto 0 0 0;
	padding: 0 4% 39px;
}
.topReason1Box .txts h3{
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
}
.topReason1Box .txts p{
	width: min(100%, 294px);
	margin: 1em auto 0;
	text-align: center;
}


/*topReason2*/
#topReason2{
	padding: 80px 0;
}
#topReason2 p#topReason2Lead{
	font-size: 2rem;
	line-height: 2.1em;
	letter-spacing: 12%;
}
#topReason2 p#topReason2Lead{
}
.topReason2Box{
	width: min(90%, 780px);
	margin: 80px auto;
}
.topReason2Box h4{
	font-size: min(8vw, 4rem);
	line-height: 1.3em;
}
.topReason2Box p{
	margin-top: 1.875em;
}

/*		#topAbout
-----------------------------*/
#topAbout{
	padding: 80px 0 0;
}
#topAbout ul li a{
	display: block;
	background-color: var(--wh);
	border: 1px solid var(--base);
	border-radius: 2px;
	padding: 19px 39px;
	font-size: min(4vw, 2rem);
}
#topAbout ul li a .en{
	display: flex;
	align-items: center;
	justify-content: space-between;
    max-height: 37px;
	font-size: 1.2em;
	font-weight: 900;
}
#topAbout ul li a .jp{
	font-weight: 700;
}
#topAbout ul li a::after{
	content: "";
	display: grid;
	place-content: center;
	background: url(../images/ic_arrow.svg) no-repeat center center / 14px auto;
	margin-top: 15px;
	width: 2.67em;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid var(--base);
}
#topAbout > figure{
	margin-top: 80px;
}

/*		#topNews
-----------------------------*/
#topNews{
	padding: 80px 0 120px;
}
/* #topNews .btn{
	background: none;
} */
#topNews ul li{
	border-bottom: 1px solid var(--base);
}
#topNews ul li a{
	display: flex;
	align-items: center;
	gap: 0 4.4%;
	padding: 0.9em 0;
	letter-spacing: 8%;
}
#topNews ul li a .entryTitle {
	flex: 1;
}
#topNews ul li a::after {
    content: "";
    display: grid;
    place-content: center;
    background: url(../images/ic_arrow.svg) no-repeat center center / 14px auto;
    width: max(2.44em, 35px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid var(--base);
}
#topNews ul li .date{
	width: 4.5em;
	font-size: min(4vw, 2rem);
	letter-spacing: 2%;
}
#topNews ul li a:hover{
 opacity: .7;
}

/*		#topRecruit
-----------------------------*/
#topRecruit{
	position: relative;
	margin-top: 130px;
	padding: 0 0 80px;
}
#topRecruit > div{
	position: relative;
	padding-top: 235px;
	z-index: 5;
}
#topRecruitMV{
	position: absolute;
	inset: -130px 0 auto 0;
	margin: 0 auto;
}
#topRecruitMV::after{
	position: absolute;
	inset: 0;
	content: "";
	display: block;
	background: linear-gradient(
		180deg, 
		#FFFFFF 0%, 
		rgba(203, 203, 203, 0) 40%, 
		rgba(153, 153, 153, 0) 100%
	);
	z-index: 1;
}
#topRecruitMV figcaption{
	position: absolute;
	inset: 0;
	content: "";
	display: inline-block;
	text-align: center;
	font-size: min(10.4vw,13rem);
	letter-spacing: 0.06em;
	line-height: 0.34em;
  color: transparent;
  -webkit-text-stroke: 2px var(--base);
  font-weight: 900;
	z-index: 2;
}
#topRecruit .h2Tit{
	text-align: left;
}
#topRecruit .btnWrap:not(.flex) .btn{
	margin-left: 0;
}

/* =======================================
  company
========================================== */
#companyGreeting .name{
	font-size: 140%;
}
#companyAccess iframe.map{
	border: 2px solid var(--wh);
	width: 100%;
	height: 250px;
}
#companyAccess .address01,
#companyAccess .address02 > div{
	background: var(--Lgray);
	padding: 30px 3.3%;
}
#company .companyPhoto{
	border-top: 1px solid var(--base);
}

/* =======================================
   esg
========================================== */
#esgLead .leadBox{
	border: 1px solid var(--base);
}
#esgLead .leadImg{
	margin: 0 auto;
	width: 100%;
}
#esgLead .leadImg li h3{
	color: var(--wh);
	text-align: left;
}
#esgLead .leadImg li ul{
	padding-top: 5px;
}
#esgLead .leadImg li ul li{
	text-align: left;
}
#esgLead .leadImg li ul li::before{
	content: "";
	display: inline-block;
	border-radius: calc(infinity * 1px);
	position: absolute;
	left: 0.5em;
	top: 0.5em;
}
#esgLead .leadImg li:nth-child(1) ul li:before,
#esgLead .leadImg li:nth-child(1) h3{
	background: #017e1c;
}
#esgLead .leadImg li:nth-child(1) ul li{
	color: #017e1c;
}
#esgLead .leadImg li:nth-child(2) ul li:before,
#esgLead .leadImg li:nth-child(2) h3{
	background: #e09600;
}
#esgLead .leadImg li:nth-child(2) ul li{
	color: #e09600;
}
#esgLead .leadImg li:nth-child(3) ul li:before,
#esgLead .leadImg li:nth-child(3) h3{
	background: #003b8f;
}
#esgLead .leadImg li:nth-child(3) ul li{
	color: #003b8f;
}
#esgLead .leadImg li ul li{
	color: var(--bk);
	position: relative;
	padding-left: 25px
}
#esgLead .h3Tit{
	background: var(--wh);
	display: inline-block;
}
#esgDetail .tiBox{
	border-top: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
	background: var(--base);
}
#esgDetail .tiBox h4{
	background: var(--base);
	color: var(--wh);
}
#esgDetail .tiBox h4 .en{
	display: block;
}
#esgDetail .tiBox h4 .en{
	font-size: 80%;
}
#esgDetail .tiBox .icSDGs{
	background: var(--wh);
	display: flex;
	align-items: center;
	gap:0 10px;
}
#esgEnvironment .tiBox h4 .en{
	border-top: 4px solid #017e1c;
}
#esgSocial .tiBox h4 .en{
	border-top: 4px solid #e09600;
}
#esgGovernance .tiBox h4 .en{
	border-top: 4px solid #003b8f;
}
#esgDetail .detailBox div.pcFlex{
	background: var(--Lgray);
	align-items: center;
	padding: 20px;
}
#esgDetail .bgLgray .detailBox div.pcFlex{
	background: var(--wh);
}
#esgDetail .detailBox .btnWrap{
	margin-top: 20px;
}


/* =======================================
   reason
========================================== */
.reasonWrap {
	padding-top: 0;
}
.reasonWrap .wrapLead .pcFlex{
  margin: 0 auto;
}
.reasonWrap .wrapLead .txts{
	color: var(--wh);
}
.reasonWrap .subTxt{
	background: var(--wh);
	border: 1px solid var(--wh);
	color: var(--base);
	font-size: 85%;
	position: relative;
	z-index: 5;
	margin-bottom: 5px;
	justify-content: stretch;
  display: flex;
}

.reasonWrap ul li h5 {
  background: var(--base);
  color: var(--wh);
  margin-bottom: 5px;
  padding: 5px;
}

.shortDelivery{
	border: 1px solid var(--base);
}
.shortDelivery h4{
	font-weight: 900;
	background: var(--base);
	color: var(--wh);
}


/* =======================================
   business
========================================== */
.businessWrap{
	padding-top: 0;
}
.businessWrap .wrapLead.bgBase p{
	color: var(--wh);
}
.processingMethod li h5{
	background: var(--base);
	color: var(--wh);
	margin-bottom: 5px;
	padding: 5px;
}
.processingMethod li .btn{
	font-size: 15px;
	margin: 0 auto;
	padding: 0.61em 0.8em 0.61em 1em;
	width: min(100%, 206px);
}
.processingMethod li .btn::after{
	padding: 5px;
	width: 0.6em;
  background-size: 0.6em 0.6em;
}
.processingMethod li p{
	margin-bottom: 0.5em !important;
}

#business01 dl dt{
	background: var(--base);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: var(--wh);
	font-weight: 700;
}
#business01 dl dd{
	background: var(--wh);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	line-height: 1.875em;
	position: relative;
}
#business01 dl dd::before{
	content: "";
	background: var(--base);
	display: inline-block;
	width: 15px;
	height: 15px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
}
#business03 .processingMethod{
	flex-wrap: wrap;
}

.compatibilityList .basicTable tbody td{
	text-align: center;
}
.compatibilityList .basicTable tbody th ul li{
	list-style: disc;
}

.processingExample li{
	background: var(--wh);
	border: 1px solid var(--base);
}
.processingExample li h5{
	margin: 10px 0 5px;
	text-align: center;
}

.machinableRange{
	background: var(--Lgray);
	border-radius: 4px;
	margin: 40px auto;
}
.machinableRange dt{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 14px;
}
.machinableRange ul li{
	display: flex;
	align-items: baseline;
	font-weight: 900;
	letter-spacing: 0.06em;
 text-align: left;
}
.machinableRange ul li > span{
	display: flex;
	align-items: baseline;
}
.machinableRange .thickness{
	width: 217px;
}
.machinableRange .length{
	justify-content: space-between;
	position: relative;
}
.machinableRange .length::before{
	content: "";
	background: var(--base);
	display: inline-block;
	height: 1.5px;
	position: absolute;
	top: calc(50% + 5px);
}
.machinableRange .note{
	margin-top: 19px;
}

#businessFlow .h3Tit span{
	border-bottom: 1px solid var(--base);
	display: inline-block;
	font-size: .6em;
	margin-bottom: 10px;
	padding: 0 1em 0.25em;
	position: relative;
}
#businessFlow .h3Tit span::after{
	content: "";
	background: var(--wh);
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
	transform: rotate(45deg);
	position: absolute;
	left: calc(50% - 5px);
	top: calc(100% - 5px);
}
#businessFlow .reasonFlow{
	background: var(--wh);
	border-radius: 8px;
	justify-content: center;
	position: relative;
}
#businessFlow .reasonFlow::before{
	content: "";
	background: var(--wh);
	display: inline-block;
	transform: rotate(45deg);
	position: absolute;
}
#businessFlow .reasonFlow li{
	overflow: hidden;
	position: relative;
	clip-path: polygon(0 0, 84.4% 0, 100% 50%, 84.4% 100%, 0 100%, 15.6% 50% );
}
#businessFlow .reasonFlow li:nth-of-type(1){
	clip-path: polygon(0 0, 87.66% 0, 100% 50%, 87.66% 100%, 0 100%, 12.34% 50% );
}
#businessFlow .reasonFlow li:nth-of-type(2){
	clip-path: polygon(0 0, 87.6% 0, 100% 50%, 87.6% 100%, 0 100%, 12.4% 50% );
}
#businessFlow .reasonFlow li figcaption{
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	font-size: min(2vw, 2rem);
	font-weight: 700;
}


/* =======================================
   facility
========================================== */
#facilityList .basicTable{
	border: 1px solid var(--base);
}
#facilityList .basicTable thead th{
	padding: 15px 1%;
}
#facilityList .basicTable tbody th{
	width: 25.5%;
}
#facilityList .basicTable tbody td{
	width: calc(61.5% / 3);
}
#facilityList .basicTable tbody td:last-of-type{
	text-align: center;
	width: 13%;
}

#facilityMain .facilityBox{
	background: var(--wh);
}
#facilityMain .facilityBox:last-of-type{
	margin-bottom: 0;
}
#facilityMain .facilityBox h3{
	font-weight: 900;
}
#facilityMain .facilityBox h3 span{
	display: block;
}


/* =======================================
  recruit
========================================== */
#recruit #breadcrumb{
    z-index: 10;
}
#recruit #breadcrumb li,
#recruit #breadcrumb li a{
	color: var(--wh);
}
#recruit #breadcrumb li a::after{
	border-color: var(--wh);
}

/*		#recruitMV
-----------------------------*/
#recruitMV{
	position: relative;
}
#recruitMV figure{
	position: relative;
	z-index: -1;
}
#recruitMV figure::before{
    position: absolute;
    inset: 0 auto 0 0;
    content: "";
    display: block;
    background-color: rgb(1, 47, 113, 0.70);
    width: 25.3vw;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 3;
}
#recruitMV .txts{
	inset: auto 0 0 0;
	position: absolute;
}
#recruitMV .txts h2{
	font-weight: 900;
	letter-spacing: 0.08%;
	color: #ffffff;
}
#recruitMV .txts h2 > span{
	position: relative;
	display: inline-block;
}
#recruitMV .txts h2 > span::before{
	position: absolute;
	inset: 0 0 0 14px;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: var(--base);
	transform: skewX(-20deg);
	z-index: -1;
}
#recruitMV .txts h2 .fontS{
	font-size: 0.94em;
}
#recruitMV .txts p{
	font-weight: 700;
	color: #ffffff;
}
#recruitMV .txts p .fontS{
	font-size: 0.875em;
}
#recruitMV .txts .btn{
	width: auto;
	padding: 3px 8px;
	font-size: min(4vw, 20px);
}
#recruitMV .txts .btn span{
	white-space: nowrap;
}

/*		#recruitPeople
-----------------------------*/
#recruitPeople{
	position: relative;
}
#recruitPeople::before {
    position: absolute;
    inset: auto 0 0 auto;
    content: "";
    display: block;
    background-color: var(--base);
    width: min(83.3vw, 1166px);
	height: 1035px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 0;
}
#recruitPeople .h3Tit{
	margin-bottom: 15px;
	text-align: left;
}
#recruitPeople li{
	position: relative;
	display: flex;
	flex-direction: column;
}
#recruitPeople li h4{
	position: relative;
    letter-spacing: 0.06em;
    line-height: 0.9em;
    color: transparent;
    -webkit-text-stroke: 1px var(--base);
}
#recruitPeople li:last-of-type h4{
	transform: translateX(-0.2em);
    -webkit-text-stroke: 1px var(--wh);
}
#recruitPeople li div.bgW{
	flex-grow: 1;
	padding-bottom: 15px;
}
#recruitPeople li p{
	padding: 0 5.7%;
    letter-spacing: 0.04em;
}
#recruitPeople li p.lead{
	margin: 20px auto 10px;
    letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
}
#recruitPeople li p.lead span{	
	background: linear-gradient(transparent 75%, rgba(1, 47, 113, .2) 75%);
}

/*		#recruitTraining
-----------------------------*/
#recruitTraining h3{
	margin-bottom: 0;
	transform: translateY(50%);
}
#recruitTraining h3 span.parallelogram{
	padding: 0 0.4em 0.2em;
	line-height: 1em;
    letter-spacing: 2%;
}
#recruitTraining h4{
	position: relative;
	font-size: 1.8rem;
	z-index: 2;
}
#recruitTraining h4 span.parallelogram{
	padding: 0.4em 0.6em;
	line-height: 1em;
    letter-spacing: 6%;
}
#recruitTraining p{
	position: relative;
	width: min(100%, 579px);
	padding: 1.68em 2em;
	letter-spacing: 0.06em;
	z-index: 1;
}

/*		#recruitBenefits
-----------------------------*/
#recruitBenefitsBoxs{
	flex-wrap: wrap;
}
#recruitBenefitsBoxs dl{
	border: 2px solid var(--base);
}
#recruitBenefitsBoxs dl:last-of-type{
	width: 100%;
}
#recruitBenefitsBoxs dl dt{
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
}
#recruitBenefitsBoxs dl dt span{
	display: grid;
	justify-items: center;
	height: 60px;
}
#recruitBenefitsBoxs dl:last-of-type{
	gap: 20px 5.25%;
}
#recruitBenefitsBoxs dl:last-of-type dd ul h5{
	font-size: 2rem;
	font-weight: 700;
}
#recruitBenefitsBoxs dl:last-of-type dd li + li{
	margin-top: 1em;
}
#recruitBenefitsBoxs dl:last-of-type dd p{
	line-height: 1.625em;
}

/*		#recruitEmployee
-----------------------------*/
#recruitEmployee .pcFlex{
	gap: 20px 3.2%;
	align-items: center;
}
#recruitEmployee .pcFlex .secLead{
	margin-bottom: 1em;
	margin-left: 0.5em;
	text-indent: -1em;
}
#recruitEmployee .txts p:not(.secLead),
#recruitEmployee .txts p:not(.btnWrap){
	letter-spacing: 0.06em;
}
#recruitEmployee .txts .btnWrap .btn{
    margin: 0 auto 0 0;
}

/*		#recruitEntry
-----------------------------*/
.recruitEntryFlow ul{
	color: var(--wh);
}
.recruitEntryFlow ul li{
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.recruitEntryFlow ul li > span{
	margin-left: 0.1em;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.recruitEntryFlow ul li p{
	position: relative;
	display: grid;
	place-content: center;
	aspect-ratio: 1/1;
	background-color: var(--wh);
	border-radius: 50%;
	color: var(--base);
	font-weight: 900;
}
.recruitEntryFlow ul li p::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + min(2.775vw,22.5px));
	content: "";
	display: block;
	width: min(2.25vw,27px);
	aspect-ratio: 27/43;
	background: url("../images/recruit_entry_flow_ic_arrow.svg") no-repeat center center / 100% 100%;
}
.recruitEntryFlow:last-of-type ul li:last-of-type p::after{
	display: none;
}
.recruitEntryFlow ul li p span:first-of-type{
	text-align: center;
}
.recruitEntryFlow ul li p span:has(img){
	display: grid;
	place-content: center;
}
#recruitEntry ul + p{
	color: var(--wh);
}
#recruitEntryBtns .note{
	display: block;
	margin-top: 5px;
	color: var(--wh);
	font-size: 1.6rem;
}

/*		#recruitJob
-----------------------------*/
#recruitJob .h3Tit{
	margin-bottom: 40px;
}
#recruitJob .btnWrap .btn{
	line-height: 1.4;
	padding-left: 1.65em;
	text-align: left;
}

/* =======================================
  interview
========================================== */
.interviewBox{
	position: relative;
}
.interviewBox::before,
.interviewBox::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.interviewBox::before{
	background: var(--base);
	width: 50vw;
	height: 500px;
	top: 0;
	left: 0;
}
.interviewBox::after{
	background: var(--wh);
	width: 420px;
	height: 500px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
	top: 0;
	left: calc(50vw - 420px);
}
.interviewBox.bgLgray::after{
	background: var(--Lgray);
}
.interviewBox div.pcFlex figure,
.interviewBox div.pcFlex .txts{
	position: relative;
	z-index: 5;
}
.interviewBox div.pcFlex h3{
	line-height: 1.7;
	font-weight: 900;
}
.interviewBox .message{
	background: var(--Lgray);
	margin-top: 30px;
	padding: 40px 4.4%;
	position: relative;
	z-index: 10;
}
.interviewBox.bgLgray .message{
	background: var(--wh);
}
.interviewBox .message::before,
.interviewBox .message::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
}
.interviewBox .message::before{
	clip-path: polygon(0 0, 100% 0, 0 100%);
	top: 0;
	left: 0;
}
.interviewBox .message::after{
	background: var(--wh);
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	bottom: 0;
	right: 0;
}
.interviewBox.bgLgray .message::after{
	background: var(--Lgray);
}
.interviewBox dl dt{
	background: var(--base);
	border-bottom: 10px solid var(--wh);
	color: var(--wh);
	display: inline-block;
	font-weight: 700;
	padding: 3px 2.2% 5px;
	position: relative;
	width: 80%;
}
.interviewBox dl dt::after{
	content: "";
	background: var(--wh);
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 100%;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	bottom: 0;
	right: 0;
}
.interviewBox.bgLgray dl dt{
	border-bottom: 10px solid var(--Lgray);
}
.interviewBox.bgLgray dl dt::after{
	background: var(--Lgray);
}
.interviewBox dl dt:not(:first-of-type){
	margin-top: 30px;
}
.interviewBox dl dd{
	border: 1px solid var(--base);
	margin-left: 1em;
	margin-top: -35px;
}
#interviewGallery .slide{
	gap: 0 20px;
	align-items: center;
	overflow: hidden;
}
#interviewGallery .slide figure{
	width: 300px;
	padding-inline: 5px;
}


/* =======================================
  faq
========================================== */
#faq01{
	padding-top: 0;
}
/*-- faqList--*/
.faqList dt,
.faqList dd{
	display: block;
	position: relative;
}
.faqList dt{
	background: var(--base);
	color: var(--wh);
  font-size: min(4vw,2rem);
}
.faqList dt span{
  color: var(--wh);
}
.faqList dt span::before,
.faqList dd span::before{
 display: block;
 position: absolute;
 top: 8px;
 left: 8px;
 font-weight: 500;
 line-height: 1;
 aspect-ratio: 1/1;
  font-size: min(4.6vw,2.4rem);
 text-align: center;
}
.faqList dt span{
display: block;
 position: relative;
 font-weight: 500;
}
.faqList dt span::before{
 content: "Q";
	background: var(--base);
  border-right: 1px solid var(--wh);
 color: var(--wh);
}
.faqList dt::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--wh);
	border-bottom: 2px solid var(--wh);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3.75px);
	right: 2%;
}
.faqList dt.active::after{
	transform: rotate(225deg);
}
.faqList dd{
background: var(--wh);
display: none;
 position: relative;
}
.faqList dd span{
	display: block;
}
.faqList dd span::before{
 content: "A";
	background: var(--wh);
  border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
 color: var(--base);

}
.faqList dt:not(:first-of-type){
	margin-top: 20px;
}
 /* #recruitmentFlow ol{
  display: flex;
  gap: 10px;
 }
 #recruitmentFlow ol li{
  position: relative;
  background-color: var(--LLblue);
 }
 #recruitmentFlow ol li:nth-child(1){z-index: 4; }
 #recruitmentFlow ol li:nth-child(2){z-index: 3; }
 #recruitmentFlow ol li:nth-child(3){z-index: 2; }
 #recruitmentFlow ol li:nth-child(4){z-index: 1; }
 #recruitmentFlow ol li::after,
 #recruitmentFlow ol li::before{
  position: absolute;
  content: "";
  display: inline-block;
}
 #recruitmentFlow ol li::after{
  background-color: var(--LLblue);
 }
 #recruitmentFlow ol li::before{
  background-color: var(--wh);
 }
 #recruitmentFlow ol li .fontL{
  display: inline-block;
  width: 6em;
  background: var(--blue);
  font-size: min(4.6vw,2.4rem);
  color: var(--wh);
  font-weight: 700;
  text-align: center;
 }
 #recruitmentFlow ol li p{
  margin-top: 1em;
 }

.recruitmentBtnWrap {
  padding: 40px 0 140px;
}
.recruitmentBtn {
  margin-right: auto;
  margin-left: auto;
  width: min(100%, 670px) !important;
  height: auto;
}
.recruitmentBtn.btn::after {
width: min(12vw, 36px);
}
.recruitmentBtn h5 .fontL {
  font-size: min(6vw,3rem);
}
.recruitmentBtn:hover {
  opacity: .7;
} */


/* =======================================
	news
========================================== */
/*	一覧
-----------------------------*/
.articleBox{
	border-bottom: 1px solid var(--Gry);
}
#newsList .newsBox + .newsBox{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--base);
}
#newsList .newsBox > figure img{
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
#newsList .newsBox .newsInfo .date{
  font-size: 2rem;
}
#newsList .newsBox h4{
  font-size: 2rem;
  margin-block: 10px;
}
#newsList .newsBox p{
  margin-bottom: 10px;
}

/*		single
-----------------------------*/

#newsDetail .newsInfo .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);
}
.pgs #newsDetail .h3Tit{
  margin-bottom: 30px;
  line-height: 1.5em;
  text-align: left;
  font-size: 2.4rem;
}
.newsDetailCont{
  margin-bottom: 30px;
}
.newsDetailCont p:has(img){
	text-align: center;
}
.newsDetailCont img{
  max-width: 100%;
  margin: 30px auto;
}
.newsDetailCont .txt{
  flex: 1;
}
.newsDetailCont h4{
  margin-bottom: 30px;
  font-size: 2rem;
}
.newsDetailCont p + h4{
  margin-top: 60px;
}
.newsDetailCont h5{
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.newsDetailCont p + h5{
  margin-top: 70px;
}
.newsDetailCont p:not(:first-child){
  margin-bottom: 30px;
}
.newsDetailCont .btn.btnPrev,
.newsDetailCont .btn.btnNext{
    max-width: 150px;  
}

/* =======================================
        お知らせ news（投稿の本文用）
========================================== */
#news img {
	height: auto !important;
}
#news .aligncenter {
	text-align: center;
	margin-inline: auto;
}
#news .alignright {
	text-align: right;
	margin-right: 0;
	margin-left: auto;
}
#news .newsDetailCont h1 {
	font-size: 160%;
}
#news .newsDetailCont h2 {
	font-size: 150%;
}
#news .newsDetailCont h3 {
	font-size: 140%;
}
#news .newsDetailCont h4 {
	font-size: 130%;
}
#news .newsDetailCont h5 {
	font-size: 120%;
}
#news .newsDetailCont h6 {
	font-size: 110%;
}


/* =======================================
   contact
========================================== */
#contact01 .flex{
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 2.8%;
}
#contact01 .telfax a{
	display: grid;
	border: 1px solid var(--base);
	justify-content: center;
	align-items: center;
	width: min(100%, 400px);
}
#contact01 .telfax a span .num{
	font-weight: 700;
	letter-spacing: 0.06em;
 white-space: nowrap;
	display: inline-block;
}
#contact01 .time{
 display: block;
 line-height: 1;
 margin-top: 5px;
}
#contact01 .time span{
	display: inline-block;
	margin: 0 0.5em;
}


/* =======================================
	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;
	position: relative;
}
.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;
	right: 15px !important;
}
.tb_cont .zipBtn{
	background: var(--blue);
	border-radius: 5px;
	color: var(--wh);
}
.contactPrivacy a{
	text-decoration: underline;
}
.formFoot .btn{
	border: none;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
  height: 55px;
 cursor: pointer;
}
.formFoot{
 margin-top: 40px;
}
#mailformpro input.btn {
    background: var(--base);
    border: none;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
		height: 4em;
}


/* =======================================
	privacypolicy
========================================== */
#privacyMain{
	border-bottom: 1px solid var(--base);
	padding-top: 0;
}
#privacyMain .lead{
  margin-bottom: 2em;
}
#privacyMain .contBox{
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em
}
section#privacyMain p:not(:last-child){
	margin-bottom: 1em;
}
#privacyMain ul li{
	margin-bottom: 10px;
	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;
}

