@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: 1320px !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.75;
 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);
}

/*フォントファミリー
========================================== */
.fontA,
.en{
  font-family: "Aldrich", sans-serif;
 font-weight: 400;
}
.fontN{
 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: #030A6B;
	--Lgray: #F4F4F6;
 --gray:#616161;
}

/*文字色
========================================== */
.baseC{  color: var(--base) !important;}
.blue{  color: var(--blue) !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;}
.bgW{  background-color: var(--wh) !important;}
.bgGray{ background: var(--gray) !important;}
.bgLgray{ background: var(--Lgray) !important;}
/*ボタン
========================================== */
.btnWrap{
}


.btn{
 position: relative;
 background:url("../images/arrow_circle_blue.svg") no-repeat left center /62px auto ;
 display: inline-flex;
 align-items: center;
 justify-content: flex-start;
 color:var(--blue);
	font-size: min(3.6vw, 2rem);
 font-weight: 700;
	padding: 0 0 0 72px;
 line-height: 1.4;
 min-height: 62px;
 letter-spacing: 0.04em;
 text-decoration: underline;
}
.btn.white{
 background-image: url("../images/arrow_circle_wh.svg") ;
 color: #fff;
}

a.btn: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%);
}

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

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

/*タイトル
========================================== */
.h2Tit{
 font-size: 24px;
 line-height: 1;
}
.h2Tit,
.h3Tit{
	color: var(--base);
	font-weight: 700;
}
.h3Tit{
 text-align: center;
 line-height: 1.4;
}
.h3Tit:has(.num,.en){
	text-align: left;
}
.h2Tit .en,
.h3Tit .en,
.h3Tit .num{
 position: relative;
	display: block;
	color: var(--blue);
	font-size: 333%;
 font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
.h2Tit .en::after,
.h3Tit .en::after,
.h3Tit .num::after{
 content: "";
 display: block;
 background: var(--blue);
 width: 49px;
 height: 3.5px;
 margin: 4px 0 12px 1px;
}
.h2Tit.white .en{
 color: #fff;
}
.h2Tit.white .en::after{
 background: #fff;
}
.h2Tit.center .en::after{
 margin-inline: auto;
}

.h4Tit{
	border-bottom: 1px solid var(--blue);
	padding-bottom: 5px;
	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;
}

.fontSizeS{
	font-size: max(0.7em, 10px);
}

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

/*-- pager --*/
.pager{
	display: flex;
	justify-content:center;
	align-items: center;
	max-width: 800px !important;
  position: relative;
  width: 90%;
  margin: 50px auto 0;
}
.pager a{
	background: var(--wh);
  color: var(--base);
	display: grid;
  align-items: center;
  justify-content: center;
 width: 40%;
 max-width: 200px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
.pager 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{
	display: flex;
	justify-content: center;
	gap: 0 30px;
	margin-bottom: 30px;
}
.tabBtn li{
	text-align: center;
	width: calc((100% - 30px) / 2);
}
.tabBtn li a{
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 6px;
	color: var(--wh);
	display: inline-block;
	font-weight: 700;
	padding: 10px;
	position: relative;
	width: 100%;
}
.tabBtn li.active a{
	background: var(--wh);
	color: var(--blue);
}
.tabBtn li.active a:hover{
	cursor: default;
}
.tabBtn li a span{
	position: relative;
}
.tabBtn li:not(.active) a span::before,
.tabBtn li:not(.active) a span::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.tabBtn li:not(.active) a span::after{
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
	border: 1px solid var(--blue);
  border-width: 0 2px 2px 0;
  right: -32px;
  top: calc(50% - 2px);
	transform: rotate(-45deg);
}
.tabBtn li:not(.active) a span::before{
	background: var(--wh);
	border: 1px solid var(--wh);
	border-radius: calc(infinity * 1px);
	aspect-ratio: 1 / 1;
	width: 20px;
  height: 20px;
  right: -41px;
  top: calc(50% - 10px);
}
.tabBtn li a:hover{
	opacity: .7;
}
/* .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: #ffffff;
  width: 100%;
  left: 0;
  top:0;
  z-index: 100;
}

header #logo a{
	display: block;
	line-height: 1;
}


/* =======================================
	gnavi
========================================== */
#gnaviList li {
	font-size: min(1.5vw,1.6rem);
	letter-spacing: 0.08em;
}
#gnaviList li a{
	color: var(--base);
font-weight: 700;
}
#gnaviList .contact >a{
	border-radius: calc(infinity * 1px);
 display: grid;
 place-content: center;
 background: var(--blue);
 width: min(15vw,178px);
 height: 43px;
 color: #fff;
}
#headTel a{
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap:0 5px;
 color: var(--blue);
 font-size: 26px;
 font-weight: 900;
 line-height: 1.46;
}
#headTel a::before{
 content: "";
 display: block;
 background: url("../images/ic_tel_blue.svg") no-repeat left top/100% auto;
 width: 14px;
 height: 25px;
 margin-top: 4px;
}
#headTel span{
 margin-left: -0.4em;
 font-size: 14px;
}

