@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.discoveryDays {
	margin-top: 50px;
}
.sec-highlights,
.sec-trialProgram,
.sec-pathwayProgram,
.sec-monthlyProgram,
.sec-flow,
.sec-benefits,
.sec-btnLink,
.sec-campus,
.sec-calendar,
.sec-event,
.sec-anchor {
	margin-top: 100px;
}
.sec-highlights__title h3,
.sec-trialProgram__title h3,
.sec-pathwayProgram__title h3,
.sec-monthlyProgram__title h3,
.sec-flow__title h3,
.sec-calendar__title h3,
.sec-event__title h3{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.sec-highlights__title h3 .en,
.sec-trialProgram__title h3 .en,
.sec-pathwayProgram__title h3 .en,
.sec-monthlyProgram__title h3 .en,
.sec-flow__title h3 .en,
.sec-calendar__title h3 .en,
.sec-event__title h3 .en {
	font-family: "Oswald", sans-serif;
	font-size: clamp(22px, 3.26vw, 38px);
}
.sec-trialProgram__title h3 .en,
.sec-pathwayProgram__title h3 .en {
	margin: 0 10px;
}
.sec-trialProgram__title h3 + p,
.sec-pathwayProgram__title h3 + p,
.sec-monthlyProgram__title h3 + p,
.sec-event__title  h3 + p {
	margin-bottom: 50px;
	text-align: center;
}



.sec-mv {
	position: relative;
}
.sec-mv__bg {
	z-index: 0;
}
.sec-mv__txt {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	width: 100%;
	max-width: 530px;
}
.sec-mv__txt .txt {
	position: absolute;
	bottom: -15px;
	right: 0px;
	margin-top: 0;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: right;
}

.sec-anchor__list {
	display: flex;
	flex-flow: row wrap;
}
.sec-anchor__list > li {
	width: calc(100% / 4 - 20px);
	height: 80px;
	margin-right: 20px;
}
.sec-anchor__list > li:nth-child(4n) {
	margin-right: 0;
}
.sec-anchor__list > li:nth-child(n+5) {
	margin-top: 20px;
}
.sec-anchor__list > li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 25px 0 10px;
	background: #000000;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.5;
}
.sec-anchor__list > li a .arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
  display: inline-block;
  width: 12.5px;
  height: 8.2px;
}
.sec-anchor__list > li a .arrow::before,
.sec-anchor__list > li a .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 1px);
}
.sec-anchor__list > li a .arrow::before {
  transform: rotate(45deg);
}
.sec-anchor__list > li a .arrow::after {
  transform: rotate(-45deg);
}

.sec-highlights__title h3 img {
	display: inline-block;
	width: 150px;
	height: 44px;
	margin-left: 10px;
}
.sec-highlights__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.sec-highlights__listBox {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% / 3 - 20px);
	border: 3px solid #000000;
}
.sec-highlights__listBox .txtBox {
	width: 100%;
	padding: 30px;
}
.sec-highlights__listBox .txtBox .ttl {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: baseline;
}
.sec-highlights__listBox .txtBox .ttl h4 {
	font-family: "Oswald", sans-serif;
	font-size: clamp(25.2px, 3.78vw, 42px);
	line-height: 1;
}
.sec-highlights__listBox .txtBox .ttl .instructor {
	margin-top: 15px;
	line-height: 1;
}
.sec-highlights__listBox .txtBox .ttl .instructor .name {
	font-size: 1.25em;
}
.sec-highlights__listBox .txtBox .txt {
	margin-top: 15px;
	line-height: 2;
}
.sec-highlights__listBox .imgBox {
	width: 100%;
}
.sec-highlights__listBox .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-trialProgram__title h3 img {
	display: inline-block;
	width: 400px;
	height: 39px;
	height: inherit;
}
.sec-trialProgram__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start
}
.sec-trialProgram__listBox {
	width: calc(100% / 3 - 20px);
	margin-right: 20px;
	border: 3px solid #000000;
}
.sec-trialProgram__listBox:nth-child(3n) {
	margin-right: 0;
}
.sec-trialProgram__listBox:nth-child(n+4) {
	margin-top: 30px;
}
.sec-trialProgram__listBox figure {
	position: relative;
	width: 100%;
}
.sec-trialProgram__listBox figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec-trialProgram__listBox figure figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 5px 2px;
	background: rgba(0,0,0,0.8);
	font-size: 10px;
	color: #ffffff;
}
.sec-trialProgram__listBox .txtWrap {
	padding: 30px;
	border-top-width: 20px;
	border-top-style: solid;
}
.sec-trialProgram__listBox .txtWrap h4 .en {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: clamp(22px, 3.26vw, 38px);
	line-height: 1;
}
.sec-trialProgram__listBox .txtWrap h4 .jp {
	display: block;
	font-size: clamp(12px, 1.094vw, 16px);
}
.sec-trialProgram__listBox .txtWrap .tagList {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
.sec-trialProgram__listBox .txtWrap .tagList > li {
	padding: 2px 10px;
	border: 2px solid #000000;
	border-radius: 20px;
	font-size: 14px;
	margin: 5px 10px 5px 0;
}
.sec-trialProgram__listBox .txtWrap .tagList > li.color {
	color: #ffffff;
}
.sec-trialProgram__listBox .txtWrap > p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 2.2;
}

