@charset "UTF-8";
/* =======================================

	reset CSS

========================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,p,blockquote,table,th,td {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 700;
}
ul,dl,ol {  text-indent: 0;}
li {  list-style: none;}
address,caption,cite,code,dfn,em,th,var {
  font-style: inherit;
  font-weight: inherit;
}
b,strong {  font-weight: bold;}
sup {  vertical-align: text-top;}
sub {  vertical-align: text-bottom;}
input,textarea,select,b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input,
* html textarea,
* html select {
  font-size: 100%;
}
textarea.message {
  width: 100%;
  height: 20rem;
}
*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th,td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}
input,select,textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}
input.long,
input.short,
textarea.message {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 5px #CCC inset;
}
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #e3e3e3;
  border-radius: 0.23em;
  background: #fbfbfb;
}
::placeholder {
  font-weight: normal;
}
.hissu {
  margin-left: 6px;
  padding: 1px 10px 0px 10px;
	background: var(--LSkyBlue);
	border: 1px solid var(--LSkyBlue);
  border-radius: calc(infinity * 1px);
  color: var(--red);
}

.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: 90%;
  margin: 0 auto;
}
.inner01 {
  max-width: 1200px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner02 {
  max-width: 1080px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.inner500 {
  max-width: 500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner600 {
  max-width: 600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner700 {
  max-width: 700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner800 {
  max-width: 800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner880 {
  max-width: 880px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner900 {
  max-width: 900px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1000 {
  max-width: 1000px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1100 {
  max-width: 1100px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1200 {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1300 {
  max-width: 1300px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1400 {
  max-width: 1400px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1500 {
  max-width: 1500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1600 {
  max-width: 1600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1700 {
  max-width: 1700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner1800 {
  max-width: 1800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

/* =======================================

	margin / padding

========================================== */
/*! mb */
.mA {
  margin-left: auto;
  margin-right: auto;
}

.mA0 {  margin: 0px !important;}
.mA5 {  margin: 5px !important;}
.mA10 {  margin: 10px !important;}
.mA15 {  margin: 15px !important;}
.mA20 {  margin: 20px !important;}
.mA25 {  margin: 25px !important;}
.mA30 {  margin: 30px !important;}
.mA35 {  margin: 35px !important;}
.mA40 {  margin: 40px !important;}
.mA45 {  margin: 45px !important;}
.mA50 {  margin: 50px !important;}
.mA55 {  margin: 55px !important;}
.mA60 {  margin: 60px !important;}
.mA65 {  margin: 65px !important;}
.mA70 {  margin: 70px !important;}
.mA75 {  margin: 75px !important;}
.mA80 {  margin: 80px !important;}
.mA85 {  margin: 85px !important;}
.mA90 {  margin: 90px !important;}
.mA95 {  margin: 95px !important;}
.mA100 {  margin: 100px !important;}
.mA105 {  margin: 105px !important;}
.mA110 {  margin: 110px !important;}
.mA115 {  margin: 115px !important;}
.mA120 {  margin: 120px !important;}
.mA125 {  margin: 125px !important;}
.mA130 {  margin: 130px !important;}
.mA135 {  margin: 135px !important;}
.mA140 {  margin: 140px !important;}
.mA145 {  margin: 145px !important;}
.mA150 {  margin: 150px !important;}