/* =======================================
	footContact
========================================== */
#footContact{
}
#footContact h2{
 margin-bottom: 57px;
 color: #fff;
 text-align: center;
}
#footContact h2 .en{
 color: #fff;
}
#footContact h2 .en::after{
 background: #fff;
 margin-inline: auto;
}
#footContact >p{
 color: #fff;
 text-align: center;
}
#footContact ul{
 margin-top: 50px;
}
#footContact ul li{
 max-width: 479px;
 text-align: center;
}
#footContact ul li a{
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 align-content: center;
 justify-content: center;
 background: #fff;
	border-radius: calc(infinity * 1px);
 height: 146px;
 letter-spacing: 0;
}
#footContact ul li p{
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 color: var(--blue);
 font-weight: 900;
 letter-spacing: 0.1em;
}
#footContact .tel p{
 gap:0 5px;
 font-size: min(8vw,40px);
 margin: 0;
}
#footContact .tel p::before{
 content: "";
 background: url("../images/ic_tel_blue.svg") no-repeat left center/100% auto;
 width: 23px;
 height: 43px;
}
#footContact .contact p{
 gap:0 11px;
 font-size: min(6vw,28px);
}
#footContact .contact p::before{
 content: "";
 background: url("../images/ic_mail_blue.svg") no-repeat left center/100% auto;
 width: 34px;
 height: 27px;
}

/* =======================================
	footer
========================================== */
footer{
 background: var(--blue);
 padding-bottom: 0;
}

#footBottom{
}
.footerLeft{
 position: relative;
 padding: 38px 0 93px;
 z-index: 0;
}
.footerLeft::before{
 content: "";
 display: block;
 border-radius: 0 100px 0 0;
 background: var(--Lgray);
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 right: 0;
 z-index: -1;
}

#footerLogo{
	width: 97px;
	margin-bottom: 50px;
}
.footerLeft .add{
 margin-bottom: 50px;
 font-size: 18px;
 line-height: 1.66;
}
.footerLeft .tel a{
 display: inline-flex;
 align-items: center;
 gap:0 5px;
 margin-right: 15px;
 color: var(--blue);
 font-size: 36px;
 font-weight: 900;
 line-height: 1.4;
 vertical-align: -0.2em;
}
.footerLeft .tel a::before{
 content: "";
 display: block;
 background: url("../images/ic_tel_blue.svg") no-repeat left top/100% auto;
 width: 20px;
 height: 36px;
 margin-bottom: -5px;
}
.footerLeft .tel span{
 margin-left: -0.4em;
 font-size: 14px;
}
footer .copy{
	display: block;
 margin-top: 58px;
 font-size: 12px;
 font-weight: 400;
	line-height: 1.4;
 letter-spacing: 0;
	text-align:left;
}

 #pageTop{
	position: fixed;
	z-index: 10;
} 
#pageTop a{
	display: block;
  width: 62px;
  aspect-ratio: 1 / 1;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0;
}

/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle{
	display: grid;
	place-items: center;
	height: 250px;
}

