@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
  letter-spacing: 0.06em;
  font-weight: 500;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/

.l-wrap {
  padding: 100px 0 0 0;
}
.l-wrap.is-top {
  padding: 0;
}
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-wrap {
    padding: 60px 0 0 0;
  }
  .l-inner {
    padding: 0 20px;
  }
}



.l-headerOuter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.l-header {
  background: rgba(255,255,255,0.6);
  padding: 0 40px;
}
.l-headerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  max-width: 1780px;
  margin: 0 auto;
}
.l-headerLogo {
  display: flex;
  align-items: center;
}
.l-headerLogo__school {
  max-width: 211px;
}
.l-headerLogo__site {
  max-width: 304px;
  margin-left: 47px;
}
.l-headerContents {
  display: flex;
  align-items: center;
}
.l-header__tell {

}
.l-header__tellNum {
  max-width: 260px;
}
.l-header__tellTxt {
  font-size: 11px;
  line-height: 1;
  margin-top: 6px;
}
.l-header__link {
  margin-left: 27px;
  display: flex;
  width: 580px;
}
.l-header__linkItem {
  width: calc(33.33% - 6.66px);
  margin-left: 10px;
}
.l-header__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1291a;
  width: 100%;
  box-sizing: border-box;
  border: #000 1px solid;
  height: 60px;
  box-shadow: 4px 4px 0px #000;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
}
.l-header__link a br {
  display: none;
}
@media screen and (max-width: 1550px) {
  .l-header {
    padding: 0 30px;
  }
  .l-headerWrap {
    height: 100px;
  }
  .l-headerLogo__school {
    max-width: 169px;
  }
  .l-headerLogo__site {
    max-width: 243px;
    margin-left: 30px;
  }
  .l-header__tellNum {
    max-width: 220px;
  }
  .l-header__tellTxt {
    font-size: 9px;
    margin-top: 6px;
  }
  .l-header__link {
    margin-left: 20px;
    width: auto;
  }
  .l-header__linkItem {
    width: 100px;
  }
  .l-header__linkItem:nth-of-type(3) {
    width: 170px;
  }
  .l-header__link a {
    width: 100%;
    height: 60px;
    box-shadow: 4px 4px 0px #000;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header {
    padding: 0 20px;
  }
  .l-headerWrap {
    height: 80px;
  }
  .l-headerLogo__school {
    max-width: 127px;
  }
  .l-headerLogo__site {
    max-width: 182px;
    margin-left: 25px;
  }
  .l-header__tellNum {
    max-width: 180px;
  }
  .l-header__tellTxt {
    font-size: 7px;
    list-style: 1;
    margin-top: 6px;
  }
  .l-header__link {
    margin-left: 20px;
  }
  .l-header__linkItem {
    width: 90px;
  }
  .l-header__linkItem:nth-of-type(3) {
    width: 150px;
  }
  .l-header__link a {
    width: 100%;
    height: 50px;
    box-shadow: 3px 3px 0px #000;
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .l-headerContents {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .l-header__tell {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .l-header__tellNum {
    max-width: 260px;
  }
  .l-header__tellTxt {
    font-size: 11px;
    list-style: 1;
    margin-top: 6px;
  }
  .l-header__link {
    margin-left: 0;
    width: 100%;
  }
  .l-header__linkItem {
    width: 33.33%;
    margin-left: 0;
  }
  .l-header__linkItem:nth-of-type(3) {
    width: 33.33%;
  }
  .l-header__link a {
    width: 100%;
    height: 50px;
    box-shadow: unset;
    border-radius: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0 20px;
  }
  .l-headerWrap {
    height: 60px;
  }
  .l-headerLogo__school {
    max-width: 105px;
  }
  .l-headerLogo__site {
    max-width: 157px;
    margin-left: 20px;
  }
  .l-header__link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .l-header__link a br {
    display: block;
  }
}


.l-footer {
  background: url(../images/common/footer-bg.png) no-repeat center;
  background-size: cover;
  padding: 50px 0 0 0;
}
.l-footer.l-footer--simple {
  background: none;
  padding: 0 0 0 0;
}
.l-footerInner {
  background: #FFF;
  padding: 157px 40px 0;
  border-radius: 0 clamp(60px, 16.25vw, 312px) 0 0;
}
.l-footerWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 0 100px 0;
}
.l-footerUpper {
}
.l-footerLower {
  max-width: 776px;
  width: 100%;
}
.l-footerInfo {
  text-align: left;
}
.l-footerInfo__logo {
  max-width: 292px;
}
.l-footerInfo__txt {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  margin-top: 15px;
}
.l-footerInfo__btn {
  margin-top: 40px;
}
.l-footerInfo__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  box-sizing: border-box;
  border: #000 1px solid;
  height: 60px;
  box-shadow: 4px 4px 0px #000;
  border-radius: 100px;
  font-size: 20px;
  list-style: 1.2;
  font-weight: 700;
}
.l-footerInfoSns {
  margin-top: 37px;
}
.l-footerInfoSnsList {
  display: flex;
  align-items: center;
}
.l-footerInfoSnsList li {
  margin-right: 30px;
  font-size: 16px;
}
.l-footerInfoSnsList li a {
  display: block;
}
.l-footerInfoSnsList li a.is-x {
  width: 2.0625em;
}
.l-footerInfoSnsList li a.is-facebook {
  width: 2.125em;
}
.l-footerInfoSnsList li a.is-insta {
  width: 2.0625em;
}
.l-footerInfoSnsList li a.is-youtube {
  width: 2.3125em;
}
.l-footerInfoSnsList li a.is-line {
  width: 2em;
}
.l-footerInfoLink {
  margin-top: 40px;
}
.l-footerInfoLink a {
  font-size: 15px;
  list-style: 1.3;
  text-align: left;
}

.l-footerCampus {
  text-align: left;
}
.l-footerCampus__title {
  font-size: clamp(17px, 1.56vw, 20px);
  list-style: 1.4;
  font-weight: 600;
  margin-bottom: 30px;
}
.l-footerCampusFrame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-footerCampusItem {
  display: flex;
  width: 47.36%;
}
.l-footerCampusItem:nth-of-type(n + 3) {
  margin-top: 45px;
}
.l-footerCampusItem__img {
  width: 38.8%;
}
.l-footerCampusItemContent {
  width: 61.2%;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.l-footerCampusItem__name {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.5;
  font-weight: 700;
  border-bottom: #000000 1px solid;
  padding-bottom: clamp(10px, 1.17vw, 15px);
  margin: 0 0 clamp(9px, 1.09vw, 14px) 0;
}
.l-footerCampusItem__txt {
  font-size: clamp(13px, 1.17vw, 15px);
  line-height: 1.86;
  font-weight: 700;
}
.l-footer__copy {
  font-size: 15px;
  line-height: 1.4;
  color: #FFF;
  background: #000;
  padding: 15px 40px 12px;
}

@media screen and (max-width: 960px) {
  .l-footer {
    background: url(../images/common/footer-bg.png) no-repeat top;
    background-size: 100% auto;
    padding-bottom: 60px;
  }
  .l-footerWrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 0 100px 0;
  }
  .l-footerUpper {
    width: 100%;
    margin-top: 100px;
  }
  .l-footerLower {
    max-width: none;
    width: 100%;
  }
  .l-footerInfo {
    text-align: center;
  }
  .l-footerInfo__logo {
    max-width: 292px;
    margin: 0 auto;
  }
  .l-footerInfo__txt {
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    margin-top: 15px;
  }
  .l-footerInfo__btn {
    margin-top: 40px;
  }
  .l-footerInfo__btn a {
    margin: 0 auto;
  }
  .l-footerInfoSns {
    margin-top: 37px;
  }
  .l-footerInfoSnsList {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    background: url(../images/common/footer-bg.png) no-repeat top;
    background-size: 100% auto;
    padding: 40px 0 50px 0;
  }
  .l-footer.l-footer--simple {
    background: none;
    padding: 0 0 0 0;
  }
  .l-footerInner {
    padding: 60px 20px 0;
    border-radius: 0 clamp(60px, 16.25vw, 312px) 0 0;
  }
  .l-footerWrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 0 70px 0;
  }
  .l-footerUpper {
    width: 100%;
    margin-top: 70px;
  }
  .l-footerLower {
    max-width: none;
    width: 100%;
  }
  .l-footerInfo {
    text-align: center;
  }
  .l-footerInfo__logo {
    max-width: 200px;
    margin: 0 auto;
  }
  .l-footerInfo__txt {
    font-size: 10px;
    line-height: 1.7;
    margin-top: 15px;
  }
  .l-footerInfo__btn {
    margin-top: 30px;
  }
  .l-footerInfo__btn a {
    width: 240px;
    height: 50px;
    box-shadow: 3px 3px 0px #000;
    font-size: 16px;
  }
  .l-footerInfoSns {
    margin-top: 37px;
  }
  .l-footerInfoSnsList {
    display: flex;
    align-items: center;
  }
  .l-footerInfoSnsList li {
    margin-right: 0;
    margin-left: 20px;
    font-size: 15px;
  }
  .l-footerInfoSnsList li:nth-of-type(5n + 1) {
    margin-left: 0px;
  }
  .l-footerInfoSnsList li a {
    display: block;
  }
  .l-footerInfoLink {
    margin-top: 30px;
  }
  .l-footerInfoLink a {
    font-size: 14px;
    list-style: 1.3;
    text-align: center;
  }
  .l-footer__copy {
    font-size: 12px;
    padding: 15px 20px 12px;
  }
}
@media screen and (max-width: 550px) {
  .l-footerCampusFrame {
    display: block;
  }
  .l-footerCampusItem {
    width: 100%;
  }
  .l-footerCampusItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .l-footerCampusItem__img {
    width: 30%;
  }
  .l-footerCampusItemContent {
    width: 70%;
    box-sizing: border-box;
    padding: 0 0 0 15px;
  }
}