.mT0 {  margin-top: 0px !important;}
.mT5 {  margin-top: 5px !important;}
.mT10 {  margin-top: 10px !important;}
.mT15 {  margin-top: 15px !important;}
.mT20 {  margin-top: 20px !important;}
.mT25 {  margin-top: 25px !important;}
.mT30 {  margin-top: 30px !important;}
.mT35 {  margin-top: 35px !important;}
.mT40 {  margin-top: 40px !important;}
.mT45 {  margin-top: 45px !important;}
.mT50 {  margin-top: 50px !important;}
.mT55 {  margin-top: 55px !important;}
.mT60 {  margin-top: 60px !important;}
.mT65 {  margin-top: 65px !important;}
.mT70 {  margin-top: 70px !important;}
.mT75 {  margin-top: 75px !important;}
.mT80 {  margin-top: 80px !important;}
.mT85 {  margin-top: 85px !important;}
.mT90 {  margin-top: 90px !important;}
.mT95 {  margin-top: 95px !important;}
.mT100 {  margin-top: 100px !important;}
.mT105 {  margin-top: 105px !important;}
.mT110 {  margin-top: 110px !important;}
.mT115 {  margin-top: 115px !important;}
.mT120 {  margin-top: 120px !important;}
.mT125 {  margin-top: 125px !important;}
.mT130 {  margin-top: 130px !important;}
.mT135 {  margin-top: 135px !important;}
.mT140 {  margin-top: 140px !important;}
.mT145 {  margin-top: 145px !important;}
.mT150 {  margin-top: 150px !important;}
.mB0 {  margin-bottom: 0px !important;}
.mB5 {  margin-bottom: 5px !important;}
.mB10 {  margin-bottom: 10px !important;}
.mB15 {  margin-bottom: 15px !important;}
.mB20 {  margin-bottom: 20px !important;}
.mB25 {  margin-bottom: 25px !important;}
.mB30 {  margin-bottom: 30px !important;}
.mB35 {  margin-bottom: 35px !important;}
.mB40 {  margin-bottom: 40px !important;}
.mB45 {  margin-bottom: 45px !important;}
.mB50 {  margin-bottom: 50px !important;}
.mB55 {  margin-bottom: 55px !important;}
.mB60 {  margin-bottom: 60px !important;}
.mB65 {  margin-bottom: 65px !important;}
.mB70 {  margin-bottom: 70px !important;}
.mB75 {  margin-bottom: 75px !important;}
.mB80 {  margin-bottom: 80px !important;}
.mB85 {  margin-bottom: 85px !important;}
.mB90 {  margin-bottom: 90px !important;}
.mB95 {  margin-bottom: 95px !important;}
.mB100 {  margin-bottom: 100px !important;}
.mB105 {  margin-bottom: 105px !important;}
.mB110 {  margin-bottom: 110px !important;}
.mB115 {  margin-bottom: 115px !important;}
.mB120 {  margin-bottom: 120px !important;}
.mB125 {  margin-bottom: 125px !important;}
.mB130 {  margin-bottom: 130px !important;}
.mB135 {  margin-bottom: 135px !important;}
.mB140 {  margin-bottom: 140px !important;}
.mB145 {  margin-bottom: 145px !important;}
.mB150 {  margin-bottom: 150px !important;}
.mL0 {  margin-left: 0px !important;}
.mL5 {  margin-left: 5px !important;}
.mL10 {  margin-left: 10px !important;}
.mL15 {  margin-left: 15px !important;}
.mL20 {  margin-left: 20px !important;}
.mL25 {  margin-left: 25px !important;}
.mL30 {  margin-left: 30px !important;}
.mL35 {  margin-left: 35px !important;}
.mL40 {  margin-left: 40px !important;}
.mL45 {  margin-left: 45px !important;}
.mL50 {  margin-left: 50px !important;}
.mL55 {  margin-left: 55px !important;}
.mL60 {  margin-left: 60px !important;}
.mL65 {  margin-left: 65px !important;}
.mL70 {  margin-left: 70px !important;}
.mL75 {  margin-left: 75px !important;}
.mL80 {  margin-left: 80px !important;}
.mL85 {  margin-left: 85px !important;}
.mL90 {  margin-left: 90px !important;}
.mL95 {  margin-left: 95px !important;}
.mL100 {  margin-left: 100px !important;}
.mL105 {  margin-left: 105px !important;}
.mL110 {  margin-left: 110px !important;}
.mL115 {  margin-left: 115px !important;}
.mL120 {  margin-left: 120px !important;}
.mL125 {  margin-left: 125px !important;}
.mL130 {  margin-left: 130px !important;}
.mL135 {  margin-left: 135px !important;}
.mL140 {  margin-left: 140px !important;}
.mL145 {  margin-left: 145px !important;}
.mL150 {  margin-left: 150px !important;}
.mR0 {  margin-right: 0px !important;}
.mR5 {  margin-right: 5px !important;}
.mR10 {  margin-right: 10px !important;}
.mR15 {  margin-right: 15px !important;}
.mR20 {  margin-right: 20px !important;}
.mR25 {  margin-right: 25px !important;}
.mR30 {  margin-right: 30px !important;}
.mR35 {  margin-right: 35px !important;}
.mR40 {  margin-right: 40px !important;}
.mR45 {  margin-right: 45px !important;}
.mR50 {  margin-right: 50px !important;}
.mR55 {  margin-right: 55px !important;}
.mR60 {  margin-right: 60px !important;}
.mR65 {  margin-right: 65px !important;}
.mR70 {  margin-right: 70px !important;}
.mR75 {  margin-right: 75px !important;}
.mR80 {  margin-right: 80px !important;}
.mR85 {  margin-right: 85px !important;}
.mR90 {  margin-right: 90px !important;}
.mR95 {  margin-right: 95px !important;}
.mR100 {  margin-right: 100px !important;}
.mR105 {  margin-right: 105px !important;}
.mR110 {  margin-right: 110px !important;}
.mR115 {  margin-right: 115px !important;}
.mR120 {  margin-right: 120px !important;}
.mR125 {  margin-right: 125px !important;}
.mR130 {  margin-right: 130px !important;}
.mR135 {  margin-right: 135px !important;}
.mR140 {  margin-right: 140px !important;}
.mR145 {  margin-right: 145px !important;}
.mR150 {  margin-right: 150px !important;}
.pB0 {  padding-bottom: 0px !important;}
.pB5 {  padding-bottom: 5px !important;}
.pB10 {  padding-bottom: 10px !important;}
.pB15 {  padding-bottom: 15px !important;}
.pB20 {  padding-bottom: 20px !important;}
.pB25 {  padding-bottom: 25px !important;}
.pB30 {  padding-bottom: 30px !important;}
.pB35 {  padding-bottom: 35px !important;}
.pB40 {  padding-bottom: 40px !important;}
.pB45 {  padding-bottom: 45px !important;}
.pB50 {  padding-bottom: 50px !important;}
.pB55 {  padding-bottom: 55px !important;}
.pB60 {  padding-bottom: 60px !important;}
.pB65 {  padding-bottom: 65px !important;}
.pB70 {  padding-bottom: 70px !important;}
.pB75 {  padding-bottom: 75px !important;}
.pB80 {  padding-bottom: 80px !important;}
.pB85 {  padding-bottom: 85px !important;}
.pB90 {  padding-bottom: 90px !important;}
.pB95 {  padding-bottom: 95px !important;}
.pB100 {  padding-bottom: 100px !important;}
.pB105 {  padding-bottom: 105px !important;}
.pB110 {  padding-bottom: 110px !important;}
.pB115 {  padding-bottom: 115px !important;}
.pB120 {  padding-bottom: 120px !important;}
.pB125 {  padding-bottom: 125px !important;}
.pB130 {  padding-bottom: 130px !important;}
.pB135 {  padding-bottom: 135px !important;}
.pB140 {  padding-bottom: 140px !important;}
.pB145 {  padding-bottom: 145px !important;}
.pB150 {  padding-bottom: 150px !important;}
.pT0 {  padding-top: 0px !important;}
.pT5 {  padding-top: 5px !important;}
.pT10 {  padding-top: 10px !important;}
.pT15 {  padding-top: 15px !important;}
.pT20 {  padding-top: 20px !important;}
.pT25 {  padding-top: 25px !important;}
.pT30 {  padding-top: 30px !important;}
.pT35 {  padding-top: 35px !important;}
.pT40 {  padding-top: 40px !important;}
.pT45 {  padding-top: 45px !important;}
.pT50 {  padding-top: 50px !important;}
.pT55 {  padding-top: 55px !important;}
.pT60 {  padding-top: 60px !important;}
.pT65 {  padding-top: 65px !important;}
.pT70 {  padding-top: 70px !important;}
.pT75 {  padding-top: 75px !important;}
.pT80 {  padding-top: 80px !important;}
.pT85 {  padding-top: 85px !important;}
.pT90 {  padding-top: 90px !important;}
.pT95 {  padding-top: 95px !important;}
.pT100 {  padding-top: 100px !important;}
.pT105 {  padding-top: 105px !important;}
.pT110 {  padding-top: 110px !important;}
.pT115 {  padding-top: 115px !important;}
.pT120 {  padding-top: 120px !important;}
.pT125 {  padding-top: 125px !important;}
.pT130 {  padding-top: 130px !important;}
.pT135 {  padding-top: 135px !important;}
.pT140 {  padding-top: 140px !important;}
.pT145 {  padding-top: 145px !important;}
.pT150 {  padding-top: 150px !important;}
.pL0 {  padding-left: 0px !important;}
.pL5 {  padding-left: 5px !important;}
.pL10 {  padding-left: 10px !important;}
.pL15 {  padding-left: 15px !important;}
.pL20 {  padding-left: 20px !important;}
.pL25 {  padding-left: 25px !important;}
.pL30 {  padding-left: 30px !important;}
.pL35 {  padding-left: 35px !important;}
.pL40 {  padding-left: 40px !important;}
.pL45 {  padding-left: 45px !important;}
.pL50 {  padding-left: 50px !important;}
.pL55 {  padding-left: 55px !important;}
.pL60 {  padding-left: 60px !important;}
.pL65 {  padding-left: 65px !important;}
.pL70 {  padding-left: 70px !important;}
.pL75 {  padding-left: 75px !important;}
.pL80 {  padding-left: 80px !important;}
.pL85 {  padding-left: 85px !important;}
.pL90 {  padding-left: 90px !important;}
.pL95 {  padding-left: 95px !important;}
.pL100 {  padding-left: 100px !important;}
.pL105 {  padding-left: 105px !important;}
.pL110 {  padding-left: 110px !important;}
.pL115 {  padding-left: 115px !important;}
.pL120 {  padding-left: 120px !important;}
.pL125 {  padding-left: 125px !important;}
.pL130 {  padding-left: 130px !important;}
.pL135 {  padding-left: 135px !important;}
.pL140 {  padding-left: 140px !important;}
.pL145 {  padding-left: 145px !important;}
.pL150 {  padding-left: 150px !important;}
.pR0 {  padding-right: 0px !important;}
.pR5 {  padding-right: 5px !important;}
.pR10 {  padding-right: 10px !important;}
.pR15 {  padding-right: 15px !important;}
.pR20 {  padding-right: 20px !important;}
.pR25 {  padding-right: 25px !important;}
.pR30 {  padding-right: 30px !important;}
.pR35 {  padding-right: 35px !important;}
.pR40 {  padding-right: 40px !important;}
.pR45 {  padding-right: 45px !important;}
.pR50 {  padding-right: 50px !important;}
.pR55 {  padding-right: 55px !important;}
.pR60 {  padding-right: 60px !important;}
.pR65 {  padding-right: 65px !important;}
.pR70 {  padding-right: 70px !important;}
.pR75 {  padding-right: 75px !important;}
.pR80 {  padding-right: 80px !important;}
.pR85 {  padding-right: 85px !important;}
.pR90 {  padding-right: 90px !important;}
.pR95 {  padding-right: 95px !important;}
.pR100 {  padding-right: 100px !important;}
.pR105 {  padding-right: 105px !important;}
.pR110 {  padding-right: 110px !important;}
.pR115 {  padding-right: 115px !important;}
.pR120 {  padding-right: 120px !important;}
.pR125 {  padding-right: 125px !important;}
.pR130 {  padding-right: 130px !important;}
.pR135 {  padding-right: 135px !important;}
.pR140 {  padding-right: 140px !important;}
.pR145 {  padding-right: 145px !important;}
.pR150 {  padding-right: 150px !important;}
.pA0 {  padding: 0px !important;}
.pA5 {  padding: 5px !important;}
.pA10 {  padding: 10px !important;}
.pA15 {  padding: 15px !important;}
.pA20 {  padding: 20px !important;}
.pA25 {  padding: 25px !important;}
.pA30 {  padding: 30px !important;}
.pA35 {  padding: 35px !important;}
.pA40 {  padding: 40px !important;}
.pA45 {  padding: 45px !important;}
.pA50 {  padding: 50px !important;}
.pA55 {  padding: 55px !important;}
.pA60 {  padding: 60px !important;}
.pA65 {  padding: 65px !important;}
.pA70 {  padding: 70px !important;}
.pA75 {  padding: 75px !important;}
.pA80 {  padding: 80px !important;}
.pA85 {  padding: 85px !important;}
.pA90 {  padding: 90px !important;}
.pA95 {  padding: 95px !important;}
.pA100 {  padding: 100px !important;}
.pA105 {  padding: 105px !important;}
.pA110 {  padding: 110px !important;}
.pA115 {  padding: 115px !important;}
.pA120 {  padding: 120px !important;}
.pA125 {  padding: 125px !important;}
.pA130 {  padding: 130px !important;}
.pA135 {  padding: 135px !important;}
.pA140 {  padding: 140px !important;}
.pA145 {  padding: 145px !important;}
.pA150 {  padding: 150px !important;}
.mB1em {  margin-bottom: 1em !important;}
/*! mb */
.zin0 {  z-index: 0;}
.zin1 {  z-index: 1;}
.zin2 {  z-index: 2;}
.zin3 {  z-index: 3;}
.zin4 {  z-index: 4;}
.zin5 {  z-index: 5;}
.zin6 {  z-index: 6;}
.zin7 {  z-index: 7;}
.zin8 {  z-index: 8;}
.zin9 {  z-index: 9;}
.zin10 {  z-index: 10;}

