@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;
	line-height: 1.2;
}
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: 80% !important;
  height: 20rem !important;
}
*: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;
}
.hissu {
  padding: 3px 4px 2px 4px;
  color: var(--red);
  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: 1040px !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;
}


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

	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: #FCFFFA;
  color: #333333;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
	font-style: normal;
  box-sizing: border-box;
  line-height: 1.75;
 letter-spacing: 0.04em;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: #171717;
}

/*フォントファミリー
========================================== */
.fontMin{
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fontG{
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;}
.fontZ{
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}
.fontS{
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*色
========================================== */
:root {
 --body:#FCFFFA;
  --base: #333333;
  --bk: #000;
  --wh: #fff;
 --red:#E80112;
 --pink:#F26161;
 --Lpink:#FFF1EC;
 --beige:#FFBB7C;
 --green:#71B837;
 --Lgreen:#F0FFE3;
	--gray: #B3B2B0;
  --LGray: #F7F7F7;
}

/*文字色
========================================== */
.baseC{  color: var(--base) !important;}
.bk {  color: var(--bk) !important;}
.white {  color: #fff !important;}
.green{  color: var(--green) !important;}
.red{  color: var(--red) !important;}
.pink{  color: var(--pink) !important;}

/*背景
========================================== */
.bgBase{ background: var(--base) !important;}
.bgW{  background: #fff !important;}
.bgLGray {  background: var(--LGray) !important;}
.bgLgreen{ background: var(--Lgreen) !important;}
.bgLpink{ background: var(--Lpink) !important;}

/*ボタン,リンク
========================================== */
.btnWrap{
 margin-top: 40px;
 text-align: center;
}
.btnWrap.left .btn{
 margin-left:0 ;
 margin-right: auto;
}
.btnWrap.right .btn{
 margin-left: auto;
 margin-right: 0;
}

.btn{
 position: relative;
 border-radius: 10px;
 border: 2px var(--green) solid;
 background: #fff;
	color: var(--green);
	display:grid;
	place-content: center;
 width: 100%;
 max-width: 225px;
 height: 50px;
 margin:0 auto;
	font-family: "Zen Maru Gothic", sans-serif;
 font-weight: 700;
	text-align: center;
 line-height: 1.2;
 letter-spacing: 0.06em;
}
.btn::after{
 content: "";
	position: absolute;
	top: 50%;
	right: -7px;
	display: block;
 background: url("../images/arrow_green.svg") no-repeat left top/100% auto;
 width: 23px;
 height: 23px;
 margin-top: -11px;
}
.btn.red{
 border-color: var(--red);
 color: var(--red);
}
.btn.red::after{
 background: url("../images/arrow_red.svg") no-repeat left top/100% auto;
}
.btn.inline{
 display: inline-grid;
 max-width: none;
 width: auto;
 padding: 0 30px 0 20px;
}
.btn:hover{
 opacity: 0.7;
}




/*タイトル
========================================== */
h2,h3,.ttlImg{
	font-family: "Zen Maru Gothic", sans-serif;
 font-weight: 700;
 text-align: center;
}
.h2Tit{
 margin-bottom: 40px;
	color: var(--base);
	font-weight: 700;
	line-height: 1.3;
 letter-spacing: 0.12em;
}
.h2Tit .en{
 display: block;
 position: relative;
	color: var(--green);
 margin-bottom: 8px;
 font-size: 50%;
 font-weight: 700;
 line-height: 1.2;
 letter-spacing: 0;
}
.ttlImg{
 display: flex;
 align-items: center;
 gap:0 10px;
 color: var(--green);
 font-size: 22px;
 text-align: left;
}
.ttlImg > img{
 max-height: 32px;
}

/*テキスト
========================================== */
.leadTxt{
 margin-bottom: 20px;
 font-size: 2.0rem;
 font-weight: 500;
 text-align: center;
 letter-spacing: 0.08em;
}
.marker{
    background: linear-gradient(transparent 70%, rgba(255, 187, 124, 0.82) 0%);
}
/* =======================================
  ページャー
========================================== */
/*-- 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(--green);
  display:grid;
	align-items: center;
	justify-content: center;
  font-optical-sizing: auto;
	color: var(--green);
  font-weight: 500;
  font-style: normal;
}
.pageNavi .current{
	background: var(--green);
	color: #fff;
}
.pageNavi a:hover{
	background: var(--green);
	color: #fff;
}
.pageNavi a.next:hover{
	background: none;
	border: none;
	color: var(--green);
}

/*-- pager --*/
.pager{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px !important;
  width: 90%;
	gap: 0 5px;
	position: relative;
}
.pager li{
	width: 40px;
	height: 40px;
}
.pager li.active{
	background: var(--green);
	color: var(--wh);
	display: grid;
  align-items: center;
  justify-content: center;
	font-weight: 700;
}
.pager a{
	background: var(--wh);
  color: var(--green);
	display: grid;
  align-items: center;
  justify-content: center;
	font-weight: 500;
	width: 100%;
	height: 100%;
  line-height: 1;
}
.pager a:hover{
	opacity: 0.7;
}
.pager .pagerPrev,
.pager .pagerNext{
	position: relative;
	max-width: 200px;
}
.pager .pagerPrev::before,
.pager .pagerNext::after{
	content: '';
	display: inline-block;
	 width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3.5px);
}
.pager .pagerPrev::before{
	border-bottom: 2px var(--green) solid;
  border-left: 2px var(--green) solid;
	left: 15%;
}
.pager .pagerNext::after{
	border-top: 2px var(--green) solid;
  border-right: 2px var(--green) 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 top/22px auto;
 padding: 0 0 0 31px;
 margin-bottom: 8px;
 line-height: 1.8;
}

.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,
.tab{ cursor: pointer;}
.tabPanel {
  display: none;
}
.tabPanel.active {
  display: block;
}

/* =======================================
	header
========================================== */
header {
	position:fixed;
 background: var(--body);
	width: 100%;
	left: 0;
	top:0;
	z-index: 999;
}

header #logo{
 line-height: 1;
}
header #logo a{
 display: flex;
align-items: center;
 color: var(--base);
 font-size: min(2.5vw,24px);
 font-weight: 600;
 letter-spacing: 0.06em;
}


/* =======================================
	gnavi
========================================== */
.gnavi #gnaviList .contact a{
 border-radius: 10px;
 display: flex;
 justify-content: center;
 align-items: center;
 gap:0 7px;
 background: var(--pink);
 padding: 0;
 width: 192px;
 height: 50px;
 color: #fff;
 font-size: 1.8rem;
	font-weight: 700;
 letter-spacing: 0.04em;
}
.gnavi #gnaviList .contact a::after{
 content: "";
 display: block;
 background: url("../images/ic_mail_wh.svg") no-repeat left top/100% auto;
 width: 18px;
 height: 14px;
}
.gnavi #gnaviList .contact a:hover{
 opacity: .7;
}