.mainTitle h2{
	display: flex;
 flex-flow: column;
 align-content: center;
 justify-content: center;
 gap:4px 0;
	height: 150px;
	color: var(--blue);
	font-size: min(6.4vw,4rem);
 letter-spacing: 0.17em;
 line-height: 1.45;
	text-align: center;
}
.mainTitle h2 span{
 display: flex;
 align-items: center;
 gap:0 4px;
	font-size: min(4vw,1.6rem);
 letter-spacing: 0.06em;
}


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

/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
	border-top: 1px solid var(--blue);
	padding-top: 15px;
}
#breadcrumb ul{
	margin: 0 auto;
 font-size: 0;
 line-height: 1;
}
#breadcrumb li{
	display: inline-block;
 margin-right: 10px;
 font-size: 14px;
 color: #C0C0C0;
}
#breadcrumb li a{
	color: var(--blue);
}
#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;
	gap: 25px 0;
	flex-wrap: wrap;
}
.anchorLink li{
	border-right: 1px solid var(--blue);
	height: auto;
}
.anchorLink a{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 60px 5px 24px;
	color: var(--blue);
	text-align: center;
}
.anchorLink a::before,
.anchorLink a::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.anchorLink a::after{
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
	border: solid var(--wh);
  border-width: 0 2px 2px 0;
  right: 34px;
  top: calc(50% - 3px);
	transform: rotate(45deg);
}
.anchorLink a::before{
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: calc(infinity * 1px);
	aspect-ratio: 1 / 1;
	width: 24px;
  height: 24px;
  right: 24px;
  top: calc(50% - 12px);
}
.anchorLink a:hover{
	opacity: .7;
}
.anchorLink a:hover{
	background: var(--wh);
	color: var(--blue);
}
.anchorLink a:hover::before{
	background: var(--wh);
	border: 1px solid var(--blue);
	color: var(--blue);
}
.anchorLink a:hover::after{
	border-color: var(--blue);
}
.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(--blue);
	border: 1px solid var(--blue);
	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(--blue);
}
.pageLinks a:hover::after{
	border-top: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
}
/*		pgs section
-----------------------------*/
.pgs section.bgBlue *{
	color: var(--wh);
}



/* =======================================
	top
========================================== */
/*		#mv
-----------------------------*/
#mv{
	position: relative;
 background: url("../images/mv_bg.jpg") no-repeat left top/cover;
 padding: 80px 0 27px;
 z-index: 0;
}
#mv .txts *{
 color: #fff;
}
#mv .txts h2{
 margin-bottom: 60px;
 font-size: min(4vw,58px);
 line-height: 1.55;
}
#mv .txts p{
 line-height: 1.8;
}
#mv .txts p + p{
 font-weight: 700;
}
#mv .imgs{
 z-index: 0;
}
#mv .imgs figure img{
 object-fit: cover;
	border-radius: calc(infinity * 1px);
 width: 100%;
 height: 100%;
 aspect-ratio:660/964;
}
#mv .mvBtn{
 position: absolute;
 right: -23px;
 bottom: 237px;
 z-index: 1;
}

/*		#topNews
-----------------------------*/
#topNews{
 border-radius:0 18px 18px 0;
 background: #fff;
 padding: 25px 0 25px 40px;
}
#topNews h2{
 font-size: 18px;
}
#topNews h2 .en{
 font-size: 277%;
}
#topNews article{
 padding: 0;
}
#topNews article a{
 position: relative;
 display: block;
 border-bottom: 1px var(--blue) solid;
 padding:0 15px 10px 0;
}
#topNews article a::after{
 content: "＞";
 color: var(--blue);
 font-weight: 500;
 line-height: 1;
 position: absolute;
 right: 0;
 bottom: 10px;
}
#topNews article a:hover{
 opacity: .7;
}
#topNews article .date{
 display: block;
 margin-bottom: 14px;
 font-size: 18px;
 line-height: 1.4;
}
#topNews article p{
 line-height: 1.4;
}
.newsBtn{
 position: absolute;
 right: -18px;
 bottom: -10px;
}