.visibilityHidden {
  visibility: hidden;
}

.noLink {
  color: #9a9a9a !important;
  pointer-events: none !important;
}


/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  color: var(--base);
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.2;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}
p,dt,dd,li,td,th,div{
 line-height: 2;
}
h1,h2,h3,h4,h5,h6{
 font-weight: 700;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: var(--base);
}


/*フォントファミリー
========================================== */
.fontG {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.fontEN {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
}


/*色
========================================== */
:root {
  --base: #000;
  --bk: #000;
  --wh: #fff;
  --blue: #169AFF;
  --Lblue: #47B5FF;
  --Dblue: #0E318D;/*濃いブルー*/
  --green: #2CC0A0;
  --orange:#FF9E16;
  --red:#FF0000;
  --gray: #D9D9D9;
  --LGray: #E1E1E1;
 --grdBlue:linear-gradient(90deg, #6ECFFF 0%, #006AFF 56%);
 --grdGreen:linear-gradient(90deg, #00FFD4 0%,  #80D8FF 56%);
}

/*文字色
========================================== */
.baseC{  color: var(--green) !important;}
.blue{  color: var(--blue) !important;}
.bk {  color: var(--bk) !important;}
.orange {  color: var(--orange) !important;}
.red {  color: var(--red) !important;}
.white {  color: #fff !important;}
.grdBlue{
 display: inline-block;
  background: var(--grdBlue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*背景
========================================== */
.bgBaseC{ background-color: var(--base) !important;}
.bgBlue{ background-color: var(--blue) !important;}
.bgGray {  background-color: var(--gray) !important;}
.bgLGray {  background-color: var(--LGray) !important;}
.bgW{  background-color: #fff !important;}
.bgOrange{ background-color: var(--orange) !important;}
.bgGreen{ background-color: var(--green) !important;}
.bgRed{ background-color: var(--red) !important;}
.bgDblue{ background-color: var(--Dblue) !important;}

/*ボタン
========================================== */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  padding: 0 min(30%, 60px) 0 min(20%, 40px);
  background-color: var(--blue);
  color:var(--wh);
  width: min(100%, 280px);
  height: 70px;
  border: 1px solid;
  border-radius: calc(infinity * 1px);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}
.btn.bgBlue{
  border-color: var(--blue);
}
.btn.bgOrange{
  border-color: var(--orange);
}
.btn.bgGreen{
  border-color: var(--green);
}
.btn.bgDblue{
  border-color: var(--Dblue);
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--wh);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.btn::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(13%, 19px);
  content: "";
	display: block;
	width: 30px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid;
  background: url(../images/ic_arrow_circle.svg) no-repeat center center / 100%;
  background-color: var(--blue);
  border-color: var(--blue);
  z-index: 2;
  transition: all 0.3s;
}
.btn.bgBlue::after{
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn.bgOrange::after{
  background-color: var(--orange);
  border-color: var(--orange);
}
.btn.bgGreen::after{
  background-color: var(--green);
  border-color: var(--green);
}
.btn.bgDblue::after{
  background-color: var(--Dblue);
  border-color: var(--Dblue);
}

.btn:hover{
  color: var(--blue);
}
.btn.bgBlue:hover{
  color: var(--blue);
}
.btn.bgOrange:hover{
  color: var(--orange);
}
.btn.bgGreen:hover{
  color: var(--green);
}
.btn.bgDblue:hover{
  color: var(--Dblue);
}
.btn.bgBlue:hover::after{
  background: url(../images/ic_arrow_blue-on.svg) no-repeat center center / 100%;
}
.btn.bgOrange:hover::after{
  background: url(../images/ic_arrow_orange-on.svg) no-repeat center center / 100%;
}
.btn.bgGreen:hover::after{
  background: url(../images/ic_arrow_green-on.svg) no-repeat center center / 100%;
}
.btn.bgDblue:hover::after{
  border-color: var(--wh);
}
.btn.bgDblue:hover::after{
  background: url(../images/ic_arrow_dblue-on.svg) no-repeat center center / 100%;
}

.btn:hover::before {
  transform: scaleX(1);
}

.icWindow{display: inline-block;}
.icWindow::after{
 content: "";
 display: inline-block;
 background: url("../images/ic_window.svg") no-repeat left top/100% auto;
 width: 20px;
 height: 20px;
 margin-left: 14px;
 vertical-align: -0.1em;
}

/*装飾
========================================== */
.circle::before{
  content: "\025cf";
  margin-right: 0.5em;
  color: var(--orange);
}

.line{
	display: inline;
    background: linear-gradient(transparent 86%, var(--red) 86%);
}
.slash{
 display: flex;
 justify-content: center;
 align-items: flex-end;
 gap:0 10px;
}
.slash::before,
.slash::after{
 content: "";
 display: block;
 background: var(--yellowGreen);
 width: 2px;
 height: 1.28em;
transform: rotate(36deg);
 transform-origin: right bottom;
}
.slash::before{
transform: rotate(-36deg);
 transform-origin:left bottom;}


/*タイトル
========================================== */
.h2Tit{
  margin-bottom: 1em;
  color: var(--Dblue);
  font-weight: 500;
  line-height: 1.5em;
}
.h2Tit:has(.en){
  color: var(--green);
}
.h2Tit .fontEN:not(.en){
  display: block;
  margin-bottom: 0.2em;
  line-height: 1.0em;
  letter-spacing: 0.1em;
}
.h2Tit .en{
  display: block;
  margin-bottom: 0.5em;
  letter-spacing: 0.25em;
}

/* =======================================
  jQuery
========================================== */
/*  slick
-----------------------------*/
#mvImgs:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

#mvImgs:not(.slick-initialized) > * {
  width: 100%;
  flex-shrink: 0;
}

/* 画像をズーム　*/
#mvImgs .slick-slide {
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}
#mvImgs .slick-slide img {
  transform: scale(1.1);
  transition: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: transform 5s ease-out;
}
#mvImgs .slick-slide.slick-active img {
  transform: scale(1.0);
}


/*  inview
-----------------------------*/
.inview{
 opacity: 0;
 transform: translateY(50px);
 transition: opacity .8s, transform .8s;
}
.is-inview{
 opacity: 1;
 transform: translateY(0);
 transition-delay: .5s;
}


/* =======================================
  ページャー
========================================== */
/*-- pageNavi --*/
.pageNavi{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
 margin-top: 50px;
}
.pageNavi .current,
.pageNavi .inactive,
.pageNavi a{
	border: 1px solid var(--base);
  display:grid;
	align-items: center;
	justify-content: center;
  font-optical-sizing: auto;
	color: var(--base);
  font-weight: 500;
  font-style: normal;
}
.pageNavi .current{
	background: var(--base);
	color: #fff;
}
.pageNavi a:hover{
	background: var(--base);
	color: #fff;
}
.pageNavi a.next:hover{
	background: none;
	border: none;
	color: var(--base);
}

/*-- pager --*/
.pager{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px !important;
  position: relative;
  width: 90%;
  margin: 50px auto 0;
}
.pager a{
	background: var(--wh);
  color: var(--base);
	display: grid;
  align-items: center;
  justify-content: center;
 width: 40%;
 max-width: 200px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
.pager a:last-of-type{
	border-right: none;
}
.pager .pagerPrev::before,
.pager .pagerNext::after{
	content: '';
	display: inline-block;
	 width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3.5px);
}
.pager .pagerPrev::before{
	border-bottom: 2px var(--base) solid;
  border-left: 2px var(--base) solid;
	left: 15%;
}
.pager .pagerNext::after{
	border-top: 2px var(--base) solid;
  border-right: 2px var(--base) solid;
	right: 15%;
}

/*-- list --*/
.basicList li{
	border-bottom: 1px solid #ccc;
	padding: 15px 40px;
}
.basicList li li{
	border-bottom:none;
		padding: 5px 20px;
}

.discList{
	padding:0 0 0 18px;
}
.discList li{
	list-style:disc outside;
	padding:0 0 5px 0;
}

.checkList li{
 background: url("../images/ic_check.svg") no-repeat left top/22px auto;
 padding: 0 0 0 31px;
 margin-bottom: 8px;
 line-height: 1.8;
}

.icList li{
	margin-bottom: 0.5em;
	padding-left: 0.75em;
	position: relative;
}
.icList li::before{
	content: '-';
	color: var(--red);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}


/* =======================================
	header
========================================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
}
#headerInner{
  position: relative;
  width: 96.57vw;
  padding-left: min(1.14vw, 16px);
  margin-inline: auto;
}
header.fixed {
  position: fixed;
  left: 0;
  top:0;
  background: var(--wh);
}
header.hide {
  transform: translateY(-100%);
}
header #logo a{
  display: flex;
  align-items: center;
  gap: 19px min(1.9vw, 19px);
  font-size : 0;
}
header #logo a img{
  aspect-ratio: 313 / 72;
}
header #logo a span{
  font-weight: 500;
  color: #1E87D9;
  transform: translateY(-20%);
}



/* =======================================
	.menu
========================================== */
.menu {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  z-index: 101;
  background: transparent;
}
.menu span {
  position: absolute;
  right: calc((60px - 47px) / 2);
  width: 47px;
  height: 4px;
  background-color: var(--bk);
  border-radius: calc(infinity * 1px);
  transition: all 0.6s;
}
.menu span.menuLine01 {
  top: 21px;
}
.menu span.menuLine02{
  top: 30px;
}
.menu span.menuLine03{
  width: 27px;
  top: 39px;
  border-radius: 2px 0 0 2px;
}
.menu.active  span.menuLine01{
  transform: rotate(30deg);
  top: 28px;
}
.menu.active  span.menuLine02{
  transform: rotate(-30deg);
  top: 28px;
}
.menu.active  span.menuLine03 {
  width: 0;
  right: 50%;
} 

/* =======================================
	gnavi
========================================== */
.gnavi{
  position: fixed;
  right: -100vw;
  top: 0;
  width: min(96vw, 683px);
  background: #98E9FF;
  border-radius: 0 0 0 100px;
  transition: all 0.6s;
  z-index: 100;
  overflow-y: auto;
}
.gnavi.active{
  right: 0;
}
#gnaviList{
 display: block;
	width: 100%;
}
#gnaviList li a{
  font-size: 2rem;
  color: var(--base);
}