/* =======================================
	footContact
========================================== */
#footContact{
 padding: 46px 0;
}
#footContact h2{
 margin-bottom: 84px;
}
#footContact dl{
 border-radius: 20px;
 border: 4px var(--green) solid;
 background: #fff;
 padding: 0 0 30px;
}
#footContact dl dt{
	border-radius: calc(infinity * 1px);
 border: 4px var(--green) solid;
 display: grid;
 place-content: center;
 background: #fff;
 width: 327px;
 height: 89px;
 margin: -44px auto 30px;
 text-align: center;
}
#footContact dl dt img{
 margin: 0 auto;
}
#footContact dl.pitat{
 display: grid;
grid-template-columns: 33% 35%;
grid-template-rows: auto auto;
grid-column-gap: min(11%,60px);
grid-row-gap: 0px;
justify-content: center;
}
#footContact dl.pitat dt{grid-area: 1 / 1 / 2 / 3;}
#footContact dl.pitat dd{
 grid-area: 2 / 1 / 3 / 2;
 min-width: 186px;
}
#footContact dl.pitat dd +dd{
 grid-area: 2 / 2 / 3 / 3;
 min-width: 200px;
}

#footContact dl.pitat h3{
 margin-bottom: 15px;
 color: var(--green);
 font-size: 24px;
 font-weight: 500;
 text-align: left;
}
#footContact dl .add{
 display: grid;
 place-content: center;
 white-space: nowrap;
 min-height: 4.2em;
 margin-bottom: 15px;
 line-height: 1.4;
}
#footContact dl .btn{
 max-width: 180px;
 margin-bottom: 20px;
}
#footContact .mail a,
#footContact .tel a{
 position: relative;
 display: flex;
 align-items: center;
 gap:0 8px;
 font-size: 16px;
 color: var(--green);
 font-weight: 500;
 letter-spacing: 0;
}
#footContact .mail a::before{
 content: "";
 display: block;
 background: url("../images/ic_mail_green.svg") no-repeat left top/100% auto;
 width: 35px;
 height: 35px;
}
#footContact .tel a::before{
 content: "";
 display: block;
 background: url("../images/ic_tel_green.svg") no-repeat left top/100% auto;
 width: 35px;
 height: 35px;
}
#footContact .tel{
 margin-top: 10px;
 font-size: 14px;
 font-weight: 500;
 letter-spacing: 0.02em;
}
#footContact .tel span{
 display: inline-block;
 width: 4.8em;
 margin: 0 0 0 44px;
 font-size: 12px;
 font-weight:400;
}

#footContact .berry{
 border-color: var(--red);
}
#footContact .berry dt{
 border-color: var(--red);
 width: 292px;
 color: var(--red);
 font-size: 30px;
 font-weight: 700;
 line-height: 1.2;
}
#footContact .berry dt span{
 font-size: 18px;
}
#footContact .berry dd{
 display: flex;
 flex-flow: column;
 align-items: center;
 text-align: center;
}
#footContact .berry dd .btn{
 margin-top: 20px;
 margin-bottom: 30px;
}
#footContact .berry .mail,
#footContact .berry .tel{
 min-width: 185px;
 text-align: left;
}
#footContact .berry .mail a,
#footContact .berry .tel a{
 color: var(--red);
}
#footContact .berry .mail a::before{
 background-image: url("../images/ic_mail_red.svg");
}
#footContact .berry .tel a::before{
 background-image: url("../images/ic_tel_red.svg");
}
#footContact .btnContact{
 width: 100%;
}
#footContact .btnContact a{
 border-radius: 12px;
 border: 4px var(--green) solid;
 display: flex;
 align-items: center;
 justify-content: center;
 gap:0 30px;
 background: #fff;
 height: 72px;
 color: var(--green);
 font-size: 24px;
 font-weight: 700;
}
#footContact .btnContact a::after{
 content: "";
 display: block;
 border-radius: 50%;
 background: url("../images/ic_mail_wh.svg") no-repeat center center /24px auto var(--green);
 width: 44px;
 height: 44px;
}
/* =======================================
	footer
========================================== */
footer{
 position: relative;
 padding-bottom: 30px;
}
footer .footerBox{
 position: relative;
 padding-top: 52px;
 padding-bottom: 49px;
}
.footerBox .footerLogo{
 margin-bottom: 8px;
 line-height: 1;
}
.footerBox .footerLogo a{
 display: flex;
 align-items: center;
 font-size: 24px;
 font-weight: 600;
}
.footerBox .footerLeft p{
 font-weight: 700;
}

.copy{
 display: block;
 color: var(--base);
 font-size: 12px;
 text-align: center;
 line-height: 1.5;
}

#pageTop{
	position: fixed;
 right: 6vw;
 bottom: 10px;
 width: 99px;
	z-index: 10;
}
#pageTop a{
}


/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle{
 position: relative;
	color: var(--base);
	display: grid;
	justify-content: center;
	align-items: center;
	background: var(--Lgreen);
}
.mainTitle h2{
	position: relative;
	z-index: 2;
	text-align: center;
	text-shadow: 0 0 10px rgba(255,255,255,.9);
}

/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
	margin-top: 10px;
	margin-bottom: 10px;
}
#breadcrumb li{
	display: inline-block;
	color: var(--base)
}
#breadcrumb li a{
	color: var(--green)
}
#breadcrumb li a:after{
	content: '>';
	color: var(--gray);
	padding-left: 10px;
	padding-right: 5px;
}