/*		#topService
-----------------------------*/
#topService {
}
#topService h2{
 margin-bottom: 64px;
}
#topService h3{
 margin-bottom: 50px;
 line-height: 1;
 color: var(--blue);
 font-size: 36px;
}
#topService .imgs dl{
	border-radius: calc(infinity * 1px);
 border: 2px var(--blue) solid;
 background: #fff;
 padding: 30px 30px;
}
#topService .imgs dl dt{
 border-radius: 17px;
 background: var(--blue);
 padding: 8px 24px 11px;
 color: #fff;
 letter-spacing: 0;
 text-align: center;
 line-height: 1.4;
}
#topService .imgs dl dt span{
 display: block;
 font-size: 20px;
 font-weight: 700;
 letter-spacing: 0.06em;
}
#topService .imgs dl dd{
 text-align: center;
}
#topService .imgs dl dd figure{
 position: relative;
 max-width: 146px;
}
#topService .imgs dl dd figure figcaption{
 color: var(--blue);
 font-size: 18px;
 font-weight: 900;
}
#topService .imgs dl dd figure + figure{
 margin-left: 60px;
}
#topService .imgs dl dd figure + figure::before{
 content: "→";
 color: var(--blue);
 font-family: "Noto Sans JP", sans-serif;
 font-size: 30px;
 font-weight: 700;
 line-height: 1em;
 position: absolute;
 right: 100%;
 top: 50%;
 margin-right: 15px;
}
#topService .imgs dl dd img{
 border-radius: 50%;
 aspect-ratio:1/1;
 border: 2px var(--blue) solid;
}
#topService .imgs >figure img{
	border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
}
#topService ul{
 margin-top: 91px;
}
#topService ul li{
 position: relative;
 display: flex;
 flex-flow: column;
}
#topService ul li figure {
 margin: 0 0 15px;
}
#topService ul li figure img{
 border-radius: 40px;
 border: 2px var(--blue) solid;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:550/353;
}
#topService ul li h4{
 position: absolute;
 top: 0;
 left: 0;
 border: 2px var(--blue) solid;
 border-radius: 40px 40px 40px 0;
 background: #fff;
 min-width: 256px;
 padding: 18px 28px;
 color: var(--blue);
 font-size: 24px;
 text-align: center;
 line-height: 1.2;
}
#topService ul li p:not(.btnWrap){
 margin: 0;
 flex-grow: 1;
}
#topService ul li .btnWrap{
 margin: 0;
 text-align: right;
}

/*		#topStrength
-----------------------------*/
#topStrength *{
 color: #fff;
}
#topStrength h2{
 margin-bottom: 80px;
}
#topStrength .catch{
 margin-bottom: 50px;
}
#topStrength .catch img{
 margin: auto;
}
#topStrength .pcFlex{
 margin-bottom: 80px;
}
#topStrength .txts h3{
 margin-bottom: 24px;
 font-size: 36px;
}
#topStrength .txts h3 .fontA{
 position: relative;
 display: block;
 font-size: 222%;
 line-height: 1;
}
#topStrength .txts h3 .fontA::after{
 content: "";
 display: block;
 background: #fff;
 width: 49px;
 height: 3.5px;
 margin: 0 0 32px 6px;
}
#topStrength .txts h3 >span:not(.fontA){
 display: inline-block;
 background: #fff;
 border-radius: 10px;
 padding: 2px 20px;
 color: var(--blue);
 line-height: 1.5;
}
#topStrength .txts h3 br + span{
 margin-top: 5px;
}
#topStrength figure img{ 
	border-radius:calc(infinity * 1px) 0 0 calc(infinity * 1px);
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:725/447;
}
#topStrength .flexRowReverse figure img{
	border-radius: 0 calc(infinity * 1px) calc(infinity * 1px) 0;
}


/*		#topCompany
-----------------------------*/
#topCompany{
 position: relative;
 background: url("../images/top_company_bg.jpg") no-repeat left top/cover;
}
#topCompany::before{
 content: "";
 display: block;
 background:rgba(255,255,255,.8);
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
#topCompany h2{
 margin-bottom: 193px;
}
#topCompany h3{
 margin-bottom: 40px;
 color: var(--blue);
 font-size: 36px;
 line-height: 1;
}

