@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.w100,
textarea {
  width: 100%;
  border: 1px solid var(--gray) !important;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #ffffff;
  box-shadow: none !important;
}
input[type="file"],
input.file {
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #353750;
  border-radius: 0.23em;
  background: #FFFFFF;
}
.mfp_element_file {
    font-size: inherit !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: inherit !important;
}
::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: 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: var(--base);
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.8;
}
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;
}


/*フォントファミリー
========================================== */
.fontMin {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}


/*色
========================================== */
:root {
  --base: #202020;
  --bk: #000000;
  --wh: #FFFFFF;
  --yellow: #FFF9B5;
  --Lyellow: #FFFFD0;
  --gray: #444444;
  --Lgray: #ACACAC;
}

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

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgYellow{ background: var(--yellow) !important;}
.bgLYellow{ background: rgba(255, 253, 222, 1) !important;}
.bgGray {  background: var(--gray) !important;}
.bgLGray {  background: var(--Lgray) !important;}
.bgW{  background: var(--wh) !important;}

/*装飾
========================================== */
.imgShadow{
	position: relative;
}
.imgShadow::after{
	position: absolute;
  inset: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--Lyellow);
  transform: translate(10px, 10px);
  z-index: -1;
}

/*ボタン
========================================== */
.btnWrap{
  margin-top: 50px;
}
.btnWrap .btn{
	margin: 0 auto;
}

.btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10.6px 30px 10.6px 20px;
  background-color: var(--yellow);
  font-size: min(3.75vw,1.6rem);
  letter-spacing: 0.1em;
  font-weight: 700;
}

.btn span{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.btn.btnL span{
  text-align: left;
}

.btnBD {
  background-color: var(--wh);
}
.btn::before,
.btnBD::before,
.btnBD::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  box-sizing: inherit;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale3d(1, 1, 1);  
}
.btn:not(.btnBD)::before {
  background-color: var(--wh);
  transform: scale3d(0, 1, 1);
}
.btnBD::before {
  border: solid var(--bk);
  border-width: 1px 0 1px 0;
}
.btnBD::after {
  border: solid var(--bk);
  border-width: 0 1px 0 1px;
}
.btn:not(.btnBD):hover::before {
  transform: scale3d(1, 1, 1);
}
.btnBD:hover::before {
  transform: scale3d(0, 1, 1);
}
.btnBD:hover::after {
  transform: scale3d(1, 0, 1);
}

.btnRound {
  border-radius: calc(infinity * 1px);
}

.btnWrap .balloon{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.btnWrap .balloon span{
  margin: auto;
	letter-spacing: 0.1em;
}

.icArrow::after{
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: solid var(--base);
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
}
span.icArrow::after{
  right: 0;
}

/*タイトル
========================================== */
#top .h2Tit,
.pgs .h3Tit{
  margin-bottom: 0.7em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: normal;
  color: var(--base);
}
#top .h2Tit{
  margin-bottom: 0.7em;
}
.pgs .h3Tit{
  margin-bottom: 40px
}
#top .h2Tit span,
.pgs .h3Tit span{
  position: relative;
  padding-left: 2.3rem;
}
#top .h2Tit.center span,
.pgs .h3Tit.center span{
  padding-right: 2.3rem;
}
#top .h2Tit span::before,
.pgs .h3Tit span::before{
  position: absolute;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-color: var(--yellow);
  width: min(2.9vw, 1.1rem);;
  height: min(2.9vw, 1.1rem);;
}
.enTit{
  position: relative;
  font-size: min(13.2vw, 9.6rem);
  font-weight: 400;
  line-height: 1;
  color: var(--Lyellow);
}
.enTit span.fontS{
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: min(4.8vw, 1.8rem);
  letter-spacing: 0.08em;
  color: var(--base);
}
#top .h3Tit,
.pgs .h4Tit{
  margin-bottom: 0.7em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: normal;
}

/*テキスト
========================================== */
.subTit{
  margin-bottom: 0.7em;
  font-size: min(1.8vw, 1.8rem);
  font-size: min(4.8vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--base);
}

#leadArea{
  padding: 100px 0 60px;
}
.leadTxt{
	margin-bottom: 20px;
  font-size: min(1.8vw, 1.8rem);
  font-size: min(4.8vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.85;
  text-align: center;
}

.secTxt,
.secTxt p{
  font-size: min(1.2vw,12px);
  font-size: min(3.2vw, 1.2rem);
  line-height: 1.83em;
  font-weight: 400;
}

.pgs section p + p{
  margin-top: 1em;
}



/* =======================================
  breadcrumb
========================================== */
#breadcrumb{
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 10px auto;
}
#breadcrumb ul{
}
#breadcrumb li{
	display: inline-block;
	font-size: 14px;
	color: var(--base)
}
#breadcrumb li a{
	color: var(--base)
}
#breadcrumb li a:after{
	content: '>';
	padding-left: 10px;
	padding-right: 5px;
	color: var(--base)
}
#breadcrumb li>span:after{
  content: ' | '
}

