@charset "UTF-8";

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header,
hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
*, *::before, *::after {
  box-sizing: border-box;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/* Times New Roman */
@font-face {
    font-family: 'times-new-roman';
    src: url(../font/times-new-roman-italic.woff) format('woff'),
    url(../font/times-new-roman-italic.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1;
}
body {
	color: #1b1b1b;
	background: #fff;
  font-family: acumin-pro, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.02em;
  line-height: 1.6;
}
body.page_jpn {
	font-family: source-han-sans-japanese, "源ノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",メイリオ, Meiryo, sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
  color: #49459f;
	text-decoration: none;
	outline: none;
	transition: .2s;
}
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='submit'],
input[type='button'],
label, button, select {
  cursor: pointer;
}


/*
= Slick slider
----------------------------------------------- */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
  display: block;
  color: transparent;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.slick-prev {
  left: 2.5rem;
  background: url(../img/shared/slick-prev.png) no-repeat;
  background-size: 100% auto;
}
.slick-next {
  right: 2.5rem;
  background: url(../img/shared/slick-next.png) no-repeat;
  background-size: 100% auto;
}

.slick-dots {
	display: block;
	width: auto;
  height: auto;
  position: absolute;
  z-index: 10;
  bottom: -3.5rem;
}
.slick-dots li {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.9rem;
  border-radius: 50%;
	background: #d2d2d2;
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer;
}
.slick-dots li.slick-active {
	background: #292579;
}


/*
  = 共通
-------------------------------------------------- */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.disabled {
	pointer-events: none;
}
#pagetop {
	position: fixed;
	background: #e5e5e5;
	border-radius: 50%;
	cursor: pointer;
  transition: .2s;
	z-index: 100;
}
#pagetop::after {
	content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: 35%;
  margin: auto;
  border-style: solid;
  border-width: 0 0.9rem 1.5rem 0.9rem;
  border-color: transparent transparent #292579 transparent;
  transition: .2s;
}
.btn01 {
	text-align: center;
}
.btn01 .btn {
	display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  background-color: #313131;
  transition: all .2s;
}
.btn01 .btn::before,
.btn01 .btn::after {
  content: "";
  position: absolute;
  display: block;
}
.btn01 .btn::before {
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/shared/icon_arrow01.svg) no-repeat;
  background-size: 100%;
}
.btn01 .btn::after {
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.btn02 {
	text-align: center;
}
.btn02 .btn {
	display: block;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  background-color: #49459f;
  transition: all .2s;
}
.btn02 .btn span {
	display: inline-block;
	position: relative;
}
.btn02 .btn::after,
.btn02 .btn span::before,
.btn02 .btn span::after {
  content: "";
  position: absolute;
  display: block;
}
.btn02 .btn::after {
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.btn02 .btn span::before {
  top: 0;
  bottom: 0;
	left: 0;
  margin: auto;
  background: url(../img/shared/icon_arrow01.svg) no-repeat;
  background-size: 100%;
}
.btn02 .btn[target$="_blank"] span::after {
	top: 0;
  bottom: 0;
	right: 0;
  margin: auto;
  background: url(../img/shared/icon_blank.svg) no-repeat;
  background-size: 100%;
}
.accordion_cont {
	display: none;
}
.top_title {
  position: relative;
  text-align: center;
}
.top_title::before,
.top_title::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/shared/title_line01.png) no-repeat;
  background-size: 100%;
}
.top_title::before {
  left: 0;
}
.top_title::after {
  right: 0;
}
.top_title span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: 1;
}


/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
  #wrapper {
    min-width: 1120px;
    padding-top: 90px;
  }
	#pagetop {
		right: 100px;
		bottom: 25px;
		width: 60px;
		height: 60px;
	}
	#pagetop:hover {
		background: #292579;
	}
  #pagetop:hover::after {
    border-color: transparent transparent #fff transparent;
  }
  .slick-prev, .slick-next {
    width: 42px;
    height: 46px;
  }
  .main_slider .slick-dots {
    left: calc(50% - 555px);
  }
  .inner {
    width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: content-box;
  }
  .btn01 .btn {
    display: inline-block;
    font-size: 1.5rem;
    min-width: 180px;
    padding: 11px 30px 14px 40px;
  }
  .btn01 .btn::before {
    left: 17px;
    width: 8px;
    height: 10px;
  }
  .btn01 .btn::after {
    bottom: -3px;
  }
  .btn01 .btn:hover {
    background-color: #49459f;
  }
	.btn02 .btn {
    display: inline-block;
    font-size: 2rem;
    width: 600px;
    padding: 24px 0;
  }
	.page_jpn .btn02 .btn {
		font-size: 1.8rem;
	}
	.btn02 .btn::after {
    bottom: -3px;
  }
	.btn02 .btn span {
		padding: 0 30px;
	}
  .btn02 .btn span::before {
    width: 11px;
    height: 12px;
  }
	.btn02 .btn[target$="_blank"] span::after {
		width: 15px;
    height: 15px;
	}
	.btn02 .btn:hover {
    background-color: #313131;
  }
  .top_title {
    margin-bottom: 3rem;
  }
  .top_title span {
    font-size: 6rem;
		padding: 0 2rem;
	  margin-top: -3px;
  }
	.page_jpn .top_title span {
		font-size: 4.4rem;
	}
	.top_title::before,
	.top_title::after {
		top: 3.2rem;
		width: 33rem;
	  height: 0.4rem;
	}
	.top_news .top_title::before,
	.top_news .top_title::after {
	  width: 45rem;
	}
	.top_research .top_title::before,
	.top_research .top_title::after {
	  width: 39.5rem;
	}
	.page_jpn .top_title::before,
	.page_jpn .top_title::after {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.page_jpn .top_about .top_title::before,
	.page_jpn .top_about .top_title::after {
		width: 32rem;
	}
	.page_jpn .top_programs .top_title::before,
	.page_jpn .top_programs .top_title::after {
		width: 38rem;
	}
	.page_jpn .top_research .top_title::before,
	.page_jpn .top_research .top_title::after {
		width: 33rem;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	html {
    min-width: 300px;
    font-size: calc(100vw / 75);
	}
	body {
		max-width: 100%;
    font-size: 2.6rem;
    line-height: 1.8;
	}
  #wrapper {
    overflow-x: hidden;
  }
	#pagetop {
		right: 2.5rem;
		bottom: 17.8rem;
		width: 9rem;
		height: 9rem;
	}
	#pagetop::after {
		left: 36%;
	  border-width: 0 1.4rem 2.3rem 1.4rem;
	}
	.slick-prev, .slick-next {
    width: 3.5rem;
    height: 3.8rem;
		background-size: auto 3.8rem;
  }
	.slick-dots {
		bottom: 11.5rem;
	}
	.slick-dots li {
		width: 2rem;
    height: 2rem;
    margin: 0 1.35rem;
	}
	.main_slider .slick-dots {
    left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
  }
	.inner {
		padding: 0 2rem;
	}
	.btn01 .btn {
    display: inline-block;
    font-size: 2.6rem;
    min-width: 27rem;
    padding: 1.6rem 4rem 1.8rem 5.5rem;
  }
  .btn01 .btn::before {
    left: 2rem;
    width: 1.4rem;
    height: 1.5rem;
  }
  .btn01 .btn::after {
    bottom: -0.2rem;
  }
	.btn02 .btn {
    display: block;
    font-size: 3.2rem;
    padding: 3.2rem 0 3.2rem;
  }
	.page_jpn .btn02 .btn {
		font-size: 3rem;
	}
	.btn02 .btn::after {
    bottom: -0.2rem;
  }
	.btn02 .btn span {
		padding: 0 4.5rem 0 3.5rem;
	}
  .btn02 .btn span::before {
    width: 1.7rem;
    height: 2rem;
  }
	.btn02 .btn[target$="_blank"] span::after {
		width: 2.4rem;
    height: 2.4rem;
	}
	.top_title {
		padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
  .top_title span {
    font-size: 8rem;
  }
	.page_jpn .top_title span {
		font-size: 6rem;
	}
	.top_title::before {
		bottom: 0;
		width: 100%;
	  height: 0.4rem;
	}
	.top_title::after {
		display: none;
	}
}


