@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;
 line-height: 1.4;
}
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.w100,
textarea {
  width: 100%;
  border: 1px solid #353750;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #ffffff;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #353750;
  border-radius: 0.23em;
  background: #FFFFFF;
}
::placeholder {
  font-weight: normal;
}

.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: 1070px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner01 {
  max-width: 1080px !important;
  position: relative;
  width: 96%;
  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: #ffffff;
  color: #333333;
}
body {
 background: #fff;
  margin: 0 auto;
  padding: 0;
  font-family: "Zen Maru Gothic","Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
   font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.7;
 letter-spacing: 0.04em;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}


a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: var(--base);
}

.js-inview{
 opacity: 0;
}


/*フォントファミリー
========================================== */
.fontG {
  font-family: "Zen Maru Gothic","Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.fontMin {
  font-family: 'Noto Serif JP', serif;
}



/*色
========================================== */
:root {
  --base: #333333;
  --base2: #111111;
  --bk: #000000;
  --wh: #FFFFFF;
  --red: #FF7F71;
	--Lred:#fff2f1;	
 --orange:#FDAF08;
 --orange2:#FEAE04;
 --Lorange:#FFCA5A;
 --pink:#F07192;
 --Lpink:#FFF5F9;
  --yellow: #FBFF79;
 --Lyellow:#FFFEF2;
  --blue: #80D1EA;
 --blue2:#54D0F7;
 --Lblue:#F3FDFF;
 --violet:#A599C9;
  --green: #9AD98D;
	--Lgreen:#ecffe8;	
  --gray: #D9DFE5;
}

/*文字色
========================================== */
.baseC{  color: var(--base) !important;}
.blue{  color: var(--blue) !important;}
.yellow{  color: var(--yellow) !important;}
.orange{  color: var(--orange) !important;}
.orange2{  color: var(--orange2) !important;}
.Lorange{  color: var(--Lorange) !important;}
.red{  color: var(--red) !important;}
.pink{  color: var(--pink) !important;}
.violet{  color: var(--violet) !important;}
.bk {  color: var(--bk) !important;}
.white {  color: var(--wh) !important;}
.green {  color: var(--green) !important;}

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgRed{ background: var(--red) !important;}
.bgBlue{ background: var(--blue) !important;}
.bgLblue{ background: var(--Lblue) !important;}
.bgYellow{ background: var(--yellow) !important;}
.bgLyellow{ background: var(--Lyellow) !important;}
.bgOrange{ background: var(--orange) !important;}
.bgLorange{ background: var(--Lorange) !important;}
.bgPink{ background: var(--pink) !important;}
.bgLpink{ background: var(--Lpink) !important;}
.bgGray {  background: var(--gray) !important;}
.bgW{  background: var(--wh) !important;}
.bgLred{ background: var(--Lred) !important;}
.bgLgreen{ background: var(--Lgreen) !important;}
.bgGreen{ background: var(--green) !important;}

/*ボタン
========================================== */
.btnWrap{
 margin-top: 20px;
 text-align: center;
}
.btnWrap .btn{
	margin: 0 auto;
}
.btnWrap.left .btn{
 margin: 0;
}
.btn{
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 border-radius:10px;
 border: 1px var(--orange2) solid;
 background: #fff;
 width: min(100%, 300px);
 min-height: 60px;
 padding: 5px 22px 5px 0;
 color: var(--base);
 font-size: 2rem;
 font-weight: 700;
 line-height: 1.2;
 transition: all .5s ease;
 letter-spacing: 0;
}
.btn::after{
 content: "";
 display: block;
 background: url("../images/arrow_circle_orange.svg") no-repeat left top/100% auto;
 width: 31px;
 height: 31px;
 position: absolute;
 right: 14px;
 top: 0;
 bottom: 0;
 margin: auto;
}
.btn.pink{
 border-color: var(--pink);
}
.btn.pink::after{
 background-image: url("../images/arrow_circle_pink.svg");
}
.btn.blue{
 border-color: var(--blue);
}
.btn.blue::after{
 background-image: url("../images/arrow_circle_blue.svg");
}
.btn:hover{
  opacity: 0.7;
}
.btn.inline{
 display: inline-grid;
 width: auto;
 padding-left: 50px;
 padding-right: 100px;
}
.btnR{
 border-radius: calc(infinity * 1px);
 min-height: 50px;
 font-size: 16px;
}
.btnR[class*="bg"]{
 border: none;
 color: #fff;
}
.btnR[class*="bg"]::after{
 background: url("../images/arrow_white.svg") no-repeat left top/100% auto;
 width: 8px;
 height: 14px;
 right: 19px;
}

.icArrow{
 font-size: 2rem;
 font-weight: 700;
}
.icArrow::after{
  content: "";
  display: block;
 background: url("../images/arrow_circle_pink.svg") no-repeat left top/100% auto;
  width: 1.25em;
  aspect-ratio: 1/1;
  transition: all .5s ease;
}

a:focus,
a:active,
a:hover {
  opacity: .8;
}




/*装飾
========================================== */

/*タイトル
========================================== */
.h2Tit {
  margin-bottom: 20px;
  color: var(--base);
  font-size: 3rem;
  font-weight: 700;
 line-height: 1.5;
 text-align: center;
}
.h2Tit .en{
 display: flex;
 align-items: center;
 justify-content: center;
 gap:0 5px;
 margin-bottom: 3px;
 color: var(--Lorange);
 font-size: 16px;
 line-height: 1.4;
 letter-spacing: 0.02em;
}
.h2Tit .en::before{
 content: "";
 display: block;
 border-radius: 50%;
 background: var(--Lorange);
 width: 13px;
 height: 13px;
}
.h2Tit .en.blue::before{
 background: var(--blue);
}
.h2Tit .en.pink::before{
 background: var(--pink);
}
.h2Tit .en.red::before{
 background: var(--red);
}
.h2Tit .en.violet::before{
 background: var(--violet);
}
.h3Tit{
	margin-bottom: 30px;
 color: var(--base);
 font-size: 3rem;
 font-weight: 700;
 text-align: center;
}
.h4Tit{
 font-size: 2.6rem;
	margin-bottom: 30px;
}
.h5Tit {  
  font-size: 2rem;
	margin-bottom: 10px;
}
.h6Tit{
	font-size: 1.8rem;
	margin-bottom: 10px;
}