/*		#topRecruit
-----------------------------*/
#topRecruit .ttlArea{
 align-items: flex-start;
 gap:0 40px;
margin-bottom: 95px;
}
#topRecruit .ttlArea p{
 margin-top: 9px;
}
.underline{
 text-decoration: underline var(--blue) 1px;
 text-underline-offset:10px;
}
#topRecruit .underline{
 font-size: 24px;
 font-weight: 700;
}
#topRecruit .catch .bgBlue{
 display: inline-block;
 border-radius: 10px;
 padding: 14px 15px 12px 20px;
 font-size: min(2.4vw,30px);
 font-weight: 700;
 line-height: 1;
}
#topRecruit .catch .bgBlue > span{
 font-size: 120%;
}
#topRecruit .catch br +.bgBlue{
 margin: 8px 0 0 8.8em;
}

#topRecruit .txts .pcFlex{}
#topRecruit .txts figure.flex{
 align-items: flex-end;
}
#topRecruit .txts figure.flex img:nth-of-type(1){
 width: 61.4%;
	border-radius: calc(infinity * 1px);
 aspect-ratio:326/435;
}
#topRecruit .txts figure.flex img:nth-of-type(2){
 width: 46.5%;
 margin-left: max(-7.9%,-42px);
 margin-bottom: 23px;
	border-radius: calc(infinity * 1px);
 aspect-ratio:247/330;
}

#topRecruit .inner1200.pcFlex >figure img{object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:461/615; 
	border-radius: calc(infinity * 1px);
}
#topRecruit .txts .pcFlex dl dt{
 position: relative;
 border: 2px var(--blue) solid;
	border-radius: calc(infinity * 1px);
 max-width: 361px;
 margin: 0 auto 4px;
 padding: 5px;
 color: var(--blue);
 font-size: 24px;
 font-weight: 900;
 text-align: center;
}
#topRecruit .txts .pcFlex dl dt::before,
#topRecruit .txts .pcFlex dl dt::after{
 content: "";
 display: block;
clip-path: polygon(0 0, 50% 100%, 100% 0);
 position: absolute;
 top: 100%;
 left: 0;
 right: 0;
 margin: auto;
}
#topRecruit .txts .pcFlex dl dt::before{
 background: var(--blue);
	width:16px;
	height:15px;
 
}
#topRecruit .txts .pcFlex dl dt::after{
 background: #fff;
	width:13px;
	height:13px;
 margin-top: -1px;
}
#topRecruit .txts .pcFlex dl dd{
 justify-content: space-between;
 align-items: flex-start;
}
#topRecruit .txts .pcFlex dl dd img{
	width:48.2%;
	max-width: 192px;
}
#topRecruit .txts .pcFlex dl dd img + img{
	width:44.2% ;
	max-width: 176px;
}

/* =======================================
  company 
========================================== */
#companyGreeting .message{
	line-height: 2.4;
}
#companyGreeting p.right span{
	font-size: 1.3em;
}
#companyGreeting .companyMotto{
	border: 1px solid var(--wh);
	margin-top: 50px;
	padding: 30px 3%;
}
#companyGreeting .companyMotto .h4Tit{
	border-bottom: 1px dotted var(--wh);
	display: inline-block;
	padding: 0 2em;
}
#companyGreeting .companyMotto p{
	font-size: 2em;
}

#companyHistory dl dt{
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
	font-weight: 700;
	width: 17%;
}
#companyHistory dl dd{
	border-bottom: 1px dotted var(--blue);
	width: 83%;
}

#companyFacility ul li figure{
	margin: 0 0 10px;
}
#companyFacility ul li figure img{
	object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:343/241;
}
#companyFacility ul li h5{
	margin-bottom: 10px;
}

#companyEsg ul li h4{
	font-size: min(5vw,2.6rem);
	padding: 0 0 10px 1.5rem;
}
#companyEsg ul li h4 span{
	display: inline-block;
	font-size: .6em;
	margin-left: 1rem;
}
#companyEsg ul li h4 span::first-letter{
	font-size: 120%;
}
#companyEsg .esgEnvironment h4{
	border-left: 1px solid #509731;
	color: #509731;
}
#companyEsg .esgSocial h4{
	border-left: 1px solid #44afd2;
	color: #44afd2;
}
#companyEsg .esgGovernance h4{
	border-left: 1px solid #e29736;
	color: #e29736;
}
#companyEsg li figure{
	margin: 0 0 15px;
}
#companyEsg li figure img{
	object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:376/250;
}
#companyEsg li .flex{
	gap:5px 10px;
}
#companyEsg li .flex img{
	width: min(calc(25% - 5px),83px);
}

