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

	reset CSS

========================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,p,blockquote,table,th,td {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 700;
}
ul,dl,ol {  text-indent: 0;}
li {  list-style: none;}
address,caption,cite,code,dfn,em,th,var {
  font-style: inherit;
  font-weight: inherit;
}
b,strong {  font-weight: bold;}
sup {  vertical-align: text-top;}
sub {  vertical-align: text-bottom;}
input,textarea,select,b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input,
* html textarea,
* html select {
  font-size: 100%;
}
textarea.message {
  width: 100%;
  height: 20rem;
}
*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th,td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}
input,select,textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}
input.long,
input.short,
textarea.message {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 5px #CCC inset;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #e3e3e3;
  border-radius: 0.23em;
  background: #fbfbfb;
}
::placeholder {
  font-weight: normal;
}
.basicTable > dt:has(.hissu){
  position: relative;
  padding-right: 40px;
}
.hissu {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 4px 1px 4px;
  background-color: var(--wh);
  border: 1px solid #bd4e00;
  border-radius: 4px;
  color: #bd4e00;
  font-weight: bold;
  font-size: 11px;
}
.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}
.fW500 {  font-weight: 500;}
.fW100 {  font-weight: 100;}
.fW300 {  font-weight: 300;}
.ls0 {  letter-spacing: 0;}
.ls1 {  letter-spacing: 0.1em;}
.ls2 {  letter-spacing: 0.2em;}
.ls4 {  letter-spacing: 0.4em;}
.lh0 {  line-height: 0%;}
.lh100 {  line-height: 100%;}
.lh120 {  line-height: 120%;}
.lh140 {  line-height: 140%;}
.lh160 {  line-height: 160%;}
.lh200 {  line-height: 200%;}
.lh230 {  line-height: 230%;}
.lh240 {  line-height: 240%;}
.lh250 {  line-height: 250%;}
.lh255 {  line-height: 255%;}

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

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

	Structure CSS

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

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

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

.rela {  position: relative;}

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

	margin / padding

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

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

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

.visibilityHidden {
  visibility: hidden;
}

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


/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
  color: var(--base);
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
	font-family:"Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
  font-weight: 500;
  box-sizing: border-box;
	line-height: 1.5;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: var(--base);
}