#breadcrumb li:nth-of-type(3) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 10em;
  vertical-align: middle;
}

/* =======================================
  ページャー
========================================== */
/*-- 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: space-between;
	align-items: center;
  gap: 50px;
	max-width: 800px !important;
  position: relative;
  width: 90%;
  margin: 50px auto 0;
}
.pager a{
	background: var(--base);
  color: var(--wh);
	display: grid;
  align-items: center;
  justify-content: center;
 width: 160px;
 padding: 10px 0;
 border-radius: 3px;
  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(--wh) solid;
  border-left: 2px var(--wh) solid;
	left: 15%;
}
.pager .pagerNext::after{
	border-top: 2px var(--wh) solid;
  border-right: 2px var(--wh) solid;
	right: 15%;
}



/*
　ボックス、リスト
========================================== */
.txtImgBox{
  margin-top: 60px;
}
.bdBox{
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid var(--Lgray);
  width: 100%;
  padding: 50px 4% 60px;
}
.bdBox::before{
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--Lyellow);
  transform: translate(20px, 20px);
  z-index: -1;
}


/*-- 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{
  position: relative;
 padding: 0 0 0 2em;
 margin-bottom: 8px;
 font-size: 2rem;
 line-height: 1.8;
}
.checkList li::before{
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: var(--Lyellow);
  border: 1px solid var(--gray);
}
.checkList li::after{
  position: absolute;
  top: -0.1em;
  left: 0.5em;
  content: "";
  display: block;
  width: 0.4em;
  height: 1.2em;
  border: solid var(--gray);
  border-width: 0 2px 2px 0;
  transform: rotate(30deg);
}

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

.flowList{
  margin: 40px auto 0;
  gap: 40px min(5.4vw,60px);
}
.flowList li{
  position: relative;  
}
.flowList li figure{
  position: relative;
}
.flowList li + li figure::before{
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid var(--gray);
  border-width: 6px 6px 0 0;
  transform: translateY(-50%) rotate(45deg);
}
.flowList li .num{
  position: absolute;
	top: -20px;
  left: -30px;
  font-weight: 700;
  line-height: 1em;
	border: 1px solid var(--base);
  border-radius: calc(infinity * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
}
/**/

/* =======================================
	header
========================================== */
header {
	width: calc(100% - 16px);
  margin: 0 auto;
	z-index: 100;
  transition: top 0.6s;
}
header.fixed {
	position:fixed;
	top:0;
  right: 0;
  left: 0;
  transition: top 0.6s;
  background-color: rgba(255, 255, 255,.9);
}
#headerInner{
  position: relative;
	padding: 44px 0 0;
}
header .headerTopTxt{
  position: absolute;
  top: 0.857em;
  left: 0;
  margin: 0 0 0 min(3.57vw,50px);
  font-size: min(1.4vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: normal;
  color: var(--gray);
}
header #logo{
 width: 311px;
 margin: 14px 10px 14px min(3.57vw,50px);
 font-size: 0;
}
header #logo a{
  display: block;
}
header #logo a img{
  width: 100%;
  height: auto;
}
#gnaviList .tel a{
  font-size: min(2.67vw,3.2rem);
  color: #000000;
    line-height: 1em;
    white-space: nowrap;
}
#gnaviList .tel .time{
  display: block;
  font-size: min(1.67vw,1.25em);
  font-weight: 400;
  color: #000000;
    line-height: 1em;
}

/* =======================================
	footer/#footContact
========================================== */
#footContact {
  position: relative;
 border-top: 1px  var(--Lgray) solid;
 padding: 65px 0 46px;
}

.footContactBtn{
	width: min(100%, 248px);
	padding: 68px 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 60px 60px;
}
#btnTel.footContactBtn{
  position: relative;
	background-image: url(../images/ic_tel.svg);
}
#btnContact.footContactBtn{
	background-image: url(../images/ic_email.svg);
}

