header {
	font-size: .14rem;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 15px;
	position: relative;
	z-index:1;
}

.header-top {
	padding: 2px 6px 2px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
}

.header-top__text {
	flex: 0 1 auto;
	width: auto;
	color: #565656;
	font-size: .12rem;
}

.header-top__nav {
	flex: 0 1 auto;
	width: auto;
}

.header-top__nav {
	flex: 0 1 auto;
	width: 43%;
}

.header-top__nav-list {
	list-style: none;
	display: flex;
	justify-content: end;
	align-items: center;
}

.header-top__nav-item {
	flex: 0 1 auto;
	width: fit-content;
	position: relative;
	padding: 0 8px;
}

.header-top__nav-item::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #000;
	position: absolute;
	top: 30%;
	left: 0px;
}

.header-top__nav-link {
	text-decoration: none;
	color: #565656;
	font-size: .12rem;
}

.header-middle {
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.header-title {
	flex: 0 1 auto;
	width: 362px;
}

.header-title__link {
	text-decoration: none;
}

.header-title__img {
	width: 367px;
}

.header-icon__wrap {
	flex: 0 1 auto;
	width: fit-content;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-search {
	margin-right: 70px;
	padding: 12px;
	flex: 0 1 auto;
	width: fit-content;
	background-color: #ff7916;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	outline: 1px solid #ff7916;
}

.header-search:hover {
	outline: 1px solid #ff7916;
}

.header-search__img {
	flex: 0 1 auto;
	width: 18px;
}

.hamburger_btn {
	flex: 0 1 auto;
	display: block;
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #ffab41;
	border-radius: 10px;
}

.humburger_border {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	width: 45%;
}

.humburger_border:nth-of-type(1) {
	top: 12px;
}

.humburger_border:nth-of-type(2) {
	top: 23px;
}

.humburger_border:nth-of-type(3) {
	top: 33px;
}

.header-nav {
	margin: 0 auto 0;
	max-width: 1070px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.header-nav__item {
	filter: 0 1 auto;
	width: fit-content;
	position: relative;
	padding: 20px 30px 20px;
	margin: -20px -30px -20px;
}

.header-nav__item.nav-back-blue {
	.header-nav__item&:hover {
		background-image: url(..//image/nav-back-blue.svg);
		background-size: 70%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
}

.header-nav__link {
	text-decoration: none;
	text-align: center;
	color: #000;
	font-size: .17rem;
}

@media(max-width: 1110px) {
	.header-nav {
		width: calc(100% - 40px);
	}
}

@media(max-width: 900px) {
	.header-top__text {
		width: 100%;
	}
	.header-top__nav,
	.header-nav {
		display: none;
	}
}


/*スマホ*/

@media(max-width: 699px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	header {
		padding-bottom: 0;
	}
	.header-middle {
		padding: 15px 15px;
		display: flex;
		align-items: center;
		height: 80px;
	}
	.header-title {
		width: calc(100% - 80px);
		max-width: 265px;
	}
	.header-search {
		margin-right: 10px;
	}
	.header-search-container {
		display: none;
	}
	.header-top__text {
		line-height: 1.5;
		font-size: 0.10rem;
	}
	.header-top {
		padding: 5px 6px 6px 6px;
		display: none;
	}
}


/* 子要素のみのスタイル */

.pull-down__wrap {
	padding: .14rem;
	width: 170px;
	box-shadow: 0 0 20px rgba(60, 40, 8, 0.2);
	position: absolute;
	top: 60px;
	left: 0%;
	z-index: 11111;
	border-radius: 0.05rem;
	background-color: #fff;
}

.pull-down__wrap::before {
	content: "";
	position: absolute;
	top: -9px;
	left: calc(50% - 5.5px);
	width: 11px;
	height: 9px;
	-webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	background-color: #fff;
}

.pull-down {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	font-weight: normal;
	align-items: center;
}

.pull-down a {
	display: block;
	width: 170px;
	font-size: .16rem;
	color: #000;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 30px;
	position: relative;
}


.nav-with-home-link .pull-down__wrap{
	width:220px;
	left: -9%;
}

.nav-reserch-link .pull-down__wrap{
	width:230px;
	left: -7%;
}

.nav-reserch-link .pull-down a {
    width: 210px;
}

.nav-faculty-staff .pull-down__wrap{
	width:270px;
	left: -17%;
}

.nav-faculty-staff .pull-down a {
    width: 270px;
}


/*
.header-nav__item:hover a{
	color:#3174C4;
}
*/

.pull-down:hover a {
	color: #000;
}


/*
.pull-down a::before {
    background: url(../images/top/slick_arrow_r.svg) !important;
    background-size: contain !important;
	content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 17px;
    left: 8px;
    margin: 0;
	}*/

.pull-down a::before {
	content: "●";
	position: absolute;
	top: .12rem;
	left: .08rem;
	font-size: .12rem;
	color: rgb(49, 116, 196)
}

.pull-down__title::before {
	content: "";
	position: absolute;
	top: 50%;
	/* 縦軸をセンタリングする */
	left: 2px;
	transform: translateY(-50%);
	/* 縦軸をセンタリングする */
	border: 5px solid transparent;
	border-left: 8px solid #3E6EB3;
	/* 好みで色を変えてください */
}

.pull-down__title + p {
	line-height: 1.5;
	font-size: .12rem;
}

.right-list__box img {
	width: 230px;
	margin-bottom: 10px;
}

.nav-detail__link a::before {
	content: "";
	position: absolute;
	top: 50%;
	/* 縦軸をセンタリングする */
	left: 10px;
	transform: translateY(-50%);
	/* 縦軸をセンタリングする */
	border: 5px solid transparent;
	border-left: 8px solid #3E6EB3;
	/* 好みで色を変えてください */
}

.nav-detail__link a {
	position: relative;
	background-color: #fff;
	color: #000;
	font-size: .14rem;
	font-weight: normal;
	display: block;
	border-radius: 25px;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding: 4px 0;
}


/* ナビメニュー */

#toggle {
	position: sticky;
	top: 29px;
	right: 23px;
	background-color: #95C036;
	border-radius: 8px;
	padding: 7px 5px;
	border: 2px solid #fff;
	outline: 1px solid #95C036;
}

#toggle-box {
	position: relative;
	width: 36px;
	height: 32px;
	cursor: pointer;
}

#toggle-box > span {
	width: 60%;
	height: 3px;
	left: 7px;
	display: block;
	background: #fff;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
	top: 5px;
}

#toggle-box > span:nth-child(2) {
	top: 50%;
	transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
	bottom: 5px;
}

#toggle {
	z-index: 1000;
}