#headLinks .visit a,
#headLinks .entry a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  border: 1px solid;
  border-radius: calc(infinity * 1px);
  height: 54px;
  position: relative;
  overflow: hidden;
  padding-inline: 20px 45px;
  text-align: center;
  z-index: 1;
  transition: color 0.3s ease;
}
#headLinks .visit a::before ,
#headLinks .entry a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--wh);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
#headLinks .visit a{
  border-color: var(--blue);  
}
#headLinks .entry a{
  border-color: var(--orange);
}
#headLinks .visit a span,
#headLinks .entry a span{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
#headLinks a::after{
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
	display: block;
	width: 30px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid;
  background: url(../images/ic_arrow_circle.svg) no-repeat center center / 100%;
  z-index: 2;
  transition: all 0.3s;
}
#headLinks .visit a{
 background: var(--blue);
}
#headLinks .entry a{
 background: var(--orange);
}
#headLinks .visit a::after{
  background-color: var(--blue);
  border-color: var(--blue);
}
#headLinks .entry a::after{
  background-color: var(--orange);
  border-color: var(--orange);
}

#headLinks .visit a:hover span{
  color: var(--blue);
}
#headLinks .entry a:hover span{
  color: var(--orange);
}
#headLinks .visit a:hover::after{
  background: url(../images/ic_arrow_blue-on.svg) no-repeat center center / 100%;
}
#headLinks .entry a:hover::after{
  background: url(../images/ic_arrow_orange-on.svg) no-repeat center center / 100%;
}