#btnTel.footContactBtn .tel{
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
#btnTel.footContactBtn .tel a{
  font-size: 4rem;
  font-weight: 500;
  line-height: 1em;
}
#btnTel.footContactBtn .time{
  display: block;
	font-size: 1.8rem;
	font-weight: 500;
}
#btnTel.footContactBtn .time .fontS{
	font-size: 1.6rem;
}
#btnContact.footContactBtn p{
	font-size: min(5vw,1.5rem);
	font-weight: 700;
  text-align: center;
	letter-spacing: 0.1em;
}
#btnContact.footContactBtn > div{
	margin-top: 8px;
	width: min(100%,249px);
	height: 58px;
}
#btnContact.footContactBtn .btn{
  width: 100%;
	height: 100%;
}
#btnContact.footContactBtn .btn:before{
  z-index: -1;
}

#footContact .btnContact a:hover{
 opacity: .7;
}
/* =======================================
	footer/#footBottom
========================================== */
footer{
 padding: 86px 0 0;
}

#footBottom{
 position: relative;
 background-color: var(--Lyellow);
 padding: 74px 0 33px;
}
#footerLogo{
 width: min(75%,311px)
}

#footBottom .address{
  line-height: 1.375em;
  letter-spacing: 0.04em;
}
#footBottom .tel{
  font-weight: 400;
}
#footBottom .tel a{
  white-space: nowrap;
}
#footBottom .tel .time{
  font-size: 1.4rem;
}
#footBottom .tel .time .fontS{
  font-size: 1.2rem;
}

#footBottomCopy{
  margin-top: 95px;
  text-align: center;
}
footer .copy{
  font-size: 1.2rem;
  font-weight: 400;
}


#pageTop{
	position: fixed;
 right: 7.1vw;
 bottom: 100px;
	z-index: 10;
}
#pageTop a{
  display: grid;
  place-content: center;
  color: var(--LLblue);
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
 text-shadow: 0 0 2px var(--blue);
}
#pageTop a::before{
 content: "";
 display: block;
 background: url("../images/ic_pagetop.svg") no-repeat left top/100% auto;
 border: 1px var(--blue) solid;
 border-radius: 50%;
 width: 53px;
 height: 53px;
 margin: 0 auto 13px;
}

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

/*タイトル
========================================== */
/*-- mainTitle --*/

.mainTitle{
  position: relative;
  background-color: var(--Lyellow);
  height: 150px;
  color: var(--base);
  display: grid;
  justify-content: center;
  align-items: center;
	line-height: 1;
	margin-top: 20px;
}
.mainTitle h2{
 position: relative;
 font-size: 4rem;
 z-index: 1;
 text-align: center;
 line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.mainTitle h2 span{
 display: block;
 font-size: 80%;
}


/*		leadTxt
-----------------------------*/
.leadWrap,
.leadWrap:has(+ section.bgLpink){
    padding: 100px 0;
}
.leadWrap:has(+ section){
    padding: 100px 0 0;
}
.pgs .leadWrap .leadTxt{
    text-align: center;
}

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

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

table.basicTable{
	display: table;
  width: 100%;
}
table.basicTable thead{
	width: 100%;
}
table.basicTable thead th{
	background: var(--base);
	border-right: 1px solid var(--wh);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 700;
	text-align: center;
}
table.basicTable thead th span{
	display: block;
	font-size: 88%;
}
table.basicTable tbody th{  
  padding: 15px 2.5%;
  width: 30%;
	background: var(--gray);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 700;
}
table.basicTable.col50 tbody th{
  width: 50%;
}
table.basicTable tbody td{
	border-right: 1px solid var(--gray);
	border-bottom: 1px solid var(--gray);
}
table.basicTable tbody tr:last-of-type th{
	border-bottom: 1px solid var(--gray);
}
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;
}


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


/*----*/

.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pageLinks li a{
  position: relative;
  background: var(--Lyellow);
  color: var(--base);
  display: grid;
  place-content: center;
  max-width: 100%;
  height: 100%;
  text-align: center;
}


/*
　ボックス、リスト
========================================== */
.txtImgBox.pcFlex,
.txtImgBox.flex,
.txtImgBox.flexWrap{
	gap: 20px 4%;
  align-items: center;
}

/*circleImgTxts*/
.circleImgTxts figure{
  display: grid;
  place-content: center;
  width: min(100%,250px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 0 auto 2rem;
	background: var(--wh);
	border: 15px solid var(--Lyellow);
}
.circleImgTxts:not(.flowList) figure img[src$=".jpg"],
.circleImgTxts:not(.flowList) figure img[src$=".png"]{
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}
.circleImgTxts .txts .em{
  display: block;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

/*flowList*/
.flowList.circleImgTxts figure{
  width: min(19.6vw,230px);
}


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

/*		#mv
-----------------------------*/
#mv{
 position: relative;
 padding: 0;
}
#mvSlider{
 position: relative;
  z-index: 1;
}
#mvSlider img{
	width: 100%;
	height: 100%;
	aspect-ratio: 750 / 557;
    object-fit: contain;
}

