@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: 600;
}
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;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.c_y0_xc {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
.c_yc_x0 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(50%) translateX(0%);
  transform: translateY(50%) translateX(0%);
}

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

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

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

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

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



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

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

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

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

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

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

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

.inner {
  max-width: 1286px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner01 {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner02 {
  max-width: 1050px !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 {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
   font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.6;
 letter-spacing: 0.01em;
}
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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fontZ {
  font-family: "Zen Maru Gothic", sans-serif;
}


/*色
========================================== */
:root {
  --base: #333333;
  --bk: #000000;
  --wh: #FFFFFF;
  --red: #EA596A;
  --orange: #FF9B14;
  --Lorange: #FFED97;
  --blue: #21AACC;/*ロゴカラー*/
  --Lblue: #96DCED;
  --LLblue:#DFF4FA;
  --gray: #efefef;
 --green:#D8EA82;
 --pink:#FC8282;
}

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

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgBlue{ background: var(--blue) !important;}
.bgLBlue{ background: var(--Lblue) !important;}
.bgLLBlue{ background: var(--LLblue) !important;}
.bgGray {  background: var(--gray) !important;}
.bgW{  background: var(--wh) !important;}

.bdBox{
  border: 1px solid var(--base);
  border-radius: 13px;
}


/*ボタン
========================================== */
.btnWrap{
  text-align: center;
}
.btn{
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: calc(infinity * 1px);
  width: min(100%, 280px);
 min-height: 73px;
  padding: 1em 25px;
  color: var(--wh);
  font-weight: 600;
  line-height: 1;
	font-size: 1.8rem
}
.btn.bgW{
 background: #fff;
 color: var(--orange);
}
.icArrow{
  position: relative;
  padding-right: 33px;
  text-align: center;
}
.icArrow::before{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 50%;
}
.icArrow::after{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: solid var(--orange);
  border-width: 2px 2px 0 0;
}
.btn.icArrow::before{
 right: 28px;
}
.btn.icArrow::after{
 right: 36px;
}
.btnWrap .btn{
	margin: 0 auto;
}
.btnWrap.left .btn{
 margin: 0;
}

.btn.btnL{
    width: min(100%, 420px);
}
.btn:hover{
  opacity: 0.7;
}

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

/*タイトル
========================================== */
.h2Tit {
  margin-bottom: 1em;
  color: var(--base);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.h2Tit .fontL{
 font-size: 125%;
 line-height: 1;
}
.h3Tit{
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 0.03em;
 text-align: center;
}

/*テキスト
========================================== */
.leadTxt{
	margin-bottom: 20px;
 font-weight: 700;
 text-align: center;
}

.leadWrap .leadTxt{
	font-weight: 500;
	margin-bottom: 0;
    text-align: center;
}
.leadWrap .leadTxt:first-of-type{
	margin-top: 0;
}

/*breadcrumb
========================================== */

#breadcrumb{
 margin-top: 8px;
}
#breadcrumb ul{
}
#breadcrumb li{
	display: inline-block;
	font-size: 14px;
	color: var(--base);
	vertical-align: top
}
#breadcrumb li a{
	color: var(--base)
}
#breadcrumb li a:after{
	content: '>';
	padding-left: 5px
}

#breadcrumb li>span:after{
  content: ' | '
}

/*tab
========================================== */
.tabBtn.flex{
	margin-bottom: 20px;
	border-bottom: 2px solid var(--blue);
	justify-content: center;
	gap: 10px;
}
.tabBtn li{
    width: min(calc((100% - 10px)/2),240px);
}
.tabBtn li a{
	display: block;
	background-color: var(--wh);
  width: 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;
}

/* =======================================
	header
========================================== */
header {
	position:fixed;
  width: 100%;
	background: var(--wh);
 left: 0;
	top:0;
	z-index: 100;
}
.pgs header {
	border-bottom: 1px solid var(--blue);
}
#headerInner{
  position: relative;
  display: flex;
  gap: min(1.9vw,20px);
  z-index: 1;
}
header #logo a{
  max-width: 124px;
}
.logo a{
  display: block;
}
.logo a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logoTxt{
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
header .logoTxt p{
  font-size:min(1.2vw,1.4rem) ;
}
header .logoTxt h1{
  font-weight: 700;
  font-size:min(1.36vw, 1.9rem);
}
header .logoTxt .fontL{
  font-size: 2.4rem;
}
#headerRight{
  flex: 1;
}
#headerText{
  position: relative;
  background-color: var(--wh);
  border-radius: 0 0 30px 0;
  z-index: 1;
}
header .headerLinks{
}
.headerLinks .tel::before{
  content: "";
  display: block;
  margin-right: 3px;
  width: 17px;
  height: 23px;
  background: url(../images/ic_tel_pink.png) no-repeat center center / 100%;
}
.headerLinks .tel a.telNum{
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
 line-height: 1.2;
}
.headerLinks .tel p{
  font-size: min(1.1vw,1.2rem);
 letter-spacing: -0.01em;
}
.headerLinks .contact a,
.headerLinks .login a{
  display: grid;
  place-content: center;
  width: 100%;
  height: 43px;
  border-radius: calc(infinity * 1px);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--wh);
  transition: .3s
}
.headerLinks .contact a{
  background-color: var(--red);
}
.headerLinks .contact a span,
.headerLinks .login a span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerLinks .contact a span::before{
  content: "";
  display: block;
  margin-right: 8px;
  width: 22px;
  height: 12px;
  background: url(../images/ic_email.svg) no-repeat center center / 100%;
}
.headerLinks .login a{
  background-color: var(--orange);
}
.headerLinks .login a span::before{
  content: "";
  display: block;
  margin-right: 8px;
  width: 15px;
  height: 23px;
  background: url(../images/ic_man.png) no-repeat center center / 100%;
}

.headerRight{
}

.headerLinks a:hover{
  opacity: .7
}

