@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; */
	background: #f0fdf7;
  color: var(--base);
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
	font-family: "Red Hat Display", "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;
}
.fontRhd{
 font-family: "Red Hat Display", sans-serif;
}

/*色
========================================== */
:root {
  --base: #434540;
  --bk: #000;
  --wh: #fff;
  --green: #2C8E60;
	--Lgreen: #7DD2AA;
	--LLgreen: #B0F4D4;
	--orange: #FFAA2A;
	--gray: #858585;
	--grdgr01:linear-gradient(-107deg, #A8DFD5 0, #00D9A1 35%, #03A76B 78%,  #24955F 100%); /* btn */
	--grdgr02:linear-gradient(-79deg, #00D9A1 40%, #03A76B 78%, #24955F 100%); /* txt */
	--grdgr03:linear-gradient(350deg, #A8DFD5 8%, #00D9A1 35%, #03A76B 78%, #24955F 100%); /* bg */
	--Lgrdgr:linear-gradient(94deg, rgba(36,149,95,.15) 100%, rgba(3,167,107,.15) 78%, rgba(0,217,161,.15) 35%, rgba(168,223,213,.15) 8%); /* bg */
	--Lgrdbl:linear-gradient(-42deg, rgba(168,223,213,.3) 8%, rgba(149,204,210,.3) 42%, rgba(116,170,204,.3) 100%); /* bg */
 --Lgrdwg:linear-gradient(125deg, #fff 0%,#E3F7F3 100%);/* bg */
}

/*文字色
========================================== */
.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;}
.grd{
	background: linear-gradient(-87deg, #00D9A1 40%, #03A76B 78%, #24955F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*背景
========================================== */
.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;}
.bggrdgr{ background: var(--grdgr01) !important;}
.bggrdgr2{ background: var(--grdgr03) !important;}
.bgLgrdgr{ background: var(--Lgrdgr) !important;}
.bgLgrdbl{ background: var(--Lgrdbl) !important;}
.bgLgrdwg{ background: var(--Lgrdwg) !important;}

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

.btn{
	border-bottom: 1px solid var(--base);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: var(--base);
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
}
.icArrow{
 position: absolute;
 top: 0;right: 0;
 display: grid;
 place-content: center;
 border: 1px var(--base) solid;
 width: 24px;
 height: 24px;
 border-radius: 50%;
 overflow: hidden;
}
.icArrow::before{
 content: "";
 position: relative;
 z-index: 2;
	display: block;
 background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 9 7" fill="none"><path d="M8 3.35352L8.35355 2.99996L8.70711 3.35352L8.35355 3.70707L8 3.35352ZM0.5 3.85352C0.223857 3.85352 0 3.62966 0 3.35352C0 3.07737 0.223857 2.85352 0.5 2.85352V3.35352V3.85352ZM5 0.353516L5.35355 -3.77595e-05L8.35355 2.99996L8 3.35352L7.64645 3.70707L4.64645 0.707069L5 0.353516ZM8 3.35352L8.35355 3.70707L5.35355 6.70707L5 6.35352L4.64645 5.99996L7.64645 2.99996L8 3.35352ZM8 3.35352V3.85352H0.5V3.35352V2.85352H8V3.35352Z" fill="%23434540"/></svg>') no-repeat left top/100% auto;
 width:9px;
 aspect-ratio:9/7;
}
a:hover .icArrow::before{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 9 7" fill="none"><path d="M8 3.35352L8.35355 2.99996L8.70711 3.35352L8.35355 3.70707L8 3.35352ZM0.5 3.85352C0.223857 3.85352 0 3.62966 0 3.35352C0 3.07737 0.223857 2.85352 0.5 2.85352V3.35352V3.85352ZM5 0.353516L5.35355 -3.77595e-05L8.35355 2.99996L8 3.35352L7.64645 3.70707L4.64645 0.707069L5 0.353516ZM8 3.35352L8.35355 3.70707L5.35355 6.70707L5 6.35352L4.64645 5.99996L7.64645 2.99996L8 3.35352ZM8 3.35352V3.85352H0.5V3.35352V2.85352H8V3.35352Z" fill="white"/></svg>');
}
.icArrow::after{
    content: "";
    display: block;
    border-radius: 50%;
    background-color: var(--base);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
 -webkit-animation: circleOut .3s cubic-bezier(.5,0,.75,0) forwards;
    animation: circleOut .3s cubic-bezier(.5,0,.75,0) forwards;
    z-index: 1;
}
a:hover .icArrow::after{
  -webkit-animation: circleHover .3s cubic-bezier(.5,0,.75,0) forwards;
    animation: circleHover .3s cubic-bezier(.5,0,.75,0) forwards
}

@keyframes circleOut {
    0% {
        bottom: 0
    }

    to {
        bottom: 110%
    }
}
@keyframes circleHover {
    0% {
        bottom: -110%
    }

    to {
        bottom: 0
    }
}

.btn.white{
	border-color: var(--wh);}
.white .icArrow{
	border-color: var(--wh);
}
.white .icArrow::before{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 9 7" fill="none"><path d="M8 3.35352L8.35355 2.99996L8.70711 3.35352L8.35355 3.70707L8 3.35352ZM0.5 3.85352C0.223857 3.85352 0 3.62966 0 3.35352C0 3.07737 0.223857 2.85352 0.5 2.85352V3.35352V3.85352ZM5 0.353516L5.35355 -3.77595e-05L8.35355 2.99996L8 3.35352L7.64645 3.70707L4.64645 0.707069L5 0.353516ZM8 3.35352L8.35355 3.70707L5.35355 6.70707L5 6.35352L4.64645 5.99996L7.64645 2.99996L8 3.35352ZM8 3.35352V3.85352H0.5V3.35352V2.85352H8V3.35352Z" fill="white"/></svg>');
}
.white .icArrow::after{
    background-color: var(--wh);
}
a.white:hover .icArrow,
a:hover .white .icArrow{
 border-color:var(--base) ;
}
a.white:hover .icArrow::before,
a:hover .white .icArrow::before{
	background-image:  url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 9 7" fill="none"><path d="M8 3.35352L8.35355 2.99996L8.70711 3.35352L8.35355 3.70707L8 3.35352ZM0.5 3.85352C0.223857 3.85352 0 3.62966 0 3.35352C0 3.07737 0.223857 2.85352 0.5 2.85352V3.35352V3.85352ZM5 0.353516L5.35355 -3.77595e-05L8.35355 2.99996L8 3.35352L7.64645 3.70707L4.64645 0.707069L5 0.353516ZM8 3.35352L8.35355 3.70707L5.35355 6.70707L5 6.35352L4.64645 5.99996L7.64645 2.99996L8 3.35352ZM8 3.35352V3.85352H0.5V3.35352V2.85352H8V3.35352Z" fill="%23434540"/></svg>');
}


.btn2{
	position: relative;
	background: var(--grdgr01);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--wh) !important;
	font-weight: 700;
	padding: 0 12.5%;
	line-height: 1.4;
}

.btn.inline,
.btn2.inline{
 display: inline-flex;
 width:auto;
}

.arrow{
	color: var(--base) !important;
	font-size: 1.6rem;
 font-weight: 700;
 line-height: 1.4;
	position: relative;
}
.arrow::after{
	content: "";
	display: inline-block;
 	background: url("../images/ic_arrow_gray01.svg") no-repeat left top/100% auto;
 width: 24px;
 height: 24px;
 margin-left: 7px;
 vertical-align: -0.1em;
}

.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;
}
@media screen and (max-width: 900px) {
.icWindow.spw::after{
  background: url("../images/ic_window-w.png") no-repeat left top/100% auto;
}
}

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(--blue) 76%);
}
.lineGr,
.lineOr{
	display: inline-block;
	font-weight: 500;
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
 z-index: 0;
}
.lineGr::after,
.lineOr::after{
	content: "";
	border-radius: calc(infinity * 1px);
	display: inline-block;
	width: 100%;
	height: 7px;
	position: absolute;
	top: calc(50% + 0.3em);
	left: 0;
	z-index: -1;
}
.lineGr::after{
	background: #60D69E;
}
.lineOr::after{
	background: var(--orange);
}