/*テキスト
========================================== */
/*		leadTxt
-----------------------------*/
.leadWrap{
 font-weight: 700;
 line-height: 1.85;
 text-align: center;
}
.leadWrap h3{
	border-bottom: 2px var(--base) dashed;
	display: inline-block;
	letter-spacing: 0.15em;
	line-height: 1.5;
	text-align: center;
}
.leadWrap h3.orange{
	border-color: var(--orange);
}
.leadWrap h3.red{
	border-color: var(--red);
}
.leadWrap h3.green{
	border-color: var(--green);
}
.leadWrap h3.pink{
	border-color: var(--pink);
}
.leadWrap h3.blue{
	border-color: var(--blue2);
}
.leadWrap p{
	line-height: 2em;
}


.note{
	margin-left: 1em;
	text-indent: -1em;
}


.slash{
 display: flex;
 justify-content: center;
 align-items: flex-end;
 gap:0 5px;
 line-height: 1.1;
}
.slash::before,
.slash::after{
 content: "";
 display: block;
 background: #fff;
 width: 1px;
 height:9px;
transform: rotate(36deg);
 transform-origin: bottom right;
}
.slash::before{
transform: rotate(-36deg);
 transform-origin: bottom left;}

/* パンくず
========================================== */
#breadcrumb{
	padding: 15px 0;
}
#breadcrumb ul{
	display: flex;
	gap: 0 34px;
	margin: 0 auto;
	width: 96%;
 max-width: 1100px !important;
}
#breadcrumb ul li{
	font-size: 1.3rem
}
#breadcrumb ul li a{
	color: var(--blue);
    white-space: nowrap;
}
#breadcrumb ul li:not(:last-child){
	position: relative;
}
#breadcrumb ul li:not(:last-child)::after{
	content: "";
	display: inline-block;
	border-top: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	position: absolute;
	right: -21px;
	/*top: calc(50% - 3.5px);*/
    top: 0.5em;
}

/* =======================================
  ページャー
========================================== */
/*-- 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%;
}
.pager > span{
 display: block;
 width: 40%;
 max-width: 200px;
}
.pager .btnWrap{
 margin: 0 auto;
}

/*-- 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(--blue);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
/**/


/* =======================================
  タブ
========================================== */
.tabBtn.flex{
	margin-bottom: 20px;
	border-bottom: 2px solid var(--blue);
	justify-content: center;
	gap: 10px;
}
.tabBtn li{
    width: min(calc((100% - 10px)/2),300px);
}
.tabBtn li a{
	display: grid;
	align-items: center;
	background-color: var(--wh);
  width: 100%;
	height: 100%;
	padding: 0.5em;
	border: solid var(--blue);
	border-width: 2px 2px 0 2px;
	border-radius: 10px 10px 0 0;
	color:  var(--blue);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
}
.tabBtn .active a{
	background-color: var(--blue);
	color: #fff !important;
}
.bgLpink .tabBtn.flex,
.bgLpink .tabBtn li a,
.bgLpink .tabBtn .active a{
 border-color: var(--pink);
}
.bgLpink .tabBtn li a{
 color: var(--pink);
}
.bgLpink .tabBtn .active a{
	background-color: var(--pink);
}
.bgLyellow .tabBtn.flex,
.bgLyellow .tabBtn li a,
.bgLyellow .tabBtn .active a{
 border-color: var(--orange);
}
.bgLyellow .tabBtn li a{
 color: var(--orange);
}
.bgLyellow .tabBtn .active a{
	background-color: var(--orange);
}
/* =======================================
  レイアウト
========================================== */


/* =======================================
	header
========================================== */
header {
	position:fixed;
 background: #fff;
	width: 100%;
 left: 0;
	top:0;
	z-index: 100;
}
#top header:not(.fixed){
 background: transparent;
}
header.fixed{
 background: #fff;
}
header #logo a{
 display: block;
 line-height: 1;
}
header #logo a img{
 width: 281px;
}
header #logo span{
 display: block;
 font-size: min(1.3vw,16px);
 white-space: nowrap;
}
header #logo span + span{
 margin-top: 18px;
}

#gnaviList .contact a{
 display: flex;
 align-items: center;
 justify-content: center;
	border-radius: calc(infinity * 1px);
 gap:0 3px;
 background: var(--orange);
 height: 36px;
 color: var(--wh);
 line-height: 1.1;
}
#gnaviList .contact a::before{
 content: "";
 display: block;
 background: url("../images/head_ic_contact.svg") no-repeat left top/100% auto;
 width: 20px;
 height:16px;
}
#headLink a{
 display: flex;
 align-items: center;
 gap:0 11px;
 color: var(--blue);
 font-size: 16px;
 font-weight: 700;
 line-height: 1;
}
#headLink a::after{
 content: "";
 display: block;
 background: url("../images/head_ic_news.svg") no-repeat left top/100% auto;
 width: 20px;
 height: 20px;
}
/* =======================================
	footer/#footContact
========================================== */
#footContact{
 position: relative;
 background: url("../images/footcontact_bg.png") no-repeat center bottom/cover;
 padding-top: 104px;
 padding-bottom: calc(73px + 16.14vw);
}
#footContact::before{
 content: "";
 display: block;
 background: url("../images/bg_curve_wh.svg") no-repeat left top/100% auto;
 width: 100%;
 height: 5vw;
 position: absolute;
 top: 0;
 left: 0;
}
#top #footContact::before{
 display: none;
}
#footContact .inner1000{
 position: relative;
 border-radius: 20px;
 background: var(--blue);
 padding: 23px;
}
#footContact *{
 color: #fff;
 text-align: center;
}
#footContact .img01{
 position: absolute;
 top: -47px;
 left: -32px;
 max-width: 216px;
}
#footContact .img01 img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:216/151;
}
#footContact h2{
 margin-bottom: 20px;
 font-size: 28px;
 font-weight: 900;
  text-align: center;
 line-height: 1.46;
}
#footContact p{
 line-height: 2;
}
#footContact .btnWrap{
 margin-top: 16px;
}
#footContact .btn{
 gap:0 9px;
}
#footContact .btn::before{
 content: "";
 display: block;
 background: url("../images/ic_mail_blue.svg") no-repeat left top/100% auto;
 width: 25px;
 height: 20px;
}
#footContact a:hover{
 opacity: .7;
}
#footContact .imgs{
 position: absolute;
 right:-35px;
 bottom:-73px;
 display: flex;
}
#footContact .imgs img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:177/124;
 max-width: 177px;
}
#footContact .imgs img:nth-of-type(1){
 margin:-57px -56px 0 0;
}

/* =======================================
	footer/#footBottom
========================================== */
footer{
 overflow: hidden;
 padding-bottom: 16px;
}