/*-- title --*/
.h3Tit{
	position: relative;
	color: var(--base);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.12em;
	text-align: center;
}
.h3Tit::after{
	content: "";
	background: var(--green);
	display: inline-block;
	border-radius: calc(infinity * 1px);
	position: absolute;
	width: 20px;
	height: 5px;
	left: calc(50% - 10px);
	bottom: -15px;
}
.h4Tit{
	color: var(--base);
	line-height: 1.4;
}

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

table.basicTable{
	display: table;
}
table.basicTable thead{
	width: 100%;
}
table.basicTable thead th{
	background: var(--base);
	border-right: 1px solid var(--wh);
	border-bottom: 1px solid var(--base);
	color: var(--wh);
	font-weight: 700;
	text-align: center;
}
table.basicTable thead th span{
	display: block;
	font-size: 88%;
}
table.basicTable tbody th{
	background: var(--gray);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 500;
}
table.basicTable tbody td{
	border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
}
table.basicTable tbody tr:last-of-type th,
table.basicTable tbody tr:last-of-type td{
	border-bottom: none;
}
table.basicTable th,
table.basicTable td{
	vertical-align: middle;
	padding: 15px 2.5%; 
}
table.basicTable th:last-child,
table.basicTable td:last-child{
	border-right: none;
}
.basicTable > dd > ul > li:not(:last-child){
	margin-bottom: 10px;
}
/*******/
.tableBasic{
	width: 100%;
}
.tableBasic th{
	padding: 10px;
	background: var(--Lgreen);
	border-bottom: 1px solid var(--wh);
}
.tableBasic thead th{
	font-weight: 700;
}
.tableBasic thead th:not(:last-child){
	border-right: 1px solid var(--wh);
}
.tableBasic tbody tr:last-child th{
	border-bottom: 1px solid var(--Lgreen);
}
.tableBasic td{
	padding: 10px;
	background: transparent;
	border-bottom: 1px solid var(--Lgreen);
}
.tableBasic tbody td:not(:last-child){
	border-right: 1px solid var(--Lgreen);
}

.srollWrap{
	width: 100%;
	overflow-x: scroll;
}

/*		anchorLink
-----------------------------*/
.anchorLink{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.anchorLink a{
	background: var(--green);
	border: 1px solid var(--green); 
	border-radius: calc(infinity * 1px);
	display: grid;
 place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	color: var(--wh); 
	text-align: center;
 line-height: 1.4;
}
.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(--green);
}
.anchorLink a:hover::after{
	border-bottom: 1px solid var(--green);
	border-right: 1px solid var(--green);
}
.anchorLink li.other a::after{
 display: none;
}

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

/*		other window
-----------------------------*/

/* =======================================
	top
========================================== */
/*		#mv
-----------------------------*/
#mv{
	position: relative;
 padding: 0 0 82px;
 z-index: 0;
}
#mv .inner1300{
 max-width: 1325px !important;
}
#mvImg{
 position: relative;
 padding: 0 0 0 16px;
}
#mvSlider{
 margin: 0;
 padding-bottom: 30px;
 z-index: 0;
}
#mvSlider figure{
 clip-path: url(#clipshape);}
#mvSlider figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
#mvImg svg{
 position: absolute;
 z-index: -1;
}
#mv .txts{
 position: absolute;
 left: 0;
 bottom: 10px;
 z-index: 1;
}
#mv h2{
 font-size: min(2.85vw,38px);
 line-height: 1.2;
 text-align: left;
}
#mv p.en{
 margin-top: 5px;
 font-size:min(1.5vw,18px) ;
 text-align: center;
 letter-spacing: 0.08em;
 line-height: 1.2;
}
#mvLinks h3{
 margin-bottom: 20px;
}
#mvLinks h3 img{
 margin: 0 auto 5px;
}
#mvLinks h3 span:nth-of-type(1){
 margin-right: 10px;
}
#mvLinks h3 span:nth-of-type(2){
 margin-left: 10px;
}
#mvLinks ul{
 border-bottom: 2px var(--green) dashed;
 margin-bottom: 16px;
}
#mvLinks ul li{
 margin-bottom: 14px;
}
#mvLinks ul li a{
 border-radius: 10px;
 background: var(--green);
 display: flex;
 align-items: center;
 justify-content: space-between;
 height: 55px;
 padding: 7px 0 7px 20px;
 color: #fff;
 font-size: 18px;
 font-weight: 500;
}
#mvLinks ul li a figure{
 border-left: 1px #fff solid;
 display: grid;
 place-content: center;
 width: 55px;
 height: 41px;
 margin: 0;
}
#mvLinks ul li.search a{
 display: flex;
 border-radius: 10px;
 border: 2px var(--green) solid;
 background: #fff;
 color: var(--green);
}
#mvLinks ul li.search figure{
 border-color: var(--green);
}
#mvLinks ul li a:hover{
 opacity: .7;
}
#mvLinks dl{
 position: relative;
}
#mvLinks dl dt{
 position: absolute;
 top: 0;
 left: 50%;
 transform: translate(-50%, 0);
 width: 122%;
 max-width: 291px;
}
#mvLinks dl dd{
 border: 7px #F26161 solid;
 border-radius: 90px 90px 10px 10px;
 overflow: hidden;
}
#mvLinks dl::after{
 content: "";
 display: block;
 background: url("../images/top_mv_pct01.png") no-repeat left top/100% auto;
 width: 65%;
 height: 56%;
 max-width: 153px;
 max-height: 146px;
 position: absolute;
 left: 75.8%;bottom:-50px;
}