#nav-content {
	z-index: 900;
	overflow: auto;
	max-width: 500px;
	width: 90%;
	height: 100%;
	background: #d4e7ff;
	color: #000;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(110%);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	box-shadow: -7px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#nav-content ul {
	list-style: none;
	margin-bottom: 30px;
}

#nav-content ul li {
	margin-bottom: 0;
}

#nav-content a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: opacity .6s ease;
}

#nav-content a:hover {
	opacity: 0.6;
}

.is-open {
	overflow: hidden;
}

.is-open #toggle-box > span {
	background: #95C036;
}

.is-open #toggle-box > span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg) translatey(-25%);
}

.is-open #toggle-box > span:nth-child(2) {
	width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg) translatey(-25%);
}

.is-open #nav-content {
	z-index: 999;
	transform: translateX(0);
	padding-bottom: 100px;
}

.nav-menu--title-close {
	display: none;
}

.is-open .nav-menu--title-close {
	position: fixed;
	display: block;
	right: 32px;
	top: 91px;
	font-size: .14rem;
	font-weight: 600;
	z-index: 11111;
}

.hamburger {
	font-size: .20rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	position: fixed;
	z-index: 1;
}

#nav-content ul li:nth-child(1) {
	margin-top: 11px;
	font-size: .24rem;
}

#nav-content li a {
	font-size: .19rem;
	width: fit-content;
	margin-bottom: 32px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

#nav-content li {
	margin-left: 30px;
	font-weight: bold;
}

