@charset "UTF-8";
/* リンク */
.page_contents_wrap a {
	color: #0290DC;
	border-bottom: 1px solid #0290DC;
}
/* ナビボタン */
.nav_btn_wrap {
	display: block;
}
.nav_btn_wrap .drawer-hamburger {
	width: 50px;
	height: 50px;
	padding: 0;
	background: #4366B0;
	box-sizing: border-box;
	top: 5px;
}
.nav_btn_wrap .drawer-hamburger-icon, .nav_btn_wrap .drawer-hamburger-icon:after, .nav_btn_wrap .drawer-hamburger-icon:before {
	width: 22px;
	margin: auto;
	background-color: #fff;
}
.nav_btn_wrap .drawer-hamburger-icon {
	top: -6px;
}
.drawer-open .nav_btn_wrap .drawer-hamburger-icon {
	background-color: transparent;
}
.nav_btn_wrap .drawer-hamburger-icon:after {
	top: -8px;
}
.nav_btn_wrap .drawer-hamburger-icon:before {
	top: 8px;
}
.drawer-open .nav_btn_wrap .drawer-hamburger-icon:after {
	top: 0;
}
.drawer-open .nav_btn_wrap .drawer-hamburger-icon:before {
	top: 0;
}
.nav_btn_txt {
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.drawer--right.drawer-open .nav_btn_wrap .drawer-hamburger {
	right: 0;
}
@media only screen and (min-width: 1025px) {
	.nav_btn_wrap {
		display: none;
	}
}
/* ドロワーメニュー */
.drawer-nav {
	width: 375px;
	height: 100vh;/* スクロール制御*/
	padding: 0 0 100px;/* スクロール制御*/
	background: #4366B0;
	overflow-y: scroll;/* スクロール制御*/
}
.drawer--right .drawer-nav {
	right: -375px;
}
.drawer-menu {
	padding: 55px 0 0;
	/*transform: none !important;/* スクロール制御*/
}
.official_link {
	padding: 30px 0 25px;
}
.official_link a {
	font-size: 13px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	display: block;
	width: 334px;
	height: 50px;
	margin: auto;
	color: #4366B0;
	background: #fff;
	padding-left: 17px;
}
.official_link a img {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 17px;
	height: 12px;
	margin: -6px 0 0;
}
@media only screen and (max-width: 374px) {
  .drawer-nav {
    width: 100%;
  }
  .drawer--right .drawer-nav {
    right: -100%;
  }
}
/* フォントの装飾 */
.txt_fw_bold {
  font-weight: bold;
}
.txt_color_note {
  color: #FF3333;
}
.txt_color_blue01 {
	color: #4366B0;
}
.txt_color_blue02 {
	color: #0290DC;
}
.txt_deco_linethru {
  text-decoration: line-through;
}
.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.txt_indent_02 {
	display: inline-block;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.txt_indent_03 {
	display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.txt_indent_04 {
	display: inline-block;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.txt_center {
	text-align: center;
}
.txt_strong01 {/*テキスト強調*/
	font-size: 1.3em;
}
.txt_strong02 {/*テキスト強調*/
	font-size: 1.5em;
}
.txt_italic {
	font-style: italic;
}
.txt_space {
	padding-right: .5em;
}
.txt_underline {
  text-decoration: underline;
}
/* リンクアイコン */
.icon_link {
  vertical-align: baseline;
  width: 1.3em;
  height: .8em;
}
.icon_file {
	vertical-align: baseline;
	height: 1em;
	width: .88em;
}
.icon_link_r {
	margin-right: .2em;
}
.icon_link_l {
	margin-left: .2em;
}

/* 全体のフォントサイズのレスポンシブ化 */

body {
  font-size: 14px;
}
@media only screen and (min-width: 1401px) {

  body {
    font-size: 18px;
  }
}

/* page_共通 */
.inner_01 {

}
.inner_02 {
  padding: 30px 0 50px;
}
.page_body_01 {
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 641px) {
  .page_body_01 {
    width: 100%;
		max-width: 1130px;
    padding: 0 45px;
		margin: auto;
  }
}
@media only screen and (min-width: 1025px) {
	.inner_01 {

	}
  .inner_02 {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 1611px) {
	.page_body_01 {
		padding: 0;
	}
}
/* main */
@media only screen and (min-width: 1025px) {
  main.col_wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
/* sidebar_wrap */
#sidebar {
	width: 100%;
	overflow-x: hidden;
}
.sidebar_wrap {
	width: 100%;
	background: #CEDADE;
}
.sidebar_inner {
	width: 100%;
}
@media only screen and (min-width: 1025px) {
	.sidebar_wrap {
		width: 300px;
	}
	#sidebar {
		width: 300px;
	}
	.sidebar_inner {
		width: calc(100% + 17px);
		height: calc(100vh - 70px);
		padding: 0 0 60px;
		overflow-y: scroll;
	}
}
@media only screen and (min-width: 1401px) {
	.sidebar_wrap {
		position: relative;
		width: 410px;
	}
	#sidebar {
		width: 410px;
	}
}
.sidebar_ttl {
	padding: 20px 35px;
	background: #333;
	font-size: 18px;
	font-weight: bold;
}
.sidebar_ttl {
  color: #fff;
	position: relative;
}
.sidebar_ttl::after {
  position: absolute;
  content:"";
  background: url(../images/common/triangle_dwn.svg) no-repeat;
  bottom: -8px;
  width: 16px;
  height: 8px;
  left: 42px;
	z-index: 1;
  background-size: 16px 8px;
}

@media only screen and (min-width: 1025px) {
  .sidebar_ttl::after {
    position: absolute;
    content:"";
    background: url(../images/common/triangle_dwn.svg) no-repeat;
    bottom: -10px;
    width: 20px;
    height: 10px;
    left: 53px;
    background-size: 20px 10px;
  }
}
@media only screen and (min-width: 1401px) {
	.sidebar_ttl {
		padding: 26px 40px 23px;
		font-size: 24px;
	}
}

.tg_item a{
	color: #4D4D4D;
}

.sb_ttltbbox{
	cursor: pointer;
}

.sb_ttltbbox a{
	display: block;
	width: 100%;
}

.sb_ttl {
  background: #CEDADE;
  padding: 14px 71px 15px 30px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}

.sb_list {
	display: flex;
	flex-direction: column;
}
.sb_list_item {
  position: relative;
  width: 100%;
}
.sb_list_item a{
  background: #EEEEEE;
  padding: 13px 71px 13px 70px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
	display: block;
}

.level3type a{
  background: #DCDBDB;
}

@media only screen and (min-width: 1025px) {
  .sb_ttl {
    padding: 15px 71px 15px 35px;
    font-size: 18px;
  }

  .sb_list_item a{
    padding: 15px 71px 15px 70px;
    font-size: 16px;
  }

}
@media only screen and (min-width: 1401px) {
  .sb_ttl {
    padding: 17px 71px 17px 40px;
    font-size: 20px;
  }

  .sb_list_item a{
    padding: 17px 71px 17px 73px;
    font-size: 18px;
  }

}
/* トグルボタンをリンクとボタンで分割 */

.sb_ttltbbox {
	display: flex;
	justify-content: space-between;
}

.sb_ttltb {
	background: #CEDADE;
	padding: 14px 43px 15px 30px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	width: 100%;
/*
	min-width: calc( 100% - 71px );
*/
}
@media only screen and (min-width: 769px) {
  .sb_ttltb {
    padding: 15px 71px 15px 35px;
  }
}
@media only screen and (min-width: 1025px) {
  .sb_ttltb {
    padding: 15px 60px 15px 35px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1401px) {
	.sb_ttltb {
		padding: 17px 71px 17px 40px;
		font-size: 20px;
	}
}



/* トグルのための指定 */
.tg_wrap {
  display: none;
}

.tg_wrap_open {
  display: block;
}

.tg_btn{
	position: relative;
	display: flex;
	flex-flow: column;
}

.tg_btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 19px;
	height: 2px;
	/*縦線に*/
	transform: rotate(90deg);
	background: #4366B0;
	transition: all .3s ease-in-out;
}
.tg_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	/*横線*/
	width: 19px;
	height: 2px;
	background: #4366B0;
	transition: all .2s ease-in-out;
}
.tg_btn.open::before {
	transform: rotate(180deg);
}
.tg_btn.open::after {
	opacity: 0;
}

@media only screen and (min-width: 769px) {

	.tg_btn{
		position: relative;
		display: flex;
		flex-flow: row;
		align-items: baseline;
	}

	.tg_btn::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 40px;
		width: 19px;
		height: 2px;
		/*縦線に*/
		transform: rotate(90deg);
		background: #4366B0;
		transition: all .3s ease-in-out;
	}
	.tg_btn::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 40px;
		/*横線*/
		width: 19px;
		height: 2px;
		background: #4366B0;
		transition: all .2s ease-in-out;
	}
	.tg_btn.open::before {
		transform: rotate(180deg);
	}
	.tg_btn.open::after {
		opacity: 0;
	}

}