/*		#topRecommendRental
-----------------------------*/
.ttlImg{
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap:0 10px;
 margin-bottom: 36px;
}
.propertyList a{
 position: relative;
 display: block;
}
.propertyList a:hover{
 opacity: .7;
}
.propertyList figure{
 position: relative;
 margin-bottom: 20px;
}
.propertyList figure img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:286/186;
}
.propertyList figure::after{
 content: "";
 display: block;
 width: 75px;
 height: 75px;
 position: absolute;
 left: -10px;
 bottom: -10px;
}
.propertyList .apartment figure::after{
 background: url("../images/ic_apartment.svg") no-repeat left top/100% auto;
}
.propertyList .house figure::after{
 background: url("../images/ic_house.svg") no-repeat left top/100% auto;
}
.propertyList .land figure::after{
 background: url("../images/ic_land.svg") no-repeat left top/100% auto;
}
.propertyList h3,
.propertyList h4{
 border-bottom: 2px var(--green) dashed;
 padding: 0 0 8px;
 font-size: 17px;
 font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
 font-weight: 700;
 text-align: left;
 line-height: 1.3;
}
.propertyList p{
 line-height: 1.1;
}
.propertyList .price{
 margin-top: 10px;
 font-size: 20px;
 font-weight: 500;
 letter-spacing: 0.02em;
}
.propertyList .price span{
 font-size: 15px;
 font-weight: 400;
}
.propertyList .access{
 margin-top: 9px;
}
.propertyList .layout{
 margin-top: 6px;
}
.propertyList .layout span{
 display: inline-block;
 font-weight: 700;
 margin-right: 1em;
}

/*		#topPitat
-----------------------------*/
#topPitat{
 padding-top: 50px;
 padding-bottom: 60px;
}
#topPitat .inner1000{
 background: url("../images/top_pitatt_bg.svg") no-repeat left top/100% 100%;
 padding-top: 78px;
 padding-bottom: 58px;
}
#topPitat h2{
 margin-bottom: 45px;
}
#topPitat h2 img{
 margin: 0 auto;
}
#topPitat h2 span:nth-of-type(1){
 margin-right: 10px;
}
#topPitat h2 span:nth-of-type(2){
 margin-left: 10px;
}
#topPitat h3{
 position: relative;
 color: var(--green);
 font-size: 28px;
 text-align: center;
}
#topPitat h3 span{
    background: linear-gradient(transparent 70%, rgba(255, 187, 124, 0.82) 0%);
}
#topPitat h3::after{
 content: "";
 display: block;
 background: var(--green);
 width: 2px;
 height: 40px;
 margin: 18px auto 16px;
}
#topPitat p.center {
 color: var(--green);
 font-weight: 700;
}
#topPitat ul{
 justify-content: center;
 gap:30px 40px;
 margin-top: 45px;
}
#topPitat ul li a{
 display: flex;
 flex-flow: column;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 background: var(--green);
 width: 175px;
 height: 175px;
 color: #fff;
 text-align: center;
}
#topPitat ul li span{
 border-bottom: 1px #fff dashed;
 margin-top: 16px;
 padding-bottom: 5px;
 font-size: 24px;
 font-weight: 700;
 letter-spacing: 0.1em;
 line-height: 1.2;
}

/*		#topBerry
-----------------------------*/
#topBerry .txts {
 position: relative;
}
#topBerry .txts::after{
 content: "";
 display: block;
 background: url("../images/top_berrydaysgoi_pct.png") no-repeat left top/100% auto;
 width: 125px;
 height: 120px;
 position: absolute;
 left:282px;
 bottom: -30px;
}
#topBerry .txts h2{
 margin-bottom: 25px;
}
#topBerry .txts p.red{
 padding-left: 37px;
 font-weight: 700;
 line-height: 1.8;
}
#topBerry .txts .btnWrap{
 padding-left: 37px;
}
#topBerry figure::after{
 content: "";
 display: block;
 background: url("../images/top_berrydaysgoi_open.png") no-repeat left top/100% auto;
 width: 188px;
 height: 188px;
 position: absolute;
 bottom: -40px;
 right: 203px;
}

/*		#topCompany
-----------------------------*/
#topCompany{
 padding-bottom: 40px;
}
#topCompany p{
 letter-spacing: 0.12em;
}
#topCompany ul{
 margin-top: 40px;
}
#topCompany li a{
 display: block;
}
#topCompany li figure{
 margin: 0;
}
#topCompany li figure img{
 border-radius: 23px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:314/217;
}
#topCompany li span{
 margin-top: -27px;
}
#topCompany li a:hover{
 opacity: .7;
}
#topCompany li a:hover span{
 opacity: 1;
}

/*		#topNews
-----------------------------*/
#topNews{
 padding-top: 45px;
}
#topNews ul li{
 margin-bottom: 20px;
}
#topNews ul li,
#topNews ul li a{
 border-radius: 10px;
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 gap:5px 100px;
 background: var(--Lgreen);
 padding: 20px 30px;
}
#topNews ul li:has(a){
 display: block;
 padding: 0;
}
#topNews ul li .cat{
 width: 120px;
 padding: 4px;
 font-size: 14px;
 text-align: center;
 line-height: 1.1;
}
#topNews ul li .date{
 color: var(--green);
 font-weight: 900;
}

/*		topBnrs
-----------------------------*/
#topBnrs{
 padding-bottom: 75px;
 gap:10px 13px;
}
#topBnrs li{
 width: calc((100% - 13px*5)/6);
}
#topBnrs li a{
 border-radius: 14px;
 border: 2px var(--green) solid;
 display: grid;
 place-content: center;
 height: 70px;
}

/* =======================================
	#real_estate
========================================== */
#real_estateStrength figure img,
#real_estateProcedure figure img,
#shopInfo figure img{
	border-radius: 23px;
}
#real_estateAbout .pcFlex.inner1000 figure figcaption{
 display: flex;
 justify-content: center;
 gap: 0 20px;
 margin-top: 10px;
 font-weight: 500;
}
#real_estateAbout ul{
 margin-top: 40px;
}
#real_estateAbout ul li a{
 display: block;
}
#real_estateAbout ul li h4{
 display: flex;
 justify-content: space-between;
 align-items: center;
 border-radius: 10px;
 background: var(--green);
 height: 70px;
 padding: 10px 10px 10px 20px;
 color: #fff;
 text-align: center;
}
#real_estateAbout ul li h4::after{
 content: "";
 display: block;
 background: url("../images/ic_rental_wh.svg") no-repeat center center/ auto 33px;
 width: 50px;
 height: 100%;
 border-left: 1px #fff solid;
}
#real_estateAbout ul li:nth-of-type(2) h4::after{
 background: url("../images/ic_sales_wh.svg") no-repeat center center/ auto 33px;
}
#real_estateAbout ul li:nth-of-type(3) h4::after{
 background: url("../images/ic_management_wh.svg") no-repeat center center/ auto 33px;
}
#real_estateAbout ul li p{
 display: flex;
 flex-flow: row wrap;
 gap:10px 10px;
}
#real_estateAbout ul li p span{
	border-radius: calc(infinity * 1px);
 border: 1px var(--green) solid;
 min-width: 150px;
 padding: 2px 10px;
 text-align: center;
}