.sec-trialProgram__listBox.yellow .txtWrap {
	border-top-color: #fff799;
}
.sec-trialProgram__listBox.yellow .txtWrap .tagList > li.color {
	background: #fff799;
	color: #000000;
}
.sec-trialProgram__listBox.green .txtWrap {
	border-top-color: #89c997;
}
.sec-trialProgram__listBox.green .txtWrap .tagList > li.color {
	background: #89c997;
}
.sec-trialProgram__listBox.orange .txtWrap {
	border-top-color: #f29a76;
}
.sec-trialProgram__listBox.orange .txtWrap .tagList > li.color {
	background: #f29a76;
}
.sec-trialProgram__listBox.purple .txtWrap {
	border-top-color: #8f82bc;
}
.sec-trialProgram__listBox.purple .txtWrap .tagList > li.color {
	background: #8f82bc;
}
.sec-trialProgram__listBox.rightblue .txtWrap {
	border-top-color: #7fccf2;
}
.sec-trialProgram__listBox.rightblue .txtWrap .tagList > li.color {
	background: #7fccf2;
}
.sec-trialProgram__listBox.navy .txtWrap {
	border-top-color: #475874;
}
.sec-trialProgram__listBox.navy .txtWrap .tagList > li.color {
	background: #475874;
}

