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

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}
.fW500 {  font-weight: 500;}
.fW100 {  font-weight: 100;}
.fW300 {  font-weight: 300;}
.ls0 {  letter-spacing: 0;}
.ls1 {  letter-spacing: 0.1em;}
.ls2 {  letter-spacing: 0.2em;}
.ls4 {  letter-spacing: 0.4em;}
.lh0 {  line-height: 0%;}
.lh100 {  line-height: 100%;}
.lh120 {  line-height: 120%;}
.lh140 {  line-height: 140%;}
.lh160 {  line-height: 160%;}
.lh200 {  line-height: 200%;}
.lh230 {  line-height: 230%;}
.lh240 {  line-height: 240%;}
.lh250 {  line-height: 250%;}
.lh255 {  line-height: 255%;}

/* cf
========================================== */
.cf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

* html .cf {
  zoom: 1;
}
/* =======================================

	Structure CSS

========================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.center {
  text-align: center !important;
  vertical-align: middle;
}
.right {  text-align: right !important;}.left {  text-align: left !important;}.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.bold {  font-weight: bold !important;}

.floatL {  float: left;}
.floatR {  float: right;}

.rela {  position: relative;}

.kome li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
  margin-bottom: 10px;
}



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

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

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

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

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



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

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

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

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

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

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

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

.inner {
  max-width: 1040px !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: #00233A;
}
body {
 background: url("../images/bg.png") repeat;
  margin: 0 auto;
  padding: 0;
  font-family: "Zen Kaku Gothic New","Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
   font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.75;
 letter-spacing: 0.05em;
}
main{
  overflow: hidden;
}
object {
  pointer-events: none;
}


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

.js-inview{
 opacity: 0;
}


/*フォントファミリー
========================================== */
.fontG {
  font-family: "Zen Kaku Gothic New","Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.fontMin {
  font-family: 'Noto Serif JP', serif;
}
.fontZ {
 font-family: "Zen Kaku Gothic New", sans-serif;
}
.fontC,
.en{
 font-family: "Coming Soon", cursive;
  font-weight: 400;
  font-style: normal;
}

#logo,
.copy{
  font-family: "Sawarabi Gothic", sans-serif;
 font-weight: 400;
 font-style: normal;
}


/*色
========================================== */
:root {
  --base: #00233A;
  --bk: #000000;
  --wh: #FFFFFF;
  --red: #EA596A;
 --pink:#ED6B9A;
 --orange:#ED8E5E;
  --yellow: #FFDA03;
  --blue: #146ECE;
  --green: #0DCA48;
 --green2:#19BA6A;
  --Lblue:#F4F8FC;
  --gray: #D9DFE5;
	--grayblue: #c0d3e6
}

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

/*背景
========================================== */
.bgBaseC{ background: var(--base) !important;}
.bgBlue{ background: var(--blue) !important;}
.bgLblue{ background: var(--Lblue) !important;}
.bgYellow{ background: var(--yellow) !important;}
.bgGreen{ background: var(--green) !important;}
.bgGray {  background: var(--gray) !important;}
.bgW{  background: var(--wh) !important;}

.bgCheckPattern{
	position: relative;
}
.bgCheckPattern::before{
	position: absolute;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    /* フェード */
    linear-gradient(
      to bottom,
      rgba(244,248,252,1) 0%,
      rgba(244,248,252,0) 22%,
      rgba(244,248,252,0) 100%
    ),
    /* 横線 */
    linear-gradient(
      to right,
      transparent calc(50% - .5px),
      #fff calc(50% - .5px),
      #fff calc(50% + .5px),
      transparent calc(50% + .5px)
    ),
    /* 縦線 */
    linear-gradient(
      to bottom,
      transparent calc(50% - .5px),
      #fff calc(50% - .5px),
      #fff calc(50% + .5px),
      transparent calc(50% + .5px)
    );
  background-size: 100% 100%, 20px 20px, 20px 20px;
  background-position: center, center, center;
}

/*ボタン
========================================== */
.btnWrap{
 margin-top: 50px;
  text-align: center;
}
.btnWrap .btn{
	margin: 0 auto;
}
.btnWrap.left .btn{
 margin: 0;
}
.btn{
  background:url("../images/arrow_white.svg") no-repeat right 6.6% center/12px auto var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: calc(infinity * 1px);
  width: min(100%, 360px);
 min-height: 60px;
  padding: 5px 15px;
  color: #fff;
 font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
    transition: all .5s ease;
}
.btn:focus,
.btn:active,
.btn:hover{
  opacity: 0.7;
  background-position: right 4.1% center;
}
.btn.btnWide{
  width: min(100%, 491px);
 min-height: 82px;

}
.btn.inline{
 display: inline-grid;
 width: auto;
 padding-left: 50px;
 padding-right: 100px;
}

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

a:focus,
a:active,
a:hover {
  opacity: .8;
}
a:focus .icArrow::after,
a:active .icArrow::after,
a:hover .icArrow::after,
a.icArrow:focus::after,
a.icArrow:active::after,
a.icArrow:hover::after {
    transform: translateX(15%);
}

/*.linkWrap*/
.linkWrap{
 font-size: 1.8rem;
}
.linkWrap a{
  display: block;
}
.linkWrap a .icArrow{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 0.55em;
}
.linkWrap a .icArrow::after{
}
.linkWrap a .icArrow::after{
  width: 4.78em;
}

/*.linkListWrap*/
.linkListWrap a{
  display: block;
}
.linkListWrap:not(.linkBdBtm) a{
  background-color: var(--wh);
  border-radius: 10px;
}
.linkListWrap.linkBdBtm a{
  border-bottom: 1px solid var(--base);
}
.linkListWrap .icArrow{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1.2em 0;
  width: calc((380 / 510)*100%);
}

.icOther{
	display: inline-block;
	padding-right: 15px;
	position: relative;
}
.icOther::after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 5px;
}

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

/*タイトル
========================================== */
.h2Tit {
  margin-bottom: 1em;
  color: var(--base);
  font-size: 4rem;
  font-weight: 700;
 line-height: 1.5;
 text-align: center;
}
.h2Tit .en{
 display: block;
 color: var(--base);
 font-size: 16px;
 line-height: 1;
 letter-spacing: 0.05em;
}
.h3Tit{
  color: var(--base);
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
 text-align: center;
margin-bottom: 1.2em;
}
.h4Tit{
 font-size: 2.6rem;
	margin-bottom: 30px;
}
.h5Tit {  
  font-size: 2rem;
	margin-bottom: 10px;
}
.h6Tit{
	font-size: 1.8rem;
	margin-bottom: 10px;
} 
/*テキスト
========================================== */
.leadTxt{
	margin-bottom: 20px;
 font-size: 2.4rem;
 font-weight: 700;
 line-height: 1.85;
 text-align: center;
}
.slash{
 display: flex;
 justify-content: center;
 align-items: flex-end;
 gap:0 5px;
 line-height: 1.1;
}
.slash::before,
.slash::after{
 content: "";
 display: block;
 background: #fff;
 width: 1px;
 height:9px;
transform: rotate(36deg);
 transform-origin: bottom right;
}
.slash::before{
transform: rotate(-36deg);
 transform-origin: bottom left;}

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

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


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

/* =======================================
  レイアウト
========================================== */

main section:last-of-type{
	border-bottom: 1px solid var(--base);
}

/* =======================================
	header
========================================== */
header {
	position:fixed;
 background: #fff;
	width: 100%;
 left: 0;
	top:0;
	z-index: 100;
}
header:not(.fixed){
 background: transparent;
}
header.fixed{
 background: #fff;
}
header #logo a{
 display: flex;
 align-items: center;
 gap:0 4.7px;
 line-height: 1;
}
header #logo a img{
 width: 59px;
  height: auto;
}
header #logo span{
 font-size: min(2.0vw,24px);
 white-space: nowrap;
 letter-spacing: 0.18em;
}

#gnaviList .contact a{
 display: flex;
 flex-flow: column;
 align-items: center;
 justify-content: center;
 border-bottom-left-radius: 5px;
 gap:16px 0px;
 background: var(--blue);
 width: 120px;
 height: 120px;
 color: var(--wh);
 line-height: 1.2;
}
#gnaviList .contact a::before{
 content: "";
 display: block;
 background: url("../images/head_ic_mail.svg") no-repeat left top/100% auto;
 width: 38px;
 height: 30px;
}

/* =======================================
	footer/#footContact
========================================== */
#footContact {
 background: url("../images/footcontact_bg.jpg") no-repeat left top/cover;
 padding-top: 80px;
 padding-bottom: 130px;
}
#footContact *{
 color: #fff;
}
#footContact h2{
 margin-bottom: 80px;
  text-align: center;
}
#footContact a:hover{
 opacity: .7;
}

#footContact dl{
 text-align: center;
}
#footContact dt{
 font-size: 20px;
 font-weight: 700;
 line-height: 1.2;
}
#footContact dt img{
 width: 95px;
 margin: 0 auto 16px;
}
#footContact dd{
 padding: 32px 0 28px;
}
#footContact dd .btn{
 background:url("../images/arrow_circle_navy.svg") no-repeat right 15px center /20px auto #fff;
 max-width: 287px;
 margin: 8px auto 0;
 color: var(--base);
 transition: all 0.3s ease;
}
#footContact dd .btn:focus,
#footContact dd .btn:active,
#footContact dd .btn:hover{
  background-position: right 10px center;
}

#footContact .tel dd{
 padding: 14px 0 0;
 font-size: 18px;
 line-height: 1.3;
}
#footContact .tel dd a{
 display: inline-block;
 font-size: 28px;
 font-weight: 900;
}
#footContact .tel dd a:nth-of-type(2){
 margin-right: 5px;
}
#footContact .tel dd p{
 margin-top: 8px;
 font-size: 18px;
}
/* =======================================
	footer/#footBottom
========================================== */
footer{
}