/* =======================================
	gnavi
========================================== */
.gnavi{
  background: var(--blue);
}
.gnavi.active{
}
#gnaviList{
  display: flex;
}
#gnaviList li{
  font-size:min(1.45vw, 16px);
  color: #fff;
 font-weight: 700;
}
#gnaviList li a{
  color: #fff;
}
#gnaviList > li:not(:has(.hasSub)) > *{
  display: block;
}
#gnaviList li.hasSub a{
}



/* =======================================
	beforeArc
========================================== */
.beforeArc {
 position: relative;
 margin-top: -74px;
 height: 74px;
 overflow: hidden;
}
.beforeArc::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80vw;
  width: 260vw;
  height: 100vw;
  border-radius: 50%;
  background-color: var(--wh);
}

/* =======================================
	footer/#footContact
========================================== */
#footContactBefore::before {
 background-color: var(--LLblue);
}
#footContact {
 background-color: var(--LLblue);
 padding: 0 0 134px;
}
#footContact h2{
  text-align: center;
}
#footContactList li a{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15px 0 0 60px;
  padding-left: 120px;
  width: calc(100% - 60px);
  height: min(100vw, 169px);
  border: 3px solid var(--red);
  background-color: var(--wh);
  border-radius: 30px;
}
#footContactList li h3{
  position: absolute;
  top: -21px;
  left: -60px;
  display: grid;
  place-content: center;
  background-color: var(--red);
  border-radius: 50%;
  width: 174px;
  height: 174px;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
}
#footContactList li h3 span::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 52px;
  height: 47px;
}
#footContactList li.tel h3 span::before{
  background: url(../images/ic_tel_w.png) no-repeat center center / auto 100%;
}
#footContactList li.mail h3 span::before{
  background: url(../images/ic_email.svg) no-repeat center center / 100% auto;
}
#footContact a div{
  font-weight: 700;  
  color: var(--red);
}
#footContact .tel a{
  padding-right: 10px;
}
#footContact .tel .telnum{
  font-size: min(3.8vw,4.6rem);
  line-height: 1em;
 white-space: nowrap;
}
#footContact .tel p{
  font-size: 1.6rem;
}
#footContact .mail a{
  padding-right: 25px;
}
#footContact .mail a div{
  position: relative;
  padding-right: 35px;
}
#footContact .mail div::after{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/ic_circle_arrow_pink.svg) no-repeat center center / 100%;
}
#footContact .mail div{
  font-size: 2.6rem;
}
#footContact .mail p{
  padding-right: 35px;
  text-align: center;
}

/* =======================================
	footer/#footBottom
========================================== */
#footBottomBefore::before {
  background-color: var(--blue);
}

#pageTop{
	border-radius: calc(infinity * 1px);
	position: fixed;
 right: 10px;
 bottom: 10px;
 width: 70px;
 height: 70px;
	z-index: 10;
}
#pageTop a{
  border: dotted 2px #fff;
  background: rgba(33, 170, 204, 0.6);
  border-radius: calc(infinity * 1px);
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  color: var(--wh);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#footBottom{
 position: relative;
 padding: 0 0 80px;
 background-color: var(--blue);
}
#footerLogo{
 margin-top: min(-1.6vw,-24px);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 13px;
}
#footerLogo a.logo{
  display: grid;
  place-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--wh);
}
#footerLogo a img{
  width: 75px;
  height: 73px;
}
#footerLogo .logoTxt a{
  font-weight: 700;
  color: var(--wh);
}
#footerLogo .logoTxt .fontL{
  font-size: 2.4rem;
}

#footBottom .address{
  margin-top: 10px;
  color: var(--wh);
}
#footBottom .tel::before{
  content: "";
  display: block;
  margin-right: 3px;
  width: 15px;
  height: 20px;
  background: url(../images/ic_tel_w.png) no-repeat center center / 100%;
}
#footBottom .tel a.telNum{
  font-size: 2.4rem;
  color: var(--wh);
  white-space: nowrap;
}
#footBottom .tel .time{
  font-size: 1.2rem;
  color: var(--wh);
}
.vtBox{
  margin-top: 20px;
  padding: 8px 6px 14px;
  background-color: var(--wh);
  border-radius: 14px;
  width: min(100%, 505px);
}
.vtBox dt{
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}
.vtBox dd li{
  font-size: 1.1rem;
}
.vtBox figure{
  width: min(100%,104px);
  text-align: center;
}
.vtBox figure img{
  margin: 0 auto;
}
.footerNavi li + li{
  margin-top: 10px;
}
.footerNavi a{
  color: var(--wh);
  font-weight: 400;
}
footer .copy{
  display: block;
  margin-top: -1.5em;
  color: var(--wh);
  font-size: 1.3rem;
  text-align: right;
}


/* =======================================
	 common
========================================== */
/*		main
-----------------------------*/
main{
  margin-top: 171px;
}

/*タイトル
========================================== */
/*-- mainTitle --*/
.mainTitle{
 position: relative;
	color: var(--blue);
	display: grid;
	justify-content: center;
	align-items: center;
	background: url("../images/bg_title_pgs.png") repeat-x left top,rgba(255,237,151,.9);
}
.mainTitle h2{
	position: relative;
	z-index: 2;
	text-align: center;
	text-shadow: 0 0 3px rgba(255,255,255,1),0 0 3px rgba(255,255,255,1),0 0 3px rgba(255,255,255,1);
}

/*-- list --*/
.basicList li{
	border-bottom: 1px solid var(--grey);
	padding: 15px 40px;
}
.basicList li li{
	border-bottom:none;
		padding: 5px 20px;
}
/**/