/*フォントファミリー
========================================== */
.fontG{
 font-family: "Noto Sans JP", serif;
}
.fontM,
.en{
 font-family: "Montserrat", sans-serif;
}
.fontZ {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
/*色
========================================== */
:root {
  --base: #2A402F;
  --bk: #000;
  --wh: #fff;
  --green: #259560;
	--Lgreen: #7DD2AA;
	--LLgreen: #B0F4D4;
	--orange: #F08C1F;
	--gray: #7F7F7F;
 --Lgray:#CCCCCC;
 --ivory:#E2E0D8;
 --Livory:#F0EFE9;
	--grd01:linear-gradient(299deg, #daefe0, #edf9ee 14%, #ffffff);
	--grd02:linear-gradient(209deg, #cae4d7, #e5f6e6 19%, #f4faf8 35%, #ffffff 45%);
	--grd03:linear-gradient(21deg, #cae4d7, #e0f2e3 15%, #f1faf3 30%, #ffffff 85%); 
}

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


/*背景
========================================== */
.bgBaseC{ background-color: var(--base) !important;}
.bgGreen{ background-color: var(--green) !important;}
.bgLgreen{ background-color: var(--Lgreen) !important;}
.bgOrange{ background-color: var(--orange) !important;}
.bgW{  background-color: var(--wh) !important;}
.bgGray{ background: var(--gray) !important;}
.bgIvory{ background: var(--ivory) !important;}
.bgLivory{ background: var(--Livory) !important;}
.bgGrd{ background: var(--grd01) !important;}

/*ボタン
========================================== */
.btnWrap{
 text-align: center;
}
.btnWrap.left .btn{
 margin-left: 0;
}
.btnWrap.right .btn{
 margin-right: 0;
}

.btn{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: calc(infinity * 1px);
 background: var(--green);
 width: min(100%,332px);
 min-height: 72px;
 padding: 5px 70px 5px 38px;
	color:#fff;
	font-weight: 700;
	margin-inline: auto;
	line-height: 1.4;
}
.btn:not(:has(.icOther))::after{
 content: "";
	display: block;
 background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 16" fill="none"><path d="M18.1333 7.60127L18.9347 6.79988L19.7361 7.60127L18.9347 8.40266L18.1333 7.60127ZM1.13333 8.7346C0.507408 8.7346 -1.90735e-06 8.22719 -1.90735e-06 7.60127C-1.90735e-06 6.97535 0.507408 6.46794 1.13333 6.46794V7.60127V8.7346ZM11.3333 0.80127L12.1347 -0.000118136L18.9347 6.79988L18.1333 7.60127L17.3319 8.40266L10.5319 1.60266L11.3333 0.80127ZM18.1333 7.60127L18.9347 8.40266L12.1347 15.2027L11.3333 14.4013L10.5319 13.5999L17.3319 6.79988L18.1333 7.60127ZM18.1333 7.60127V8.7346H1.13333V7.60127V6.46794H18.1333V7.60127Z" fill="white"/></svg>') no-repeat left top/100% auto;
 width: 20px;
 height:16px;
 position: absolute;
 right: 10.8%;
 top: 0;
 bottom: 0;
 margin: auto;
 transition: 0.2s ease-in-out; 
}
.btn:hover::after{
 transform: translateX(5px);
}
.btn.white{
	background: var(--wh);
 color: var(--green);
}
.btn.orange{
	background: var(--orange);
}

.btn.inline{
 display: inline-flex;
 width:auto;
 padding: 5px 100px 5px 38px;
}

.bnr{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: var(--green);
  width: min(100%,640px);
  min-height: 100px;
  padding: 5px 70px 5px 38px;
  color:#fff;
  font-size: min(4.8vw, 2.4rem);
  font-weight: 700;
  text-align: center;
  margin-inline: auto;
  line-height: 1.4;
}
.bnr::after{
 content: "";
	display: block;
 background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 16" fill="none"><path d="M18.1333 7.60127L18.9347 6.79988L19.7361 7.60127L18.9347 8.40266L18.1333 7.60127ZM1.13333 8.7346C0.507408 8.7346 -1.90735e-06 8.22719 -1.90735e-06 7.60127C-1.90735e-06 6.97535 0.507408 6.46794 1.13333 6.46794V7.60127V8.7346ZM11.3333 0.80127L12.1347 -0.000118136L18.9347 6.79988L18.1333 7.60127L17.3319 8.40266L10.5319 1.60266L11.3333 0.80127ZM18.1333 7.60127L18.9347 8.40266L12.1347 15.2027L11.3333 14.4013L10.5319 13.5999L17.3319 6.79988L18.1333 7.60127ZM18.1333 7.60127V8.7346H1.13333V7.60127V6.46794H18.1333V7.60127Z" fill="white"/></svg>') no-repeat left top/100% auto;
 width: 20px;
 height:16px;
 position: absolute;
 right: min(10.8%, 36px);
 top: 0;
 bottom: 0;
 margin: auto;
 transition: 0.2s ease-in-out; 
}
.bnr:hover::after{
 transform: translateX(5px);
}

.arrow{
	color: var(--base);
	font-size: 1.6rem;
 font-weight: 700;
 line-height: 1.4;
	position: relative;
 padding-right: 25px;
}
.arrow::after{
 content: "";
	display: block;
 background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 16" fill="none"><path d="M18.1333 7.60127L18.9347 6.79988L19.7361 7.60127L18.9347 8.40266L18.1333 7.60127ZM1.13333 8.7346C0.507408 8.7346 -1.90735e-06 8.22719 -1.90735e-06 7.60127C-1.90735e-06 6.97535 0.507408 6.46794 1.13333 6.46794V7.60127V8.7346ZM11.3333 0.80127L12.1347 -0.000118136L18.9347 6.79988L18.1333 7.60127L17.3319 8.40266L10.5319 1.60266L11.3333 0.80127ZM18.1333 7.60127L18.9347 8.40266L12.1347 15.2027L11.3333 14.4013L10.5319 13.5999L17.3319 6.79988L18.1333 7.60127ZM18.1333 7.60127V8.7346H1.13333V7.60127V6.46794H18.1333V7.60127Z" fill="%23259560"/></svg>') no-repeat left top/100% auto;
 width: 20px;
 height:16px;
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
 transition: 0.2s ease-in-out;
}

.icWindow{display: inline-block;}
.icWindow::after{
 content: "";
 display: inline-block;
 background: url("../images/ic_window.png") no-repeat left top/100% auto;
 width: 15px;
 height: 15px;
 margin-left: 7px;
 vertical-align: -0.1em;
}

a.txtLink{
	border-bottom: 1px solid var(--base);
}

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

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


.slash{
 display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 10px;
}
.slash::before,
.slash::after {
  content: "";
  display: block;
  background: var(--Lgreen);
  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: 20px;
}
main .imgBD{
	border: 1px solid #cccccc;
}

main .roundBox{
  background: var(--Livory);
  border-radius: 20px;
}
main .bgLivory .roundBox{
  background: var(--wh);
}

/*タイトル
========================================== */
.h2Tit{
	font-weight: 700;
 line-height: 1.43;
}
.h3Tit{
	font-weight: 700;
 line-height: 1.8;
}
.h3Tit{
 text-align: center;
}
.h2Tit .en,
.h3Tit .en{
	display: block;
 margin-bottom: 10px;
	color: var(--Lgray);
 font-weight: 500;
}

.h4Tit,
.h5Tit{
	color: var(--green);
	font-weight: 700;
	line-height: 1.6;
}
.h4Tit{
}

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

/* =======================================
  ページャー
========================================== */
/*-- pageNavi --*/
.pageNavi{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
 margin-top: 50px;
}
.pageNavi .current,
.pageNavi .inactive,
.pageNavi a{
	border: 1px solid var(--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 span{
	display: block;
  width: 200px;
}
.pager a{
	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;
  width: 100%;
  left: 0;
  top:0;
  z-index: 100;
}
header.fixed{
}
header .inner1300{
	border-radius: calc(infinity * 1px);
 background: #fff;
 margin-top: 40px;
 height: 80px;
}
#top header:not(.fixed) .inner1300{
 background: rgba(255,255,255,.1);
 box-shadow: inset 0 0 4px 0px #fff;
 backdrop-filter: blur(1px);
}

header #logo a{
 display: block;
 max-width: 200px;
}

/* =======================================
	gnavi
========================================== */
#gnaviList .contact a{
	border-radius: calc(infinity * 1px);
 display: flex;
 justify-content: center;
 align-items: center;
 gap:0 8px;
 background: var(--orange);
 width: min(22vw,228px);
 height: 80px;
 color: #fff;
}
#gnaviList .contact a::before{
 content: "";
 display: block;
 background: url("../images/head_ic_mail.svg") no-repeat left top/100% auto;
 width: 21px;
 height: 17px;
}

/* =======================================
	footContact
========================================== */
#footContact{
 position: relative;
 background: url("../images/foot_contact_bg.jpg") no-repeat left bottom/cover;
 padding-bottom: 249px;
}
#footContact::after{
 content: "";
 display: block;
 background: url("../images/foot_bg.svg") no-repeat left top/100% auto;
 width: 100%;
 height: 73px;
 position: absolute;
 left: 0;
 bottom: 0;
}
#footContact .txts *{
 color: #fff;
}
#footContact h2{
 margin-bottom: 20px;
}
#footContact .catch{
 position: relative;
}
#footContact .catch::after{
 content: "";
 display: inline-block;
 background: url("../images/foot_txt_deco.svg") no-repeat left top/100% auto;
 width: 22px;
 height: 24px;
 margin-left: -0.1em;
 vertical-align: 0.65em;
}
#footContact  li a{
 display: flex;
 flex-flow: column;
 justify-content: center;
 align-items: center;
	border-radius: calc(infinity * 1px);
 height: 117px;
 font-size: 16px;
 font-weight: 700;
}
#footContact .tel a{
 border: 1px #fff solid;
 color: #fff;
 line-height: 1.3;
}
#footContact .tel a span{
 font-size: 48px;
 font-weight:500;
}
#footContact .tel a span::before{
 content: "";
 display: inline-block;
 background: url("../images/ic_tel_wh.svg") no-repeat left top/100% auto;
 width: 33px;
 height: 34px;
 margin-right: 4px;
 vertical-align: middle;
}
#footContact .contact a{
 margin-top: 12px;
 background: #fff;
 gap:4px 0 ;
 line-height: 1.45;
}
#footContact .contact a span{
 font-size: 32px;
 font-weight: 500;
}
#footContact .contact span::before{
 content: "";
 display: inline-block;
 background: url("../images/ic_mail.svg") no-repeat left top/100% auto;
 width: 36px;
 height: 28px;
 margin-right: 6px;
 vertical-align: -0.05em;
}
/* =======================================
	footer
========================================== */
footer{
}
#footBottom{
 width: 90%;
 max-width: 1220px;
 margin: 26px auto 0;
}
#footerLogo{
 margin-bottom: 28px;
}
.footerLeft .address{
 font-size: 15px;
 line-height: 1.8;
}
.footerLeft .sns{
 margin-top: 16px;
 gap:0 12px;
}

.btnSmall{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: calc(infinity * 1px);
	background: var(--green);
	width: 164px;
	height: 43px;
	padding: 0px 1em;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}
.btnSmall .icWindow::after {
	background: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 7.5C20 7.72101 19.9122 7.93297 19.7559 8.08926C19.5996 8.24554 19.3877 8.33333 19.1667 8.33333C18.9457 8.33333 18.7337 8.24554 18.5774 8.08926C18.4211 7.93297 18.3333 7.72101 18.3333 7.5V2.84583L11.424 9.75625C11.2676 9.91262 11.0555 10.0005 10.8344 10.0005C10.6132 10.0005 10.4012 9.91262 10.2448 9.75625C10.0884 9.59988 10.0006 9.3878 10.0006 9.16667C10.0006 8.94553 10.0884 8.73345 10.2448 8.57708L17.1542 1.66667H12.5C12.279 1.66667 12.067 1.57887 11.9107 1.42259C11.7545 1.26631 11.6667 1.05435 11.6667 0.833333C11.6667 0.61232 11.7545 0.400358 11.9107 0.244078C12.067 0.0877975 12.279 0 12.5 0H19.1667C19.3877 0 19.5996 0.0877975 19.7559 0.244078C19.9122 0.400358 20 0.61232 20 0.833333V7.5ZM15.8333 10C15.6123 10 15.4004 10.0878 15.2441 10.2441C15.0878 10.4004 15 10.6123 15 10.8333V18.3333H1.66667V5H9.16667C9.38768 5 9.59964 4.9122 9.75592 4.75592C9.9122 4.59964 10 4.38768 10 4.16667C10 3.94565 9.9122 3.73369 9.75592 3.57741C9.59964 3.42113 9.38768 3.33333 9.16667 3.33333H1.66667C1.22464 3.33333 0.800716 3.50893 0.488155 3.82149C0.175595 4.13405 0 4.55797 0 5V18.3333C0 18.7754 0.175595 19.1993 0.488155 19.5118C0.800716 19.8244 1.22464 20 1.66667 20H15C15.442 20 15.8659 19.8244 16.1785 19.5118C16.4911 19.1993 16.6667 18.7754 16.6667 18.3333V10.8333C16.6667 10.6123 16.5789 10.4004 16.4226 10.2441C16.2663 10.0878 16.0543 10 15.8333 10Z" fill="white"/></svg>');
	margin-left: 7px;
	width: 20px;
	height: 20px;
}

