@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}




.c-intro {
  text-align: left;
}
.c-txt {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.83;
  font-weight: 500;
}


.c-secHead01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: clamp(35px, 3.9vw, 50px);
  margin-bottom: clamp(20px, 2.34vw, 30px);
}
.c-secHead01__title {
  letter-spacing: 0.09em;
  font-size: 0.64em;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 0.4em 0.2em;
}
.c-secHead01__subTitle {
  color: #d1291a;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.02em;
}


.c-secHead02 {
  text-align: center;
  font-size: clamp(21px, 2.5vw, 32px);
  margin-bottom: clamp(35px, 4.29vw, 55px);
}
.c-secHead02__title {
  letter-spacing: 0.09em;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 0.4em 0.2em;
}
.c-secHead02__title .is-num {
  font-size: 1.25em;
}
.c-secHead02__subTitle {
  color: #d1291a;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.c-headTitle01 {
  margin-bottom: 50px;
  text-align: left;
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
}
.c-headLineTitle01 {
  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;
}

@media screen and (max-width: 768px) {
  .c-secHead01 {
    font-size: clamp(35px, 3.9vw, 50px);
    margin-bottom: clamp(20px, 2.34vw, 30px);
  }
  .c-secHead01__title {
    letter-spacing: 0.09em;
    font-size: 0.64em;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 0.4em 0.2em;
  }
  .c-secHead01__subTitle {
    letter-spacing: 0.02em;
  }


  .c-secHead02 {
    font-size: clamp(21px, 2.5vw, 32px);
    margin-bottom: clamp(35px, 4.29vw, 55px);
  }
  .c-secHead02__title {
    letter-spacing: 0.09em;
    margin: 0 0 0.4em 0.2em;
  }
  .c-secHead02__title .is-num {
    font-size: 1.25em;
  }
  .c-secHead02__subTitle {
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }

  .c-headTitle01 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .c-headLineTitle01 {
    padding: 7px 15px 8px;
    box-shadow: 3px 3px 0 rgba(0,0,0,1);
    font-size: 18px;
    margin-bottom: 25px;
  }

}