#footBottom{
 position: relative;
 background: url("../images/footer_pct.png") no-repeat center top/100% auto;
 margin-top: -16.14vw;
 padding: 16.14vw 0 45px;
}
/*#footBottom::before{
 content: "";
 display: block;
 background: url("../images/footer_pcts.png") no-repeat center top/ 100% auto;
 width: min(100%,1085px);
 height: min(23.5vw,165px);
 margin:0 auto 27px;
}*/
#footerLogo{
 margin: 0 0 31px;
 font-size: min(1.45vw,16px);
}
#footerLogo img{
 width: min(100%,281px);
 height: auto;
}
#footBottom dl dt{
 margin-bottom: 5px;
 font-size: 18px;
 font-weight: 700;
 line-height: 1.4;
}
#footBottom dl dd{
 margin-bottom: 25px;
 line-height: 1.6;
}
#footBottom .num{
 font-size: 18px;
}

footer .copy p{
 font-size: 1.4rem;
 line-height:1.4;
}
footer .copy copy{
  font-size: 1.4rem;
 font-weight: 400;
 line-height:1.4;
}

/*
#pageTop{
	position: fixed;
 right: 11px;
 bottom: 11px;
 line-height: 1;
	z-index: 10;
}
#pageTop a{
 display: block;
}*/

/* =======================================
	 common
========================================== */
/*		main
-----------------------------*/
main{
  margin-top: 122px;
}
main .img img{
	background: var(--wh);
	border-radius: 20px;
}

/*タイトル
========================================== */
/*-- mainTitle --*/
.mainTitle{
 position: relative;
	color: var(--base);
	display: grid;
	justify-content: center;
	align-items: center;
 /* border-bottom: 1px var(--gray) solid;
	background: var(--Lyellow);background-size: cover; */
	background: #FFFEE9;
 background-repeat: no-repeat;
 background-position: center center;
}
.mainTitle h2{
 position: relative;
 z-index: 1;
 text-align: center;
 line-height: 1.5;
}
.mainTitle h2 span{
 font-size: 60%;
 margin-bottom: 5px;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0 5px;
 line-height: 1.4;
 letter-spacing: 0.02em;
}
.mainTitle h2 span::before{
 content: "";
 display: block;
 border-radius: 50%;
 width: 0.7em;
 height: 0.7em;
 margin-right: 5px;
 margin-top: 0.15em;
}
.mainTitle h2 span.Lorange::before{
	background: var(--Lorange);
}
.mainTitle h2 span.red::before{
	background: var(--red);
}
.mainTitle h2 span.pink::before{
	background: var(--pink);
}
.mainTitle h2 span.blue::before{
	background: var(--blue);
}
.mainTitle h2 span.green::before{
	background: var(--green);
}

/*-- table --*/
.basicTable {
	background: var(--wh);
	border: 1px solid var(--gray);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable >div{
 display: flex;
	justify-content: space-between;
	align-items: stretch;
 width: 100%;
}
.basicTable > dt,
.basicTable >div>dt{
	background: var(--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{
	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: #fff2b6;
	border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	color: var(--base);
	font-weight: 700;
	text-align: center;
}
table.basicTable thead th span{
	display: block;
	font-size: 88%;
}
table.basicTable tbody th{
  width: 25%;
	background: #f6f6f6 !important;
	border-bottom: 1px solid var(--gray);
	color: var(--base);
	font-weight: 500;
}
table.basicTable.col50 tbody th{
  width: 50%;
}
table.basicTable tbody td{
	border-bottom: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	text-align: center;
}
/* 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 tbody th:has(+ td){
	background-color: var(--Lblue);
}
table.basicTable .bdrR0{
	border-right: none;
}

.definitionBox{
 position: relative;
 border-radius: 20px;
 /*border: 2px var(--blue2) solid;*/
 background: var(--grd);
 padding: 40px 5%;
 margin: 60px auto 0;
 z-index: 0;
}
.definitionBox::before{
 content: "";
 display: block;
 border-radius: 10px;
	background-color: rgba(255, 255, 255, .9);
 width: calc(100% - 20px);
 height: calc(100% - 20px);
 position: absolute;
 top: 10px;
 left: 10px;
}
.definitionBox dt{
 position: relative;
 text-align: center;
}
.definitionBox dd{
 position: relative;
}

/*.iconList*/
.iconList.flex{
    gap: 20px 5%;
    flex-wrap: wrap;
    justify-content: center;
}
.iconList.flex li{
    flex: 1;
}
.iconList li figure{
    background-color: var(--LLblue);
		background-color: var(--gray);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    display: grid;
    place-content: center;  
}
.iconList li figure img{
    margin: auto;
}

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

/*----*/

.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pageLinks li a{
	border-radius: calc(infinity * 1px);
	background: var(--pink);
	border: 1px solid var(--pink);
	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 .noLink a,
.pageLinks a:hover{
	background: var(--wh);
	color: var(--pink);
}
.pageLinks a:hover::after{
	border-top: 1px solid var(--pink);
	border-right: 1px solid var(--pink);
}

/*-----*/
.bnrCareers{
 margin-top: 50px;
 margin-bottom: 100px;
}
.bnrCareers a{
 display: block;
 border-radius: 20px;
 border: 1px var(--pink) solid;
 background: var(--Lpink);
 padding: 30px;
 text-align: center;
}
.bnrCareers h3{
 margin-bottom: 20px;
 color: var(--pink);
 font-size: 24px;
}
.bnrCareers a::after{
 content: "";
 display: block;
 background: url("../images/arrow_circle_pink.svg") no-repeat left top/100% auto;
 width: 30px;
 height: 30px;
 position: absolute;
 right: 5%;
 top: 0;
 bottom: 0;
 margin: auto;
}

/*-----*/
.pdfLink{
	display: inline-block;
	padding-right: 25px;
	position: relative;
	text-decoration: underline;
}
.pdfLink::after{
	content: "";
	background: url("../images/ic_pdf.svg") no-repeat left top/100% auto;
	display: inline-block;
	width: 18px;
	height: 23px;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
}

/* =======================================
	top
========================================== */
#top main{
 margin-top: 0;
}

/*		#mv
-----------------------------*/
#mv{
	position: relative;
 background: #FFFEE9;
 padding: 122px 0 292px;
 z-index: 0;
}
#mv::after{
 content: "";
 display: block;
 background: url("../images/top_mv_bg.png") no-repeat left bottom/100% auto;
 width: 100%;
 height: 12.42vw;
 position: absolute;
 left: 0;
 top: 100%;
 z-index: 0;
}