.footBnrs{
 justify-content: center;
 padding: 23px 0 34px;
 gap:45px 16px;
}
.footBnrs li.right{
 width: 100%;
}
.footBnrs li.right a{
 display: inline-block;
}
.footBnrs li.right img{
 height: 60px;
}
.footBnrs li img{
 height: 73px;
}
footer .copy{
	display: block;
 text-align: center;
	line-height: 1;
}
#pageTop{
	position: fixed;
	z-index: 10;
}
#pageTop a{
	display: grid;
	place-content: center;
  width: 63px;
  height: 63px;
	border-radius: 50%;
	background-color: var(--green);
}
#pageTop a img{
	width: 15px;
	height: auto;
	transform: rotate(-90deg);
} 

/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle{
	background: url("../images/bg_maintitle.png") no-repeat center top / 100% 100%;
}
.mainTitle h2{
	display: block;
}
.mainTitle h2 .tiCategory{
	color: var(--green);
	display: block;
	font-size: 44.45%;
	padding-left: 1em;
	position: relative;
}
.mainTitle h2 .tiCategory::before{
	content: "・";
	display: inline-block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}
.mainTitle h2 .tiSub{
	font-size: 44.45%;
  margin-left: .5em;
}

/* =======================================
  breadcrumb
========================================== */
#breadcrumb ul{
	margin: 0 auto;
 font-size: 0;
 line-height: 1;
}
#breadcrumb li{
	color: var(--gray);
	display: inline-block;
	letter-spacing: 0.06em;
 margin-right: 8px;
}
#breadcrumb li:last-child{
	margin-right: 0;
}
#breadcrumb li a{
	color: var(--gray);
}
#breadcrumb li a::after{
	content: "";
 display: inline-block;
	border-top: 1px var(--gray) solid;
	border-right: 1px var(--gray) solid;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
	margin-left: 4px;
 margin-bottom: 2px;
}

/*----*/

.secLead p{
 text-align: center;
 line-height: 1.8;
}

.leadBox .h3Tit .bgGreen{
	color: var(--wh);
	padding: 0 10px;
}
.leadBox p{
	font-weight: 700;
}

/*-- 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%;
 flex-flow: row wrap;
}
.basicTable > dt,
.basicTable >div>dt{
 position: relative;
	background: var(--base);
	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: block;
	align-items: center;
}
.basicTable dd dl dd{
	padding-left: 1em;
}
.basicTable dd dl dd + dt{
	padding-top: 15px;
}
.basicTable a:hover{
 text-decoration: none;
}
.rIindentList li{
	margin-bottom: 0.75em;
	margin-left: 1em;
	text-indent: -1em;
}
.rIindentList li:last-child{
	margin-bottom: 0;
}
.inlineList > li{
	display: inline-block;
}
.inlineList > li:not(:last-of-type)::after{
	content: "\3001";
}
.hasEtc::after{
	content: " など";
	display: inline-block;    
}

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

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

/*----*/

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

/*----*/

.pgs .icArrow,
.pgs .icOther{
	display: inline-block;
	font-weight: 500;
	padding-right: 25px;
	position: relative;
}
.pgs .icArrow{
	border-bottom: none;
}
.pgs .icArrow::after{
	content: "";
	background: url("../images/ic_arrow_right_s.svg") no-repeat left top / 100% auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: calc(100% - (10px + 0.75em));
}
.pgs .icOther::after{
	content: "";
	background: url("../images/ic_window.png") no-repeat left top / 100% auto;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
}
.pgs .btn .icOther,
.pgs .btn.icAnchor{
	position: relative;
}

.pgs .left .btn .icOther{
	width: 100%;
}

.pgs .btn .icOther::after,
.pgs .btn.icAnchor::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.pgs .btn .icOther::after{
	background: url("../images/ic_window_white.png") no-repeat left top / 100% auto;
	width: 18px;
	height: 18px;
	left: calc(100% - 13px);
	top: calc(50% - 9px);
}
.pgs .btn.icAnchor{
	justify-content: center;
}
.pgs .btn.icAnchor::after{
	background: url("../images/ic_arrow_anchor.svg") no-repeat left top / 100% auto;
	width: 34px;
	height: 34px;
	right: 10.8%;
	top: 0;
}

/*----*/

.pgs .txtS{
	font-size: 75%;
}


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

/*		#mv
-----------------------------*/
#mv{
	position: relative;
	padding: 0;
 overflow: hidden;
}
#mv::after{
 content: "";
 display: block;
 background: url("../images/top_mv_cover.svg") no-repeat left bottom/100% 100%;
 width: 100%;
 height: 65px;
 position: absolute;
 bottom: 0;
 left: 0;
}
.mvbgSlider{
	position: relative;
	overflow: hidden;
 z-index: -1;
}
.mvbgSlider figure img{
	width: 100%;
}
.mvbgSlider .add-animation{
  animation: zoomUp 12s linear 0s 1 normal both; 
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}


.mvSliderWrap{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 width: 80%;
 max-width: 834px;
 aspect-ratio:834/481;
 z-index: 1;
}
.mvTxts{
	position: absolute;
 right: 0;
	left: 0;
 bottom: 9.28vw;
 margin: auto;
	line-height: 1;
 z-index: 1;
}
.mvTxts h2{
 color: var(--green);
 font-size: min(4.6vw,55px);
 line-height: 1.3;
}
.mvTxts h2 >span{
 display: inline-block;
 padding-left: 6px;
 background: #fff;
}
.mvTxts h2 br + span{
 margin-top: 12px;
}
.mvTxts h2 span span{
 font-size: 72%;
}
.mvTxts p{
 display: flex;
 align-items: center;
 gap:0 10px;
 margin-top: 28px;
 color: #fff;
 font-size: min(1.6vw,20px);
 font-weight: 700;
 line-height: 1.4;
}
.mvTxts p::before{
 content: "";
 display: block;
 width: 57px;
 height: 1px;
 background: #fff;
}

/*		#topService
-----------------------------*/
#topService{
 background: var(--grd01);
}
#topService h2{
 margin-bottom: 40px;
}
#topService p{
 font-size: 24px;
 font-weight: 700;
 line-height: 1.8;
}
#topService p img{
 display: inline-block;
 margin-right: .75em;
 vertical-align: -0.1em;
}

#topService figure{
 position: relative;
 max-width: 630px;
 padding-left: min(18.8%,119px);
 padding-bottom: 93px;
}
#topService figure img{
 object-fit: cover;
 width: 100%;
 aspect-ratio:511/383;
}
#topService figure img + img{
 position: absolute;
 bottom: 0;
 left: 0;
 width: min(40%,248px);
 aspect-ratio:248/187;
}