.c-seminarCard {
  display: flex;
/*
  flex-direction: column;
*/
  flex-wrap: wrap;
  align-content: space-between;
  border: #000 1px solid;
  background: #FFF;
  border-radius: clamp(10px, 1.17vw, 15px);
  overflow: hidden;
  width: calc(100% - clamp(4px, 0.54vw, 7px));
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(0,0,0,1);
  letter-spacing: 0.02em;
}
.c-seminarCardContents {
  width: 100%;
}
.c-seminarCardUpper {
  display: flex;
  width: 100%;
}
.c-seminarCardUpperDate {
  display: flex;
  align-items: center;
  background: #000;
  color: #FFF;
  width: clamp(60px, 6.95vw, 89px);
  min-height: clamp(60px, 6.95vw, 89px);
}
.c-seminarCardUpperDateInner {
  width: 100%;
  padding: clamp(2px, 0.23vw, 3px) 0 0 0;
}
.c-seminarCardUpperDateNum {
  display: flex;
  justify-content: center;
}
.c-seminarCardUpperDateNum span:nth-of-type(1) {
  font-size: clamp(24px, 3.125vw, 40px);
  line-height: 1;
  font-weight: 700;
}
.c-seminarCardUpperDateNum span:nth-of-type(2) {
  font-size: clamp(24px, 3.125vw, 40px);
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.c-seminarCardUpperDateNum span:nth-of-type(2):before {
  position: relative;
  content: '/';
  margin: 0 clamp(2px, 0.23vw, 3px);
}
.c-seminarCardUpperDateTxt {
  text-align: right;
  font-size: clamp(16px, 1.875vw, 24px);
  line-height: 1;
  font-weight: 700;
  margin-right: clamp(7px, 0.93vw, 12px);
}
.c-seminarCardUpperContent {
  text-align: left;
  padding: clamp(4px, 0.54vw, 7px) 0 0 clamp(15px, 1.56vw, 20px);
  align-self: center;
}
.c-seminarCardUpper__time {
  font-size: clamp(18px, 2.18vw, 28px);
  line-height: 1.2;
  font-weight: 700;
}
.c-seminarCardUpper__tag {
  display: flex;
  flex-wrap: wrap;
}
.c-seminarCardUpper__tag span {
  display: block;
  box-sizing: border-box;
  border: #000 1px solid;
  border-radius: 100px;
  font-weight: 500;
  font-size: clamp(10px, 1.17vw, 15px);
  line-height: 1.2;
  min-width: clamp(60px, 6.95vw, 89px);
  text-align: center;
  padding: 2px 10px 4px;
  margin: 0 6px 6px 0;
}
.c-seminarCardLower {
  text-align: left;
  padding: 0 clamp(15px, 1.95vw, 25px) clamp(15px, 1.71vw, 22px);
  margin-top: clamp(13px, 1.40vw, 18px);
}
.c-seminarCard__title {
  font-size: clamp(22px, 2.81vw, 36px);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 12px;
}
.c-seminarCard__title span.is-small {
  font-size: 0.44em;
  font-weight: 500;
}
.c-seminarCard__subTitle {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding: 0 0 2px clamp(12px, 1.25vw, 16px);
}
.c-seminarCard__subTitle:before {
  width: clamp(3px, 0.39vw, 5px);
  height: 100%;
  background: #d1291a;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  content: '';
}
.c-seminarCard__txt {
  border-top: #ebebeb 2px solid;
  margin-top: 13px;
  padding-top: 9px;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.77;
  font-weight: 500;
}
.c-seminarCard__img {
  height: 92px;
  width: 100%;
}
.c-seminarCard__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-seminarList {
  display: flex;
  flex-wrap: wrap;
}
.c-seminarList__item {
  width: 32.1%;
  margin-left: 1.85%;
  display: flex;
}
.c-seminarList__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.c-seminarList__item:nth-of-type(n + 4) {
  margin-top: 25px;
}

.c-seminarCard.is-community-coffee {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(143,129,189,1);
}
.c-seminarCard.is-community-coffee .c-seminarCardUpperDate {
	background-color: #7b0c81;
}
.c-seminarCard.is-community-coffee .c-seminarCard__subTitle:before {
	background-color: #7b0c81;
}
.c-seminarCard.is-future-talk {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(242,154,117,1);
}
.c-seminarCard.is-future-talk .c-seminarCardUpperDate {
	background-color: #f36d00;
}
.c-seminarCard.is-future-talk .c-seminarCard__subTitle:before {
	background-color: #f36d00;
}
.c-seminarCard.is-hands-on-lab {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(254,248,154,1);
}
.c-seminarCard.is-hands-on-lab .c-seminarCardUpperDate {
	background-color: #fdf100;
	color: #000;
}
.c-seminarCard.is-hands-on-lab .c-seminarCard__subTitle:before {
	background-color: #fdf100;
}
.c-seminarCard.is-it-seminar {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(72,89,116,1);
}
.c-seminarCard.is-it-seminar .c-seminarCardUpperDate {
	background-color: #2a425e;
}
.c-seminarCard.is-it-seminar .c-seminarCard__subTitle:before {
	background-color: #2a425e;
}
.c-seminarCard.is-pathway-program {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(127,203,241,1);
}
.c-seminarCard.is-pathway-program .c-seminarCardUpperDate {
	background-color: #309fe8;
}
.c-seminarCard.is-pathway-program .c-seminarCard__subTitle:before {
	background-color: #309fe8;
}
.c-seminarCard.is-xp-research-report {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(137,201,150,1);
}
.c-seminarCard.is-xp-research-report .c-seminarCardUpperDate {
	background-color: #249943;
}
.c-seminarCard.is-xp-research-report .c-seminarCard__subTitle:before {
	background-color: #249943;
}


@media screen and (max-width: 768px) {
  .c-seminarList__item {
    width: calc(50% - 7px);
    margin-left: 14px;
  }
  .c-seminarList__item:nth-of-type(3n + 1) {
    margin-left: 14px;
  }
  .c-seminarList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-seminarList__item:nth-of-type(n + 3) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 560px) {
  .c-seminarList__item {
    width: 100%;
    margin-left: 0;
  }
  .c-seminarList__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c-seminarList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-seminarList__item:nth-of-type(n + 2) {
    margin-top: 14px;
  }
}

.p-programList {
  display: flex;
  flex-wrap: wrap;
}
.p-program__item {
  width: 32.1%;
  margin-left: 1.85%;
  display: flex;
}
.p-program__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-program__item:nth-of-type(n + 4) {
  margin-top: 25px;
}

.p-programCard {
  display: flex;
  flex-direction: column;
  border: #000 1px solid;
  background: #FFF;
  border-radius: clamp(10px, 1.17vw, 15px);
  overflow: hidden;
  width: 100%;
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(0,0,0,1);
  letter-spacing: 0.02em;
}
.p-programCard__img {
  height: 106px;
}
.p-programCard__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-programCardContents {
  text-align: left;
  padding: 0 clamp(15px, 1.95vw, 25px) clamp(15px, 1.71vw, 22px);
  margin-top: clamp(18px, 1.875vw, 24px);
}
.p-programCard__title {
  font-size: clamp(22px, 2.81vw, 36px);
  line-height: 1;
  font-weight: 700;
  margin-bottom: clamp(8px, 0.93vw, 12px);
  padding: 0 0 2px clamp(12px, 1.25vw, 16px);
  position: relative;
}
.p-programCard__title:before {
  width: clamp(3px, 0.39vw, 5px);
  height: 100%;
  background: #d1291a;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  content: '';
}
.p-programCard__title span {
  display: block;
}
.p-programCard__title span.is-small {
  font-size: 0.44em;
  font-weight: 500;
}
.p-programCardLower {
  border-top: #ebebeb 2px solid;
  margin-top: clamp(11px, 1.17vw, 15px);
  padding-top: clamp(8px, 0.93vw, 12px);
}
.p-programCard__tag {
  display: flex;
  flex-wrap: wrap;
}
.p-programCard__tag span {
  display: block;
  box-sizing: border-box;
  border: #000 1px solid;
  border-radius: 100px;
  font-weight: 500;
  font-size: clamp(10px, 1.17vw, 15px);
  line-height: 1.2;
  text-align: center;
  padding: 2px clamp(10px, 1.17vw, 15px) clamp(2px, 0.39vw, 5px);;
  margin: 0 clamp(8px, 0.93vw, 12px) 6px 0;
}
.p-programCard__txt {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.75;
  font-weight: 500;
  margin-top: 6px;
}
.p-programCard.is-habdsonLab {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(254,248,154,1);
}
.p-programCard.is-habdsonLab .p-programCard__title::before {
  background: #fdf100;
}
.p-programCard.is-habdsonLab .p-programCard__tag .is-highlight {
  background: #fdf100;
}
.p-programCard.is-xp {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(137,201,150,1);
}
.p-programCard.is-xp .p-programCard__title::before {
  background: #249943;
}
.p-programCard.is-xp .p-programCard__tag .is-highlight {
  background: #249943;
  color: #FFF;
}
.p-programCard.is-futuretalk {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(242,154,117,1);
}
.p-programCard.is-futuretalk .p-programCard__title::before {
  background: #f36d00;
}
.p-programCard.is-futuretalk .p-programCard__tag .is-highlight {
  background: #f36d00;
  color: #FFF;
}
.p-programCard.is-communitycoffee {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(143,129,189,1);
}
.p-programCard.is-communitycoffee .p-programCard__title::before {
  background: #7b0c81;
}
.p-programCard.is-communitycoffee .p-programCard__tag .is-highlight {
  background: #7b0c81;
  color: #FFF;
}
.p-programCard.is-pathway {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(127,203,241,1);
}
.p-programCard.is-pathway .p-programCard__title::before {
  background: #309fe8;
}
.p-programCard.is-pathway .p-programCard__tag .is-highlight {
  color: #FFF;
  background: #309fe8;
}
.p-programCard.is-itSeminar {
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(72,89,116,1);
}
.p-programCard.is-itSeminar .p-programCard__title::before {
  background: #2a425e;
}
.p-programCard.is-itSeminar .p-programCard__tag .is-highlight {
  background: #2a425e;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .p-program__item {
    width: calc(50% - 7px);
    margin-left: 14px;
  }
  .p-program__item:nth-of-type(3n + 1) {
    margin-left: 14px;
  }
  .p-program__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-program__item:nth-of-type(n + 3) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 560px) {
  .p-program__item {
    width: 100%;
    margin-left: 0;
  }
  .p-program__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-program__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-program__item:nth-of-type(n + 2) {
    margin-top: 14px;
  }
}



.p-eventSlider {

}
.p-eventSliderList {
}
.p-eventCard {
  display: flex;
  flex-direction: column;
  border: #000 1px solid;
  background: #ddd;
  border-radius: clamp(10px, 1.17vw, 15px);
  overflow: hidden;
  width: 100%;
  box-shadow: clamp(4px, 0.54vw, 7px) clamp(4px, 0.54vw, 7px) 0 rgba(0,0,0,1);
  letter-spacing: 0.02em;
}
.p-eventSliderListItem.is-pink .p-eventCard {
  background: #f7bcda;
}
.p-eventSliderListItem.is-lime .p-eventCard {
  background: #cef3a7;
}
.p-eventSliderListItem.is-mint .p-eventCard {
  background: #91eed7;
}
.p-eventCard__img {
  height: 149px;
}
.p-eventCard__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-eventCardContents {
  text-align: left;
  padding: 0 clamp(15px, 1.95vw, 25px) clamp(15px, 1.71vw, 22px);
  margin-top: clamp(18px, 1.875vw, 24px);
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* flex-direction: column; */
  align-content: space-between;
}
.p-eventCardUpper {
  width: 100%;
}
.p-eventCardLower {
  width: 100%;
  margin-top: 30px;
}
.p-eventCard__title {
  font-size: clamp(18px, 2.18vw, 28px);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: clamp(8px, 0.93vw, 12px);
  padding: 0 0 2px clamp(12px, 1.25vw, 16px);
  position: relative;
}
.p-eventCard__title:before {
  width: clamp(3px, 0.39vw, 5px);
  height: calc(100% - 0.2em);
  background: #000;
  position: absolute;
  top: 0.1em;
  left: 0;
  border-radius: 100px;
  content: '';
}
.p-eventCard__title span {
  display: block;
}
.p-eventCard__title span.is-small {
  font-size: 0.44em;
  font-weight: 500;
}
.p-eventCard__txt {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.75;
  font-weight: 500;
  margin-top: 6px;
  border-top: #FFF 2px solid;
  margin-top: clamp(15px, 1.56vw, 20px);
  padding-top: clamp(8px, 0.93vw, 12px);
}
.p-eventCard__map {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.4;
  font-weight: 700;
}
.p-eventCard__map span {
  position: relative;
  display: block;
  padding: 0 0 0 24px;
}
.p-eventCard__map span:before {
  position: absolute;
  display: block;
  background: url(../images/common/icon-map.png) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 19px;
  top: 0;
  left: 0;
  transform: translate(0, 13%);
  content: '';
}
.p-eventCard__calender {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.4;
  font-weight: 700;
  margin-top: 7px;
}
.p-eventCard__calender > span {
  position: relative;
  display: block;
  padding: 0 0 0 24px;
}
.p-eventCard__calender > span:before {
  position: absolute;
  display: block;
  background: url(../images/common/icon-calendar.png) no-repeat center;
  background-size: contain;
  width: 14.5px;
  height: 14.5px;
  top: 0;
  left: 0;
  transform: translate(0, 50%);
  content: '';
}
.p-eventCard__calender > span .en {
  font-size: 1.5em;
}