.mvSlider01,
.mvSlider02,
.mvSlider03{
 position: absolute !important;
}
.mvSlider01{
 top: 267px;
 left: 8.78vw;
 width: min(26vw,363px);
 z-index: 0;
}
.mvSlider02{
 top: 444px;
 left: 22vw;
 width: min(18.21vw,255px);
 z-index: 1;
}
.mvSlider03{
 top:161px;
 right: 10.35vw;
 width: min(27.21vw,381px);
}
.mvSlider01 figure img,
.mvSlider02 figure img,
.mvSlider03 figure img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.mvSlider01 figure img{
 aspect-ratio:363/248;
}
.mvSlider02 figure img{
 aspect-ratio:255/176;
}
.mvSlider03 figure img{
 aspect-ratio:381/433;
}
#mv_txt{
 position: relative;
 z-index:2;
}
#mv h2{
 font-size: 28px;
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 display: flex;
 flex-flow: column;
 justify-content: center;
 gap:28px 0 ;
 width: 100%;
 margin: 40px auto 0;
 line-height: 1;
 letter-spacing: 0.45em;
}
#mv h2 span{
 display: block;white-space: nowrap;
}
#mv h2 span + span{
 margin-top: 40px;
}
#mv_txt p{
 width: 53.6%;
 margin: 66px 0 0 auto;
  text-align: left;
  font-size: min(1.6vw,1.6rem);
  line-height: 2.375em;
  letter-spacing: 0.24em;
  font-weight: 700;
}
#mv_txt p span {
  display: inline;
  background-image: repeating-linear-gradient(
    to right,
    currentColor 0px,
    currentColor 6px,
    transparent 6px,
    transparent 12px
  );
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  border-radius: 2px;
  
  clip-path: inset(0 100% 0 0);
  animation: textReveal 0.5s ease-out forwards;
}
#mv_txt p span:nth-of-type(1)  { animation-delay: 0.8s; }
#mv_txt p span:nth-of-type(2)  { animation-delay: 1.2s; }
@keyframes textReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

#mv .pct{
 position: absolute;
 left: 0;
 right: 0;
 bottom: -4.05vw;
 max-width: 1116px;
 margin: auto;
 z-index: 1;
}
#mv .pct img{
 margin: 0 auto;
}

.btnRecruiting{
 position: absolute;
 top: 625px;
 right: 15px;
 z-index:3;
}
.btnRecruiting a{
 position: relative;
 display: grid;
 place-content: center;
 border-radius: 50%;
 border: 1px var(--pink) solid;
 background: var(--Lpink);
 width: 184px;
 height: 184px;
 padding: 10px 0 0;
 color: var(--pink);
 font-size: 23px;
 font-weight: 700;
 line-height: 1.4;
 letter-spacing: 0;
 text-align: center;
}
.btnRecruiting a span{
 position: absolute;
 top: -6px;
 left: -25px;
 background: url("../images/top_mv_btn_bloon.svg") no-repeat left top/100% 100%;
 display: grid;
 place-content: center;
 width: 135px;
 height: 64px;
 font-size: 14px;
}
.btnRecruiting a::after{
 content: "";
 display: block;
 background: url("../images/arrow_pink.svg") no-repeat left top/100% auto;
 width: 14px;
 height: 17px;
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
 bottom: 24px;
}

/*		#topNews
-----------------------------*/
#topNews{
 background: url("../images/top_news_bg.png") no-repeat left bottom/cover;
 padding-top: 149px;
 padding-bottom: 75px;
}
#topNews ul li{
 border-radius: 20px;
 background: #FFFFF5;
}
#topNews ul li a{
 display: block;
 padding: 0 18px 27px;
}
#topNews ul li .date{
 transform: translate(0, -25px);
 margin-bottom: -15px;
 text-align: right;
 font-weight: 700;
 line-height: 1;
 letter-spacing: 0.02em;
}
#topNews ul li .date span{
 font-size: 50px;
 font-weight:500;
}
#topNews ul li figure{
 margin: 0 0 20px;
}
#topNews ul li figure img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:284/186;
}
.cat{
	border-radius: calc(infinity * 1px);
  background: var(--yellow);
  display: inline-block;
 margin: 0 10px 0 0;
  padding: 6px 16px 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.cat.day{
  background: var(--yellow);
}
.cat.meal{
 background: var(--orange);
}
#topNews ul li h3{
 margin-top: 20px;
 margin-bottom: 5px;
 font-size: 24px;
 line-height: 1.45;
}
#topNews ul li p{
 line-height: 2;
}
#topNews li a:hover{
 opacity: .7;
}


/*		#topAbout
-----------------------------*/
#topAbout{
 padding-top: 50px;
 padding-bottom: 0;
}
#topAbout h3{
 line-height: 1;
 margin-bottom: 15px;
}
#topAbout h3 img{
 height: auto;
 margin: 0 auto;
}
#topAbout .txts p{
 font-weight: 700;
 letter-spacing: 0.06em;
 line-height: 2.5;
}
#topAbout .txts p + p{
 margin-top: 2.5em;
}
#topAbout figure{
 position: relative;
 max-width: 390px;
}
#topAbout figure img{
 border-radius: 20px;
}
#topAbout figure img:nth-of-type(1){
 aspect-ratio:331/336;
 width: 84.9%;
 max-width: 331px;
}
#topAbout figure img:nth-of-type(2){
 aspect-ratio:206/145;
 width:52.8% ;
 max-width: 206px;
 position: absolute;
 right: 0;
 top: min(41.5%,244px);
}
#topAbout figure img:nth-of-type(3){
 aspect-ratio:153/160;
 width: 39.2%;
 max-width: 153px;
 margin-top: min(15.6%,92px);
}

/*		#topService
-----------------------------*/
#topService{
 background: url("../images/top_service_bg.svg") no-repeat left top;
 background: url("../images/top_service_bg.png") no-repeat left top;
 background-size: auto 100%;
 padding-top: 166px;
 padding-bottom: 250px;
}
#topService h2{
 margin-bottom: 60px;
}
#topService ul li{
 border-radius: 20px;
 padding: 80px 0 68px;
 text-align: center;
}
#topService ul li span{
 display: inline-block;
 border-bottom: 2px var(--base) dashed;
 font-size: 18px;
 font-weight: 700;
}
#topService ul li h3{
 display: grid;
 place-content: center;
 min-height: 131px;
 font-size: 30px;
}
#topService ul li p{
 letter-spacing: 0.05em;
 line-height: 1.6;
}
#topService ul li .btn{
 max-width: 148px;
 min-height: 31px;
}
#topService ul li .btn::after{
 background: url("../images/arrow_black.svg") no-repeat left top/100% auto;
 width: 8px;
 height: 14px;
}
#topService ul li.bgLpink .btn{
 border-color:var(--pink) ;
}
#topService ul li.bgLblue .btn{
 border-color:var(--blue) ;
}