/*		#topService01
-----------------------------*/
#topService01{
 position: relative;
 border-radius: 70px 70px 0 0;
 margin-top: -70px;
 padding-top: 0;
 padding-bottom: 306px;
}
#topService01 .inner1200{
 position: relative;
 padding-top: 100px;
}
#topService01 .num{
 position: absolute;
 bottom: 100%;
 left: 0;
 margin: 0;
 color: var(--Livory);
 font-size: 100px;
 line-height: 0.7;
}
#topService01 h2{
 margin-bottom: 90px;
}
.problemList li{
 display: flex;
 flex-flow: column;
 justify-content: center;
 align-items: center;
 background: #fff;
 border-radius: 20px;
 aspect-ratio:1/1;
}
.problemList li figure{
 margin-bottom: 30px;
}
.problemList li p{
 font-size: min(1.8vw,22px);
 font-weight: 700;
 text-align: center;
}
.problemList li p span{
 color: var(--green);
}

#topService01 .problemList li:nth-of-type(1) figure img{
 margin-left: -15px;
}
#topService01 .problemList li:nth-of-type(2) figure img{
 margin-left: -25px;
}
#topService01 .problemList li:nth-of-type(3) figure img{
 margin-left: -20px;
}
#topService01 .solution{
 position: relative;
 margin-top: 184px;
}
#topService01 .solution::before{
 content: "";
 display: block;
 background: url("../images/top_service01_arrow.svg") no-repeat left top/100% auto;
 width: 53px;
 height: 43px;
 position: absolute;
 bottom: 100%;
 left: 0;
 right: 0;
 margin: auto auto 78px;
}
#topService01 .solution .txts h3{
 margin-bottom: 35px;
}
#topService01 .txts dt.h5Tit{
 background: url("../images/ic_doctor.svg") no-repeat left center/18px auto;
 padding: 0 0 0 24px;
 margin: 0 0 7px;
 color: var(--green);
}
#topService01 .txts >dl dd{
 color: var(--gray);
}
#topService01 .flexWrap{
 gap:8px 8px;
 margin-top: 15px;
}
#topService01 .flexWrap dl{
 border-radius: 10px;
 background: #fff;
 width: calc((100% - 8px)/2);
 padding: 18px min(2%,12px);
}
#topService01 .flexWrap dt{
 display: inline-block;
 background: var(--green);
 border-radius: 5px;
 padding: 2px 18px;
 margin-bottom: 9px;
 color: #fff;
 font-weight: 700;
}
#topService01 .flexWrap dd li{
 font-weight: 600;
 color: #606461;
 line-height: 1.4;
 margin-left: 1em;
 text-indent: -1em;
}
#topService01 .btnWrap{
 margin-top: 16px;
}

/*		#topService02
-----------------------------*/
#topService02{
 position: relative;
 border-radius: 70px;
 margin-top: -70px;
 padding-top: 0;
 padding-bottom: 132px;
}
#topService02 .inner1200{
 position: relative;
 padding-top: 100px;
}
#topService02 .num{
 position: absolute;
 bottom: 100%;
 left: 0;
 margin: 0;
 color: var(--ivory);
 font-size: 100px;
 line-height: 0.7;
}
#topService02 h2{
 margin-bottom: 90px;
}

#topService02 .problemList li:nth-of-type(1) figure{
 margin-left: -30px;
}
#topService02 .problemList li:nth-of-type(2) figure{
 margin-left: -20px;
}
#topService02 .problemList li:nth-of-type(3) figure{
 margin-left: -50px;
}
#topService02 .solution{
 position: relative;
 margin-top: 166px;
}
#topService02 .solution::before{
 content: "";
 display: block;
 background: url("../images/top_service01_arrow.svg") no-repeat left top/100% auto;
 width: 53px;
 height: 43px;
 position: absolute;
 bottom: 100%;
 left: 0;
 right: 0;
 margin: auto auto 60px;
}
#topService02 .solution li{
 text-align: center;
}
#topService02 .solution li figure{
 position: relative;
 margin: 0 0 25px;
}
#topService02 .solution li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:380/572;
}
#topService02 .solution li figure figcaption{
 position: absolute;
 top: 38px;
 left: 40px;
 color: #fff;
 font-size: min(2.6vw,32px);
 font-weight: 700;
 text-align: left;
}
#topService02 .solution li h3{
 margin-bottom: 10px;
 text-align: left;
}
#topService02 .solution li p{
 font-size:min(1.5vw,18px) ;
 font-weight: 600;
 text-align: left;
 line-height: 1.4;
}

/*		#topReason
-----------------------------*/
#topReason .titleBox{
 position: relative;
}
#topReason .titleBox::after{
 content:"";
 display: block;
 background: url("../images/top_reason_txt.svg") no-repeat left top/100% auto;
 width:815px;
 height: 145px;
 position: absolute;
 bottom: 0;
 right: 0;
 z-index: -1;
}
#topReason .titleBox p{
	font-weight: 700;
}
#topReason ul li{
 display: flex;
 align-items: center;
 gap:0 15px;
 border-radius: 15px;
 background: var(--Livory);
 padding: 20px 5px 20px 27px;
}
#topReason ul li figure{
 width: 92px;
}
#topReason ul li div{
 width: calc(100% - 92px - 15px);
}
#topReason ul li  h3{
 margin-bottom: 10px;
 font-size: 18px;
 font-weight: 700;
}
#topReason ul li p{
 font-weight: 600;
 color: var(--gray);
}

/*		#topAbout
-----------------------------*/
#topAbout{
 background: var(--grd02);
}
#topAbout h2{
 margin-bottom: 55px;
}
#topAbout h3{
 margin-bottom: 24px;
 line-height: 1.4;
 font-size: 24px;
}
#topAbout h3 span{
 font-size: min(2.9vw,32px);
 display: block;
}
#topAbout p{
 font-size: 18px;
 font-weight: 600;
 line-height: 1.7;
}
#topAbout ul li a{
 position: relative;
 border-bottom: 1px var(--Lgray) solid;
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 15px 0 ;
 font-size: 24px;
 font-weight: 700;
}
#topAbout ul li a::after{
 content: "";
 display: block;
 border-radius: 50%;
 background: url("../images/ic_arrow_white.svg") no-repeat center center/12px auto var(--green);
 width: 28px;
 height: 28px;
}

/*		.faqBnr
-----------------------------*/
.faqBnr a{
 position: relative;
 display: flex;
 flex-flow: column;
 justify-content: center;
 align-content: center;
 gap:6px 0;
 border-radius: 20px;
 background: url("../images/top_faq_bg.jpg") no-repeat left top/cover;
 width: 90%;
 max-width: 1200px;
 height: 270px;
 padding: 0 0 0 min(6.7vw,94px);
 margin: auto;
 color: #fff;
 font-size: 40px;
 font-weight: 700;
}
.faqBnr a .en{
 color: var(--Lgray);
 font-size: 24px;
 font-weight: 500;
}
.faqBnr a::after{
 content: "";
 display: block;
 border-radius: 50%;
 border: 1px #fff solid;
 background: url("../images/ic_arrow_white.svg") no-repeat center center/15px auto;
 width: 63px;
 height: 63px;
 position: absolute;
 right: 20px;
 top: 0; 
 bottom: 0;
 margin: auto;
}

/*		#topRecruit
-----------------------------*/
#topRecruit{
 background: var(--grd03);
}
#topRecruit h2{
 margin-bottom: 40px;
}
#topRecruit h3{
 margin-bottom: 12px;
 font-size: 27px;
}
#topRecruit p{
 font-size: 18px;
 font-weight: 600;
 line-height: 1.7;
}