@media screen and (min-width: 769px) {
  .p-eventSlider {
  }
  .p-eventSliderList {
    display: flex;
    flex-wrap: wrap;
  }
  .p-eventSliderListItem {
    width: 32.1%;
    margin-left: 1.85%;
    display: flex;
  }
  .p-eventSliderListItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-eventSliderListItem:nth-of-type(n + 4) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-eventSlider {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .p-eventSliderList .p-eventCard {
    margin: 0 7px;
    width: calc(100% - 14px);
  }
  .p-eventSliderList .slick-list {
    padding-bottom: 5px !important;
  }
}

.p-step {
  margin-top: 74px;
}
.p-step__title {
  font-size: clamp(18px, 1.95vw, 25px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: 38px;
}
.p-stepFrame {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.p-stepItem {
  width: 16.66%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.p-stepItem:before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  position: absolute;
  top: clamp(24px, 3.12vw, 39px);
  left: 0;
  z-index: 1;
}
.p-stepItemMark {
  font-size: clamp(20px, 3.125vw, 40px);
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
  width: clamp(50px, 6.25vw, 80px);
  height: clamp(50px, 6.25vw, 80px);
  margin: 0 auto 15px;
  color: #FFF;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  position: relative;
  z-index: 10;
}
.p-stepItemMark span {
  display: block;
}
.p-stepItemMark span:nth-of-type(1) {
  font-size: 0.7em;
}

.p-stepItemFrame {
  border:#000 2px solid;
  padding: 18px 13px 40px;
  box-sizing: border-box;
  width: 100%;
  flex: 1;
}
.p-stepItem:nth-of-type(n + 2) .p-stepItemFrame {
  border-left: none;
}
.p-stepItemHead {
  text-align: left;
}
.p-stepItemHead__title {
  font-size: clamp(16px, 1.56vw, 20px);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
}
.p-stepItemHead__title .is-small {
  font-size: 0.8em;
  color: #000;
}
.p-stepItem:nth-of-type(1) .p-stepItemMark {
  background: #1b5ea6;
}
.p-stepItem:nth-of-type(1) .p-stepItemHead__title {
  color: #1b5ea6;
}
.p-stepItem:nth-of-type(2) .p-stepItemMark {
  background: #289f79;
}
.p-stepItem:nth-of-type(2) .p-stepItemHead__title {
  color: #289f79;
}
.p-stepItem:nth-of-type(3) .p-stepItemMark {
  background: #7bbe41;
}
.p-stepItem:nth-of-type(3) .p-stepItemHead__title {
  color: #7bbe41;
}
.p-stepItem:nth-of-type(4) .p-stepItemMark {
  background: #e1d242;
}
.p-stepItem:nth-of-type(4) .p-stepItemHead__title {
  color: #e1d242;
}
.p-stepItem:nth-of-type(5) .p-stepItemMark {
  background: #db8900;
}
.p-stepItem:nth-of-type(5) .p-stepItemHead__title {
  color: #db8900;
}
.p-stepItem:nth-of-type(6) .p-stepItemMark {
  background: #d0090c;
}
.p-stepItem:nth-of-type(6) .p-stepItemHead__title {
  color: #d0090c;
}
.p-stepItemLower {
  border-top: #ebebeb 2px solid;
  margin-top: 17px;
  padding: 17px 0 0 0;
}
.p-stepItemSelectList {
  
}
* + .p-stepItemSelectList {
  margin-top: 15px;
}
.p-stepItemSelectList li {
  font-size: 15px;
  line-height: 1.53;
  text-align: left;
  letter-spacing: 0;
}
.p-stepItemSelectList li + li {
  margin-top: 14px;
}
.p-stepItemSelectList li a ,
.p-stepItemSelectList li span {
  display: block;
  position: relative;
  padding: 0 0 0 18px;
}
.p-stepItemSelectList li a:before ,
.p-stepItemSelectList li span:before {
  position: absolute;
  top: 8px;
  margin: auto;
  left: 3px;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #d1291a;
}
.p-stepItemProgramList {
  
}
* + .p-stepItemProgramList {
  margin-top: 17px;
}
.p-stepItemProgramList li {
  
}
.p-stepItemProgramList li + li {
  margin-top: 10px;
}
.p-stepItemProgramList li a {
  display: block;
  background: #ebebeb;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 5px 10px 3px;
  letter-spacing: 0.02em;
}
.p-stepItemProgramList li a.is-itSeminar {
  background-color: #485974;
  color: #FFF;
}
.p-stepItemProgramList li a.is-habdsonLab {
  background-color: #fef89a;
}
.p-stepItemProgramList li a.is-xp {
  background-color: #89c996;
}
.p-stepItemProgramList li a.is-pathway {
  background-color: #7fcbf1;
}


@media screen and (max-width: 960px) {
  .p-stepItem {
    width: 33.33%;
  }
  .p-stepItem:nth-of-type(3n + 1) .p-stepItemFrame {
    border-left: #000 2px solid;
  }
  .p-stepItem:nth-of-type(n + 4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-step {
    margin-top: 50px;
  }
  .p-step__title {
    margin-bottom: 30px;
  }
  .p-stepFrame {
    display: block;
    position: relative;
  }
 .p-stepFrame:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #000;
    position: absolute;
    top: 0;
    left: 24px;
    z-index: 1;
  }
  .p-stepItem {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .p-stepItem:before {
    display: none;
  }
  .p-stepItemMark {
    width: clamp(50px, 6.25vw, 80px);
    height: clamp(50px, 6.25vw, 80px);
    margin: 10px 0 0px;
    padding: 10px 0 0 0;
  }
  .p-stepItemFrame {
    border:#000 2px solid;
    border-top: none;
    padding: 18px 15px 40px;
    width: calc(100% - 62px);
    box-sizing: border-box;
    flex: none;
  }
  .p-stepItem:nth-of-type(1) .p-stepItemFrame {
    border-top: #000 2px solid;
  }
  .p-stepItem:nth-of-type(n + 2) .p-stepItemFrame {
    border-left: #000 2px solid;
  }
  .p-stepItem:nth-of-type(n + 4) {
    margin-top: 0px;
  }
  .p-stepItemHead {
    text-align: left;
  }
  .p-stepItemHead__title {
    font-size: clamp(16px, 1.56vw, 20px);
  }
  .p-stepItemHead__title .is-small {
    font-size: 0.8em;
  }
  .p-stepItemHead__title br {
    display: none;
  }
  .p-stepItemLower {
    border-top: #ebebeb 2px solid;
    margin-top: 17px;
    padding: 17px 0 0 0;
  }
  .p-stepItemSelectList {
    
  }
  * + .p-stepItemSelectList {
    margin-top: 15px;
  }
  .p-stepItemSelectList li {
    font-size: 15px;
    line-height: 1.53;
    text-align: left;
    letter-spacing: 0;
  }
  .p-stepItemSelectList li + li {
    margin-top: 14px;
  }
  .p-stepItemSelectList li a ,
  .p-stepItemSelectList li span {
    display: block;
    position: relative;
    padding: 0 0 0 18px;
  }
  .p-stepItemSelectList li a:before ,
  .p-stepItemSelectList li span:before {
    position: absolute;
    top: 8px;
    margin: auto;
    left: 3px;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 6px solid #d1291a;
  }
  .p-stepItemProgramList {
    
  }
  * + .p-stepItemProgramList {
    margin-top: 17px;
  }
  .p-stepItemProgramList li {
    
  }
  .p-stepItemProgramList li + li {
    margin-top: 10px;
  }
  .p-stepItemProgramList li a {
    display: block;
    background: #ebebeb;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    padding: 5px 10px 3px;
    letter-spacing: 0.02em;
  }
}



.p-special {
  padding: 25px;
  max-width: 1129px;
  margin: 50px auto 0;
  box-sizing: border-box;
  border: #000 1px solid;
  background: #e5f2fa;
}
.p-specialFrame {
  display: flex;
  justify-content: space-between;
}
.p-specialItem {
  width: 47.5%;
}
.p-specialBox {
  box-sizing: border-box;
  border: #000 1px solid;
  background: #FFF;
}
.p-specialBoxHead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: #000 1px solid;
  background: #309fe8;
  padding: 10px 20px 10px 20px;
}
.p-specialBoxHead__title {
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1;
  font-weight: 700;
  margin: 0.3em 0 0 0;
}
.p-specialBoxHead__sub {
  font-size: clamp(18px, 1.875vw, 24px);
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  margin: 0 20px;
  padding: 0 42px 0 0;
}
.p-specialBoxHead__sub span {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(28px, 2.5vw, 32px);
  height: clamp(28px, 2.5vw, 32px);
  background: #FFF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.875vw, 24px);
  line-height: 1;
  font-weight: 700;
  box-sizing: border-box;
  padding: clamp(2px, 0.23vw, 3px) 0 0 2px;
}
.p-specialBoxContent {
  padding: 20px 20px 20px 20px;
}
.p-specialBox__txt01 {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.p-specialBox__txt02 {
  font-size: clamp(16px, 1.875vw, 24px);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
  color: #db8900;
}
.p-specialItem__caution {
  font-size: clamp(12px, 1.09vw, 14px);
  line-height: 1.4;
  text-align: left;
  position: relative;
  padding: 0 0 0 1em;
  margin-top: 10px;
}
.p-specialItem__caution + .p-specialItem__caution {
  margin-top: 2px;
}
.p-specialItem__caution:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-special {
    padding: 15px;
    margin: 50px auto 0;
  }
  .p-specialFrame {
    display: block;
  }
  .p-specialItem {
    width: 100%;
  }
  .p-specialItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-specialBoxContent {
    padding: 15px;
  }
}



.p-seminarSlider {
  max-width: 1216px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 32px 94px;
}
.p-seminarSlider .slick-list {
  overflow: visible;
}
.p-seminarSlider__item {
}
.p-seminarSlider__itemInner {
  padding: 0 8px 8px;
}

.p-seminarSlider .slick-prev,
.p-seminarSlider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, 0);
  z-index: 10;
  background: #fff95d;
  box-sizing: border-box;
  border: #000 1px solid;
  border-radius: 100px;
  box-shadow: 3px 3px 0 #000;
}
.p-seminarSlider .slick-prev:hover,
.p-seminarSlider .slick-prev:focus,
.p-seminarSlider .slick-next:hover,
.p-seminarSlider .slick-next:focus {
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0;
}
.p-seminarSlider .slick-prev:before,
.p-seminarSlider .slick-next:before {
  display: none;
}
.p-seminarSlider .slick-prev:after,
.p-seminarSlider .slick-next:after {
  content: '';
  display: block;
  width: 17px;
  height: 19.5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-seminarSlider .slick-prev {
    left: 32px;
}
.p-seminarSlider .slick-prev:after {
  background-image: url(../images/common/icon-arrow01-l.png);
  right: 5px;
}
.p-seminarSlider .slick-next {
  left: 102px;
  right: auto;
}
.p-seminarSlider .slick-next:after {
  background-image: url(../images/common/icon-arrow01-r.png);
  left: 5px;
}

.p-seminarSlider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.p-seminarSlider .slick-dots {
  bottom: 20px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 40px;
  right: 0;
}
.p-seminarSlider .slick-dots li {
/*
  width: clamp(30px, 5.15vw, 66px);
*/
  width: 8px;
  height: 8px;
  margin: 0 0 0 10px;
/*
  margin: 0 0 0 clamp(10px, 1.95vw, 25px);
*/
  padding: 0;
  cursor: pointer;
}
.p-seminarSlider .slick-dots li button {
  width: 100%;
  height: 8px;
  padding: 0;
  background-color: #cccccc;
  border-radius: 10px;
}
.p-seminarSlider .slick-dots li button:hover,
.p-seminarSlider .slick-dots li button:focus {
  outline: none;
}
.p-seminarSlider .slick-dots li button:before {
  display: none;
}
.p-seminarSlider .slick-dots li.slick-active button {
    opacity: 1;
    background: #d1291a;
}
@media screen and (max-width: 768px) {
  .p-seminarSlider {
    padding: 0 20px 94px;
  }
  .p-seminarSlider__itemInner {
    padding: 0 7px 7px;
  }

  .p-seminarSlider .slick-prev,
  .p-seminarSlider .slick-next {
    width: 40px;
    height: 40px;
    box-shadow: 3px 3px 0 #000;
    bottom: 40px;
  }
  .p-seminarSlider .slick-prev:hover,
  .p-seminarSlider .slick-prev:focus,
  .p-seminarSlider .slick-next:hover,
  .p-seminarSlider .slick-next:focus {
  }
  .p-seminarSlider .slick-prev:after,
  .p-seminarSlider .slick-next:after {
    width: 14px;
    height: 16px;
  }

  .p-seminarSlider .slick-prev {
    left: 50%;
    transform: translate(-50px, 0);
  }
  .p-seminarSlider .slick-prev:after {
    background-image: url(../images/common/icon-arrow01-l.png);
    right: 5px;
  }
  .p-seminarSlider .slick-next {
    left: 50%;
    right: auto;
    transform: translate(10px, 0);
  }
  .p-seminarSlider .slick-next:after {
    background-image: url(../images/common/icon-arrow01-r.png);
    left: 5px;
  }

  .p-seminarSlider .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .p-seminarSlider .slick-dots {
    bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 0px;
    right: 0;
  }
  .p-seminarSlider .slick-dots li {
    width: 4px;
/*
    width: clamp(30px, 5.15vw, 66px);
*/
    height: 4px;
    margin: 0 0 0 4px;
/*
    margin: 0 0 0 clamp(10px, 1.95vw, 25px);
*/
  }
  .p-seminarSlider .slick-dots li button {
    height: 4px;
  }
}



.p-topKv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	aspect-ratio: 16 / 6;
/*
	aspect-ratio: 16 / 9;
*/
/*
  height: clamp(300px, 64vw, 820px);
*/
/*
  height: clamp(300px, 64vw, 820px);
*/
  position: relative;
}
#video-background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
 
#video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .p-topKv {
    aspect-ratio: 16 / 13;
  }
}