/*		#topStaff
-----------------------------*/
#topStaff{
 padding-bottom: 70px;
}
#topStaff h2{
 margin-bottom: 40px;
}
#topStaff h3{
 margin-bottom: 13px;
 font-size: 24px;
}
#topStaff .txts p:not(.btnWrap){
 font-weight: 700;
 line-height: 2.3;
}
#topStaff .btn{
 max-width: 241px;
 padding-right: 50px;
}
#topStaff .pcFlex .stslide{
 position: relative;
 z-index: 0;
}
#topStaff .pcFlex .stslide img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:501/291;
}
#topStaff .pcFlex .stslide::before,
#topStaff .pcFlex .stslide::after{
 content: "";
 display: block;
 position: absolute;
}
#topStaff .pcFlex .stslide::before{
 background: url("../images/top_staff_line.svg") no-repeat left top/100% auto;
 width: 73px;
 height: 73px;
 top: -5px;
 left: -5px;
}
#topStaff .pcFlex .stslide::after{
 border-radius: 10px;
 width: 77px;
 height: 77px;
 background:var(--red);
 right: -25px;
 bottom: -33px;
 z-index: -1;
}

/*		topCaompany
-----------------------------*/
#topCompany{
 position: relative;
 background: url("../images/top_company_bg.svg") no-repeat left top/100% 100%;
 padding-top: 106px;
 padding-bottom: 141px;
 z-index: 1;
}
#topCompany > p{
 font-size: 18px;
 text-align: center;
}
#topCompany ul{
 margin-top: 20px;
}
#topCompany ul li a{
 justify-content: flex-start;
 width: 100%;
 height: 127px;
 font-size: 24px;
}
#topCompany ul li a::before{
 content: "";
 display: block;
 position: absolute;
}
#topCompany ul li:nth-of-type(1) a::before{
 background: url("../images/top_company_pct01.svg") no-repeat left top/100% auto;
 width: 59px;
 height: 63px;
 left: -15px;
 bottom: -22px;
}
#topCompany ul li:nth-of-type(2) a::before{
 background: url("../images/top_company_pct02.svg") no-repeat left top/100% auto;
 width: 114px;
 height: 58px;
 right: 0;
 top: -50px;
}

#topCompany ul li:nth-of-type(1) a {
 gap:0 11%;
 padding-left: 13.1%;
}
#topCompany ul li:nth-of-type(2) a{
 gap:0 4%;
 padding-left: 6.3%;
}

#topCompany ul li a::after{
 width: 59px;
 height: 59px;
 right: 13%;
}
#topCompany ul li:nth-of-type(2) a::after{
 right: 5.3%;
}


/*		topCareers
-----------------------------*/
#topCareers{
 background: url("../images/footcontact_bg.png") no-repeat left top/100% auto;
 padding-top: 104px;
 padding-bottom: 80px;
 margin-top: -113px;
}
#topCareers .pcFlex{
 position: relative;
 border-radius: 30px;
 padding: 36px min(5%,43px);
}
#topCareers .pcFlex::before{
 content: "";
 display: block;
 background: url("../images/top_career_pct.svg") no-repeat left top/100% auto;
 width: 70px;
 height: 76px;
 position: absolute;
 right: -10px;
 top: -15px;
}
#topCareers .pcFlex h3{
 margin-bottom: 25px;
 font-size: 24px;
 line-height: 1.45;
}
#topCareers .pcFlex .txts p{
 line-height: 2.1;
}
#topCareers .pcFlex ul li + li{
 margin-top: 20px;
}
#topCareers .arrow{
 width:min(10.1%,101px) ;
 position: absolute;
 right: -14px;
 bottom: -28px;
}

/* =======================================
   dayservice / grouphome / homecare
========================================== */
.reasonBox{
	padding: 50px 0;
}
.reasonBox h4 > span{
	border-bottom: 1px dashed var(--base);
	font-size: 70%;
	line-height: 2;
	margin-right: 0.5em;
}
.reasonBox h4 .num{
	font-size: 2.8em;
}

.serviceList li{
	border: 1px solid var(--base);
	border-radius: calc(infinity * 1px);
	display: grid;
	align-items: center;
	justify-content: center;
	width: calc(100% / 6);
	height: auto;
	aspect-ratio: 1 / 1;
	text-align: center;
	line-height: 1.5;
}
.serviceList li p span{
	display: block;
	font-size: 85%;
}

.pickupBox{
	border-radius: 20px;
	margin-top: 50px;
	padding: 20px 30px 30px;
}
.pickupBox h5{
	margin-bottom: 20px;
}
.pickupBox h5 span{
	border-bottom: 1px dashed var(--base);
	padding-bottom: 2px;
}
.pickupBox .pcFlex {
	gap:0 30px;	
}
.pickupBox .pcFlex > div{
	border-radius: 20px;
	padding: 20px 2% 30px;
	width: calc((100% - 30px) / 2);
}

/*-----*/
.eligibleUsers li{	
	border-bottom: 1px dashed var(--blue);
	font-size: 2rem;
	margin: 0 15% 20px;
	padding-left: 40px;
	position: relative;
}
.eligibleUsers li::before{
	content: "";
	background: url("../images/ic_checkmark.svg") no-repeat left top / 100% auto;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0.15em;
}

.message.pcFlex{
	align-items: flex-start;
	justify-content: center;
}
.message.pcFlex p{
	background: var(--wh);
	border: 2px solid var(--blue);
	border-radius: 20px;
	color: var(--blue);
	line-height: 2;
	position: relative;
	text-align: center;
}
.message.pcFlex p::before{
	content: "";
	background: var(--blue);
	display: inline-block;
  clip-path: polygon(60% 0, 100% 0, 40% 100%);
	position: absolute;
}
.message.pcFlex p::after{
	content: "";
	background: var(--wh);
	display: inline-block;
  clip-path: polygon(60% 0, 100% 0, 40% 100%);
	position: absolute;
}

.scheduleTable{
	background: var(--wh);
	border: 1px solid var(--base);
	margin: 0 auto;
}
.scheduleTable th,
.scheduleTable td{
	padding: 15px;
	vertical-align: middle;
	text-align: center;
}
.scheduleTable thead th:not(:last-of-type){
	border-right: 1px solid var(--wh);
}
.scheduleTable thead th span{
	display: block;
	font-size: 80%;
}
.scheduleTable tbody td{
	border-bottom: 1px dotted var(--base);
}
.scheduleTable tbody tr:last-of-type td{
	border-bottom: none;
}
.scheduleTable tbody td:not(:nth-of-type(2)){
	font-weight: 700;
}
.scheduleTable tbody td:nth-of-type(2){
	background: var(--Lyellow);
	text-align: left;
}
.scheduleTable tbody td h4:not(:first-of-type){
	margin-top: 20px;	
}
.scheduleTable dl{
	background: var(--wh);
	border: 1px solid var(--gray);
	margin-top: 5px;
	margin-bottom: 10px;
}
.scheduleTable dl dt{
	background: #f6f6f6;
}
.scheduleTable dl dt:last-of-type,
.scheduleTable dl dd:last-of-type{
	border-bottom: none;
}
.scheduleTable dl dt,
.scheduleTable dl dd{
	border-bottom: 1px solid var(--gray);
	padding: 5px 10px;
	text-align: left;
}