/*
  = ヘッダー
-------------------------------------------------- */
.header,
.header_in {
	position: relative;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 1111;
	box-shadow: 0px 3px 3px -3px rgb(93,88,89,.3);
}
.header_menu ul li {
	position: relative;
}
.header_menu ul li a {
  display: block;
  position: relative;
	font-weight: bold;
  line-height: 1.2;
}
.header_menu > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header_menu ul li .menu_2nd li a {
	color: #fff;
	white-space: nowrap;
}
.header_menu ul li .menu_2nd li a::before {
	content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	background: url(../img/shared/icon_arrow01.svg) no-repeat;
	background-size: 100%;
}
#language .pulldown {
  text-align: center;
  cursor: pointer;
}
#language .pulldown p {
  display: inline-block;
  position: relative;
  line-height: 1;
}
#language .pulldown p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0.5rem 0 0.5rem;
  border-color: #4a459f transparent transparent transparent;
}
#language ul li a {
  display: block;
}
.header_info ul {
	display: flex;
}
.header_info ul li a {
  display: block;
	color: #fff;
  text-align: center;
	letter-spacing: 0.04em;
}
.page_en .header_info ul li a {
	font-style: italic;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.header {
		top: 0;
		left: 0;
		min-width: 1100px;
		background-color: #fff;
	}
  .header_in {
    width: 1100px;
    padding: 24px 0 18px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
	.page_jpn .header_in {
		padding: 8px 0 18px;
	}
  .header_logo .logo {
    width: 360px;
  }
  .page_jpn .header_logo .logo {
    width: 240px;
  }
  .header_menu > ul {
    display: flex;
    align-items: center;
  }
  .header_menu > ul > li > a {
    color: #1b1b1b;
    font-size: 2rem;
    padding-right: 20px;
    margin-right: 37px;
  }
  .page_jpn .header_menu > ul > li > a {
    font-size: 1.7rem;
    padding-right: 17px;
    margin-right: 33px;
  }
	.header_menu > ul > li:last-child > a {
    margin-right: 0;
  }
  .header_menu > ul > li > a::before {
    width: 12px;
    height: 12px;
  }
  .header_menu > ul > li.news > a:hover {
    color: #0081c8;
  }
  .header_menu  > ul > li.about > a:hover {
    color: #faa004;
  }
  .header_menu > ul > li.program > a:hover {
    color: #00a651;
  }
  .header_menu > ul > li.research > a:hover {
    color: #ee3651;
  }
  .header_menu > ul > li.system > a:hover {
    color: #49459f;
  }
	.header_menu > ul > li.news > a::before {
	  background: url(../img/shared/icon_menu01.svg) no-repeat;
	  background-size: 100%;
	}
	.header_menu > ul > li.about > a::before {
	  background: url(../img/shared/icon_menu02.svg) no-repeat;
	  background-size: 100%;
	}
	.header_menu > ul > li.program > a::before {
	  background: url(../img/shared/icon_menu03.svg) no-repeat;
	  background-size: 100%;
	}
	.header_menu > ul > li.research > a::before {
	  background: url(../img/shared/icon_menu04.svg) no-repeat;
	  background-size: 100%;
	}
	.header_menu > ul > li.system > a::before {
	  background: url(../img/shared/icon_menu05.svg) no-repeat;
	  background-size: 100%;
	}
	.header_menu ul li .menu_2nd {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		padding-top: 18px;
	}
	.header_menu ul li .menu_2nd li {
		background-color: rgba(73,69,159,0.9);
	}
	.header_menu ul li .menu_2nd li + li {
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	.header_menu ul li .menu_2nd li a {
		font-size: 1.5rem;
		padding: 16px 17px 16px 34px;
	}
	.header_menu ul li .menu_2nd li a::before {
		left: 17px;
    width: 8px;
    height: 10px;
	}
	.header_menu > ul > li:hover .menu_2nd {
		display: block;
	}
	.header_menu ul li .menu_2nd li a:hover {
		background-color: #1b1b1b;
	}
  #language {
    width: 121px;
    position: absolute;
    top: -1px;
    right: 0;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    z-index: 10;
  }
  #language .pulldown {
    font-size: 1.4rem;
    padding: 3px 0 5px;
  }
  #language .pulldown p {
    padding-right: 20px;
  }
  #language ul {
    display: none;
    padding-bottom: 4px;
  }
  #language ul li {
    border-top: 1px solid #eee;
  }
  #language ul li a {
    font-size: 1.4rem;
    text-align: center;
    padding: 3px 0;
  }
  #language ul li a:hover {
    color: #fff;
    background: #4a459f;
  }
  .header_info {
    position: absolute;
    top: -1px;
    right: 121px;
    z-index: 10;
  }
  .header_info ul li a {
		width: 120px;
    font-size: 1.4rem;
    padding: 4px 0 6px;
    margin-right: 3px;
  }
  .header_info ul li.clr01 a {
    background-color: #313131;
  }
  .header_info ul li.clr02 a {
    background-color: #49459f;
  }
	.header_info ul li a:hover {
		opacity: .8;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.header {
		bottom: 0;
		left: 0;
	}
	.header * {
		color: #fff;
	}
	.sp_menu,
	.header_logo{
		display: none;
	}
	.sp_menu {
		position: absolute;
		bottom: 11.8rem;
		left: 0;
		width: 100%;
		background-color: #49459f;
	}
	.header_menu > ul {
		padding-bottom: 2rem;
	}
	.header_menu > ul > li {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.header_menu > ul > li > a {
		font-size: 3.2rem;
		padding: 3.1rem 4rem;
	}
	.header_menu > ul > li > a::before {
		right: 4rem;
    width: 1.6rem;
    height: 1.7rem;
		background: url(../img/shared/icon_arrow01.svg) no-repeat;
		background-size: 100%;
  }
	.page_jpn .header_menu > ul > li.program > a::before {
		content: "+";
		right: 4rem;
    width: 2rem;
    height: 4rem;
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1;
		background: none;
  }
	.page_jpn .header_menu > ul > li.program.open > a::before {
		content: "–";
	}
	.header_menu ul li .menu_2nd {
		display: none;
		padding: 4.7rem 4rem 4.7rem 7rem;
		background-color: #403c94;
	}
	.header_menu ul li .menu_2nd li + li {
		margin-top: 3.5rem;
	}
	.header_menu ul li .menu_2nd li a {
		font-size: 2.8rem;
		padding-left: 3.4rem;
	}
	.header_menu ul li .menu_2nd li a::before {
		left: 0;
		width: 1.6rem;
    height: 1.7rem;
	}
	.header_info {
		padding: 2.5rem 4rem;
  }
	.header_info ul {
		justify-content: space-between;
	}
	.header_info ul li {
		width: 49.3%;
	}
  .header_info ul li a {
    font-size: 3.2rem;
    padding: 1rem 1.5rem 1.3rem;
		background-color: #383586;
  }
	#language-btn {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		height: 12rem;
		background-color: #313131;
		padding: 4rem 4.5rem 4rem 9rem;
	}
	.page_jpn #language-btn {
		padding-left: 7rem;
	}
	#language-btn .wpr {
		position: relative;
	}
	#language-btn .pulldown {
		position: absolute;
		top: 0;
		left: 0;
	}
  #language-btn .pulldown p {
		position: relative;
		font-size: 3.4rem;
		text-align: center;
		line-height: 1;
    padding-right: 10rem;
  }
	#language-btn .pulldown p::after {
		content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
		border-width: 0 1.6rem 2.7rem 1.6rem;
    border-color: transparent transparent #989898 transparent;
		transition: .2s;
	}
	.language-open #language-btn .pulldown p::after {
		display: none;
	}
	#language-btn .humburger {
		display: none;
		position: relative;
		width: 5rem;
		height: 4rem;
		margin-left: auto;
	}
	.language-open #language-btn .humburger {
		display: block;
	}
	.language-open #language-btn .humburger span {
		position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    width: 100%;
    height: 0.2rem;
    transition: transform .3s ease, opacity .3s ease;
	}
	.language-open #language-btn .humburger span:first-child {
		transform: rotate(225deg);
	}
	.language-open #language-btn .humburger span:last-child {
		transform: rotate(-225deg);
	}
  .language_menu {
    display: none;
		position: absolute;
		bottom: 12rem;
		left: 0;
		width: 100%;
    background-color: #313131;
  }
	.language_menu ul {
		padding: 1rem 0 2rem;
	}
	.language_menu ul li:first-child {
		border-top: 1px solid rgba(255,255,255,0.2);
	}
  .language_menu ul li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .language_menu ul li a {
		position: relative;
    font-size: 3.2rem;
    padding: 2.2rem 4rem 2.2rem 4.5rem;
  }
	.language_menu ul li a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 4rem;
    width: 1.6rem;
    height: 1.7rem;
		background: url(../img/shared/icon_arrow01.svg) no-repeat;
		background-size: 100%;
	}
	#nav-btn {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
		height: 12rem;
		background-color: #49459f;
		padding: 4rem 3rem;
	}
	#nav-btn .wpr {
		position: relative;
	}
	#nav-btn .text {
		position: absolute;
		top: 0;
		left: 7.5rem;
		font-size: 4rem;
		line-height: 1;
	}
	#nav-btn .humburger {
		position: relative;
		width: 5rem;
		height: 4rem;
		margin-left: auto;
	}
	#nav-btn .humburger span {
		position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    width: 100%;
    height: 0.2rem;
    transition: transform .3s ease, opacity .3s ease;
	}
	#nav-btn .humburger span:first-child {
		transform: translateY(-1.9rem);
	}
	#nav-btn .humburger span:last-child {
		transform: translateY(1.9rem);
	}
	.menu-open #nav-btn .humburger span:first-child {
    transform: rotate(225deg);
  }
	.menu-open #nav-btn .humburger span:nth-child(2) {
    transform: translateX(-50%);
    opacity: 0;
	}
	.menu-open #nav-btn .humburger span:last-child {
    transform: rotate(-225deg);
	}
	.sp_header {
		height: 12rem;
		padding: 2.5rem 3rem;
		background-color: #fff;
	}
	.page_jpn .sp_header {
		padding: 1.5rem 3rem;
	}
	.sp_header .logo {
		width: 48rem;
	}
	.page_jpn .sp_header .logo {
		width: 31rem;
	}
}