.sec-pathwayProgram__detailList {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start
}
.sec-pathwayProgram__detailList > li {
	width: calc(100% / 2 - 20px);
	margin-right: 20px;
	border: 3px solid #000000;
}
.sec-pathwayProgram__detailList > li:nth-child(2n) {
	margin-right: 0;
}
.sec-pathwayProgram__detailList > li:nth-child(n+3) {
	margin-top: 50px;
}
.sec-pathwayProgram__detailBox {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: 100%;
	border: 10px solid #7fccf2;
}
.sec-pathwayProgram__detailBox .txtWrap {
	width: 70%;
	padding: 30px;
}
.sec-pathwayProgram__detailBox .txtWrap .titleWrap {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.sec-pathwayProgram__detailBox .txtWrap .titleWrap .icnList {
	display: flex;
	flex-flow: column;
}
.sec-pathwayProgram__detailBox .txtWrap .titleWrap .icnList > li {
	width: 70px;
	background: #000000;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.sec-pathwayProgram__detailBox .txtWrap .titleWrap .icnList > li + li {
	margin-top: 5px;
}
.sec-pathwayProgram__detailBox .txtWrap .titleWrap h4 {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	width: calc(100% - 100px - 15px);
	margin-left: 10px;
	font-size: clamp(22px, 2.031vw, 30px);
	line-height: 1;
}
.sec-pathwayProgram__detailBox .txtWrap .titleWrap h4.day2 {
	align-items: center;
}
.sec-pathwayProgram__detailBox .txtWrap .titleWrap h4 .date {
	margin-left: 10px;
	font-size: 14px;
}
.sec-pathwayProgram__detailBox .txtWrap .themeList {
	margin-top: 20px;
}
.sec-pathwayProgram__detailBox .txtWrap .themeList > li {
	position: relative;
	font-size: 18px;
	padding-left: 25px;
	text-indent: -14px;
}
.sec-pathwayProgram__detailBox .txtWrap .themeList > li::before {
	content: "▶";
	display: inline-block;
	color: #005bac;
	margin-right: 10px;
}
.sec-pathwayProgram__detailBox .txtWrap .minGraf {
	margin-top: 20px;
}
.sec-pathwayProgram__detailBox .txtWrap .minGraf > p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}
.sec-pathwayProgram__detailBox .txtWrap .minGraf ul {
	display: flex;
	flex-flow: row wrap;
	border: 3px solid #000000;
}
.sec-pathwayProgram__detailBox .txtWrap .minGraf ul > li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}
.sec-pathwayProgram__detailBox .txtWrap .minGraf ul > li:nth-child(1) {
	width: 50%;
}
.sec-pathwayProgram__detailBox .txtWrap .minGraf ul > li:nth-child(2) {
	width: 30%;
	border-left:  3px solid #000000;
}
.sec-pathwayProgram__detailBox .txtWrap .minGraf ul > li:nth-child(3) {
	width: 20%;
	border-left:  3px solid #000000;
}
.sec-pathwayProgram__detailBox .txtWrap .txt {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2.2;
}
.sec-pathwayProgram__detailBox .txtWrap .meritList {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
.sec-pathwayProgram__detailBox .txtWrap .meritList > li {
	margin: 5px 10px 5px 0;
	padding: 2px 10px;
	background: #000000;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.sec-pathwayProgram__detailBox .imgWrap {
	width: 30%;
}
.sec-pathwayProgram__detailBox .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec-pathwayProgram__detailBox.column1 .txtWrap {
	width: 100%;
}

.sec-monthlyProgram__detailList {
	display: flex;
	flex-flow: row wrap;
}
.sec-monthlyProgram__detailList > li {
	width: calc(100% / 2 - 20px);
	margin-right: 20px;
	border: 3px solid #000000;
}
.sec-monthlyProgram__detailList > li:nth-child(even) {
	margin-right: 0;
}
.sec-monthlyProgram__detailList > li:nth-child(n+3) {
	margin-top: 30px;
}
.sec-monthlyProgram__detailList > li .sec-monthlyProgram__detailBox {
	width: 100%;
	height: 100%;
	border-width: 10px;
	border-style: solid;
}
.sec-monthlyProgram__detailBox {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.sec-monthlyProgram__detailBox .txtWrap {
	padding: 30px 30px 20px;
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: end;
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap h4 {
	display: block;
	line-height: 1;
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap h4 .en {
	font-family: "Oswald", sans-serif;
	font-size: clamp(30px, 3.438vw, 50px);
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap h4 .small {
	margin-left: 10px;
	font-size: 16px;
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap .rightBox {
	font-weight: 500;
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap .rightBox .date {
	font-size: 14px;
	line-height: 1.6;
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap .rightBox .instructors {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.6;
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap.notice {
	justify-content: flex-start;
	align-items: center;
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap.notice .icn {
	margin-right: 10px;
	padding: 3px 5px 5px;
	background: #000000;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.sec-monthlyProgram__detailBox .txtWrap .titleWrap.notice .subTtl {
	margin-left: 10px;
	font-size: 18px;
	font-weight: 500;
}
.sec-monthlyProgram__detailBox .txtWrap > h5 {
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
	color: #ffffff;
}
.sec-monthlyProgram__detailBox .txtWrap > h5.withIcn {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}
.sec-monthlyProgram__detailBox .txtWrap > h5.withIcn .icnBox {
	display: flex;
	flex-flow: column;
	width: 70px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.sec-monthlyProgram__detailBox .txtWrap > h5.withIcn .icnBox p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% / 2);
	padding: 3px 5px 5px;
	background: #000000;
	line-height: 1;
}
.sec-monthlyProgram__detailBox .txtWrap > h5.withIcn .icnBox.icon1 p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.sec-monthlyProgram__detailBox .txtWrap > h5.withIcn .icnBox.icon2 p + p {
	margin-top: 3px;
}
.sec-monthlyProgram__detailBox .txtWrap > h5.withIcn .txt {
	display: block;
	width: calc(100% - 70px);
	padding: 5px 15px;
}
.sec-monthlyProgram__detailBox .txtWrap > h5.noIcn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
	text-align: center;
}
.sec-monthlyProgram__detailBox .txtWrap > h5.noIcn + h5.noIcn {
	margin-top: 15px;
}
.sec-monthlyProgram__detailBox .txtWrap > h5.noIcn + p {
	position: relative;
	font-size: 18px;
	line-height: 2.2;
	margin-top: 20px;
}
.sec-monthlyProgram__detailBox .txtWrap > h6 {
	margin-top: 15px;
	font-size: 22px;
	text-align: center;
	line-height: 1.8;
}
.sec-monthlyProgram__detailBox .txtWrap .themeList {
	margin-top: 15px;
}
.sec-monthlyProgram__detailBox .txtWrap .themeList > li {
	position: relative;
	padding-left: 25px;
	text-indent: -14px;
	font-size: 18px;
}
.sec-monthlyProgram__detailBox .txtWrap .themeList > li::before {
	content: "▶";
	display: inline-block;
	color: #005bac;
	margin-right: 10px;
}
.sec-monthlyProgram__detailBox .txtWrap .tagList {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.sec-monthlyProgram__detailBox .txtWrap .tagList > li {
	margin: 5px 10px 5px 0;
	padding: 2px 10px;
	border: 2px solid #000000;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
}

.sec-monthlyProgram__detailList > li.yellow .sec-monthlyProgram__detailBox {
	border-color: #f8f198;
}
.sec-monthlyProgram__detailList > li.yellow .sec-monthlyProgram__detailBox .txtWrap > h5 {
	background: #f5e928;
	color: #000000;
}
.sec-monthlyProgram__detailList > li.yellow .sec-monthlyProgram__detailBox .txtWrap > h6 {
	color: #a38922;
}
.sec-monthlyProgram__detailList > li.green .sec-monthlyProgram__detailBox {
	border-color: #85c193;
}
.sec-monthlyProgram__detailList > li.green .sec-monthlyProgram__detailBox .txtWrap > h5 {
	background: #149243;
}
.sec-monthlyProgram__detailList > li.green .sec-monthlyProgram__detailBox .txtWrap > h6 {
	color: #26994c;
}
.sec-monthlyProgram__detailList > li.navy .sec-monthlyProgram__detailBox {
	border-color: #455671;
}
.sec-monthlyProgram__detailList > li.navy .sec-monthlyProgram__detailBox .txtWrap > h5 {
	background: #2b415e;
}
.sec-monthlyProgram__detailList > li.navy .sec-monthlyProgram__detailBox .txtWrap > h6 {
	color: #43546e;
}
.sec-monthlyProgram__detailBox .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-flow__detail {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.sec-flow__detailList {
	width: 100%;
	max-width: 850px;
	padding-left: 0;
}
.sec-flow__detailList > li {
	list-style-type: none;
	display: flex;
}
.sec-flow__detailList > li:not(:last-child) {
	margin: 0 0 50px;
}
.sec-flow__detailList > li .step {
	width: 90px;
	box-sizing: border-box;
	padding: 20px 10px 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #B058D6;
	border-radius: 5px 5px 0 0;
	position: relative;
	line-height: 125%;
	margin: 0;
}
.sec-flow__detailList > li .step::after {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 20px solid #B058D6;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.sec-flow__detailList > li dl {
	padding: 0 0 0 30px;
	width: calc(100% - 115px);
}
.sec-flow__detailList > li dl dt {
	padding: 0 0 5px;
	margin: 0 0 15px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 4px solid #CCCCCC;
	position: relative;
}
.sec-flow__detailList > li dl dt::after {
	content: '';
	width: 20%;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: 0;
	background-color: #B058D6;
}
.sec-flow__detailList > li dl dd {
	margin: 0;
}
.sec-flow__detailList > li dl dd > ul {
	margin-top: 15px;
}
.sec-flow__detailList > li dl dd > ul > li {
	position: relative;
	font-size: 18px;
	padding-left: 25px;
}
.sec-flow__detailList > li dl dd > ul > li::before {
	content: "▶";
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	color: #7ec3e6;
}
.sec-flow__detailList > li dl dd > ul > li p {
	display: inline-block;
}
.sec-flow__detailList > li dl dd > ul > li .tagList {
	width: 100%;
	max-width: 150px;
}
.sec-flow__detailList > li dl dd > ul > li .tagList > li {
	padding: 8px 5px 5px;
	border-radius: 5px;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 1;
}
.sec-flow__detailList > li dl dd > ul > li .tagList > li + li {
	margin-top: 5px;
}
.sec-flow__detailList > li dl dd > ul > li .tagList > li.gray {
	background: #e6e6e6;
}
.sec-flow__detailList > li dl dd > ul > li .tagList > li.navy {
	background: #475874;
	color: #ffffff;
}
.sec-flow__detailList > li dl dd > ul > li .tagList > li.yellow {
	background: #f1eb97;
}
.sec-flow__detailList > li dl dd > ul > li .tagList > li.green {
	background: #82ba8f;
}
.sec-flow__detailList > li dl dd > ul > li .tagList > li.rightblue {
	background: #7cbbdc;
}

.sec-flow__detailList > li:nth-child(1) .step,
.sec-flow__detailList > li:nth-child(1) dl dt::after {
	background: #005ea6;
}
.sec-flow__detailList > li:nth-child(1) .step::after {
	border-top: 20px solid #005ea6;
}
.sec-flow__detailList > li:nth-child(2) .step,
.sec-flow__detailList > li:nth-child(2) dl dt::after {
	background: #0d9e79;
}
.sec-flow__detailList > li:nth-child(2) .step::after {
	border-top: 20px solid #0d9e79;
}
.sec-flow__detailList > li:nth-child(3) .step,
.sec-flow__detailList > li:nth-child(3) dl dt::after {
	background: #7abe40;
}
.sec-flow__detailList > li:nth-child(3) .step::after {
	border-top: 20px solid #7abe40;
}
.sec-flow__detailList > li:nth-child(4) .step,
.sec-flow__detailList > li:nth-child(4) dl dt::after {
	background: #e0d141;
}
.sec-flow__detailList > li:nth-child(4) .step::after {
	border-top: 20px solid #e0d141;
}
.sec-flow__detailList > li:nth-child(5) .step,
.sec-flow__detailList > li:nth-child(5) dl dt::after {
	background: #db8900;
}
.sec-flow__detailList > li:nth-child(5) .step::after {
	border-top: 20px solid #db8900;
}
.sec-flow__detailList > li:nth-child(6) .step,
.sec-flow__detailList > li:nth-child(6) dl dt::after {
	background: #cf000e;
}
.sec-flow__detailList > li:nth-child(6) .step::after {
	border-top: 20px solid #cf000e;
}

.sec-benefits > ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.sec-benefits > ul > li {
	width: calc(100% / 2 - 10px);
	border: 10px solid #7fccf2;
}
.sec-benefits > ul > li h4 {
	padding: 5px 15px 8px;
	background: #000000;
	color: #ffffff;
	text-align: center;
}
.sec-benefits__box {
	display: flex;
	flex-flow: row wrap;
	padding: 30px;
}
.sec-benefits__box .txtBox {
	width: 80%;
}
.sec-benefits__box .txtBox p {
	margin-top: 0;
	font-size: 16px;
	line-height: 2.2;
}
.sec-benefits__box .txtBox p .strong {
	font-size: 24px;
	font-weight: bold;
	color: #db8900;
}
.sec-benefits__box .txtBox p.caption {
	font-size: 14px;
	line-height: 1.8;
}
.sec-benefits__box .imgBox {
	width: 20%;
}
.sec-benefits__box .imgBox img {
	width: 100%;
}

.sec-btnLink a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 80px;
	margin: auto;
	background: #cf000e;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.sec-campus__list {
	display: flex;
	flex-flow: row wrap;
}
.sec-campus__list > li {
	width: calc(100% / 4 - 20px);
	margin-right: 20px;	
}
.sec-campus__list > li:nth-child(4n) {
	margin-right: 0;
}
.sec-campus__list > li .imgBox {
	width: 100%;
}
.sec-campus__list > li .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec-campus__list > li .txtBox {
	width: 100%;
	margin-top: 15px;
}
.sec-campus__list > li .txtBox p {
	margin-top: 0;
}

.sec-calendar__img {
	max-width: 1100px;
	margin: 30px auto 0;
}

.sec-event__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.sec-event__list > li {
	width: calc(100% / 3 - 20px);
	margin-right: 20px;
	padding: 30px;
	border: 3px solid #000000;
}
.sec-event__list > li:nth-child(3n) {
	margin-right: 0;
}
.sec-event__list > li p {
	margin-top: 5px;
	font-size: 16px;
	line-height: 2.2;
}
.sec-event__list > li p.date {
	margin-top: 5px;
	font-size: 14px;
}
.sec-event__list > li .img {
	width: 100%;
	margin-top: 15px;
}
.sec-event__list > li .img img {
	width: 100%;
}

.sec-event__link {
	margin-top: 50px;
}
.sec-event__link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 80px;
	margin: auto;
	background: #cf000e;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}
.sec-event__link p {
	margin-top: 15px;
	font-weight: 500;
	text-align: center;
}


@media only screen and (max-width: 1240px) {
	.sec-mv__txt {
		max-width: 350px;
	}
	.sec-mv__txt .txt {
		bottom: -18px;
		right: 10px;
		font-size: 16px;
	}
	.sec-pathwayProgram__detailList > li,
	.sec-monthlyProgram__detailList > li,
	.sec-benefits__box .txtBox,
	.sec-benefits__box .imgBox {
		width: 100%;
	}
	.sec-pathwayProgram__detailList > li,
	.sec-monthlyProgram__detailList > li {
		margin-right: 0;
	}
	.sec-pathwayProgram__detailList > li + li,
	.sec-monthlyProgram__detailList > li + li,
	.sec-benefits__box .imgBox {
		margin-top: 30px;
	}
	.sec-trialProgram__listBox {
		width: calc(100% / 2 - 10px);
	}
	.sec-trialProgram__listBox:nth-child(3n) {
		margin-right: 20px;
	}
	.sec-trialProgram__listBox:nth-child(2n) {
		margin-right: 0;
	}
	.sec-trialProgram__listBox:nth-child(n+3) {
		margin-top: 30px;
	}
	.sec-benefits__box {
		padding: 20px;
	}
}
@media screen and (max-width: 960px){
	.sec-highlights,
	.sec-trialProgram,
	.sec-pathwayProgram,
	.sec-monthlyProgram,
	.sec-flow,
	.sec-benefits,
	.sec-btnLink,
	.sec-campus,
	.sec-calendar,
	.sec-event,
	.sec-anchor {
		margin-top: 50px;
	}
	.sec-mv__txt {
		width: 250px;
		left: 10px;
	}
	.sec-mv__txt .txt {
		right: auto;
		left: 50px;
		bottom: -30px;
	}
	.sec-anchor__list > li {
		width: calc(100% / 2 - 5px);
		height: 70px;
		margin-right: 10px;
	}
	.sec-anchor__list > li:nth-child(n+3) {
		margin-top: 10px;
	}
	.sec-anchor__list > li:nth-child(even) {
		margin-right: 0;
	}
	.sec-highlights__listBox {
		width: calc(100% / 3 - 10px);
	}
	.sec-highlights__listBox .txtBox,
	.sec-trialProgram__listBox .txtWrap {
		padding: 20px;
	}
	.sec-benefits__box .txtBox p {
		margin: 0 0 15px;
	}
	.sec-event__list > li {
		width: 100%;
		margin-right: 0;
	}
	.sec-event__list > li + li {
		margin-top: 30px;
	}
	.sec-event__list > li h4 {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px){
	.sec-trialProgram__title h3 + p,
	.sec-pathwayProgram__title h3 + p,
	.sec-monthlyProgram__title h3 + p,
	.sec-event__title h3 + p {
		margin-bottom: 30px;
	}
	.sec-mv__txt {
		width: 190px;
	}
	.sec-mv__txt .txt {
		left: 39px;
	}
	.sec-anchor__list > li {
		width: 100%;
		height: 45px;
		margin-right: 0;
	}
	.sec-anchor__list > li + li {
		margin-top: 5px!important;
	}
	.sec-highlights__listBox,
	.sec-trialProgram__listBox {
		width: 100%;
	}
	.sec-highlights__listBox + .sec-highlights__listBox,
	.sec-trialProgram__listBox + .sec-trialProgram__listBox {
		margin-top: 30px;
	}
	.sec-trialProgram__listBox {
		margin-right: 0!important;
	}
	.sec-trialProgram__listBox .txtWrap .tagList > li {
		margin: 5px 5px 0 0;
		font-size: 12px;
	}
	.sec-trialProgram__listBox .txtWrap > p {
		font-size: 14px;
	}
	.sec-pathwayProgram__detailBox .txtWrap {
		width: 100%;
		padding: 20px;
	}
	.sec-pathwayProgram__detailBox .txtWrap .titleWrap h4 {
		flex-flow: column;
		align-items: flex-start!important;
	}
	.sec-pathwayProgram__detailBox .txtWrap .titleWrap h4 .date {
		margin-top: 10px;
		margin-left: 3px;
	}
	.sec-pathwayProgram__detailBox .txtWrap .themeList,
	.sec-pathwayProgram__detailBox .txtWrap .minGraf {
		margin-top: 10px;
	}
	.sec-pathwayProgram__detailBox .txtWrap .themeList > li {
		font-size: 14px;
	}
	.sec-pathwayProgram__detailBox .txtWrap .minGraf > p,
	.sec-pathwayProgram__detailBox .txtWrap .minGraf ul > li {
		font-size: 12px;
	}
	.sec-pathwayProgram__detailBox .txtWrap .txt {
		margin-top: 15px;
		font-size: 14px;
		line-height: 2;
	}
	.sec-pathwayProgram__detailBox .imgWrap {
		display: none;
		width: 100%;
	}
	.sec-monthlyProgram__detailBox .txtWrap {
		padding: 20px;
	}
	.sec-monthlyProgram__detailBox .txtWrap > h5.withIcn .txt {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 5px 10px;
		line-height: 1.6;
	}
	.sec-monthlyProgram__detailBox .txtWrap > h5 {
		margin-top: 10px;
	}
	.sec-monthlyProgram__detailBox .txtWrap > h5.noIcn {
		height: inherit;
    padding: 10px 5px;
    line-height: 1.7;
	}
	.sec-monthlyProgram__detailBox .txtWrap > h5.noIcn + h5.noIcn {
		margin-top: 5px;
	}
	.sec-monthlyProgram__detailBox .txtWrap .titleWrap.notice .subTtl {
		margin-top: 5px;
		margin-left: 0;
	}
	.sec-monthlyProgram__detailBox .txtWrap > h6 {
		font-size: 18px;
		text-align: left;
	}
	.sec-monthlyProgram__detailBox .txtWrap .themeList > li {
		font-size: 16px;
	}
	.sec-monthlyProgram__detailBox .txtWrap > h5.noIcn + p {
		margin-top: 15px;
		font-size: 16px;
		line-height: 2;
	}
	.sec-monthlyProgram__detailBox .imgWrap img {
		min-height: 100px;
	}
	.sec-flow__detail {
		margin-top: 30px;
	}
	.sec-flow__detailList > li .step {
		width: 76px;
	}
	.sec-flow__detailList > li .step::after {
		border-left: 38px solid transparent;
		border-right: 38px solid transparent;
	}
	.sec-flow__detailList > li dl {
		width: calc(100% - 96px);
		padding: 0 0 0 20px;
	}
	.sec-flow__detailList > li dl dt {
		line-height: 1.8;
	}
	.sec-flow__detailList > li dl dd > ul > li {
		font-size: 16px;
	}
	.sec-flow__detailList > li dl dd > ul > li p {
		line-height: 2;
	}
	.sec-flow__detailList > li dl dd > ul > li .tagList {
		margin-top: 10px;
	}
	.sec-benefits > ul > li {
		width: 100%;
	}
	.sec-benefits > ul > li + li {
		margin-top: 30px;
	}
	.sec-benefits__box .txtBox p {
		margin: 0 0 5px;
		line-height: 1.8;
	}
	.sec-benefits__box .txtBox p .strong {
		line-height: 1.6;
	}
	.sec-btnLink a,
	.sec-event__link a {
		width: 100%;
		height: 60px;
		font-size: 18px;
	}
	.sec-campus__list > li {
		width: calc(100% / 2 - 5px);
		margin-right: 10px;
	}
	.sec-campus__list > li:nth-child(even) {
		margin-right: 0!important;
	}
	.sec-event__list > li {
		padding: 20px;
	}
	.sec-event__list > li p.date {
		margin-top: 0;
	}
	.sec-calendar__img{max-width: inherit;}
	.sec-calendar__img .slideimg{width: 130vw !important;}
}