.facilityData dl dt{
	border-bottom: 1px solid var(--gray);
	font-weight: 700;
	padding: 0.5em 0;
}
.facilityData dl dd{
	border-bottom: 1px dotted var(--gray);
	padding: 0.5em 1em;
}
.facilityData dl dt:first-of-type{
	border-top: 1px solid var(--gray);
}
.facilityData dl dd:first-of-type{
	border-top: 1px dotted var(--gray);
}
.facilityPhoto figcaption{
	text-align: center;
}


/* =======================================
  dayservice
========================================== */
#dayservice .reasonBox h4 > span,
#dayservice .serviceList li,
#dayservice .pickupBox h5 span,
#dayservice .scheduleTable,
#dayservice .scheduleTable tbody td{
	border-color: var(--Lorange);
}
#dayserviceService .serviceList li:nth-child(7) img,
#dayserviceService .serviceList li:nth-child(8) img{
	margin-top: 0;
}

#dayservice .scheduleTable thead th{
	background: var(--Lorange);
}

#dayserviceFee table.basicTable:nth-of-type(2) tbody td{
	width: calc(75%/5);
}


/* =======================================
  grouphome
========================================== */
#grouphome .reasonBox h4 > span,
#grouphome .serviceList li,
#grouphome .pickupBox h5 span,
#grouphome .scheduleTable,
#grouphome .scheduleTable tbody td{
	border-color: var(--blue2);
}
#grouphome .moveInProcess{
	background: var(--wh);
	border-radius: 20px;
	margin-top: 50px;
	padding: 20px 30px 30px;
}
#grouphome .moveInProcess ul{
	gap:0 5%;
}
#grouphome .moveInProcess ul li{
	background: var(--Lyellow);
	border-radius: 15px;
	font-weight: 700;
	display: grid;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}
#grouphome .moveInProcess ul li:not(:last-child)::after{
	content: "";
	background: var(--blue2);
	display: inline-block;
	width: 14px;
	height: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
}
#grouphome .moveInProcess ul li figure{
	margin: 0 auto 10px;
	width: 80%;
}
#grouphome .moveInProcess ul li:nth-child(4) figure{
	width: 65%;
}

#grouphomeSchedule .scheduleTable2{
	display: flex;
	flex-wrap: wrap;
}
#grouphomeSchedule .scheduleTable2 dt,
#grouphomeSchedule .scheduleTable2 dd{
	border-bottom: 1px dotted var(--blue2);
	align-items: center;
}
#grouphomeSchedule .scheduleTable2 dt{
	font-weight: 700;
	width: 20%;
}
#grouphomeSchedule .scheduleTable2 dd{
	background: var(--Lblue);
	color: var(--blue2);
	width: 80%;
}
#grouphomeSchedule .scheduleTable2 dd span{
	color: var(--base);
	font-size: 80%;
}
#grouphomeSchedule .photoBox figure img{
	border-radius: 20px;
}
#grouphomeSchedule p{
	background: var(--Lblue);
	border: 2px solid var(--blue);
	border-radius: 10px;
	font-weight: 700;
	padding: 1em;
}

#grouphomeService .serviceList li:nth-child(2) img{
	margin-top: 0;
}

#grouphomeFee table.basicTable tbody td{
	text-align: left;
}

/* =======================================
  homecare
========================================== */
#homecare .reasonBox h4 > span,
#homecare .serviceList li,
#homecare .pickupBox h5 span{
	border-color: var(--pink);
}
#homecareService .pickupBox div.bgW{
  border-radius: 20px;
}
#homecareFee p.bgW{
	border-radius: 20px;
	padding: 30px 4%;
}
#grouphomeFee table.basicTable tbody tr td:nth-of-type(1){
	border-right: none;
}
#grouphomeFee table.basicTable tbody tr td:nth-of-type(2){
	padding-left: 0;
}

/* =======================================
  staff
========================================== */
.staffIntroduction{
	gap: 20px;
}
.staffBox{
	background: var(--Lred);
	border-radius: 20px;
	padding: 27px 18px;
}
section.bgLred .staffBox{
	background: var(--wh);
}
.staffBox figure{
	margin: 0 auto 15px;
	width: min(80%,175px);
}
.staffBox dl dt{
	border-bottom: 2px dashed var(--red);
	color: var(--red);
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
.staffBox ul{
	gap: 8px 6px;
}
.staffBox ul li{
	background: var(--yellow);
	border-radius: calc(infinity * 1px);
	padding: 2px 8px 3px;
}

/* =======================================
  careers
========================================== */
#careersMain{}
#careersMain .leadTxt{
 padding: 30px 5%;
}
#careersMain h4{
 margin-top: 60px;
 border-bottom: 2px var(--pink) solid;
 padding: 0 0 10px;
}
#careersMain h4:nth-of-type(2){
 border-color:var(--orange) ;
}
#careersMain h4:nth-of-type(3){
 border-color:var(--blue) ;
}
#careersMain .column3 >li{
 display: flex;
 flex-flow: column;
 border-radius: 20px;
 border:5px var(--Lpink) solid;
 padding: 20px;
}
#careersMain .column3 >li dl{
 padding-bottom: 20px;
}
#careersMain .column3 >li .btnWrap{
 margin-top: auto;
}
#careersMain .column3:nth-of-type(2) > li{
 border-color: var(--Lyellow);
}
#careersMain .column3:nth-of-type(3) > li{
 border-color: var(--Lblue);
}
#careersMain .column3 li figure {
 margin: 0 0 20px;
}
#careersMain ul li figure img{
 border-radius: 20px;object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:333/192;
}
#careersMain .column3 > li ul li{
 text-indent: -1em;
 padding-left: 1em;
}
#careers .baloon{
 max-width: 915px;
 margin: 40px auto 0;
 gap:0 30px;
 align-items: flex-start;
}
#careers .baloon figure{
 width: min(16.5%,150px);
}
#careers .baloon p{
 position: relative;
 border-radius: 20px;
 background: #f0f0f0;
 width: calc(100% - min(16.5%,150px));
 padding: 20px 20px 20px 40px;
}
#careers .baloon p::before{
 content: "";
  display: block;
  background-color: #f0f0f0;
  width: 25px;
  height: 15px;
  clip-path: polygon(100% 0, 0 30%, 100% 100%);
 position: absolute;
 right: calc(100% - 1px);
 top: 20%;
}