/*
  = メインビジュアル
-------------------------------------------------- */
.main_visual {
  position: relative;
}
.main_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_visual .text_area {
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 1.8;
  background-color: #1b1b1b;
  z-index: 2;
}
.main_visual .text_area .lead {
  font-weight: bold;
  line-height: 1.1;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .main_visual {
    height: 600px;
  }
  .main_slider .slick-slide {
    height: 600px;
  }
  .main_visual .text_area {
		bottom: -30px;
		width: 760px;
    padding: 25px 100px 30px 45px;
  }
  .main_visual .text_area .lead {
    font-size: 5rem;
    margin-bottom: 20px;
  }
	.page_jpn .main_visual .text_area .lead {
		font-size: 4rem;
	}
	.page_jpn .main_visual .text_area .text {
		font-size: 1.5rem;
	}

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.main_visual {
    height: 75rem;
  }
  .main_slider .slick-slide {
    height: 75rem;
  }
  .main_visual .text_area {
		bottom: -27rem;
		width: 97.5%;
    padding: 3.5rem 4rem;
  }
  .main_visual .text_area .lead {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
	.main_visual .text_area .text {
    font-size: 2.2rem;
  }
	.page_jpn .main_visual .text_area .lead {
		font-size: 4rem;
	}
}


/*
  = top news
-------------------------------------------------- */
.top_news {
  position: relative;
}
.news_pickup_clm .item .img_area {
  position: relative;
}
.news_pickup_clm .item .img_area .category {
  position: absolute;
  left: 0;
  top: 20.5rem;
  z-index: 2;
}
.news_pickup_clm .item .img_area .time {
  text-align: right;
}
.news_pickup_clm .item .img {
  position: relative;
  overflow: hidden;
}
.news_pickup_clm .item .img img {
  width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}
.news_pickup_clm .item .text_area p {
  color: #1b1b1b;
}
.news_pickup_clm .item .disabled .text_area {
	border-bottom: none;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .top_news {
    margin-top: 80px;
  }
  .news_pickup_clm {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 57px;
  }
  .news_pickup_clm .item {
    width: 340px;
  }
  .news_pickup_clm .item:nth-of-type(3n-1) {
    margin: 0 40px;
  }
  .news_pickup_clm .item .img_area .category {
    width: 180px;
    height: 40px;
  }
  .news_pickup_clm .item .img_area .time {
    margin-top: 5px;
  }
  .news_pickup_clm .item .img_area .category,
  .news_pickup_clm .item .img_area .time {
    font-size: 1.6rem;
  }
  .news_pickup_clm .item .img {
    width: 100%;
    height: 220px;
  }
  .news_pickup_clm .item .text_area {
    min-height: 125px;
    padding-bottom: 20px;
    margin-top: 17px;
    border-bottom: 1px solid #d2d2d2;
  }
  .news_pickup_clm .item a:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_pickup_clm .item a:hover .text_area p {
    color: #49459f;
    text-decoration: underline;
  }
  .news_pickup_clm .item a:hover .btn01 .btn {
    background-color: #49459f;
  }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.top_news {
    margin-top: 32rem;
  }
	.news_pickup_clm .item {
		margin-bottom: 4.5rem;
	}
  .news_pickup_clm .item a {
    display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
  }
	.news_pickup_clm .item a .img_area {
		width: 34rem;
	}
  .news_pickup_clm .item a .img_area .category {
    width: 17rem;
    height: 5rem;
  }
  .news_pickup_clm .item a .img_area .time {
    margin-top: 0.5rem;
  }
  .news_pickup_clm .item a .img_area .category {
		font-size: 2rem;
	}
  .news_pickup_clm .item a .img_area .time {
    font-size: 2.1rem;
  }
  .news_pickup_clm .item a .img {
    width: 100%;
    height: 22rem;
  }
  .news_pickup_clm .item a .text_area {
		width: 34rem;
  }
  .news_pickup_clm .item a .btn01 {
    width: 100%;
		margin-top: 4.5rem;
		border-top: 1px solid #d2d2d2;
  }
}


/*
  = top message
-------------------------------------------------- */
.top_message {
  position: relative;
	display: flex;
}
.top_message .text_box {
  background-color: #eee;
}
.top_message .text_box .big {
	position: relative;
	display: block;
  font-style: italic;
  line-height: 1.5;
}
.top_message .text_box .big::before,
.top_message .text_box .big::after {
	display: block;
	position: absolute;
	width: 1.5rem;
	height: 1.3rem;
	font-size: 5rem;
	font-style: normal;
	line-height: 1;
	font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.top_message .text_box .big::before {
	content: "“";
}
.top_message .text_box .big::after {
	content: "”";
}
.top_message .text_box small {
  font-weight: bold;
	color: #7d7d7d;
}
.top_message .img_box {
  position: relative;
}
.top_message .img_box .img {
  position: relative;
}
.top_message .img_box .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.top_message .img_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .top_message {
    margin-top: 107px;
  }
  .top_message .text_box {
		display: flex;
		align-items: center;
    width: 64%;
    height: 360px;
    padding-left: calc((100vw - 1100px) / 2);
  }
  .top_message .text_box .big {
    font-size: 3.2rem;
		padding-left: 25px;
    margin-bottom: 30px;
  }
	.top_message .text_box .big::before {
		top: -0.4rem;
		left: 0;
	}
	.top_message .text_box .big::after {
		bottom: 2.2rem;
	  right: -0.7rem;
	}
	.top_message .text_box .jpn {
		font-size: 1.8rem;
		padding-left: 25px;
		margin-bottom: 30px;
	}
  .top_message .text_box small {
    font-size: 1.4rem;
		padding-left: 25px;
  }
  .top_message .img_box {
    width: 36%;
  }
  .top_message .img_box .img_position {
    margin-top: -30px;
    margin-left: -30px;
  }
  .top_message .img_box .img {
    width: 100%;
    height: 360px;
  }
	.top_message .img_box .img::after {
	  top: 100%;
	  border-width: 0 3rem 3rem 0;
	  border-color: transparent #434343 transparent transparent;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.top_message {
		flex-direction: column;
    margin-top: 5rem;
  }
  .top_message .text_box {
		order: 2;
		padding: 4rem 4.5rem 6rem;
		margin-left: 2rem;
  }
  .top_message .text_box .big {
    font-size: 3.4rem;
		line-height: 1.8;
    margin-bottom: 3rem;
  }
	.top_message .text_box .big::before {
		top: 1.3rem;
    left: -2.5rem;
	}
	.top_message .text_box .big::after {
		bottom: 3rem;
    right: -0.5rem;
	}
	.page_jpn .top_message .text_box {
		padding: 4rem 3.5rem 6rem;
	}
	.top_message .text_box .jpn {
		font-size: 2.6rem;
		margin-bottom: 3rem;
	}
	.page_jpn .top_message .text_box .big {
		font-size: 3.2rem;
	}
  .top_message .text_box small {
    font-size: 2.5rem;
  }
  .top_message .img_box {
    order: 1;
		margin-left: 7rem;
  }
  .top_message .img_box .img {
    width: 100%;
  }
	.top_message .img_box .img::after {
	  bottom: 0;
		left: -5rem;
	  border-width: 0 0 5rem 5rem;
	  border-color: transparent transparent #434343 transparent;
	}
}


/*
  = top about
-------------------------------------------------- */
.about_block .tab_box {
  display: flex;
  border-top: 1px solid #d2d2d2;
}
.about_block .tab_box li {
  position: relative;
	font-weight: bold;
  background-color: #eee;
  cursor: pointer;
  transition: .2s;
}
.about_block .tab_box li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/shared/icon_menu02.svg) no-repeat;
  background-size: 100%;
}
.about_block .tab_box li.current {
  color: #fff;
  background-color: #faa004;
}
.about_block .tab_box li.current::after {
  background: url(../img/shared/icon_arrow01.svg) no-repeat;
  background-size: 100%;
  transform: rotate(90deg);
}
.about_block .tab_contents .clm02 .text_area .profile {
  font-weight: bold;
  line-height: 1.2;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .top_about {
    margin-top: 80px;
  }
  .about_block .tab_box {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .about_block .tab_box li {
    width: 340px;
    font-size: 2rem;
    text-align: center;
    padding: 8px 0 10px;
    margin: 0 10px;
  }
	.page_jpn .about_block .tab_box li {
		font-size: 1.8rem;
	}
	.page_jpn .about_block .tab_box li p {
		padding-right: 15px;
	}
  .about_block .tab_box li::after {
    width: 16px;
    height: 16px;
    right: 18px;
  }
  .about_block .tab_box li:hover {
    color: #fff;
    background-color: #faa004;
  }
  .about_block .tab_box li:not(.current):hover::after {
    color: #fff;
    background-color: #faa004;
    background: url(../img/shared/icon_plus_w.svg) no-repeat;
    background-size: 100%;
  }
  .about_block .tab_box li.current::after {
    width: 11px;
    height: 12px;
  }
  .about_block .tab_contents .clm02 {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .about_block .tab_contents .clm02 .img {
    width: 245px;
  }
	.about_block .tab_contents .faculty .clm02 .img,
	.about_block .tab_contents .history .clm02 .img {
		width: 330px;
	}
  .about_block .tab_contents .clm02 .text_area {
    width: 780px;
    padding-top: 20px;
		border-top: 1px solid #d9d9d9;
  }
	.about_block .tab_contents .faculty .clm02 .text_area,
	.about_block .tab_contents .history .clm02 .text_area {
		width: 690px;
	}
  .about_block .tab_contents .clm02 .text_area .profile {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .about_block .tab_contents .clm02 .text_area .profile .name {
    font-size: 4rem;
		margin-right: 20px;
  }
	.page_jpn .about_block .tab_contents .clm02 .text_area .profile .name {
		font-size: 3rem;
	}
  .about_block .tab_contents .clm02 .text_area .profile small {
    font-size: 2.4rem;
    line-height: 1.5;
  }
	.page_jpn .about_block .tab_contents .clm02 .text_area .profile small {
		font-size: 2rem;
	}
  .about_block .tab_contents .clm02 .text_area .text01 {
    margin-bottom: 25px;
  }
  .about_block .tab_contents .clm02 .text_area .btn01 {
    text-align: left;
  }
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.top_about {
    margin-top: 6rem;
  }
  .about_block .tab_box {
    margin-bottom: 4rem;
  }
  .about_block .tab_box li {
		display: flex;
		justify-content: center;
		align-items: center;
    width: 22rem;
    font-size: 2.8rem;
    text-align: center;
		line-height: 1.1;
    padding: 1.8rem 0 2.2rem;
    margin: 0 1rem;
  }
	.page_jpn .about_block .tab_box li {
		font-size: 2.2rem;
		line-height: 1.2;
		padding: 2.4rem 0;
	}
	.about_block .tab_box li p {
		padding-right: 2.5rem;
	}
  .about_block .tab_box li::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 2.2rem;
  }
  .about_block .tab_box li.current::after {
    width: 1.8rem;
    height: 2.1rem;
  }
  .about_block .tab_contents .clm02 .img {
    width: 30rem;
		float: left;
		margin: 0 4rem 2rem 0;
  }
	.about_block .tab_contents .clm02 .text_area {
		position: relative;
		padding-top: 2rem;
	}
  .about_block .tab_contents .clm02 .text_area .profile {
		position: relative;
		min-height: 20rem;
    padding: 5rem 0;
  }
	.about_block .tab_contents .director .clm02 .text_area .profile {
		min-height: 38rem;
    padding: 13rem 0 10rem;
	}
	.about_block .tab_contents .history .clm02 .text_area .profile {
		min-height: 24rem;
    padding: 8rem 0;
	}
	.about_block .tab_contents .clm02 .text_area::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 37rem;
		height: 1px;
		background-color: #d9d9d9;
	}
  .about_block .tab_contents .clm02 .text_area .profile .name {
    font-size: 4.3rem;
		margin-bottom: 0.5rem;
  }
	.page_jpn .about_block .tab_contents .clm02 .text_area .profile .name {
		font-size: 3.6rem;
	}
  .about_block .tab_contents .clm02 .text_area .profile small {
    font-size: 2.8rem;
    line-height: 1.5;
  }
	.page_jpn .about_block .tab_contents .clm02 .text_area .profile small {
		font-size: 2.6rem;
	}
  .about_block .tab_contents .clm02 .text_area .text01 {
    margin-bottom: 4.5rem;
  }
  .about_block .tab_contents .clm02 .text_area .btn01 {
    text-align: left;
  }
}


/*
  = top programs
-------------------------------------------------- */
.top_programs {
  position: relative;
	margin-top: 8rem;
}
.top_programs .bg_img {
  background: url(../img/top/programs_img01.jpg) center no-repeat;
  background-size: cover;
}
.programs_block {
  width: 100%;
  z-index: 1;
}
.top_programs .top_title {
	color: #fff;
}
.programs_block .accordion_clm > li .accordion_bar {
  position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
  cursor: pointer;
  transition: .2s;
}
.programs_block .accordion_clm > li .accordion_bar::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}
.programs_block .accordion_clm > li .accordion_bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/shared/icon_menu03.svg) no-repeat;
  background-size: 100%;
}
.programs_block .accordion_clm > li .accordion_bar.open {
  color: #fff;
  background-color: #00a651;
}
.programs_block .accordion_clm > li .accordion_bar.open::after {
  background: url(../img/shared/icon_arrow01.svg) no-repeat;
  background-size: 100%;
  transform: rotate(90deg);
}
.programs_block .accordion_clm > li .accordion_cont {
  background-color: #eee;
  z-index: 2;
}
.programs_block .accordion_clm > li .accordion_cont ol li {
	margin-left: 1.5rem;
	text-indent: -1.5rem;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .top_programs .bg_img {
    height: 720px;
  }
	.programs_block {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  background-color: rgba(0,0,0,0.5);
		padding: 40px 0 110px;
	}
  .programs_block .text01 {
		color: #fff;
    margin-bottom: 25px;
  }
  .programs_block .accordion_clm {
		position: relative;
		padding: 0 10px;
  }
  .programs_block .accordion_clm > li {
		position: absolute;
		top: 0;
    width: 340px;
  }
	.programs_block .accordion_clm > li:nth-child(1) {
		left: 20px;
	}
	.programs_block .accordion_clm > li:nth-child(2) {
		left: 50%;
		transform: translateX(-50%);
	}
	.programs_block .accordion_clm > li:nth-child(3) {
		right: 20px;
	}
  .programs_block .accordion_clm > li .accordion_bar {
    height: 65px;
    font-size: 2rem;
		line-height: 1.3;
		background-color: #fff;
  }
	.programs_block .accordion_clm > li .accordion_bar.row2 {
		font-size: 1.8rem;
	}
  .programs_block .accordion_clm > li .accordion_bar::after {
    width: 14px;
    height: 14px;
    right: 18px;
  }
  .programs_block .accordion_clm > li .accordion_bar.open::after {
    width: 11px;
    height: 12px;
  }
	.programs_block .accordion_clm > li .accordion_bar p {
		padding-right: 15px;
	}
  .programs_block .accordion_clm > li .accordion_cont {
    padding: 17px 20px 30px;
  }
  .programs_block .accordion_clm > li .accordion_cont .text,
	.programs_block .accordion_clm > li .accordion_cont ol {
		font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .programs_block .accordion_clm > li .accordion_bar:hover {
    color: #fff;
    background-color: #00a651;
  }
  .programs_block .accordion_clm > li .accordion_bar:not(.open):hover::after {
    background: url(../img/shared/icon_plus_w.svg) no-repeat;
    background-size: 100%;
  }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .top_programs .bg_img {
		position: relative;
    height: 72rem;
  }
	.top_programs .bg_img::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
	  left: 0;
	  background-color: rgba(0,0,0,0.5);
		width: 100%;
		height: 18rem;
		z-index: 1;
	}
	.programs_block .top_title {
		position: absolute;
		top: 57rem;
	  left: 0;
		width: 95%;
		margin: 0 2rem;
		z-index: 2;
	}
	.page_jpn .programs_block .top_title {
		top: 58.5rem;
	}
  .programs_block {
    padding-top: 3rem;
  }
  .programs_block .accordion_clm > li {
    width: 100%;
  }
	.programs_block .accordion_clm > li + li {
		margin-top: 3.3rem;
	}
  .programs_block .accordion_clm > li .accordion_bar {
		height: 12.4rem;
    font-size: 3.6rem;
		line-height: 1.3;
    text-align: center;
    /* padding: 3rem 0; */
		background-color: #eee;
  }
	.programs_block .accordion_clm > li .accordion_bar.row2 {
		font-size: 3rem;
	}
	.programs_block .accordion_clm > li .accordion_bar::before {
		background-color: #eee;
	}
  .programs_block .accordion_clm > li .accordion_bar::after {
    width: 2.4rem;
    height: 2.4rem;
    right: 3rem;
  }
  .programs_block .accordion_clm > li .accordion_bar.open::after {
    width: 1.8rem;
    height: 2.1rem;
  }
	.programs_block .accordion_clm > li .accordion_bar p {
		padding-right: 3rem;
	}
  .programs_block .accordion_clm > li .accordion_cont {
    padding: 3rem 3rem 6rem;
  }
  .programs_block .accordion_clm > li .accordion_cont .text,
	.programs_block .accordion_clm > li .accordion_cont ol {
    margin-bottom: 5rem;
  }
}