.slash{
 display: flex;
 justify-content: center;
 gap:0 10px;
}
.slash::before,
.slash::after{
 content: "＼";
 display: inline-block;
 color: var(--green);
}
.slash::after{
 content: "／";
}
.bnrSearch a{
 border-radius: 20px;
 border: 4px var(--green) solid;
 background: var(--wh);
 color: var(--green);
 display: flex;
 justify-content: center;
 align-items: center;
 font-weight: 700;
}
.bnrSearch a::after{
 content: "";
 display: block;
 background: url("../images/ic_searchhouse.svg") no-repeat left top/100% auto;
}
.bnrSearch a:hover{
 opacity: .7;
}

#shopInfo figure{
 margin: 30px auto 0;
}

/* =======================================
	#rental
========================================== */
#rentalLead .h3Tit{
	margin-bottom: 0;
}
#rentalLead .h3Tit::after{
	content: none;
}
#rentalLead ul li{
	text-align: center;
}
#rentalLead li figure{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	display: grid;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
#rentalLead li figure img{
	height: auto;
}

#rentalStrength li figure img{
	 border-radius: 23px;
}
.pcFlex figure.pitat figcaption{
	border: 1px solid var(--green);
 display: flex;
 justify-content: center;
 max-width: 283px;
 gap: 0 20px;
 margin: 5px auto 0;
 font-weight: 700;
}
#rentalLead .flexCenter{
 margin-bottom: 40px;
}
#rentalLead .h4Tit{
 margin-top: 70px;
 text-align: center;
}
#rentalLead li h5{
	color: var(--green);
 text-align: center;
}
#rentalLead li p{
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 gap:10px 10px;
}
#rentalLead li p span{ 
	background: var(--wh);
	border-radius: calc(infinity * 1px);
 border: 1px var(--green) solid;
 min-width: 160px;
  padding: 2px 10px;
  text-align: center;
}

#rentalArea .leadTxt{
 text-align: left;
 border-bottom: 1px solid var(--green);
  color: var(--green);
  line-height: 1.5;
  padding-bottom: 10px;
}
#rentalStrength li figure{
 margin: 0 0 20px;
}
#rentalStrength li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:500/364;
}
#rentalFlow ol{
 position: relative;
 margin-top: 40px;
}
#rentalFlow ol::before{
 content: "";
 display: block;
 background: var(--green);
 width: 5px;
 height: 100%;
 position: absolute;
 top: 0;
 left: 65px;
 z-index: -1;
}
#rentalFlow ol li{
 margin-top: 35px;
 background: var(--Lgreen);
 border-radius: 100px 20px 20px 100px;
 display: flex;
 align-items: center;
 padding: 0 20px 0 0;
}
#rentalFlow li .step{
 display: grid;
 place-content: center;
 align-content: center;
 border-radius: 50%;
 background: var(--green);
 width: 130px;
 height: 130px;
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 line-height: 1.2;
}
#rentalFlow li .step span{
 font-size: 200%;
}
#rentalFlow li h4{
 width: 30%;
 margin: 0;
 text-align: center;
}
#rentalFlow li p:not(.step){
 width: calc(100% - 30% - 130px);
}

/* =======================================
	#sales
========================================== */
#salesLead .h3Tit::after{
	content: none;
}
#salesBuy .h5Tit{
	color: var(--green);
}
#salesBuy ul{
 justify-content: center;
}
#salesBuy ul li{
	text-align: center;
}
#salesBuy li figure{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	display: grid;
	align-items: center;
	justify-content: center;
	 padding: 20px;
}
#salesBuy li figure img{
	height: auto;
}





#salesBuy{
 padding-top: 50px;
}
#salesBuy ul{
 margin-top: 40px;
 margin-bottom: 40px;
}
#salesBuy li h4{
 text-align: center;
}

#buyFlow ul{
 position: relative;
 margin-top: 40px;
}
#buyFlow ul h4{
	border-radius: calc(infinity * 1px);
 border: 2px var(--green) solid;
 padding: 20px 5px;
 font-size: 24px;
}
#buyFlow ul ol li{
 position: relative;
 font-size: 20px;
}
#buyFlow ul li:first-of-type ol li::before{
 content: "";
 display: block;
 border-radius: 50%;
 background: var(--gray);
 width: 30px;
 height: 30px;
 margin-top: 10px;
 position: absolute;
 top: 100%;
 left: 50%;
 transform: translate(-50%, 0);
}

#salesNeed h4 span{
 display: inline-block;
	border-radius: calc(infinity * 1px);
 border: 2px var(--green) solid;
 width: 250px;
 padding: 5px 0 6px;
 text-align: center;
}

#salesSent .pcFlex{
 margin-top:60px;
}
#salesSent .pcFlex figure img{
 border-radius: 23px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:455/369;
}
#salesSent .txts dl{
 margin-top: 20px;
}
#salesSent .txts dl dt{
 margin-bottom: 10px;
 font-size: 18px;
 font-weight: 500;
}
#salesSent .txts dl dd{
 gap:10px 10px;
}
#salesSent .txts dl dd span{
	border-radius: calc(infinity * 1px);
 border: 1px var(--green) solid;
 padding: 5px 10px;
 min-width: 160px;
 text-align: center;
 line-height: 1.4;
}

#salesFlow ol{
 margin-top: 40px;
}
#salesFlow li h4{
 display: grid;
 place-content: center;
 align-content: center;
 border-radius: 50%;
 background: var(--green);
 width: 130px;
 height: 130px;
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 line-height: 1.2;
}
#salesFlow li h4 span{
 font-size: 200%;
}
#salesFlow li p{
 font-size: 24px;
 font-weight: 700;
 text-align: center;
 line-height: 1.4;
}

#salesArea .leadTxt{
 text-align: left;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  line-height: 1.5;
  padding-bottom: 10px;
}