.p-topBg01 {
  background: url(../images/common/bg-01.png) no-repeat center top 318px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-topBg01 {
    display: flex;
    flex-direction: column;
  }
  .p-topBg01 > * {
    width: 100%;
  }
  .p-topBg01 .p-topSeminarSlider {
    order: 1;
  }
  .p-topBg01 .p-topProgram {
    order: 3;
  }
  .p-topBg01 .p-topSchedule {
    order: 2;
  }
  .p-topBg01 .p-topProgram2 {
    order: 4;
  }
}

.p-topSeminarSlider {
  transform: translate(0,-83px);
  overflow: hidden;
}
.p-seminarSlider .slick-track {
  display: flex;
}
.p-seminarSlider .slick-slide {
  height: auto !important;
  display: flex;
  width: 100%;
}
.p-seminarSlider .slick-slide > div {
  display: flex;
  width: 100%;
}
.p-seminarSlider .p-seminarSlider__item {
  display: flex !important;
  width: 100%;
}
.p-seminarSlider .p-seminarSlider__itemInner {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-topSeminarSlider {
    transform: translate(0,-40px);
  }
}

.p-topProgram {
  padding: 62px 0 148px 0;
}
.p-topProgram .p-program {
  margin-top: 30px;
}
.p-topProgram2 {
  padding: 62px 0 60px 0;
/*
  padding: 62px 0 148px 0;
*/
}
@media screen and (max-width: 768px) {
  .p-topProgram {
    padding: 70px 0 10px 0;
/*    padding: 0px 0 70px 0;*/
  }
  .p-topProgram2 {
    padding: 32px 0 40px 0;
  }
}