.c-pageHead {
  padding: 0;
  position: relative;
  text-align: left;
}
.c-pageHead:before {
  content: '';
  display: block;
  height: 150%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../images/common/head-bg.png") no-repeat center bottom;
  background-size: cover;
}
.c-pageHeadInner {
  display : flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  box-sizing: border-box;
  height: 320px;
  z-index: 10;
  position: relative;
}
.c-pageHeadFrame {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  border-left: #d1291a 10px solid;
  padding: 5px 0 0 28px;
}
.c-pageHead__title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 0 0 0;
  text-align: left;
}
.c-pageHead__title span.en {
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: 0.02em;
}
.c-pageHead__subTitle {
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  transform: translate(0.06em, 0);
}
.c-pageHead__subTitle span {
  font-size: 0.7em;
  transform: translate(0, -10%);
  display: inline-block;
}
.c-pageHead__subTitle span.en {
  font-size: 1em;
  transform: translate(0, 0);
  letter-spacing: 0.02em;
}
.l-wrap.is-community-coffee .c-pageHeadFrame {
	border-color: #7b0c81;
}
.l-wrap.is-future-talk .c-pageHeadFrame {
	border-color: #f36d00;
}
.l-wrap.is-hands-on-lab .c-pageHeadFrame {
	border-color: #fdf100;
}
.l-wrap.is-it-seminar .c-pageHeadFrame {
	border-color: #2a425e;
}
.l-wrap.is-pathway-program .c-pageHeadFrame {
	border-color: #309fe8;
}
.l-wrap.is-xp-research-report .c-pageHeadFrame {
	border-color: #249943;
}
@media screen and (max-width: 768px) {
  .c-pageHead {
  }
  .c-pageHead:before {
    content: '';
    display: block;
    height: 150%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../images/common/head-bg.png") no-repeat center top;
    background-size: contain;
  }
  .c-pageHeadInner {
    padding: 20px 20px;
    height: 170px;
  }
  .c-pageHeadFrame {
    border-left: #d1291a 6px solid;
    padding: 5px 0 0 15px;
  }
  .c-pageHead__title {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .c-pageHead__title span.en {
    font-size: 1.3em;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .c-pageHead__subTitle {
    font-size: 24px;
    letter-spacing: 0.1em;
    transform: translate(0.06em, 0);
  }
  .c-pageHead__subTitle span {
    font-size: 0.7em;
    transform: translate(0, -10%);
  }
  .c-pageHead__subTitle span.en {
    font-size: 1em;
    transform: translate(0, 0);
    letter-spacing: 0.02em;
  }
}




.c-pankuzu {
  padding: 0px 40px 0px;
}
.c-pankuzuInner {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
}
.c-pankuzuList {
  display : flex;
  flex-wrap: wrap;
}
.c-pankuzuList__item {
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  margin-right: 11px;
  margin-bottom: 4px;
  position: relative;
  font-weight: 500;
}
.c-pankuzuList__item + .c-pankuzuList__item {
  margin-left: 18px;
}
.c-pankuzuList__item:before {
  position: absolute;
  top: 3px;
  left: -19px;
  font-size: 12px;
/*
  content: "";
  width: 4px;
  height: 4px;
  background: #d1291a;
  border-radius: 10px;
*/
  content: '\f054'; 
  font-family: 'Font Awesome 7 Pro';
  font-weight: 900;
  color: #d1291a;
}
.c-pankuzuList__item:first-child:before {
  display: none;
}
.c-pankuzuList__item:last-child {
  margin-right: 0;
}
.c-pankuzuList__item a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    padding: 0px 20px 0px;
  }
  .c-pankuzuList__item {
    font-size: 11px;
    margin-right: 7px;
    margin-bottom: 4px;
  }
  .c-pankuzuList__item + .c-pankuzuList__item {
    margin-left: 14px;
  }
  .c-pankuzuList__item:before {
    top: 2px;
    left: -13px;
    font-size: 8px;
/*
    width: 4px;
    height: 4px;
*/
  }
}