/* =======================================
#management
========================================== */
#managementLead .flexCenter{
 margin-bottom: 40px;
}
#managementLead .h3Tit::after{
	content: none;
}
#managementLead .txt{
 margin-top: 1em;
}
#managementLead .mark{ 
	border-radius: calc(infinity * 1px);
 border: 1px var(--base) solid;
 padding: 0 10px;
}
#managementLead .box{
 margin-top: 60px;
}
#managementLead .box figure img{
 border-radius: 23px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:437/369;
}
#managementLead ul.flexWrap{
 gap: 15px 20px;
 margin: 20px 0 0;
}
#managementLead ul.flexWrap li{
 border-radius: 10px;
 border: 1px var(--base) solid;
 min-width: 180px;
 padding: 10px 10px;
 text-align: center;
}

#managementStrength .pcFlex{
 margin-top: 60px;
}
#managementStrength .pcFlex figure img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:608/364;
}

#managementFlow ol{
 margin-top: 40px;
}
#managementFlow li h4{
 display: grid;
 place-content: center;
 align-content: center;
 border-radius: 50%;
 background: var(--green);
 width: 130px;
 height: 130px;
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 line-height: 1.2;
}
#managementFlow li h4 span{
 font-size: 200%;
}
#managementFlow li p{
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 line-height: 1.4;
}

/* =======================================
	#reform CMS
========================================== */
#reformAbout ul li{
	background: var(--Lgreen);
	border-radius: 23px;
}
#reformAbout ul li h4{
	color: var(--green);
	text-align: center;
}
#reformAbout ul li h4 span{
	border-bottom: 1px solid var(--green);
	font-family: "Zen Maru Gothic", sans-serif;
}
#reformAbout ul li dl{
	background: var(--wh);
	border: 1px solid var(--green);
	border-radius: 4px;
	margin-top: 15px;
}
#reformAbout ul li dl dt{
	background: var(--green);
	border-radius: 2px 0 0 2px;
	color: var(--wh);
	display: flex;
	padding: 5px 10px;
}
#reformAbout ul li dl dd{
	padding: 5px 10px;
}
#reformAbout figure img{
	border-radius: 23px;
}

#reformCounterpart .flex{
	justify-content: center;
}
#reformCounterpart figure{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}
#reformCounterpart figcaption{
	border-bottom: 1px #fff dashed;
	color: var(--wh);
	font-weight: 700;
	letter-spacing: 0.1em;
}

#reformMenu ul li figure img{
	border-radius: 23px;
}
#reformMenu ul li h4{
	background: var(--wh);
	border: 4px solid var(--green);
	border-radius: calc(infinity * 1px);
	color: var(--green);
	letter-spacing: 0.08em;
	margin: -25px auto 10px;
	position: relative;
	z-index: 5;
	text-align: center;
	width: 70%;
}

#reformArea .pcFlex{
	justify-content: center;
}
#reformArea .txts .leadTxt{
	border-bottom: 1px solid var(--green);
	color: var(--green);
	line-height: 1.5;
	padding-bottom: 10px;
	text-align: left;
}

#reformCaseList{
	position: relative;
}
#reformCaseList .caseSlide .btnForward,
#reformCaseList .caseSlide .btnNext{
	position: absolute;
}
#reformCaseList .caseSlide .btnForward{
	transform: rotate(180deg);
}
#reformCaseList .caseSlide .btnForward:hover,
#reformCaseList .caseSlide .btnNext:hover{
	opacity: .7;
}
#reformCaseList .caseSlide ul{
	gap: 0 min(3%,30px);
	justify-content: flex-start;
}
#reformCaseList .caseSlide li{
	background: var(--Lgreen);
	border-radius: 23px;
	padding: 20px;
}
#reformCaseList .caseSlide li figure{
	border-radius: 23px;
	overflow: hidden;
}
#reformCaseList .caseSlide li .category{
	background: var(--wh);
	border: 2px solid #f19325;
	color: #f19325;
	border-radius: calc(infinity * 1px);
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 1px 10px;
}
#reformCaseList .caseSlide li .category.bgBlue{
	border: 2px solid #2da9dd;
	color: #2da9dd;
}
#reformCaseList .caseSlide li dt span.bold{
	border-bottom: 2px var(--green) dashed;
	display: block;
	margin-bottom: 10px;
	padding: 0 0 8px;
	text-align: left;
}
#reformCaseList .caseSlide li .addTxt{
	display: block;
}

/* =======================================
	#property CMS
========================================== */




/* =======================================
	#case CMS
========================================== */




/* =======================================
	berrydaysgoi/
========================================== */
#berrydaysgoi figure img{
	border-radius: 23px;
}

#berryMvArea{
	position: relative;
}
#berryMvArea .berryMvImg{
	overflow: hidden;
	height: 100%;
	margin: 0 auto;
  position: relative;
}
#berryMvArea .berryMvImg img{
	border-radius: 0 !important;
}
#berryMvArea .berryMvTxts{
	position: absolute;
}
#berryMvArea .berryMvTxts figure{
	margin: 0 auto 30px;
	max-width: 363px;
}
#berryMvArea .berryMvTxts p{
	letter-spacing: 0.25em;
	text-shadow: 0 0 15px rgba(0,0,0,.5);
}
#berryMvArea .berryOpeningDay{
	position: absolute;
}

#berrydaysgoi .anchorLink{
	padding-top: 0;
}
#berrydaysgoi .anchorLink li{
	flex: auto;
}
#berrydaysgoi .anchorLink a{
	background: var(--wh);
	border: 2px solid var(--red);
	border-radius: 10px;
	color: var(--red);
	font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
	font-weight: 700;
}
#berrydaysgoi .anchorLink li:nth-child(5) a,
#berrydaysgoi .anchorLink li:nth-child(6) a{
	padding: 8px 8px 10px;
}
#berrydaysgoi .anchorLink li:nth-child(5) img,
#berrydaysgoi .anchorLink li:nth-child(6) img{
	display: inline;
	margin: 0 auto 2px;
	height: 24px;
}
#berrydaysgoi .anchorLink a::before{
	content: "";
	display: inline-block;
	background: var(--red);
	border-radius: 11.5px;
	width: 23px;
	height: 23px;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 11.5px);
}
#berrydaysgoi .anchorLink a::after{
	content: "";
	background: none;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid var(--wh);
	border-bottom: 2px solid var(--wh);
	transform: rotate(45deg);
	position: absolute;
	top: auto;
	bottom: -3px;
	left: calc(50% - 4px);
}
#berrydaysgoi .anchorLink a:hover{
	border: 2px solid var(--pink) !important;
	color: var(--pink);
	opacity: .7;
}