#footBottom{
 position: relative;
 border-radius: 20px 20px 0 0 ;
 background: #fff;
 padding: 41px 0 10px;
 margin-top: -30px;
}
#footerLogo{
 margin: 0 0 35px;
 max-width: 222px;
}
#footerLogo img{
 width: 100%;
 height: auto;
}
#footBottom .address{
 line-height: 1.2;
}
#footBottom .tel a{
 font-size: 18px;
}
#footBottom .tel a:first-of-type::before{
 content: "tel.";
 font-size: 14px;
}
#footBottom .tel a:nth-of-type(2){
 margin-left: 10px;
}
#footBottom .tel a:nth-of-type(2)::before{
 content: "fax.";
 font-size: 14px;
}
#footBottom .tel + p{
 font-size: 14px;
}
#footBottom .footSns{
 margin-top: 35px;
 margin-bottom: 30px;
 gap:0 8px;
}
#footBottom .privacy a{
 text-decoration: underline;
}
footer .copy{
  display: block;
 background: var(--base);
  color: #fff;
  font-size: 1.2rem;
 line-height: 40px;
 text-align: center;
}


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

.fixedBtn{
 position: fixed;
 right: 0;
 top: 30%;
}
.fixedBtn li{
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 margin-bottom: 4px;
}
.fixedBtn li a{
 display: flex;
 align-items: center;
 border-radius: 20px 0 0 20px;
 width: 48px;
 padding: 16px 0 16px 1px;
 color: #fff;
 letter-spacing: 0.2em;
}
.fixedBtn .opencampus a{
 background:var(--orange) ;
}
.fixedBtn .opencampus a::before{
 content: "";
 display: block;
 background: url("../images/side_ic_campas.svg") no-repeat left top/100% auto;
 width: 24.44px;
 height: 20px;
 margin:0 auto 3px;
}
.fixedBtn .materials a{
 background:var(--pink) ;
}
.fixedBtn .materials a::before{
 content: "";
 display: block;
 background: url("../images/side_ic_materials.svg") no-repeat left top/100% auto;
 width: 16.27px;
 height: 20px;
 margin:0 auto 3px;
}
.fixedBtn li a:hover{
 opacity: .7;
}
/* =======================================
	 common
========================================== */
/*		main
-----------------------------*/
main{
  margin-top: 120px;
}
.pgs main .pcFlex > figure{
	border-radius: 20px;
	overflow: hidden;
}
.pgs main .pcFlex > figure img{
	height: 100%;
	object-fit: cover;
}
/*タイトル
========================================== */
/*-- mainTitle --*/
.mainTitle{
 position: relative;
	background: url("../images/ic_circle_yellow02.png") no-repeat 2vw top / 11% auto, url("../images/ic_circle_green02.png") no-repeat 80vw bottom / 8% auto;
 height: 250px;
	color: var(--base);
	display: grid;
	justify-content: center;
	align-items: center;
 /*
 border-bottom: 1px var(--gray) solid;
	background: var(--Lblue);background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;*/
}
.mainTitle h2{
 position: relative;
 font-size: 40px;
 z-index: 1;
 text-align: center;
 line-height: 1.5;
}
.mainTitle h2 span{
 display: block;
 font-size: 70%;
 margin-bottom: 15px;
}


/*		leadTxt
-----------------------------*/
.leadWrap{
    padding: 100px 0;
}
.leadWrap .leadTxt{
    text-align: center;
}
.bgLead{
	background: var(--wh);
	position: relative;
}
.bgLead::before{
	content: "";
	display: inline-block;
	background: url("../images/bg_lead.png") no-repeat center top / 100% auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}
.bgLead > div{
	position: relative;
	z-index: 5;
}
/*-- table --*/
.basicTable {
	background: var(--wh);
	border: 1px solid var(--base);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.basicTable >div{
 display: flex;
	justify-content: space-between;
	align-items: stretch;
 width: 100%;
}
.basicTable > dt,
.basicTable >div>dt{
	background: var(--base);
	border-bottom: 1px solid var(--wh);
	color: var(--wh);
	display: flex;
	font-weight: 700;
	align-items: center;
}
.basicTable > dd,
.basicTable >div>dd{
	border-bottom: 1px solid var(--base);
	display: grid;
	align-items: center;
}
.basicTable dd dl dd{
	padding-left: 1em;
}
.basicTable dd dl dd + dt{
	padding-top: 15px;
}
.basicTable a{
	text-decoration: underline;
}
.basicTable a:hover{
 text-decoration: none;
}

table.basicTable{
	display: table;
  width: 100%;
}
table.basicTable thead{
	width: 100%;
}
table.basicTable thead th{
	background: 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{
  width: 200px;
	background: var(--gray);
	border-right: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
	color: var(--base);
	font-weight: 500;
}
table.basicTable.col50 tbody th{
  width: 50%;
}
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%; 
}
table.basicTable th:last-child,
table.basicTable td:last-child{
	border-right: none;
}

table.basicTable tbody th:has(+ td){
	background-color: var(--Lblue);
}

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

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

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

/*----*/

.pageLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pageLinks li a{
	border-radius: calc(infinity * 1px);
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
	display: grid;
 place-content: center;
	position: relative;
	max-width: 100%;
	height: 100%;
	text-align: center;
}
.pageLinks li a::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
	border-top: 1px solid var(--wh);
	border-right: 1px solid var(--wh);
	position: absolute;
  right: 8%;
  top: calc(50% - 3px);
	transform: rotate(45deg);
}
.pageLinks .noLink a,
.pageLinks a:hover{
	background: var(--wh);
	color: var(--blue);
}
.pageLinks a:hover::after{
	border-top: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
}

main .pageLinks:last-of-type{
 margin-top: 50px;
 margin-bottom: 100px;
}
/* =======================================
	top
========================================== */
#top main{
 margin-top: 0;
}
#topHeadWrap{
 position: relative;
}

/*		#mv
-----------------------------*/
#mv{
	position: relative;
 padding: 120px 0 0;
 z-index: 0;
}
#mv{
  position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
  gap: 30px 11px;
}
#mv_txt{
  position: relative;
	display: grid;
  align-items: center;
  background: url(../images/top_mv_img02.png) no-repeat center center / 100%;
	aspect-ratio: 1547/1430;
}
#mv_txt .fadein {
  position: absolute;
  z-index: -1;
}
#mv_txt #mv_txt_img01 {
  top: 0;
  left: min(calc(374 / 735 * 100%), 374px);
  width: min(calc(165 / 1400 * 100vw), 165px);
  height: min(calc(165 / 1400 * 100vw), 165px);
  animation-delay: 0s;
}
#mv_txt #mv_txt_img02 {
  top: min(calc(81/1400*100vw),81px);
  right: 0;
  width: min(calc(162 / 1400 * 100vw), 162px);
  height: min(calc(148 / 1400 * 100vw), 148px);
  animation-delay: .25s;
}
#mv_txt #mv_txt_img03 {
  bottom: min(calc(140 / 1400 * 100vw), 140px);
  left: min(calc(17 / 735 * 100%), 17px);
  width: min(calc(204 / 1400 * 100vw), 204px);
  height: min(calc(204 / 1400 * 100vw), 204px);
  animation-delay: .50s;
}

#mv_txt_inner{
  text-align: right;
}
#mv_txt h1{
	width: calc(626/768*100%);
  margin: 0 0 0 auto;
  font-size: 0;
}
#mv_txt h1 svg {
  width: 100%;
}
#mv_txt h1 svg path {
  opacity: 0;
  animation: pop 0.6s ease forwards;
  transform-box: fill-box;
  transform-origin: center;
}
#mv_txt h1 svg path:nth-child(1)  { animation-delay: 0s; }
#mv_txt h1 svg path:nth-child(2)  { animation-delay: .05s; }
#mv_txt h1 svg path:nth-child(3)  { animation-delay: .10s; }
#mv_txt h1 svg path:nth-child(4)  { animation-delay: .15s; }
#mv_txt h1 svg path:nth-child(5)  { animation-delay: .20s; }
#mv_txt h1 svg path:nth-child(6)  { animation-delay: .25s; }
#mv_txt h1 svg path:nth-child(7)  { animation-delay: .30s; }
#mv_txt h1 svg path:nth-child(8)  { animation-delay: .35s; }
#mv_txt h1 svg path:nth-child(9)  { animation-delay: .40s; }
#mv_txt h1 svg path:nth-child(10) { animation-delay: .45s; }
#mv_txt h1 svg path:nth-child(11) { animation-delay: .50s; }
#mv_txt h1 svg path:nth-child(12) { animation-delay: .55s; }
#mv_txt h1 svg path:nth-child(13) { animation-delay: .60s; }
#mv_txt h1 svg path:nth-child(14) { animation-delay: .65s; }
#mv_txt h1 svg path:nth-child(15) { animation-delay: .70s; }
#mv_txt h1 svg path:nth-child(16) { animation-delay: .75s; }
#mv_txt h1 svg path:nth-child(17) { animation-delay: .80s; }
#mv_txt h1 svg path:nth-child(18) { animation-delay: .85s; }
#mv_txt h1 svg path:nth-child(19) { animation-delay: .90s; }
#mv_txt h1 svg path:nth-child(20) { animation-delay: .95s; }
#mv_txt h1 svg path:nth-child(21) { animation-delay: 1.0s; }
#mv_txt h1 svg path:nth-child(22) { animation-delay: 1.05s; }
@keyframes pop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#mv_txt p{
  display: inline-block;
  margin: calc(62/1400*100%) 0 0 auto;
	padding-right: calc(55/1400*100%);
  text-align: left;
  font-size: min(calc(24/670*100vw),2.4rem);
  line-height: 2.375em;
  letter-spacing: 0;
  font-weight: 500;
}
@keyframes textReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}
#mv_txt p span {
  display: inline;
  background-image: repeating-linear-gradient(
    to right,
    currentColor 0px,
    currentColor 5px,
    transparent 5px,
    transparent 13px
  );
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  border-radius: 2px;
  
  clip-path: inset(0 100% 0 0);
  animation: textReveal 0.5s ease-out forwards;
}
#mv_txt p span:nth-of-type(1)  { animation-delay: 0.8s; }
#mv_txt p span:nth-of-type(2)  { animation-delay: 1.2s; }
@keyframes textReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