/*		#topNews
-----------------------------*/
.date{
 color: var(--Lgray);
 font-family: "Montserrat", sans-serif;
 line-height: 1.2;
}
.cat{
 display: inline-block;
	border-radius: calc(infinity * 1px);
 background: var(--Livory);
 padding: 0 1em;
 color: var(--green);
 font-weight: 600;
 line-height: 1.5;
}
#topNews ul li{
 border-bottom: 1px var(--Lgray) solid;
}
#topNews ul li a{
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 padding: 40px 0;
}
#topNews ul li:first-of-type a{
 padding-top: 12px;
}
#topNews ul li .date{
 margin-right: 45px;
 font-size: 20px;
}

/* =======================================
  company
========================================== */
.companyCertifiedBox{
	background: var(--wh);
	border-radius: 15px;
}
.companyCertifiedBox h4{
	margin-bottom: 30px;
}

#companyForval .pcFlex{
	background: var(--wh);
	border-radius: 15px;
}
#companyForval dt{
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 0.5em;
}
#companyForval dd ul li{
	margin-top: 0.5em;
}
#companyForval dd p{
	margin-top: 1em;
}

#companyHistory{
	position: relative;
}
#companyHistory .inner1200{
 position: relative;
 z-index: 1;
}
.companyHisoryList{
	/* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,.9) 80%, rgba(255,255,255,0) 100%); */
	position: relative;
	justify-content: space-between;
}
.companyHisoryList::before{
	content: "";
	background: var(--Lgreen);
	border-radius: 4px;
	display: block;
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 211px;
}
.companyHisoryList dt{
	font-weight: 900;
	text-align: right;
}
.companyHisoryList dd{
	position: relative;
}
.companyHisoryList dd h4{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	position: relative;
}
.companyHisoryList dd h4::before,
.companyHisoryList dd h4::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.companyHisoryList dd h4::before{
	background: var(--Lgreen);
		height: 4px;
		top: calc(50% - 2px);
}
.companyHisoryList dd h4::after{
	background: #4FBF8A;
	border-radius: calc(infinity * 1px);
}
.companyHisoryList dd p{
	line-height: 2.375;
}

#companyAccess .map iframe{
	border: 2px solid var(--wh);
}

/* =======================================
   message
========================================== */
#messageGreeding{
	background: var(--grd02);
	margin-top: 20px;
}
#messageGreeding .txts p{
	line-height: 2;
}
#messageGreeding p span.bold span{
	font-size: 130%;
}
#messageGreeding figcaption{
	margin-top: 0.5em;
	font-size: 1rem;
}

#messagePhilosophy{
	background: var(--grd03);
}
#messagePhilosophy ul li{
	background: var(--wh);
	border: 1px solid var(--green);
  border-radius: 15px;
	color: var(--green);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
#messagePhilosophy ul li span{
	display: block;
}
#messagePhilosophy ul li .en{
	background: var(--green);
	border-radius: 15px 15px 0 0;
	color: var(--wh);
	display: grid;
	align-items: center;
	justify-content: center;
	font-weight: 900;
}
#messagePhilosophy p{
	line-height: 2;
}
#messagePhilosophy p .txtL{
	display: block;
	font-size: 1.8em;
}

#messagePolicy .h4Tit{
	border-bottom: 1px solid var(--base);
	color: var(--base);
	padding: .25em .5em .25em 0;
}
#messagePolicy figure img{
	margin: 0 auto;
}
#messagePolicy p{
	line-height: 2;
}

/* =======================================
    esg
========================================== */
#esgDrivingforce figure{
	margin-bottom: 25px;
}
#esgProject figure{
	margin-bottom: 15px;
}
.basicPolicy{
 background: var(--Livory);
 border-radius: 20px;
 padding: 40px;
 margin-bottom: 50px;
}
.basicPolicy .btns .btn + .btn{
 margin-top: 10px;
}

#esg main section .h5Tit{
	margin-bottom: 10px;
}
#esgProject .h4Tit{
	font-weight: 500;
	display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
	padding: 10px 20px;
	text-align: center;
}
#esgProject .h4Tit .en{
	border-top: 1px solid var(--green);
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 5px;
	padding-top: 5px;
}
#esgProject .h4Tit:nth-of-type(2){
	color: #144391;
}
#esgProject .h4Tit:nth-of-type(2) .en{
	border-color: #144391;
}
#esgProject .flexWrap:nth-of-type(2) .h5Tit{
	color: #144391;
}
#esgProject .h4Tit:nth-of-type(3){
	color: var(--orange);
}
#esgProject .h4Tit:nth-of-type(3) .en{
	border-color: var(--orange);
}
#esgProject .flexWrap:nth-of-type(3) .h5Tit{
	color: var(--orange);
}
.esgProjectBox{
	background: var(--wh);
	border-radius: 15px;
}

#esgEnvironmental > div{
	border-radius: 15px;
}
#esgEnvironmental .h4Tit{
	border-bottom: 1px solid var(--green);
	margin-top: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#esgEnvironmental li{	
	margin-bottom: .5em;
	margin-left: 1.3em;
	text-indent: -1.3em;
}
#esgEnvironmental ul li{
	list-style: disc;
	padding-left: 1.2em;
}

/* =======================================
    reason
========================================== */
#reason01 .bgLivory{
	border-radius: 15px;
}
#reason01 .bgLivory h4{
	border-bottom: 1px solid var(--green);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#reason01 .reason01Box{
	justify-content: center;
}
#reason01 .reason01Box > div{
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%);
	border-radius: 15px;
	padding: 20px;
	position: relative;
}
#reason01 .reason01Box > div:not(:last-child)::after{
	content: "×";
	color: var(--green);
	display: inline-block;
	font-weight: 800;
	position: absolute;
	z-index: 5;
}
#reason01 .reason01Box figure{
	background: linear-gradient(to bottom,#259560 0%,#1C744A 100%);
	border-radius: calc(infinity * 1px);
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	padding: 15px;
}
#reason01 .reason01Box figcaption{
	color: var(--wh);
	font-weight: 700;
	text-align: center;
}
#reason01 .reason01Box h5{
	margin-bottom: 10px;
}
#reason01 .reason02Box{
	background: var(--grd03);
	border: 1px solid var(--Lgreen);
	border-radius: 15px;
}
#reason01 .reason02Box h5{
	margin-bottom: 1em;
	text-align: center;
}
#reason01 .reason02Box h6{
	border-bottom: 1px dotted var(--base);
	padding-bottom: 2px;
}
#reason01 .reason02Box.box01{
	text-align: center;
}
#reason01 .reason02Box.box01 p:not(.note){
	font-weight: 700;
}
#reason01 .reason02Box.box01 ul li{
	background: var(--wh);
	border-radius: calc(infinity * 1px);
	box-shadow: 0 5px 5px rgba(37,149,96,.1);
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-align: center;
}
#reason01 .reason02Box.box01 ul li > span{
	display: block;
	font-weight: 900;
	line-height: 1;
}
#reason01 .reason02Box.box01 ul li .num{
	color: var(--green);
}
#reason01 .reason02Box.box02 ul{
	flex-wrap: wrap;
	gap: 8px 10%;
	padding: 0 20px;
}
#reason01 .reason02Box.box02 ul li{
	background: var(--wh);
	color: var(--green);
	font-weight: 700;
	padding: 5px 5px 5px 35px;
	position: relative;
}
#reason01 .reason02Box.box02 ul li::before{
	content: "";
	background: url("../images/ic_check.svg") no-repeat left top / 100% auto;
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 5px;
	top: 0.5em;
}
#reason01 .reason02Box.box02 dl{
	flex-wrap: wrap;
}