#careersPerson li{
 text-align: center;
}
#careersPerson li h4{
 display: inline-block;
 background: linear-gradient(transparent 80%, var(--pink) 0%);
}
#careersPerson ul li:nth-of-type(2) h4{
 background: linear-gradient(transparent 80%, var(--orange) 0%);
}
#careersPerson ul li:nth-of-type(3) h4{
 background: linear-gradient(transparent 80%, var(--blue) 0%);
}
#careersPerson li >p{
 position: relative;
 display: grid;
 place-content: center;
 border-radius: 50%;
 background: var(--pink);
 width: 170px;
 height: 170px;
 margin: 0 auto;
 color: #fff;
 font-size: 24px;
 font-weight: 700;
}
#careersPerson li >p::after{
 content: "";
 display: block;
 background: var(--pink);
	width:20px;
	height:52px;
clip-path: polygon(50% 0%, 0 60%, 100% 29%);
 position: absolute;
 top: calc(100% - 30px);
 left: 10%;
}
#careersPerson li .flex{
 margin-top: 26px;
 align-items: flex-start;
 gap:0 20px;
}
#careersPerson li .flex figure{
 width: 72px;
}
#careersPerson li .flex p{
 width: calc(100% - 72px - 20px);
 font-size: 18px;
 text-align: left;
 line-height: 1.55;
}
#careersPerson ul li:nth-of-type(2) >p,
#careersPerson ul li:nth-of-type(2) >p::after{
 background: var(--orange);
}
#careersPerson ul li:nth-of-type(3) >p,
#careersPerson ul li:nth-of-type(3) >p::after{
 background: var(--blue);}



/* =======================================
  interview
========================================== */
.interview figure img{
 border-radius: 20px;
}
.interview .titleBox{
 position: relative;
 display: flex;
 align-items: flex-end;
}
.interview .titleBox > div{
 position: relative;
 border: 1px var(--pink) solid;
 background: var(--wh);
 width: 46%;
 padding: 40px 20px;
 margin-right: -20%;
 margin-bottom: 8%;
 z-index: 1;
}
.interview .titleBox h3{
 border-bottom: 2px var(--pink) dashed;
 padding-bottom: 10px;
 margin-bottom: 20px;
 text-align: left;
}
.interview .titleBox h3 span{
 display: block;
 font-size: 70%;
}
.interview .titleBox .term{
 font-size: 18px;
}
.interview .titleBox .name{
 font-size: 23px;
 font-weight: 700;
}
.interview .titleBox figure{
 width: 74%;
 margin: 0 0 0 auto;
}
.interview .contBox{
 margin-top: 60px;
}

/* =======================================
  workingenvironment
========================================== */
#benefits ul,
#education ul{
 margin-top: 40px;
}
#benefits ul li figure,
#education ul li figure{
 margin: 0 0 20px;
}
#benefits ul li figure img,
#education ul li figure img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:333/192;
}
#benefits .other{
 margin-top: 40px;
 margin-bottom: 10px;
 border-radius: 20px;
 border: 2px var(--pink) solid;
 text-align: center;
}
#benefits .other h4{
 transform: translate(0, -.5em);
 display: inline-block;
 background: #fff;
 padding: 0 10px;
 margin-bottom: 10px;
 line-height: 1;
}
#education .support{
 margin-top: 40px;
 border-radius: 20px;
 border: 2px var(--pink) solid;
 padding: 30px 5%;
}
#education .support h4{
 text-align: center;
}


.placeBox{
 position: relative;
 border-radius: 20px;
 padding: 50px 4.5% 40px;
 margin-top: 80px;
}
.placeBox .catch{
 position: absolute;
 top: -40px;
 right: -10px;
 display: grid;
 place-content: center;
 border-radius: 50%;
 background: var(--pink);
 width: 170px;
 height: 170px;
 color: #fff;
 font-size: 24px;
 text-align: center;
 line-height: 1.5;
}
.placeBox .catch span{
 font-size: 16px;
}
#workingenvironmentVoice h4{
 text-align: center;
}
.placeBox .qaBox{
 margin-top: 30px;
}
.placeBox .qaBox dl{}
.placeBox .qaBox dt{
 position: relative;
 padding-left: 20px;
 margin-bottom: 10px;
 font-weight: 700;
}
.placeBox .qaBox:not(.approach) dt::before{
 content: "";
 display: block;
 border-radius: 2px;
 background: var(--pink);
 width: 5px;
 height: 85%;
 position: absolute;
 left: 0;
 top: 6%;
}
.placeBox .qaBox.approach dt{
 display: inline-block;
 border-radius: 10px;
 background: var(--pink);
 padding: 2px 20px;
 color: #fff;
}

.placeBox .qaBox figure img{
 border-radius: 20px;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:240/173;
}


#workingenvironmentVoice .homecare{
 background: var(--Lpink);
}
#workingenvironmentVoice .dayservice{
 background: var(--Lyellow);
}
.dayservice .catch,
.dayservice .qaBox:not(.approach) dt::before,
.dayservice .qaBox.approach dt{
 background: var(--orange);
}
#workingenvironmentVoice .grouphome{
 background: var(--Lblue);
}
.grouphome .catch ,
.grouphome .qaBox:not(.approach) dt::before,
.grouphome .qaBox.approach dt{
 background: var(--blue);
}




/* =======================================
  company
========================================== */

#companyMessage .messageBox {
  background: var(--Lpink);
	position: relative;
  border-radius: 20px;
  padding: 30px 4.5% 40px;
  margin-top: 80px;
	max-width: 900px !important;
}
.messageBox .h3Tit {
transform: translate(0, -1.5em);
  margin-bottom: 0;
  line-height: 1;
}
.messageBox p{
	line-height: 1.8
}
.messageBox .large{
	font-size: 1.3em
}

#companyProfile .basicTable > dt{
	background: var(--blue);
}
#companyProfile .basicTable > dd {
  border-bottom: 1px solid var(--blue);
}
#companyProfile .basicTable{
	border: 1px solid var(--blue);
}

#companyAccess .pcFlex{
	gap:30px;
}

#companyAccess .pcFlex > div{
	width: 100%;
display: flex;
	flex-direction: column;
}
#companyAccess .pcFlex > div iframe{
	width: 100%;
	height: 350px;
}