/*-- table --*/
.basicTable {
	background: var(--wh);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable > dt{
	background: var(--LLblue);
	border-bottom: 1px solid var(--Lblue);
	color: var(--blue);
	display: flex;
	font-weight: 500;
	align-items: center;
}
.basicTable > dd{
	border-bottom: 1px solid var(--Lblue);
	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;
}

/*		anchorLink
-----------------------------*/
.anchorLink{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.anchorLink a{
	background: var(--blue);
	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);
	border: 1px solid var(--blue) !important;
	color: var(--blue);
}
.anchorLink a:hover::after{
	border-bottom: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
}
.anchorLink li.other a::after{
 display: none;
}

/*----*/
.pageLinks{
 justify-content: center;
}
.pageLinks li a{
	background: var(--blue);
	border: 1px solid var(--blue);
	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(--blue);
}
.pageLinks a:hover::after{
	border-top: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
}

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

/*-- pager --*/
.pager{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px !important;
  width: 90%;
	gap: 0;
	position: relative;
}

.pager a{
	background: var(--wh);
  color: var(--blue);
	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;
	padding: 0.25em 0;
}
.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(--blue) solid;
  border-left: 2px var(--blue) solid;
	left: 15%;
}
.pager .pagerNext{
	border-left: 1px dotted var(--blue);
}
.pager .pagerNext::after{
	border-top: 2px var(--blue) solid;
  border-right: 2px var(--blue) solid;
	right: 15%;
}

/* pgs
========================================== */
.pgs .h3Tit{
	position: relative;
}
.pgs .h3Tit::before,
.pgs .h3Tit::after{
	content: "";
	display: inline-block;
	border-radius: calc(infinity * 1px);
	position: absolute;
}
.pgs .h3Tit::before{
	background: var(--Lorange);
}
.pgs .h3Tit::after{
	background: var(--green);
}
.pgs .h3Tit span{
	position: relative;
	z-index: 5;
}

.pgs .boxR{
	border-radius: 30px;
}
.pgs .bgCont01{
	background: var(--LLblue);
	border-top-left-radius: 20vw;
	border-bottom-right-radius: 20vw;
}
.pgs figure{
	border-radius: 30px;
	overflow: hidden;
}

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

/*		#mv
-----------------------------*/
#mv{
	position: relative;
 padding: 0;
}
#mvSlider figure{
 margin: 0;
}
#mvSlider figure img{
 max-width: none;
 width: 100%;
}

#mvTxts{
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 height: 100%;
 margin: auto;
}
#mvTxts h2{
 margin-bottom: 8.57vw;
 padding-left: 1.1em;
 text-indent: -1.1em;
 color: #fff;
 font-size: min(4.6vw,64px);
 font-weight: 700;
 text-shadow: 0 0 7px rgb(33,170,204),0 0 7px rgb(33,170,204),0 0 7px rgb(33,170,204),0 0 7px rgb(33,170,204);
 line-height: 1.125;
}
#mvTxts p{
transform: rotate(-13.08deg);
 position: absolute;
 top: 21vw;
 right: 3.25%;
}
#mvTxts p span{
 display: inline-block;
	border-radius: calc(infinity * 1px);
 background: rgb(1,162,202);
 padding: 0 20px 0 30px;
 color: #fff;
 font-size:min(2vw,24px) ;
 font-weight: 700;
 line-height: 2.375;
}
#mvTxts p span + span{
 display: block;
 margin-top: -0.02em;
 margin-left: 7.57vw;
}

/*		#topNewsPickup
-----------------------------*/
#topHeadWrap{
 position: relative;
 background: url("../images/top_bg_tophead.png") no-repeat left top/100% auto;
 margin-top: -100px;
}
#topNewsPickup {
 border-radius: 15px;
 background: #DFF9FF;
 height: 100px;
}
#topNewsPickup dt{display: grid;
 place-content: center;
 border-radius: 15px 0 0 15px;
 width: 140px;
 color: #fff;
 font-size: 20px;
 font-weight: 700;
}
#topNewsPickup dd{
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap:0 12px;
 width: calc(100% - 140px);
 padding: 5px 20px 5px 30px;
 font-weight: 500;
}
#topNewsPickup dd .date{
 width: 82px;
}
#topNewsPickup dd a{
 display: flex;
 align-items: center;
 height: 100%;
 width: calc(100% - 82px - 12px);
 overflow-y: auto;
}

/*		#topAbout
-----------------------------*/
#topAbout{
 padding-top: 28px;
}
#topAbout h2{
 background: url("../images/top_about_ti_bg.png") no-repeat left top/100% auto;
 max-width: 903px;
 height: 158px;
 padding: 55px 0 0;
 margin:0 auto 15px;
 font-size: 50px;
 line-height: 1.7;
}
#topAbout h2 .fontL{
 font-size: 60px;
 line-height: 1;
}
#topAbout p{
 font-size: 1.8rem;
text-align: center;
 line-height: 2;
}
#topAbout figure{
 max-width: 936px;
 margin: 17px auto 0;
}


/*		#topUs
-----------------------------*/
#topUs {
position: relative;
 z-index: 1;
 background: url(../images/top_us_img01.png) no-repeat left top/100% auto;
 height: 47.4vw;
 padding-top: 15.1vw;
 padding-bottom: 0;
}
#topUs .txts {
 border-radius: 100px;
 background: rgba(255,237,151,.9);
width: 75%;
 max-width: 780px;
 padding: min(4.6vw,70px) 5.6% min(4.6vw,70px) 6.6%;
 margin: 0 0 0 auto;
 box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#topUs .txts p:not(.btnWrap){
 color: var(--bk);
 font-size: 18px;
 line-height: 1.66;
}


/*		#topCando
-----------------------------*/
#topCando {
 background-color: var(--Lblue);
}
#topCando .inner1200{
 position: relative;
}
#topCando .txts{
 border-radius: 50%;
 background: #fff;
 padding: 98px 0 50px;
 margin: 0 auto;
 text-align: center;
}
#topCando .txts h2{
 border-bottom: 2px var(--Lblue) dashed;
 max-width: 446px;
 padding-bottom: 12px;
 margin: 0 auto 17px;
 line-height: 1.5;
}