#mv > .bangSvg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(calc(177 / 800 * 100vw), 177px);
  height: min(calc(179 / 800 * 100vw), 176px);
}
#mv > .bangSvg path {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  animation: bangReveal .6s ease-out forwards;
  animation-delay: .5s;
}

@keyframes bangReveal {
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

#mv_img{
}
#mv_img img{
	width: 100%;
	aspect-ratio: 1076/1237;
}
/*fadein*/
#mv .fadein{
  opacity: 0;
  transform: scale(1.1);
  animation: fadein 2s ease-in forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*bangSvg*/
#mv_img .bangSvg{
  position: absolute;
  bottom: 0;
  right: calc(83 / 1400 * 100vw);
  width: min(calc(234 / 800 * 100vw), 234px);
  height: min(calc(246 / 800 * 100vw), 246px);
}
#mv_img .bangSvg path {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  animation: bangReveal .6s ease-out forwards;
  animation-delay: .7s;
}


/*		#topOpemcampus
-----------------------------*/
#topOpemcampus{
  position: relative;
  margin-top: max(calc(30/1000*-100vw),-30px);;
  padding: 0 0 min(calc((212 + 60)/1000*100vw), calc(212px + 60px));
}
#topOpemcampus::before{
  position: absolute;
  top: min(calc(718/1000*100vw), 718px);
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - min(calc(718 / 1000 * 100vw), 718px));
  background:
    /* フェード */
    linear-gradient(
      to bottom,
      rgba(244,248,252,1) 0%,
      rgba(244,248,252,0) 22%,
      rgba(244,248,252,0) 100%
    ),
    /* 横線 */
    linear-gradient(
      to right,
      transparent calc(50% - .5px),
      #fff calc(50% - .5px),
      #fff calc(50% + .5px),
      transparent calc(50% + .5px)
    ),
    /* 縦線 */
    linear-gradient(
      to bottom,
      transparent calc(50% - .5px),
      #fff calc(50% - .5px),
      #fff calc(50% + .5px),
      transparent calc(50% + .5px)
    );
  background-size: 100% 100%, 20px 20px, 20px 20px;
  background-position: center, center, center;
}
#topOpemcampus > figure:first-child{
  position: relative;
}
#topOpemcampus > figure:first-child::after{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  height: min(calc(201/1000*100vw), 201px);
  background: linear-gradient(
    to bottom,
    rgba(244, 248, 252, 0) 0%,
    rgba(244, 248, 252, 1) 84%
  );
}
#topOpemcampus .inner{
}
#topOpemcampus h2{
  max-width: 1140px !important;
  margin: 0 auto;
  text-align: center;
}
#topOpemcampus h2 span{
  display: block;
  position: relative;
  margin-top: max(calc(62/1000*-100vw), -62px);
  margin-bottom: 11px;
}
#topOpemcampus h2 span img{
  width: auto;
  height: min(calc(124/1000*100vw), 124px);
}
#topOpemcampus h2 span::before,
#topOpemcampus h2 span::after{
  position: absolute;
  content: "";
  display: block;
}
#topOpemcampus h2 span::before{
  bottom: min(calc(62/1000*100vw), 62px);
  left: 0;
  width: min(calc(174/1000*100vw), 174px);
  aspect-ratio: 1/1;
  background: url(../images/top_opemcampus_ti_bg01.svg) center center/100%;
}
#topOpemcampus h2 span::after{
  top: 62px;
  right: 16px;
  width: min(calc(130/1000*100vw), 130px);
  aspect-ratio: 130/135;
  background: url(../images/top_opemcampus_ti_bg02.svg) center center/100%;
}
#topOpemcampus h2 img{
  position: relative;
  display: inline-block;
  z-index: 4;
}
#topOpemcampus h2 > img{
  height: min(calc(44/1000*100vw), 44px);
}
.topOpemcampusLead{
  margin: min(calc(60 / 1000 * 100vw), 60px) auto min(calc(80 / 1000 * 100vw), 80px);
    font-size: min(calc(24 / 600 * 100vw), 2.4rem);
    line-height: 1.92em;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
}

/*.dotted*/
#topOpemcampus .dotted{  
  position: relative;
  font-weight: 900;
}
#topOpemcampus .dotted::before{  
  content: "";
  position: absolute;
  top: -0.3em;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(8 / 1000 * 100vw), 0.8rem);
  aspect-ratio: 1/1;
  background: var(--yellow);
  border-radius: 50%;
}

#topOpemcampus ul{
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px min(calc(23 / 1000 * 100vw), 23px);
}
#topOpemcampus li{
  display: flex;
  flex-direction: column;
}
#topOpemcampus li p{
  position: relative;
  margin: 0 0 25px;
  border-radius: calc(infinity * 1px);
  text-align: center;
  font-size: 1.8rem;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  line-height: 2.33em;
  white-space: nowrap;
  color: var(--wh);
}
#topOpemcampus li:first-of-type p{
  letter-spacing: 0;
}
#topOpemcampus li p::after{
  position: absolute;
  top: calc(100% - 1.5px);
  right: 0;
  left: 0;
  content: "";
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 10px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    50% 100%
  );
}
#topOpemcampus li#briefing p,
#topOpemcampus li#briefing p::after {
  background-color: var(--blue);
}
#topOpemcampus li#campustour p,
#topOpemcampus li#campustour p::after {
  background-color: var(--green);
}
#topOpemcampus li#trialclass p,
#topOpemcampus li#trialclass p::after {
  background-color: var(--yellow);
}
#topOpemcampus li#consultation p,
#topOpemcampus li#consultation p::after {
  background-color: var(--orange);
}
#topOpemcampus li#freebus p,
#topOpemcampus li#freebus p::after {
  background-color: var(--pink);
}
#topOpemcampus li#freebus figure {
  margin-top: auto;
}

#topOpemcampus .btnWrap{
  text-align: center;
}
#topOpemcampus .btnWrap > img{
  margin: 0 auto;
  width: 262px;
}



/*		#topDepartment
-----------------------------*/
#topDepartment{
  position: relative;
  padding: 0 0 73px;
}
#topDepartment::before{
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  aspect-ratio: 350/53;
  display: block;
  background: url(../images/top_department_bg_top.png) no-repeat center bottom / 100% auto;
}
#topDepartment::after{
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  aspect-ratio: 350/53;
  display: block;
  background: url(../images/top_department_bg_btm.png) no-repeat center bottom / 100% auto;
}
#topDepartment .inner1200 > .bgW{
  border-radius: 20px;
  padding: 80px min(calc(80/1400*100vw), 80px) min(calc(80/1000*100vw), 80px);
}
#topDepartment h2{
  margin-bottom: 2em;
}
#topDepartment h2 span.ic{
  position: relative;
  z-index: 1;
}
#topDepartment h2 span.ic::before{
  position: absolute;
  top: 0.1em;
  left: calc(100% - 0.4em);
  content: "";
  display: block;
  width: 50px;
  height: 56px;
  background: url(../images/ic_star_yellow.svg) no-repeat center center / 100% auto;
  z-index: -1;
}
#topDepartment .bgW:has(.departmentDlWrap){
  margin-bottom: 105px;
}
.departmentDl dt{
  font-size: min(calc(40 / 600 * 100vw), 4rem);
  font-weight: bold;
  text-align: center;
  line-height: 1em; 
}
.departmentDl .balloon{ 
  position: relative;
  background-color: var(--wh);
  border: 3px solid;
  border-radius: 20px;
  margin-top: 24px;
  padding: 25px 0%;
  font-size: min(calc(18 / 560 * 100vw), 1.8rem);
  font-weight: 500;
  text-align: center;
}
.departmentDl .balloon span{ 
  font-size: 1.33em;
  font-weight: bold;
}
.departmentDl.green .balloon{ 
  box-shadow: 0 8px 0 0 #01A635;
  border-color: #01A635;
}
.departmentDl.blue .balloon{ 
  box-shadow: 0 8px 0 0 #1268C5;
  border-color: #1268C5;
}
.departmentDl .balloon::after{ 
  position: absolute;
  top: calc(100% - 2px);
  left: 50px;
  content: "";
  display: block;
  width: 42px;
  height: 18px;
  background-color: var(--wh);
  clip-path: polygon(
    100% 0%,
    0% 0%,
    100% 100%
  );
}
.departmentDl .balloon::before{ 
  position: absolute;
  top: calc(100% - 2px + 8px);
  left: calc(50px - 8px);
  content: "";
  display: block;
  width: 55px;
  height: 23px;
  clip-path: polygon(
    100% 0%,
    0% 0%,
    100% 100%
  );
}
.departmentDl.green .balloon::before{ 
  background-color: #01A635;
}
.departmentDl.blue .balloon::before{ 
  background-color: #1268C5;
}
.departmentDl .linkWrap{
  margin-top: -1em;
  margin-right: -1.6em;
}
.departmentDl.green .linkWrap a{
  color: var(--green);
}
.departmentDl.blue .linkWrap a{
  color: var(--blue);
}
.departmentDl .linkWrap a .icArrow{
  font-size: 1.6rem;
}
.departmentDl .icArrow::after{
    background: url(../images/arrow_white.svg) no-repeat center center / 12px 14px;
    border-radius: 50%;
}
.departmentDl.green .icArrow::after{
  background-color: var(--green);
}
.departmentDl.blue .icArrow::after{
  background-color: var(--blue);
}