/*
  = top research
-------------------------------------------------- */
.top_research {
  position: relative;
	margin-top: 8rem
}
.research_clm .item {
  position: relative;
}
.research_clm .item::before {
  content: "";
  display: block;
  position: absolute;
}
.research_clm .item.work::before {
  background: url(../img/top/research_work.svg) no-repeat;
  background-size: 100%;
}
.research_clm .item.meeting::before {
  background: url(../img/top/research_meeting.svg) no-repeat;
  background-size: 100%;
}
.research_clm .item.pub::before {
  background: url(../img/top/research_pub.svg) no-repeat;
  background-size: 100%;
}
.research_clm .item.world::before {
  background: url(../img/top/research_world.svg) no-repeat;
  background-size: 100%;
}
.research_clm .item.grants::before {
  background: url(../img/top/research_grants.svg) no-repeat;
  background-size: 100%;
}
.research_clm .item h3 {
  font-weight: bold;
  line-height: 1.2;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .top_research .text01 {
    margin-bottom: 40px;
  }
  .top_research .img {
    margin-bottom: 34px;
  }
  .research_clm {
		display: flex;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .research_clm .item {
		text-align: center;
		width: calc(100% / 3);
    padding: 95px 10px 15px;
  }
  .research_clm .item + .item {
    border-left: 1px solid #ddd;
  }
	.research_clm .item::before {
	  right: 0;
	  left: 0;
	  top: 0.4rem;
	  margin: auto;
	}
  .research_clm .item.work::before {
    width: 59px;
    height: 67px;
  }
	.research_clm .item.meeting::before {
		width: 60px;
    height: 62px;
	}
  .research_clm .item.pub::before {
    width: 74px;
    height: 60px;
  }
	.research_clm .item.world::before {
    width: 74px;
    height: 74px;
  }
  .research_clm .item.grants::before {
    width: 54px;
    height: 70px;
  }
  .research_clm .item h3 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .top_research .text01 {
    margin-bottom: 4.5rem;
  }
  .top_research .img {
    margin-bottom: 6rem;
  }
	.research_clm {
		border-top: 1px solid #ddd;
  }
  .research_clm .item {
    padding: 3.5rem 3rem 3.5rem 20rem;
		border-bottom: 1px solid #ddd;
  }
	.research_clm .item::before {
		top: 0;
		bottom: 0;
		margin: auto;
	}
  .research_clm .item.work::before {
		left: 3.5rem;
    width: 10rem;
    height: 11.3rem;
  }
	.research_clm .item.meeting::before {
		left: 3.5rem;
    width: 10rem;
    height: 10.2rem;
	}
  .research_clm .item.pub::before {
		left: 2.4rem;
		width: 11.5rem;
    height: 9.5rem;
  }
	.research_clm .item.world::before {
		left: 2.4rem;
		width: 11.5rem;
    height: 11.5rem;
  }
  .research_clm .item.grants::before {
		left: 2.7rem;
    width: 9.6rem;
    height: 12.5rem;
  }
  .research_clm .item h3 {
    font-size: 4rem;
    margin-bottom: 2.5rem;
  }
	.research_clm .item .btn01 {
		text-align: left;
	}
}


/*
  = school_profile
-------------------------------------------------- */
.school_profile {
	margin-top: 8rem;
}
.page_jpn .school_profile {
	font-family: acumin-pro, sans-serif;
}
.school_profile .clm03 li {
	color: #fff;
}
.school_profile .clm03 li span {
  display: block;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 200;
}
.school_profile .clm03 li span small {
  display: inline-block;
}
.school_profile .clm03 li .en,
.school_profile .clm03 li .jpn {
  font-weight: bold;
}
.school_profile .clm03 li .jpn {
	font-family: source-han-sans-japanese, "源ノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",メイリオ, Meiryo, sans-serif;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.school_profile {
		background: url(../img/top/school_profile_bg.jpg) center no-repeat;
		background-size: cover;
	}
  .school_profile .clm03 {
    display: flex;
  }
  .school_profile .clm03 li {
		text-align: center;
    width: calc(100% / 3);
    padding: 90px 0 80px;
    border-left: 1px solid rgba(255,255,255,0.3);
  }
  .school_profile .clm03 li:last-child {
    border-right: 1px solid rgba(255,255,255,0.3);
  }
  .school_profile .clm03 li .number {
    font-size: 22.8rem;
    margin-bottom: 15px;
  }
  .school_profile .clm03 li span small {
    font-size: 11.4rem;
  }
  .school_profile .clm03 li .en {
    font-size: 3.4rem;
  }
	.school_profile .clm03 li .jpn {
		font-size: 2.4rem;
	}

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.school_profile {
		background: url(../img/top/school_profile_bg_sp.jpg) center no-repeat;
		background-size: cover;
	}
	.school_profile .inner {
		padding: 0;
	}
  .school_profile .clm03 li {
		display: flex;
		align-items: center;
    padding: 1.5rem 5rem 2.5rem;
  }
	.school_profile .clm03 li + li {
		border-top: 1px solid rgba(255,255,255,0.3);
	}
  .school_profile .clm03 li .number {
    font-size: 17rem;
    margin-right: 5.5rem;
  }
  .school_profile .clm03 li span small {
    font-size: 7rem;
  }
  .school_profile .clm03 li .en {
    font-size: 5rem;
		margin-top: 1.5rem;
  }
	.school_profile .clm03 li .jpn {
		font-size: 3.3rem;
		margin-top: 1.7rem;
	}
	.school_profile .clm03 li:nth-child(even) .number {
		order: 2;
		margin-left: 5.5rem;
		margin-right: 0;
	}
	.school_profile .clm03 li:nth-child(even) .en {
		order: 1;
	}
}


/*
  = footer
-------------------------------------------------- */
.footer {
  position: relative;
}
.footer_contents * {
  color: #fff;
}
.footer_contents {
  background-color: #1b1b1b;
}
.footer_contents .footer_clm02 .access .name {
  font-weight: bold;
  line-height: 1.2;
}
.footer_contents .footer_clm02 .access .hours {
	display: flex;
	align-items: center;
}
.footer_contents .footer_clm02 .access .hours .box {
  text-align: center;
	letter-spacing: 0.04em;
  background-color: #49459f;
}
.footer_contents .footer_clm02 .menu ul li a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
}
.footer_link {
	background-color: #434343;
}
.footer_link ul {
	display: flex;
	flex-wrap: wrap;
}
.footer_link ul li a {
	display: block;
  position: relative;
  color: #fff;
	line-height: 1.2;
}
.footer_contents .footer_clm02 .menu ul li a::before,
.footer_link ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/shared/icon_arrow01.svg) no-repeat;
  background-size: 100%;
}
.copyright {
  color: #535353;
  text-align: center;
  font-style: italic;
  font-family: 'times-new-roman', serif;
  background: #fff;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .footer_inner {
    width: 1100px;
    padding: 0 10px;
    margin: 0  auto;
    box-sizing: content-box;
  }
  .footer_contents {
    padding: 40px 0 50px;
  }
  .footer_contents .footer_clm02 {
    display: flex;
  }
  .footer_contents .footer_clm02 .access {
    width: 660px;
  }
  .footer_contents .footer_clm02 .access .name {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
	.page_jpn .footer_contents .footer_clm02 .access .name {
		font-size: 2.4rem;
	}
  .footer_contents .footer_clm02 .access .text {
    font-size: 1.6rem;
    line-height: 1.9;
    margin-bottom: 20px;
  }
  .footer_contents .footer_clm02 .access .hours .box {
		font-size: 1.4rem;
    padding: 8px 13px 10px;
    margin-right: 15px;
  }
  .footer_contents .footer_clm02 .access .hours .info {
    font-size: 1.4rem;
		white-space: nowrap;
  }
  .footer_contents .footer_clm02 .menu {
    width: calc(100% - 660px);
    padding: 0 30px;
  }
  .footer_contents .footer_clm02 .menu ul li {
    margin-bottom: 20px;
  }
  .footer_contents .footer_clm02 .menu ul li a {
    font-size: 2.2rem;
    padding-left: 20px;
  }
	.page_jpn .footer_contents .footer_clm02 .menu ul li a {
		font-size: 1.8rem;
	}
  .footer_contents .footer_clm02 .menu ul li.news a:hover {
    color: #0081c8;
  }
  .footer_contents .footer_clm02 .menu ul li.about a:hover {
    color: #faa004;
  }
  .footer_contents .footer_clm02 .menu ul li.program a:hover {
    color: #00a651;
  }
	.footer_contents .footer_clm02 .menu ul li.system a:hover {
    color: #49459f;
  }
  .footer_contents .footer_clm02 .menu ul li.research a:hover {
    color: #ee334e;
  }
	.footer_link {
		padding: 15px 0 17px;
	}
	.footer_link ul li a {
		font-size: 1.5rem;
		padding-left: 15px;
		margin-right: 30px;
	}
	.footer_link ul li a:hover {
		text-decoration: underline;
	}
  .copyright {
    font-size: 2rem;
    padding: 14px 0;
  }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.footer {
		margin-bottom: 12rem;
	}
	.footer_inner {
    padding: 0 5rem;
  }
  .footer_contents {
    padding: 5rem 0 6rem;
  }
  .footer_contents .footer_clm02 .access {
		margin-bottom: 5.5rem;
  }
  .footer_contents .footer_clm02 .access .name {
    font-size: 5rem;
    margin-bottom: 3rem;
  }
	.page_jpn .footer_contents .footer_clm02 .access .name {
		font-size: 4rem;
	}
  .footer_contents .footer_clm02 .access .text {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
  .footer_contents .footer_clm02 .access .hours .box {
		font-size: 2.4rem;
		line-height: 1.2;
    padding: 2rem;
    margin-right: 2.5rem;
  }
  .footer_contents .footer_clm02 .access .hours .info {
		width: calc(100% - 19.5rem);
    font-size: 2.4rem;
		line-height: 1.7;
  }
	.page_jpn .footer_contents .footer_clm02 .access .hours .info {
		width: calc(100% - 17.5rem);
	}
  .footer_contents .footer_clm02 .menu ul li + li {
    margin-top: 4rem;
  }
  .footer_contents .footer_clm02 .menu ul li a {
    font-size: 3.2rem;
    padding-left: 3rem;
  }
	.footer_link {
		padding: 3.5rem 0 0.7rem;
	}
	.footer_link ul li {
		width: 50%;
		padding-right: 2rem;
	}
	.footer_link ul li a {
		font-size: 2.6rem;
		padding-left: 3.2rem;
		margin-bottom: 3.8rem;
	}
	.footer_contents .footer_clm02 .menu ul li a::before,
	.footer_link ul li a::before {
		width: 1.6rem;
		height: 1.7rem;
	}
  .copyright {
    font-size: 2.6rem;
    padding: 2rem 0 3.3rem;
  }
}


/* --------------------------------------------------------

  = News 共通

----------------------------------------------------------- */
.news_list {
  background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 0.2rem, transparent 0.2rem, transparent 0.4rem);
  background-size: 0.4rem 1px;
  background-position: left top;
  background-repeat: repeat-x;
	margin-bottom: 4rem;
}
.news_list li {
  background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 0.2rem, transparent 0.2rem, transparent 0.4rem);
  background-size: 0.4rem 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.news_list li a {
  display: block;
  color: #1b1b1b;
}
.category {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.category.events {
  background-color: #0081c8;
}
.category.news {
  background-color: #faa004;
}
.category.essays {
  background-color: #00a651;
}
.category.other {
  background-color: #707070;
}
.time {
  display: block;
  color: #626262;
}
.page_en .time {
	font-family: acumin-pro, sans-serif;
  font-style: italic;
}
.page_news .block {
	padding-bottom: 5.5rem;
	margin-bottom: 3.5rem;
	background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 0.2rem, transparent 0.2rem, transparent 0.2rem);
  background-size: 0.4rem 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.news_title {
	position: relative;
	font-weight: bold;
  line-height: 1.3;
  padding: 0 0 1.7rem 0.5rem;
  margin-bottom: 1.5rem;
}
.news_title::before {
	content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(../img/shared/title_line01.png) no-repeat;
  background-size: 100%;
}
.time_category {
	text-align: right;
	color: #626262;
	line-height: 1.2;
	margin-bottom: 1.8rem;
}
.page_en .time_category {
	font-style: italic;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.page_jpn .time {
		font-size: 1.5rem;
	}
  .news_list li a {
    display: flex;
    align-items: center;
    padding: 16px 7px;
  }
  .news_list li a .time {
    width: 157px;
  }
  .news_list li a .category {
    width: 120px;
    height: 25px;
    font-size: 1.4rem;
    padding-bottom: 2px;
    margin-right: 20px;
  }
	.news_list li a .title {
		width: calc(100% - 210px);
	}
  .news_list li a:hover .title {
    color: #49459f;
    text-decoration: underline;
  }
	.news_title {
		font-size: 2.8rem;
	}
	.time_category {
		font-size: 1.6rem;
	}
	.page_news .clm02 {
		display: flex;
		justify-content: space-between;
	}
	.page_news .clm02 .item {
		width: 48.5%;
	}
	.page_news a:hover img {
		opacity: .8;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.news_list li a {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0 2rem;
  }
  .news_list li a .time {
		width: 17.5rem;
		font-size: 2.1rem;
  }
  .news_list li a .category {
    width: 17rem;
    height: 4rem;
    font-size: 2rem;
    padding-bottom: 2px;
    margin-right: 20px;
  }
	.news_list li a .title {
		width: 100%;
		margin-top: 1.5rem;
	}
	.news_title {
		font-size: 4.6rem;
		margin-bottom: 2rem;
	}
	.page_jpn .news_title {
		font-size: 3.8rem;
	}
 	.page_news .clm02 .item + .item {
		margin-top: 4rem;
	}
	.page_news .clm02 .item .img {
		text-align: center;
	}
}



/* --------------------------------------------------------

  = 下層ページ

----------------------------------------------------------- */
#contents_wpr {
  position: relative;
  letter-spacing: 0.04em;
}
#container {
  position: relative;
}
#news_container {
	position: relative;
	padding: 2rem 0 10rem;
}
.page_title {
	position: relative;
}
.page_title .heading01 {
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #000;
  z-index: 2;
}
.page_title .heading01 .title {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
	letter-spacing: 0.04em;
}
.page_title .heading01 .title span {
  display: block;
  font-weight: normal;
}
.page_jpn .page_title .heading01 .title {
	font-weight: normal;
}
.main_heading {
  text-align: center;
}
.side {
  position: relative;
  background-color: #f6f6f6;
}
.references {
  color: #535353;
  font-style: italic;
  line-height: 1.8;
}
.references .refe_ttl {
  position: relative;
}
.references .refe_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  z-index: -1;
}
.references .refe_ttl span {
  display: inline-block;
  background-color: #fff;
  padding-right: 0.5rem;
}