#topCando ul li{
 position: relative;
}
#topCando ul figure{
 border-radius: 50%;
 border: 8px rgba(150,220,237,.3) solid;
 overflow: hidden;
}
#topCando ul figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
#topCando ul li p{
 position: absolute;
 bottom: 22px;
	border-radius: 4px;
 background: var(--wh);
 box-shadow: 0 0 5px rgba(33,170,204,.5);
 padding: 8px 16px 10px;
 color: var(--blue);
 font-weight: 700;
 line-height: 1.2;
 text-align: center;
}
#topCando ul li:nth-of-type(2) p{
 right: 12px;
 bottom: 42px;
}
#topCando ul li:nth-of-type(3) p{
 left: -21px;
 bottom: 27px;
}
#topCando ul li:nth-of-type(4) p{
 right: 16px;
}
#topCando ul li:nth-of-type(5) p{
 right: -28px;
 bottom: 39px;
}


/*		#topTraining
-----------------------------*/
#topTraining {
position: relative;
 z-index: 1;
 background: url("../images/top_training_bg.png") no-repeat left top/100% auto;
 min-height: 47.4vw;
 margin-top: -4.79vw;
 padding-top:13.9vw;
 padding-bottom: 0;
}

#topTraining .txts{
 border-radius: 100px;
 background: rgba(255,237,151,.9);
width: 60%;
 padding: min(4.6vw,70px) 5.6% min(3.6vw,55px) 6.6%;
 margin: 0 0 0 auto;
 box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#topTraining .txts p:not(.btnWrap){
 color: var(--bk);
 font-size: 18px;
 line-height: 1.66;
}
#topTraining .txts p + p:not(.btnWrap){
 margin-top: 1.6em;
}


/*		#topLinks
-----------------------------*/
#topLinks{
 padding-top: 76px;
 padding-bottom: 190px;
}
#topLinks ul{
  flex-wrap: wrap;
  gap: 30px 4%;
 margin-top: 30px;
}
#topLinks ul li a{
  display: block;
  background-color: var(--blue);
  border-radius: 50px;
  padding:0 30px;
}
#topLinks ul li a:has(figure){
  padding-top: 30px;
}
#topLinks ul li figure{
  border-radius: 30px;
  overflow: hidden;
	height: 250px;
}
#topLinks ul li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#topLinks ul li p{
  display: grid;
  place-content: center;
  height: max(9vw,134px);
  color: var(--wh);
  font-size: 2.4rem;
  font-weight: 700;
 line-height: 1.5;
}
#topLinks ul li figure + p{
  height: max(7.2vw,108px);
}
#topLinks ul li .icArrow::after{
  border-color: var(--blue);
}



/*		#topContents
-----------------------------*/
#topContentsBefore {
  height: calc(74px + 16px);
}
#topContentsBefore::before {
  border: 16px solid var(--LLblue);
}
#topContents {
  padding: 0 0 100px 0;
  background-color: var(--wh);
}

/*		#topContentsNews
-----------------------------*/
#topContentsNews h2{
  font-size: 3rem;
  font-weight: 700;
}
#topContentsNews .btnWrap{
  margin-top: 15px;
}
#topContentsNews .btnWrap .btn{
 max-width: 193px;
 min-height: 50px;
}

#topContentsNews .newsList li{
  display: flex;
}
#topContentsNews .newsList li + li{
  padding-top: 25px;
}
#topContentsNews .newsList li .date{
  width: 6em;
  color: #222;
}
#topContentsNews .newsList li a{
 max-width: calc(100% - 6em);
  color: #333;
}



/*		#topContentsLinks
-----------------------------*/
#topContentsLinks.flex{
  margin-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 5.4%;
}
#topContentsLinks a{
  width: 230px;
  height: 230px;
  border-radius: calc(infinity * 1px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  color: #fff;
}
#topContentsLinks a#topLinkFaq{
  background-color: #FC8282;
}
#topContentsLinks a#topLinkEsg{
  background-color: #F4BA5E;
}
#topContentsLinks a#topLinkStaff{
  background-color: #9FD151;
}
#topContentsLinks a#topLinkRecruit{
  background-color: #64A3DE;
}
#topContentsLinks a figure{
  margin-bottom: 16px;
  width: 80px;
  height: 67px;
}
#topContentsLinks a figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#topContentsLinks a#topLinkFaq .icArrow::after{
  border-color: #FC8282;
}
#topContentsLinks a#topLinkEsg .icArrow::after{
  border-color: #F4BA5E;
}
#topContentsLinks a#topLinkStaff .icArrow::after{
  border-color: #9FD151;
}
#topContentsLinks a#topLinkRecruit .icArrow::after{
  border-color: #64A3DE;
}

/* =======================================
	#about
========================================== */
#aboutLead .leadTxt{
	border-bottom: 1px dotted var(--blue);
	color: var(--blue);
	padding-bottom: 10px;
}
#aboutLead .txts p{
	line-height: 1.8;
}
#aboutLead .txts .name{
	margin-top: 20px;
	text-align: right;
	font-weight: 700;
}

#aboutPolicy .h3Tit{
	margin-bottom: 0;
}
#aboutPolicy .h3Tit span{
	background: var(--wh);
	border: 3px solid var(--blue);
	color: var(--blue);
	border-radius: calc(infinity * 1px);
	display: inline-block;
	padding: 1px 1.5em 2px;
}
#aboutPolicy .h3Tit::before,
#aboutPolicy .h3Tit::after{
	content: none;
}
#aboutPolicyBox figure{
	border-radius: 50%;
	width: min(100%, 1000px);
}
#aboutPolicyBox p{
	color: var(--blue);
	font-weight: 600;
	margin-top: 1em;
}

#aboutSupportList li figure{
	position: relative;
	text-align: center;
}
#aboutSupportList li figure img{
	border: 2px solid var(--blue);
	border-radius: 50%;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
#aboutSupportList li figure figcaption{
	background-color: var(--wh);
	border: 2px solid var(--blue);
	border-radius: calc(infinity * 1px);
	color: var(--blue);
	display: inline-block;
	font-weight: 500;
	padding: 0.2em 1.5em;
	position: relative;
	z-index: 5;
}
#aboutSupportList + p{
	width: min(100%, 1000px);
	line-height: 1.8;
	margin: 20px auto 0;
}