.topDepartmentBnr{
  position: relative;
  width: min(100% , 680px);
  margin: 0 auto;
  z-index: 2;
}
.topDepartmentBnr a{
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  z-index: 4;
}
.topDepartmentBnr::before{
  position: absolute;
  top: 50px;
  content: "";
  display: block;
  width: min(calc(237/500*100vw), 237px);
  aspect-ratio: 1/1;
  background: url(../images/top_department_bg_dot.png) no-repeat center center / 100% 100%;
  z-index: 3;
}
.topDepartmentBnr:nth-of-type(even)::before{
  left: max(calc(118/500*-100vw), -118px);
}
.topDepartmentBnr:nth-of-type(odd)::before{
  right: max(calc(118/500*-100vw), -118px);
}
.topDepartmentBnr a::after{
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: calc(infinity * 1px);
  background-color: var(--wh);
}
.topDepartmentBnr a .img{
  height: 230px;
}
.topDepartmentBnr a .img img{
  height: 100%;
  width: auto;
}
.topDepartmentBnr a .icArrow{
  position: relative;
  font-size: 3.2rem;
  line-height: 1.0625em;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
.topDepartmentBnr a .icArrow::after{
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.6875em;
  background: url(../images/arrow_yellow_circle.svg) no-repeat center center / 100%;
  transform: translateY(-50%);
}
.topDepartmentBnr a:focus .icArrow::after,
.topDepartmentBnr a:active .icArrow::after,
.topDepartmentBnr a:hover .icArrow::after{
  transform: translate(15%,-50%);
}
.topDepartmentBnr a .en{
  display: block;
  font-size: 0.4375em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/*		#topReason
-----------------------------*/
#topReason{
  position: relative;
  padding: min(calc((212 + 176)/1000*100vw), calc(212px + 176px)) 0 66px;
}
#topReason::before{
  position: absolute;
  /*bottom: 0;*/
  top: min(calc((212 + 88)/1000*100vw), calc(212px + 88px));
  left: max(calc(108/1000)*-100vw,-108px);
  content: "";
  display: block;
  border-radius: 50%;
  width: min(calc(795/1000)*100vw,795px);
  aspect-ratio: 1/1;
  background-color: var(--wh);
}

#topReason h2{
  position: relative;
  text-align: left;
  line-height: 1em;
  z-index: 2;
}
#topReason h2 .ic{
  position: relative;
  display: inline-block;
  width: 1.125em;
  font-size: 2em;
  color: var(--wh);
  text-align: center;
  z-index: -1;
}
#topReason h2 .ic::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 1.125em;
  aspect-ratio: 9/11;
  background: url(../images/top_reason_tit_bg.svg) no-repeat center bottom / 100% auto;
  z-index: -1;
}
#topReason ul{
  width: min(100%, 1040px);
  margin: 68px auto 0;
}

/*		#topAdmission
-----------------------------*/
#topAdmission{
  margin: 120px auto 113px;
  padding: 6px 0 21px;
  background: 
  url(../images/top_admission_bg_left.png) no-repeat 3.5% top / min(calc(161/1000)*100vw,161px) min(calc(146/1000)*100vw,146px),
  url(../images/top_admission_bg_right.png) no-repeat 96.5% bottom / min(calc(157/1000)*100vw,157px) min(calc(161/1000)*100vw,161px);

}

/*		#topInformation
-----------------------------*/
#topInformation{
  position: relative;
  margin-bottom: min(calc((84 + 108)/1000*100vw), calc(84px + 108px));
  padding: 100px 0 269px;
}
#topInformation::before{
  position: absolute;
  /*bottom: 0;*/
  top: 0;
  right: max(calc(108/1000)*-100vw,-108px);
  content: "";
  display: block;
  border-radius: 50%;
  width: min(calc(795/1000)*100vw,795px);
  aspect-ratio: 1/1;
  background-color: var(--wh);
}
#topInformation h2{
  position: relative;
  margin-bottom: 2em;
  padding-right: 30px;
  text-align: right;
}
#topInformation h2::after{
  position: absolute;
  bottom: 0.2em;
  right: 0;
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 11/26;
  background: url(../images/top_information_ic.svg) no-repeat center bottom / 100% 100%;
}
#topInformation ul li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10.625% 7.5%;
  border-radius: 20px;
  text-align: center;
}
#topInformation ul li.students a{
  background: url(../images/bg_check_yellow.png) no-repeat center center / cover;
}
#topInformation ul li.graduates a{
  background: url(../images/bg_check_blue.png) no-repeat center center / cover;
}
#topInformation ul li.recruiters a{
  background: url(../images/bg_check_green.png) no-repeat center center / cover;
}
#topInformation ul li img{
  width: 160px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  transition: all 0.3s ease;
}
#topInformation ul li a:focus img,
#topInformation ul li a:active img,
#topInformation ul li a:hover img{
  transform: scale(1.05);
}
#topInformation ul li a .icArrow{
  position: relative;
  margin-top: 1.5em;
  display: block;
  font-size: 2rem;
  line-height: 1em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
#topInformation ul li a .icArrow::after{
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.5em;
    background: url(../images/arrow_white_cutout.svg) no-repeat center center / 100%;
    transform: translateY(-50%);
}
#topInformation ul li a:focus .icArrow::after,
#topInformation ul li a:active .icArrow::after,
#topInformation ul li a:hover .icArrow::after{
    transform: translate(15%,-50%);
}

/*		#topNews
----------------------------------------*/
#topNews{
  position: relative;
  margin-top: min(calc((84 + 41)/1000*100vw), calc(84px + 41px));
  padding: 0 0 41px;
}
#topNews::after{
  position: absolute;
  bottom: calc(100% - 66px);
  left: 3.8%;
  content: "";
  display: block;
  width: min(calc(190 * 2 / 1000 * 100vw), 190px);
  aspect-ratio: 95/94;
  background: url(../images/top_news_bg_left.png) no-repeat center top / 100%;
}
#topNewsInner{
  padding: 0 0 94px;
}
#topNewsInner::before{
  position: absolute;
  bottom: 100%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 50/3;
  background: url(../images/top_news_bg.svg) no-repeat center top / 100% auto;
}
#topNewsInner::after{
  position: absolute;
  bottom: 0;
  right: 3.8%;
  content: "";
  display: block;
  width: min(calc(110 * 2 / 1000 * 100vw), 110px);
  aspect-ratio: 110/121;
  background: url(../images/top_news_bg_right.png) no-repeat center top / 100%;
}

#topNews h2{
 margin-bottom: 30px;
}
.cat{
  border-radius: 5px;
  background: var(--gray);
  display: inline-block;
  padding: 8px 2px 9px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.newsList ul{
 padding: 0;
}
.newsList li{
 border-bottom: 1px var(--gray) solid;
}
.newsList li a{
	display: flex;
  width: 100%;
  padding: 4% 0 4% 4%;
  gap: 0 3%;
  font-weight: 500;
}
.newsList li .date{
  min-width: 85px;
  font-size: 1.6rem;
}
.newsList li .cat{
  min-width: 155px;
 font-size: 1.8rem;
}
.newsList li .date + .cat{
  margin-left: 1%;
}
.newsList li p{
  font-size: 2rem;
  font-weight: 700;
}
.newsList li a:hover{
 opacity: .7;
}
#topNews .btnWrap{
 margin-top: 60px;
}

/*		#topBtnArea
-----------------------------*/
#topBtnArea{
  margin-top: 80px;
  padding-bottom: 120px;  
}
#topBtnArea .linkListWrap{
  margin-bottom: 120px;
}
.topBnrList{
}
.topBnrList li a{
  display: inline-block;
}


/* =======================================
  reason
========================================== */
#reasonMain .h3Tit .ic{
 position: relative;
  display: inline-block;
  width: 1.125em;
  font-size: 2em;
  color: var(--wh);
  text-align: center;
  z-index: 5;
}
#reasonMain .h3Tit .ic::after{
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 1.125em;
  aspect-ratio: 9/11;
  background: url(../images/top_reason_tit_bg.svg) no-repeat center bottom / 100% auto;
  z-index: -1;
}

#reason .h4Tit .num{
 margin-right: 20px;
 font-size: 120%;
position: relative;
}

#reasonMain .h4Tit .num::after{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -10px;
	bottom: 10px;
}
#reasonMain .h4Tit .num.green::after{
	background: url("../images/ic_circle_green.png") no-repeat left top / 100% auto;
}
#reasonMain .h4Tit .num.blue::after{
	background: url("../images/ic_circle_blue.png") no-repeat left top / 100% auto;
}
#reasonMain .h4Tit .num.yellow::after{
	background: url("../images/ic_circle_yellow.png") no-repeat left top / 100% auto;
}

#reasonMain ul li{
 border: 3px var(--gray) solid;
 background: #fff;
 padding: 20px 2%;
 text-align: center;
border-radius: 20px;
}
#reasonMain ul:nth-of-type(1) li{
	border-color: var(--green);
}
#reasonMain ul:nth-of-type(2) li{
	border-color: var(--blue);
}
#reasonMain ul:nth-of-type(3) li{
	border-color: var(--yellow);
}
#reasonMain ul:nth-of-type(1) li p span{
	color: var(--green);
}
#reasonMain ul:nth-of-type(2) li p span{
	color: var(--blue);
}
#reasonMain ul:nth-of-type(3) li p span{
	color: #ffcd03;
}
#reasonMain ul li figure{
 width: 126px;
 margin: 0 auto 20px;
}
#reasonMain li h5{
}
#reasonMain li p{
 font-size: 20px;
 line-height: 1.2;
}
#reasonMain li p span{
 font-size: 50px;
 font-weight: 900;
}
#reasonMain li p.note{
 margin-top: 10px;
 font-size: 14px;
 text-align: right;
}