.c-body {
  /*font-size: 16px;*/
	font-size:18px;
  line-height: 1.875;
  text-align: left;
  font-weight: 500;
}
.c-body > * {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.3s 0.3s ease-out;
}
.c-body > *.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-body p {
  margin: 0 0 20px 0;
}
.c-body p strong {
}
.c-body p a {
  text-decoration: underline;
}
.c-body * + p {
  margin-top: 1.5em;
}
.c-body * + figcaption {
  margin-top: 1.5em;
}
.c-body * + figure {
  margin-top: 1.5em;
}
.c-body h2 {
  margin-bottom: 50px;
  text-align: left;
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
}
.c-body * + h2 {
  margin-top: 100px;
}
.c-body h3 {
  border: #000 1px solid;
  padding: 10px 20px;
  background: #ffd2d2;
  box-shadow: 5px 5px 0 rgba(0,0,0,1);
  text-align: left;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 35px;
}
.c-body * + h3 {
  margin-top: 60px;
}
.c-body h2 + h3 {
  margin-top: 30px;
}
.c-body h4 {
  font-size: 26px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 30px;
}
.c-body h4:before {
  content: '';
  display: block;
  width: 5px;
  height: calc(100% - 5px);
  border-radius: 10px;
  background: #000;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-body * + h4 {
  margin-top: 30px;
}
.c-body h2 + h4 {
  margin-top: 20px;
}
.c-body h3 + h4 {
  margin-top: 20px;
}
.c-body h5 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  padding: 0 0 10px 0;
  border-bottom: #bdbdbd 1px solid;
}
.c-body h5 + * {
  margin-top: 10px;
}
.c-body * + h5 {
  margin-top: 20px;
}
.c-body ol {
  margin-left: 1.5em;
}
.c-body * + ol {
  margin-top: 1.5em;
}
.c-body ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.c-body ul li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 5px;
  display: block;
  top: 13px;
  left: 5px;
}
.c-body .wp-block-table td,
.c-body .wp-block-table th {
  border: 1px solid #333;
  padding: 15px;
}
.c-body table th {
  background: #eee;
}