#headLinks li a:hover::before {
  transform: scaleX(1);
}


/* =======================================
	footer
========================================== */
footer{
 overflow: hidden;
 position: relative;
}
#footBottom{
  background-color: var(--blue);
}
#footBottom a{
  color: var(--wh);
}
#footerLogoWrap{
  margin-bottom: 64px;
}
.footerLeft p:not(#footTel){
 font-size: 1.5rem;
  color: var(--wh);
 line-height: 1.67;
}
#footBottom #footTel a{
  display: block;
  background: url(../images/foot_ic_tel.svg) no-repeat left center / 13px 18px;
  padding-left: 20px;
  color: var(--wh);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footerRight > .flex{
  gap: 30px 6%;
}
.footerRight li{
  margin-top: 2em;
  line-height: 1em;
 font-size: 1.4rem;
 font-weight: 500;
 vertical-align: bottom;
}
.footerRight li a[target="_blank"]::after {
 vertical-align: bottom;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 1em;
  background: url(../images/ic_window.svg) no-repeat center center / 100%;  
}

.footBtm{
 position: relative;
 margin: 0 auto;
 padding: 30px 0 160px;
}
footer .copy{
 display: block;
 color: var(--base);
 font-size: min(3.2vw, 1.5rem);
 text-align: center;
 line-height: 1.4;
}


/* =======================================
  common
========================================== */
/*-- title --*/
.h2Tit{
	margin-bottom: 3em;
}
.h3Tit{
	color: var(--base);
	font-weight: bold;
	line-height: 1.6;
}
.h4Tit{
	color: var(--base);
	line-height: 1.6;
}

/*-- text --*/
.leadTxt{
  margin-bottom: 1.12em;
	font-weight: bold;
	line-height: 1.5;
}

/*-- table --*/
.basicTable {
	background: var(--wh);
	border: 1px solid var(--base);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable > dt{
	background: var(--base);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	display: flex;
	font-weight: 700;
	align-items: center;
}
.basicTable > 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;
}
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(--green);
	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;
}

/*----*/

.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pageLinks li a{
	background: var(--base);
	border: 1px solid var(--base);
	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(--base);
}
.pageLinks a:hover::after{
	border-top: 1px solid var(--base);
	border-right: 1px solid var(--base);
}



/* =======================================
	top
========================================== */
/*		#mv
-----------------------------*/
#mv{
  position: relative;
  z-index: 1;
}
#mv01{
  position: relative;
  z-index: 1;
}
#mv01::before{
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--grdGreen);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.14;
}
#mvTxts{
	display: grid;
	place-content: center;

  writing-mode: vertical-rl;
  text-align: end;
}
#mvTxts h2{
  line-height: 1.7em;
  text-align: start;
  letter-spacing: 0.1em;
}
#mvTxts h2 span{
  display: inline-block;
  font-weight: bold;
}
#mvTxts h2 span.fontL{
  font-size: 1.25em;
}
#mvTxts p{
  display: inline-block;
  margin-block-start: 1.2em;
  font-size: min(3.56vw, 2rem);
  line-height: 1.3em;
  text-align: start;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: #3E4246;
}
#mvImgs figure img{
  border-radius: 50px 0 0 50px;
}


#mv02{
  position: relative;
  z-index: 1;
}
#mv02 > .flex{
  position: relative;
  gap: 30px min(5.6vw, 76px);
  z-index: 1;
}
#mv02 .txts p{
  line-height: 2.5em;
}
#mv02 figure img{
  border-radius: 20px;
}


/*		#about
-----------------------------*/
#about{
  position: relative;
}
#about::before{
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(220deg, #D9FCFF 0%, #FCFFFE 50%, #CAEDFF 100%);
}
#about .inner1100{
  position: relative;
}
#about .inner1100::before{
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url(../images/about_img01.png) no-repeat center center / 100% 100%;
}
#about h2 span:not(.fontEN){
  display: block;
  background: url(../images/ic_tit_about.svg) no-repeat left 5px center / 47px 30px;
  min-height: 30px;
  margin-top: 1.4em;
  padding-left: 80px;
}
#about .leadTxt{
  position: relative;
  margin-top: 60px;
}
#about .leadTxt span{
  display: inline-block;
  background-color: var(--green);
  padding-inline: 0.3em;
  transform: translateX(-0.15em);
  color: var(--wh);
}
#about .leadTxt::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  aspect-ratio: 301 / 253;
  width: 301px;
  background: url(../images/about_illust.svg) no-repeat center center / 100% 100%;
}

#aboutContent p{
  line-height: 2em;
}
#aboutContent p:has(+ .blue){
  margin-bottom: 2.2em;
}
#aboutContent p.blue + p{
  margin-top: 2.2em;
}
#aboutContent p.blue{
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2.2em;
  letter-spacing: 0.08em;
}

#aboutContent figure img{
  border-radius: 21px;
}

#aboutSliderInner{
  width: calc(830 / 1400 * 100%);
  margin-inline: auto;
}
#aboutSliderInner .slick-list{
  overflow: visible;
}
#aboutSliderInner figure{
  padding-inline: 15px;
}
#aboutSliderInner .slick-track img{
  border-radius: 20px;  
}


/*		#works
-----------------------------*/
#works{
  margin-top: -100px;
  position: relative;
  padding: 100px 0;
}
#works::before{
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #98E9FF;
}

#works .h2Tit::after{
  content: "";
  position: absolute;
  right: 14px;
  top: 10px;
  display: block;
  aspect-ratio: 1 / 1;
  background: url(../images/works_illust.svg) no-repeat center center / 100% 100%;
}
.worksBox{
  position: relative;
  background-color: var(--wh);
  border-radius: 20px;
}
.worksBoxNum{
  position: absolute;
  top: 0;
  transform: translateY(-40%);
  left: 0;
  display: grid;
  place-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--green);
  color: var(--wh);
  text-align: center;
}
.worksBoxNum span{
  letter-spacing: 0.33em;
  line-height: 1em;
  transform: translateX(0.3em);
}
.worksBoxNum span span{
  display: block;
  line-height: 1em;
  letter-spacing: 0;
  transform: translateX(-0.075em);
}
.worksBoxLead{
  margin-bottom: 0.7em;
  font-weight: 500;
  line-height: 1.5em;
}
.worksBoxLead.green{
  color: var(--green);
}