#reasonFuture .h3Tit{
	border-bottom: 3px solid var(--wh);
	color: var(--wh);
	line-height: 1.4;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	text-align: center;
	margin-bottom: 40px;
}
#reasonFuture .h3Tit > span{
	display: inline-block;
	position: relative;
	padding: 0 135px 20px;
}
#reasonFuture .h3Tit > span::before{
	position: absolute;
  content: "";
	background: url("../images/ic_circle_green02.png") no-repeat left bottom / 100% auto;
  display: block;
	left: 27px;
	bottom: -30px;
  width: 90px;
  height: 74px;
}
#reasonFuture .h3Tit span span{
	font-size: .8em;
}
#reasonMain .h4Tit .num{
 font-size: 6rem;
}
#reasonFuture p{
	line-height: 1.92em;
	font-size: min(calc(18 / 600 * 100vw), 1.8rem);
}


/* =======================================
  guide
========================================== */
#schoolMotto{}

#schoolMotto ul{
	gap: 2%;
}

#schoolMotto ul li{
	position: relative;
  background-color: var(--wh);
  border: 3px solid;
  border-radius: 20px;
  font-weight: 500;
}
#schoolMotto ul li:nth-child(1){
	box-shadow: 0 8px 0 0 #01A635;
  border-color: #01A635;
}
#schoolMotto ul li:nth-child(2){
	box-shadow: 0 8px 0 0 #1268C5;
  border-color: #1268C5;
}
#schoolMotto ul li:nth-child(3){
	box-shadow: 0 8px 0 0 var(--yellow);
  border-color: var(--yellow);
}
#schoolMotto dl dt{
	font-size: 4.5rem;
}
#schoolMotto ul li:nth-child(1) dt{
	color: #01A635;
}
#schoolMotto ul li:nth-child(2) dt{
	color: #1268C5;
}
#schoolMotto ul li:nth-child(3) dt{
	color: #ffcd03;
}

#schoolMotto dl{
 align-items: center;
}
#schoolMotto dl dt{
 width: 120px;
 margin-bottom: 25px;
 font-size: 4.5rem;
 font-weight: 700;
 line-height: 1.2;
}
#schoolMotto ul li:nth-child(1) dt{
	color: #01A635;
}
#schoolMotto ul li:nth-child(2) dt{
	color: #1268C5;
}
#schoolMotto ul li:nth-child(3) dt{
	color: #ffcd03;
}
#schoolMotto dd{
 width: calc(100% - 120px);
 margin-bottom: 0;
　padding: 0 0 10px;
 font-size: 20px;
}

#greeting .right{
 margin-top: 2em;
}
#history figure{
 margin: 40px auto 0;
}

#goals p{
	border: 1px solid var(--base);
	border-radius: 20px;
}

#greeting .h4Tit{
	background: url("../images/top_opemcampus_ti_bg01.svg") no-repeat right top / 16% auto;
}

/* =======================================
  information
========================================== */
#information section .h4Tit{
	border-bottom: 1px dotted var(--base);
	padding-bottom: 5px;
}

.pdfList li a,
a.pdfLink{
	color: var(--blue);
 display: block;
 border: 1px solid var(--blue);
 border-radius: 5px;
 width: 100%;
}
.pdfList li a:hover,
a.pdfLink:hover{
 opacity: .7;
}
#gakuen .pdfList li a{
 display: block;
 text-align: left;
}

#information .js-acc{
 position: relative;
 background: #fff;
 border-bottom: 1px #ccc solid;
 cursor: pointer;
}
#information .js-acc::after{
 content: "";
	display: block;
	border-bottom: 2px var(--blue) solid;
	border-right: 2px var(--blue) solid;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}
#information .js-acc.active::after{
	-webkit-transform: rotate(225deg);
transform: rotate(225deg);
	margin-top: -2px;
}
#information .accBox{
 display: none;
 background: #fff;
 padding: 20px ;
}
#information .bgW .js-acc,
#information .bgW .accBox{
 background: var(--Lblue);
}

#professionalPractice .pdfLink{
 display: block;
}

#studySupport dl{
 background: #fff;
}

/* =======================================
  care-worker / judo-therapist
========================================== */
#care-worker #leadArea p{
 margin-bottom: 1.5em;
 text-align: center;
}
#leadArea .flexWrap {
 justify-content: center;
 gap:30px 20px;
 margin-top: 40px;
}
#leadArea .flexWrap li{
border-radius: calc(infinity * 1px);
 background: var(--Lblue);
display: grid;
 place-content: center;
 width: 40%;
 max-width: 310px;
 min-height: 150px;
 padding: 20px 10px;
 font-size:24px;
 text-align: center;
}
#leadArea .flexWrap li a{
 display: flex;
 flex-flow: column;
 width: 100%;
}
#leadArea .flexWrap .icArrow{
 display: flex;
 justify-content: center;
 align-items: center;
 gap:0 10px;
 margin-top: 10px;
 margin-bottom: -5px;
 font-size: 16px;
}
#leadArea .supportList{
	background: var(--yellow);
	border-radius: 20px;
	position: relative;
}
#leadArea .supportList::before{
	border-radius: 20px;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background:
    /* フェード */linear-gradient( to bottom, rgba(255,218,3,1) 0%, rgba(255,218,3,0) 22%, rgba(255,218,3,0) 100%), linear-gradient( to right, transparent calc(50% - .5px), rgba(255,255,255,.5) calc(50% - .5px), rgba(255,255,255,.5) calc(50% + .5px), transparent calc(50% + .5px) ), linear-gradient( to bottom, transparent calc(50% - .5px), rgba(255,255,255,.5) calc(50% - .5px), rgba(255,255,255,.5) calc(50% + .5px), transparent calc(50% + .5px) );
  background-size: 100% 100%, 20px 20px, 20px 20px;
  background-position: center, center, center;
}
#leadArea .supportList ul.flexWrap{
	margin-top: 0;
	position: relative;
	z-index: 1;
}
#leadArea .supportList ul.flexWrap li{
	background: var(--wh);
	font-weight: 700;
	aspect-ratio: 1 / 1;
}

.certification{
 border-radius: 20px;
 border: 3px var(--green) solid;
 margin-top: 60px;
 padding: 40px 5%;
 text-align: center;
}
.certification .h4Tit{
	background: var(--green);
	color: var(--wh);
	display: inline-block;
	border-radius: calc(infinity * 1px);
}
.certification ul{
 display: inline-block;
 text-align: left;
}
.certification ul li{
 background-position: left center;
 font-size: 22px;
}

#about .pcFlex,
#curriculum .pcFlex{
 margin-top: 60px;
}
#about .pcFlex figure img{object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:520/368;
object-position: right bottom;/*仮写真用*/
}
#about .h4Tit{
	background: url("../images/top_opemcampus_ti_bg02.svg") no-repeat right top / 13% auto;
	margin-bottom: 0;
}
#curriculum .h4Tit{
	background: url("../images/top_opemcampus_ti_bg01.svg") no-repeat right top / 13% auto;
	margin-bottom: 0;
}

#relatedClass .slick-slide{
	border-radius: 20px;
	overflow: clip;
	height: 400px;
	aspect-ratio: 1.5 / 1;
}
#curriculum figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:520/368;
}

#system p + p{
 margin-top: 1.5em;
}
#system .note{
 font-size: 14px;
 margin: 0;
}
#system .btnWrap{
 margin-top: 40px;
}

#example table{
    width: 100%;
    table-layout: fixed;
}
#example table th:first-of-type{
 width:120px ;
 padding: 15px 10px;
 text-align: center;
}
#example table td{
 border: 1px var(--base) solid;
 padding: 15px 10px;
 text-align: center;
}

#relatedClass{}
#relatedClass .slick-slide{
 margin: 0 3.4vw;
}
#relatedClass figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:815/410;
}
#relatedClass .slick-dots{
 right: 0;
 left: 0;
 text-align: center;
}

/* =======================================
  care-worker
========================================== */

#system > div{
	border-radius: 20px;
}
#system dl dd{
	padding-left: 1em;
}

/* =======================================
  judo-therapist
========================================== */
.movie iframe{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:16/9;
}
#curriculum .movie{
 max-width: 747px;
 margin: 0 auto;
}
#techniques ul{
margin-top: 40px;
background: var(--wh);
border-radius: 20px;
}

/* =======================================
 osteopathic
========================================== */
#osteopathicLead .leadTxt{
 font-weight: 500;
}
#osteopathicLead .box{
 border-radius: 10px;
 border: 1px var(--blue) solid;
 padding: 40px 5%;
 margin: 40px auto 0;
}
#osteopathicLead .box h3{
 margin-bottom: 10px;
 font-weight: 500;
 text-align: center;
}
#osteopathicLead .box h3 span{
 font-size: 0.7em;
 margin-right: 1em;
}
#osteopathicLead .box p{
 font-size: 20px;
	text-align: center;
}
#osteopathicLead ul{
 margin-top: 40px;
 margin-bottom: 40px;
	gap: 0 3%;
}
#osteopathicLead ul li{
 background: var(--Lblue);
 border-radius: 5px;
	padding: 10px 2%;
	width: calc(94% / 3);
 font-size: 24px;
 text-align: center;
}
#osteopathicLead .pct{
		border-bottom: 3px solid var(--blue);
		margin-bottom: 40px;
		padding-bottom: 30px;
		position: relative;
}
#osteopathicLead .pct::after{
	content: "";
	background: var(--wh);
	display: inline-block;
	border-right: 3px solid var(--blue);
	border-bottom: 3px solid var(--blue);
	transform: rotate(45deg);
	width: 30px;
	height: 30px;
	position: absolute;
	left: calc(50% - 15px);
	bottom: -19px;
}
#osteopathicFeatures .h3Tit{
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
#osteopathicFeatures ul.bgW{
	border-radius: 20px;
	padding: 60px min(calc(60/1400*100vw), 60px) min(calc(60/1000*100vw), 60px);
}

#osteopathicFeatures .h4Tit{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	position: relative;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
#osteopathicFeatures .h4Tit::after{
	background-color: var(--green);
	position: absolute;
  top: calc(100% - 1.5px);
  right: 0;
  left: 0;
  content: "";
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 10px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    50% 100%
  );
}