.nav-menu--heading {
	font-size: .21rem;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nav-menu--list {
	margin-left: 13px;
}

.nav-menu--title {
	border-bottom: solid 1px #3E6EB3;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #3E6EB3;
	font-weight: bold;
}

.nav--indent {
	text-indent: 0.5em;
}

.nav--flex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: baseline;
	margin-top: -20px;
}

.nav--flex p {
	font-size: .12rem;
	line-height: 1.5;
	margin-left: 5px;
	color: #3E6EB3;
}

.nav--flex li {
	margin-bottom: 5px;
}

.nav--flex p {
	margin-bottom: 35px;
}

#nav-content .nav--flex li a {
	margin-bottom: 0px;
}

.is-open #toggle {
    background-color: #fff;
    position: fixed;
    top: 39px;
    right: 28px;
}

.nav-menu--title p {
	font-size: .14rem;
	text-align: right;
	margin-right: 32px;
	margin-top: -5px;
	color: #000;
}

.hamburger-move {
    top: 40px;
}

/* ハンバーガーメニューのコンテンツ部分 */

.slide-contents {
	background-color: #fff;
	display: none;
	width: 1000px;
	max-width: 100%;
	height: 250px;
	position: absolute;
	top: 20%;
	left: 50%;
	right: 0;
	margin: 0;
	display: none;
	transform: translateX(-50%);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
	z-index: 10;
}

.slide-contents--itme {
	width: 800px;
	max-width: 100%;
	margin: 100px auto 0;
	text-align: center;
}

.slide-contents--itme__close {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.slide-contents--itme__close img {
	width: 20px;
	vertical-align: sub;
	margin-left: 5px;
}

.slide-contents--itme script {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.slide-contents--itme a {
	color: #000;
}


/* ヘッダーの検索部分 */

.header-search {
	position: relative;
}

.slide-contents--itme .gsc-control {
	width: 950px;
}

.slide-contents--itme .gsc-clear-button {
	display: none;
}

.slide-contents--itme form.gsc-search-box {
	margin-bottom: 50px;
}

.slide-contents--itme .gsc-input-box {
	border: none;
	border-bottom: solid 1px #000;
}

.slide-contents--itme .gsc-search-button-v2 {
	font-size: 0;
	padding: 13px 13px;
	width: auto;
	vertical-align: middle;
	border: none;
	border-radius: 55px;
	border-radius: 24px;
	background-color: #ffab41;
	background-image: linear-gradient(top, #ffffff, #ffffff);
	border: 2px solid #fff;
	outline: 1px solid #ffab41;
}

.header-search-container.selected .header-search {
	display: none;
}

.header-search__img01 {
	width: 45px;
	margin-right: 20px;
	padding: 6px;
}

.header-search__img01 {
	display: none;
	animation-name: fade;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.header-search-container.selected .header-search__img01 {
	display: block;
	animation-name: fade;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.slide-contents.open {
	display: block;
	animation-name: fade;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media(max-width: 1179px) {
	.pull-down__wrap {
		left: -40%;
	}
	.pull-down__wrap::before {
		left: auto;
		right: 20%;
	}
}


/*スマホ*/

@media(max-width: 699px) {
.hamburger {
    position: initial;
}


	.is-open #toggle {
		top: 17px;
		right: 20px;
	}
	.is-open #nav-content .nav-menu--title-close {
		right: 27px;
	}
	.nav-menu--title {
		padding-top: 20px;
	}
	.is-open #nav-content .nav-menu--title-close {
		top: 70px;
	}
	#nav-content li {
		margin-left: 16px;
	}
	.nav--flex p {
		margin-left: 16px;
		margin-bottom: 30px;
		text-indent: 0;
		font-size: .14rem;
	}
	#nav-content li a {
		font-size: .19rem;
		margin-bottom: 26px;
	}
	#toggle {
		outline: unset;
		top: 17px;
		right: 20px;
		position: fixed;
	}
	.is-open .nav-menu--title-close {
		display: none;
	}
	.nav--flex {
		align-items: start;
	}
}