@media only screen and (min-width: 1025px) {
	.tg_btn::before {
		right: 30px;
	}
	.tg_btn::after {
		right: 30px;
	}
}
@media only screen and (min-width: 1401px) {
	.tg_btn::before {
		right: 20px;
	}
	.tg_btn::after {
		right: 20px;
	}
}
/* page_contents_wrap */
.page_contents_wrap {
	width: 100%;
	word-break: break-word;
	line-break: strict;
	-webkit-line-break: strict;
}
.page_content {
	padding: 30px 0 50px;
}
@media only screen and (min-width: 1025px) {
	.page_contents_wrap {
		width: calc(100% - 300px);
		min-height: 1500px;
	}
  .page_content {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 1401px) {
	.page_contents_wrap {
		width: calc(100% - 410px);
	}
}
/* header */
.header_body_01 {
  margin: auto;
}
.header_contents_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 55px;
	background: #fff;
	border-top: solid #666 5px;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
}
.drawer-open .header_contents_01 {
	box-shadow: none;
}
.header_logo {
  padding: 6px 10px;
}
.header_logo a {
  display: block;
}
.header_logo a img{
  width: 230px;
  height: 29px;
}
.index_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.up_wrap {
	background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
	align-items: center;
	padding: 10px 20px;
	border-top: solid #B3B3B3 1px;
}
.search_box {
  margin: 0 20px 0 0;
}
.lang_menu {
  width: 98px;
  height: 35px;
  background: #4366B0;
}
.lang_menu a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.dp_wrap {
	display: none;
}
.dp_wrap li {
  margin: 0 0 0 25px;
}
.dp_wrap li:first-of-type {
  margin: 0;
}
.dp_wrap li span {
  padding: 0 0 0 8px;
  display: inline-block;
	color: #4D4D4D;
}
.dp_wrap li a {
  display: flex;
	color: #4D4D4D;
}
.arw_right {
  display: flex;
	padding: 6px 0 0;
}
.arw_right img{
  width: 8px;
  height: 14px;
}
#search_box {
  display: flex;
	align-items: center;
}
.search_box_txt {
  border: 1px solid #707070;
  padding: 2px;
  margin: 0 8px 0 0;
  background: url(&quot;https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png&quot;) left center no-repeat rgb(255, 255, 255);
  text-indent: 11px;
  width: 170px;
  height: 30px;
}
.search_box_btn {
  background: url(../images/common/icon_q.svg) no-repeat;
  border: none;
  position: relative;
  top: 0px;
	background-size: 19px 19px;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.header_contents_02_wrap {
  background: #4266B0;
}
.nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav_list_item {
  width: 100%;
	display: flex;
  justify-content: space-between;
	align-items: center;
  border-bottom: 1px solid #fff;
	position: relative;
}
.nav_list_item::after {
  content: "";
  background: url(../images/common/icon_arw_right_w.svg) center center no-repeat;
  background-size: 10px 18px;
  width: 11px;
  height: 18px;
	position: absolute;
	right: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav_list_item a {
	width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: normal;
  flex-wrap: nowrap;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 0 15px 19.7px;
  line-height: 1;
  height: 100%;
}
.nav_list_ttl {
  font-weight: bold;
  padding: 0 0 8px;
}
.nav_fixed {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
}
@media only screen and (min-width: 351px) {
  .header_logo {
    padding: 6px 20px;
  }
  .header_logo a img{
    width: 280px;
    height: 36px;
  }
  .lang_menu a {
    padding: 0;
    font-size: 13px;
  }
  .search_box_txt {
    width: 190px;
  }
}
@media only screen and (min-width: 1025px) {
	.up_wrap {
		padding: 0;
		border-top: none;
	}
	.search_box {
	  margin: 20px 55px 0 0;
	}
	.search_box_txt {
	  margin: 0 10px 0 0;
	}
	.search_box_btn {
		background-size: 27px 27px;
	  top: 0px;
	  width: 27px;
	  height: 27px;
	}
	.lang_menu {
	  width: 100px;
	  height: 53px;
	}
	.dp_wrap li a:hover{
	  text-decoration: underline;
		color: #4D4D4D;
	}
	.dp_wrap li a:visited{
		color: #4D4D4D;
	}
	.nav_list_item {
	  width: 16.6666%;
		display: block;
		border: none;
	}
	.nav_list_item::after {
	  content: "";
	  display: none;
	}
	.nav_list_item a {
  	align-items: center;
	  border-right: 1px solid #fff;
	  flex-wrap: wrap;
	  padding: 15px 0;
	}
	.nav_list_item a:hover {
	  background: #598DEA;
	}
	.nav_list_item:first-of-type {
	  border-left: 1px solid #fff;
	}

	.search_box_txt {
		width: 343px;
		height: 30px;
	}
}
/* フォント可変 */
.dp_wrap li span, .nav_list_ttl {
  font-size: 13px;
	font-weight: bold;
}
.nav_list_subttl {
  font-size: 10px;
}
@media only screen and (min-width: 1025px) {
	.header_inner {
		border-top: solid #666 5px;
	}
  .header_body_01 {
    margin: auto;
    padding: 0 40px;
  }
	.header_contents_01 {
		position: inherit;
		height: 100px;
		border-top: none;
		box-shadow: none;
	}
	.header_logo a img{
	  width: 175px;
	  height: 63px;
	}
	.header_logo {
	  padding: 14px 0;
	}
	.dp_wrap {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-end;
	  padding: 10px 0 6px;
	}
}
@media only screen and (min-width: 1401px) {
	.header_contents_01 {
		height: 120px;
	}
  .dp_wrap li span, .nav_list_ttl {
    font-size: 18px;
  }
  .nav_list_subttl {
    font-size: 14px;
  }
  .lang_menu a {
    font-size: 18px;
  }
  .header_logo a img{
    width: 232px;
    height: 83px;
  }
  .arw_right img{
    width: 12px;
    height: 21px;
  }
  .dp_wrap li {
    margin: 0 0 0 50px;
  }
  .lang_menu {
    width: 120px;
    height: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  .header_body_01 {
    max-width: 1525px;
    margin: auto;
    padding: 0;
  }
}
/* footer */
footer {
  background-color: #4266B0;
}
.inner_footer {
  padding: 27px 0 18px;
  text-align: center;
}
.footer_link {
  display: inline-flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0 20px;
}
.footer_link li {
  line-height: 1;
  padding-right: 5px;
  margin-bottom: 10px;
}
.footer_link li+li {
  border-left: 1px solid #fff;
  padding-left: 5px;
}
.footer_link li:last-child {
  padding-right: 0;
}
.footer_link a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}
.footer_copyright {
  text-align: center;
  padding-top: 10px;
}
.footer_copyright small {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
}
.footer_copyright span {
	padding-left: 0.5em;
}
@media only screen and (min-width: 421px) {
  .footer_copyright small {
    display: inline-block;
    padding: 0;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 641px) {
  .footer_link {
    padding: 0 45px;
		max-width: 1610px;
  }
  .footer_link li {
    padding-right: 10px;
  }
  .footer_link li+li {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1401px) {
  .inner_footer {
    padding: 30px 0;
  }
  .footer_link li {
    padding-right: 27.5px;
  }
  .footer_link li+li {
    padding-left: 27.5px;
  }
  .footer_link a {
    font-size: 15px;
  }
  .footer_copyright {
    padding-top: 40px;
  }
  .footer_copyright small {
    font-size: 13px;
  }
}

/* メインビュー */
/*
hero_area
*/
.hero_area {
	padding: 55px 0 0;
}
@media only screen and (min-width: 1025px) {
	.hero_area {
		padding: 0;
	}
}
/*

*/
.mv_wrap {
  min-width: 216px;
  line-height: 1.5;
  padding: 20px;
  background: rgba(255,255,255,.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.mv_ttl_bar {
  margin: 10px 0;
  width: 35px;
  height: 5px;
  background-color: #4366B0;
}
.mv_txt {
  font-size: 12px;
  font-weight: lighter;
}
@media only screen and (min-width: 769px) {
  .mv_wrap {
    min-width: 435px;
  }
}
@media only screen and (min-width: 1401px) {
  .mv_wrap {
    min-width: 474px;
    line-height: 1;
    padding: 36px 45px;
  }
  .mv_ttl {
    font-size: 35px;
  }
  .mv_ttl_bar {
    margin: 20px 0;
    width: 50px;
  }
  .mv_txt {
    font-size: 18px;
  }
}

.pc_no {
  display: block;
}
.sp_no {
	display: none;
}
@media only screen and (min-width: 769px) {
  .pc_no {
    display: none;
  }
	.sp_no {
		display: block;
	}
}
/* パンくず */
.breadcrumbs_wrap {
  margin: 20px 0 0;
}
.breadcrumbs_wrap a {
  border: none;
}
.breadcrumbs {
  display: flex;
  justify-content: flex-end;
	flex-wrap: wrap;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
}
.breadcrumbs a {
  color: #4366B0;
}
.breadcrumbs_list:nth-child(2n) {
  margin: 0 .5em;
}
@media only screen and (min-width: 641px) {
  .breadcrumbs {
    line-height: inherit;
  }
}
@media only screen and (min-width: 1401px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
/* 見出し */
.c-cont_ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
.c-cont_ttl_border {
  width: 33px;
  height: 3.3px;
  border: 1px solid #4366B0;
  border-right: none;
  border-left: none;
}
.c-cont_ttl {
	max-width: 250px;
  margin: 0 .5em;
  font-weight: bold;
  font-size: 21px;
	text-align: center;
}
.c-cont_box p+p {
  margin-top: 15px;
}
.c-cont_box+.c-cont_box {
  margin-top: 20px;
}
@media only screen and (min-width: 641px) {
  .c-cont_ttl_border {
    width: 40px;
    height: 4px;
  }
	.c-cont_ttl {
		max-width: 100%;
	}
}
@media only screen and (min-width: 1401px) {
  .c-cont_ttl_wrap {
    margin: 0 0 80px;
  }
  .c-cont_ttl_border {
    width: 50px;
    height: 5px;
  }
  .c-cont_ttl {
    font-size: 27px;
  }
  .c-cont_box p+p {
    margin-top: 25px;
  }
  .c-cont_box+.c-cont_box {
    margin-top: 30px;
  }
}
/*-----------------
コンテンツの見出し
-----------------*/
.sec_ttl_01 {
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 17px;
	border-bottom: 1px solid #4366B0;
	margin-bottom: 20px;
	word-break: normal;
	line-break: strict;
}
.sec_ttl_02 {
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0 0;
	margin-bottom: 20px;
	word-break: normal;
	line-break: strict;
}
.pt_offset {
  padding-top: 0;
}
.c-cont_center_sp {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .c-cont_center_sp {
    text-align: inherit;
  }
}
@media only screen and (min-width: 1401px) {
	.sec_ttl_01 {
		font-size: 22px;
		padding: 80px 0 20px;
		margin-bottom: 30px;
	}
	.sec_ttl_02 {
	font-size: 22px;
	padding: 80px 0 0;
	margin-bottom: 30px;
	}
	.pt_offset {
	  padding-top: 0;
	}
}
/* テーブル */
.stdtable{
	width: 100%;
	margin: 30px 0 0;
}
.stdtable td{
	border: 1px solid #707070;
	padding: calc( ( 60px - 2em ) / 2 ) 26px;
}
.stdtable th{
	border: 1px solid #707070;
	background: #CEDADE;
	padding: calc( ( 60px - 2em ) / 2 ) 26px;
	font-weight: bold;
	text-align: center;
}
/* ディレクトリ別HERO */
/*
study_abroad
*/
.study_abroad .bg_mv {
  background: url(../images/study_abroad/hero_sp.jpg) center no-repeat;
  height: 280px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .study_abroad .bg_mv {
    background: url(../images/study_abroad/hero_tab.jpg) center no-repeat;
    height: 280px;
  }
}
@media only screen and (min-width: 769px) {
  .study_abroad .bg_mv {
    background: url(../images/study_abroad/hero_pc.jpg) center no-repeat;
    height: 400px;
  }
}
/*
about
*/
.about .bg_mv {
  background: url(../images/about/hero_sp.jpg) center no-repeat;
  height: 280px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .about .bg_mv {
    background: url(../images/about/hero_tab.jpg) center no-repeat;
    height: 280px;
  }
}
@media only screen and (min-width: 769px) {
  .about .bg_mv {
    background: url(../images/about/hero_pc.jpg) center no-repeat;
    height: 400px;
  }
}
/*
ghrd
*/
.ghrd .bg_mv {
  background: url(../images/ghrd/hero_sp.jpg) center no-repeat;
  height: 280px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .ghrd .bg_mv {
    background: url(../images/ghrd/hero_tab.jpg) center no-repeat;
    height: 280px;
  }
}
@media only screen and (min-width: 769px) {
  .ghrd .bg_mv {
    background: url(../images/ghrd/hero_pc.jpg) center no-repeat;
    height: 400px;
  }
}
/*
house
*/
.house .bg_mv {
  background: url(../images/house/hero_sp.jpg) center no-repeat;
  height: 280px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .house .bg_mv {
    background: url(../images/house/hero_tab.jpg) center no-repeat;
    height: 280px;
  }
}
@media only screen and (min-width: 769px) {
  .house .bg_mv {
    background: url(../images/house/hero_pc.jpg) center no-repeat;
    height: 400px;
  }
}
/*
siteinfo
*/
.siteinfo .bg_mv {
  background: url(../images/siteinfo/hero_sp.jpg) center no-repeat;
  height: 280px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .siteinfo .bg_mv {
    background: url(../images/siteinfo/hero_tab.jpg) center no-repeat;
    height: 280px;
  }
}
@media only screen and (min-width: 769px) {
  .siteinfo .bg_mv {
    background: url(../images/siteinfo/hero_pc.jpg) center no-repeat;
    height: 400px;
  }
}
/*
study_overseas
*/
.study_overseas .bg_mv {
  background: url(../images/study_overseas/hero_sp.jpg) center no-repeat;
  height: 280px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .study_overseas .bg_mv {
    background: url(../images/study_overseas/hero_tab.jpg) center no-repeat;
    height: 280px;
  }
}
@media only screen and (min-width: 769px) {
  .study_overseas .bg_mv {
    background: url(../images/study_overseas/hero_pc.jpg) center no-repeat;
    height: 400px;
  }
}
/*
mip
*/
.mip .bg_mv {
  background: url(../images/mip/hero_sp.jpg) center no-repeat;
  height: 280px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .mip .bg_mv {
    background: url(../images/mip/hero_tab.jpg) center no-repeat;
    height: 280px;
  }
}
@media only screen and (min-width: 769px) {
  .mip .bg_mv {
    background: url(../images/mip/hero_pc.jpg) center no-repeat;
    height: 400px;
  }
}
/*
thrf
*/
.thrf .bg_mv {
  background: url(../images/thrf/hero_sp.jpg) center no-repeat;
  height: 280px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .thrf .bg_mv {
    background: url(../images/thrf/hero_tab.jpg) center no-repeat;
    height: 280px;
  }
}
@media only screen and (min-width: 769px) {
  .thrf .bg_mv {
    background: url(../images/thrf/hero_pc.jpg) center no-repeat;
    height: 400px;
  }
}

/* --------------------------------
/study_abroad/study_abroad.html
/study_overseas/study_overseas.html
/ghrd/ghrd.html
/about/about.html
上記4つのページレイアウト
--------------------------------------- */

.c-cont_box p+p.c-mg0 {
  margin-top: 0;
}
.c-inner_list_item {
  margin-top: 20px;
}
.c-list_item_wrap {
  display: flex;
  flex-wrap: wrap;
}
.c-list_item {
  width: 100%;
  border: 1px solid #CEDADE;
  margin-top: 15px;
}
.c-list_item:nth-child(1) {
  margin-top: 0;
}
.c-list_item ul, .c-list_item div {
  padding: 10px 16px 20px;
}
.c-list_item_ttl {
  font-size: 16px;
  font-weight: bold;
  background-color: #CEDADE;
  text-align: center;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-list_item_ttl_line2 {
  font-size: 13px;
	line-height: 1.5;
}
.c-list_item li:before {
  content: "・";
  color: #4366B0;
  margin-right: .3em;
}
.c-list_item li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.5;
}
@media all and (-ms-high-contrast: none){
	.c-list_item li {
	  line-height: 2;
	}
}
.c-list_item li+li {
  margin-top: 10px;
}
.c-list_item li a {
  color: #4D4D4D;
  border-color: #4D4D4D;
  font-weight: bold;
}
.c-list_item .c-list_item_ttl a {
  color: #4D4D4D;
	border: none;
}
@media only screen and (min-width: 641px) {
  .c-list_item {
    width: 48%;
		min-height: 300px;
		margin-left: 2%;
  }
  .c-list_item:nth-child(2) {
    margin-top: 0;
  }
  .c-list_item:nth-child(2n+1) {
    margin-left: 0;
  }

}
@media only screen and (min-width: 769px) {
  .c-list_item {
    width: 31.5%;
		margin-left: calc(5.5% / 2);
  }

  .c-list_item:nth-child(3) {
    margin-top: 0;
  }
	.c-list_item:nth-child(2n+1) {
		margin-left: calc(5.5% / 2);
	}
	.c-list_item:nth-child(3n+1){
		margin-left: 0;
	}
}
@media only screen and (min-width: 1401px) {
  .c-inner_list_item {
    margin-top: 50px;
  }
  .c-list_item {
    width: 30%;
    margin-top: 50px;
		margin-left: calc(10% / 2);
  }
	.c-list_item:nth-child(2n+1) {
		margin-left: calc(10% / 2);
	}
	.c-list_item:nth-child(3n+1){
		margin-left: 0;
	}

  .c-list_item ul, .c-list_item div {
    padding: 18px 16px 30px;
  }
  .c-list_item_ttl {
    font-size: 20px;
		height: 50px;
  }
  .c-list_item_ttl_line2 {
    font-size: 15px;
		height: 50px;
  }
}
/* 長いタイトルのとき文字小さくして対応 */
.w1610_no {
	display: none;
}
@media only screen and (min-width: 769px) {
	.w1610_no {
		display: block;
	}
	.c-list_item_ttl_line2_br {
		font-size: 13px;
		line-height: 1.5;
	}
}
@media only screen and (min-width: 1401px) {
	.c-list_item_ttl_line2_br {
		height: 50px;
	}
}
@media only screen and (min-width: 1611px) {
	.w1610_no {
		display: none;
	}
	.c-list_item_ttl_line2_br {
    font-size: 20px;
  }
}
/* 番号付きリスト */
.c-list_01 li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  padding: 0 0 0.4em 1.5em;
  text-indent: -1.5em;
}
.c-list_01 li:before {
  display: marker;
  content: counter(cnt) ".";
	padding-right: 0.7em;
}

.c-list_02 li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  padding: 0 0 0.4em 2em;
  text-indent: -2em;
}
.c-list_02 li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
	padding-right: 0.4em;
}
/* テーブルレイアウト */

.cell_box_wrap {
	padding: 30px 0 0;
}
.cell_box td {
	display: block;
	padding: 15px;
	border: solid #707070 1px;
}
.cell_box td.cell_list {
	border-bottom: none;
}
.cell_box td.cell_content {
	border-bottom: none;
}
.cell_box td.last_cell_content {
	border-bottom: solid #707070 1px;
}
.cell_box td p span {
	display: inline-block;
}
@media only screen and (min-width: 769px) {
	.cell_box td {
		display: table-cell;
		width: 27%;
		padding: 20px;
	}
	.cell_box td.cell_list {
		border-bottom: solid #707070 1px;
	}
	.cell_box td.cell_content {
		width: 73%;
		border-bottom: solid #707070 1px;
	}
}

/* ページ内リンク */
.c-inpage_link {
	padding-top: 55px;
	margin-top: -55px;
}
.c-inpage_link02 {
  padding-top: 61px;
  padding-bottom: 30px;
  margin-top: -61px;
}
@media only screen and (min-width: 1025px) {
	.c-inpage_link {
		padding-top: 61px;
		margin-top: -61px;
	}
}
/* コンテンツ横並び */
.switching_box {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .switching_box {
    display: flex;
    flex-direction: row;
  }
}
/* ページ内リンク */
#A, #B, #C, #D {
	margin-top: -55px;
	padding-top: 55px;
}
@media only screen and (min-width: 1025px) {
	#A, #B, #C, #D {
		margin-top: -61px;
		padding-top: 61px;
	}
}
@media only screen and (min-width: 1401px) {
	#A, #B, #C, #D {
		margin-top: -70px;
		padding-top: 70px;
	}
}

.boxnotes{
	border: 2px solid #e8341a;
	padding: 1em;
	background: #fff;
	margin: 1em 0 0;
}

/* 枠で囲む */
.border_box {
  border: 2px solid #4366B0;
  padding: 5px 10px;
  margin: 15px 0;
}
@media only screen and (min-width: 769px) {
  .border_box {
    margin: 25px 0;
  }
}

/* スマホ画面でテーブルをスクロールさせる */
.scroll_msg {
  margin: 20px 0 0;
  color: #0290DC;
  font-weight: bold;
}
.table_scroll {
  overflow-x: scroll;
}
.table_scroll table {
  margin: 10px 0 0;
  width: 768px;
}
@media only screen and (min-width: 769px) {
  .scroll_msg {
    display: none;
  }
  .table_scroll {
    overflow-x: unset;
  }
  .table_scroll table {
    margin: 30px 0 0;
    width: 100%;
  }
}