#osteopathicFeatures ul li figure{
 margin: 0 0 20px;
}
#osteopathicFeatures ul li figure img{
 border-radius: 50%;
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:1/1;}
#osteopathicFeatures ul li h4{
 margin-bottom: 20px;
 text-align: center;
}

#equipmentTreatment .pcFlex{
 margin-top: 60px;
	background: var(--Lblue);
	border-radius: 20px;
	align-items: center;
	padding: 30px 3%;
}

#osteopathicFavor h4{
	border-radius: calc(infinity * 1px);
 margin-top: 60px;
 background: var(--blue);
 padding: 5px 40px;
 color: #fff;
}
#osteopathicFavor .txts p + p{
 margin-top: 1.5em;
}
#businessHour{}
#director figure img{
 border-radius: 50%;
}
#director{
	border-bottom: none;
}
#director .h4Tit span{
	font-size: 0.7em;
	margin-right: 1em;
}
#director p{
 font-size: 20px;
}
#director .txts p + p{
 margin-top: 1.5em;
}
#director >h3{
 margin-top: 40px;
 margin-bottom:10px;
}


/* =======================================
 opencampus
========================================== */
#opencampus .mv figcaption{
	background: rgba(255,218,3,.3);
	color: var(--wh);
	line-height: 1.3;
	text-shadow: 3px 3px 0 var(--blue), -1px -1px 0 var(--blue), -1px 1px 0 var(--blue), 1px -1px 0 var(--blue), 0px 1px 0 var(--blue), 0 -1px 0 var(--blue), -1px 0 0 var(--blue), 1px 0 0 var(--blue);
	width: 100%;
}
#opencampus .mv{
 position: relative;
}
#opencampus .mv img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:16/9;
}
#opencampus .mv figcaption{
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 margin:0 auto 50px;
 font-size: 26px;
 font-weight: 700;
 text-align: center;
	background: rgba(255,218,3,.3);
	color: var(--wh);
	line-height: 1.3;
	text-shadow: 3px 3px 0 var(--blue), -1px -1px 0 var(--blue), -1px 1px 0 var(--blue), 1px -1px 0 var(--blue), 0px 1px 0 var(--blue), 0 -1px 0 var(--blue), -1px 0 0 var(--blue), 1px 0 0 var(--blue);
	width: 100%;
}
#opencampusDate .bgLblue{
	border-radius: 20px;
}
#opencampusDate h4,
#opencampusDate h5{
 text-align: center;
}
#opencampusDate .h4Tit{
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#opencampusDate .pcFlex h5{
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
#opencampusDate ul{
	background: none;
	padding: 0;
}
#opencampusDate ul li{
 font-size: 18px;
}
.column2{
 position: relative;
 column-gap:10%;
 columns: 2; 
}
.column2::before{
 content: "";
 display: block;
 background: var(--base);
 width: 1px;
 height: 100%;
 position: absolute;
 top: 0;
 left: 50%;
}
#opencampusDate .pcFlex{
 margin-top: 40px;
}
#opencampusDate .pcFlex h5{
 margin-top: -20px;
}

#experience .pcFlex{
 margin-top: 60px;
}
#experience .h3Tit{
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
#experience .h4Tit{
	color: var(--wh);
	display: flex;
	align-items: center;
	text-shadow: 3px 3px 0 var(--green), -1px -1px 0 var(--green), -1px 1px 0 var(--green), 1px -1px 0 var(--green), 0px 1px 0 var(--green), 0 -1px 0 var(--green), -1px 0 0 var(--green), 1px 0 0 var(--green);
}
#experience .h4Tit .num{
	background: var(--green);
	border-radius: calc(infinity * 1px);
	color: var(--wh);
	font-size: 3rem;
	display: grid;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-right: 10px;
	text-shadow: none;
}
#experience .txts p{
 margin-bottom: 1.5em;
}

#experience .txts .txt{
	border: 3px solid var(--wh);
	border-radius: 20px;
}
#timeSchedule .leadTxt{
		border-top: 3px solid var(--blue);
		position: relative;
}
#timeSchedule .leadTxt::after{
	content: "";
	background: var(--wh);
	display: inline-block;
	border-right: 3px solid var(--blue);
	border-bottom: 3px solid var(--blue);
	transform: rotate(45deg);
	position: absolute;
}
#timeSchedule ol{
 position: relative;
 margin-bottom: 60px;
}
#timeSchedule ol::before{
 content: "";
 display: block;
 background: var(--blue);
 width: 2px;
 height: 90%;
 position: absolute;
 left: 50px;
 top: 0;
}
#timeSchedule .h4Tit{
	color: var(--blue);
	margin-bottom: 10px;
}
#timeSchedule ol li{
 position: relative;
 display: flex;
 gap:20px 35px;
}
#timeSchedule ol li + li{
 margin-top: 50px;
}
#timeSchedule ol li.notime::before,
#timeSchedule ol li time{
 border-radius: 50%;
 display: grid;
 place-content: center;
 background: var(--blue);
 width: 102px;
 height: 102px;
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 line-height: 1.4;
 text-align: center;
}
#timeSchedule ol li.notime::before{
 content: "";
}
#timeSchedule ol li .txts{
 width: calc(100% - 102px - min(30% ,330px) - 35px*2);
}
#timeSchedule ol li figure{
 width: 30%;
 max-width: 330px;
 margin: 0 0 0 auto;
}


/* =======================================
 support
========================================== */


#supportLead .pcFlex.half > li{
 border-radius: 20px;
 border: 3px var(--grayblue) solid;
 margin-top: 60px;
 padding: 0 2% 2em;
 text-align: center;
}
#supportLead h4{
background: #c0d3e6;
	color: var(--base);
	display: inline-block;
	border-radius: calc(infinity * 1px);
	margin-top: -3em;
	padding: 0 2em
}
#supportLead .anchorLink{
 gap:10px 1.8%;
 padding: 0;
}
#supportLead .anchorLink li{
 min-width: 40%;
}
#supportLead .anchorLink li:nth-of-type(3){
 flex:0 1 auto;
	width: 100%;
}
#supportLead .anchorLink li a{
 padding: 0 35px;
}
#tuitionSupport h4,
#tuitionSupport h5,
#tuitionSupport h6{
 text-align: center;
}
#tuitionSupport h4{
	background: var(--blue);
  color: var(--wh);
  border-radius: 999px;
}

#tuitionSupport h5.line{
	display: flex;
	width: 96%;
	align-items: center;
	margin: 0 auto 20px
}

#tuitionSupport h5.line::before,
#tuitionSupport h5.line::after {
  background-color: var(--blue); 
  border-radius: 3px; 
  content: "";
  flex-grow: 1; 
  height: 3px; 
}
#tuitionSupport h5.line::before {
  margin-right: 15px; /* 文字との余白 */
}
#tuitionSupport h5.line::after {
  margin-left: 15px; /* 文字との余白 */
}

#tuitionSupport ul.pcFlex li{
 display: flex;
 flex-flow: column;
 justify-content: space-between;
 background: #fff;
 padding: 0 0 20px;
}
#tuitionSupport ul.pcFlex li h6{
	background: var(--grayblue);
	color: var(--base);
	width: 100%;
	padding: .3em;
	
}
#tuitionSupport ul.pcFlex li dl{
	display: flex;
	padding-bottom: 10px;
	margin: 0 20px 10px;
	border-bottom: 1px solid var(--grayblue);
	width: calc(100% - 40px);
	gap:15px
}
#tuitionSupport ul.pcFlex li dt{
 font-size: 16px;
 font-weight: 700;
 text-align: center;
	background: var(--grayblue);
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center
}
#tuitionSupport ul.pcFlex li dd{
	font-size: 16px;
 font-weight: 700;
	width: 70%
}
#tuitionSupport ul.pcFlex li .support{
 margin-top: 10px;
}

#tuitionSupport .links{
 margin: 0 auto;
}

#tuitionSupport .links a{
 text-decoration: underline;
}


#tuitionSupport h5.border{
	border-bottom: 1px solid var(--grayblue);
	padding-bottom: .2em
}

#schoolSupport{}
#otherSupport{
 margin-top: 60px;
}

#schoolSupport .h4Tit{
	background: url("../images/top_opemcampus_ti_bg02.svg") no-repeat right top / 13% auto;
  margin-bottom: 0;
	padding: 10px 10% 30px 0;
}

/* =======================================
 path
========================================== */
#pathGraduate{}
#pathGraduate figure{
}


.pathBox h4{
	color: var(--wh);
	padding: .5em
}
.pathBox h5{
	padding-bottom: .3em
}


#careResult.pathBox{
	border: 2px solid var(--green);
	background: var(--wh);
}
#careResult.pathBox h4{
	background: var(--green);
}

#careResult.pathBox h5{
	color: var(--green);
	border-bottom: 1px solid var(--green);
}

#judoResult{
	border: 2px solid var(--blue);
	background: var(--wh);	
}
#judoResult.pathBox h4{
	background: var(--blue)
}

#judoResult.pathBox h5{
	color: var(--blue);
	border-bottom: 1px solid var(--blue);
}
.pathBox .detail > div{
	text-align: center;
}
.pathBox .detail > div .per{
	font-weight: 700;
	line-height: 1.4;
}
#careResult.pathBox .detail > div .per span{
	font-weight: 900
}
#careResult.pathBox .detail > div .per span{
	color: var(--green);
}
#judoResult.pathBox .detail > div .per span{
	color: var(--blue);
}

.pathBox .detail > div dt{
	font-weight: 700;
}

.pathBox .detail > div dd ul{
	display: flex;
	gap:10px;
}
.pathBox .detail > div dd li{
	font-weight: 700;
	text-align: center;
	line-height: 1
}
.pathBox .detail > div dd li span{
	font-weight: 900;
}