.worksBoxLists dl{
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--green);
}
.worksBoxLists dt{
  background-color: var(--green);
  padding: 0.6em 1.7em 0.6em;
  color: var(--wh);
  line-height: 1em;
}
.worksBoxLists dd{
  padding: 1.3em;
}
.worksBoxLists dd li{
  position: relative;
  padding-left: 1em;
}
.worksBoxLists dd li::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.worksBoxFlow.flex{
  gap: 40px 27px;
}
.worksBoxFlow li{
  position: relative;
  text-align: center;
}
.worksBoxFlow li > span{
  position: absolute;
  inset: 0 0 auto 0;
  transform: translateY(-50%);
  display: grid;
  place-content: center;
  width: 90px;
  height: 23px;
  border-radius: calc(infinity * 1px);
  margin-inline: auto;
  background-color: var(--Lblue);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: var(--wh);
  z-index: 2;
}
.worksBoxFlow li:nth-of-type(3) > span,
.worksBoxFlow li:nth-of-type(4) > span{
  background-color: var(--green);
}
.worksBoxFlow li div{
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 20px;
  border: 1px solid var(--Lblue);
  background-color: var(--wh);
  padding: 10px 5px;
}
.worksBoxFlow li:has(+ li) div::after{
  content: "";
  position: absolute;
  width: 16px;
  aspect-ratio: 16 / 9;
  background: url(../images/ic_flow_arrow.svg) no-repeat center center / 100% 100% ;
}
.worksBoxFlow li:nth-of-type(3) > span,
.worksBoxFlow li:nth-of-type(4) > span{
  border-color: var(--green);
}
.worksBoxFlow li p{
  font-size: 1.3rem;
}
.worksBoxFlow li p span{
  display: block;
  color: var(--Lblue);
  font-weight: bold;
  font-size: 2rem;
}
.worksBoxFlow li:nth-of-type(3) p span,
.worksBoxFlow li:nth-of-type(4) p span{
  color: var(--green);
}

/* .linkArea
-----------------------------*/
.linkArea .flex{
  gap: 100px 40px;
}
#works + .linkArea h2 {
  position: relative;
}
#works + .linkArea h2::before {
  content: "";
  position: absolute;  
  top: calc(50% - 10px);
  transform: translateY(-50%);
  right: 6px;
  display: block;
  aspect-ratio: 176 / 176;
  background: url(../images/linkcontact_illust.svg) no-repeat center center / 100% 100%;
}
.linkArea li{
  position: relative;
}
.linkArea li figure{
  position: absolute;
  inset: 0 0 auto 0;
  transform: translateY(-37%);
  display: grid;
  place-content: center;
  width: 150px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding-bottom: 32px;
  border-radius: 50%;
  z-index: 10;
}
.linkArea li div{
  padding: 52px 3% 37px;
  height: 100%;

  border-radius: 20px;
}
.linkArea li div:before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  transform: translateY(-43%);
  width: 150px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  z-index: -1;
}
.linkArea li:has(.bgBlue) div:before,
.linkArea li:has(.bgBlue) div{
  background-color: #D1F5FF ;
}
.linkArea li:has(.bgGreen) div:before,
.linkArea li:has(.bgGreen) div{
  background-color: #E7FDEA ;
}
.linkArea li:has(.bgOrange) div:before,
.linkArea li:has(.bgOrange) div{
  background-color: #FFFED6 ;
}
.linkArea li.linkTel .bgOrange{
  padding: 0 min(20%, 40px);
}
.linkArea li.linkTel .bgOrange span{
  background: url(../images/foot_ic_tel.svg) no-repeat left center / 16px 22px;
  padding-left: 21px;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.linkArea li.linkTel .bgOrange:hover span{
  background: url(../images/ic_tel_orange-on.svg) no-repeat left center / 16px 22px;
}
.linkArea li.linkTel .bgOrange::after{
  display: none;
}
.linkArea li.linkTel div{
  background-color: #FFFED6 ;
}
.linkArea li div p{
  text-align: center;
}
.linkArea li div p.fw{
  margin-top: 0.3em;
  font-size: 2.2rem;
  font-weight: bold;
}
.linkArea li .btnWrap{
  margin-top: 20px;
}
.linkArea li .btn{
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}



/*		#education
-----------------------------*/
#education{
	background-color: #E7FDEA;
}
.flex.educationList{
  flex-wrap: wrap;
}
.flex.educationList li{
  background-color: var(--wh);
  padding: 1.8% 2%;
  border-radius: 20px;
}
.flex.educationList li img{
  border-radius: 20px;
}
.flex.educationList li h3{
  margin-top: 0.7em;
  color: var(--green);
  font-weight: 500;
}

/*		#data
-----------------------------*/
#data .dataBoxs.flex{
  flex-wrap: wrap;
}
#data .dataBox{
  border-radius: 20px;
  display: grid;
  place-content: center;
  text-align: center;
}
#data .dataBox div{
  color: var(--wh);
}
#data .dataBox div span.dataBoxNum{
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-size: 9.6rem;
  line-height: 0.6em;
}
#data .dataBox div span.dataBoxNum span{
  font-size: 0.5em;
}
#data .dataBox div span.dataBoxCatch{
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5em;
}
#data #dataBox01{
  background-color: #0077FF;
}
#data #dataBox01.dataBox div span.dataBoxNum{
  margin-block: 0.4em;
}
#data #dataBox02{
  background-color: var(--Lblue);
}
#data .dataBoxs dl{
  background-color: #F0FAFD;
  border-radius: 20px;
}
#data .dataBoxs dl dt{
  display: grid;
  place-content: center;
  background-color: #0077FF;
  border-radius: calc(infinity * 1px);
  margin-bottom: 1.5em;
  width: 100%;
  height: 1.5em;
  font-size: 2rem;
  color: var(--wh);
  line-height: 1em;
  text-align: center;
}
#data .dataBoxs dl dd figure{
  display: grid;
  place-content: center;
  margin-bottom: 20px;
}
#data .dataBoxs dl dd figure.dataBoxGraph{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 154px;
}
#data .dataBoxs dl dd ul.flex{
  flex-wrap: wrap;
}
#data .dataBoxs dl dd ul.flex li{
  width: 48%;
  position: relative;
  padding-left: 1em;
}
#data .dataBoxs dl dd ul.flex li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
#data .dataBoxs *:not(.dataBox) p {
  margin: 1.33em -0.2em 0;
  font-weight: bold;
}



/*		#interview
-----------------------------*/
#interviewMV{
  position: relative;
  padding-top: 42px;
}
#interviewMV h3{
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
#interviewMV h3 span{
  display: grid;
  place-content: center;
  padding-bottom: 1em;
  width: 218px;
  aspect-ratio: 1 / 1;
  background-color: var(--blue);
  border-radius: 50%;
  font-size: 2rem;
  color: var(--wh);
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#interviewMV figure{
  position: relative;
}
#interviewMV figure img{
  margin-inline: calc(50% - 50vw);
  max-width: none;
	width: 100vw;
}
#interviewMV figcaption{
  position: absolute;
  bottom: min(7.18vw, 79px);
  left: 0;
  line-height: 1;
  font-weight: bold;
}
#interviewMV figcaption span{
  display: inline-block;
  background-color: var(--wh);
  padding: 0.52em 0 0.54em 0.5em;
}
#interviewMV figcaption span:not(:first-child){
  margin-top: 4px;
}