.bggrdgr2{
	color: var(--wh);
	font-weight: 700;
	padding-left: 8px;
	padding-right: 8px;
}

.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: 15px;
}

/*タイトル
========================================== */
.h2Tit,
.h3Tit{
	font-weight: 700;
 line-height: 1.8;
}
.h3Tit{
 text-align: center;
}
.h2Tit .en,
.h3Tit .en{
	color: var(--gray);
	display: block;
}
.h2Tit .ja,
.h3Tit .ja{
	display: block;
}
.h2Tit .ja{
	margin-top: -0.3em;
}
.h4Tit,
.h5Tit{
	color: var(--green);
	font-weight: 700;
	line-height: 1.6;
}
.h4Tit{
	border-bottom: 1px solid var(--green);
}

/*
　テキスト
========================================== */
.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 a{
	background: var(--wh);
  color: var(--base);
	display: grid;
  align-items: center;
  justify-content: center;
 width: 40%;
 max-width: 200px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
.pager a:last-of-type{
	border-right: none;
}
.pager .pagerPrev::before,
.pager .pagerNext::after{
	content: '';
	display: inline-block;
	 width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3.5px);
}
.pager .pagerPrev::before{
	border-bottom: 2px var(--base) solid;
  border-left: 2px var(--base) solid;
	left: 15%;
}
.pager .pagerNext::after{
	border-top: 2px var(--base) solid;
  border-right: 2px var(--base) solid;
	right: 15%;
}

/*-- list --*/
.basicList li{
	border-bottom: 1px solid #ccc;
	padding: 15px 40px;
}
.basicList li li{
	border-bottom:none;
		padding: 5px 20px;
}

.discList{
	padding:0 0 0 18px;
}
.discList li{
	list-style:disc outside;
	padding:0 0 5px 0;
}

.checkList li{
 background: url("../images/ic_check.svg") no-repeat left 0.25em/ 1.1em auto;
 padding: 0 0 0 1.55em;
}

.icList li{
	margin-bottom: 0.5em;
	padding-left: 0.75em;
	position: relative;
}
.icList li::before{
	content: '-';
	color: var(--red);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
/**/

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

/* =======================================
	header
========================================== */
header {
  position:fixed;
  width: 100%;
  left: 0;
  top:0;
  z-index: 100;
 transition: transform 0.3s ease;
}
header.fixed{
background-color: rgba(233, 233, 233, 0.7);
backdrop-filter: blur(4px)
}
header.is-hidden:not(.is-start) {
 transform: translateY(-100%);
}

header #logo a{
	color: var(--green) !important;
	display: block;
	line-height: 1;
}
header #logo .logoTitle{
  display: inline-block;
	margin-bottom: min(0.22vw, 3px);
}
header #logo .logoTxt{
	border: 1px solid var(--green);
 display: inline-block;
 margin-top: min(0.43vw, 6px);
 font-weight: 600;
 line-height: 1.1;
}

/* =======================================
	gnavi
========================================== */
.gnavi #headInsta a{
	font-weight: 400;
}
#gnaviList .entry{
	border-radius: 5px;
}
#gnaviList .entry .btn2{
	color: var(--wh) !important;
}

/* =======================================
	footContact
========================================== */
#footContact{
 position: relative;
 background:var(--wh);
 border-radius: 15px;
}
#footContact li,
#footContact p{
 text-align: center;
 height: 100%;
}
#footContact a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
#footContact li a::before,
#footContact li a::after,
#footContact p a .btnInner::before,
#footContact p a .btnInner::after{
	content: "";
	background-repeat: no-repeat;
	background-repeat: left top;
	background-size: 100% auto;
	display: inline-block;
	position: absolute;
}
#footContact li.contactBtn01 a::before{
	background-image: url("../images/contact_img01.png");
}
#footContact li.contactBtn02 a::before,
#footContact .contactBtn02 a .btnInner::before{
	background-image: url("../images/contact_img02.png");
}
/*#footContact li a::after,
#footContact p a .btnInner::after{
	background-image: url("../images/ic_arrow_gray02.svg");
}*/
#footContact li span:not(.icArrow),
#footContact p span:not(.icArrow){
	display: block;
	font-weight: 700;
	position: relative;
}
#footContact .en{
	color: var(--gray);
  display: block;
}
#footContact .icArrow{
 width: 51px;
 height: 51px;
 top: auto;
 bottom:53px;
 left: 0;right: 0;
 margin: auto;
}
#footContact .icArrow::before{
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 14"><path d="M16.4375 6.72852L16.7911 6.37496L17.1446 6.72852L16.7911 7.08207L16.4375 6.72852ZM0.5 7.22852C0.223858 7.22852 0 7.00466 0 6.72852C0 6.45237 0.223858 6.22852 0.5 6.22852V6.72852V7.22852ZM10.0625 0.353516L10.4161 -3.77595e-05L16.7911 6.37496L16.4375 6.72852L16.0839 7.08207L9.70895 0.707069L10.0625 0.353516ZM16.4375 6.72852L16.7911 7.08207L10.4161 13.4571L10.0625 13.1035L9.70895 12.75L16.0839 6.37496L16.4375 6.72852ZM16.4375 6.72852V7.22852H0.5V6.72852V6.22852H16.4375V6.72852Z" fill="%23434540"/></svg>') ;
 width: 18px;
}
#footContact a:hover .icArrow::before{
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 14"><path d="M16.4375 6.72852L16.7911 6.37496L17.1446 6.72852L16.7911 7.08207L16.4375 6.72852ZM0.5 7.22852C0.223858 7.22852 0 7.00466 0 6.72852C0 6.45237 0.223858 6.22852 0.5 6.22852V6.72852V7.22852ZM10.0625 0.353516L10.4161 -3.77595e-05L16.7911 6.37496L16.4375 6.72852L16.0839 7.08207L9.70895 0.707069L10.0625 0.353516ZM16.4375 6.72852L16.7911 7.08207L10.4161 13.4571L10.0625 13.1035L9.70895 12.75L16.0839 6.37496L16.4375 6.72852ZM16.4375 6.72852V7.22852H0.5V6.72852V6.22852H16.4375V6.72852Z" fill="white"/></svg>') ;
}
#footContact a .icArrow::after{
 background-color: #9C9C9C;
}
/*-- pgs --*/
#footContact p{
	width: 100% !important;
}
#footContact p a{
	display: flex;
	align-items: center;
}
#footContact p a .btnInner{
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	margin: 0 auto;
}
#footContact p a .btnInner .icArrow{
 left: auto;
 right: 0;
 bottom: 0;
 top: 0;
}

/* =======================================
	footer
========================================== */
footer{
 background: url("../images/bg_footer.jpg") no-repeat left bottom/cover;
 justify-content: space-between;
 align-items: center;
}
#footBottom{
 width: 90%;
 max-width: 1220px;
 margin: 0 auto;
}
.footerLeft .address{
	color: var(--green);
	font-weight: 400;
 line-height: 1.625;
}
.footerLeft .address a{
  color: var(--green);
}
#footerRight .footInsta{
	border-radius: 15px;
 background: var(--wh);
 overflow: hidden;
}
#footerRight .footInsta a{
	border-radius: 15px;
 	background: #3FA273;
	color: var(--wh) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 10px;
	width: 100%;
	height: 100%;
	padding: 13px 2%;
}
#footerRight .footInsta figure{
	background: var(--wh);
	border-radius: calc(infinity * 1px);
	display: flex;
	align-items: center;
	justify-content: center;
}
#footerRight .footInsta .txts{
	line-height: 1.8;
	text-align: center;
}
#footerRight .footInsta .txts span{
	display: block;
	border-top: 1px dashed var(--wh);
}
.footCatchtxt img{
	margin: 0 auto;
	width: min(100vw,992px);
}
footer .copy{
	display: block;
	line-height: 1;
}
#pageTop{
	position: fixed;
	z-index: 10;
} 

