@charset "utf-8";
/* CSS Document */

.pdf_icon::after {
  content: "";
  background: url(/edu/grad/master/common/img/pdf_icon.gif) no-repeat right center;
  padding-right: 20px;
}

.external_icon::after {
  content: "";
  background: url(/edu/grad/master/common/img/external_icon.gif) no-repeat right center;
  padding-right: 20px;
}

body {
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 1.5;
  background: transparent linear-gradient(90deg, #F1F1F1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

a:hover {
  opacity: 0.8;
}

a:link {
  display: initial;
}

.main {
  padding: 0;
  background: #fff;
}

.main_box {
  width: 960px;
  margin: auto;
}

img {
  pointer-events: none;
}

.sp_br {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.txt_right {
  text-align: end;
}

.txt_center {
  margin: 0 auto;
  text-align: center;
}

.green {
  color: #31705B;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

/* ==========================
==========　ヘッダー　========
============================= */
header {
  position: relative;
  z-index: 999;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
}

.float_menu {
  display: none;
}

.header_logo {
  margin-left: 10px;
}

.header_access a {
  height: 25px;
	width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
  background: #D78BA7;
	box-sizing: border-box;
}

.header_access a::before {
  content: url("/edu/grad/master/common/img/access.png");
  width: 12px;
  padding-top: 4.5px;
  margin-right: 10px;
  box-sizing: border-box;
}

header {
  background: rgb(255 255 255 / 65%) 0% 0% no-repeat padding-box;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pc_header {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 0;
  flex-wrap: wrap;
}

.pc_header::after {
  position: absolute;
  content: "";
  background: transparent linear-gradient(90deg, #31705B 0%, #9BB97C 100%) 0% 0% no-repeat padding-box;
  height: 2px;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.header_box {
  display: flex;
  justify-content: center;
  margin: auto;
}

.header_box li {
  display: flex;
  flex-direction: column;
}

.header_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin: 15px 0 0;
}

.header_nav a {
  color: #fff;
}

.header_nav li:last-child {
  border: none;
}

.header_nav li {
  position: relative;
  box-sizing: border-box;
  height: 26px;
}

.header_nav li:hover {
  border-bottom: 2px solid #9ab87b;
  box-sizing: border-box;
}

.header_nav li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header_logo a:link {
  display: block;
}

.header_nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
}

.dropdown .dropdown-menu li a {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  right: -80px;
  top: 35px;
  height: auto;
  width: 170px;
  background: #fff;
  z-index: 999999;
}

.dropdown:hover .dropdown-menu li a {
  display: flex;
  align-items: flex-start;
  width: 150px;
  color: #000;
}

.header_nav .dropdown-menu li {
  height: 30px;
  margin: 15px 0 15px 10px;
}

.dropdown-menu li a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-top: 2px solid #36735b;
  border-right: 2px solid #36735b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 15px;
}
.header_nav .dropdown-menu li:hover {
  border-bottom: inherit;
}

/* ==========================
==========　下層リンクボタン　====
============================= */

.box {
  max-width: 960px;
  margin: 80px auto;
}

.edugrad_card_list li {
	height: 130px;
  margin: 50px auto;
  border-top: 1px solid;
  border-image: linear-gradient(#31705A, #9BB97C);
  border-image-slice: 1;
  box-shadow: 0px 5px 20px 2px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.edugrad_card_list a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 45px;
	color: #000;
	&[target="_blank"]::after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 15px;
		background: url(/edu/grad/master/common/img/external_icon.gif) no-repeat right center;
		padding-left: 5px;
	}
}

.card p {
  
  display: flex;
  align-items: center;
  
  width: 100%;
  font-weight: bold;
}

.edugrad_card_list a::before {
  content: url(/edu/grad/master/common/img/next_green.png);
  padding-right: 30px;
  padding-top: 5px;
}

.card_large {
  margin: 50px auto;
  border-top: 1px solid;
  border-image: linear-gradient(#31705A, #9BB97C);
  border-image-slice: 1;
	max-width: 960px;
  min-height: 300px;
  width: 100%;
  box-shadow: 0px 5px 20px 2px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  background: #fff;
}

/*パンくずリスト*/
.pankuzu {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 80px;
  justify-content: center;
}

.pankuzu li:not(:first-child)::before {
  content: "＞";
  padding: 0 8px;
  color: #0D3D17;
}

.pankuzu a {
  text-decoration: underline #0d3d17;
}

.pankuzu a:hover {
  text-decoration: none;
}

/* ==========================
==========　フッター　===========
============================= */
footer {
  background: #fff;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 0;
}

.footer_flex a {
  width: 80%;
}

.footer_guidance {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.footer_guidance a {
  width: 50%;
}

footer a:hover {
  opacity: 0.5;
}

.current h3, .graduate h3, .report h3, .guidance-news h3 {
  color: #fff;
  padding: 78px 0;
  text-align: center;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.current h3::before, .graduate h3::before, .report h3::before, .guidance-news h3::before {
  content: url(/edu/grad/master/common/img/next_white.png);
  padding-right: 10px;
}

.footer_guidance div {
  position: relative;
}

.footer_guidance div a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.footer_guidance div:hover {
  opacity: 0.8;
  cursor: pointer;
}

.current {
  background: url(/edu/grad/master/common/img/current_bg.png) no-repeat center;
  background-size: cover;
  width: 50%;
}

.graduate {
  background: url(/edu/grad/master/common/img/graduate_bg.png) no-repeat center;
  background-size: cover;
  width: 50%;
}

.report {
  background: url(/edu/grad/master/common/img/bnr_report.png) no-repeat center;
  background-size: cover;
  width: 50%;
}

.guidance-news {
  background: url(/edu/grad/master/common/img/bnr_news.png) no-repeat center;
  background-size: cover;
  width: 50%;
}

.pamp {
  background: url(/edu/grad/master/common/img/pamp.png) no-repeat center;
  height: 320px;
  background-size: cover;
  position: relative;
}

.pamp_txt {
  color: #fff;
  background: linear-gradient(270deg, rgba(49, 112, 90, 0.95) 0%, rgba(155, 185, 124, 0.95) 100%);
  opacity: 0.9;
  height: 107px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}

.pamp_txt a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pamp_txt:hover {
  background: linear-gradient(270deg, rgba(49, 112, 90, 1) 0%, rgba(155, 185, 124, 1) 100%);
  opacity: 1;
  cursor: pointer;
}

.pamp_txt p {
  display: flex;
  align-items: center;
}

.pamp_txt p::before {
  content: url(/edu/grad/master/common/img/next_white.png);
  padding-right: 10px;
  padding-top: 5px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-top ul {
  margin: 10px 0;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 25px;
  border-right: 1px solid #D6D6D6;
}

.footet-link-left {
  border-left: 1px solid #D6D6D6;
}

li.first ,li.second ,li.third{
  position: relative;
}
.first::before ,.second::before ,.third::before{
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	margin-top: -0.3em;
	left: -1.1em;
	width: 5px;
	height: 5px;
	border-top: #31705b 2px solid;
	border-right: #31705b 2px solid;
	transform: rotate( 45deg );
}
li.third {
    text-indent: 0rem;
    margin-left: 1em;
}
li.third::before {
    left: -1em;
}
.ft_sitemap {
  display: flex;
}

.ft_sitemap ul {
  margin: 10px;
}

.name {
  font-size: 2rem;
  font-weight: bold;
}

.copyright-box {
  background: #31705B;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.ft_address p {
  line-height: 1.8;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin: auto;
}

/* ------------------
Backtop
------------------ */
#backtop {
  position: fixed;
  display: block;
  width: 80px;
  height: 81px;
  right: 3%;
  bottom: 15px;
  opacity: 0;
  transition: 0.5s;
  z-index: -10;
}
#backtop.active {
  opacity: 1;
  z-index: 50;
}
#backtop.active:hover {
  opacity: 0.8;
}

/* 　下層共通部分　
============================================================================ */
strong {font-weight: bold;}

.green_bg {
  width: 100%;
  position: relative;
	display: block!important;
}

.green_bg_inner {
  background: linear-gradient(90deg, rgba(49, 112, 90, 1) 0%, rgba(155, 185, 124, 1) 100%);
  width: 90%;
}

.contents-box_inner.white_box {
	width: 80%;
  margin: 0 auto;
  transform: translateY(-340px);
  line-height: 1.8;
  margin-bottom: -200px;
  max-width: 1000px;
  background: #fff;
  padding: 80px 5%;
  box-shadow: 0px 0px 20px #00000029;
	box-sizing: content-box;
}
.white_box {
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto 100px;
  padding: 80px 5%;
	background: #fff;
  box-shadow: 0px 0px 20px #00000029;
}
.contents-box_inner.white_box.wide {
	max-width: 100%;
}
.contents-box_inner .mt-be-columns {
	gap: 30px 50px;
}
.mt-be-column:has(.flex_txt) {
	flex: 1;
}
.title_large {
  font-size: 3rem;
  font-weight: bold;
}
.green_bg .title_large {
  padding: 50px 0 0 10%;
	height: 440px;
	text-align: center;
}

.title {
  width: 100%;
  background-size: cover;
  height: 388px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  box-sizing: border-box;
}

.page-title {
  color: #fff;
  font-size: 2.6rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  width: 90%;
  margin: auto;
  text-align: center;
}

.construction {
  font-size: 4.8rem;
  text-align: center;
}

.edugrad_img--right {
	text-align: right;
	& img {
		display: inline!important;
	}
}
.pr-midashi {
  font-size: 2.0rem;
  border-left: solid 15px #36735B;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 40px;
}
.indent_txt {
	text-indent: -16px;
	padding-left: 16px;
	margin-bottom: 24px;
}
.main_txt {
	margin-bottom: 24px;
}

/*--------------------
　テーブル
--------------------*/
.table_outer {
	overflow: auto;
}
.edugrad_table {
	width: 100%;
	border: none;
	margin: 10px auto;
	& th {
		color: #36735B;
		background: #f3f9ea;
		padding: 10px 25px;
	}
	& td {
		padding: 10px 15px;
	}
}

.table_pattern01 {
	border-top: 1px solid #afc7bd;
	min-width: 700px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	& th {
		border-bottom: 1px solid #afc7bd;
		border-left: none;
	}
	& th:not(:last-child) {
		border-right: 1px solid #afc7bd;
	}
	& th:last-child {
		border-right: none;
	}
	& td {
		border-bottom: 1px solid #afc7bd;
		border-left: none;
	}
	& td:not(:last-child) {
		border-right: 1px solid #afc7bd;
	}
	& td:last-child {
		border-right: none;
	}
	& td:first-child {
		border-right: 1px solid #afc7bd;
	}
}
.table_pattern02 {
	border: 1px solid #31705A;
	min-width: 700px;
	& th {
		border: 1px solid #31705A;
		padding: 10px 25px;
	}
	& td {
		border: 1px solid #31705A;
		padding: 10px 25px;
	}
}
.table_pattern03 {
	border: 1px solid #31705A;
	max-width: 1024px;
	width: 100%;
	min-width: 700px;
	& th {
		width: 20%;
		border: 1px solid #31705A;
		padding: 10px 25px;
		color: #36735B;
		background: #f3f9ea;
	}
	& td {
		width: 80%;
		border: 1px solid #31705A;
		padding: 10px 25px;
	}
}
.table_pattern03 a[href$=".pdf"]::after {
  content: "";
	display: inline-table;
	width: 15px;
	height: 16px;
  background: url(/edu/grad/master/common/img/pdf_icon.gif) no-repeat right center;
	padding-left: 5px;
}

@media screen and (max-width: 767px) {
	.contents-box_inner.white_box {
    width: 95%;
    margin: 0 0 0 5%;
    transform: translateY(-400px);
    margin-bottom: -310px;
    padding: 40px 5%;
    box-sizing: border-box;
		& .mt-be-column:has(.flex_txt)  {
			flex: none;
			width: 100%;
		}
		& .mt-be-column:has(p > img) {
			text-align: center;
		}
		& > .mt-be-columns {
			flex-wrap: wrap;
			justify-content: center;
		}
	}
	.white_box {
    background: #fff;
    padding: 40px 5%;
    box-sizing: border-box;
  }
  .green_bg_inner {
    background: linear-gradient(90deg, rgba(49, 112, 90, 1) 0%, rgba(155, 185, 124, 1) 100%);
    width: 95%;
    height: auto;
    margin-bottom: 50px;
  }
	.indent_txt {
		text-indent: -14px;
		padding-left: 14px;
		margin-bottom: 20px;
	}
	.main_txt {
		margin-bottom: 20px;
	}
	.table_pattern01 {
		font-size: 1.3rem;
		& th {padding: 5px;}
		& td {padding: 5px;}
	}
}