#interviewIntro .imgs{
  gap: 30px 8%;
}
#interviewIntro figure{
  width: 46%;
}
#interviewIntro img{
  width: 100%;
  aspect-ratio: 1 / 1;
}
#interviewIntro figcaption{
  margin-top: 11px;
  text-align: center;
}
#interviewIntro figcaption span{
  display: block;
  font-size: 1.33em;
  font-weight: 500;
}
#interviewIntro dl{
  background-color: #F0FAFD;
  border-radius: 20px;
}
#interviewIntro dt{
  display: block;
  font-size: 1.33em;
  font-weight: 500;
}
#interviewIntro dd ol{
  counter-reset: number;
}
#interviewIntro dd li{
  counter-increment: number;
  position: relative;
  margin-top: 0.5em;
  padding-left: 1em;
}
#interviewIntro dd li::before{
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.interviewBox h4{
  margin-bottom: 1.15em;
  color: var(--blue);
  line-height: 1.5em;
}
.interviewBox dd.flex p{
	flex: 1;
}

.interviewBoxQA dt{
  display: block;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--gray);
  font-size: 1.33em;
  line-height: 1.5em;
  font-weight: 500;
}
.interviewBoxQA dd + dt{
  margin-top: 2.6em;
}
.interviewBoxQA dd p span{
  color: var(--orange);
}

.interviewBox dd.flex{
  gap: 50px 4.5%
}
.interviewBox dd.flex figure{
  position: relative;
}
.interviewBox dd.flex figure img{
	width: 100%;
  aspect-ratio: 1 / 1;
}
.interviewBox dd.flex figcaption{
  position: absolute;
  inset: auto 0 0 0;
  display: block;
  transform: translateY(50%);
  margin: 0 auto;
  width: 104px;
  background-color: var(--green);
  border-radius: calc(infinity * 1px);
  color: var(--wh);
  text-align: center;
}

.interviewBox .pcFlex{
  gap: 50% 7.2%;
}
.interviewBox .pcFlex figure img{
	border-radius: 20px;
}

#interviewBox06 > figure img{
  border-radius: 20px;
}


/*		#environment
-----------------------------*/
#environment{
  background-color: #E2FDFF;
}
#environment .inner1100{
  position: relative;
}
#environment h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 54px;
  display: block;
  aspect-ratio: 250 / 184;
  width: 250px;
  background: url(../images/enviroment_illust.svg) no-repeat center center / 100% 100%;
}
#environment h3{
  display: flex;
  align-items: center;
  gap: 0.78em;
  color: var(--green);
  line-height: 1;
}
#environment h3 span:has(img){
  font-size: 0;
  width: 80px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: var(--green);
}
#environment h3 span img{
  width: 50px;
  aspect-ratio: 1 / 1;
}
#environment .inner1100 .leadTxt + p{
  line-height: 1.5;
}
.environmentBoxWrap{
  gap: 40px 3.6%;
}
.environmentBoxWrap dl{
  background-color: var(--wh);
  border-radius: 20px;
  padding: 24px 24px 28px;
}
.environmentBoxWrap dl dt{
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--green);
}
#environmentBoxWrap02 dt span:has(img){
  font-size: 0;
  margin-bottom: 10px;
  width: 80px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: var(--green);
  background-color: #CFF4EC;
}
#environmentBoxWrap02 dt span img{
  width: 50px;
  aspect-ratio: 1 / 1;
}
.balloonWrap{
  position: relative;
  width: min(100%, 860px);
  margin: 97px auto 0;
  padding-left: 3.4%;
  z-index: 10;
}
.balloonWrap li{
  display: flex;
  align-items: center;
  gap: 5.2%;
}
.balloonWrap li:nth-of-type(2){
  flex-direction: row-reverse;
}
.balloonWrap li p{
  position: relative;
  flex: 1;
  display: grid;
  place-content: center;
  background-color: var(--wh);
  border-radius: calc(infinity * 1px);
}
.balloonWrap li p::after{
  position: absolute;
  top: 100%;
  left: 84px;
  content: "";
  width: 60px;
  aspect-ratio: 60 / 26;
  background: url(../images/ic_balloon_bg_left.svg) no-repeat center bottom / 100% auto;
}
.balloonWrap li:nth-of-type(2) p::after{
  left: auto;
  background: url(../images/ic_balloon_bg_right.svg) no-repeat center bottom / 100% auto;
}


/*		#message
-----------------------------*/
#message{
  position: relative;
  background-color: #98E9FF;
  border-radius: 100px 100px 0 0;
}
#message:before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--wh);
  border-radius: 50%;
  z-index: 1;
  opacity: 0.27;
}
#message h2{
  position: relative;
  z-index: 2;
}
#message .pcFlex{
  position: relative;
  gap: 5.9%;
  z-index: 2;
}
#message .pcFlex img{
  border-radius: 20px;
}
#message .pcFlex .txts p.right span{
  font-size: 1.333em;
}

/*		#faq
-----------------------------*/
#faq dt,
#faq dd div{
  display: flex;
  align-items: flex-start;
  gap: 2.2%;
}
#faq dt{
  position: relative;
  background-color: #F0FAFD;
  align-items: center;
  font-weight: 500;
  font-size: 1.33em;
  line-height: 1.5;
  cursor: pointer;
}
#faq dt::before,
#faq dt::after{
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-color: var(--base);
  transition: all 0.3s;
}
#faq dt::before{
  width: 17px;
  height: 1px;
}
#faq dt::after{
  width: 1px;
  height: 17px;
  transform: translateY(-50%);
}
#faq dt.active::before{
  width: 17px;
  height: 1px;
  transform: scale(0);
  opacity: 0;
}
#faq dt.active::after{
  top: calc(50% - 8px);
  width: 1px;
  height: 17px;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: center;
}
#faq dt span:first-child,
#faq dd span{
  display: grid;
  place-content: center;
  width: 56px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--blue);
  color: var(--wh);
}
#faq dt span:nth-of-type(2),
#faq dd p{
  flex: 1;
}
#faq dd.accBox{
  display: none;
}


/*		#recruitment
-----------------------------*/
#recruitment{}


#recruitment .js-tab{
  gap: 20px 1.8%;
}
#recruitment .js-tab li{
  width: min(49.1%, 262px);
}
#recruitment .js-tab li a{
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  border: 1px solid;
  border-radius: calc(infinity * 1px);
  background: var(--wh);
  border: 1px solid var(--blue);
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--blue);
  z-index: 1;
  transition: color 0.3s ease;
}
#recruitment .js-tab li.active a{
  background: var(--blue);
  color: var(--wh);
}