/* =======================================
	linkList / contentsLink
========================================== */
.linkList{
	position: relative;
}
.linkList li{
	background: #F0FDF7;
	border-radius: 15px;
	position: relative;
}
.linkList li a{
	display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
	position: relative;
width: 100%;
height: 100%;
}
.linkList li .icArrow{
 width: 51px;
 height: 51px;
 top: 0;
 bottom: 0;
 margin: auto;
 right: 10%;
}
.linkList li .icArrow::before{
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 14"><path d="M16.4375 6.72852L16.7911 6.37496L17.1446 6.72852L16.7911 7.08207L16.4375 6.72852ZM0.5 7.22852C0.223858 7.22852 0 7.00466 0 6.72852C0 6.45237 0.223858 6.22852 0.5 6.22852V6.72852V7.22852ZM10.0625 0.353516L10.4161 -3.77595e-05L16.7911 6.37496L16.4375 6.72852L16.0839 7.08207L9.70895 0.707069L10.0625 0.353516ZM16.4375 6.72852L16.7911 7.08207L10.4161 13.4571L10.0625 13.1035L9.70895 12.75L16.0839 6.37496L16.4375 6.72852ZM16.4375 6.72852V7.22852H0.5V6.72852V6.22852H16.4375V6.72852Z" fill="%23434540"/></svg>') ;
 width: 18px;
}
.linkList li a:hover .icArrow::before{
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 14"><path d="M16.4375 6.72852L16.7911 6.37496L17.1446 6.72852L16.7911 7.08207L16.4375 6.72852ZM0.5 7.22852C0.223858 7.22852 0 7.00466 0 6.72852C0 6.45237 0.223858 6.22852 0.5 6.22852V6.72852V7.22852ZM10.0625 0.353516L10.4161 -3.77595e-05L16.7911 6.37496L16.4375 6.72852L16.0839 7.08207L9.70895 0.707069L10.0625 0.353516ZM16.4375 6.72852L16.7911 7.08207L10.4161 13.4571L10.0625 13.1035L9.70895 12.75L16.0839 6.37496L16.4375 6.72852ZM16.4375 6.72852V7.22852H0.5V6.72852V6.22852H16.4375V6.72852Z" fill="white"/></svg>') ;
}
.linkList li a .en{
	color: var(--gray);
	display: block;
}
#contentsLink .linkList{
	flex-wrap: wrap;
}

/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle h2 .ja{
	line-height: 2.2;
	position: relative;
}
.mainTitle h2 .ja::after{
	content: "";
	background: url("../images/bdr_title.svg") no-repeat left top / 100% auto;
	display: inline-block;
	height: 12px;
	position: absolute;
	left: 0;
}
.mainTitle p{
	display: block;
}

/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
	text-align: right;
}
#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;
}
/* #breadcrumb li > span:after{
  content: ' | '
} */

/**/
.secLead p{
 font-size: 20px;
 text-align: center;
 line-height: 1.8;
}

/*-- 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{
	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: grid;
	align-items: center;
}
.basicTable dd dl dd{
	padding-left: 1em;
}
.basicTable dd dl dd + dt{
	padding-top: 15px;
}
.basicTable a{
	color: var(--green);
	text-decoration: underline;
}
.basicTable a:hover{
 text-decoration: none;
}

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

/*		anchorLink
-----------------------------*/
.anchorLink{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.anchorLink a{
	 background: var(--wh);
	/* border: 1px solid var(--Lgreen); */
	display: grid;
 place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	color: var(--base);
	text-align: center;
	border-radius: 10px;
}
.anchorLink a .icArrow{
	transform: rotate(90deg);
}
/* .anchorLink a::after{
  content: "";
	background: url("../images/ic_arrow_gray01.svg") no-repeat left top / 100% auto;
  display: inline-block;
	border-bottom: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
	position: absolute;
  right: 10%;
	transform: rotate(90deg);
} */
.anchorLink a:hover{
	/* background: var(--wh);
	color: var(--base); */
	opacity: .7;
}
/* .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);
}

/*	btnEntry
========================================== */
.btnEntry{
  background: var(--wh);
  border-radius: 15px;
	margin-top: 30px;
	position: relative;
	text-align: center;
	width: 100% !important;
}
.btnEntry a{
	display: flex;
  align-items: center;
	width: 100%;
	height: 100%;
}
.btnEntry a .btnInner{
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btnEntry a .btnInner::before,
.btnEntry a .btnInner::after{
	content: "";
	background-repeat: no-repeat;
	background-repeat: left top;
	background-size: 100% auto;
	display: inline-block;
	position: absolute;
}
.btnEntry a .btnInner::before {
	content: "";
	background-image: url("../images/contact_img02.png");
  background-repeat: no-repeat;
  background-repeat: left top;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
 }
.btnEntry span:not(.icArrow){
	display: block;
	font-weight: 700;
	position: relative;
}
.btnEntry .en{
	color: var(--gray);
	display: block;
}
.btnEntry .icArrow{
 left: auto;
 top: 0;
 bottom:0;
 margin: auto;
}
.btnEntry .icArrow::before{
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 14"><path d="M16.4375 6.72852L16.7911 6.37496L17.1446 6.72852L16.7911 7.08207L16.4375 6.72852ZM0.5 7.22852C0.223858 7.22852 0 7.00466 0 6.72852C0 6.45237 0.223858 6.22852 0.5 6.22852V6.72852V7.22852ZM10.0625 0.353516L10.4161 -3.77595e-05L16.7911 6.37496L16.4375 6.72852L16.0839 7.08207L9.70895 0.707069L10.0625 0.353516ZM16.4375 6.72852L16.7911 7.08207L10.4161 13.4571L10.0625 13.1035L9.70895 12.75L16.0839 6.37496L16.4375 6.72852ZM16.4375 6.72852V7.22852H0.5V6.72852V6.22852H16.4375V6.72852Z" fill="%23434540"/></svg>') ;
 width: 18px;
}
.btnEntry a:hover .icArrow::before{
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 14"><path d="M16.4375 6.72852L16.7911 6.37496L17.1446 6.72852L16.7911 7.08207L16.4375 6.72852ZM0.5 7.22852C0.223858 7.22852 0 7.00466 0 6.72852C0 6.45237 0.223858 6.22852 0.5 6.22852V6.72852V7.22852ZM10.0625 0.353516L10.4161 -3.77595e-05L16.7911 6.37496L16.4375 6.72852L16.0839 7.08207L9.70895 0.707069L10.0625 0.353516ZM16.4375 6.72852L16.7911 7.08207L10.4161 13.4571L10.0625 13.1035L9.70895 12.75L16.0839 6.37496L16.4375 6.72852ZM16.4375 6.72852V7.22852H0.5V6.72852V6.22852H16.4375V6.72852Z" fill="white"/></svg>') ;
}
.btnEntry a .icArrow::after{
 background-color: #9C9C9C;
}

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

/*		#mv
-----------------------------*/
#mv{
	position: relative;
	padding: 0;
}
.mvImg{
	overflow: hidden;
	position: relative;
}
.mvImg::before,
.mvImg::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.mvImg::before{
	background: url("../images/top_mv_circle_l.png") no-repeat left top / 100% auto;
	width: 392px;
	width: min(28vw, 392px);
	aspect-ratio: 392 / 388;
	/* height: 388px;*/
	left: 0;
	top: 0;
}
.mvImg::after{
	background: url("../images/top_mv_circle_r.png") no-repeat left top / 100% auto;
	width: min(36.7vw, 514px);
	aspect-ratio: 514 / 549;
	/* height: 549px;*/
	right : 0;
	bottom: max(-10vw, -150px);
}
.mvImg img{object-fit: cover;
	width: 100%;
	height: 100%;
}
.mvTxts{
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	line-height: 1;
}
.mvBtn{
	background: var(--wh);
	border-radius: 15px 0 0 15px;
	color: var(--wh);
	overflow: hidden;
	position: fixed;
	z-index: 100;
	right: 0;
	text-align: center;
  
}
.mvBtn a{
	background-image: url("../images/top_mv_btn_bg.svg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #3FA273;
	display: inline-block;
	width: 100%;
}
.mvBtn p{
	margin-bottom: 0 !important;
}
.mvBtn .bgOrange{
	background: var(--orange);
	border-radius: calc(infinity * 1px);
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 13px;
}
.mvBtn .obliqueLine{
	display: block;
	position: relative;
}
.mvBtn .obliqueLine::before,
.mvBtn .obliqueLine::after{
	content: "";
	background: var(--wh);
	display: inline-block;
	width: 1px;
	position: absolute;
	bottom: 2px;
}
.mvBtn .obliqueLine::before{
	transform: rotate(-30deg);
	left: 0.6em;
}
.mvBtn .obliqueLine::after{
	transform: rotate(30deg);
	right: 0.9em;
}
.mvBtn h2{
	font-weight: 600;
}
.mvBtn .btn{
	border-bottom: none;
	display: inline-block;
	position: relative;
}
.mvBtn .btn span:not(.icArrow){
	border-bottom: 1px solid var(--wh);
}

/*		#topMessage
-----------------------------*/
#topMessage{
	background: url("../images/top_message_bg.svg") no-repeat left 376px / 514px auto, url("../images/top_message_circle01_l.png") no-repeat left -89px / auto 509px,url("../images/top_message_circle01_r.png") no-repeat right -175px / auto 509px,linear-gradient(-40deg,rgba(255,255,255,1) 0%,rgba(227,247,243,1) 100%);
	overflow: hidden;
	padding: 0;
}
#topMessage .leadMessage{
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
}
#topMessage .leadMessage,
#topMessage .inner1200{
	position: relative;
	z-index: 3;
}
#topMessage .h2Tit .ja{
	line-height: 1.56;
}
#topMessage .leadMessage p{
	position: relative;
}
#topMessage .leadMessage p::before,
#topMessage .leadMessage p::after{
	content: "";
	display: inline-block;
	position: absolute;
}
#topMessage .leadMessage p::before{
	background: url("../images/top_message_img_dot.svg") no-repeat left top / 100% auto;
}
#topMessage .leadMessage p::after{
	background: linear-gradient(180deg, #A8DFD5 0, #00D9A1 100%, #03A76B 78%,  #24955F 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	width: min(19vw,266px);
	height: min(5vw,70px);
	left: calc(50% - min(9.5vw,133px));
}
#topMessage .leadMessage .balloonTxt{
	display: inline-block;
	position: relative;
}
#topMessage .leadMessage .balloon{
	background: #269762;
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	position: relative;
}
#topMessage .leadMessage .balloon::after{
	content: "";
	background: #269762;
	display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom:0;
	right: 3px;
	transform: rotate(-45deg);
	width: 25px;
	height: 20px;
}