#reason02 .flexImgBox{
	background: var(--wh);
	border-radius: 15px;
}
#reason02 .flexImgBox:nth-child(even){
	flex-direction: row-reverse;
}
#reason02 .h4Tit {
	display: flex;
	align-items: flex-start;
}
#reason02 .h4Tit .num{
	border-bottom: 2px solid var(--green);
	color: var(--green);
	display: inline-block;
	font-weight: 900;
	line-height: 1;
	margin-right: 0.5em;
	padding-bottom: 0.1em;
}
#reason02 .h4Tit .tiTxt{
	display: inline-block;
	margin-top: 0.2em;
}

/* =======================================
    icon / dx / office / stationery
========================================== */
.icon03Anchor li{
	background: var(--Livory);
	border-radius: 20px;
}
.icon03Anchor li div{
	border-radius: 5px;
	padding: 1px 2px 2px;
	text-align: center;
}
.icon03Anchor li figure{
	width: 100%;
}
.icon03Anchor li a{
	display: block;
	position: relative;
}
.icon03Anchor li a::after{
	content: "";
	background: url("../images/ic_arrow_anchor.svg") no-repeat left top / 100% auto;
	display: inline-block;
	position: absolute;
}

.candoBox{
	border-radius: 20px;
	position: relative;
}
.candoBox::after{
	content: "";
	background: var(--ivory);
	border-radius: 20px;
	display: block;
	width: min(100%,1200px);
	position: absolute;
	top: 0;
	left: 0;
}
.candoBox .roundBox{
	background: var(--wh);
	position: relative;
	z-index: 1;
}
.candoBox h4 .fontM{
	font-weight: 500;
}
.candoBox .txts p{
	line-height: 1.72;
}
.candoBox h5{
	text-align: center;
}
.candoBox h5 .bgGreen{
	padding: 2px 5px 3px;
}
.candoItems li{
	text-align: center;
}
.candoItems li p{
	color: var(--green);
}

.candoBox .problems h5{
 position: relative;
 display: inline-block;
 border-bottom: 3px var(--green) solid;
 padding: 0 0 5px;
 margin-bottom: 20px;
}
.problems h5::before,
.problems h5::after{
 content: "";
 display: block;
 position: absolute;
 left: 50%;
 bottom: -3px;
}
.problems h5::before{
 background: #fff;
 width: 25px;
 height: 3px;
}
.problems h5::after{
 background: var(--green);
 width: 30px;
 height: 3px;
transform: rotate(35deg);
 transform-origin: left top;
}
.problems ul{}
.problems ul li{
 position: relative;
 display: flex;
 align-items: flex-end;
 gap:0 35px;
 margin-top: 40px;
}
.problems ul li::before{
 content: "";
 display: block;
 background: url("../images/iconcando_problems_ic01.png") no-repeat left top/100% auto;
 width: 92px;
 height: 96px;
 flex-shrink:0;
}
.problems ul li p{
 position: relative;
 border-radius: 20px;
 background: var(--Livory);
 padding: 30px 5%;
}
.problems ul li p::before{
 content: "";
 display: block;
 background: var(--Livory);
  width: 25px;
  height: 20px;
  clip-path: polygon(100% 0, 0 100%, 100% 80%);
 position: absolute;
 right: calc(100% - 1px);
 top: 50%;
}
.problems ul li:nth-of-type(2){
 flex-flow: row-reverse;
}
.problems ul li:nth-of-type(2)::before{
 background: url("../images/iconcando_problems_ic02.png") no-repeat left top/100% auto;
 width: 97px;
 height: 94px;
}
.problems ul li:nth-of-type(2) p::before{
  clip-path: polygon(0 0, 0% 80%, 100% 100%);
 left: calc(100% - 1px);
 right: auto;
}

.candoSubTitle{
	font-weight: 700;
}

.roundBox .roundSubBox{
	border-radius: 20px;
}

/*------*/
#contentsLink .linkList li figure img{
	border-radius: 20px;
}

/* =======================================
    icon
========================================== */
#iconIntro h4 > span{
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#iconIntro h4 > span::before,
#iconIntro h4 > span::after{
	content: "";
	background: var(--base);
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
}
#iconIntro h4 > span::before{
	left: 0;
}
#iconIntro h4 > span::after{
	right: 0;
}
#iconIntro h4 .line{
	background: linear-gradient(transparent 76%, var(--Lgreen) 76%);
	display: inline-block;
}
#iconIntro .introImg{
	width: min(90vw,950px);
}
#iconIntro .aboutDoctor{
	position: relative;
}
#iconIntro .aboutDoctor::before,
#iconIntro .aboutDoctor::after{
	content: "";
	background: var(--Lgreen);
	display: inline-block;	
	position: absolute;
}
#iconIntro .aboutDoctor::after{
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#iconIntro .aboutDoctor div.pcFlex{
	border-radius: 20px;
}
#iconIntro .aboutDoctor dl dt.h5Tit{
	background: url("../images/ic_doctor.svg") no-repeat left center/18px auto;
	margin: 0 0 7px;
 padding: 0 0 0 24px;
 color: var(--green);
}
#iconIntro .aboutDoctor dl dd{
	color: var(--gray);
}

#iconFlow .leadTxt .line{
	background: linear-gradient(transparent 76%, var(--Lgreen) 76%);
}
#iconFlow .imagesWrap{
	position: relative;
}
#iconFlow .imagesWrap::before{
	content: "";
 display: block;
 background:var(--green);
 position: absolute;
 top: 0;
}
#iconFlow .imagesWrap li{
  background: var(--wh);
  border-radius: 15px;
	position: relative;
}
#iconFlow .imagesWrap .iconWrap{
 display: flex;
 flex-flow: row wrap;
 gap:5px 8px;
 position: relative;
 top: -15px;
}
#iconFlow .imagesWrap .iconWrap span{
	border-radius: calc(infinity * 1px);
 background: var(--Lgreen);
 padding: 2px 10px;
 color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
	font-weight: 900;
	line-height: 1.8;
	font-size: 1.8rem;
	line-height: 1.8;
	width: 45px;
  height: 45px;
}
#iconFlow .imagesWrap h4{
	border-radius: calc(infinity * 1px);
background: var(--green);
color: var(--wh);
 margin-top: -5px;
 margin-bottom: 10px;
 text-align: center;
}
#iconFlow .imagesWrap figure img{
	border-radius: 15px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:148/91;
}
#iconFlow .imagesWrap li p{
	line-height: 1.7;
	margin-top: 0.5em;
}
#iconFlow .imagesWrap li:nth-of-type(1)::before,
#iconFlow .imagesWrap li:nth-of-type(1)::after,
#iconFlow .imagesWrap li:last-of-type::after{
 content: "";
 display: block;
 background: var(--green);
 position: absolute;
 margin: auto;
}

#iconCando{
	padding-bottom: 0;
}
#iconCando .iconCandoIntro{
	text-align: center;
}
#iconCando .iconCandoIntro h4{
	background: var(--green);
	color: var(--wh);
	font-weight: 500;
	margin-bottom: 20px;
	padding: 15px;
}
#iconCando .iconCandoIntro h4 span{
	border-top: 1px solid var(--wh);
	display: block;
	font-weight: 500;
	margin: .25em 0 0;
	padding-top: .25em;
}
#iconCando .iconCandoIntro p{
	line-height: 1.7;
}
#iconCando .iconCandoIntro p span{
	color: var(--green);
	font-size: 1.335em;
	font-weight: 700;
}
.iconCandoBox h4{
	border-bottom: 1px solid var(--base);
	font-size: min(5.5vw,3.2rem);
	margin-bottom: 1.5em;
	padding: 15px 0;
}