#mvTxts h2{
	font-size: min(6.4vw,34px);
 line-height: 1.6;
 font-weight: 400;
 color: var(--gray);
 text-align: center;
 letter-spacing: 0.14em;
}
#mvTxts h2 > span{
	font-size: min(7.4vw,36px);
  position: relative;
  display: inline-block;
  height: min(3.6vw,46px);
  height: auto;
  margin: 0 40px 0 20px;
}
#mvTxts h2 > span::before,
#mvTxts h2 > span::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  border: solid var(--gray);
}
#mvTxts h2 > span::before{
  top: 0;
  left: -20px;
  border-width: 1px 0 0 1px;
}
#mvTxts h2 > span::after{
  bottom: 0;
  right: -20px;
  border-width: 0 1px 1px 0
}
#mvTxts p{
  margin-top: 95px;
  text-align: center;
  font-weight: 600;
  line-height: 2.25em;
 color: var(--gray);
}

/*		#topConcept
-----------------------------*/
#topConcept{
  margin-top: 24px;
  padding: min(9.36vw,131px) 0 60px;
	background: url("../images/top_concept_bg.svg") no-repeat center top / 100%;
}
.topConceptListWrap{
  margin: 65px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 75px;
}
.topConceptListWrap::before{
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% / cos(35deg));
  background-color: var(--Lgray);
  transform: rotate(35deg);
  transform-origin: center;
}
.topConceptList{
  display: flex;
  flex-direction: column;
  gap: min(2vw,28px) 0;
}
.topConceptList:nth-of-type(2){
  margin-top: min(calc(2vw*5),140px);
}
.topConceptList li{
  font-size: min(5.34vw,2.8rem);
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#topConceptCont .imgs{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* 子要素間の間隔 */
  margin: 0 auto;
  padding: 50px 0 60px;
  width: min(47.5%,507px);
}
#topConceptCont .imgs figure {
  flex: 1;
}
#topConceptCont .imgs figure:first-child {
  transform: translateY(50px);
}
#topConceptCont .imgs figure:last-child {
  transform: translateY(-50px);
}
#topConceptCont .imgs figure{
  position: relative;
}
#topConceptCont .imgs figure::before{
  position: absolute;
  inset: 0 0 0 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--Lyellow);
  transform: translate(-10px, 10px);
  z-index: -1;
}

#topConceptTxts{
  width: min(100%, 880px);
  margin: 28px auto;
}
#topConceptTxts p{
	letter-spacing: 0.08em;
}
#topConceptTxts p + p{
  margin-top: 0.875em;
}


/*		#topCompany
-----------------------------*/
#topCompany {
  padding: 60px 0 40px;
}
#topCompany .pcFlex .imgs figure{
  width: 100%;
}
#topCompany .txts .btnWrap{
  margin-top: 19px;
}
#topCompany .imgs{
  position: relative;
}
#topCompany .imgs::after{
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 6.5vw;
  content: "";
  display: block;
  width: min(10.8vw,108px);
  height: min(10.8vw,108px);
  background: url("../images/top_company_illust01.png") no-repeat center / 100%;
}

/*		#topSustainability
-----------------------------*/
#topSustainability{
  padding: 40px 0 45px;
}
#topSustainability .imgs{
  position: relative;
  margin: 30px auto 0;
  padding: 0 0 52px 0;
  width: min(42.1%, 421px);
}
#topSustainability .imgs::before{
  position: absolute;
  right: 10px;
  bottom: 0;
  content: "";
  display: block;
  width: min(calc(200/1000*100vw),200px);
  height: min(calc(200/1000*100vw),200px);
  background-color: var(--Lyellow);
  z-index: -1;
}
#topSustainability .imgs figure:first-child::after{
  position: absolute;
  bottom: -65px;
  right: calc(100% - 7.57vw);
  content: "";
  display: block;
  width: min(16.7vw,167px);
  height: min(16.7vw,167px);
  background: url("../images/top_sustainability_illust01.png") no-repeat center / 100%;
}
#topSustainability .imgs figure:first-child{
  position: relative;
  width: min(calc(293/421*100%), 293px);
}
#topSustainability .imgs figure:first-child::before{
  position: absolute;
  inset: 0 0 0 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--Lyellow);
  transform: translate(-10px, 10px);
  z-index: -1;
}
#topSustainability .imgs figure:last-child{
  position: absolute;
  bottom: 10px;
  right: 0;
  width: min(calc(200/1000*100vw),200px);
  height: min(calc(200/1000*100vw),200px);
}
#topSustainability .txts .btnWrap{
  margin-top: 19px;
}