.corporatedoctor{
	position: relative;
	background-image: url(../images/bg_blower_green.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	z-index: 2;
}
.corporatedoctor::before{
	content: "";
	background: var(--wh);
	display: block;
	border-radius: 15px;
	position: absolute;
	width: min(85.7vw,1200px);
	left: calc(50% - min(42.85vw,600px));
}
.corporatedoctor .balloonTxt,
.corporatedoctor .obliqueLine{
	display: inline-block;
}
.corporatedoctor .balloon{
	background: #60D69E;
	border-radius: 2.44px;
	color: var(--wh);
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	margin: 0 2px 15px;
	padding: 5px 10px;
	position: relative;
}
.corporatedoctor .balloon::after{
	content: "";
	background: #60D69E;
	display: inline-block;
	width: 10px;
	height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -9px;
}
.corporatedoctor .balloon:nth-child(1)::after{
	right: 5px;
}
.corporatedoctor .balloon:nth-child(2)::after{
	left: 5px;
}
.corporatedoctor .balloonTxt{
	margin-top: 20px;
}
.corporatedoctor .lineOr{
	display: block;
	font-weight: 600;
}
.corporatedoctor .lineOr::after{
	top: calc(50% + 10px);
}
.corporatedoctor .obliqueLine{
	margin-top: 10px;
	position: relative;
}
.corporatedoctor .obliqueLine::before,
.corporatedoctor .obliqueLine::after{
	content: "";
	background: #B0B0B0;
	display: inline-block;
	width: 3px;
	position: absolute;
	bottom: 0;
}
.corporatedoctor .obliqueLine::before{
	transform: rotate(-18deg);
}
.corporatedoctor .obliqueLine::after{
	transform: rotate(18deg);
}
.corporatedoctor .obliqueLine span{
	margin: 0 13px;
}
.corporatedoctor ul li{
	position: relative;
}
.corporatedoctor ul li figure{
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.corporatedoctor ul li figure::after{
	content: "";
	background: linear-gradient(to bottom, rgba(34,34,34,0) 0%,rgba(34,34,34,1) 100%);
	border-radius: 15px;
	display: inline-block;
	width: 100%;
	height: 94px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.corporatedoctor ul li p{
	color: var(--wh);
	margin-bottom: 0 !important;
	position: absolute;
	left: 24px;
}
.corporatedoctor ul li p span{
	display: block;
	font-size: 150%;
}

/*		#topFuture
-----------------------------*/
#topFuture{
	background: url("../images/top_future_circle_l.png") no-repeat left 559px / 565px auto, url("../images/top_future_circle_r.png") no-repeat right 724px / 565px auto, url("../images/top_future_circle_l.png") no-repeat left 1774px / 565px auto,#f0fdf7;
	position: relative;
}
#topFuture::before{
	content: "";
	background: url("../images/top_future_txt.svg") repeat-x -131px top / auto 100%;
	display: inline-block;
	position: absolute;
	z-index: 2;
	width: 100vw;
	/* アニメーションの指定 */
  animation: loopBg 76s linear infinite;
}/* 左から右へ移動させるキーフレーム */
@keyframes loopBg {
  0% {
    background-position: 0 top;
  }
  100% {
    /* 画像の1パターン分の横幅を指定します（例: 500px） */
    background-position: 3820px top;
  }
}
#topFuture .inner1200{
	position: relative;
	z-index: 3;
}
#topFuture .futureLead .h2Tit{
	margin-bottom: 0;
}
#topFuture .secLeadTxt{
	font-weight: 700;
}
#topFuture .futureLead p:not(.secLeadTxt),
#topFuture .futureDetail p:not(.btnWrap){
	line-height: 1.95;
}

