/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
body {
	font-family: Noto Sans JP, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
h1 {
	line-height: 1.5;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}
p, th, td, li, dt, dd {
	font-weight: 400;
}
a {
	color: #0285CE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
img+img {
	margin: 0;
}

/*----------------------------------------------
	Layout
---------------------------------------------*/
.l-inner {
	padding: 10px 50px;
}

@media screen and (max-width: 1024px) {
	.l-inner {
		padding: 10px 0;
	}
}

/*----------------------------------------------
	Component
---------------------------------------------*/
/* c-heading ----------------------------*/
.c-heading {
	position: relative;
}
.c-heading--lv2 {
	font-size: 25px;
	font-style: normal;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	padding-left: 20px;
}
.c-heading--lv2::before {
	content: "";
	position: absolute;
  display: inline-block;
  vertical-align: middle;
	left: 0;
  width: 8px;
  height: 100%;
  background-color: #36C;
}
.c-heading--lv3 {
	font-size: 17px;
	font-style: normal;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #36C;
	margin-bottom: 15px;
	padding-left: 35px;
}
.c-heading--lv3::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 17px;
	top: 6px;
	left: 10px;
	background: url("/en/career/program/image/icon_heading-lv3.svg") left no-repeat;
	background-size: contain;
}
.c-heading--lv4 {
	font-size: 17px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin-bottom: 15px;
	padding: 6px;
}
.c-heading--lv4-simple {
	font-size: 17px;
	border-bottom: 1px solid #808080;
	margin-bottom: 15px;
	padding: 6px;
}

/* c-icon ----------------------------*/
.c-icon {
	position: relative;
}
.c-icon--disc,
.c-icon--diamond,
.c-icon--double-triangle { padding-left: 20px; }
.c-icon--triangle { gap: 0.5px; }

.c-icon--disc::before,
.c-icon--triangle::before,
.c-icon--diamond::before {
	display: inline-block;
	content: "";
	vertical-align: middle;
}
.c-icon--disc::before {
	width: 10px;
	height: 10px;
	background: #1A8589;
	border-radius: 50%;
	top: 6px;
}
.c-icon--triangle::before {
	position: relative;
	width: 0;
  height: 0;
  border: solid 7px transparent;
  border-left: solid 9px #F9AB46;
  top: -1px;
}
.c-icon--double-triangle::before {
  content: "";
	position: absolute;
	top: 8px;
	left: 0;
  width: 11px;
  height: 8px;
  background: url("/en/career/program/image/arrow_double.svg") no-repeat;
}

/* c-list-group ----------------------------*/
.c-list-group {
  vertical-align: top;
}
.c-list-group li {
  position: relative;
	font-size: 14px;
  list-style: none;
	padding-left: .8em;
}
.c-list-group li::before {
  position: absolute;
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  top: 8px;
  left: 0;
}
.c-list--disc li::before {
  content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
	top: 8px;
}

/* c-reg-btn ----------------------------*/
.c-reg-btn a {
	display: inline-block;
	color: #fff;
	font-size: 16px!important;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: .5em;
	margin: 1em auto;
	padding: 12px 30px;
}
.c-reg-btn a:hover {
	text-decoration: none;
}
.c-reg-btn--orange a {
	background: #e06900;
}
.c-reg-btn--orange a:hover {
	background: #0285CE;
}

/* c-link ----------------------------*/
a.c-link {
  display: inline;
  padding: 1px 20px 1px 0;
}

a[href$=".pdf"].c-link--pdf {
  background: url(/en/career/program/image/icon_pdf.gif) no-repeat right center;
	background-size: 12px;
}

/*----------------------------------------------
	Utility
---------------------------------------------*/
.u-mab10 { margin-bottom: 10px; }
.u-mab15 { margin-bottom: 15px; }
.u-mab20 { margin-bottom: 20px; }
.u-mab30 { margin-bottom: 30px; }
.u-mab40 { margin-bottom: 40px; }
.u-mab50 { margin-bottom: 50px; }
.u-mab60 { margin-bottom: 60px; }

.u-mat10 { margin-top: 10px; }
.u-mat15 { margin-top: 15px; }
.u-mat20 { margin-top: 20px; }
.u-mat30 { margin-top: 30px; }
.u-mat40 { margin-top: 40px; }

.u-fs17 { font-size: 17px!important; }

.u-red { color: #f00; }
.u-blue { color: #1D5EAF; }
.u-orange { color: #DE5927; }

.u-ALcenter { text-align: center; }
.u-ALright { text-align: right; }
.u-ALleft { text-align: left; }

.u-underline { text-decoration: underline; }
.u-strike { text-decoration: line-through; }
.u-bold {font-weight: bold; }

.u-border-bottom {
	border-bottom: 1px dashed #D8D8D8;
	margin-bottom: 50px;
	padding-bottom: 40px;
}

/* u-width ----------------------------*/
.u-w90 { width: 90px; }
.u-w155 { width: 155px; }
.u-w180 { width: 180px; }
.u-w300 { width: 300px; }
.u-w550 { width: 550px; }

@media screen and (max-width: 1024px) {
	.u-sp-w150 { width: 150px; }
	.u-sp-w200 { width: 200px; }
	.u-sp-w300 { width: 300px; }
}

/* u-indent ----------------------------*/
.u-indent01 {
	text-indent: -1em;
	padding-left: 1em;
}
.u-indent02 {
	text-indent: -2.2em;
	padding-left: 2.2em;
}

/* u-flex ----------------------------*/
.u-flex {
	display: flex;
	gap: 25px;
}
.u-flex--jc-start { justify-content: flex-start; }

/* u-pc,sp*/
.u-pc { display: block; }
.u-sp { display: none; }

@media screen and (max-width: 1024px) {
	.u-flex {
		flex-direction: column;
		gap: 15px;
	}
}
@media screen and (max-width: 768px) {
	.u-pc { display: none; }
	.u-sp { display: block; }
}

/*----------------------------------------------
	Prefix
---------------------------------------------*/
/* p-hero ----------------------------*/
.p-hero {
	width: 100%;
	height: auto;
	margin: 0;
	background-color: #fff;
}
.p-hero__inner {
  width: 900px;
  margin: auto;
  padding: 0;
	overflow: hidden;
}
.p-hero__img {
	display: block;
	width: 920px;
	margin: 0 auto;
}
.p-hero__title {
	font-family: "Shippori Mincho B1", serif;
	font-weight: bold;
	font-size: 42px;
	letter-spacing: -2px;
	padding-left: 15px;
}
.p-hero__small {
	font-size: 32px;
}
.p-hero__date {
	font-family: "Shippori Mincho B1", serif;
	text-align: right;
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
	.p-hero__inner {
		width: 100%;
	}
	.p-hero__txt {
		padding: 0 10px;
	}
	.p-hero__title {
		font-size: 25px;
		padding-left: 0;
	}
	.p-hero__small {
		font-size: 27px;
	}
	.p-hero__date {
		font-size: 23px;
	}
}

/*----------------------------------------------
	menu
---------------------------------------------*/
.c-menu {
	width: 100%;
	background: url(/en/career/program/image/back01.jpg) repeat-x;
}
.c-menu__inner {
	margin: 0 auto;
}
.c-menu__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.c-menu__item {
	border-right: 1px solid #fff;
}
.c-menu__item a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #3B3B3B;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	padding: 15px 80px;
}
.c-menu__item a:hover,
.c-menu__item.is-current a {
	color: #336699;
	text-decoration: none;
	background-image: url(/en/career/program/image/back01_on.jpg);
}
.c-menu__item.is-current a {
	background-image: url(/en/career/program/image/back01_on.jpg);
}

@media screen and (max-width: 1024px) {
	.c-menu {
		background-repeat: repeat;
	}
	.c-menu__list {
		justify-content: flex-start;
	}
	.c-menu__item {
		width: 50%;
	}
	.c-menu__item a {
		padding: 15px;
	}
}

/*----------------------------------------------
	page
---------------------------------------------*/
.page {
	width: 100%;
	height: auto;
	margin: 0;
	background-color:#fff;
}
.page p,
.page a {
	font-size: 14px;
}

.page__wrapper {
	overflow: hidden;
	width: 900px;
	margin: auto;
	padding: 30px 0 120px 0;
	background-color: #fff;
}
.page__wrapper img {
	width: auto;
}

@media screen and (max-width: 1024px) {
	.page__wrapper {
		width: 100%;
		padding: 30px 20px 50px;
	}
}

/* entry ----------------------------*/
.entry {
	background-color: #fff;
	margin: 0;
	padding: 10px 50px;
}
.entry-img {
	width: 150px;
	height: 38px;
	vertical-align: middle;
}

@media screen and (max-width: 1024px) {
	.entry {
		padding: 10px 20px;
	}
}

/* about ----------------------------*/
.about-txt {
	margin-bottom: 30px;
	padding: 20px 50px;
}
.about-tbl {
	width: 800px;
	border: none;
  border-collapse: collapse;
}
.about-tbl th,
.about-tbl td {
	font-size: 14px;
	vertical-align: middle;
	border-bottom: 1px solid #999;
	padding: 14px;
}
.about-tbl th {
	width: 180px;
}

@media screen and (max-width: 1024px) {
	.about-txt {
		padding: 20px;
	}
	.about-tbl {
		width: 100%;
	}
	.about-tbl th,
	.about-tbl td {
		display: block;
	}
	.about-tbl th {
		width: 100%;
	}
}

/* research ----------------------------*/
.research-tbl {
	width: 820px;
	border: none;
  border-collapse: collapse;
	background: #fff;
	margin: 0 auto;
}
.research-tbl th,
.research-tbl td {
	padding: 10px;
}
.research-tbl td,
.research-tbl td a {
	font-size: 13px;
}
.research-tbl thead th {
  font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	background: #FFFFCC;
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
	padding: 3px 10px;
}

.research-line {
	border-bottom: 1px solid #999;
}
.research-img {
	text-align: left;
	vertical-align: bottom;
}
.research-img img {
	width: 68px;
	height: 68px;
}
.research-title {
  color: #063;
	font-size: 14px;
	font-weight: bold;
}
.research-name {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
.research-tbl .research-txt {
	text-align: left;
	line-height: 1.4;
}

@media screen and (max-width: 1024px) {
	.tbl-scroll {
		overflow-x: auto;
	}
	.research-tbl {
		width: 90%;
		min-width: 500px;
	}
}

/* program ----------------------------*/
.program-tbl {
	width: 820px;
	border: none;
  border-collapse: collapse;
	background: #fff;
	margin: 0 auto;
}
.program-tbl tr > *:first-child {
  border-left: none;
}
.program-tbl tr > *:last-child {
  border-right: none;
}
.program-tbl th,
.program-tbl td {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
	padding: 10px;
}
.program-tbl .is-highlight th {
	font-size: 17px;
	font-weight: bold;
	background: #FFFFCC;
	padding: 3px 10px;
}
.program-tbl .date {
	font-size: 17px;
}
.program-tbl .day {
	font-size: 15px;
}

@media screen and (max-width: 1024px) {
	.program-tbl {
		width: 90%;
		min-width: 500px;
	}
	.program-tbl .date {
		font-size: 16px;
	}
}

/* report ----------------------------*/
.report-box:not(:last-of-type) {
	margin-bottom: 60px;
}
.report-img {
  display: grid;
	justify-items: center;
	justify-content: center;
  grid-template-columns: repeat(2, 320px);
  gap: 50px;
  margin-top: 40px;
}

/* 1枚目だけ1行目 */
.report-img.is-first-single > *:first-child {
  grid-column: 1 / 2;
}
.report-img.is-first-single > *:nth-child(2) {
  grid-column: 1 / 2;
}
.report-img.is-first-single > *:nth-child(3) {
  grid-column: 2 / 3;
}

/* 要素が1つだけのとき中央 */
.report-img > *:only-child {
  grid-column: 1 / -1;
  justify-self: center;
}

.report-img img {
	width: 320px;
	height: 230px;
}
.report-img img.report-img__img--portrait {
	width: 200px;
	height: 280px;
}
.report-img--single img {
	width: 580px;
	height: auto;
}
.report-sentence {
	text-indent: 1em;
}

@media screen and (max-width: 1024px) {
	.report-img {
		grid-template-columns: 1fr;
	}
	.report-img.is-first-single > * {
    grid-column: auto!important;
  }
	
	.report-img img,
	.report-img--single img,
	.report-img img.report-img__img--portrait {
		width: 90%;
		height: auto;
	}
}