/*		#topServices
-----------------------------*/
#topServices{
  padding: 45px 0 57px;
}
#topServicesList li{
	width: calc(84.4%/3);
  text-align: center;
}
#topServicesList li figure{
  margin-bottom: 1.5rem;
}
#topServicesList li h3{
  margin-right: -2vw;
  margin-left: -2vw;
}
#topServicesList li p{
  font-size: 1.4rem;
  line-height: 1.7em;
  letter-spacing: 0.04em;
}

/*		#topRecruit
-----------------------------*/
#topRecruit a{
  display: block;
  position: relative;
  margin: 57px 0 12px;
}
#topRecruit a::before {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 3.3vw;
    content: "";
    display: block;
    width: min(17.5vw,175px);
    height: min(17.5vw,175px);
    background: url(../images/top_recruit_illust01.png) no-repeat center / 100%;
    z-index: 1;
}
#topRecruit a figure{
  width: 100%;
  height: 505px;
}
#topRecruit a figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#topRecruit a .inner1000{
  position: absolute;
  inset: 0 0 0 0;
  padding: 76px 0;
}
#topRecruit .txts{
  width: min(66%,426px);
  margin: 0 0 0 auto;
}
#topRecruit .txts .enTit{
  color: var(--Lgray);
}
#topRecruit .txts .enTit .fontS{
  color: var(--wh);
  text-shadow:0px 0px 4px var(--Lgray), 0px 0px 4px var(--Lgray);
}
#topRecruit .txts p{
  color: var(--wh);
	letter-spacing: 0.04em;
  text-shadow:0px 0px 8px var(--Lgray), 0px 0px 8px var(--Lgray);
}
#topRecruit .txts p.subTit{
  margin-top: 10px;
  font-size: min(6.5vw, 2.8rem);
	letter-spacing: 0.1em;
}
#topRecruit .txts p.subTit span{
  letter-spacing: 0.12em;
}
#topRecruit .txts p:not(.subTit){
  font-size: min(3.8vw, 1.8rem);
  line-height: 1.56em;
}

/*		#topNews
-----------------------------*/
#topNews{
  padding: 100px 0 0;
}
.cat{
 background: var(--base);
	display: inline-block;
 padding: 7px 14px 9px;
 color: var(--wh);
 font-size: 1.6rem;
 font-weight: 500;
	line-height: 1;
 text-align: center;
}
#topNews ul{
 padding: 0;
}
#topNews ul li{
 border-bottom: 1px  var(--Lgray) solid;
 font-weight: 500;
}
#topNews ul li a{
 display: flex;
 align-items: flex-start;
 gap: 0 4%;
 padding: 20px 0;
}
#topNews ul li .date{
 width: 75px;
 font-weight: 700;
 color: var(--Lgray);
}
#topNews ul li .cat{
 min-width: 86px;
  font-size: 1.2rem;
 font-weight: 500;
}
#topNews ul li div{
  flex: 1;
  font-size: 1.4rem;
 font-weight: 500;
}


/* =======================================
   #company
========================================== */
#companyMessage figure img{
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#companyMessage p.right{
  font-size: 1.4em;
}

#companyPhilosophy{
  position: relative;
}
#companyPhilosophy::before,
#companyPhilosophy::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  margin: 0 auto;
  display: inline-block;
  border: solid var(--Lgray);
}
#companyPhilosophy::before{
  inset: 0 0 auto 0;
  border-width: 0 0 0 1px;
  transform: translate(10%, 0) skew(-35deg);
}
#companyPhilosophy::after{
  inset: auto 0 0 0;
  border-width: 0 1px 0 0;
  transform: translate(-10%, 0) skew(-35deg);
}
#companyPhilosophy .fontMin:has(p){
  margin-top: 60px;
}
#companyPhilosophy p{
  font-size: 1.8rem;
}

.map iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}