#companyAccess{}
#companyAccess .pcFlex .map iframe{
	object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:500/320;}

/* =======================================
  service 
========================================== */
#service01 figure figcaption{
	margin-top: 10px;
	text-align: center;
}
#service01 .slash{
	color: var(--blue);
	font-weight: 700;
}
#service01 ul li{
	background: var(--wh);
}
#service02 li figure,
#service03 li figure{
	margin: 0 0 15px;
}

/* =======================================
  soil_business
========================================== */
#soilBusiness01 li figure{
	margin: 0 0 10px;
}
#soilBusiness01 li figure img{
	border: 2px var(--blue) solid;
	border-radius: 20px;
	object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:283/200;
}

#soilBusiness01 .column4 h5{
  background: var(--blue);
  border-radius: 20px;
  color: var(--wh);
  text-align: center;
  line-height: 3em
}

#soilBusiness01 .point{
	border: 2px var(--blue) solid;
	border-radius: 40px;
	background: #fff;
	padding: 40px 5%;
}
#soilBusiness01 .point h4 .fontA{
	display: inline-block;
	background: var(--blue);
	border-radius: calc(infinity * 1px);
	margin-right: .8em;
	color: #fff;
	line-height: 1.2;
}

.soilFlow > li{
	position: relative;
	border: 2px var(--blue) solid;
	border-radius: calc(infinity * 1px);
	background: #fff;
}
.soilFlow > li + li{
	margin-top: 20px;
}
.soilFlow > li h5{
	background: var(--blue);
	border-radius: calc(infinity * 1px);
	padding: 10px 2em;
	color: #fff;
	line-height: 1.2;
	margin-left: -2.5%;
	text-align: center;
	display: grid;
	place-content: center;
	aspect-ratio: 1 / 1;
}
.soilFlow li h5 span{
	display: block;
	font-size: 200%;
}
.soilFlow li .txts dt{
	color: var(--blue);
	font-size: 24px;
	font-weight: 700;
}
.soilFlow li .txts dd{
	font-size: 18px;
}
.soilFlow li .txts dd .pcFlex{
	margin-top: 10px;
}
.soilFlow .tel a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 5px;
	color: var(--blue);
	font-size: 24px;
	font-weight: 700;
}
.soilFlow .tel a::before{
	content: "";
	display: block;
	background: url("../images/ic_tel_blue.svg") no-repeat left top/100% auto;
	width: 14px;
	height: 25px;
	margin-bottom: -.15em;
}
.soilFlow .contact a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 10px;
	border: 1px var(--blue) solid;
	border-radius: calc(infinity * 1px);
	padding: 5px 20px 6px;
	color: var(--blue);
	font-weight: 700;
}
.soilFlow .contact a::before{
	content: "";
	display: block;
	background: url("../images/ic_mail_blue.svg") no-repeat left top/100% auto;
	width: 20px;
	height: 17px;
	margin-bottom: -.15em;
}
.soilFlow li .txts > ul{
	margin-top: 20px;
}
.soilFlow li .txts > ul:not(.pcFlex) li{
	margin-left: 1em;
	text-indent: -1em;
	margin-top: .75em;
}