#companyProfile .tabBtn{
	margin-bottom: 20px;
}
#companyProfile #tabArea{
	width: min(100%, 1000px);
	margin: 0 auto;
}

#aboutAccess .map{
	margin-top: 20px;
}
#aboutAccess .map iframe{
	width: 100%;
	height: 400px;
}


/* =======================================
	#can
========================================== */
#canLead .imgs.flex{
    gap: 20px 4%;
}
#canLead figure,
#canFeature figure{
	border: 3px solid var(--wh);
    flex: 1;
		overflow: hidden;
}
#canLead figure figcaption{
	background: var(--blue);
	text-align: center;
	color: var(--wh);
	font-size: 2.2rem;
	padding: 10px
}
.canLeadCatch{
	color: var(--blue);
		font-weight: 600;
}

#canFeature .img50Txts,
#canFeature .strengthTraining{
	background: var(--LLblue);
	border-radius: 30px;
  align-items: center;
}
#canFeature .strengthTraining .img50Txts{
	border: none;
	margin-top: 0;
	padding: 0;
}
#canFeature .trainingEffect{
	border-radius: 30px;
	margin-top: 30px;
}

/*.iconList*/
.iconList.flex{
    gap: 20px 3.5%;
    flex-wrap: wrap;
    justify-content: center;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
}
.iconList.flex li{
    flex: 1;
}
.iconList li figure{
    background-color: var(--wh);
		border: 2px dotted var(--blue) !important;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    display: grid;
    place-content: center;  
}

#canFeature .iconList li p{
	color: var(--blue);
    margin-top: 5px;
    text-align: center;
    font-weight: 700;
}
#canFeature .iconList li figure img{
    width: auto;
}

#canProcess .img30Txts{
    position: relative;
    background: var(--wh);
		border: 1px solid var(--blue);
    margin-bottom: 65px;
    padding: 30px;
    border-radius: 30px;
}
#canProcess .img30Txts figure img{
    border-radius: 20px;
}
#canProcess .img30Txts:has(+ .img30Txts)::after{
    position: absolute;
    top: 100%;
    content: "";
    display: block;
    background-color: var(--Lblue);
}
#canProcess .img30Txts:has(+ .img30Txts)::before{
		position: absolute;
    content: "";
    display: block;
    background-color: var(--Lblue);
  	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#canProcess .img30Txts .h4Tit .processNum{
    display: inline-block;
    border-radius: 50%;
    background-color: var(--blue);
    aspect-ratio: 1 / 1;
    padding: 0 0.3em;
    color: #fff;
}

.canFivefieldLead{
    width: min(100%, 1000px);
    margin: 40px auto;
    font-size: 1.8rem;
}
.canFivefieldList.flex{
    justify-content: center;
    flex-wrap: wrap;
}
.canFivefieldList li{
    display: flex;
    flex-direction: column;
    width: calc(92% / 3);
    background-color: var(--blue);
    border-radius: 30px;
}
.canFivefieldList li h4{
    text-align: center;
    color: #fff;
}
.canFivefieldList li p{
    flex-grow: 1;
    background-color: #fff;
    border-radius: 20px;
}

/* =======================================
	#training
========================================== */
#trainingLeadSlider{
		margin: 30px auto 40px;
}
#trainingLeadSlider figure,
#trainingimportant figure{
	border: 3px solid var(--wh);
}
#trainingimportant{
	margin-bottom: 100px;
}
#trainingLead .iconList{
	width: 100% !important;
}
#trainingLead .iconList li figure img,
#trainingFeature .iconList li figure img{
    width: auto;
}
#trainingLead .iconList li{
    background-color: #fff;
		box-shadow: 0 0 8px rgba(33,170,204,.2);
    border-radius: 30px;
		position: relative;
}
#trainingLead .iconList li:not(:last-child)::after{
	content: "";
	background: var(--blue);
	display: inline-block;
	position: absolute;
}
#trainingLead .iconList li figure{
	margin-left: auto;
	margin-right: auto;
}
#trainingLead .iconList li h5,
#trainingFeature .iconList li h5{
	color: var(--blue);
    margin-top: 10px;   
    text-align: center;
    font-weight: 700;
}
#trainingLead .iconList li p{
    margin-top: 10px;
}

#trainingFeature .iconList{
	background: var(--LLblue);
	border-radius: 30px;
	width: 100%;
}
#trainingFeature .iconList li{
    width: min(18%, 240px);
    flex: none;
}
#trainingFeature .iconList figure{
	background: var(--wh);
	border: none !important;
}
#trainingFeature .trainingFeatureCatch{
    margin: 20px auto 0;
}

#trainingDetail .img30Txts{
    position: relative;
     background: var(--wh);
		border: 1px solid var(--blue);
    margin-bottom: 65px;
    padding: 30px;
    border-radius: 30px;
}
#trainingDetail .img30Txts figure img{
    border-radius: 20px;
}
#trainingDetail .img30Txts:has(+ .img30Txts)::after{
    position: absolute;
    top: 100%;
    content: "";
    display: block;
    background-color: var(--Lblue);
}
#trainingDetail .img30Txts:has(+ .img30Txts)::before{
		position: absolute;
    content: "";
    display: block;
    background-color: var(--Lblue);
  	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#trainingDetail .img30Txts .h4Tit .processNum{
    display: inline-block;
    border-radius: calc(infinity * 1px);
    background-color: var(--blue);
    aspect-ratio: 1 / 1;
    color: var(--wh);
}

#trainingDetailFeature {
    background-color: var(--blue);
    border-radius: 30px;
}
#trainingDetailFeature h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4em;
    color: #fff;
}
#trainingDetailFeature h4 .txt,
#trainingDetailFeature h4 .icCross {
    text-align: center;
}
#trainingDetailFeature .txts{
    background-color: #fff;
    border-radius: 20px;
}