/* =======================================
   #sustainability
========================================== */
#sustainabilityAbout{
	padding-top: 50px;
}
#sustainabilityAbout figure img{
  margin: 0 auto;
  width: min(100%,680px);
}
#sustainabilityEnvironment .sustainabilityTtl::before,
#sustainabilityEnvironment .sustainabilityBox .txtImgBox .imgs{
background: #f5ffe7;
}
#sustainabilityEnvironment .sustainabilityTtl,
#sustainabilityEnvironment .sustainabilityTtl .en span{
	color: #85da3a;
}
#sustainabilitySocial .sustainabilityTtl::before,
#sustainabilitySocial .sustainabilityBox .txtImgBox .imgs{
background: #fffbdf;
}
#sustainabilitySocial .sustainabilityTtl,
#sustainabilitySocial .sustainabilityTtl .en span{
	color: #ffc66b;
}
#sustainabilityGovernance .sustainabilityTtl::before,
#sustainabilityGovernance .sustainabilityBox .txtImgBox .imgs{
background: #eafeff;
}
#sustainabilityGovernance .sustainabilityTtl,
#sustainabilityGovernance .sustainabilityTtl .en span{
	color: #70d6da;
}
.sustainabilityTtl{
	margin-bottom: 0;
  font-weight: 500;
padding-left: 25px;
	position: relative;
}
.sustainabilityTtl::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.flex:has(.sustainabilityTtl){
  gap: 30px min(3vw,30px);
}
.sustainabilityTtl .en{
	color: var(--base);
	display: block;
  line-height: 1em;
  font-weight: 700;
}
.sustainabilityTtl .en span{
	font-size: 1.6em;
}
.sdgsIc.flexWrap{
  gap: 10px min(1vw,10px);
  align-items: flex-start;
}
.sustainabilityBox .txtImgBox .imgs{
  display: grid;
  place-content: center;
  background-color: var(--Lyellow);
  border-radius: 50%;
}
.sustainabilityBox .txtImgBox .imgs img{
  margin: auto;
}
#sustainabilityGovernance .txtImgBox .imgs img{
  width: 66px;
}
.sustainabilityBox .txtImgBox li{
  font-weight: 500;	
}


/* =======================================
   #services
========================================== */
.reasonList{
  gap: 40px 4%;
}
.reasonList.circleImgTxts figure{
  height: auto;
}
.reasonList .btn.btnL{
  padding: 10.6px 10px 10.6px 15px;
}

#servicesContent .txtImgBox figure{
	border: none;
  width: 300px;
	position: relative;
	z-index: 5;
}
#servicesContent .circleImgTxts .txts{
	position: relative;
}
#servicesContent .circleImgTxts .txts::before{
	position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% / cos(35deg));
  background-color: var(--Lgray);
  transform: rotate(35deg);
  transform-origin: center;
}

.serviceList{
  margin: 30px auto 60px;
}
.serviceList dt{
  position: relative;
  display: flex;
  margin: 0 0 20px;
  padding: 20px 50px 20px 70px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
}
.serviceList dt{
  border: 1px var(--gray) solid;
}
.serviceList dt::before,
.serviceList dd::before{
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  font-size: 3rem;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}
.serviceList dt span::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: solid var(--base);
  border-width: 0 2px 2px 0;
  transition: transform .3s;
}
.serviceList dt.active span::before{
  transform: translateY(-50%) rotate(-45deg) scaleY(-1);
  transition: transform .3s;
}
.serviceList dd{
  position: relative;
  display: none;
  padding: 0 50px 50px 70px;
}
.serviceList dd p{
  font-size: 1.8rem;
}


/* =======================================
   #inspection
========================================== */
.meritsBox{
  margin: 60px auto;
  border: 1px solid var(--Lgray);
  border-radius: 20px;
  padding: 30px 4% 50px;
  text-align: center;
}

.meritsBox .checkList{
  margin: 0 auto;
}
.meritsBox .checkList li{
  text-align: left;
	padding-left: 1.75em;
}

#inspectionPhoto h4 .fontS{
  display: block;
  font-size: 0.625em;
}
#inspectionPhoto figure{
  position: relative;
  text-align: right;
}
#inspectionPhoto figure img{
  width: 60%;
}
#inspectionPhoto figure img:nth-of-type(2){
  margin: 10px 0 0 auto;
  position: relative;
  z-index: 2;
}

#inspectionFlow{
  padding: 100px 0 0 0;
}

/* =======================================
   #restore
========================================== */
.basicTable.priceTable tbody th{
  width: 50%;
}
.basicTable.priceTable tbody td{
  text-align: center;
}
.basicTable.priceTable:has(+ .h4Tit){
  margin-bottom: 60px;
}
.basicTable.priceTable + .indentTxt{
  margin-top: 20px;
}
.basicTable.priceTable + .indentTxt.mT0{
  margin-top: 0;
  margin-bottom: 20px;
  text-align: right;
}
#restorePrice .indentTxt{
  font-size: 0.875em;
}