.p-topSchedule {
  background: url(../images/common/bg-02.png) no-repeat center;
  background-size: cover;
  padding: 44px 0;
}
.p-topScheduleFrame {
  background-color: #FFF;
  padding: 50px 40px;
}
.p-topScheduleInner {
}
.p-topScheduleSlider {
  max-width: 908px;
  margin: 0 auto;
}
.p-topScheduleSliderItem {
}
.p-topScheduleSliderItemHead {
  font-size: clamp(30px, 3.59vw, 46px);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
	border-bottom: #000 4px solid;
	background: rgba(255,255,255,0.7);
}
.p-topScheduleSliderItemHeadInner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.p-topScheduleSliderItemHead__num {
  font-weight: 700;
}
.p-topScheduleSliderItemHead__tag {
  font-size: 60.08%;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.p-topScheduleSliderItemHead__tag + .p-topScheduleSliderItemHead__num {
  margin-left: 10px;
}

.p-topSchedule__arrowBox {
  position: relative;
  max-width: 908px;
  margin: 0 auto;
}
.p-topSchedule__arrowBox .slide-arrow {
  position: absolute;
  top: 5px;
  background: #FFF;
  z-index: 10;
  border: 1px solid #000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 132px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  box-shadow: 3px 3px 0 #000;
}
.p-topSchedule__arrowBox .slide-arrow.slick-disabled {
  cursor: none;
  opacity: 0.4;
}
.p-topSchedule__arrowBox .slide-arrow.prev-arrow {
  left: 0;
}
.p-topSchedule__arrowBox .slide-arrow.next-arrow {
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-topScheduleFrame {
    background-color: #FFF;
    padding: 40px 20px;
  }
  .p-topSchedule .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-topSchedule__arrowBox .slide-arrow {
    top: 1px;
    height: 24px;
    width: 80px;
    font-size: 12px;
    padding: 0 0 1px 0;
    box-shadow: 2px 2px 0 #000;
  }
  .p-topScheduleSliderItemHead {
    border-bottom: none;
  }
}



.p-topEvent {
  padding: 110px 0 120px 0;
}
.p-topEvent .c-secHead02 {
  margin-bottom: 40px;
}
.p-topEvent__txt {
  font-size: clamp(14px, 1.40vw, 18px);
  line-height: 1.7;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-topEvent {
    padding: 70px 0 70px 0;
  }
  .p-topEvent .c-secHead02 {
    margin-bottom: 30px;
  }
}

.p-pageLayout {
  position: relative;
  z-index: 10;
  padding: 70px 0 100px 0 ;
}

@media screen and (max-width: 768px) {
  .p-pageLayout {
    padding: 50px 0 70px 0 ;
  }
}

.p-pageProgram {
}
.p-pageProgram * + .c-seminarList {
  margin-top: 60px;
}

.p-pageProgramSingleMain {
  position: relative;
  margin-bottom: 40px;
}
.p-pageProgramSingleMain__img {
  height: 200px;
}
.p-pageProgramSingleMain__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-pageProgramSingleMainTag {
  display: flex;
  flex: wrap;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.p-pageProgramSingleMainTag span {
  display: block;
  border: #000 1px solid;
  padding: 9px 20px 10px;
  background: #FFF;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  margin: 5px 10px 0 0;
}

.p-pageProgramSingleHead {
  margin-bottom: 60px;
}
.p-pageProgramSingleHeadFrame {
  display: flex;
  position: relative;
  padding: 20px 0;
}
.p-pageProgramSingleHeadFrame:before ,
.p-pageProgramSingleHeadFrame:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 8px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-pageProgramSingleHeadFrame:before {
  background-image: url(../images/common/title-line-01.png);
  top: 0;
}
.p-pageProgramSingleHeadFrame:after {
  background-image: url(../images/common/title-line-02.png);
  bottom: 0;
}
.p-pageProgramSingleHeadMark {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #FFF;
  width: 100px;
  min-height: 100px;
  font-weight: 700;
  font-size: 18px;
}
.p-pageProgramSingleHeadMarkInner {
  padding: 13px 0 0 0;
}
.p-pageProgramSingleHeadMarkInner span {
}
/*
.p-pageProgramSingleHeadMarkInner span:nth-of-type(1) {
  display: block;
  text-align: center;
  padding: 0 0 0 3px;
  margin-bottom: 2px;
}
*/
.p-pageProgramSingleHeadMarkInner span.en {
  font-size: 3em;
/*
  font-size: 3.5em;
*/
  display: inline-block;
  margin: 0 0.1em;
}
.p-pageProgramSingleHeadContent {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 0 0 0 30px;
  text-align: left;
  align-self: center;
}
.p-pageProgramSingleHead__subTitle {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
.p-pageProgramSingleHead__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
.p-pageProgramSingleHeadTag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.p-pageProgramSingleHeadTag span {
  display: block;
  border: #000 1px solid;
  padding: 4px 20px 5px;
  background: #FFF;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  margin: 5px 10px 0 0;
  min-width: 80px;
}

.l-wrap.is-community-coffee .p-pageProgramSingleHeadMark {
	background-color: #7b0c81;
}
.l-wrap.is-future-talk .p-pageProgramSingleHeadMark {
	background-color: #f36d00;
}
.l-wrap.is-hands-on-lab .p-pageProgramSingleHeadMark {
	background-color: #fdf100;
  color: #000;
}
.l-wrap.is-it-seminar .p-pageProgramSingleHeadMark {
	background-color: #2a425e;
}
.l-wrap.is-pathway-program .p-pageProgramSingleHeadMark {
	background-color: #309fe8;
}
.l-wrap.is-xp-research-report .p-pageProgramSingleHeadMark {
	background-color: #249943;
}

.p-pageProgramDetail {
  
}
.p-pageProgramDetailCon {
  
}
.p-pageProgramDetailCon + .p-pageProgramDetailCon {
  margin-top: 70px;
}
.p-pageProgramDetailInfoList {
  
}
.p-pageProgramDetailInfoList li {
  display: flex;
}
.p-pageProgramDetailInfoList li:nth-of-type(n + 2) {
  margin-top: 15px;
}
.p-pageProgramDetailInfoList__tag {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  width: 100px;
  padding: 2px 0 0 0;
}
.p-pageProgramDetailInfoList__tag span {
  display: block;
  text-align: center;
  padding: 4px 10px 4px;
  border-radius: 40px;
}
.p-pageProgramDetailInfoList__txt {
  width: calc(100% - 100px);
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  border-left: #CCC 1px solid;
}

.p-pageProgramDetailFeature {
  background: #daf3f4;
  padding: 40px;
  text-align: left;
  position: relative;
}
.p-pageProgramDetailFeature:before ,
.p-pageProgramDetailFeature:after ,
.p-pageProgramDetailFeatureList:before ,
.p-pageProgramDetailFeatureList:after {
  content: '';
  display: block;
  background: #36a7e3;
  position: absolute;
}
.p-pageProgramDetailFeature:before {
  top: 0;
  left: 0;
  width: 30%;
  height: 5px;
}
.p-pageProgramDetailFeature:after {
  right: 0;
  bottom: 0;
  width: 30%;
  height: 5px;
}
.p-pageProgramDetailFeatureList:before {
  top: 0;
  right: 0;
  width: 5px;
  height: 30%;
}
.p-pageProgramDetailFeatureList:after {
  left: 0;
  bottom: 0;
  width: 5px;
  height: 30%;
}
.p-pageProgramDetailFeatureList {
  border-top: #FFF 2px solid;
  padding-top: 14px;
}
.p-pageProgramDetailFeatureList li {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 15px 1em;
  position: relative;
  border-bottom: #FFF 2px solid;
}
.p-pageProgramDetailFeatureList li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #d1291a;
  border-radius: 20px;
  position: absolute;
  top: 15px;
  left: 3px;
}
.p-pageProgramDetailFeatureList li + li {
  margin-top: 14px;
}

.p-pageProgramSingleBody {
  
}
* + .p-pageProgramSingleBody {
  /*margin-top: 100px;*/
	margin-top:40px;
}


.p-pageProgramSingleBtn {
  margin: 100px auto 0;
  max-width: 400px;
}
.p-pageProgramSingleBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1291a;
  width: 100%;
  box-sizing: border-box;
  border: #000 1px solid;
  height: 70px;
  box-shadow: 4px 4px 0px #000;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
}


@media screen and (max-width: 768px) {
  .p-pageProgram {
  }
  .p-pageProgram * + .c-seminarList {
    margin-top: 40px;
  }
  .p-pageProgramSingleMain {
    margin-bottom: 30px;
  }
  .p-pageProgramSingleMain__img {
    height: 30vw;
  }

  .p-pageProgramSingleHead {
    margin-bottom: 40px;
  }
  .p-pageProgramSingleHeadFrame {
    padding: 15px 0;
  }
  .p-pageProgramSingleHeadFrame:before ,
  .p-pageProgramSingleHeadFrame:after {
    height: 6px;
  }
  .p-pageProgramSingleHeadMark {
    width: 60px;
    min-height: 60px;
    font-size: 12px;
  }
  .p-pageProgramSingleHeadMarkInner {
    padding: 10px 0 0 0;
  }
  .p-pageProgramSingleHeadMarkInner span {
  }
  .p-pageProgramSingleHeadMarkInner span:nth-of-type(1) {
    padding: 0 0 0 3px;
    margin-bottom: 2px;
  }
  .p-pageProgramSingleHeadMarkInner span.en {
/*
    font-size: 3.5em;
*/
    margin: 0 0.05em;
  }
  .p-pageProgramSingleHeadContent {
    width: calc(100% - 60px);
    padding: 0 0 0 15px;
  }
  .p-pageProgramSingleHead__subTitle {
    font-size: 20px;
  }
  .p-pageProgramSingleHead__title {
    font-size: 20px;
  }
  .p-pageProgramSingleHeadTag {
    margin-top: 10px;
  }
  .p-pageProgramSingleHeadTag span {
    padding: 3px 10px 4px;
    font-size: 12px;
    margin: 5px 5px 0 0;
    min-width: 30px;
  }

  .p-pageProgramDetail {

  }
  .p-pageProgramDetailCon {

  }
  .p-pageProgramDetailCon + .p-pageProgramDetailCon {
    margin-top: 60px;
  }
  .p-pageProgramDetailInfoList {

  }
  .p-pageProgramDetailInfoList li {
  }
  .p-pageProgramDetailInfoList li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .p-pageProgramDetailInfoList__tag {
    font-size: 14px;
    width: 70px;
    padding: 0px 0 0 0;
  }
  .p-pageProgramDetailInfoList__tag span {
    padding: 2px 10px 2px;
    border-radius: 40px;
  }
  .p-pageProgramDetailInfoList__txt {
    width: calc(100% - 70px);
    font-size: 14px;
    padding: 0 0 0 15px;
  }

  .p-pageProgramDetailFeature {
    padding: 20px;
  }
  .p-pageProgramDetailFeature:before {
    width: 30%;
    height: 3px;
  }
  .p-pageProgramDetailFeature:after {
    width: 30%;
    height: 3px;
  }
  .p-pageProgramDetailFeatureList:before {
    width: 3px;
    height: 30%;
  }
  .p-pageProgramDetailFeatureList:after {
    width: 3px;
    height: 30%;
  }
  .p-pageProgramDetailFeatureList {
    border-top: #FFF 1px solid;
    padding-top: 12px;
  }
  .p-pageProgramDetailFeatureList li {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 12px 1em;
    position: relative;
    border-bottom: #FFF 1px solid;
  }
  .p-pageProgramDetailFeatureList li:before {
    width: 6px;
    height: 6px;
    top: 12px;
    left: 3px;
  }
  .p-pageProgramDetailFeatureList li + li {
    margin-top: 12px;
  }

  .p-pageProgramSingleBody {

  }
  * + .p-pageProgramSingleBody {
    /*margin-top: 70px;*/
	  margin-top: 20px;
  }


  .p-pageProgramSingleBtn {
    margin: 60px auto 0;
    max-width: 240px;
  }
  .p-pageProgramSingleBtn a {
    height: 60px;
    box-shadow: 3px 3px 0px #000;
    font-size: 17px;
  }
}


.c-pager {
  margin-top: 60px;
}
.c-pager .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff95d;
  border-radius: 100px;
  margin: 0 5px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  padding: 0 0 2px 2px;
  box-shadow: 3px 3px 0 #000;
}
.c-pager .wp-pagenavi a:hover,
.c-pager .wp-pagenavi span.current {
  background-color: #309fe8;
  color: #fff;
  opacity: 1;
}
.c-pager .wp-pagenavi span.extend {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  border: none;
  background: none;
  color: #000;
  width: auto;
}