#berryNews{
	border: 4px solid var(--green);
	border-radius: 10px;
}
#berryNews h3{
	background: var(--green);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
#berryNews .btnBox{
	gap: 0 10px;
	justify-content: flex-end;
}
#berryNews .btnBox img{
	width: 23px;
	height: 23px;
}
#berryNews .btnBox img.btnPrev{
	transform: rotate(180deg);
}

#berryAbout .aboutBox{
	background: var(--wh);
	border-radius: 10px;
	position: relative;
}
#berryAbout .aboutBox::before{
	content: "";
	background: url("../images/berrydaysgoi_pct01.png") no-repeat left top / cover;
	display: inline-block;
	position: absolute;
}
#berryAbout p{
	font-weight: 700;
	line-height: 2;
	position: relative;
	z-index: 5;
	text-align: center;
}
#berryAbout .leadTxt{
	color: var(--red);
	margin-bottom: 20px;
}
#berryAbout .leadTxt span{
	background: linear-gradient(transparent 70%, rgba(255, 187, 124, 0.3) 0%);
}

#berryFeatures ul li{
	text-align: center;
}
#berryFeatures ul li p{
	background: var(--wh);
	border: 2px dotted var(--green);
	border-radius: 10px;
	color: var(--base);
	font-weight: 700;
	position: relative;
	z-index: 5;
}

#berryInformation ul li{
	background: var(--Lpink);
	border-radius: 23px;
	text-align: center;
}
#berryInformation ul li h4{
	background: var(--red);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	display: inline-block;
	width: 80%;
}
#berryInformation ul li p{
	color: var(--red);
	font-weight: 700;
}

.berryTable{
	background: var(--wh);
	border: 1px solid var(--pink);
}
.berryTable > dt{
	background: var(--pink);
	color: var(--wh);
	font-weight: bold;
}
.berryTable > dd{
	border-bottom: 1px solid var(--pink);
}
.berryTable dl.flexWrap{
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: 10px;
}
.berryTable dl.flexWrap dt{
	background: var(--LGray);
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em;
}
.berryTable dl.flexWrap dd{
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em;
}
.berryTable dt:last-of-type,
.berryTable dd:last-of-type{
	border-bottom: none;
}

.berryReservation{
	background: var(--wh);
	border: 4px solid var(--red);
	border-radius: 20px;
	text-align: center;
}
.berryReservation h4{
	border-radius: calc(infinity * 1px);
  border: 4px var(--red) solid;
	color: var(--red);
  display: grid;
  place-content: center;
  background: #fff;
  text-align: center;
}
.berryReservation p{
	font-weight: 700;
}
.berryReservation .tel a{
	color: var(--red) !important;
	display: inline-block;
	position: relative;
}
.berryReservation .tel a::before{
 content: "";
 display: block;
 background: url("../images/ic_tel_red.svg") no-repeat left top/100% auto;
 position: absolute;
 left: 0;
}
.berryReservation .tel span{
	display: block;
}

#berryKind ul li{
	text-align: center;
}
#berryKind ul li h4{
	background: url("../images/bg_ribbon.png") no-repeat center top / cover;
	color: var(--wh);
	display: inline-block;
	line-height: 2.2;
	margin: 0 auto;
	padding: 2px 1em;
	position: relative;
	z-index: 5;
	text-align: center;
}
#berryKind ul li figure img{
	border: 4px solid var(--wh);
}
#berryKind ul li dl dt{
	border-bottom: 2px dotted var(--red);
	color: var(--red);
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 5px;
}
#berryKind ul li dl dd{
	text-align: left;
}

#berryInitiatives .txtImgBox{
	background: var(--wh);
	border-radius: 23px;
	position: relative;
}
#berryInitiatives .txtImgBox::before{
	content: "";
	background: url("../images/berrydaysgoi_pct01.png") no-repeat left top / cover;
	display: inline-block;
	position: absolute;
	transform: rotate(35deg);
	bottom: -40px;
}
#berryInitiatives .txtImgBox.flexRowReverse::before{
	background: url("../images/berrydaysgoi_pct02.png") no-repeat left top / cover;
	left: auto;
	transform: rotate(15deg);
}
#berryInitiatives .txtImgBox:not(:last-of-type){
	margin-bottom: 40px;
}

#berryAccess .map,
#berryAccess .addressTxt{
	border-radius: 23px;
}
#berryAccess .addressTxt dl dt{
	display: flex;
	align-items: center;
}
#berryAccess .addressTxt dl dt img{
	margin-right: 10px;
}
#berryAccess .addressTxt p:not(:last-of-type){
	margin-bottom: 15px;
}
#berryAccess .photo img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 550/370;
}

/* =======================================
	company
========================================== */
#companyMessage .pcFlex{
 margin-top: 45px;
}
#company a.btn{
 text-decoration: none;
}
.esgBox .h4Tit{
	font-family: "Zen Maru Gothic", sans-serif;
  color: var(--base);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
	margin-bottom: 30px;
 text-align: center;
}
.esgBox .h4Tit .en{
	display: block;
  position: relative;
  margin-bottom: 8px;
	color: var(--green);
  font-size: 50%;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.esgBox .h5Tit{
	background: var(--green);
	border-radius: 10px 10px 0 0;
	color: var(--wh);
	padding: 10px 10px;
	text-align: center;
}
.esgBox ul li{
	background: var(--wh);
	border-radius: 10px;
	padding: 10px;
}
.esgBox ul li p{
	margin-top: 10px;
}
.esgBox ul + ul{
	margin-top: 20px;
}
#esgSocial.esgBox .h4Tit .en{
	color: #e59a08;
}
#esgSocial.esgBox .h5Tit{
	background: #e59a08;
}
#esgGovernance.esgBox .h4Tit .en{
	color: #3abcc7;
}
#esgGovernance.esgBox .h5Tit{
	background: #3abcc7;
}