#careResult.pathBox .detail > div dd li{
	background: var(--green);
	color:  var(--wh);	
	
}
#judoResult.pathBox .detail > div dd li{
	background: var(--blue);
	color:  var(--wh);	
}


.jobSupport{
 justify-content: center;
 gap:0 60px;
 margin-bottom: 40px;
}
.jobSupport li{
 position: relative;
	color: var(--wh);
 display: grid;
 place-content: center;
 border-radius: 10px;
 padding: 20px;
 width: min(calc(50% - 30px),300px);
 font-size: 24px;
 font-weight: 700;
 text-align: center;
 line-height: 1.4;
}

#careResult .jobSupport li{
	background: var(--green);
}

#judoResult .jobSupport li{
	background: var(--blue);
}

.jobSupport li +li::before{
 content: "×";
 font-size: 50px;
 position: absolute;
 right: 100%;
 top: 50%;
 bottom: 0;
 line-height: 0;
 margin-right: 8px;
}

#careResult .jobSupport li +li::before{
	color: var(--green);
}

#judoResult .jobSupport li +li::before{
	color: var(--blue);
}



/* =======================================
  admission
========================================== */
#admissionRequirements{}
#admissionEligibility ol{
 background: var(--Lblue);
 padding:40px 5% 40px 8%;
}
#admissionEligibility ol li{
	list-style:decimal outside;
 margin-bottom: 5px;
 font-size: 18px;
}
#admissionEligibility ol li.note{
	font-size: 85%;
	list-style: none;
	margin-left: -1.5em;
}
#admissionGeneral{}
#admissionRecommend{}


#admissionRecommend .anchorLink li:nth-child(2) a{
	background: var(--green);
  border: 1px solid var(--green);
}
#admissionRecommend .anchorLink li:nth-child(2) a:hover{
	background: var(--wh);
	color: var(--base);
}
#admissionRecommend .anchorLink li:nth-child(2) a:hover::after{
	border-bottom: 1px solid var(--green);
	border-right: 1px solid var(--green);
}
#admissionRecommend .anchorLink li:nth-child(3) a{
	background: var(--orange);
  border: 1px solid var(--orange);
}
#admissionRecommend .anchorLink li:nth-child(3) a:hover{
	background: var(--wh);
	color: var(--base);
}
#admissionRecommend .anchorLink li:nth-child(3) a:hover::after{
	border-bottom: 1px solid var(--orange);
	border-right: 1px solid var(--orange);
}
#admissionRecommend .anchorLink li:nth-child(4) a{
	background: var(--pink);
  border: 1px solid var(--pink);
}
#admissionRecommend .anchorLink li:nth-child(4) a:hover{
	background: var(--wh);
	color: var(--base);
}
#admissionRecommend .anchorLink li:nth-child(4) a:hover::after{
	border-bottom: 1px solid var(--pink);
	border-right: 1px solid var(--pink);
}
#admissionRecommend h4#recommendA{
	color: var(--blue);
	
}
#admissionRecommend h4#recommendB{
	color: var(--green);
}
#admissionRecommend h4#recommendC{
	color: var(--orange);
}
#admissionRecommend h4#recommendD{
	color: var(--pink);
}
#admissionRecommend .licenseList{
 background: #fff;
}
#admissionRecommend .js-acc{
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap:0 20px;
 border: 1px var(--base) solid;
 padding: 5px 20px;
 cursor: pointer;
}
#admissionRecommend .js-acc.icArrow::after{
 -webkit-transform: rotate(90deg);
transform: rotate(90deg);
 width: 30px;
 height: 30px;
}
#admissionRecommend .js-acc.active.icArrow::after{
 -webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

#admissionRecommend .accBox{
 display: none;
 border: 1px var(--base) solid;
 border-top: none;
 padding: 20px;
}
#admissionRecommend .accBox .flexWrap{
 gap:10px 20px;
}

#admissionTuition table{
 position: relative;
 margin-left: 40px;
}
#admissionTuition table caption{
 display: block;
 height: 100%;
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 text-orientation: upright;
 background: var(--base);
 border-right: 1px #fff solid;
 color: #fff;
 text-align: center;
 line-height: 40px;
 position: absolute;
 right: 100%;
 top: 0;
}
#admissionTuition table tbody th[rowspan="4"]{
 width: 2.5em;
 /*-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
 padding: 0;
 text-align: center;
 letter-spacing: 0.3em;
}
#admissionTuition table tbody td:not(.center){
 text-align: right;
}
#admissionTuition table tbody td[rowspan="3"]{
 border-left: 1px var(--base) solid;
}

#admissionSchedule table tr th:nth-of-type(1){
 width: 120px;
 text-align: center;
}
#admissionApply{}
#admissionApply .box{
 border: 1px var(--base) solid;
 border-radius: 20px;
 padding: 40px;
 margin-top: 40px;
}


/* =======================================
   student
========================================== */
#studentRecruitment{
 text-align: center;
}
#studentRecruitment .btn{
	padding: 5px 5%;
	width: min(100%, 460px);
}
#studentKaigo{
 border-radius: 20px;
 border:2px var(--green) solid;
 background: #fff;
 padding: 40px 5%;
}
#studentJudo{
 margin-top: 60px;
 border-radius: 20px;
 border:2px var(--blue) solid;
 background: #fff;
 padding: 40px 5%;
}
#studentCertificates h4{
	margin-bottom: 15px;
}
#studentCertificates h4 .note{
	font-size: 1.6rem
}
#studentCertificates table thead th{
 white-space: nowrap;
}
#studentCertificates table td{
 border: 1px var(--base) solid;
 text-align: center;
}
#studentCertificates .price{
 width: 150px;
}
#studentCertificates .apply,
#studentCertificates .reception{
 width: 120px;
}

/* =======================================
  graduate
========================================== */
#graduateBenefits{}
#graduateBenefits ul.pcFlex{
 margin-bottom: 40px;
}
#graduateBenefits ul.pcFlex li{
 position: relative;
 background: #fff;
 border-radius: 20px;
 padding: 20px ;
 font-size: 24px;
 font-weight: 700;
 text-align: center;
}
#graduateBenefits ul.pcFlex li .num{
 position: absolute;
 left: 0;
 top: -0.5em;
 display: grid;
 place-content: center;
 border-radius: 50%;
 background: var(--blue);
 width: 50px;
 height: 50px;
 padding-bottom: 5px;
 color: #fff;
 font-size: 30px;
 line-height: 1;
}
#graduateBenefits .h4Tit{
	font-size: 1.8rem;
	margin-bottom: .8rem;
	padding-bottom: .3em
}

#graduateBenefits .h4Tit::first-letter{
	color: var(--blue)
}



#graduateBenefits .contacts{
	margin-top: 1em;
	border: 2px solid var(--grayblue);
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
		background: var(--wh);
}

#graduateBenefits .contacts dt{
	background: var(--grayblue);
	border-radius: 999px 0 0 999px;
	color: var(--wh);
	font-weight: 700;
	width: 40%;
	padding: .5em
}
#graduateBenefits .contacts dd{
	font-weight: 700;
	width: 60%;
	border-radius: 0 999px 999px 0;
	padding: .5em
}
#graduateBenefits .contacts dd:has(svg){
  line-height: 1em;
}
#graduateBenefits .contacts dd svg{
  height: 1.16em;
  vertical-align: middle;
}

#graduateBenefits .pdfLink{
	background: url("../images/ic_pdf.png") no-repeat right 6.6% center/22px auto var(--wh);
	display: flex;
	margin: auto
}
#graduateCertificates .graduateCertificatesBox{
	border: 2px solid var(--grayblue);
}
#graduateCertificates h4{
 border-bottom: 1px solid  var(--grayblue);
 margin-bottom: 10px;
}
#graduateCertificates h4::first-letter{
	color: var(--blue)
}

#graduateCertificates p{
 margin-bottom: 1.5em;
}
#graduateCertificates .graduateCertificatesBox li p{
	margin-bottom: 0
}
#graduateCertificates ol,
#graduateCertificates dl{
 margin-left: 1em;
}
#graduateCertificates table td{
 border: 1px var(--base) solid;
 text-align: center;
}

#graduateRepayment{
 text-align: center;
}
#graduateRepayment p{
 margin-bottom: 1.5em;
}

.graduateRepaymentBox{
	border: 2px solid var(--orange);
  background: var(--wh);
	border-radius: 20px;
}

.graduateRepaymentBox p{
	margin: 0 1em 1.5em
}

.graduateRepaymentBox h4 {
  background: var(--orange);
  border-radius: 18px 18px 0 0;
	color: var(--wh);
}

/* =======================================
  international
========================================== */
#international .pcFlex figure{
 overflow: visible;
}
#international .pcFlex figure img{
 border-radius: 20px;
 height: auto;
}
#international .pcFlex figure figcaption{
 margin-top: 10px;
	line-height: 1.5;
	text-align: center;
}

#internationalVoice div.bgW{
	border-radius: 20px;
	padding: 30px 3%;
}
.slash{
 display: flex;
 justify-content: center;
 align-items: flex-end;
}
.slash::before,
.slash::after{
 content: "";
 display: block;
 background: var(--base);
 width: 2px;
 height: 1.28em;
transform: rotate(36deg);
 transform-origin: right bottom;
}
.slash::before{
transform: rotate(-36deg);
 transform-origin:left bottom;}

#internationalVoice .txts .h4Tit{
	background: url("../images/top_opemcampus_ti_bg02.svg") no-repeat right top / 13% auto;
	margin-bottom: 0;
}
#internationalVoice .flow{
 position: relative;
 z-index: 0;
}
/*
#internationalVoice .flow::before{
 content: "";
 display: block;
 width: 100%;
 height: 3px;
 background: var(--blue);
 position: absolute;
 top: calc(50% - 1px);
 left: 0;
 z-index: -1;
}
#internationalVoice .flow::after{
 content: "";
	display: block;
	border-top: 3px var(--blue) solid;
	border-right: 3px var(--blue) solid;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
 position: absolute;
 right: 0;
 top: calc(50% - 11px);
}*/
#internationalVoice .flow li{
 border-radius: 20px;
 background: #fff;
 text-align: center;