#iconCando .candoBox figure img{
	width: auto;
	height: 100%;
  object-fit: cover;
}

#iconCando #iconCando01 .candoSubTitle{
	margin-top: 0;
}

#iconCando04 ul.column3 li h6{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 5;
}
#iconCando04 ul.column3 li h6 span{
	color: var(--wh);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: calc(infinity * 1px);
	aspect-ratio: 1 / 1;
	margin-right: 0.25em;
}
#iconCando04 ul.column3 li:nth-child(1) h6{
	color: var(--green);
}
#iconCando04 ul.column3 li:nth-child(1) h6 span{
	background: var(--green);
}
#iconCando04 ul.column3 li:nth-child(2) h6{
	color: #009bd4;
}
#iconCando04 ul.column3 li:nth-child(2) h6 span{
	background: #009bd4;
}
#iconCando04 ul.column3 li:nth-child(3) h6{
	color: var(--orange);
}
#iconCando04 ul.column3 li:nth-child(3) h6 span{
	background: var(--orange);
}
#iconCando04 ul.column3 li figure{
	margin: -10px auto 15px;
	width: 100% !important;
}

.esgAdvisorBnr{
	border: 1px solid var(--green);
	justify-content: space-between;
}
.esgAdvisorBnr a{
	display: block;
	text-align: center;
}
.esgAdvisorBnr p .bold{
	display: block;
}


/* =======================================
   dx
========================================== */
#dxIntro dt,
#dxIntro dd .leadTxt{
	font-weight: 700;
}
#iconStep{
	padding: 0;
}
#iconStep .stepList li:first-child{
	padding-top: 0;
}
#iconStep .stepList li{
	border-bottom: 1px solid var(--Lgray);
}
#iconStep .stepList li .stepNum{
	background: var(--green);
	border-radius: 5px;
	color: var(--wh);
}

#dxCando{
	padding-bottom: 0;
}


/* =======================================
    office
========================================== */
#officeCando ul li,
#officeStrong ul li{
	border-radius: 20px;
}
#officeCando ul li h4,
#officeStrong ul li h4{
	text-align: center;
}
#officeCando ul.column3 li{
	background: var(--wh);
}
#officeCando ul.column3 li h4{
	margin-top: 15px;
}
#officeStrong ul.column2 li{
	background: var(--Livory);
	border-radius: 20px;
}
.emTxt{
	background: var(--green);
	text-align: center;
}
.emTxt p{
	color: var(--wh);
}
.emTxt span{
	border-top: 1px solid var(--wh);
	display: block;
	margin: 0.25em 0 0;
	padding-top: 0.25em;
}
.officeExampleBox h5{
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.officeExampleBox h5 .icNum{
	background: var(--wh);
	border: 1px solid var(--green);
	border-radius: calc(infinity * 1px);
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--green);
	text-align: center;
	margin-right: 1em;
}
.officeExampleBox h5 .icNum .num{
	line-height: 1;
}
.officeExampleBox .caseImg figure{
	position: relative;
}
.officeExampleBox .caseImg figure:nth-child(2)::before{
	content: "";
	background: var(--green);
	display: inline-block;
	position: absolute;
}
.officeExampleBox .caseImg figure img{
	border-radius: 20px;
}
.officeExampleBox .caseImg figcaption{
	background: var(--green);
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: var(--wh);
	position: absolute;
	top: 0;
	left: 0;
}

.officeExampleBox .accbtnWrap .btn{
 align-items: center;
 cursor: pointer;
 margin-block: 20px;
 margin-inline: auto;
  white-space: nowrap;
}
.officeExampleBox .accbtnWrap .btn::after{
transform: rotate(90deg);
}
.officeExampleBox .accbtnWrap.active .btn::after{
transform: rotate(-90deg);
}
.officeExampleBox .accbtnWrap.active .btn span{
 display: none;
}
.officeExampleBox .accbtnWrap.active .btn::before{
 content: "閉じる";
}
.officeExampleBox .accBox{
 /*display: none;*/
  position: relative;
 border-bottom: 1px solid var(--base);
}
/*close*/
.officeExampleBox .accBox:not(.activeBox){
  max-height: 40px;
  overflow: hidden;
	transition: 0.3s;
}
.officeExampleBox .accbtnWrap:not(.active){
  position: relative;
}
.officeExampleBox .accbtnWrap::before{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 100%;
	height: 40px;
	background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	transition: 0.9s;
}
.officeExampleBox .accbtnWrap:not(.active) .btn:hover{
	opacity: 0.7;
}
/*open*/
.officeExampleBox .accBox.activeBox{
  max-height: 4000px;
  overflow: visible;
}
.officeExampleBox .accbtnWrap.active{
	margin-top: 0px;
}
.officeExampleBox .accbtnWrap.active::before{
	height: 0px;
}

.bnrInsta{
	border: 1px solid var(--green);
	border-radius: calc(infinity * 1px);
	justify-content: space-between;
	display: inline-block;
	text-align: center;
}
.bnrInsta .icArrow::after{
	top: calc(50% - 10px);
	right: -20px;
}

/* =======================================
   stationery
========================================== */
#stationaryIntro .h3Tit .bgGreen{
	padding: 0 10px;
}
#stationaryIntro .leadBox .leadTxt{
	margin-bottom: 15px;
}
#stationaryService ul.column3 li{
	background: var(--Livory);
	border-radius: 20px;
}
#stationaryService ul.column3 h6{
	color: var(--green);
	display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start; 
margin-bottom: 15px;
	text-align: center;
}
#stationaryService ul.column3 h6 .num{
	background: var(--green);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: calc(infinity * 1px);
	aspect-ratio: 1 / 1;
	margin-bottom: 10px;
	width: 60px;
	height: 60px;
}

.serviceBnrArea h6{
	margin-bottom: 10px;
}
.serviceBnr{
	border-radius: calc(infinity * 1px);
	border: 1px solid var(--green);
	justify-content: space-between;
}
.serviceBnr a{
	display: block;
	text-align: center;
}
.serviceBnr p{
	font-weight: 700 !important;
}
.serviceBnr p span{
	display: block;
}
.serviceBnr p .icArrow{
	font-weight: 700 !important;
	margin-top: 5px;
	padding-right: 46px;
}


/* =======================================
   faq
========================================== */
/*-- faqList--*/
.faqList dt,
.faqList dd{
	display: block;
	padding: 2%;
	position: relative;
}
.faqList dt{
	background: var(--Lgreen);
	border-radius: 15px;
	color: var(--wh);
  font-size: min(4vw,2rem);
	font-weight: 700;
  cursor: pointer;
}
.faqList dt span,
.faqList dd span{
	display: block;
 position: relative;
}
.faqList dt span::before,
.faqList dd span::before{
	border-radius: calc(infinity * 1px);
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 left: 0;
 font-weight: 900;
 line-height: 1;
 aspect-ratio: 1/1;
 font-size: min(4.6vw,2.4rem);
}
.faqList dt span::before{
	content: "Q";
	background: var(--wh);
 color: var(--green);
}
.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.2%;
}
.faqList dt.active::after{
	transform: rotate(225deg);
}
.faqList dd{
background: var(--wh);
display: none;
line-height: 1.95;
}
.faqList dd span::before{
 content: "A";
	background: var(--green);
 color: var(--wh);
}
.faqList dt:not(:first-of-type){
	margin-top: 20px;
}

/* =======================================
	news
========================================== */
/*	一覧
-----------------------------*/