/*		#topPeople
-----------------------------*/
#topPeople li figure{
 position: relative;
 width: 100%;
 aspect-ratio:365/471;
}
#topPeople li figure::after{
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 border-radius: 13px;
 border: 10px rgba(175,175,175,.25) solid; 
 position: absolute;
 top: 0;
 left: 0;
 box-sizing: border-box;
}
#topPeople li figure img{
 border-radius: 13px;
 object-fit: cover;
 width: 100%;
 height: 100%;
}
#topPeople ul p{
	color: var(--gray);
	margin-bottom: 0;
}
#topPeople ul.txtTag li{
	border: 1px solid var(--gray);
	border-radius: calc(infinity * 1px);
	color: var(--gray);
	line-height: 1;
}
#topPeople ul h3{
	line-height: 1.4;
}

/*		#topTalk
-----------------------------*/
#topTalk figure{
	position: relative;
	z-index: 5;
	overflow: hidden;
}

/*		#topEnvironment
-----------------------------*/
#topEnvironment .h2Tit{
	margin-bottom: 25px;
}
.environmentDetail{
	margin-bottom: 9px;
}
.environmentDetail li,
#topEnvironment ul.btnWrap li{
	background: #F0FDF7;
	border-radius: 15px;
	position: relative;
}
.environmentDetail li h3{
	font-weight: 500;
}
.environmentDetail li p.grd{
	font-weight: 700;
	line-height: 1;
}
.environmentDetail li:nth-child(4) p.grd{
	line-height: 1.3;
}
.environmentDetail li::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.environmentDetail li:nth-child(1)::after{
	background: url("../images/top_environment_img01.png") no-repeat left top / 100% auto;
}
.environmentDetail li:nth-child(2)::after{
	background: url("../images/top_environment_img02.png") no-repeat left top / 100% auto;
}
.environmentDetail li:nth-child(3)::after{
	background: url("../images/top_environment_img03.png") no-repeat left top / 100% auto;
}
.environmentDetail li:nth-child(4)::after{
	background: url("../images/top_environment_img04.png") no-repeat left top / 100% auto;
}


/* =======================================
  company
========================================== */
#companyLead > div{
	position: relative;
}
#companyLead > div::before{
	content: "";
	background: url("../images/company_lead_bg.png") no-repeat left top / 100% auto;
	display: inline-block;
	position: absolute;
	top: -20px;
	z-index: -1;
}
#companyLead .h3Tit{
	line-height: 1.5;
}
#companyLead .h3Tit span{
	display: block;
}
#companyLead .companyHistory{
	position: relative;
}
#companyLead .companyHistory .balloon{
	background: var(--orange);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	display: inline-block;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 0;
	position: absolute;
	text-align: center;
	z-index: 1;
}
#companyLead .companyHistory ul{
}
#companyLead .companyHistory li{
	background: var(--Lgreen);
	border-radius: 15px;
	color: var(--wh);
	min-height: 330px;
	padding: 10px;
    display: flex;
    flex-direction: column;
}
#companyLead .companyHistory li h4{
	font-weight: 900;
}
#companyLead .companyHistory li p{
	margin: 0 9px 10px;
}
#companyLead .companyHistory li figure {
	flex: 1;
	background-color: #ffffff;
	border-radius: 15px;
}
#companyLead .companyHistory li figure img{
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#companyKeyword{
	background: linear-gradient(125deg, #fff 0%,#E3F7F3 100%);
}
#companyKeyword > div{
	z-index: 2;
}
#companyKeyword .h3Tit{
	line-height: 1.5;
	margin-bottom: 1.97em;
}
#companyKeyword .obliqueLine{
	display: inline-block;
	line-height: 1.5;
}
#companyKeyword .obliqueLine{
	margin-top: 10px;
	position: relative;
}
#companyKeyword .obliqueLine::before,
#companyKeyword .obliqueLine::after{
	content: "";
	background: #B0B0B0;
	display: inline-block;
	width: 3px;
	position: absolute;
	bottom: 0;
}
#companyKeyword .obliqueLine::before{
	transform: rotate(-18deg);
}
#companyKeyword .obliqueLine::after{
	transform: rotate(18deg);
}
#companyKeyword figure{
	position: relative;
}
#companyKeyword figure figcaption{
	background: linear-gradient(0deg, rgba(168,223,213,.85) 8%, rgba(1,200,142,.85) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	top: -0.55em;
	left: 0;
}
#companyKeyword figure img{
	border-radius: 15px;
}
#companyKeyword .txts h4{
	margin-bottom: min(1.875em,30px);
}
#companyKeyword .txts h4 .lineGr{
	font-size: min(4.4vw, 3rem);
}
#companyKeyword .txts p{
	line-height: 2.375;
}
#companyKeyword .txts p + p{
	margin-top: 1.875em;
}

#companyFuture{
	background: url("../images/bg_circle_green.png") no-repeat -12.79vw 10vw / 509px auto,url("../images/bg_circle_green.png") no-repeat 73.21vw 49.36vw / 509px auto,url("../images/bg_circle_green.png") no-repeat -10vw 111.49vw / 509px auto;
}
#companyFuture .futureEnvision{
	position: relative;
	justify-content: space-between;
}
#companyFuture .futureEnvision::before{
	content: "";
	background: var(--Lgreen);
	border-radius: 4px;
	display: block;
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 211px;
}
#companyFuture .futureEnvision dt{
	font-weight: 900;
}
#companyFuture .futureEnvision dd{
	position: relative;
}
#companyFuture .futureEnvision dd:nth-of-type(3){
	margin-bottom: 0;
}
#companyFuture .futureEnvision dd h4 .ja{
	color: var(--green);
}
#companyFuture .futureEnvision dd h4 .ja span{
	font-weight: 800;
}
#companyFuture .futureEnvision dd h4 .num{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	position: relative;
}
#companyFuture .futureEnvision dd h4 .num::before,
#companyFuture .futureEnvision dd h4 .num::after,
#companyFuture .futureEnvision dd h4 .balloon:before,
#companyFuture .futureEnvision dd h4 .balloon:after{
	content: "";
	display: inline-block;
	position: absolute;
}
#companyFuture .futureEnvision dd h4 .num::before,
#companyFuture .futureEnvision dd h4 .balloon:before{
	background: var(--Lgreen);
		height: 4px;
		top: calc(50% - 2px);
	z-index: -1
}
#companyFuture .futureEnvision dd h4 .num::after,
#companyFuture .futureEnvision dd h4 .balloon:after{
	background: #4FBF8A;
	border-radius: calc(infinity * 1px);
}
#companyFuture .futureEnvision dd h4 .balloon{
	background: var(--orange);
  border-radius: calc(infinity * 1px);
  color: var(--wh);
  display: block;
	width: 112px;
	height: 112px;
  font-weight: 900;
  line-height: 1.1;
	padding: 25px 5px;
	position: relative;
  text-align: center;
}
#companyFuture .futureEnvision dd h4 .balloon:before{
	top: calc(56px - 2px);
}
#companyFuture .futureEnvision dd h4 .en{
	display: block;
}
#companyFuture .futureEnvision dd ul li{
	position: relative;
}
#companyFuture .futureEnvision dd ul li::before{
	content: "";
	background: url("../images/company_ic_check.svg") no-repeat left top / 100% auto;
	display: inline-block;
	position: absolute;
	left: 0;
}
#companyFuture .futureEnvision dd p{
	line-height: 2.375;
}

#companyFuture .futureMessage h4{
	font-weight: 600;
	margin-bottom: 1em;
}
#companyFuture .futureMessage h4 .green{
	font-weight: 800;
}
#companyFuture .futureMessage p{
	line-height: 2.2;
}