/* =======================================
   #reform
========================================== */
#reformWork .flexWrap.circleImgTxts{
  gap: 30px 5%;
}
#reformWork .flexWrap.circleImgTxts li{
  width: calc(85%/4);
}
#reformWork .flexWrap.circleImgTxts li .fontS{
  font-size: 0.875em;
}


/* =======================================
   #recruit
========================================== */
.voiceBox.bdBox .balloon{
	margin: 0 auto 1em;
}
.voiceBox.bdBox .balloon span{
	display: inline-block;
	padding: 0 30px;
	position: relative;
}
.voiceBox.bdBox .balloon span::before,
.voiceBox.bdBox .balloon span::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 45px;
	bottom: 0;
}
.voiceBox.bdBox .balloon span::before{
  border-left: 1px solid var(--base);
	transform: rotate(-45deg);
	left: 0;
}
.voiceBox.bdBox .balloon span::after{
	border-right: 1px solid var(--base);
	transform: rotate(45deg);
	right: 0;
}
.voiceBox.bdBox .voiceList{
  margin: 0 auto;
}
.voiceBox.bdBox .voiceList li{
	background: var(--Lyellow);
	border: 1px dotted var(--base);
	border-radius: 10px;
  margin-top: 10px;
	padding: 15px;
  text-align: center;
}

.flexWrap.onephraseList{
  justify-content: center;
  align-items: center;
} 
.flexWrap.onephraseList li{
  line-height: 1em;
  font-weight: 500;
}
.flexWrap.onephraseList li span{
	background: var(--wh);
	display: inline-block;
	padding: 10px 15px 20px;
	position: relative;
}
.flexWrap.onephraseList li span::after{
	content: "";
  display: block;
  width: 100%;
  height: 100%;
	background: none;
  border: 1px solid var(--base);
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#recruitWork .circleImgTxts figure{
	border-color: var(--wh);
}

.recruitbox .imgs{
	position: relative;
}
.recruitbox:nth-of-type(odd) .txtImgBox .imgs{
	padding-left: 50px
}
.recruitbox:nth-of-type(even) .txtImgBox .imgs{
	padding-right: 50px
}
.recruitbox .imgs h3{
	position: absolute;
	top: 10%;
	background-color: rgba(255, 249, 181, 0.7);
	background-color: var(--wh);
	font-weight: 700;
	color: var(--gray);
}
.recruitbox:nth-of-type(odd) .imgs h3{
  padding: 0 10px 0 0;
	left: 0;
}
.recruitbox:nth-of-type(even) .imgs h3{
  padding: 0 0 0 10px;
	right: 0;
}
.recruitbox .txtImgBox .txts{
	position: relative;
}
.recruitbox .txtImgBox .txts::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
}
.recruitbox .txtImgBox .txts p{
	position: relative;
	z-index: 5;
}