.newsBox{
  padding-block: 40px
}
.newsBox + .newsBox{
  border-top: 1px solid var(--green);
}
.newsBox .imgs{
	overflow: hidden;
 border: 1px solid #E1E1E1;
 background: #ECECEC;
 aspect-ratio: 248 / 186;
}
.newsBox .txts .right a.btn{
  margin-inline: auto 0;
}

.newsBox .imgs img{
 object-fit:contain;
 width: 100%;
 height: 100%;
 margin: auto;
}
.newsBox .newsInfo{
 margin-bottom: 10px;
}
.newsInfo .date{
 color: var(--blue);
 font-size: 20px;
 letter-spacing: 0.06em;
}

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

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

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

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




/* =======================================
	register
========================================== */ 
#register #flowArea h3{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em; 
}
/* #register #flowArea h3::before,
#register #flowArea h3::after{
  content: "\2014"; 
} */
#register #flowArea .flex{
  gap: 30px min(6vw, 30px);
}
#register #flowArea .flex > li{
  flex: 1;

  display: flex;
  flex-direction: column;
}
#register #flowArea .flex > li h4{
  text-align: center;
	z-index: 2;
}
#register #flowArea .flex > li h4 span{
  display: inline-block;
  border-radius: 5px;
	position: relative;
}
#register #flowArea .flex > li h4 span::after{
	content: "";
	background: var(--green);
	display: inline-block;
	width: 20px;
	height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
}
#register #flowArea .flex > li figure{
  position: relative;
  margin-top: 5px;
  text-align: center;
}
#register #flowArea .flex > li:not(:last-of-type) figure::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 100%;
  height: 4px;
  background-color: var(--green);
  z-index: -1;
}
#register #flowArea .flex > li figure img{
  margin-inline: auto;
}
#register #flowArea .flex > li p b{
  display: block;
  margin-block: 15px 10px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}


/* =======================================
	contact
========================================== */ 

#telArea > div{
    border: 4px var(--LLgreen) solid;
    background: #fff;
    white-space: nowrap;
    padding: 55px 0;
}
#telArea > div h3 {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    padding: 0 30px;
    color: var(--yellowGreen);
}
#telArea .tel {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
#telArea .tel a{
 display: inline-block;
 background: url("../images/contact_ic_tel.svg") no-repeat left center/36px auto;
 padding: 0 0 0 35px;
 font-size: min(4.9vw,49px);
 font-weight: 700;
 letter-spacing: 0.05em;
 line-height: 1;
}
#telArea .tel .time{
 display: block;
 margin-top: 5px;
 padding-left: 1em;
 font-family:  "Outfit","Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
 line-height: 1;
 text-align: center;
}

/* =======================================
	form
========================================== */
.formArea{
}
.basicTable .hissu{
	display: inline-block;
 border: none;
 background:#fe0000;
 color: var(--wh);
	border-radius: 3px;
 padding: 3px 3% 4px;
 font-size: 12px;
	line-height: 1;
	margin-left: 0.8em;
}
.formArea .basicTable >dt.flexColumn{
 flex-flow: column;
 align-items: flex-start;
}
.formArea .basicTable dd.fullWidth li{
	margin-left: 1em;
	text-indent: -1em;
	font-weight: 400;
}
.formArea .checkboxWrap .wpcf7-list-item{
 display: block;
 margin-top: 5px;
}
.formArea input[type=radio]{
 vertical-align: -0.05em;
 margin-right: 5px;
}
.formArea textarea{
 height: 200px !important;
}
.formArea dd .flex{
 gap:0 20px;
 align-items: center;
}
.formArea dd .flex + .flex{
 margin-top: 10px;
}
.formArea .basicTable dd .flex input[type="text"],
.formArea .basicTable dd .flex select{
 width: 50%;
}
.contactPrivacy{
 text-align: center;
}
.formFoot{
 margin:40px 0 0;
}
.formBtn {
  margin-top: 20px;
}
.contactPrivacy a{
 color: var(--blue);
	text-decoration: underline;
}

input.btn{
	border: none;
 margin: 0 auto;
 background: var(--green) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 16" fill="none"><path d="M18.1333 7.60127L18.9347 6.79988L19.7361 7.60127L18.9347 8.40266L18.1333 7.60127ZM1.13333 8.7346C0.507408 8.7346 -1.90735e-06 8.22719 -1.90735e-06 7.60127C-1.90735e-06 6.97535 0.507408 6.46794 1.13333 6.46794V7.60127V8.7346ZM11.3333 0.80127L12.1347 -0.000118136L18.9347 6.79988L18.1333 7.60127L17.3319 8.40266L10.5319 1.60266L11.3333 0.80127ZM18.1333 7.60127L18.9347 8.40266L12.1347 15.2027L11.3333 14.4013L10.5319 13.5999L17.3319 6.79988L18.1333 7.60127ZM18.1333 7.60127V8.7346H1.13333V7.60127V6.46794H18.1333V7.60127Z" fill="white"/></svg>') no-repeat calc(100% - 36px) 50% / 20px 16px;
 color: #fff;
 text-align:center;
 cursor: pointer;
 transition: all 0.3s;
}
input.btn:hover{
  opacity: 0.7;
}

.confirm #sendChkbox_label,
.confirm #sendChkbox2_label{
  display: inline-block;
}
/* =======================================
	privacypolicy
========================================== */
#privacyMain{
	border-bottom: 1px solid var(--base);
}
#privacyMain .lead{
  margin-bottom: 2em;
}
#privacyMain .contBox{
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em
}
#privacyMain .h4Tit{
	margin-bottom: 5px;
	text-align: left;
}
section#privacyMain p:not(:last-child){
	margin-bottom: 2em;
}
#privacyMain ol,
#privacyMain ul,
#privacyMain dl{
	margin-bottom: 30px;
}
#privacyMain ol li,
#privacyMain ul li{
	margin-bottom: 10px;
}
#privacyMain ol li li,
#privacyMain ul li li{
  margin-left: 1em;
  text-indent: -1em;
}
#privacyMain ol li:has(h5),
#privacyMain ul li:has(h5){
	margin-bottom: calc(1.6rem * 2.5);
    margin-left: 0;
    text-indent: 0;
}
#privacyMain li:not(:has(h4)) > ol,
#privacyMain li:not(:has(h4)) > ul{
	margin-top: 10px;
}
#privacyMain ol li > p,
#privacyMain ul li > p{
  /*margin-left: 3em;*/
  margin-bottom: .5em !important;
  text-indent: 0;
}
#privacyMain ol li:last-child,
#privacyMain ul li:last-child{
	margin-bottom: 0;
}
#privacyMain ol:not(:has(h4)){
  margin-bottom: 1.5em
}
#privacyMain ol:has(h4) > li + li{
  margin-top: 1.5em;
}
#privacyMain dl dd{
	padding-left: 1.5em;
	padding-bottom: 10px;
}
#privacyMain dl dd:last-child{
	padding-bottom: 0;
}
#privacyMain p a,
#privacyMain li a{
	text-decoration: underline;
	color: revert;/*ブラウザ初期値を使用*/
}

/* =======================================
	service policy
========================================== */
.btnList{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.btnList li{
	background: var(--wh);
	border-radius: 15px;
	min-height: 72px;
}
.btnList li a,
.btnList li a.icOther{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
}
.btnList li a.icOther::after{
	right: min(20px,5.5%);
}
main .bgLivory .btnList li{
	background: var(--Livory);
}
#privacyMain .btnList li{
	margin: 0;
	text-indent: 0;
}