#companyAccess .pcFlex > div .h4Tit {
  font-size: 2rem;
	flex-grow: 1;
	margin-bottom: 15px;
}


/* =======================================
  esg
========================================== */
#esgLead{
	padding-top: 70px;
}
#esgLead .inner > figure{
	margin: 0 auto;
}
#esgLead .esgSdgsBox{
	border: 1px solid var(--Lorange);
	border-radius: 20px;
	padding: 36px min(5%,43px);
	position: relative;
}
#esgLead .esgSdgsBox::before,
#esgLead .esgSdgsBox::after{
	content: "";
	display: inline-block;
	position: absolute;
}
#esgLead .esgSdgsBox::before{
	background: url("../images/top_company_pct02.svg") no-repeat left top / 100% auto;
}
#esgLead .esgSdgsBox::after{
	background: url("../images/top_company_pct01.svg") no-repeat left top / 100% auto;
}
#esgLead .esgSdgsBox .h3Tit span{
	border-bottom: 2px dashed var(--Lorange);
}
#esgLead .wlbBox h3{
	border-bottom: 1px dashed var(--base);
	margin-bottom: 15px;
	padding-bottom: 2px;
}

.esgBox .h3Tit .en{
	display: block;
	font-size: 70%;
}
.esgBox ul:not(.other) li{
	background: var(--wh);
	border-radius: 20px;
	padding: 18px;
}
.esgBox ul:not(.other) li figure{
	border-radius: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.esgBox ul:not(.other) li h4{
	border-bottom: 2px dashed var(--green);
	margin-bottom: 15px;
	padding-bottom: 2px;
	text-align: center;
	display: grid;
	align-items: center;
}
#esgSocial.esgBox ul:not(.other) li h4,
#esgSocial.esgBox .h4Tit{
	border-bottom: 2px dashed var(--blue);
}
#esgSocial.esgBox h4{
flex-grow: 1;
}
#esgGovernance.esgBox ul:not(.other) li h4,
#esgGovernance.esgBox .h4Tit{
	border-bottom: 2px dashed var(--red);
}
.esgBox .h4Tit{
	border-bottom: 2px dashed var(--green);
}
.esgBox .other li{
	text-align: center;
}
.esgBox .other li figure{
	border: 4px solid var(--wh);
	border-radius: calc(infinity * 1px);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin: 0 auto;
}
.esgBox .other li p{
	margin-top: 5px;
}
.esgBox .other li .btn{
	border-color: var(--blue);
  min-height: 31px;
}
.esgBox .other li .btn::after{
 background: url("../images/arrow_black.svg") no-repeat left top/100% auto;
 width: 8px;
 height: 14px;
}


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

/* =======================================
   news
========================================== */
#news .mainTitle,
body.archive .mainTitle,
body.single .mainTitle{
	/*background: url("../images/news_title.jpg") no-repeat center top / cover;*/
}
#news .pageLinks li a{
 background: var(--blue);
 border-color: var(--blue);
}
#news .pageLinks .noLink a,
#news .pageLinks a:hover{
	background: var(--wh);
	color: var(--blue);
}
#news .pageLinks a:hover::after{
	border-top: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
}
/*	一覧
-----------------------------*/


#news .pageLinks{
 margin: 50px auto;
}
#newsList .newsBox{
 border-bottom: 1px var(--gray) solid;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
#newsList .newsBox .btnWrap .btn{
 margin-left: auto;
 margin-right: 0;
}
#newsList .newsBox .newsInfo{
 gap:0px 10px;
 margin-bottom: 10px;
}
#newsList .newsBox figure {
background: #ddd;
border-radius: 20px;
aspect-ratio: 4 / 3;
overflow: hidden;
text-align: center;
}
#newsList .newsBox figure img {
width: 100%;
object-fit: contain;
object-position: center;
height: 100%;
}

/*	詳細　single
-----------------------------*/
.newsInfo{
 display: flex;
 gap:0px 20px;
 margin-bottom: 30px;
}
.newsInfo .cat{
 margin-right: 0;
}
#newsDetail h3{
	margin-bottom: 20px;
	text-align: left;
}
#newsDetail .h3Tit::after{
 margin:10px 0 0 0; 
}

#newsDetail figure{
 margin-bottom: 1.6em;
}
#newsDetail .mv{
 margin-bottom: 2em;
}
#newsDetail .mv img{
 margin: 0 auto;
}

#newsDetail .inner1200> figure img{
 height: auto;
}



/* =======================================
	contact
========================================== */
#contactTel dl{
 border: 1px #333 solid;
 border-radius: 20px;
 max-width: 580px;
 margin: 0 auto;
}
#contactTel dl dt{
 background: var(--orange);
 color: #fff;
 display: flex;
 justify-content: center;
 font-weight: 700;
}
#contactTel dl dd{
 display: flex;
 flex-flow: column;
 align-items: center;
 justify-content: center;
}
#contactTel dl + dl{
 margin-top: 20px;
}
#contactTel dl + dl dt{
 background: var(--blue);
}
#contactTel dl dd a{
 background: url("../images/ic_tel.svg") no-repeat left center/20px auto;
 padding-left: 30px;
 font-size: 28px;
 font-weight: 700;
}



/* =======================================
	form
========================================== */
.formArea{
}
.basicTable .hissu{
	display: inline-block;
 background: var(--red);
 color: var(--wh);
	border-radius: 3px;
 padding: 3px 3% 4px;
 font-size: 12px;
	line-height: 1;
	margin-left: 0.8em;
}
.formArea #mailformpro dd:not(.pcFlex) label{
 margin-bottom: 10px;
}
.formArea input[type=radio]{
 vertical-align: -0.05em;
 margin-right: 5px;
}
.formArea textarea{
 height: 200px !important;
}
.contactPrivacy{
 text-align: center;
}
.formFoot{
 margin:40px 0 0;
}
.formBtn {
  margin-top: 20px;
}
.contactPrivacy a{
 color: var(--blue);
	text-decoration: underline;
}

#mailformpro input.btn{
	border: none;
 margin: 0 auto;
 background:url("../images/arrow_white.svg") no-repeat right 19px center/8px auto var(--red);
 color: #fff;
 text-align:center;
 cursor: pointer;
}

/* =======================================
	thanks
========================================== */

#thanks p{

  font-size: 1.8rem;
}
/* =======================================
	privacypolicy
========================================== */
#privacypolicyMain .h3Tit{
	border-bottom: 1px dotted var(--base);
	padding-bottom: 5px;
	margin-top: 2em;
	text-align: left;
	font-size: 2.2rem;

}
#privacypolicyMain .h4Tit{
	margin-top: 1.2rem;
	font-size: 1.9rem;
	margin-bottom: .5em;
}