/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  #contents_wpr {
    width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: content-box;
  }
  #container {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
  }
  #container .main {
    width: 800px;
    order: 2;
    padding-bottom: 105px;
  }
  #container .side {
    width: 240px;
    order: 1;
  }
  .page_title {
    width: 100%;
    height: 350px;
  }
  .page_about .page_title {
    background: url(../img/common/page_title_about.jpg) no-repeat;
    background-size: cover;
  }
  .page_program .page_title {
    background: url(../img/common/page_title_program.jpg) no-repeat;
    background-size: cover;
  }
  .page_research .page_title {
    background: url(../img/common/page_title_research.jpg) no-repeat;
    background-size: cover;
  }
	.page_support .page_title {
    background: url(../img/common/page_title_support.jpg) no-repeat;
    background-size: cover;
  }
	.page_news .page_title {
    background: url(../img/common/page_title_news.jpg) no-repeat;
    background-size: cover;
  }
  .page_title .heading01 {
    left: 0;
    bottom: 0;
    min-width: 600px;
    height: 160px;
    padding: 35px 95px 30px calc(50% - 555px);
  }
  .page_title .heading01 .title {
    font-size: 3.4rem;
  }
  .page_title .heading01 .title span {
    font-size: 2.2rem;
    margin-top: 15px;
  }
  .main_heading {
    margin-top: 30px;
  }
  .side .sticky {
    position: sticky;
    top: 90px;
  }
  .side::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 1000%;
    height: 100%;
    background-color: #f6f6f6;
    z-index: -1;
  }
  .side .side_title {
    font-size: 2.4rem;
    padding: 5px 0 7px;
  }
  .side ul {
    padding: 22px 10px;
  }
	.side .side_title {
	  color: #fff;
	  font-weight: bold;
	  text-align: center;
	  background-color: #49459f;
	}
	.side ul li a {
	  display: block;
	  position: relative;
	  color: #1b1b1b;
		font-size: 1.6rem;
    padding-left: 18px;
    margin-bottom: 13px;
	  line-height: 1.88;
	  letter-spacing: 0;
	}
	.side ul li a::before {
	  content: "";
	  display: block;
	  position: absolute;
	  left: 0;
		top: 11px;
    width: 9px;
    height: 10px;
	  background: url(../img/shared/icon_arrow_side.png) no-repeat;
	  background-size: 100%;
	}
	.side ul li a:hover {
		color: #49459f;
		text-decoration: underline;
	}
	.side .menu_2nd ul {
		background-color: #fff;
		border: 0.5rem solid #edecfa;
		outline: 1px solid #d3d2e9;
	  outline-offset: -0.5rem;
		padding: 1.5rem 1.8rem;
		margin-right: 2rem;
	}
	.side .menu_2nd ul li a {
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.side .menu_2nd ul li a::before {
		top: 0;
		bottom: 0;
		margin: auto;
		background: url(../img/shared/icon_arrow_side02.png) no-repeat;
	  background-size: 100%;
	}
  .block + .block {
    margin-top: 90px;
  }
  .references {
    font-size: 1.4rem;
  }

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	#contents_wpr {
		padding: 0 2rem;
	}
	#container {
		padding-bottom: 13.5rem;
		margin-top: 4rem;
	}
	.page_title {
    width: 100%;
    height: 35rem;
  }
  .page_about .page_title {
    background: url(../img/common/page_title_about_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .page_program .page_title {
    background: url(../img/common/page_title_program_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .page_research .page_title {
    background: url(../img/common/page_title_research_sp.jpg) center no-repeat;
    background-size: cover;
  }
	.page_support .page_title {
    background: url(../img/common/page_title_support.jpg) center no-repeat;
    background-size: cover;
  }
	.page_news .page_title {
    background: url(../img/common/page_title_news.jpg) center no-repeat;
    background-size: cover;
  }
  .page_title .heading01 {
    left: 0;
    bottom: 0;
		min-width: 50rem;
		height: 15rem;
    padding: 2rem 5rem 3rem 3.5rem;
  }
  .page_title .heading01 .title {
    font-size: 5rem;
  }
	.page_jpn .page_title .heading01 .title {
    font-size: 4.4rem;
  }
  .page_title .heading01 .title span {
    font-size: 2.2rem;
    margin-top: 1.4rem;
  }
  .main_heading {
    margin-top: 4rem;
  }
	.side {
		display: none;
	}
  .block + .block {
    margin-top: 6.5rem;
  }
  .references {
    font-size: 2.4rem;
  }
	.references .refe_ttl span {
		padding-right: 1rem;
	}
}


/*
  = bread
-------------------------------------------------- */
.bread {
	text-align: right;
}
.bread li {
  display: inline-block;
}
.bread li a {
	display: block;
	position: relative;
}
.bread li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.3rem;
  bottom: 0;
  margin: auto;
  background: url(../img/shared/icon_arrow_bread.png) no-repeat;
  background-size: 100%;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bread {
		max-width: 1100px;
    margin: 12px auto;
	}
	.bread li {
		font-size: 1.4rem;
	}
	.bread li a {
		font-size: 1.4rem;
		padding-right: 17px;
    margin-right: 6px;
	}
	.bread li a:hover {
		text-decoration: underline;
	}
	.bread li a::after {
		width: 9px;
		height: 10px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bread {
    margin: 1rem 0;
  }
  .bread li {
    font-size: 2.2rem;
  }
  .bread li a {
    padding-right: 3rem;
    margin-right: 0.5rem;
  }
	.bread li a::after {
		width: 1.5rem;
		height: 1.7rem;
	}
}


/* = margin
----------------------------------------------- */

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .mb10 {
		margin-bottom: 10px !important;
	}
	.mb20 {
		margin-bottom: 20px !important;
	}
	.mb30 {
		margin-bottom: 30px !important;
	}
	.mb40 {
		margin-bottom: 40px !important;
	}
	.mb50 {
		margin-bottom: 50px !important;
	}
	.mb60 {
		margin-bottom: 60px !important;
	}
	.mb70 {
		margin-bottom: 70px !important;
	}
	.mb80 {
		margin-bottom: 80px !important;
	}
	.mb90 {
		margin-bottom: 90px !important;
	}
	.mb100 {
		margin-bottom: 100px !important;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .mb10 {
		margin-bottom: 1rem !important;
	}
	.mb20 {
		margin-bottom: 2rem !important;
	}
	.mb30 {
		margin-bottom: 3rem !important;
	}
	.mb40 {
		margin-bottom: 4rem !important;
	}
	.mb50 {
		margin-bottom: 5rem !important;
	}
	.mb60 {
		margin-bottom: 6rem !important;
	}
	.mb70 {
		margin-bottom: 7rem !important;
	}
	.mb80 {
		margin-bottom: 8rem !important;
	}
	.mb90 {
		margin-bottom: 9rem !important;
	}
	.mb100 {
		margin-bottom: 10rem !important;
	}
}


/* = 見出し
----------------------------------------------- */
/* h2 */
.heading02 {
  position: relative;
  text-align: center;
	margin-bottom: 6rem;
}
.heading02 span {
	display: inline-block;
	position: relative;
  font-weight: bold;
	text-align: center;
	padding: 0 4.5rem;
	line-height: 1.3;
}
.heading02 span::before,
.heading02 span::after {
  content: "";
  position: absolute;
	display: block;
  top: 0.5rem;
	width: 2.3rem;
	height: 2.3rem;
  color: #49459f;
}
.heading02 span::before {
  left: 0;
  background: url(../img/shared/icon_heading02-1.png) no-repeat;
  background-size: 100%;
}
.heading02 span::after {
	right: 0;
  background: url(../img/shared/icon_heading02-2.png) no-repeat;
  background-size: 100%;
}
/* h3 */
.heading03 {
  position: relative;
  font-weight: bold;
  line-height: 1.3;
	padding-top: 2.7rem;
	margin-bottom: 2.5rem;
}
.heading03::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
  height: 0.4rem;
  background: url(../img/shared/title_line01.png) no-repeat;
  background-size: 100%;
}
/* h4 */
.heading04 {
	position: relative;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 1rem;
	margin-bottom: 3rem;
}
.heading04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
	width: 2.2rem;
  height: 0.4rem;
  background-color: #49459f;
}
/* h5 */
.heading05 {
  position: relative;
  font-weight: bold;
  line-height: 1.65;
	padding-left: 2.7rem;
	margin-bottom: 1.5rem;
}
.heading05::before {
  content: "◆";
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: #49459f;
	font-size: 85%;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .heading02 {
    font-size: 3.6rem;
  }
  .heading03 {
    font-size: 2.8rem;
  }
  .heading04 {
    font-size: 2.6rem;
  }
  .heading05 {
    font-size: 1.8rem;
  }
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .heading02 {
    font-size: 4.6rem;
		margin-bottom: 4rem;
  }
	.page_jpn .heading02 {
		font-size: 4rem;
	}
	.heading02::before,
	.heading02::after {
		top: 1rem;
		width: 2.2rem;
		height: 1.8rem;
	}
	.heading02 span {
		padding: 0 4.5rem;
	}
  .heading03 {
    font-size: 4.6rem;
		padding-top: 2.5rem;
		margin-bottom: 3.5rem;
  }
	.page_jpn .heading03 {
		font-size: 3.8rem;
	}
	.heading03::before {
		width: 100%;
		height: 0.4rem;
	}
  .heading04 {
    font-size: 3.8rem;
		padding-bottom: 1.5rem;
		margin-bottom: 4rem;
  }
	.page_jpn .heading04 {
    font-size: 3.4rem;
  }
	.heading04::before {
		width: 3.2rem;
    height: 0.6rem;
	}
  .heading05 {
    font-size: 2.8rem;
		padding-left: 4rem;
		margin-bottom: 2.5rem;
  }
}


/* = text
----------------------------------------------- */
.text01 {
	letter-spacing: 0.02em;
}
.text01 .fl {
	float: left;
}
.text01 strong {
	font-weight: bold;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.normal {
	font-style: normal;
}
.italic {
	font-style: italic;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .text01 {
		font-size: 1.6rem;
		line-height: 1.88;
	}
	.text01 .inline {
		display: inline !important;
	}
	.text01 a:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .text01 {
		font-size: 2.6rem;
    line-height: 1.9;
	}
}

/* = note
----------------------------------------------- */
.note01 {
	color: #313131;
	line-height: 1.75;
}
.note01 li+li {
	margin-top: 1rem;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .note01 {
		font-size: 1.4rem;
	}
	.note01 li {
		margin-left: 1rem;
		text-indent: -1.8rem;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .note01 {
		font-size: 2.2rem;
	}
	.note01 li {
		margin-left: 3rem;
		text-indent: -3rem;
	}
}


/* = img
----------------------------------------------- */
.img_clm01 .item img {
	max-width: 100%;
}
.img_clm02,
.img_clm03,
.img_clm04 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_clm02 .item {
	width: 48%;
	margin-bottom: 3rem;
}
.img_clm03 .item {
	width: 30.91%;
	margin-bottom: 3rem;
}
.img_clm04 .item {
	width: 23.19%;
}
.caption01 {
	color: #898989;
	line-height: 1.6;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .img_clm02 .item img,
	.img_clm03 .item img,
	.img_clm04 .item img {
		max-width: 100%;
	}
	.caption01 {
		margin: 1rem 0 0;
		font-size: 1.6rem;
	}
	.img_left {
		float: left;
		width: 24.5rem;
		margin: 0 25px 25px 0;
	}
	.img_right {
		float: right;
		width: 24.5rem;
		margin: 0 0 25px 25px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.caption01 {
		margin: 1rem 0 0;
    font-size: 2rem;
		line-height: 1.5;
	}
	.img_clm04 .item {
		width:48%;
		margin-bottom: 2rem;
	}
	.img_left,
	.img_right {
		margin: 0 auto 5rem;
	}
}


/* = box
----------------------------------------------- */
.box01 {
	position: relative;
	background: #f6f5fc;
  outline: 1px solid #d3d2e9;
  outline-offset: -0.5rem;
  padding: 2rem 2.5rem;
}
.box02 {
	position: relative;
	background: #f2faee;
  outline: 1px solid #cae5ca;
  outline-offset: -0.5rem;
  padding: 2rem 2.5rem;
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .box01,
	.box02 {
		padding: 2.5rem 2.5rem 3.5rem;
	}
}


/* = list
----------------------------------------------- */
.list01 li {
	position: relative;
	padding-left: 1.8rem;
	margin-bottom: 1rem;
	line-height: 1.88;
}
.list01 li::before {
	content: "";
	display: block;
	position: absolute;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #a4a2cf;
	border-radius: 50%;
}
.list01 li a {
	position: relative;
}
.list01 li a::after {
	content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
	margin-left: 1rem;
}
.list01 li a.pdf::after {
	background: url(../img/shared/icon_pdf.png) no-repeat;
  background-size: 100%;
}
.list01 li a.blank::after {
	background: url(../img/shared/icon_blank02.svg) no-repeat;
  background-size: 100%;
}

ol li {
	margin-left: 2rem;
	margin-bottom: 1rem;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.list01 li::before {
    top: 1.15rem;
	}
	.list01 li a.pdf::after {
		width: 1.7rem;
    height: 2.4rem;
	}
	.list01 li a.blank::after {
		width: 1.4rem;
    height: 1.4rem;
	}
	.list01 li a:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .list01 {
		font-size: 2.6rem;
		line-height: 1.9;
	}
	.list01 li {
		padding-left: 2.5rem;
		margin-bottom: 1.5rem;
	}
	.list01 li::before {
		top: 1.9rem;
		width: 1.2rem;
	  height: 1.2rem;
	}
	.list01 li a.pdf::after {
		width: 2.4rem;
    height: 3.5rem;
	}
	.list01 li a.blank::after {
		width: 2.2rem;
    height: 2.2rem;
	}

	ol li {
		margin-left: 3.5rem;
	}
}


/* = line
----------------------------------------------- */
.line01 {
	position: relative;
}
.line01::before,
.line01::after {
	content: "";
  display: block;
  position: absolute;
}
.line01::before {
	top: 0;
  left: 0;
  width: 11rem;
  height: 0.5rem;
  background-color: #cecae8;
}
.line01::after {
	top: 0;
  right: 0;
  width: calc(100% - 12rem);
  height: 1px;
  background-image: linear-gradient(to right, #bcbaea, #bcbaea 0.2rem, transparent 0.2rem, transparent 0.4rem);
  background-size: 0.4rem 1px;
  background-position: left bottom;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.line01::before {
		width: 13rem;
	}
	.line01::after {
	  width: calc(100% - 14rem);
	}
}


/* = table
----------------------------------------------- */
.table01,
.table01 thead tr th,
.table01 tbody tr th,
.table01 tbody tr td {
  border: 1px solid #d2d2d2;
}
.table01 {
  width: 100%;
  border-collapse: collapse;
	table-layout: fixed;
}
.table01 thead tr th {
	font-weight: bold;
  text-align: center;
}
/* color */
.table01 thead tr th {
	color: #fff;
  background: #535353;
}
.table01 tbody tr th {
	color: #49459f;
  background: #f6f5fc;
}
.table01 tbody tr td {
	background: #fff;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .table01 thead tr th,
	.table01 tbody tr th,
  .table01 tbody tr td {
		font-size: 1.6rem;
    padding: 1.2rem 2.5rem;
    line-height: 1.65;
  }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.table01 thead tr th,
  .table01 tbody tr th,
  .table01 tbody tr td {
		font-size: 2.4rem;
    padding: 1.5rem 1.3rem;
		line-height: 1.3;
  }
}


/*
  = text_link01
-------------------------------------------------- */
.text_link01 a {
	position: relative;
	display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #313131;
}
.text_link01 a::before,
.text_link01 a::after {
	content: "";
  position: absolute;
  display: block;
}
.text_link01 a::before {
	left: 0;
	bottom: -0.3rem;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.text_link01 a::after {
	top: 0;
  bottom: 0;
  right: 2.5rem;
  margin: auto;
  width: 1.3rem;
  height: 1.5rem;
  background: url(../img/shared/icon_arrow01.svg) no-repeat;
  background-size: 100%;
}
.text_link01 a span {
	position: relative;
}
.text_link01 a span::after {
	content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
	margin-left: 1rem;
}
.text_link01 a.pdf span::after {
	background: url(../img/shared/icon_pdf.png) no-repeat;
  background-size: 100%;
}
.text_link01 a.blank span::after {
	background: url(../img/shared/icon_blank02.svg) no-repeat;
  background-size: 100%;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.text_link01.clm02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.text_link01 li {
		width: 530px;
		margin-bottom: 20px;
	}
	.text_link01 a {
		font-size: 2.2rem;
		padding: 17px 0 19px;
	}
	.page_jpn .text_link01 a {
		font-size: 1.9rem;
	}
	.text_link01 a.pdf span::after {
		width: 1.7rem;
    height: 2.4rem;
	}
	.text_link01 a.blank span::after {
		width: 1.4rem;
    height: 1.4rem;
	}
	.text_link01 a:hover {
		background-color: #49459f;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.text_link01 li {
		margin-bottom: 2rem;
	}
	.text_link01 a{
		padding: 2.5rem 0 3rem;
    margin: 0 2rem;
    font-size: 3.2rem;
	}
	.page_jpn .text_link01 a {
		font-size: 2.8rem;
	}
	.text_link01 a::after {
		right: 3rem;
    width: 1.8rem;
    height: 1.9rem;
	}
	.text_link01 a.pdf span::after {
		width: 2.4rem;
    height: 3.5rem;
	}
	.text_link01 a.blank span::after {
		width: 2.2rem;
    height: 2.2rem;
	}
}


/*
  = page_about
-------------------------------------------------- */
.page_about .name {
  font-weight: bold;
}
.page_about .member_list {
  background-image: linear-gradient(to right, #bcbaea, #bcbaea 0.2rem, transparent 0.2rem, transparent 0.4rem);
  background-size: 0.4rem 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
.page_about .member_list li {
  position: relative;
  line-height: 1.88;
  background-image: linear-gradient(to right, #bcbaea, #bcbaea 0.2rem, transparent 0.2rem, transparent 0.4rem);
  background-size: 0.4rem 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.page_about .member_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #a4a2cf;
  border-radius: 50%;
}
.page_about .member_list li .clr01 {
  color: #49459f;
}
.page_jpn.page_about .member_list li .item01 {
	font-weight: bold;
}
.page_about .clm02 .box01 .text_clr {
  color: #49459f;
  font-weight: bold;
  line-height: 1.2;
	font-style: italic;
}
.page_jpn.page_about .clm02 .box01 .heading05 {
	display: inline-block;
}
.page_jpn.page_about .clm02 .box01 .text_clr {
	display: inline-block;
	padding-left: 0;
}
.page_about .history_table {
	width: 100%;
}
.page_about .history_table th,
.page_about .history_table td {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 2rem 1rem;
}
.page_about .history_table th::before,
.page_about .history_table td::before {
	content: "";
	display: block;
	position: absolute;
}
.page_about .history_table th {
	color: #49459f;
	font-weight: bold;
	text-align: center;
}
.page_about .history_table th::before {
	top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #cecae8;
}
.page_about .history_table td::before {
	top: 0;
  right: 0;
  width: 100%;
  height: 1px;
	background-image: linear-gradient(to right, #bcbaea, #bcbaea 0.2rem, transparent 0.2rem, transparent 0.4rem);
  background-size: 0.4rem 1px;
  background-position: left bottom;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .page_about .name p {
    font-size: 1.8rem;
  }
  .page_about .name p span {
    font-size: 2.6rem;
  }
  .page_about .member_list li {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 5px 12px 25px;
  }
  .page_about .member_list li::before {
    top: 2.3rem;
    left: 0.5rem;
  }
  .page_about .member_list li .item01 {
    width: 200px;
  }
	.page_jpn.page_about .member_list li .item01 {
		width: 150px;
	}
  .page_about .member_list li .item02 {
    width: calc(100% - 200px);
    padding-left: 5px;
  }
  .page_about .member_list li .item03 {
    width: 100%;
  }
	.page_about .member_list li.inline .item02 {
		position: relative;
	}
	.page_about .member_list li.inline .item02 .img01 {
		position: absolute;
		top: 0;
		left: 160px;
		width: 170px;
	}
	.page_about .member_list li.inline .item03 {
		margin-bottom: 57px;
	}
	.page_about .member_list li p small {
		font-size: 1.3rem;
	}
  .page_about .block02 .clm02 {
    display: flex;
    justify-content: space-between;
		margin-bottom: 30px;
  }
  .page_about .block02 .clm02 .item:nth-of-type(1) {
    width: 49%;
  }
	.page_about .block02 .clm02 .item:nth-of-type(2) {
		width: 47%;
	}
	.page_about .block02 .clm02 .box01 .heading05 {
	  margin-bottom: 0;
	}
  .page_about .block02 .clm02 .box01 .text_clr {
    font-size: 2.8rem;
    padding-left: 27px;
    margin-bottom: 15px;
  }
  .page_about .block03 .img_right,
  .page_about .block03 .img_left {
    width: 385px;
  }
	.page_about .history_table th {
		width: 110px;
		font-size: 1.6rem;
		margin-right: 10px;
	}
	.page_about .history_table td {
		width: calc((100% - 110px) - 10px);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.page_about .name p {
    font-size: 2.8rem;
  }
  .page_about .name p span {
    font-size: 5rem;
  }
	.page_jpn.page_about .name p span {
		font-size: 4rem;
	}
  .page_about .member_list li {
    padding: 1.5rem 0 1.5rem 2.5rem;
  }
  .page_about .member_list li::before {
    top: 3.5rem;
    left: 0;
		width: 1.2rem;
	  height: 1.2rem;
  }
	.page_about .member_list li.inline .item02 {
		display: flex;
		justify-content: space-between;
	}
	.page_about .member_list li.inline .item02 .in {
		width: 48%;
	}
	.page_about .member_list li.inline .item02 .img01 {
		width: 48%;
		text-align: center;
	}
	.page_about .member_list li p small {
		display: block;
		font-size: 2rem;
	}
	.page_about .block01 .img_right {
		width: 30rem;
		margin-bottom: 4.5rem;
	}
	.page_about .block02 .clm02 {
		margin-bottom: 5rem;
	}
	.page_about .block02 .clm02 .item:nth-of-type(1) {
		margin-bottom: 4.5rem;
	}
	.page_about .block02 .clm02 .box01 .heading05 {
		margin-bottom: 1rem;
	}
  .page_about .block02 .clm02 .box01 .text_clr {
    font-size: 4rem;
    padding-left: 4rem;
    margin-bottom: 2rem;
  }
	.page_about .block02 .clm02 .box01 .text01 {
		font-size: 2.4rem;
	}
  .page_about .block03 .img_right,
  .page_about .block03 .img_left {
    width: 100%;
		margin-bottom: 5rem;
  }
	.page_about .history_table th {
		width: 21%;
		font-size: 2.6rem;
		margin-right: 1rem;
	}
	.page_about .history_table td {
		width: 77%;
	}
}


/*
  = page_program
-------------------------------------------------- */
.page_program .block01 .list01 li {
	font-weight: bold;
	margin-bottom: 0;
}
.page_program .block02 .heading04 {
  margin-bottom: 2rem;
}
.page_program .block02 .heading04 span {
  color: #49459f;
  line-height: 1;
}
.page_jpn.page_program .block02 .heading04 .number {
	font-style: italic;
}
.page_jpn.page_program .block02 .heading04::before {
	display: none;
}
.page_program .block02 .line {
	padding-bottom: 3rem;
	border-bottom: 1px solid #dcdcdc;
}
.page_program .demo_clm .item .person_area {
	display: flex;
	align-items: center;
}
.page_program .demo_clm .item .person_area .name {
	font-weight: bold;
}
.page_program .demo_clm .item.box02 .heading05::before {
	color: #80c269;
}
.page_program .grade_item .title {
	color: #49459f;
	font-weight: bold;
}
.page_program .interview_item .student .text_area {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #49459f;
}
.page_program .interview_item .student .text_area .name {
	font-weight: bold;
}
.page_program .interview_item .lead {
	font-weight: bold;
}
.page_program .interview_item .faq_wpr .question {
	position: relative;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #d3d2e9;
}
.page_program .interview_item .faq_wpr .question::before,
.page_program .interview_item .faq_wpr .question::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.page_program .interview_item .faq_wpr .question::before {
	left: 4.7rem;
	bottom: -1.4rem;
	border-width: 1.4rem 0.8rem 0 0.8rem;
	border-color: #fff transparent transparent transparent;
	z-index: 2;
}
.page_program .interview_item .faq_wpr .question::after {
	left: 4.5rem;
	bottom: -1.7rem;
	border-width: 1.6rem 1rem 0 1rem;
	border-color: #d3d2e9 transparent transparent transparent;
	z-index: 1;
}
.page_program .interview_item .faq_wpr .question p {
	display: inline-block;
	position: relative;
}
.page_program .interview_item .faq_wpr .question p::before {
	content: "◆";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0;
	color: #49459f;
	font-size: 85%;
}
.page_program .interview_item .answer_jpn {
	border-top: 1px solid #d2d2d2;
}
.page_program .interview_item .answer_jpn .accordion_bar {
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #313131;
	cursor: pointer;
	transition: all .2s;
}
.page_program .interview_item .answer_jpn .accordion_bar::before,
.page_program .interview_item .answer_jpn .accordion_bar::after {
	content: "";
  display: block;
  position: absolute;
}
.page_program .interview_item .answer_jpn .accordion_bar::before {
	top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/shared/icon_plus_w.svg) no-repeat;
  background-size: 100%;
}
.page_program .interview_item .answer_jpn .accordion_bar::after {
	bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.page_program .interview_item .answer_jpn .accordion_bar.open::before {
	background: url(../img/shared/icon_arrow01.svg) no-repeat;
	background-size: 100%;
	transform: rotate(90deg);
}
.page_program .interview_item .student .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_program .interview_item .student .text_area .course {
	line-height: 1.88;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .page_program .img_society {
    width: 587px;
    margin: 15px auto;
  }
  .page_program .img_right,
  .page_program .img_left {
    width: 385px;
  }
  .page_program .block01 .list01 {
    margin-left: 20px;
  }
  .page_program .block02 .heading04 .number {
    font-size: 4rem;
  }
  .page_program .clm02 {
    display: flex;
    justify-content: space-between;
  }
  .page_program .clm02 .item {
    width: 48%;
  }
	.page_program .demo_clm {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.page_program .demo_clm .item {
		width: 47.5%;
		padding: 25px 25px 30px;
		margin: 20px 0;
	}
	.page_program .demo_clm .item .person_area {
		margin-bottom: 17px;
	}
	.page_program .demo_clm .item .person_area .img {
		width: 140px;
	}
	.page_program .demo_clm .item .person_area .name {
		font-size: 1.6rem;
	}
	.page_program .demo_clm .item .heading05 {
		margin-bottom: 5px;
	}
	.page_program .demo_clm .item .youtube {
		margin-bottom: 20px;
	}
	.page_program .demo_clm .item .btn01 {
		border-top: 1px solid #d2d2d2;
	}
	.page_program .demo_clm .item .btn01 .btn {
		min-width: 220px;
		padding-left: 32px;
	}
	.page_program .demo_clm .item .text01 {
		min-height: 131px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.page_program .grade_item {
		padding: 25px 0;
	}
	.page_program .grade_item .title {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.page_program .interview_item {
		padding: 25px;
	}
	.page_program .interview_item .student {
		display: flex;
		height: 280px;
		margin-bottom: 25px;
	}
	.page_program .interview_item .student .img {
		width: 420px;
		height: 100%;
	}
	.page_program .interview_item .student .text_area {
		width: 330px;
		height: 100%;
	}
	.page_program .interview_item .student .text_area .name {
		font-size: 2.4rem;
		margin-bottom: 13px;
	}
	.page_program .interview_item .student .text_area .course {
		font-size: 1.6rem;
	}
	.page_program .interview_item .lead {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}
	.page_program .interview_item .faq_wpr {
		margin-bottom: 30px;
	}
	.page_program .interview_item .faq_wpr .question {
		font-size: 1.8rem;
		padding: 12px 15px;
		margin-bottom: 25px;
	}
	.page_program .interview_item .faq_wpr .question p {
		padding-left: 25px;
	}
	.page_program .interview_item .faq_wpr .question p span {
		margin-right: 10px;
	}
	.page_program .interview_item .answer_jpn .accordion_bar {
		width: 220px;
		padding: 7px 0;
		margin: 0 auto;
	}
	.page_program .interview_item .answer_jpn .accordion_bar::before {
		width: 15px;
		height: 15px;
		right: 15px;
	}
	.page_program .interview_item .answer_jpn .accordion_bar:hover {
		background-color: #49459f;
	}
	.page_program .interview_item .answer_jpn .accordion_bar.open::before {
		width: 11px;
    height: 12px;
	}
	.page_program .interview_item .answer_jpn .accordion_cont {
		padding-top: 25px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.page_program .img_society {
    width: 95%;
    margin: 1rem auto;
  }
  .page_program .block01 .list01 {
    margin-left: 2rem;
  }
  .page_program .block02 .heading04 .number {
    font-size: 5.5rem;
  }
  .page_program .block03 .clm02 .item .text01,
	.page_program .block04 .clm02 .item .text01 {
		margin-bottom: 5rem;
  }
	.page_program .demo_clm .item {
		padding: 3.5rem 4.5rem 4.5rem;
		margin: 2.5rem 0;
	}
	.page_program .demo_clm .item .person_area {
		margin-bottom: 1.5rem;
	}
	.page_program .demo_clm .item .person_area .img {
		width: 18rem;
	}
	.page_program .demo_clm .item .person_area .name {
		font-size: 3.2rem;
	}
	.page_program .demo_clm .item .heading05 {
		margin-bottom: 1rem;
	}
	.page_program .demo_clm .item .youtube {
		position: relative;
		height: 0;
		padding-top: 34rem;
		margin-bottom: 4rem;
		overflow: hidden;
	}
	.page_program .demo_clm .item .youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.page_program .demo_clm .item .btn01 {
		border-top: 1px solid #d2d2d2;
	}
	.page_program .demo_clm .item .btn01 .btn {
		min-width: 37rem;
		padding-left: 4.7rem;
	}
	.page_program .demo_clm .item .text01 {
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}
	.page_program .grade_item {
		padding: 3.5rem 0 2.5rem;
	}
	.page_program .grade_item .title {
		font-size: 3.2rem;
		margin-bottom: 2rem;
	}
	.page_program .interview_item {
		padding: 3.5rem 3.5rem 4rem;
	}
	.page_program .interview_item .student {
		margin-bottom: 3rem;
	}
	.page_program .interview_item .student .img {
		width: 100%;
		height: 42.6rem;
	}
	.page_program .interview_item .student .text_area {
		width: 100%;
		height: 23rem;
	}
	.page_program .interview_item .student .text_area .name {
		font-size: 3.6rem;
		margin-bottom: 1rem;
	}
	.page_program .interview_item .student .text_area .course {
		font-size: 2.6rem;
	}
	.page_program .interview_item .lead {
		font-size: 3rem;
		margin-bottom: 3rem;
	}
	.page_program .interview_item .faq_wpr + .faq_wpr {
		margin-top: 5rem;
	}
	.page_program .interview_item .faq_wpr .question {
		font-size: 2.8rem;
		line-height: 1.35;
		padding: 1.7rem 2.5rem;
		margin-bottom: 3.5rem;
	}
	.page_program .interview_item .faq_wpr .question p {
		padding-left: 3.5rem;
	}
	.page_program .interview_item .faq_wpr .question p span {
		margin-right: 10px;
	}
	.page_program .interview_item .answer_jpn {
		margin-top: 4rem;
	}
	.page_program .interview_item .answer_jpn .accordion_bar {
		width: 31rem;
		padding: 0.5rem 0 0.8rem;
		margin: 0 auto;
	}
	.page_program .interview_item .answer_jpn .accordion_bar::before {
		width: 2.2rem;
		height: 2.2rem;
		right: 2.2rem;
	}
	.page_program .interview_item .answer_jpn .accordion_bar.open::before {
		width: 1.8rem;
    height: 1.9rem;
	}
	.page_program .interview_item .answer_jpn .accordion_cont {
		padding-top: 3.5rem;
	}
}

/*
  = page_research
-------------------------------------------------- */
.page_research .heading04.icon::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3.4rem;
	height: 4.5rem;
	background: url(../img/shared/icon_heading04.svg) no-repeat;
	background-size: 100%;
}
.page_research a.pdf {
	display: block;
}
.page_research .backissue_wpr {
	border-top: 1px solid #d2d2d2;
}
.page_research .backissue_wpr .accordion_bar {
	position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #313131;
  transition: all .2s;
	cursor: pointer;
}
.page_research .backissue_wpr .accordion_bar::before,
.page_research .backissue_wpr .accordion_bar::after {
	content: "";
  position: absolute;
  display: block;
}
.page_research .backissue_wpr .accordion_bar::before {
	top: 0;
  bottom: 0;
	right: 2.5rem;
  margin: auto;
	width: 1.3rem;
	height: 1.5rem;
  background: url(../img/shared/icon_arrow01.svg) no-repeat;
  background-size: 100%;
	transform: rotate(90deg);
	transition: all .2s;
}
.page_research .backissue_wpr .accordion_bar::after {
	left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.page_research .backissue_wpr .accordion_cont .backissue_list {
	display: flex;
	flex-wrap: wrap;
}
.page_research .backissue_wpr .accordion_cont .backissue_list li .title {
	color: #49459f;
	font-weight: bold;
	line-height: 1.4;
}
.page_research .backissue_wpr .accordion_cont .backissue_list li .text {
	color: #1b1b1b;
}
.page_research .academic_clm .item .academic_title {
	position: relative;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.04em;
}
.page_research .list01 li {
	line-height: 1.5;
}
.page_research .academic_list li a {
	display: block;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.page_research .heading04.icon {
		padding-left: 50px;
	}
	.page_research .heading04.icon::before {
		left: 50px;
	}
	.page_research .block01 .heading03 {
		margin-bottom: 5rem;
	}
	.page_research .clm02 {
		display: flex;
		justify-content: space-between;
	}
	.page_research .clm02 .item {
    width: 48%;
  }
	.page_research .clm02_2 .item:nth-of-type(1) {
		width: 74%;
	}
	.page_research .clm02_2 .item:nth-of-type(2) {
		width: 21.3%;
	}
	.page_research a.pdf:hover {
		opacity: .8;
	}
	.page_research .backissue_wpr .accordion_bar {
		width: 600px;
		padding: 18px 0;
		margin: 0 auto;
		font-size: 2.2rem;
	}
	.page_research .backissue_wpr .accordion_bar::after {
		bottom: -3px;
	}
	.page_research .backissue_wpr .accordion_bar.open::before {
		transform: rotate(270deg);
	}
	.page_research .backissue_wpr .accordion_bar:hover {
		background-color: #49459f;
	}
	.page_research .backissue_wpr .accordion_cont {
		padding-top: 35px;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list {
		padding: 0 40px;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list li {
		width: 170px;
		margin: 25px 0;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list li:nth-child(3n-1) {
		margin-right: 105px;
		margin-left: 105px;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list li .img {
		margin-bottom: 10px;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list li .title {
		font-size: 1.5rem;
		margin-bottom: 8px;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list li .text {
		font-size: 1.4rem;
	}
	.page_research .academic_clm {
		display: flex;
		flex-wrap: wrap;
	}
	.page_research .academic_clm .item {
		width: 245px;
		margin: 20px 0;
	}
	.page_research .academic_clm .item:nth-of-type(3n-1) {
		margin-left: 30px;
		margin-right: 30px;
	}
	.page_research .academic_clm .item .academic_title {
		font-size: 2rem;
		padding-top: 18px;
		margin-bottom: 15px;
	}
	.page_research .academic_clm .item .list01 li {
		margin-bottom: 1.2rem;
	}
	.page_research .academic_clm .item .list01 li::before {
		top: 0.8rem;
	}
	.page_research .academic_clm .item .list01 li a:hover {
		text-decoration: underline;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.page_research .heading04.icon {
		padding-left: 6.5rem;
	}
	.page_research .heading04.icon::before {
		left: 6.5rem;
	}
	.page_research .heading04.icon::after {
		bottom: 0;
		margin: auto;
		width: 4.3rem;
		height: 5.8rem;
	}
	.page_research .block01 .heading03 {
		margin-bottom: 6rem;
	}
	.page_research .block01 .clm02 .item .text01 {
    margin-bottom: 5rem;
  }
	.page_research .block01 .clm02 .item .pdf {
		width: 30rem;
		margin: 0 auto 6rem;
	}
	.page_research .backissue_wpr .accordion_bar {
		padding: 2.5rem 0 3rem;
		margin: 0 2rem;
		font-size: 3.2rem;
	}
	.page_research .backissue_wpr .accordion_bar::before {
		right: 3rem;
		width: 1.8rem;
    height: 1.9rem;
	}
	.page_research .backissue_wpr .accordion_bar::after {
		bottom: -0.2rem;
	}
	.page_research .backissue_wpr .accordion_bar.open::before {
		transform: rotate(270deg);
	}
	.page_research .backissue_wpr .accordion_cont {
		padding-top: 5rem;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list {
		justify-content: space-between;
		padding: 0 3rem;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list li {
		width: 47%;
		margin: 3rem 0;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list li .img {
		margin-bottom: 2rem;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list li .title {
		font-size: 2.6rem;
		margin-bottom: 1rem;
	}
	.page_research .backissue_wpr .accordion_cont .backissue_list li .text {
		font-size: 2.4rem;
	}
	.page_research .academic_clm .item {
		margin: 4rem 0;
	}
	.page_research .academic_clm .item:last-of-type {
		margin-bottom: 0;
	}
	.page_research .academic_clm .item .academic_title {
		font-size: 3.2rem;
		padding-top: 2.3rem;
		margin-bottom: 2rem;
	}
	.page_research .academic_clm .item .list01 li {
		margin-bottom: 2rem;
	}
	.page_research .academic_clm .item .list01 li::before {
		top: 1.5rem;
	}
}


/*
  = page_support
-------------------------------------------------- */

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.page_support .block01 .heading03 {
		margin-bottom: 4rem;
	}
	.page_support .clm02 {
		display: flex;
		justify-content: space-between;
	}
	.page_support .clm02 .item {
		width: 48%;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.page_support .block01 .heading03 {
		margin-bottom: 6rem;
	}
}


/* = print
----------------------------------------------- */
@media print {
	html {
		width: 100%;
		zoom: 95%;
	}
	body {
		max-width: 1300px;
		margin: 0 auto;
	}
	#wrapper {
		overflow: visible;
	}
	.header,
	.header.fixed {
		position: relative !important;
		top: 0;
		max-width: 1300px;
		min-width: unset;
	}
	#pagetop {
		display: none;
	}
	.fadeIn_up {
		transform: translate(0, 0) !important;
    opacity: 1 !important;
	}
}