/* =======================================
   #interview
========================================== */
.interviewBoxHead .txts h3 {
	background: rgba(255,255,255,.5);
  margin-top: auto;
  line-height: 1.6em;
  color: var(--base);
	display: flex;
  border: 1px solid var(--base);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.interviewBoxHead .txts .num {
  display: block;
}
.interviewBoxHead .txts .name {
  line-height: 1.2em;
  font-weight: 700;
  color: var(--wh);
}

.interviewBoxCont {
  margin-top: 30px;
}
.interviewBoxFaq dt{
  font-weight: 700;
}
.interviewBoxFaq dt span{
  display: inline-block;
  border-bottom: 1px solid var(--base);
}
.interviewBoxFaq dd + dt{
  margin-top: 30px;
}
.interviewBoxFaq dd{
  margin-top: 10px;
}

.interviewBoxSubs{
	width: min(100%,366px);
  display: flex;
  flex-direction: column; 
}
.interviewBoxSubs .certifications,
.interviewBoxSubs .messages{
	background-color: var(--Lyellow);
  flex: 1;
  padding: 30px 5% 30px 6.85%;
	position: relative;
  text-align: center;
}
.interviewBoxSubs .certifications::after,
.interviewBoxSubs .messages::after{
	content: "";
	display: inline-block;
	border: 1px solid var(--base);
	width: 100%;
	height: 100%;
	position: absolute;
	right: -10px;
	bottom: -10px;
}
.interviewBox.bgLYellow .interviewBoxSubs .certifications,
.interviewBox.bgLYellow .interviewBoxSubs .messages{
	background-color: var(--wh);
}
.interviewBoxSubs .certifications ul li,
.interviewBoxSubs .certifications p{
	margin-bottom: 15px;
	padding-left: 13px;
	position: relative;
	text-align: left;
}
.interviewBoxSubs .certifications ul li::before,
.interviewBoxSubs .certifications p::before{
	content: "";
	background: #acacac;
	display: inline-block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 0.75em;
}
.interviewBoxSubs .messages{
  margin-top: 30px;
}
.interviewBoxSubs .messages p{
	text-align: left;
}

/* =======================================
   #benefit
========================================== */
.benefitList{
	gap: 40px 4%;
}
.benefitEmployeeBoxWrap{
    justify-content: center;
	gap: 20px 2%;
}
.benefitEmployeeBox{
  width: min(100%,320px); 
  border: 10px solid var(--yellow);
  text-align: center; 
}
.benefitEmployeeBox dt{
  margin-bottom: 1em;
  font-weight: 700;
}
.benefitEmployeeBox dt figure{
	display: grid;
	align-items: center;
	justify-content: center;
}
.benefitEmployeeBox dt figure img{
	margin: 0 auto;
}
.benefitEmployeeBox dd{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.benefitOther .etcTxt{
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.benefitOther .etcTxt::after{
  content: "など";
  margin-left: 1em;
  display: inline-block;
  white-space: nowrap;
}

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


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


/*	一覧
-----------------------------*/
/**/
.newsBox + .newsBox{
  margin-top: 40px;
}
.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: 10px;
}
.newsInfo .date{
    width: 75px;
    font-weight: 700;
    color: var(--Lgray);
}
.newsInfo .cat{
    min-width: 86px;
    font-size: 1.2rem;
    font-weight: 500;
}

.newsBox h3{
  margin-bottom: 10px;
  font-size: 2rem;
}
.newsBox .txts p{
}


/*	詳細　single
-----------------------------*/
#newsDetail h3{
	margin-bottom: 20px;
	text-align: left;
}
#newsDetail .h3Tit::after{
 margin:10px 0 0 0; 
}

#newsDetail figure{
 margin-bottom: 1.6em;
}

.newsDetailCont .txts p{
  margin-bottom: 60px;
  line-height: 1.75em;
}



/* =======================================
	contact
========================================== */
.telboxWrap{
 max-width: 500px;
  margin: 60px auto;
 text-align: center;
}

.telbox{
	background: var(--wh);
}
.telbox .tel{
  text-align: center;
}
.telbox .telNum{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
}
.telbox .telNum::before{
  content: "";
  display: inline-block;
  background: url("../images/ic_tel.svg") no-repeat center / 100% 100%;
}
.telbox .time{
  display: block;
	font-weight: 500;
}
.formArea input[type="text" i] {
  margin-bottom: 8px;
}

/* =======================================
	form
========================================== */
#contactForm{
 padding-bottom: 150px;
}
.basicTable dt{
  position: relative;
}
.basicTable dt .note{
  margin-right: -2.5%;
  font-weight: 500;
}
#contactForm .basicTable dt .note{
  text-align: left;
}
.basicTable .hissu{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: 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{
  width: 100% !important;
  height: 200px !important;
}
#contactForm .checkboxWrap label{
  display: block;  
}
#contactForm .checkboxWrap .flex:has(label){
  gap: 0;
}
#contactForm .checkboxWrap .flex label{
  width: 5em;
}
#contactForm .checkboxWrap .flex label + input{
  flex: 1;
}
form#mailformpro dl dt {
    float: left;
    /* width: 160px; */
    clear: both;
    padding: 10px 0px;
    text-align: right;
    margin: 0px;
}
#contactForm .checkboxWrap label{
  font-size: 2rem;  
}
.formBtn .confirm{
  position: relative;
  display: inline-flex;
}
.formBtn .confirm::after{
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: solid var(--base);
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
}
.formBtn input[type="submit"]{
  cursor: pointer;
  padding: 14px 30px;
  border: 1px solid var(--Lgray);
  color: var(--gray);
}

.formBtn .confirm:hover{
  opacity: .7;
}
.contactPrivacy a{
 color: var(--blue);
	text-decoration: underline;
}

#mailformpro input.btnRound.bgArrow{
	border: none;
 margin: 0 auto;
 padding: 1em 36px 1em 22px;
 text-align:center;
 cursor: pointer;
}
#mailformpro input.btnRound.bgArrow {
    border: none;
    margin: 0 auto;
    background: 
      url(../images/ic_arrow_cricle_wh.svg) no-repeat calc(100% - 9px) center / 50px 50px,
      linear-gradient(45deg, #CE27A4 0%, #AD0081 75%);
    text-align: left;
    cursor: pointer;
}


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

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