.trainingCaseBox{
	border: 1px solid var(--blue);
	border-radius: 30px;
}
.trainingCaseBox .h4Tit{
	background: var(--blue);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: calc(infinity * 1px);
	text-align: center;
	line-height: 1.3;
	position: relative;
	z-index: 5;
	margin-left: -30px;
}
#trainingCase .arrowList{
	background: var(--LLblue);
	border-radius: 30px;
    gap: 20px 10%;
    justify-content: center;
}
#trainingCase .arrowList li{
	background: var(--wh);
	border-radius: 30px;
	padding: 15px;
    position: relative;
}
#trainingCase .arrowList li:has(+li)::after {
	content: "";
	background: var(--blue);
	display: inline-block;
	position: absolute;
}
#trainingCase .arrowList figure{
	border: none;
}
#trainingCase .arrowList figure img{
	border-radius: 30px;
	overflow: hidden;
	max-height: 310px;
}
#trainingCase .arrowList figcaption{
	margin-top: 10px;
	text-align: center;
}

/*slick*/
.slick-dots{
    bottom: -35px;
}
.slick-dots li,
.slick-dots li button{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.slick-dots li{
    margin-left: 8px;
}
.slick-dots li button:before{
    background: var(--orange);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before{
    background: var(--red);
}




/* =======================================
	#service
========================================== */
.serviceTargetListWrap{
    width: min(100%,780px);
    margin: 0 auto;
}
.serviceTargetListWrap ul{
    background-color: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.serviceTargetListWrap ul#age0-6{
    background-color: #FC8282;
}
.serviceTargetListWrap ul#age6-18{
    background-color: #64A3DE;
}
#serviceTarget .arrowList{
    display: flex;
    flex-direction: column;
    justify-content: center;
		align-items: center;
}
#serviceTarget .arrowList li{
    text-align: center;
}
#serviceTarget .arrowList li.targetAge{
	border-bottom: 2px solid var(--wh);
    line-height: 1.5em;
    color: var(--wh);
		padding-bottom: 0.5em;
		padding-top: 1em;
}
#serviceTarget .arrowList li.targetAge .fontL{
    margin-left: 0.25em;
    font-weight: 700;
}
#serviceTarget .arrowList li.targetService{
    background-color: var(--wh);
    border-radius: calc(infinity * 1px);
    margin: 0 auto 1em;
    padding: 0.2em;
		width: 72%;
}
.serviceTargetListWrap {
    margin-bottom: 30px;
    gap: 30px 8%;
}
.serviceTargetListWrap ul#age0-6  li.targetService{
    color: #FC8282;
}
.serviceTargetListWrap ul#age6-18  li.targetService{
    color: #64A3DE;
}
#serviceTarget .arrowList li:has(+li){
    position: relative;
}
#serviceTarget .arrowList li:has(+li)::after{
    position: absolute;
    left: calc(50% - 15px);
    bottom: -15px;
    content: "";
    display: block;
    width: 30px;
    height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: var(--wh);
}
.serviceTargetCatch{
    width: min(100%, 1000px);
    margin: 30px auto 0;
}
.serviceTargetCatch p + p{
    margin-top: 20px;
}

.serviceSupportBox:last-of-type{
    margin-bottom: 40px;
}
.serviceSupportBox figure{
	border: 6px solid rgba(255, 237, 151, .5);
    position: relative;
}
.serviceSupportBox.img30Txts:nth-of-type(even) figure{
	border: 3px solid rgba(255, 141, 141, .5);
}
.serviceSupportBox figure img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.serviceSupportBox figcaption{
    position: absolute;
    border-radius: 4px;
		box-shadow: 0 0 5px rgba(33,170,204,.5);
    background: var(--wh);
		font-weight: 700;
    color: var(--blue);
    text-align: center;
    line-height: 1.5em;
}
.serviceSupportBox figcaption span{
	display: inline;
}
.serviceSupportBox .txts{
    background: rgba(255, 237, 151, .7);
    padding: min(4.6vw, 50px) 5.6% min(4.6vw, 50px) 6.6%;
    margin: 0 0 0 auto;
		border-radius: calc(infinity * 1px);
}
.serviceSupportBox.img30Txts:nth-of-type(even) .txts{
	background: rgba(255, 141, 141, .3);
}
.serviceSupportBox .txts p + p{
    margin-top: 20px;
}
#serviceSupport .bdrBox{
	border: 1px solid var(--blue);
	border-radius: 30px;
	margin-top: 30px;
}

.serviceVoiceList.flex{
    justify-content: center;
}
.serviceVoiceList li{
    flex: 1;
    background-color: #fff;
		border-radius: 30px;
		box-shadow: 0 0 8px rgba(33,170,204,.2);
}
.serviceVoiceList li h5{
	border: 1px solid var(--blue);
	border-radius: 20px;
	color: var(--blue);
	position: relative;
    text-align: center;
    font-weight: 500;
}
.serviceVoiceList  li p{
    margin-top: 10px;
}

#serviceFlow .tabBtn.flex{
	border-bottom: 2px solid var(--orange);
}
#serviceFlow .tabBtn li a{
	border: solid var(--orange);
  border-width: 2px 2px 0 2px;
  border-radius: 10px 10px 0 0;
	color: var(--orange);
	padding:0.75em 0.5em;
}
#serviceFlow .tabBtn li.active a{
	background: var(--orange);
	color: var(--wh);
}
.serviceFlowBoxWrap{
    position: relative;
}
.serviceFlowBoxWrap::before {
    position: absolute;
    top: 5px;
    left: calc(50% - 390px);
    content: "";
    display: block;
    width: 30px;
    height: calc(100% - 5px);
    background-color: var(--Lblue);
    z-index: -1;
}
.serviceFlowBox:not(:has(+ .serviceFlowBox)){
    position: relative;
}
.serviceFlowBox:not(:has(+ .serviceFlowBox))::before {
    position: absolute;
    top: 5px;
    left: 60px;
    content: "";
    display: block;
    width: 30px;
    height: calc(100% - 5px);
    background-color: var(--wh);
    z-index: -1;
}
.serviceFlowBox.flex{
    gap: 30px;
    align-items: start;
		margin-left: auto;
		margin-right: auto;
		width: min(100%,900px);
}
.serviceFlowBox + .serviceFlowBox{
    margin-top: 30px;
}
.serviceFlowBox .flowTime{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    border-radius: 50%;
    background-color: var(--blue);
		border: 3px solid var(--LLblue);
    aspect-ratio: 1 / 1;
    padding: 0 0.2em;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
}
.serviceFlowBox .flowCont{
    flex: 1;
}
.serviceFlowBox .flowCont .txts h4{
	border-bottom: 2px dotted var(--blue);
	color: var(--blue);
	margin-bottom: 30px;
    padding: 30px 0 10px;
    font-size: 2.4rem;
    font-weight: 700;
}