border: 2px solid var(--gray);
	padding: 20px 2%;
	position: relative;
}
#internationalVoice .flow li:has(+li)::after{
	content: "";
	background: var(--blue);
	display: inline-block;
	position: absolute;
}
#internationalVoice .bgW > .h4Tit{
	border-bottom: 1px solid var(--blue);
}
#internationalVoice .flow li h5{
 font-size: 20px;
}
#internationalVoice h5{
	background: var(--Lblue);
	border-radius: 10px;
	color: var(--blue);
	margin-bottom: 15px;
	padding: 2px 1em;
}
#internationalVoice .flow li p{
 text-align: left;
}
.message{
 margin-top: 40px;
 border: 3px var(--green) solid;
 border-radius: 20px;
 background: #fff;
 padding: 40px 5%;
}
.message .h4Tit{
	margin-bottom: 20px;
}
.message .slash::before,
.message .slash::after{
	background: var(--green);
}
.staff .pcFlex{
	border-radius: 20px;
	align-items: center;
	padding: 30px 3%;
}
#internationalCurriculum li,
#internationalSupport li{
 max-width: 330px;
	text-align: center;
}
#internationalCurriculum li figure,
#internationalSupport li figure{
 margin:0 auto 20px;
}
#internationalCurriculum li h4,
#internationalSupport li h4{
 text-align: center;
}
#internationalCurriculum .h4Tit,
#internationalSupport .h4Tit{
	display: inline-block;
	padding: 0 5%;
	position: relative;
}
#internationalCurriculum .h4Tit span,
#internationalSupport .h4Tit span{
	position: relative;
	z-index: 5;
}
#internationalCurriculum .h4Tit::before,
#internationalSupport .h4Tit::before{
	content: "";
	background: url("../images/top_opemcampus_ti_bg01.svg") no-repeat left top / 100% auto;
	display: inline-block;
	width: 60px;
	height: 62px;
	position: absolute;
	left: -25px;
	top: -25px;
}
#internationalSupport{}

#internationalSupport .h4Tit::before{
	background: url("../images/top_opemcampus_ti_bg02.svg") no-repeat left top / 100% auto;
}
#internationalSupport li figure{
	margin-bottom: 40px;
}
#internationalSupport li p{
	text-align: left;
}
#internationalResult .leadTxt{
	font-size: 2.4rem;
	margin-bottom: 40px;
}
#internationalResult li{
 text-align: center;
		background: var(--Lblue);
	border-radius: 20px;
	padding: 20px 2%;
}
#internationalResult li h4{
 margin-bottom: 10px;
	font-size: 2rem;
}
#internationalResult li img{
 margin: 0 auto 10px;
}
#internationalResult p{
 font-size: 18px;
}


/* =======================================
  reskilling
========================================== */
#reskillingPeople .slash::before,
#reskillingPeople .slash::after{
	background: var(--green);
}
#reskillingPeople ul{
	background: var(--wh);
	border: 3px solid var(--green);
	border-radius: 20px;
	display: block;
	position: relative;
}
#reskillingPeople ul::after{
	content: "";
	background: url("../images/top_admission_bg_right.png") no-repeat left top / 100% auto;
	display: inline-block;
	position: absolute;
}
#reskillingPeople ul li:not(:first-child){
	margin-top: 1em;
}
#reskillingReason .h3Tit{
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
#reskillingReason h4{
 background: var(--wh);
 border-radius: calc(infinity * 1px);
 position: relative;
}
#reskillingReason h4::after{
	background-color: var(--wh);
	position: absolute;
  top: calc(100% - 1.5px);
  right: 0;
  left: 0;
  content: "";
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 10px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    50% 100%
  );
}
#reskillingReason li figure{
 margin: 0 auto 20px;
}
#reskillingReason h4{
 margin-bottom: 20px;
 text-align: center;
}
#reskillingPeople .inner1000{
 text-align: center;
}

#reskillingFlow .h4Tit{
	background: var(--blue);
	border-radius: calc(infinity * 1px);
	border: 5px solid var(--wh);
	aspect-ratio: 1 / 1;
	color: var(--wh);
	display: grid;
	align-items: center;
	justify-content: center;
}
#reskillingFlow ul li{
 position: relative;
 border-radius: 20px;
 background: #fff;
 padding: 20px 3% 30px;
	border: 3px solid var(--blue);
}
#reskillingFlow ul li + li::before{
 content: "";
 display: block;
 background-color: var(--blue);
  width: 25px;
  height: 40px;
 clip-path: polygon(0 0, 0% 100%, 100% 50%);
 position: absolute;
 right: 100%;
 top: 50%;
 margin: -20px 25px 0 0;
}
#reskillingFlow ul li h4{
 text-align: center;
}
#reskillingFeature{}
#reskillingFeature .h4Tit{
	background: url("../images/top_opemcampus_ti_bg01.svg") no-repeat right top / 13% auto;
	margin-bottom: 0;
}

/* =======================================
   company
========================================== */
#company .leadWrap p{
 margin-bottom: 1.5em;
}
#companyTraining ul li{
 max-width: 330px;
 text-align: center;
}
#companyTraining ul li img{
 margin: 0 auto 20px;
}
#companyTraining ul li p{
 font-size: 20px;
}

#companyJobPostings h4{
 text-align: center;
}

#companyTraining ul li:nth-child(1) img{
	border: 3px solid var(--green);
	border-radius: calc(infinity * 1px);aspect-ratio: 1 / 1;
}
#companyTraining ul li:nth-child(2) img{
	border: 3px solid var(--blue);
	border-radius: calc(infinity * 1px);aspect-ratio: 1 / 1;
}
#companyJobPostings .h4Tit{
	background: var(--wh);
	border: 3px solid var(--base);
	border-radius: calc(infinity * 1px);
	margin: 0 auto 20px;
	padding: 0.25em 1.5em;
	position: relative;
	width: min(90%,20em);
}
#companyJobPostings .txtBox{
	border: 3px solid var(--gray);
	border-radius: 20px;
}
#companyJobPostings .txtBox div{
	border-radius: 20px;
}
#companyConsultation .h3Tit{
	border-bottom: 3px solid var(--wh);
	color: var(--wh);
	line-height: 1.4;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	text-align: center;
}
#companyConsultation .h3Tit > span{
display: inline-block;
  position: relative;
}
#companyConsultation .h3Tit > span::before{
	position: absolute;
  content: "";
	background: url("../images/ic_circle_green02.png") no-repeat left bottom / 100% auto;
  display: block;
}
#companyConsultation p{
	line-height: 1.92em;
}


/* =======================================
  access
========================================== */
#access .map iframe{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:16/9;
}
#access .img img{
 border-radius: 20px;
 width: 70%;
	margin: auto
}

#accessMain .h5Tit {
  background: url("../images/top_opemcampus_ti_bg02.svg") no-repeat left top;
	background-size: 30px;
  padding-left: 20px;
}


/* =======================================
   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%;
}
/*	一覧
-----------------------------*/
#newsIndex{
	padding: 100px 0;
}
/*
.newsBox{
 border-bottom: 1px var(--LGray) solid;
 padding: 30px 0;
}*/

.newsLinks.flex{
	margin-bottom: 20px;
	border-bottom: 2px solid var(--blue);
	justify-content: center;
	gap: 10px;
}
.newsLinks li{
    width: min(calc((100% - 10px)/2),240px);
}
.newsLinks li a{
    display: grid;
    align-items: center;
    background-color: var(--wh);
    width: 100%;
    height: 100%;
	padding: 0.5em 0.2em;
	border: solid var(--blue);
	border-width: 2px 2px 0 2px;
	border-radius: 10px 10px 0 0;
	color:  var(--blue);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
}
.newsLinks .active a{
	background-color: var(--blue);
	color: #fff;
}

#news .pageLinks{
 margin: 50px auto;
}
#newsIndex .newsList li{
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 gap:5px 26px;
border-bottom: 1px solid #d9d9d9;
}
#newsIndex .newsList li:has(a){
 display: block;
}
#newsIndex .newsList li a{
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 gap:5px 26px;
}
#newsIndex .newsList li p{
 line-height: 1.4;
}


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

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

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

/* =======================================
	materials
========================================== */
.formFlow{
 display: flex;
 justify-content: space-around;
 border: 1px var(--pink) solid;
 margin: 40px 0;
}
.formFlow li{
 width: 100%;
 padding: 15px 10px;
 font-size: 18px;
 font-weight: 700;
 text-align: center;
}
.formFlow li + li{
 border-left: 1px var(--pink) solid;
}
.formFlow li.current{
 background: var(--pink);
 color: #fff;
}

/* =======================================
	contact
========================================== */

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




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

#mailformpro input.btn{
	border: none;
 margin: 0 auto;
background-color: var(--red);
 text-align:center;
 cursor: pointer;
}

#mfp_button_send{
	background: url("../images/arrow_white.svg") no-repeat right 6.6% center/12px auto var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: calc(infinity * 1px);
	border: none;
  width: min(100%, 360px);
  min-height: 60px;
  padding: 5px 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
	margin: 30px auto;
  transition: all .5s ease;
}

#mfp_button_send:focus,
#mfp_button_send:active,
#mfp_button_send:hover{
  opacity: 0.7;
  background-position: right 4.1% center;
}




/*#mailformpro .formBtn .confirm input.btn{	
  padding-right: 100px;
  background: #EFFBFB url(../images/ic_arrow_blue.svg) no-repeat calc(100% - 30px) 50% / 53px 53px;
}
#mailformpro .formBtn .confirm input.btn.btnL{
	width: min(100%, 343px);
}*/
/* =======================================
	thanks
========================================== */

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