.sdgsIcons{
 flex-flow: row wrap;
 justify-content: center;
 gap:10px 10px;
 margin: 0 0 40px;
}
.sdgsIcons img{
 width: 100px;
}
.esgBox ul li figure{
 margin:20px 0 0;
}
.esgBox ul li figure img{
 border-radius: 10px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:336/204;
}

#companyAccess{
	border-top: 1px solid var(--green);
}
#companyAccess h4{
 margin-top: 60px;
 display: flex;
 align-items: center;
 gap:0 20px;
}
#companyAccess .txts figure{
 max-width: 450px;
 margin: 20px 0 0;
}
#companyAccess .map iframe{
 height: 100%;
}

/* =======================================
	recruit
========================================== */
#recruitMv{
 border-radius: 30px;
 background: url("../images/recruit_mv.jpg") no-repeat center top/cover;
 padding: 0;
 display: flex;
 align-items: flex-end;
 justify-content: flex-start;
}
#recruitMv .txts *{
 color: #fff;
 text-shadow:0 0 5px rgba(0,0,0,.5);
}

#recruitAttraction li h4 span{
	border-bottom: 1px dotted var(--green);
 display: inline-block;
 margin-bottom: 10px;
}
#recruitAttraction li figure{
 margin: 20px auto 0;
}
#recruitAttraction li figure img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:357/336;
}

#recruitEducation figure img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:608/364;
}

#recruitBenefit ul{
 justify-content: center;
}
#recruitBenefit ul li{
 display: grid;
 place-content: center;
	border-radius: calc(infinity * 1px);
 background: var(--green);
 color: var(--wh);
line-height: 1.3;
 font-weight: 500;
 text-align: center;
}
#recruitBenefit ul li figure{
	margin: 0 auto 10px;
}
#recruitBenefit ul li span{
 font-weight: 400;
 line-height: 1.4;
}
#recruitApply ul{
 gap:0 min(8vw,90px);
 border-radius: 20px;
}
#recruitApply .tel{
 text-align: center;
}
#recruitApply .tel a{
 display: inline-block;
 background: url("../images/ic_tel_green.svg") no-repeat left center/40px auto;
 padding: 0 0 0 60px;
 font-size: 30px;
 font-weight: 700;
}
#recruitApply .mail{
 min-width: 240px;
}
#recruitApply .mail .btn{
 max-width: none;
 display: flex;
 align-items: center;
 justify-content: center;
 gap:0 15px;
 height: 55px;
}
#recruitApply .mail .btn::before{
 content: "";
 display: block;
 background: url("../images/ic_mail_green.svg") no-repeat left top/100% auto;
 width: 40px;
 height: 40px;
}

/* =======================================
	news
========================================== */


/*	一覧
-----------------------------*/
/* category tab 
#news .anchorLink .tab a::after{
	display: none;
}
#news .anchorLink .tab.active a{
	background: var(--green);
	color: var(--wh);
}*/
#news .tabBtn{
 margin: 50px auto;
}
/* list */

#newsList .pager li{
	border-bottom: none;
	gap: 0;
	padding: 0;
}
/**/
ul#newsList li{
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 gap:5px 26px;
border-bottom: 1px solid #d9d9d9;
}
ul#newsList li:has(a){
 display: block;
}
ul#newsList li a{
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 gap:5px 26px;
}
ul#newsList li .cat{
 width: 120px;
 font-size: 14px;
 text-align: center;
 line-height: 1.1;
}
ul#newsList li .date{
 padding-top: 4px;
 color: var(--green);
 font-size: 14px;
 line-height: 1.2;
}
ul#newsList li p{
 line-height: 1.4;
}

/*	詳細　single
-----------------------------*/
#newsDetail h3{
	margin-bottom: 30px;
	text-align: left;
}
#newsDetail .newsInfo{
	display: flex;
 flex-flow: row wrap;
 align-items: center;
 gap:0 20px;
 margin-bottom: 15px;
}

#newsDetail figure{
	margin-bottom: 20px;
}

.newsDetailCont .txts p + p{
	margin-top: 30px;
}

/* =======================================
	contact
========================================== */
#contactTel{
 margin-top: 40px;
 margin-bottom: 60px;
}
#contactTel div.flex{
 justify-content: space-between;
}
#contactTel div.flex figure{
 width: 45%;
}
#contactTel div.flex .txts,
#contactTel div.flex > p{
 width: 50%;
}
#contactTel div.flex .txts p{
 margin-bottom: 15px;
}
#contactTel a{
 font-size: 110%;
 font-weight: 500;
}

/* =======================================
	form
========================================== */
#contactForm .basicTable .hissu{
	display: inline-block;
 background: var(--red);
 color: var(--wh);
	border-radius: 3px;
	line-height: 1;
	margin-left: 0.5em;
}

#contactForm .checkboxWrap1 .flex{
 align-items: center;
 gap:0 10px;
}
#contactForm .checkboxWrap2 label{
 display: block;
}

#contactForm .basicTable textarea{
 height: 200px !important;
}

.confirm .btn{
 cursor: pointer;
}
.formFoot{
 margin:40px 0 0;
}

 .contactPrivacy{
 text-align: center;
}
#contactForm .formFoot a{
	color: var(--green);
	text-decoration: underline;
}
#contactForm .formBtn{
    text-align: center;
}
#contactForm .formBtn input{
 border: none;
 background: var(--pink);
 max-width: 350px;
 color: #fff;
}

/* =======================================
	privacypolicy
========================================== */
#privacyPolicy .h4Tit{
	border-bottom: 1px dotted var(--base);
	padding-bottom: 5px;
	text-align: center;
}
.policyBox{
	overflow-y: scroll;
	height: 350px;
	padding: 20px 2%;
}
.policyBox .h5Tit{
	margin-bottom: 5px;
}
.policyBox .h6Tit{
	margin-top: 15px;
	margin-bottom: 0;
}
.policyBox .h6Tit:first-of-type{
	margin-top: 0;
}
.policyBox p{
 margin-bottom: 1em;
 line-height: 1.6;
}
.policyBox ul{
	margin-top: -0.75em;
}
.policyBox ul li{
	margin-left: 1em;
	text-indent: -1em;
}