.serviceFlowBox .flowCont figure img{
    border-radius: 30px;
}

/* =======================================
	#howto
========================================== */
#howto h4{
    margin-top: 20px;
}
#howtoFlow .iconList {
    position: relative;
}
#howtoFlow .iconList li{
	background: var(--wh);
  border: 1px solid var(--blue);
  padding: 30px;
  border-radius: 30px;
	position: relative;
}
#howtoFlow .iconList li:not(:last-child)::before{
position: absolute;
    top: 100%;
    content: "";
    display: block;
    background-color: var(--Lblue);
}
#howtoFlow .iconList li:not(:last-child)::after{
	position: absolute;
    content: "";
    display: block;
    background-color: var(--Lblue);
  	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#howtoFlow .iconList li figure{
	border: 5px solid var(--LLblue) !important;
    position: relative;
    width: 180px;    
    z-index: 1;
}
#howtoFlow .iconList li figure img {
    width: auto;
}
#howtoFlow .iconList li.iconList01 figure img {
    height: 90px;
}
#howtoFlow .iconList li.iconList02 figure img {
    height: 70px;
}
#howtoFlow .iconList li.iconList03 figure img {
    height: 65px;
}
#howtoFlow .iconList li.iconList04 figure img {
    height: 60px;
}
#howtoFlow .iconList li.iconList05 figure img {
    height: 75px;
}
#howtoFlow .iconList li .txts .btnWrap{
	margin-top: 15px;
}
#howtoFlow .iconList li .txts .btn{
	min-height: 43px;
	width: min(100%, 200px);
}
#howtoFlow h4 {
	margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.5rem;
}
#howtoFlow h4 .processNum {
    display: inline-block;
    border-radius: 50%;
    background-color: var(--blue);
    aspect-ratio: 1 / 1;
		margin-right: 0.15em;
    padding: 0 0.4em;
    color: #fff;
		line-height: 1.8;
}

.howtoPriceTable{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    background-color: var(--blue);
    border-radius: 30px;
    margin: 20px auto 10px;
}
.howtoPriceTable dt{
    padding: 1.6rem 0;
    color: var(--wh);
}
.howtoPriceTable dt:not(:last-of-type){
     border-bottom: 1px solid var(--wh);
}
.howtoPriceTable dd{
    padding: 1rem 1em;
    color: var(--wh);
    text-align: right;
}
.howtoPriceTable dd:not(:last-of-type){
    border-bottom: 1px solid var(--wh);
}

.howtoPriceNote{
    font-weight: 700;
    color: var(--red);
}

#howtoTrialList {
		margin: 40px auto 60px;
}
#howtoTrialList.flex {
    justify-content: center;
    gap: 30px 4%;
}
#howtoTrialList li {
    display: flex;
    flex-direction: column;
}
#howtoTrialList li figure {
		position: relative;
  text-align: center;
}
#howtoTrialList li figure img {
	border: 2px solid var(--blue);
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
#howtoTrialList li figure figcaption {
  border-radius: 4px;
 border: 2px solid var(--blue);
  background: var(--wh);
  font-weight: 700;
  color: var(--blue);
  display: inline-block;
  padding: 0.2em 1.5em;
  position: relative;
  z-index: 5;
}

/* =======================================
	#staff
========================================== */
.staffVoiceBox{
	border: 1px solid var(--blue);
    position: relative;
    background: var(--wh);
    border-radius: 30px;
	align-items: flex-start
}
.staffVoiceBox dt{
	border-bottom: 1px dotted var(--blue);
	padding-bottom: 10px;
}
.staffVoiceBox dt .name{
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.staffVoiceBox dt .name span{
	margin-right: 0.5em;
}
.staffVoiceBox dd{
	padding-top: 10px;
}
.staffVoiceBox dd span.bold{
	color: var(--blue);
	display: block;
	margin-bottom: 5px;
}

#staffSlider figure{
    padding: 0 5px;
}

/* =======================================
	#esg
========================================== */
#esgAbout figure{
    width: min(100%, 720px);
    margin: 0 auto;
}

#esgAbout{
	padding-bottom: 0;
}
.esgAboutBox .txts{
    background-color: var(--LLblue);
    padding: 30px;
    border-radius: 20px;
}

.esgInitiativeSubti{
	border-bottom: 3px solid var(--wh);
    margin-bottom: 40px;
		justify-content: space-between;
}
#esgSocial .esgInitiativeSubti{
	border-bottom: 3px solid var(--gray);
}
.esgInitiativeSubti h3{
    text-align: left;
    font-weight: 500;
		margin-bottom: 10px;
}
#esgEnvironment .esgInitiativeSubti h3,
#esgEnvironment .esgInitiativeSubti h3 .en span{
	color: #298e21;
}
#esgSocial .esgInitiativeSubti h3,
#esgSocial .esgInitiativeSubti h3 .en span{
	color: var(--blue);
}
#esgGovernance .esgInitiativeSubti h3,
#esgGovernance .esgInitiativeSubti h3 .en span{
	color: var(--orange);
}
.esgInitiativeSubti h3 .en{
	color: var(--base);
    display: block;
    font-weight: 700;
}
.sdgsIcons.flex{
    gap: 8px;
    align-items: end;
		background: var(--wh);
		padding: 10px;
}
.sdgsIcons li{
    width: 80px;
    aspect-ratio: 1 / 1;
}