.recruitmentInfo {
  width: 100%;
  border-top: 1px solid #D9D9D9;
}
.recruitmentInfo  dt {
  font-weight: bold;
  background-color: #fff;
}
.recruitmentInfo  dd {
  background-color: #fff;
}
.recruitmentInfo  dd p:not(:last-child),
.recruitmentInfo  dd ul:not(:last-child){
  margin-bottom: 1em;
}
#recruitment .imgs{
  gap: 40px 3.6%;
}
#recruitment .imgs img{
  border-radius: 20px;
}

/* =======================================
  タブ
========================================== */
.js-tab {
  display: flex;
  flex: row wrap;
}

.js-tab li {
  cursor: pointer;
}
.js-tab li a{
  pointer-events: none;
}

.tabPanelArea {
}

.tabPanel {
  display: none;
}

.tabPanel.active {
  display: block;
}


/* =======================================
contact
========================================== */

#contactLead figure img{
  border-radius: 20px;
}
#contactLead p + p{
  margin-top: 1em;
}
#contact .linkArea{
  position: relative;
}
#contact .linkArea::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  aspect-ratio: 176 / 176;
  background: url(../images/contact_illust.svg) no-repeat center center / 100% 100%;
}

#telArea{
	gap: 20px min(10.5vw,147px);
  background-color:#FEFDD5;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
}
#telArea p .fontEN{
	color: var(--orange);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	position: relative;
}
#telArea p .fontEN::before{
	content: "";
	background: url("../images/contact_ic_tel.svg") no-repeat left top / 100% auto;
	display: inline-block;
	position: absolute;
	left: 0;
  top: 50%;
  transform: translateY(-50%);
	aspect-ratio: 23 / 31;
}
#telArea p a{
	color: var(--orange);
	display: inline-block;
}
#telArea p .time{
	display: block;
}


/* =======================================
	form
========================================== */
form#mailformpro dl dt{
  float: none;
  text-align: left;
}
.formArea form#mailformpro dl.formBoxType dt,
.formArea form#mailformpro dl.formBoxType dd,
.formArea form#mailformpro dl.formBoxOthers dt,
.formArea form#mailformpro dl.formBoxOthers dd{
  border-top: none;
  font-size: 1em;
}
.formArea form#mailformpro dl.formBoxType dt{
  letter-spacing: 0.1em;
}
.formArea form#mailformpro dl.formBoxType dd{
  line-height: 2.8;
}
/* ラジオボタン自体のデザイン */
.formArea form#mailformpro dl.formBoxType dd input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;

  cursor: pointer;
  margin-right: 15px;
  margin-left: -3px;
}
.formArea form#mailformpro dl.formBoxType dd input[type="radio"]:checked {
  border: 2px solid #ffffff;
  background-color: #0075ff;
}

.formArea form#mailformpro dl.formBoxOthers dt{
  letter-spacing: 0.1em;
}
.formArea select,
.formArea input[type="text"],
.formArea input[type="email"],
.formArea textarea{
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  box-shadow: none;
}
.formArea input[type="text"],
.formArea input[type="email"],
.formArea textarea{
	width: 100%;
  padding: 20px 15px;
}
.formArea textarea{
  height: 201px;
}
.formArea ::placeholder {
  color: #E1E1E1;
}
.formArea form#mailformpro input[type="file"]::file-selector-button{
  display: inline-block;
  background-color: #D9D9D9;
  color: var(--base);
  padding: 13px 19px 13px 16px;
  cursor: pointer;
  border: none;
  box-shadow: none;
  outline: none;
}
.formArea form#mailformpro .mfp_element_file{
  font-size: 1em;
  border: none;
  box-shadow: none;
  background: transparent;
}
.formArea form#mailformpro .mfp_element_file.mfp_ok{
  background: transparent;
}
.formArea .inputFileLabel:hover {
  opacity: 0.7;
}


.formFoot p.contactPrivacy + p{
 margin-top: 10px;
  letter-spacing: 0.1em;
}
.formFoot input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 21px;
  height: 21px;
  border: 1px solid #707070; /* リセットされるため枠線が必要になります */
  background-color: #fff;
  cursor: pointer;
  position: relative;

  margin: 0 18px 0 0;
  transform: translateY(0.25em);
}

/* チェック時のスタイル（例） */
.formFoot input[type="checkbox"]:checked {
}

/* チェックマークの描画（例） */
.formFoot input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 7px;
  width: 6px;
  height: 16px;
  border: solid var(--base);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.formFoot p{
}
.formBtn .confirm{
  text-align: center;
}
.formBtn .confirm .btn input[type="submit"]{
	border: none;
	margin: 0 auto;
  background-color: transparent;
  cursor: pointer;
  color: var(--wh);
  letter-spacing: 0.1em;
}
.formBtn .confirm .btn:hover input[type="submit"]{
  color: var(--orange);
}
.formBtn .confirm .btn{
  cursor: pointer;
}


/* =======================================
	privacypolicy
========================================== */
.js-popup-pp{
  cursor: pointer;
}
.js-popup-bg{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, .71);

  display: none;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  z-index: 9999;
}
#privacypolicy{
  position: fixed;
  inset: 0;
  width: min(90%, 900px);
  height: 90%;
  background-color: #ffffff;
  border-radius: 30px;
  margin: auto;
  padding: 0;
  z-index: 10000;

  display: none;
  opacity: 0;

  transform: scale(0);
  transition: all 0.3s;
}
.js-popup-bg.active,
#privacypolicy.active{
  display: block;
  opacity: 1;
  transform: scale(1);
}
.privacypolicyScroll{
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.privacypolicyInner {
  box-sizing: border-box;
}
#privacypolicy h2{
  margin-bottom: 0.89em;
  font-size: min(5.87vw, 32px);
}
#privacypolicy h3{
  margin-block: 2em 1em;
  font-size: min(4.8vw, 20px);
  font-weight: 500;
}
#privacypolicy p + p{
  margin-top: 1em;
}
#privacypolicy p a,
#privacypolicy li a{
}
#privacypolicy .js-popup-content-close {
  position: absolute;
  top: 10px;
  right: min(2vw, 20px);
  z-index: 10001; 
  display: grid;
  place-content: center;
  width: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--blue);
  border-radius: 50%;
}
#privacypolicy .js-popup-content-close::before,
#privacypolicy .js-popup-content-close::after{
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2px;
  height: 44%;
  background-color: var(--wh);
}
#privacypolicy .js-popup-content-close::before{
  transform: rotate(-60deg);
}
#privacypolicy .js-popup-content-close::after{
  transform: rotate(60deg);
}


/* =======================================
  thanks
========================================== */
#thanksContent{
  place-content: center;
  min-height: calc(100svh - 100px);
 padding: 50px 5%;
 text-align: center;
}

/* =======================================
  error 
========================================== */

#error{
 padding: 50px 5%;
 text-align: center;
}
#error .title{
 margin-bottom: 30px;
 font-size: 24px;
 font-weight: 700;
 line-height: 1.4;
 text-align: center;
}
#error .lead01{
 margin-top: 10px;
}
#error .lead02{}
#error .point{
 margin-top: 20px;
}
#error .point li{
 margin-bottom: 5px;
 text-indent: -1em;
 padding-left: 1em;
}