#companyMessage{
	padding: 0;
}
#companyMessage figure{
	position: relative;
	z-index: 5;
	overflow: hidden;
}
#companyMessage p{
	line-height: 2.375;
}
#companyMessage p.right{
	padding-right: 0.5em;
	width: 100%;
}
#companyPerson {
 position: relative;
 overflow: hidden;
}
#companyPerson::after{
 content: "";
 display: block;
 background: url("../images/company_person_txt.svg") repeat-x left -5.7vw top/auto 100%;
 width: 100%;
 height: 156px;
 position: absolute;
 left: 0;
 bottom: 0;
}
#companyPerson .leadBox p{
	/* border: 1px solid var(--base);
	border-radius: 39px;*/
	display: grid;
	align-items: center;
	position: relative;
}
#companyPerson ul{
 position: relative;
}
#companyPerson ul::before{
 content: "";
 display: block;
	border-radius: 15px 0 0 15px;
 background: #fff;
 width: 100vw;
 height: 100%;
 position: absolute;
 top: 0;
 left: min(3.84vw,50px);
}
#companyPerson ul li{
	border-bottom: 1px dashed var(--base);
	position: relative;
}
#companyPerson ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#companyPerson ul li h3{
	background: var(--grdgr01);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	display: grid;
	align-items: center;
	justify-content: center;
	position: absolute;
}
#companyPerson ul li figure img{
	margin: 0 auto;
}
#companyPerson ul li dl dt{
	background: var(--grdgr01);
	color: var(--wh);
	display: inline-block;
	font-weight: 700;
}
#companyPerson ul li dl dd{
	line-height: 2.375;
}


/* =======================================
  works
========================================== */
#worksImages .imagesWrap,
#campImages .imagesWrap{
 position: relative;
}
.imagesWrap li{
 border: 1px var(--Lgreen) solid;
 background: #fff;
 border-radius: 15px;
 padding: 0px 10px 20px;
}
.imagesWrap .iconWrap{
 display: flex;
 flex-flow: row wrap;
 gap:5px 8px;
 position: relative;
}
.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-size: 1.2rem;
	line-height: 1.8;
	/* width: 45px;
  height: 45px; */
}
.imagesWrap h4{
	border-radius: calc(infinity * 1px);
background: var(--green);
color: var(--wh);
 margin-top: -5px;
 margin-bottom: 10px;
 text-align: center;
}
.imagesWrap figure img{
	border-radius: 15px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:148/91;
}
.imagesWrap figure figcaption{
 color: var(--green);
 font-weight: 700;
 margin: 15px 0 10px;
 text-align: center;
}
#worksImages .imagesWrap li p,
#campImages .imagesWrap li p{
	line-height: 1.7;
}

.imagesWrap li p a{
  text-decoration: underline;
  color: var(--green)
}

.worksAnchor li{
 position: relative;
 text-align: center;
}
.worksAnchor figure{
 margin: 0 0 20px;
  position: relative;
}
.worksAnchor figure img{
 border-radius: 50%;
 object-fit: cover;
 width: 100%;
 aspect-ratio:1/1;
}
.worksAnchor figure::after{
	content: "";
	background: rgba(28,106,70,.5);
	border-radius: 50%;
	aspect-ratio:1/1;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.worksAnchor h4{
 position: absolute;
 left: 0;
 width: 100%;
 display: flex;
 flex-flow: column;
 justify-content: center;
 align-items: center;
 color: var(--wh);
 font-weight: 700;
 text-align: center;
 /* text-shadow:1px 1px 0px rgba(255,255,255,.8), -2px -2px 0 rgba(255,255,255,.5); */
 z-index: 1;
 line-height: 1;
}
.worksAnchor h4 .sub1{
 line-height: 1.4;
}
.worksAnchor h4 .sub2{
 font-weight: 500;
}
.worksAnchor a.arrow{
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 20%;
	right: 20%;
	z-index: 5;
	width: 60%;
}
.worksAnchor a.arrow::after{
 background-image: url("../images/ic_arrow_white.svg");
}

.deepingBox .deepingBoxInner{
	background: var(--wh);
}
.deepingBox h4{
 background: var(--grdgr03);
 padding-block: 10px;
 text-align: center;
}
.deepingBox h4 span{
 display: inline-block;
 border: 1px var(--wh) solid;
 color: var(--wh);
 padding: 2px 10px;
 margin: 0 .8em;
 font-size: 70%;
 vertical-align: .1em;
}
.deepingBox h5:has(.lineGr){
 color: var(--base);
 margin-bottom: 30px;
 text-align: center;
}
.deepingBox .worksList{
	border-bottom: 1px dashed var(--Lgreen);
	align-items: flex-start;
}
.deepingBox .worksList li{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
 	text-align: center;
}
.deepingBox .worksList p{
 margin: 10px 0 0;
}
.deepingBox .worksList figure{
	background: #f0fdf7;
	border-radius: calc(infinity * 1px);
	aspect-ratio:1/1;
	display: flex;
	align-items: center;
	justify-content: center;
 margin: 0;
 overflow: hidden;
}
.deepingBox .timeline li{
	border: 1px solid var(--green);
	border-radius: 15px;
	padding: 20px;
	position: relative;
}
.deepingBox .timeline li:not(:last-child)::after{
	content: "";
	display: block;
 position: absolute;
}
.deepingBox .timeline li figure{
 position: relative;
 margin: 0 0 10px;
}
.deepingBox .timeline li figure img{
	border-radius: 15px;
object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:333/206;
 }
.deepingBox .timeline li figure figcaption{
 background: var(--green);
 border-radius: calc(infinity * 1px);
 aspect-ratio: 1 / 1;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.8rem;
 font-weight: 900;
 padding: 2px 10px;
 position: absolute;
 top: -30px;
 left: -30px;
}
.deepingBox .timeline li h6{
 color: var(--green);
 margin-bottom: 5px;
 text-align: center;
}
.deepingBox .timeline li p{
	line-height: 1.7;
 margin-bottom: 0;
}
.deepingBox .timeline li p.note{
	margin-top: 10px;
	margin-left: 0.5em;
	text-indent: -0.5em;
}

.deepingBox .suited{
	border-top: 1px dashed var(--Lgreen);
}
.deepingBox .suited .checkList li{
 margin-bottom: 10px;
 line-height: 1.8;
}
.deepingBox .suited dl{
 border: 2px var(--orange) solid;
 border-radius: 15px;
 background: #fff;
 padding: 20px 3%;
}
.deepingBox .suited dt{
 /* display: flex;
 align-items: center;
 gap:0 20px;
 color: var(--green); */
 font-weight: 700;
 margin-top: -40px;
 margin-bottom: 15px;
 text-align: center;
}
.deepingBox .suited dt img{
 flex-shrink: 0;
 width: 80px;
 object-fit: cover;
 aspect-ratio:1/1;
 border-radius: 50%;
 margin: 0 auto 5px;
}
.deepingBox .suited dd{
 line-height: 1.7;
}

/* =======================================
  environment
========================================== */
#environmentCareer h4,
#environmentBenefit h4{
	background: var(--grdgr03);
	margin-bottom: 20px;
}
.careerStep{
 margin-bottom: 60px;
}
.careerStep li{
 position: relative;
 /* border-radius: 15px; */
 border: 1px solid var(--green);
 background: #fff;
 padding: 20px 2%;
}
.careerStep  .slash{
	color: var(--green);
 margin: 0 0 5px;
}
.careerStep  .slash::before,
.careerStep  .slash::after{
	background: var(--green);
	height: 1.6em
}
.careerStep .years{
 border-radius: 5px;
 background: var(--green);
 padding: 4px 0 3px;
 margin: 0 0 10px;
 color: #fff;
 text-align: center;
}
.careerStep figure,
.environmentList figure{
 margin: 0 0 15px;
}
.careerStep figure img{
object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:280/162;
 }
.careerStep h5{
 margin-bottom: 10px;
 text-align: center;
}