@media screen and (max-width: 768px) {
  .c-body {
    font-size: 14px;
  }
  .c-body p {
    margin: 0 0 20px 0;
  }
  .c-body h2 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .c-body * + h2 {
    margin-top: 80px;
  }
  .c-body h3 {
    padding: 7px 15px 8px;
    box-shadow: 3px 3px 0 rgba(0,0,0,1);
    font-size: 18px;
    margin-bottom: 25px;
  }
  .c-body * + h3 {
    margin-top: 50px;
  }
  .c-body h2 + h3 {
    margin-top: 30px;
  }
  .c-body h4 {
    font-size: 17px;
    padding: 0 0 0 12px;
    margin-bottom: 20px;
  }
  .c-body h4:before {
    width: 4px;
    height: calc(100% - 5px);
    top: 3px;
    left: 0;
  }
  .c-body * + h4 {
    margin-top: 30px;
  }
  .c-body h2 + h4 {
    margin-top: 20px;
  }
  .c-body h3 + h4 {
    margin-top: 20px;
  }
  .c-body h5 {
    font-size: 15px;
    padding: 0 0 10px 0;
    border-bottom: #bdbdbd 1px solid;
  }
  .c-body h5 + * {
    margin-top: 10px;
  }
  .c-body * + h5 {
    margin-top: 20px;
  }
  .c-body ul li {
  }
  .c-body ul li:before {
    width: 4px;
    height: 4px;
    top: 11px;
    left: 3px;
  }
  .c-body .wp-block-table td,
  .c-body .wp-block-table th {
    border: 1px solid #333;
    padding: 15px;
  }
  .c-body table th {
    background: #eee;
  }
}