#esgEnvironment{
	background: var(--green);
}
#esgGovernance{
	background: var(--Lorange);
}
.esgInitiativeBox .esgBox + .esgBox{
    margin-top: 30px;
}
.esgInitiativeBox .esgBox{
	background: var(--wh);
	border-radius: 30px;
	align-items: center;
	padding: 30px;
}
.esgInitiativeBox .esgBox:nth-of-type(odd){
	flex-direction: row-reverse;
}
.esgInitiativeBox .esgBox figure{
	border: 3px solid var(--wh);
  overflow: hidden;
}
#esgSocial .esgBox{
	background: var(--Lblue);
}

/* =======================================
	#faqList
========================================== */
.faqList{
    margin: 60px 0 190px;
    border-top: 1px solid var(--blue);
}
.faqList dt{
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 40px 0 20px;
    border-bottom: dotted 1px var(--blue);
    font-size: 2rem;
}
.faqList dt::before{
    content: "Q";
    display: grid;
    place-content: center;
    background-color: var(--blue);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 2em;
    color: var(--wh);
    font-size: 2rem;
    font-weight: 700;
}
.faqList dt span{
    flex: 1;
}
.faqList dd{
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 20px 0 40px;
    border-bottom: 1px solid var(--blue);
}
.faqList dd::before{
    content: "A";
    display: grid;
    place-content: center;
    background-color: var(--red);
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 2em;
    color: var(--wh);
    font-size: 2rem;
    font-weight: 700;
}
.faqList dd p{
    flex: 1;
}


/* =======================================
   recruit
========================================== */
#recruitBenefit ul li{
 background: var(--wh);
 border-radius: 30px;
 text-align: center;
}
#recruitBenefit ul li figure{
	border-radius: 0;
	margin-bottom: 15px;
}
#recruitBenefit ul li figure img{
	margin: 0 auto;
	height: 100%;
}
#recruitBenefit ul li .h4Tit{
	color: var(--blue);
	margin-bottom: 10px;
}

#recruitEducation .pcFlex{
 border-radius: 30px;
 background: rgba(255, 237, 151, .7);
 padding: 60px 5%;
}
#recruitRecruitment{
	margin-bottom: 100px;
 padding-bottom: 100px;
}

/* =======================================
   program
========================================== */
#selfEvaluation h4{
	background-color: var(--wh);
  border: 2px solid var(--blue);
  border-radius: calc(infinity * 1px);
  color: var(--blue);
  font-weight: 500;
  padding: 0.2em 1.5em;
	text-align: center;
}
#selfEvaluation ul{
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}
#selfEvaluation ul li{
 line-height: 2;
 margin-bottom: 0.25em;
 padding-left: 6px;
 position: relative;
}
#selfEvaluation ul li::before{
	content: "";
	background: var(--Lblue);
	border-radius: calc(infinity * 1px);
	display: inline-block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
}

#supportService{
	margin-bottom: 100px;
}
#supportService p + p{
 margin-top: 1.6em;
}

/* =======================================
   news
========================================== */
#news .mainTitle,
body.archive .mainTitle,
body.single .mainTitle{
	/*background: url("../images/news_title.jpg") no-repeat center top / cover;*/
}
#news .mainTitle span{
 display: block;
 font-size: 90%;
}

/*	一覧
-----------------------------*/
#newsList{
	margin-bottom: 100px;
}
#news .pageLinks{
	padding-bottom: 0;
}
.newsBox{
 border-bottom: 1px var(--LGray) solid;
 margin-bottom: 30px;
 padding: 30px;
}
.cat{
 background: var(--Lblue);
 border-radius: 3px;
	display: inline-block;
 padding: 4px 10px 5px;
 color: var(--wh);
 font-size: 1.2rem;
 font-weight: 600;
	line-height: 1;
}
/**/
.newsBox figure{
 margin: 0;
}
.newsBox figure img{
  width: 100%;
  height: auto;
  margin: auto;
}
.newsInfo{
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 gap:10px 20px;
 margin-bottom: 20px;
}
.newsBox h4{
 color: var(--blue);
 font-size: 2rem;
}

/*	詳細　single
-----------------------------*/
#newsDetail h3{
	margin-bottom: 30px;
	padding-left: calc(1em + 20px);
	text-align: left;
}
#newsDetail .h3Tit::before{
	left: 0;
	top: 0;
}
#newsDetail .h3Tit::after{
left: 30px;
top: -3px;
}

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

/* =======================================
	contact
========================================== */
#contactLead .leadTxt{
	font-weight: 500;
	margin-bottom: 0;
}

.telbox{
 border-radius: 30px;
 border: 3px var(--red) solid;
 background:#fff;
 max-width: 500px;
 padding: 40px 10px;
 margin: 0 auto;
 text-align: center;
}
.telbox .tel a{
 display: flex;
 justify-content: center;
 align-items: center;
 gap:0 10px;
 color: var(--red);
 font-size: 4.6rem;
 font-weight: 700;
 line-height: 1;
}
.telbox .tel a::before{
 content: "";
 display: inline-block;
 border-radius: 50%;
 background: url(../images/ic_tel_w.png) no-repeat center center / 45% auto var(--red);
 width: 45px;
 height: 45px;
}
.telbox .time{
 margin-top: 5px;
}

/* =======================================
	form
========================================== */
.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;
}
#contactForm #mailformpro dd label{
 margin-bottom: 10px;
}
#contactForm input[type=radio]{
 vertical-align: -0.05em;
 margin-right: 5px;
}
#contactForm 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;
 padding: 1em 36px 1em 22px;
 width: 213px;
 text-align:center;
 cursor: pointer;
}

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

#thanks p{
  font-size: 1.8rem;
}

/* =======================================
	privacypolicy
========================================== */
#privacyMain .h5Tit{
	margin-bottom: 5px;
}
#privacyMain p{
 margin-bottom: 1em;
 line-height: 1.6;
}
#privacyMain p a{
	text-decoration: underline;
}
#privacyMain ul{
	margin-top: -0.75em;
}
#privacyMain ul li{
	margin-left: 1em;
	text-indent: -1em;
}