.environmentList li{
	background: var(--wh);
	border-radius: 15px;
}
.environmentList li p sub{
  font-size: 0.75em;
}
.environmentList figure img{
object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:333/236;
}
.environmentList h5{
 margin: 0 0 10px;
 text-align: center;
}
.environmentList h5 span{
  font-size: .7em;
}
.environmentVoice ul li{display: grid;
 place-content: center;
 border: 2px var(--green) solid;
 background: #fff;
 border-radius: 20px;
 color: var(--green);
 padding: 40px 2%;
 font-size: min(1.63vw,18px);
 line-height: 1.8;
 text-align: center;
 position: relative;
}
.environmentVoice ul li::before{
	content: "";
	background: #fff;
	display: inline-block;
	width: 20px;
	height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: 100%;
	left: 45%;
}
.environmentVoice ul li::after{
	content: "";
	background: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
  border-left: 2px var(--green) solid;
	border-bottom: 2px var(--green) solid; 
	transform: rotate(-45deg);
	position: absolute;
	top: calc(100% - 10px);
	left: 45%;
}

#environmentBenefit .others{
 margin-top: 80px;
 border: 1px var(--Lgreen) solid;
 border-radius: 15px;
 background: #fff;
 padding: 40px 2%;
 text-align: center;
}
#environmentBenefit .others dt span{
	background: var(--grdgr01);
	display: inline-block;
}
#environmentBenefit .others dd ul{
 justify-content: center;
 gap:1em 0.5em;
}
#environmentBenefit .others dd li + li::before{
 content: "／";
 margin-right: .5em;
}

.environmentOfficeSlider figure{
 width: 46vw;
 max-width: 640px;
}
.environmentOfficeSlider figure img {
  transform: scale(.75); 
  transition: opacity .5s, transform .5s;
 object-fit: cover;
 width: 100%;
 aspect-ratio:480/340;
 border-radius: 15px;
}
.environmentOfficeSlider figure.slick-center img {
  transform: scale(1); 
}
.prize ul li{
 display: flex;
 flex-flow: column;
 justify-content: center;
 align-items: center;
 /* border-radius: 15px;
 border: 1px var(--Lgreen) solid;
 background: var(--Lgrdgr); */
 position: relative;
}
.prize ul li::before{
	content: "";
	background: url("../images/environment_office_ic01.svg") no-repeat left top / 100% auto;
	display: inline-block;
	position: absolute;
}

/* =======================================
  people
========================================== */
.peopleList{}
.peopleList li{}
.peopleList figure{
 position: relative;
 margin: 0 0 12px;
 width: 100%;
 aspect-ratio:365/471;
}
.peopleList figure::after{
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 border-radius: 13px;
 border: 10px rgba(175,175,175,.25) solid; 
 position: absolute;
 top: 0;
 left: 0;
 box-sizing: border-box;
}
.peopleList figure img{
 border-radius: 13px;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.peopleList h3{
 margin-bottom: 14px;
 font-size: 24px;
}
.peopleList li p{
 margin: 0 0 10px !important;
 color: var(--gray);
}
.peopleList p span{
 margin-right: 1.44em;
}
.txtTag{
 gap:10px 10px;
}
.txtTag li{
	border: 1px solid var(--gray);
	border-radius: calc(infinity * 1px);
 padding: 5px 18px;
 font-size: 14px;
 color: var(--gray);
	line-height: 1;
}

/**** detail ****/

#peopleProfile{}
#peopleProfile h3{}
#peopleProfile .name{
 color: var(--gray);
}
#peopleProfile .name span{
 margin-right: 1.4em;
}
#peopleProfile .word{}
#peopleProfile dl{
 border: 1px var(--Lgreen) solid;
 border-radius: 15px;
 background: #fff;
 margin-top: 30px;
 padding: 20px;
}

#peopleProfile figure{
 aspect-ratio: 390 / 504;
}
#peopleProfile figure img{
  border-radius: 13px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.peopleBox{
 margin-top: 60px;
}
.peopleBox figure{
	width: 100%;
	aspect-ratio: 458/342;
  
}
.peopleBox figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  border-radius: 13px;
}
.peopleBox h4{
 margin-bottom: 20px;
 font-size: 24px;
}
.peopleBox p{
 line-height: 1.8;
}

.peopleListSlider .slick-slide{
 margin: 0 20px;
}


/* =======================================
  talk
========================================== */
.talkInfo{
 justify-content: center;
 gap:0 2%;
}
.talkInfo li{
   width: 32%;
}
.talkInfo li h4{
   font-size: min(3.9vw, 20px);
  text-align: center;
  color: var(--green);
  
}
.talkInfo figure{
text-align: center
}
.talkInfo figure img{
 border-radius: 50%;
 object-fit: cover;
 width: 90%;
 aspect-ratio:1/1;
  margin: auto;
}
.talkInfo figure figcaption{
 margin: 10px 0 0;
 font-size: min(3.73vw, 18px);
 text-align: center;
}
.talkInfo figure figcaption span{
  font-size: .7em;
  margin-right: .5em
}

.talkBox:not(:first-child){
 margin-top: 60px;
}
.talkBox .wide{
 width: 100%;
 height: 357px;
}
.talkBox .wide img{
 object-fit: cover;
 width: 100%;
 height: 100%;}

.talkBox ol li{
 display: flex;
 justify-content: space-between;
 gap: 40px min(4%, 40px);
 margin-top: 40px;
}
.talkBox ol li figure{
 width: min(25%,120px);
 text-align: center;
  background: var(--Lgreen);
  padding: 10px;
  border-radius: 15px;
}
.talkBox ol li figure img{
 border-radius: 50%;
 object-fit: cover;
 width: 100%;
 aspect-ratio:1/1;
  margin-bottom: 5px
}
.talkBox ol li figure figcaption{
  font-size: 2rem;
  color: #fff;
}
.talkBox ol li .txts{
	flex: 1;
}

/* =======================================
  jobdescription
========================================== */
#recruitFlow ol {
 position: relative;
 z-index: 5;
}
#recruitFlow ol::before{
 content: "";
 display: block;
 width: 7px;
 background: var(--Lgreen);
 position: absolute;
 z-index: -1;
}
#recruitFlow ol li{
 margin-top: 30px;
}
#recruitFlow ol figure {
	position: relative;
	z-index: 5;
}
#recruitFlow ol figure figcaption{
 position: absolute;
 background: linear-gradient(0deg, rgba(168,223,213,.85) 8%, rgba(1,200,142,.85) 50%);
 -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	line-height: 1;
}
#recruitFlow ol figure img{
	border: 8px solid var(--wh);
 border-radius: 50%;
 object-fit: cover;
 width: 100%;
 aspect-ratio:1/1;
}
#recruitFlow ol .txts{
	background: var(--wh);
	position: relative;
}
#recruitFlow ol .txts::before{
	content: "";
	background: var(--Lgreen);
	display: inline-block;
	position: absolute;
}
#recruitFlow ol .txts::after{
	content: "";
	background: var(--green);
	border-radius: calc(infinity * 1px);
	aspect-ratio: 1 / 1;
	display: inline-block;
	position: absolute;
}
#recruitFlow .txts h4{
	color: var(--green);
}
#recruitFlow .txts h4 span{
	background: var(--Lgreen);
	color: var(--wh);
	display: inline-block;
	font-size: 80%;
	padding: 2px 0.5em;
}
#recruitFlow .txts p{
 line-height: 1.8;
}
#recruitFlow ol .txts p a{
	color: var(--green);
	text-decoration: underline;
}