@media screen and (max-width: 768px) {
  .c-pager {
    margin-top: 40px;
  }
  .c-pager .wp-pagenavi {
  }
  .c-pager .wp-pagenavi a,
  .c-pager .wp-pagenavi span {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 16px;
    padding: 0 0 2px 2px;
    box-shadow: 3px 3px 0 #000;
  }
}




.p-form {
  max-width: 900px;
  margin: 0 auto;
  /* display: none; */
  text-align: left;
}
.p-form h3.p-form__title {
  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;
}
.p-form h3.p-form__title.is-required span {
  display: inline-block;
  padding-right: 70px;
  position: relative;
}
.p-form h3.p-form__title.is-required span:before {
  content: '必須';
  width: 36px;
  height: 20px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 10px;
  display : flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
  background: #D22A19;
  color: #FFF;
}
.p-form * + h3.p-form__title {
  margin-top: 60px;
}
.p-formItem {
	display: flex;
}
.p-formItem + .p-formItem {
  margin-top: 10px;
  border-top: #EFEFEF 1px solid;
  padding-top: 10px;
}
.p-formItemHead {
	width: 200px;
  align-self: center;
}
.p-formItemHeadInner {
	padding: 0px 0px ;
  position: relative;
}
.p-formItemHead__title{
	font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.p-formItemContents {
	width: calc(100% - 200px);
  padding: 0 0 0 20px;
}
.p-formItemContents.is-full {
	width: 100%;
  padding: 0 0 0 0;
}
.p-form input[type=text] ,
.p-form input[type=email] ,
.p-form input[type=tel] {
	width: 100%;
  box-sizing: border-box;
  height: 45px;
  border: #CCC 1px solid;
  padding: 5px 15px;
  outline: none;
  font-size: 16px;
  display: block;
}
.p-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border: #CCC 1px solid;
  padding: 15px 15px;
  outline: none;
  font-size: 16px;
  line-height: 1.75;
}
.p-form input[type=text]:read-only {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.p-formItemContentsName {
  display: flex;
  justify-content: space-between;
}
.p-formItemContentsNameItem {
	width: calc(50% - 10px);
}
.p-form .p-form__check {
  display: inline-block;
  cursor: pointer;
  text-align: left;
}
.p-form__check .wpcf7-list-item {
  margin-right: 20px;
}
.p-form__check label {
	cursor: pointer;
}
.p-form__check label > input {
  display: none;
}
.p-form__check label > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  padding: 7px 0 7px 36px;
  font-weight: 500;
  }