#soilBusiness02 .improvedsoil{
	align-items: flex-start;
	justify-content: center;
	gap:0 80px;
}
#soilBusiness02 .improvedsoil > li{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:0 20px;
	max-width: calc((100% - 80px)/2);
}
#soilBusiness02 .improvedsoil li + li::before{
	content: "→";
 color: var(--blue);
 font-family: "Noto Sans JP", sans-serif;
 font-size: 40px;
 font-weight: 900;
 line-height: 1em;
 position: absolute;
 right: 100%;
 top: 50%;
 margin-right: 15px;
}
#soilBusiness02 .improvedsoil h5{
	text-align: center;
}
#soilBusiness02 .improvedsoil h5 img{
	margin: 0 auto 5px;
}
#soilBusiness02 .improvedsoil h4{
	margin-bottom: 10px;
	color: var(--blue);
	font-size: 18px;
	text-align: center;
}
#soilBusiness02 .improvedsoil figure img{
	border: 2px var(--blue) solid;
	border-radius: 50%;
	object-fit: cover;
 width: 100%;
 height: 100%;
	aspect-ratio:1/1;
}
#soilBusiness02 .aboutSoil{
	border: 2px var(--blue) solid;
	border-radius: 20px;
}
#soilBusiness02 .aboutSoil dt{
	background: var(--blue);
	border-radius: 20px;
	color: var(--wh);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-weight: 700;
}
#soilBusiness02 .column3 figure{
	margin: 0 0 15px;
}
#soilBusiness02 .column3 figure img{
	border: 2px var(--blue) solid;
	border-radius: 20px;
	object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:283/200;
}

/* =======================================
  results 
========================================== */
#results main .basicTable tr th:nth-of-type(3){
	width: 45%;
}
#results main .basicTable tr th:nth-of-type(4){
	width: 35%;
}
#results main .basicTable td{
	padding-inline:10px;
}
/* =======================================
  strength 
========================================== */
#strength .imgs figure + figure{
	margin-top: 20px;
}
#strength .pcFlex figure figcaption{
	margin-top: 5px;
}

/* =======================================
  recruit 
========================================== */
#recruit main .bgBlue *{
	color: var(--wh);
}
.recruitLead .leadTxt{
	font-weight: 700;
	text-align: center;
}
.recruitLead figure img,
#recruit03 figure img{
	border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
}
.recruitLead dl{
	border-radius: 40px;
	background: var(--Lgray);
	padding: 10px 20px 20px;
	text-align: center;
}
.recruitLead dl dt{
	color: var(--blue);
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 auto 15px;
	text-align: center;
	line-height: 1.4;
}
.recruitLead dl dt span{
	position: relative;
}
.recruitLead dl dt span::before,
.recruitLead dl dt span::after{
	content: "";
	display: inline-block;
	width: 2px;
	position: absolute;
	bottom: -5px;
}
.recruitLead dl dt span::before{
	border-left: 2px solid var(--blue);
	transform: rotate(-30deg);
}
.recruitLead dl dt span::after{
	border-right: 2px solid var(--blue);
	transform: rotate(30deg);
}
.recruitLead dl dd{
	text-align: center;
}
.recruitLead ul{
	display: flex;
	gap: 0 20px;
}
.recruitLead ul li{
	border: 2px solid var(--blue);
	border-radius: calc(infinity * 1px);
	padding: 8px;
	width: min(160px,calc((100% - 30px) / 2));
}
.recruitLead ul li span{
	background: var(--blue);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	aspect-ratio: 1 / 1;
}
#recruit01 h4{
	color: var(--blue);
	font-weight: 700;
	margin-bottom: 15px;
}
#recruit02 ul li{
	border: 2px solid var(--blue);
	border-radius: 18px;
	padding: 15px 15px 20px;
}
#recruit02 ul li h4{
	background: var(--blue);
	border-radius: 18px;
	color: var(--wh);
	margin: 0 auto 15px;
	text-align: center;
}
#recruit .employeeBenefitsList li{
	font-weight: 700;
	text-align: center;
}
#recruit .employeeBenefitsList li span{
	display: block;
	font-weight: 500;
}
#recruit .employeeBenefitsList li figure{
	margin: 0 auto 5px;
	width: min(41%,150px);
}
#recruitEntry .bnr a{
	background-color: var(--blue);
	background-image: url("../images/arrow_circle_wh.svg");
	border: 2px solid var(--blue);
	background-repeat: no-repeat;
	display: block;
}
#recruitEntry .bnr p{
	color: var(--wh);
	text-align: center;
}