/* =======================================
  camp
========================================== */
.aboutCorporatedoctor ul li{
	text-align: center;
}
.aboutCorporatedoctor figcaption{
	background: var(--green);
	border-radius: 10px;
	color: var(--wh);
	width: 80%;
}
.aboutCorporatedoctor figcaption span{
	display: block;
}
.aboutCorporatedoctor .balloonTxt,
.aboutCorporatedoctor .obliqueLine{
	display: inline-block;
}
.aboutCorporatedoctor .balloon{
	background: #60D69E;
	border-radius: 2.44px;
	color: var(--wh);
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	margin: 20px 2px 5px;
	padding: 5px 10px;
	position: relative;
}
.aboutCorporatedoctor .balloon::after{
	content: "";
	background: #60D69E;
	display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -9px;
}
.aboutCorporatedoctor .balloon:nth-child(2)::after{
	right: 5px;
}
.aboutCorporatedoctor .balloon:nth-child(3)::after{
	left: 5px;
}
.aboutCorporatedoctor .balloonTxt{
	margin-bottom: 0;
	position: absolute;
}
.aboutCorporatedoctor .balloonTxt .balloon{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	display: grid;
	align-items: center;
	aspect-ratio: 1 / 1;
	line-height: 1.25;
	margin: 0;
}
.aboutCorporatedoctor .balloonTxt .balloon::after{
	background: var(--green);
	left: 10px;
	bottom: 0;
	transform: rotate(45deg);
}
.aboutCorporatedoctor .lineOr{
	display: inline-block;
	font-weight: 600;
}
.aboutCorporatedoctor .lineOr::after{
	top: calc(50% + 10px);
}
.aboutCorporatedoctor .obliqueLine{
	margin-top: 10px;
	position: relative;
}
.aboutCorporatedoctor .obliqueLine::before,
.aboutCorporatedoctor .obliqueLine::after{
	content: "";
	background: #B0B0B0;
	display: inline-block;
	width: 3px;
	position: absolute;
	bottom: 0;
}
.aboutCorporatedoctor .obliqueLine::before{
	transform: rotate(-18deg);
	left: -0.75em;
}
.aboutCorporatedoctor .obliqueLine::after{
	transform: rotate(18deg);
	right: -0.75em;
}
.aboutCorporatedoctor .obliqueLine span{
	margin: 0 13px;
}
#campImages{
	background: linear-gradient(125deg, #fff 0%,#E3F7F3 100%);
}
#campExample{
	background: url("../images/bg_circle_green.png") no-repeat -12.79vw 10vw / 509px auto,url("../images/bg_circle_green.png") no-repeat 73.21vw 49.36vw / 509px auto,url("../images/bg_circle_green.png") no-repeat -10vw 111.49vw / 509px auto;
}
#campSchool p.bgW{
	border-radius: 15px;
	line-height: 2.375;
	padding: 30px 3.5%;
}

#campCando ul li figure{
	margin: 0 auto;
	text-align: center;
}
#campCando ul li figcaption{
	display: inline-block;
	margin-bottom: 5px;
}
#campCando ul li figure img{
	margin: 0 auto;
}	
#campCando ul:nth-of-type(1){
	position: relative;
}
#campCando ul:nth-of-type(1)::before{
	content: "";
	background: var(--green);
	display: inline-block;
	position: absolute;
}
#campCando ul:nth-of-type(1)::after{
	background: var(--green);
	content: "";
	display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
}
#campCando ul li p{
	line-height: 1.7;
	margin-top: 10px;
}
#campCando h4 .obliqueLine{
	position: relative;
}
#campCando h4 .obliqueLine::before,
#campCando h4 .obliqueLine::after{
	content: "";
	background: var(--green);
	display: inline-block;
	width: 2px;
	position: absolute;
	bottom: 0;
}
#campCando h4 .obliqueLine::before{
	transform: rotate(-18deg);
}
#campCando h4 .obliqueLine::after{
	transform: rotate(18deg);
}
.campCandoBalloon{
	background: var(--wh);
	border-radius: 15px;
	padding: 30px min(9%,30px);
	position: relative;
	width: min(100%,1000px);
}
.campCandoBalloon::before{
	content: "";
	background: var(--wh);
	display: inline-block;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
	position: absolute;
}
.campCandoBalloon div.pcFlex h5{
	border-bottom: 1px dashed var(--green);
	font-weight: 700;
	margin-bottom: 0.75em;
	padding-bottom: 0.25em;
}

#campExampleBox ol li{
	background: var(--wh);
	padding: 20px 3.65%;
}
#campExampleBox ol li figcaption{
	background: var(--grdgr01);
  color: var(--wh);
	display: flex;
	align-items: center;
	font-weight: 700;
	position: relative;
	z-index: 5;
}
#campExampleBox ol li figcaption span{
	margin-right: 1em;
}
#campExampleBox ol li .txts h4{
	color: var(--green);
}
#campExampleBox ol li p{
	line-height: 2.375;
}
#campExampleBox ol li + li{
	margin-top: 30px;
}

#campExampleImages {
	gap: 0 3%;
	justify-content: center;
}
#campExampleImages figure{
	position: relative;
}
#campExampleImages figcaption{
	background: var(--wh);
	border: 1px solid var(--green);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 4em;
	margin: -20px 0 5px;
	padding: 1px 10px;
	position: absolute;
	text-align: center;
}
#campExampleImages figcaption::before,
#campExampleImages figcaption::after{
	content: "";
	background: var(--wh);
	display: inline-block;
	position: absolute;
	top: 100%;
	left: calc(50% - 6px);
}
#campExampleImages figcaption::before{
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	width: 12px;
	height: 9px;
}
#campExampleImages figcaption::after{
	border-right: 1px solid var(--green);
	border-bottom: 1px solid var(--green);
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	top: calc(100% - 6px);
}
#campExampleImages figure:nth-child(even) figcaption{
	margin-top: 0;
	margin-bottom: -20px;
	bottom: 0;
	right: 0;
}
#campExampleImages figure:nth-child(even) figcaption::before,
#campExampleImages figure:nth-child(even) figcaption::after{
	top: 0;
}
#campExampleImages figure:nth-child(even) figcaption::before{
	clip-path: polygon(0 0, 50% 0, 100% 100%);
	top: -7px;
}
#campExampleImages figure:nth-child(even) figcaption::after{
	transform: rotate(-135deg);
	top: -7px;
}


/*	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;
}
.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{
 margin-bottom: 40px;
}
.newsBox .imgs{
	overflow: hidden;
 border: 1px solid #E1E1E1;
 background: #ECECEC;
 aspect-ratio: 248 / 186;
}

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

/* =======================================
	entry
========================================== */ 
#entry .secLead p a{
	text-decoration: underline;
  color: var(--green)
}
#entry footer{
 padding-top: 100px;
}
#entry footer #footContact{
 display: none;
}
/* =======================================
	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 .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;
}
.confirm #sendChkbox_label{
  display: inline-block;
}
.formFoot{
 margin:40px 0 0;
}
.formBtn {
  margin-top: 20px;
}
.contactPrivacy a{
 color: var(--blue);
	text-decoration: underline;
}

input.btn2{
	border: none;
 margin: 0 auto;
 background: url("../images/ic_arrow_white.svg") no-repeat right 10% center / 25px auto ,var(--grdgr01);
 height: 60px;
 color: #fff;
 text-align:center;
 cursor: pointer;
}


/* =======================================
	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: 1em;
}
#privacyMain ul,
#privacyMain dl{
	margin-bottom: 30px;
}
#privacyMain ul li{
	margin-bottom: 10px;
	margin-left: 1em;
	text-indent: -1em;
}
#privacyMain ul li > p{
  margin-left: 3em;
  margin-bottom: .5em !important
}
#privacyMain ul li:last-child{
	margin-bottom: 0;
}
#privacyMain ol{
  margin-left: 3em;
  margin-bottom: 1em
}
#privacyMain dl dd{
	padding-left: 1.5em;
	padding-bottom: 10px;
}
#privacyMain dl dd:last-child{
	padding-bottom: 0;
}