.p-form__check label > span:before ,
.p-form__check label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
}
.p-form__check label > span:before {
  left: 0;
  border: #CCC 1px solid;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background: #FFF;
}
.p-form__check label > span:after {
  left: 8px;
  width: 4px;
  height: 9px;
  border-right: #FFF 2px solid;
  border-bottom: #FFF 2px solid;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 3px;
}
.p-form__check label > input:checked + span:after {
  opacity: 1;
}
.p-form__check label > input:checked + span:before {
  border-color:#D22A19;
  background: #D22A19;
}
.p-form .p-form__radio {
  display: inline-block;
  text-align: left;
}
.p-form__radio .wpcf7-list-item {
  margin: 0 20px 0 0;
}
.p-form__radio label {
  cursor: pointer;
}
.p-form__radio label > input {
  display: none;
}
.p-form__radio label > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  padding: 7px 0 7px 32px;
  font-weight: 500;
}
.p-form__radio label > span:before ,
.p-form__radio label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
}
.p-form__radio label > span:before {
  left: 0;
  border: #CCC 1px solid;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 50%;
}
.p-form__radio label > span:after {
  left: 6px;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: #FFF;
  border-radius: 50%;
}
.p-form__radio label > input:checked + span:after {
  opacity: 1;
}
.p-form__radio label > input:checked + span:before {
  border-color:#D22A19;
  background: #D22A19;
}
.p-form select {
  -webkit-appearance:none;
  border: #CCC 1px solid;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 30px 5px 15px;
  line-height: 30px;
  outline: none;
  background: #FFF url("../images/common/icon-select.png") no-repeat right 10px center;
  background-size: 12px auto;
  cursor: pointer;
  font-size: 16px;
}
.p-form select::-ms-expand {
  display: none;
}
.p-formItemContentsBirthDay {
  display: flex;
  justify-content: space-between;
}
.p-formItemContentsBirthDayItem {
  width: calc(33.33% - 13.33px);
}
.p-formAgree {
	margin-top: 40px;
}
.p-formAgreeCheck {
	text-align: center;
}
.p-formAgree__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.p-formSubmit {
  margin: 60px auto 0;
  max-width: 400px;
}
.p-formSubmit input[type="submit"] {
  display : flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFF;
  background: #d1291a;
  height: 70px;
  box-shadow: 4px 4px 0px #000;
  box-sizing: border-box;
  padding: 0 40px 0 40px;
  position: relative;
  border-radius: 100px;
  -webkit-appearance: none;
  appearance: none;
  border: #000 1px solid;
  width: 100%;
  cursor: pointer;
}
.p-formSubmit .wpcf7-spinner {
	display: none;
}
.p-formBack {
  margin: 30px auto 0;
  max-width: 400px;
}
.p-formBack input[type="button"] {
  display : flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  background: #ddd;
  height: 75px;
  box-sizing: border-box;
  padding: 0 40px 0 40px;
  position: relative;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
.p-form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-top: 4px;
}
.p-form.is-confirm .p-formItemContents {
	padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .p-form h3.p-form__title {
    padding: 7px 15px 8px;
    box-shadow: 3px 3px 0 rgba(0,0,0,1);
    font-size: 18px;
    margin-bottom: 25px;
  }
  .p-form h3.p-form__title.is-required span {
    padding-right: 63px;
  }
  .p-form h3.p-form__title.is-required span:before {
    width: 36px;
    height: 20px;
    font-size: 10px;
    top: 2px;
    right: 10px;
    padding: 0 0 1px 0;
  }
  .p-form * + h3.p-form__title {
    margin-top: 50px;
  }
  .p-formItem {
    display: block;
  }
  .p-formItem + .p-formItem {
    margin-top: 15px;
    border-top: #EFEFEF 1px solid;
    padding-top: 15px;
  }
  .p-formItemHead {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-formItemHeadInner {
    padding: 0px 0px ;
    position: relative;
  }
  .p-formItemHead__title{
    font-size: 16px;
  }
  .p-formItemContents {
    width: 100%;
    padding: 0 0 0 0;
  }
  .p-formItemContents.is-full {
    width: 100%;
    padding: 0 0 0 0;
  }
  .p-form input[type=text] ,
  .p-form input[type=email] ,
  .p-form input[type=tel] {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    font-size: 16px;
  }
  .p-form textarea {
    height: 250px;
    padding: 15px 15px;
    font-size: 16px;
  }
  .p-formItemContentsNameItem {
    width: calc(50% - 5px);
  }
  .p-form__check .wpcf7-list-item {
    margin-right: 20px;
  }
  .p-form__check label {
    cursor: pointer;
  }
  .p-form__check label > input {
    display: none;
  }
  .p-form__check label > span {
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 0 7px 36px;
  }
  .p-form__check label > span:before ,
  .p-form__check label > span:after {
    top: 2px;
    bottom: 0;
  }
  .p-form__check label > span:before {
    width: 22px;
    height: 22px;
  }
  .p-form__check label > span:after {
    left: 8px;
    width: 4px;
    height: 9px;
    border-right: #FFF 2px solid;
    border-bottom: #FFF 2px solid;
    bottom: 3px;
  }
  .p-form .p-form__radio {
  }
  .p-form__radio .wpcf7-list-item {
    margin: 0 15px 0 0;
  }
  .p-form__radio label > span {
    font-size: 14px;
    padding: 7px 0 7px 27px;
  }
  .p-form__radio label > span:before ,
  .p-form__radio label > span:after {
    top: 2px;
    bottom: 0;
  }
  .p-form__radio label > span:before {
    width: 18px;
    height: 18px;
  }
  .p-form__radio label > span:after {
    left: 4px;
    width: 10px;
    height: 10px;
  }
  .p-form__radio label > input:checked + span:after {
    opacity: 1;
  }
  .p-form__radio label > input:checked + span:before {
    border-color:#D22A19;
    background: #D22A19;
  }
  .p-form select {
    height: 45px;
    width: 100%;
    padding: 5px 30px 5px 15px;
    line-height: 30px;
    background: #FFF url("../images/common/icon-select.png") no-repeat right 10px center;
    background-size: 12px auto;
    font-size: 14px;
  }
  .p-formAgree {
    margin-top: 30px;
  }
  .p-formAgreeCheck {
  }
  .p-formAgree__txt {
    font-size: 14px;
  }
  .p-formSubmit {
    margin: 50px auto 0;
    max-width: 280px;
  }
  .p-formSubmit input[type="submit"] {
    font-size: 17px;
    height: 60px;
    box-shadow: 3px 3px 0px #000;
    padding: 0 40px 0 40px;
  }
  .p-formBack {
    margin: 30px auto 0;
    max-width: 400px;
  }
  .p-formBack input[type="button"] {
    display : flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    background: #ddd;
    height: 75px;
    box-sizing: border-box;
    padding: 0 40px 0 40px;
    position: relative;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    cursor: pointer;
  }
  .p-form .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 4px;
  }
  .p-form.is-confirm .p-formItemContents {
    padding-top: 8px;
  }
}