/* =======================================
  works 
========================================== */
#works .anchorLink.flexCenter{
	justify-content: center;
}
.workLead .txts h3{
	line-height: 1;
	color: var(--blue);
}
.workLead .txts h3 span{
	font-size: 65%;
}
.workLead dl{
	border-radius: 18px;
	border: 2px var(--blue) solid;
	background: var(--wh);
	padding: 20px;
	text-align: center;
}
.workLead dl dt{
	border-radius: 18px;
	background: var(--blue);
	color: var(--wh);
	display: inline-block;
	letter-spacing: 0;
	margin: 0 auto 15px;
	padding: 8px 24px 11px;
	text-align: center;
	line-height: 1.4;
}
.workLead dl dd{
	text-align: center;
}
.workLead ul{
	display: flex;
	gap: 0 30px;
}
.workLead ul li{
	background: var(--Lgray);
	border-radius: calc(infinity * 1px);
	color: var(--blue);
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	width: min(150px,calc((100% - 30px) / 2));
}
.workLead figure img{
	border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
}

.workDetail .txts h5{
	background: var(--wh);
	border: 2px var(--blue) solid;
  border-radius: calc(infinity * 1px);
  color: var(--blue);
	line-height: 1.2;
	margin-bottom: 10px;
  padding: 8px 24px 11px;
  text-align: center;
}
.workDetail .txts dl dt{
	border-bottom: 1px solid var(--blue);
	color: var(--blue);
	font-weight: 700;
	margin-bottom: 5px;
}
.workDetail figure img{
  object-fit: cover;
	width: 100%;
}
.workDetail .recommendedBox{
	background: var(--blue);
	border-radius: 18px;
	padding: 20px;
}
.workDetail .recommendedBox h5{
	background: var(--wh);
	border: 2px solid var(--blue);
	border-radius: 17px;
	color: var(--blue);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 15px 0 0;
	padding: 5px;
	text-align: center;
}
.workDetail .recommendedBox ul li{
	color: var(--wh);
	padding-left: 25px;
	position: relative;
}
.workDetail .recommendedBox ul li::before{
	content: "";
	background: url("../images/ic_check.svg") no-repeat left top / 100% auto;
	display: inline-block;
	width: 16px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0.5em;
}

/* =======================================
	news
========================================== */
/*	一覧
-----------------------------*/
.newsBox{
	border-bottom: 1px var(--blue) dotted;
 margin-bottom:10px;
}
.newsBox h4{
 margin-bottom: 10px;
}
.newsBox .date{
 font-size: 16px;
}


/*		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 .newsDetailCont p{
 margin-bottom: 1.5em;
}
#newsDetail .newsDetailCont a{
 color: var(--blue);
 text-decoration: underline;
}

#news article img {
 height: auto !important;
}
#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%;
}

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

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

/* =======================================
	contact
========================================== */ 
#contactTel .tel{
 border-radius: 20px;
	border: 2px var(--blue) solid;
	max-width: 450px;
	margin: 0 auto;
 padding: 30px 0;
 text-align:center;
	line-height: 1;
}
#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: 20px;
 height:36px;
	margin-bottom: -.15em;
}

/* =======================================
	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;
}
.formArea .basicTable .zip{
	align-items: center;
	gap:0 10px;
	margin-bottom: 5px;
}
.formArea .basicTable .zip input[type="text"]{
	width: 40%;
	max-width: calc(100% - 6em);
}


.formBtn {
  margin-top: 20px;
}
.contactPrivacy a{
 color: var(--blue);
	text-decoration: underline;
}
.contactPrivacy #errormsg_弊社規定のプライバシーポリシー{
 max-width: 34em;
 margin: 0 auto;
}

input.btnSubmit{
	border: none;
	border-radius: calc(infinity * 1px);
	display: grid;
	place-content: center;
	background: var(--blue);
 width: 100%;
	max-width: 400px;
	height: 60px;
 margin: 0 auto;
 padding: 5px 15px;
 color: #fff;
	font-size: 20px;
	font-weight: 700;
 text-align:center;
 cursor: pointer;
}
input.btnSubmit:hover{
 opacity: .7;
}

/* =======================================
	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,
#privacy02 .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;
}