.c-calender {
	overflow-y: scroll;
	height: 600px;
}
.c-calenderItem {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.c-calenderItem:nth-of-type(n + 2)  {
  border-top: #CCC 1px dashed;
}
.c-calenderItemDate {
  width: 80px;
}
.c-calenderItemDateInner {
  line-height: 1;
  font-weight: 700;
}
.c-calenderItemDate__num {
  font-size: 30px;
}
.c-calenderItemDate__dow {
  font-size: 20px;
}
.c-calenderItemContents {
  width: calc(100% - 80px);
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  text-align: left;
}
.c-calenderItemPost {
}
.c-calenderItemPost:nth-of-type(n + 2) {
  margin-top: 10px;
}
.c-calenderItemPostFrame {
  display: flex;
  align-items: flex-start;
  background: #CCC;
  padding: 10px 20px;
  border-radius: 10px;
}
.c-calenderItemPostHead {
  display: flex;
  align-items: center;
  padding: 2px 0 0 0;
}
.c-calenderItemPostHead__cat {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.c-calenderItemPostHead__no {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 0.31em;
  margin-left: 10px;
}
.c-calenderItemPostHead__date {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 10px;
}
.c-calenderItemPostLower {
  margin-left: 20px;
  flex: 1; min-width: 0;
  padding: 0 0 2px 0;
}
.c-calenderItemPost__title {
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.5;
}

.c-calenderItem.is-saturday {
	background: #eaebff;
}
.c-calenderItem.is-saturday .c-calenderItemDate {
	color: #1e2acb;
}

.c-calenderItem.is-holiday ,
.c-calenderItem.is-sunday {
	background: #fff0f2;
}
.c-calenderItem.is-holiday .c-calenderItemDate,
.c-calenderItem.is-sunday .c-calenderItemDate {
	color: #d51d3c;
}

.c-calenderItemPost.is-community-coffee a {
	background-color: #7b0c81;
	color: #FFF;
}
.c-calenderItemPost.is-future-talk a {
	background-color: #f36d00;
	color: #FFF;
}
.c-calenderItemPost.is-hands-on-lab a {
	background-color: #fdf100;
	color: #000;
}
.c-calenderItemPost.is-it-seminar a {
	background-color: #2a425e;
	color: #FFF;
}
.c-calenderItemPost.is-pathway-program a {
	background-color: #309fe8;
	color: #FFF;
}
.c-calenderItemPost.is-xp-research-report a {
	background-color: #249943;
	color: #FFF;
}

@media screen and (max-width: 768px) {
  .c-calender {
    border-top: #000 4px solid;
  }
  .c-calenderItem {
    padding: 15px 0;
  }
  .c-calenderItemDate {
    width: 45px;
  }
  .c-calenderItemDate__num {
    font-size: 26px;
  }
  .c-calenderItemDate__dow {
    font-size: 16px;
  }
  .c-calenderItemContents {
    width: calc(100% - 45px);
    padding: 0 15px 0 10px;
  }
  .c-calenderItemPost {
  }
  .c-calenderItemPost:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .c-calenderItemPostFrame {
    display: block;
    padding: 10px 15px;
    border-radius: 6px;
  }
  .c-calenderItemPostHead {
    display: flex;
    align-items: center;
    padding: 2px 0 0 0;
  }
  .c-calenderItemPostHead__cat {
    font-size: 18px;
    white-space: nowrap;
  }
  .c-calenderItemPostHead__no {
    font-size: 11px;
    white-space: nowrap;
    margin-bottom: 0.31em;
    margin-left: 6px;
  }
  .c-calenderItemPostHead__date {
    font-size: 18px;
    white-space: nowrap;
    margin-left: 6px;
  }
  .c-calenderItemPostLower {
    margin-left: 0px;
    padding: 0 0 0px 0;
  }
  .c-calenderItemPost__title {
    font-size: 14px;
    line-height: 1.5;
  }
}






.js-move.js-fadeUp {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.3s 0.3s ease-out;
}
.js-move.js-fadeUp.is-active {
  opacity: 1;
  transform: translate(0, 0);
}









.en {
  font-family: acumin-pro-extra-condensed, sans-serif;
}

