@charset "utf-8";

/*-----------------------------
 common
-------------------------------*/
:root{
	--txt       : #222222; /*文字 var(--txt)*/
	--txtsub    : #777777; /*文字薄 var(--txtsub)*/
	--green     : #008D78; /*緑濃 var(--green)*/
	--bg        : #F8F6E4; /*背景色 var(--bg)*/
	--dept_m    : #00A088; /*学科-専修 var(--dept_m)*/
	--dept_msub : #F39800; /*学科-専修サブ var(--dept_msub)*/
	--dept_day  : #EB5E55; /*学科-本科昼 var(--dept_day)*/
	--dept_night: #38566F; /*学科-本科夜 var(--dept_night)*/
	--gray2     : #F7F7F7; /*薄グレーバック var(--gray2)*/
	--border    : #D4D3CC; /*ボーダー var(--border)*/
	--t_pink    : #FFE2DC; /*表組みピンク var(--table_pink)*/
}
/*--------------
 base 18px
 16px  0.8888rem;
 14px  0.7777rem;
 12px  0.6666rem;
----------------*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
	scrollbar-gutter: stable;/* スクロールバーガタツキ無くす */
	font-feature-settings: "palt";
	color: #222222;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
	font-size: 18px;
	@media (768px <= width <= 1023px) {
		scroll-padding-top: 72px;
	}
	@media (768px <= width) {
		scroll-padding-top: 98px;
	}
	@media (width < 767px) {
		font-size: calc(100vw / 375 * 16); /* 16px相当 */
	}
}
html[lang="ja"] {
  font-family: "LINE Seed JP", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", Meiryo, sans-serif;
}
body {
	margin: 60px auto 0;
	@media (768px <= width <= 1023px) {
		margin: 72px auto 0;
	}
	@media (768px <= width) {
		margin: 98px auto 0;
	}
}
body.menu_open {
	height: 100%;
	overflow: hidden;
}


#root {
	overflow: hidden;
}


.wrap {
	margin: 0 auto;
	position: relative;
}
.wrap .mincho {
	font-family: 'Yu Mincho','YuMincho', serif;
}
.wrap * {
	box-sizing: border-box;
}
.contentWrap {
	max-width: 1200px;
	margin: 0 auto;
}
.contentWrap img {
	max-width: 100%;
	height: auto;
}
.contentWrap a,
.contentWrap a::before,
.contentWrap a::after,
.contentWrap a img {
	text-decoration: underline;
	color: #222222;
}
.contentWrap a:hover {
	text-decoration: none;
}
.contentWrap a:hover img {
	opacity: 0.8;
}

.contentWrap p {
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 1em;
	&.wide   {line-height: 2;}
	&.narrow {line-height: 1.5;}
	&.txt-s  {font-size: 0.8888rem;}
	&.txt-ss {font-size: 0.7777rem;}
}
.contentWrap p + p {
	margin-top: 1em;
}
.contentWrap li > p {
	margin-top: 0;
	padding-top: 0;
}
.contentWrap em {
	font-style: normal;
	letter-spacing: 0.2em;
}
.contentWrap sup {
	font-size: 60%;
	vertical-align: text-top;
}
.contentWrap small {
	font-size: 80%;
}
.contentWrap .txt-green {
	color: var(--green);
}
.contentWrap .txt-red {
	color: var(--dept_day);
}
.contentWrap .txt-sub {
	color: var(--txtsub);
}
.contentWrap strong {
	&.m-m {
		font-size: 1.1em;
		line-height: 1.5;
	}
	&.m-l {
		font-size: 1.3em;
		line-height: 1.2;
	}
	&.m-el {
		font-size: 1.8em;
		line-height: 1.2;
	}
	@media (width < 767px) {
		&.m-m {
			font-size: 1.125em;
		}
		&.m-l {
			font-size: 1.25em;
		}
		&.m-el {
			font-size: 1.5em;
		}
	}
}
.contentWrap .wide strong {
	&.m-m {
		line-height: 2;
	}
	&.m-l {
		line-height: 1.6;
	}
	&.m-el {
		line-height: 1.6;
	}
}
.contentWrap .txt-c {
	text-align: center !important;
}
.contentWrap .txt-l {
	text-align: left !important;
}
.contentWrap .txt-r {
	text-align: right !important;
}
.contentWrap .note {
	font-size: 80%;
	text-align: left;
	margin-top: 1em;
}
.contentWrap .note li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.75;
}
.contentWrap figure {
	display: block;
	overflow: hidden;
	& figcaption {
		padding-top: 0.5em;
		/*color: var(--txtsub);*/
	}
	&.round img {
		border-radius: 16px;
		@media (width < 767px) {
			border-radius: 8px;
		}
	}
}
.contentWrap ul.mark li {
  position: relative;
  padding-left: 16px;
	line-height: 1.5;
	&::before {
		content: "";
		position: absolute;
		left: 3px;
		top: 0.65em;
		width: 5px;
		height: 5px;
		background: var(--txt);
		border-radius: 50%;
	}
	& + li {
		margin-top: 0.5em;
	}
}
.contentWrap ul.decimal li {
	margin-left: 1.6em;
	text-indent: -1.6em;
	& + li {
		margin-top: 1em;
	}
}
.contentWrap ul.mark.green li::before {
	background: var(--green);
}

.flex {
	display: flex;
}
.flex.item2 {
	flex-wrap: wrap;
	gap: 48px;
	& > li {
    width: calc((100% - 48px * 1) / 2);
	}
}
.flex.item3 {
	flex-wrap: wrap;
	gap: 36px;
	& > li {
    width: calc((100% - 36px * 2) / 3);
	}
}
.flex.item4 {
	flex-wrap: wrap;
	gap: 24px;
	& > li {
    width: calc((100% - 24px * 3) / 4);
	}
}
.flex.item5 {
	flex-wrap: wrap;
	gap: 20px;
	& > li {
    width: calc((100% - 20px * 4) / 5);
	}
}
@media (768px <= width <= 1023px) {
	.flex.item4.tb3,
	.flex.item5.tb3 {
		gap: 36px;
		& > li {
			width: calc((100% - 36px * 2) / 3);
		}
	}
}
@media (width < 767px) {
	.flex.item2.sp1,
	.flex.item3.sp1,
	.flex.item4.sp1,
	.flex.item5.sp1 {
		& > li {
			width: 100%
		}
		&.gap0 {
			gap: 0;
		}
	}
	.flex.item3.sp2,
	.flex.item4.sp2,
	.flex.item5.sp2 {
		gap: 20px;
		& > li {
			width: calc((100% - 20px * 1) / 2);
		}
	}
}
.flex.btn {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 30px;
}
.parts .flex.btn {
	justify-content: center;
}

.imgArea > div {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.required {
	color: #f00;
	font-weight: 400;
}

.accordion dt:hover {
	opacity: 0.9;
	cursor: pointer;
}

.chatbot {
	transition: none;
	display: none;
  border-radius: 30px;
  width: auto;
  height: 56px;
	padding-top: 3px;
  background-color: #00337F;
	position: fixed;
  bottom: 60px;
  right: 100px;
  z-index: 5;
	@media (width < 767px) {
		border-radius: 50%;
		bottom: 70px;
		right: 66px;
		width: 48px;
		height: 48px;
		padding-top: 0;
	}
	a {
		display: flex;
		align-items: center;
		color: #ffffff;
		font-size: 0.6666rem;
		letter-spacing: 0;
		line-height: 1.25;
		text-decoration: none;
		padding: 10px 20px 10px 16px;
		img {
			margin-right: 8px;
		}
		&:hover {
			opacity: 0.7;
			img {
				transform: rotate(12deg);
			}
		}
		@media (width < 767px) {
			padding: 10px;
			img {
				margin: 0;
			}
		}
	}
}

.pagetop {
	transition: none;
  display: none;
  position: fixed;
  bottom: 155px;
  right: 30px;
  z-index: 5;
	@media (width < 767px) {
		bottom: 130px;
		right: 10px;
	}
}
.pagetop a {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: var(--txt);
	padding-top: 16px;
	text-align: center;
	text-decoration: none;
	img {
		margin: auto;
		filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
	}
	@media (width < 767px) {
		width: 48px;
		height: 48px;
		padding-top: 12px;
	}
}
.pagetop a:hover {
	padding-top: 12px;
  opacity: 0.8;
}

#flbtn {
	display: flex;
	gap: 4px;
	position: fixed;
	right: 0; bottom: 0;
	z-index: 10;
	a {
		display: flex;
		align-items: center;
		color: #ffffff;
		font-size: 0.6666rem;
		letter-spacing: 0;
		line-height: 1.25;
		text-decoration: none;
		border-radius: 4px 4px 0px 0px;
		padding: 10px 13px 10px 13px;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
		img {
			margin-right: 6px;
		}
		&.op {
			background: var(--green);
		}
		&.li {
			background: #06BD55;
		}
		&.ac {
			color: var(--txtsub);
			background: var(--border);
			img {
				filter: invert(49%) sepia(10%) saturate(19%) hue-rotate(334deg) brightness(92%) contrast(91%);
			}
		}
		&:hover {
			opacity: 0.7;
		}
	}
	@media (width < 767px) {
		width: 100%;
		a {
			width: calc((100% - 4px * 2) / 3);
			padding: 10px;
		}
	}
}


@media (width < 767px) {
	.pc {
		display:none !important;
	}
}
@media (768px <= width) {
	.sp {
		display:none !important;
	}
}



/*-----------------------------
Header
-------------------------------*/
#header {
  width: 100%;
	position: relative;
	z-index: 10;
	
	position: fixed;
  top: 0;
  left: 0; right: 0;
  width: 100%;
	height: 60px;
	@media (768px <= width <= 1023px) {
		height: 72px;
	}
	@media (1024px <= width) {
		height: 98px;
	}
}
#header #fixed {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  width: 100%;
	max-width: 100%;
  z-index: 100;
}
#header #fixed .flex {
	align-items: center;
	padding: 0 12px;
	height: 60px;
	background: #ffffff;
	@media (768px <= width <= 1023px) {
		padding: 0 12px;
		height: 72px;
	}
	@media (1024px <= width) {
		padding: 0 16px;
		height: 98px;
	}
}

#header #logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 8px;
	width: 385px;
	margin: 0 auto 0 0;
	padding: 0;
	img {
		max-width: 240px;
		filter: invert(12%) sepia(1%) saturate(2311%) hue-rotate(342deg) brightness(81%) contrast(91%);
	}
	span {
		display: inline-block;
		color: #ffffff;
		font-size: 12px;
		font-weight: 400;
		line-height: 20px;
		background: var(--dept_msub);
		border-radius: 2px;
		padding: 0 4px;
	}
	@media (1280px <= width <= 1439px) {
		width: 240px;
	}
	@media (1024px <= width <= 1279px) {
		width: 200px;
		& img {
			max-width: 200px;
		}
	}
	@media (768px <= width <= 1023px) {
		width: 350px;
		& img {
			max-width: 200px;
		}
	}
	@media (width < 767px) {
		width: 40%;
		max-width: 150px;
		gap: 4px;
		& img {
			max-width: 100%;
		}
		& span {
			font-size: 9px;
			line-height: 15px;
		}
	}
}

#header nav.pc {
	margin-right: 24px;
	@media (768px <= width <= 1239px) {
		margin-right: 16px;
	}
	@media (width <= 1023px) {
		display: none;
	}
}
#header nav.pc ul.main {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5em;
	li + li {
		padding-left: 1em;
	}
	a {
		color: var(--txt);
		font-weight: 700;
		font-size: 0.8888rem;
		text-decoration: none;
		white-space: nowrap;
		&:hover {
			color: var(--green);
		}
		@media (1280px <= width <= 1439px) {
			font-size: 0.7777rem;
		}
		@media (1024px <= width <= 1279px) {
			font-size: 0.6666rem;
		}
	}
	& li.dropdown > a {
		cursor: pointer;
	}
	& li.dropdown .localwrap {
		visibility: hidden;
		opacity: 0;
		width: 100%;
		max-width: 1440px;
		background: #ffffff;
		border-radius: 0px 0px 16px 16px;
		box-shadow: 0px 8px 8px 1px rgba(0,0,0,0.16);
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 0 80px 0 0;
		gap: 80px;
		position: absolute;
		margin: auto;
		top: 98px;
		left: 0; right: 0;
		&::before {
			content: "";
			display: block;
			position: absolute;
			width: 200%;
			height: 100%;
			left: -50%;
			top: -24px;
			z-index: -1;
		}
		figure {
			width: 33.34%;
		}
		dl {
			width: calc(100% - 33.34% - 80px);
			display: flex;
			flex-wrap: wrap;
			gap: 0 34px;
			dt {
				width: 100%;
				font-size: 1.3333rem;
				font-weight: 700;
				color: var(--green);
				padding-bottom: 0.3em;
			}
			dd {
				font-size: 0.8888rem;
				width: calc((100% - 34px * 2) / 3);
				border-bottom: var(--border) 1px solid;
				a {
					display: block;
					padding: 1em 0;
					color: var(--txt);
					font-weight: normal;
					position: relative;
					&::before {
						content: "";
						display: block;
						width: 9px;
						height: 9px;
						background: url("/assets/images/ico-arrw.svg") no-repeat center center / contain;
						filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
						position: absolute;
						margin: auto;
						top: 0; bottom: 0;
						right: 0.25em;
						z-index: 1;
					}
					&::after {
						content: "";
						display: block;
						width: 18px;
						height: 18px;
						border-radius: 9px;
						background: var(--txt);
						position: absolute;
						margin: auto;
						top: 0; bottom: 0;
						right: 0;
					}
					&:hover {
						opacity: 0.6;
					}
				}
			}
		}
	}
	& li.dropdown:hover > a {
		color: var(--green);
	}
	& li.dropdown:hover .localwrap,
	& li.dropdown .localwrap.focused {
		visibility: visible;
		opacity: 1;
	}
}
#header nav.pc ul.sub {
	display: flex;
	justify-content: flex-end;
	li + li {
		margin-left: 1em;
	}
	a {
		color: var(--txtsub);
		font-size: 0.7777rem;
		text-decoration: none;
		img {
			display: inline-block;
			vertical-align: middle;
			height: 14px;
			margin-bottom: 2px;
			filter: invert(44%) sepia(8%) saturate(0%) hue-rotate(138deg) brightness(98%) contrast(88%);
			&.arw {
				margin-right: 0;
				transform: rotate(90deg);
			}
		}
		@media (1024px <= width <= 1279px) {
			font-size: 0.6666rem;
		}
	}
	& li.dropdown {
		position: relative;
		z-index: 2;
	}
	& li.dropdown > a {
		cursor: pointer;
	}
	& li.dropdown ul {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: 240px;
		left: -40px;
		background: #EBEBEB;
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
		border-radius: 8px;
		li {
			margin-left: 0 !important;
			border-bottom: var(--border) 1px solid;
			a {
				display: block;
				padding: 1em;
				color: var(--txt);
				position: relative;
				&::before {
					content: "";
					display: block;
					width: 9px;
					height: 9px;
					background: url("/assets/images/ico-arrw.svg") no-repeat center center / contain;
					filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
					position: absolute;
					margin: auto;
					top: 0; bottom: 0;
					right: 1.3em;
					z-index: 1;
				}
				&::after {
					content: "";
					display: block;
					width: 18px;
					height: 18px;
					border-radius: 50%;
					background: var(--txt);
					position: absolute;
					margin: auto;
					top: 0; bottom: 0;
					right: 1em;
				}
				&:hover {
					opacity: 0.6;
				}
			}
		}
	}
	& li.dropdown:hover ul,
	& li.dropdown ul.focused {
		visibility: visible;
		opacity: 1;
	}
}
#header #fixed #subitem {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header a.btndoc {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	font-size: 0.8888rem;
	font-weight: 700;
	line-height: 64px;
	white-space: nowrap;
	text-decoration: none;
	padding: 0 16px;
	background-color: var(--dept_day);
	border: var(--txt) 1px solid;
	border-radius: 5px;
	img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		margin-bottom: 3px;
		filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
	}
	@media (768px <= width <= 1279px) {
		font-size: 0.6666rem;
		line-height: 48px;
		padding: 0 12px;
	}
	@media (width < 767px) {
		font-size: 0.6666rem;
		line-height: 40px;
		padding: 0 12px;
	}
}
#header a.btndoc:hover {
	opacity: 0.8;
}

#header #menu {
  position: relative;
  display: block;
}
#header #menu .navgroup {
	overflow: hidden;
	height: 0;
	@media (768px <= width <= 1023px) {
		margin-top: 72px;
	}
	@media (1024px <= width) {
		margin-top: 98px;
	}
}
.menu_open #header #menu .navgroup {
	background: var(--green);
	width: 100%;
	padding: 58px 0 90px;
	border-radius: 0px 0px 24px 24px;
	overflow-y: scroll;
}

#header #menu #menuwrap {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	gap: 56px 40px;
}
#header #menu #menuwrap dl {
	width: calc((100% - 40px * 3) / 4);
	dt {
		font-weight: 700;
		color: #ffffff;
	}
	dd {
		margin-top: 0.5em;
		font-size: 0.8888em;
	}
	a {
		display: block;
		color: #ffffff;
		line-height: 2.2;
		text-decoration: none;
		position: relative;
		margin-left: 1em;
		&:hover {
			text-decoration: underline;
		}
		&::before {
			content: "-";
			margin-right: 0.2em;
			color: #ffffff;
			text-decoration: none;
			position: absolute;
			right: 101%;
		}
		&.anker {
			margin-left: 2em;
			line-height: 1.6;
			&::before {
				content: "";
			}
		}
	}
}
@media (width < 767px) {
	.menu_open #header #menu {
		height: 100vh;
	}
	#header #menu .navgroup {
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		padding: 10% 5% 5%;
		height: 0;
		-webkit-transition: height 0.5s;
		transition: height 0.5s;
		z-index: 91;
	}
	.menu_open #header #menu .navgroup {
		padding: 60px 0 30px;
		border-radius: 0;
	}
	#header #menu #menuwrap {
		flex-direction: column;
		gap: 0;
	}
	#header #menu #menuwrap dl {
		width: 100%;
		border-bottom: #ffffff 1px solid;
		opacity: 0;
		dt {
			padding: 1em;
			position: relative;
			&::after {
				content: "";
				display: block;
				width: 24px;
				height: 24px;
				background: url("/assets/images/ico-arrw.svg") no-repeat center center / contain;
				filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
				transform: rotate(90deg);
				position: absolute;
				margin: auto;
				top: 0; bottom: 0;
				right: 1em;
				z-index: 1;
			}
			&.open::after {
				transform: rotate(-90deg);
			}
		}
		dd {
			padding: 0 1.5em 1.5em;
			margin-top: 0;
			font-size: 0.8888em;
		}
	}
}


#header #menu_sp {
	position:relative;
	display: block;
	width: 64px;
	height: 64px;
	margin-left: 8px;
	background-color: var(--txt);
	border-radius: 4px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	z-index: 120;
}
#header #menu_sp span {
	position: absolute;
	display: block;
	width: 24px;
	height: 1px;
	margin: auto;
	left: 50%;
  -webkit-transform: translateX(-50%);
	background-color: #ffffff;
	-webkit-transition: top 0.2s 0.5s,bottom 0.2s 0.5s,-webkit-transform 0.5s;
	transition: top 0.2s 0.5s,bottom 0.2s 0.5s,-webkit-transform 0.5s;
	transition: transform 0.5s,top 0.2s 0.5s,bottom 0.2s 0.5s;
	transition: transform 0.5s,top 0.2s 0.5s,bottom 0.2s 0.5s,-webkit-transform 0.5s;
}
#header #menu_sp span:first-of-type {
	top: 34%;
}
#header #menu_sp span:nth-child(2) {
	top: 0; bottom: 0;
}
#header #menu_sp span:last-of-type {
	bottom: 34%;
}

.menu_open #header #menu .navgroup {
	position: fixed;
	max-height: 95vh;
	overflow-y: scroll;
	@supports(-webkit-touch-callout: none) {
		/* iPhoneの表示のみ指定を上書き */
		max-height: -webkit-fill-available;
	}
}
@media (width < 767px) {
	.menu_open #header #menu #menuwrap dl {
		opacity: 1;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(1) {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(2) {
		-webkit-transition-delay: 0.35s;
		transition-delay: 0.35s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(3) {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(4) {
		-webkit-transition-delay: 0.45s;
		transition-delay: 0.45s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(5) {
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(6) {
		-webkit-transition-delay: 0.55s;
		transition-delay: 0.55s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(7) {
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(8) {
		-webkit-transition-delay: 0.65s;
		transition-delay: 0.65s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(9) {
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(10) {
		-webkit-transition-delay: 0.75s;
		transition-delay: 0.75s;
	}
	.menu_open #header #menu #menuwrap dl:nth-of-type(11) {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}
}

.menu_open #header #menu_sp span {
	-webkit-transition: top 0.2s,bottom 0.2s,-webkit-transform 0.5s 0.2s;
	transition: top 0.2s,bottom 0.2s,-webkit-transform 0.5s 0.2s;
	transition: top 0.2s,bottom 0.2s,transform 0.5s 0.2s;
	transition: top 0.2s,bottom 0.2s,transform 0.5s 0.2s,-webkit-transform 0.5s 0.2s;
}
.menu_open #header #menu_sp span:nth-child(2) {
	opacity: 0;
}
.menu_open #header #menu_sp span:first-of-type {
	top: 50%;
	left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
}
.menu_open #header #menu_sp span:last-of-type {
	bottom: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
}
@media (768px <= width <= 1279px) {
	#header #menu_sp {
		width: 48px;
		height: 48px;
		& span {
			width: 18px;
		}
	}
}
@media (width < 767px) {
	#header #menu_sp {
		width: 40px;
		height: 40px;
		& span {
			width: 15px;
		}
	}
}



.pan {
	padding: 32px 80px;
	margin: 0 24px;
	position: relative;
	z-index: 1;
	& ul {
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		color: var(--txt);
		font-size: 0.6666rem;
		line-height: 1;
		& li {
			white-space: nowrap;
		}
		& li:not(:last-child)::after {
			content: ">";
			color: var(--txtsub);
			margin: 0 0.5em;
		}
		& a {
			color: var(--txtsub);
		}
	}
	@media (width < 767px) {
		display: none;
	}
}
.pg-course .pan ul {
	color: #ffffff;
	& li:not(:last-child)::after {
		color: #ffffff;
	}
	& a {
		color: #ffffff;
	}
}



/*-----------------------------
Footer
-------------------------------*/
#footer {
	overflow: hidden;
}
#footer .role_inner {
	background: var(--green);
	padding: 85px 3.8% 0;
	border-radius: 32px 32px 0px 0px;
	@media (width < 767px) {
		padding: 3.8% 3.8% 30%;
	}
}
#footer .contentWrap {
	max-width: 1200px;
}
#footer aside {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	padding: 24px 40px;
	border: var(--txt) 1px solid;
	border-radius: 16px;
	h3 {
		display: flex;
		align-items: center;
		gap: 24px;
		margin: 0;
		padding: 0;
		span {
			padding-top: 0.5em;
			font-size: 0.7777rem;
		}
		&::before {
			content: "";
		}
	}
	ul {
		display: flex;
		gap: 24px;
		img {
			max-width: 40px;
		}
	}
	@media (width < 767px) {
		flex-direction: column;
		padding: 24px 28px;
		border-radius: 12px;
		h3 {
			flex-direction: column;
			justify-content: center;
			gap: 2px;
		}
		ul {
			margin-top: 16px;
			gap: 16px;
			img {
				max-width: 44px;
			}
		}
	}
}
#footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
	gap: 56px 30px;
	border-bottom: var(--border) 1px solid;
	margin-top: 56px;
	padding-bottom: 56px;
	dl {
		width: calc((100% - 30px * 4) / 5);
		dt {
			font-size: 0.8888rem;
			font-weight: 700;
			color: #ffffff;
		}
		dd {
			font-size: 0.7777rem;
			margin-top: 0.5em;
			line-height: 1.5;
			&::before {
				content: "-";
				margin-right: 0.2em;
				color: #ffffff;
				text-decoration: none;
			}
		}
		a {
			color: #ffffff;
			text-decoration: none;
			&:hover {
				text-decoration: underline;
			}
		}
	}
}
#footer #copywrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	& #organization {
		max-width: 800px;
		padding: 30px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 48px;
		img {
			max-width: 445px;
			/*filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);*/
		}
		p {
			font-size: 0.7777rem;
			color: #ffffff;
			margin: 0;
		}
	}
	& #copyright {
		font-size: 0.6666rem;
		color: #ffffff;
		letter-spacing: 0.04em;
		padding: 0 0.5em 2em;
	}
	a {
		color: #ffffff;
	}
	@media (width < 767px) {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		& #organization {
			flex-direction: column;
			justify-content: center;
			text-align: center;
			gap: 24px;
			img {
				width: 80%;
			}
		}
	}
	@media (1800px <= width) {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}




/*-----------------------------
section setting
-------------------------------*/
section {
	padding: 0 5%;
	position: relative;
	section {
		padding: 0;
	}
}
main h1 {
	background: var(--bg);
	border-radius: 24px;
	margin: 0 24px 10px;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.02em;
	color: var(--txt);
	text-align: center;
	word-break: keep-all;
	text-wrap: balance;
	position: relative;
	top: -76px;
	span {
		display: inline-block;
		padding-left: 18px;
		font-size: 1.1rem;
		color: var(--green);
		position: relative;
		&::before {
			content: "●";
			font-size: 10px;
			color: var(--green);
			position: absolute;
			top: 10px;
			left: 0;
		}
	}
	em {
		font-style: normal;
		display: block;
		padding: 1.77em 2.5em 1.77em;
	}
	&::after {
		content: "";
		display: block;
		background: url("/assets/images/ico-h1.svg") no-repeat top center / contain;
		aspect-ratio: 1 / 0.3125597269624573;
		width: 36.5%;
		max-width: 294px;
		position: absolute;
		top: 90%;
		left: 80px;
	}
	@media (768px <= width <= 1279px) {
		font-size: 2rem;
		em {
			padding: 1.5em 1em 1.5em;
		}
	}
	@media (width < 767px) {
		border-radius: 0;
		margin: 0 0 10%;
		font-size: 1.5rem;
		top: 0;
		&::after {
			left: 8.5%;
		}
		em {
			padding: 1.3333em 1.6em 2em;
		}
	}
}
.pg-features h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	em {
		text-align: left;
	}
	figure {
		border-radius: 16px;
		overflow: hidden;
		width: 45.58%;
		max-width: 784px;
		transform: translate(-32px, 32px);
		@media (width < 767px) {
			border-radius: 8px;
			width: 100%;
			transform: translate(0, 20px);
		}
	}
	@media (768px <= width <= 1279px) {
		em {
			width: 50%;
		}
	}
	@media (width < 767px) {
		padding: 0 4%;
		flex-direction: column;
		em {
			width: 100%;
			padding: 1.3333em 0 1em;
		}
		&::after {
			top: 101%;
		}
	}
}
.pg-course h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	em {
		text-align: left;
		color: #ffffff;
		span {
			color: #ffffff;
			&::before {
				color: #ffffff;
			}
		}
		& small span {
			display: inline-block;
			background: #ffffff;
			color: var(--txt);
			font-size: 1.2rem;
			font-weight: 400;
			line-height: 1.7;
			padding: 0 0.5em;
			border-radius: 7px;
			margin-left: 1em;
			margin-bottom: 8px;
			vertical-align: bottom;
			&::before {
				display: none;
			}
			@media (768px <= width <= 1023px) {
				font-size: 1rem;
				margin-bottom: 2px;
			}
			@media (width < 767px) {
				font-size: 0.8rem;
				margin-bottom: 2px;
			}
		}
		@media (1024px <= width) {
			padding: 0.5em 0 0.8em;
		}
		@media (768px <= width <= 1023px) {
			padding: 1em 0 1em;
		}
	}
	ul {
		border-top: #ffffff 1px solid;
		display: block;
		width: 100%;
		padding-top: 1em;
		color: #ffffff;
		font-size: 0.8888rem;
		text-align: left;
		font-weight: normal;
		line-height: 1.5;
		li + li {
			padding-top: 1em;
		}
	}
	figure {
		border-radius: 16px;
		overflow: hidden;
		width: 30%;
		max-width: 380px;
		@media (width < 767px) {
			border-radius: 8px;
			width: 100%;
			transform: translate(0, 20px);
		}
		@media (768px <= width) {
			transform: scale(115%) translate(-54px, 54px);
		}
		@media (768px <= width <= 1023px) {
			transform: scale(100%) translate(-32px, 32px);
		}
	}
	@media (768px <= width) {
		div {
			width: 60%;
			padding-left: 1.77em;
		}
		ul {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			padding-top: 2em;
			li {
				width: 49%;
				& + li {
					padding-top: 0;
				}
			}
		}
	}
	@media (768px <= width <= 1023px) {
		div {
			padding-left: 1em;
		}
		ul {
			padding-top: 1em;
		}
	}
	@media (width < 767px) {
		padding: 0 4%;
		flex-direction: column;
		div {
			width: 100%;
			padding: 0.8em 0 0.4em;
			em {
				padding: 0 0 1em;
			}
		}
		&::after {
			top: 101%;
		}
	}
	&.senshuka {
		background-color: var(--dept_m);
	}
	&.honka {
		background-color: var(--dept_day);
	}
	&.yakanbu {
		background-color: var(--dept_night);
	}
}
.pg-opencampus h1 {
	top: 0px;
	padding: 34px 29% 0;
	&::after {
		content: none;
	}
	img {
		margin: auto;
	}
	@media (width < 767px) {
		padding: 8% 20% 0;
	}
}
h2 {
	font-size: 1.7777rem;
	line-height: 1.25;
	margin-top: 6.7rem;
	background: #F8F7EE;
	border-radius: 16px;
	padding: 1em;
	position: relative;
	&::before {
		content: "";
		display: block;
		width: 6px;
		height: calc(100% - 2em);
		border-radius: 0px 8px 8px 0px;
		background: var(--green);
		position: absolute;
		top: 1em;
		left: 0;
	}
	@media (width < 767px) {
		font-size: 1.25rem;
		border-radius: 8px;
		margin-top: 3rem;
	}
}
h3 {
	font-size: 1.3333rem;
	line-height: 1.25;
	word-break: auto-phrase;
	margin-top: 3.3rem;
	position: relative;
	span {
		padding: 0 1em;
		background: #ffffff;
	}
	&::before {
		content: "●";
		font-size: 12px;
		color: var(--green);
		position: absolute;
		top: 0.6em;
		left: 0.1em;
	}
	&::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: var(--txt);
		position: absolute;
		top: 0.6em;
		left: 0;
		z-index: -1;
	}
	@media (width < 767px) {
		font-size: 1.125rem;
	}
}
h4 {
	font-size: 1.1111rem;
	line-height: 1.25;
	word-break: auto-phrase;
}
h5 {
	font-size: 1.1111rem;
	line-height: 1.25;
	word-break: auto-phrase;
	margin-top: 1em;
}

p.lead {
	font-size: 1.125rem;
}


/* -----------------Margin---------------------- */
.mb9 {
	margin-bottom: 9px !important;
}
.mb18 {
	margin-bottom: 18px !important;
}
.mb27 {
	margin-bottom: 27px !important;
}
.mb36 {
	margin-bottom: 36px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb54 {
	margin-bottom: 54px !important;
}
.mb63 {
	margin-bottom: 63px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
@media (width < 767px) {
	.mb9 {
		margin-bottom: 3% !important;
	}
	.mb18 {
		margin-bottom: 5% !important;
	}
	.mb27 {
		margin-bottom: 7% !important;
	}
	.mb36 {
		margin-bottom: 10% !important;
	}
	.mb45 {
		margin-bottom: 12% !important;
	}
	.mb54 {
		margin-bottom: 14.4% !important;
	}
	.mb63 {
		margin-bottom: 16.8% !important;
	}
	.mb100 {
		margin-bottom: 27% !important;
	}
}
.mt0 {
	margin-top: 0 !important;
}
.mt9 {
	margin-top: 9px !important;
}
.mt18 {
	margin-top: 18px !important;
}
.mt27 {
	margin-top: 27px !important;
}
.mt36 {
	margin-top: 36px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt54 {
	margin-top: 54px !important;
}
.mt63 {
	margin-top: 63px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt100 {
	margin-top: 100px !important;
}
@media (width < 767px) {
	.mt9 {
		margin-top: 3% !important;
	}
	.mt18 {
		margin-top: 5% !important;
	}
	.mt27 {
		margin-top: 7% !important;
	}
	.mt36 {
		margin-top: 10% !important;
	}
	.mt45 {
		margin-top: 12% !important;
	}
	.mt54 {
		margin-top: 14.4% !important;
	}
	.mt63 {
		margin-top: 16.8% !important;
	}
	.mt80 {
		margin-top: 21.3% !important;
	}
	.mt100 {
		margin-top: 27% !important;
	}
}

.pb36 {
	padding-bottom: 36px !important;
}
@media (width < 767px) {
	.pb36 {
		padding-bottom: 10% !important;
	}
}



/* -----------------Button---------------------- */
a.btn {
	display: inline-block;
	text-align: center;
	color: var(--txt);
	line-height: 3.56;
	white-space: nowrap;
	text-decoration: none;
	padding: 0 1.5em;
	background-color: #ffffff;
	border: var(--txt) 1px solid;
	border-radius: 2em;
	&::before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url("/assets/images/ico-arrw-btn.svg") no-repeat center center/contain;
		margin-right: 0.5em;
		margin-bottom: 3px;
		vertical-align: middle;
	}
	img {
		display: inline-block;
		margin-right: 8px;
		vertical-align: middle;
	}
	span {
		display: inline-block;
		line-height: 1.2;
		vertical-align: middle;
	}
}
a.btn:hover {
	background-color: var(--border);
	opacity: 0.8;
}
a.btn[disabled] {
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none;
}

a.btn.no-icon::before {
	content: none;
}
a.btn.down::before {
	transform: rotate(90deg);
}
a.btn.narrow {
	font-size: 0.7777rem;
	line-height: 3;
}
a.btn[target="_blank"] {
	color: #ffffff;
	font-weight: 700;
	background-color: var(--dept_day);
	&::before {
		width: 24px;
		height: 24px;
		background: url("/assets/images/ico-blank.svg") no-repeat center center/contain;
		filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
		margin-bottom: 3px;
	}
	&:hover {
		color: var(--dept_day);
		background-color: #ffffff;
		border: var(--dept_day) 1px solid;
		&::before {
			filter: invert(45%) sepia(99%) saturate(975%) hue-rotate(327deg) brightness(96%) contrast(91%);
		}
	}
}
a.btn[target="_blank"].narrow {
	color: var(--green);
	font-weight: 700;
	background-color: #ffffff;
	border: var(--green) 1px solid;
	&::before {
		filter: invert(32%) sepia(89%) saturate(751%) hue-rotate(132deg) brightness(105%) contrast(101%);
	}
	&:hover {
		color: #ffffff;
		background-color: var(--green);
		&::before {
			filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
		}
	}
}
a.btn[href$=".pdf"],
a.btn[href$=".xlsx"],
a.btn[href$=".xlsm"],
a.btn[href$=".xls"],
a.btn[href$=".doc"],
a.btn[href$=".docx"],
a.btn[href$=".docm"],
a.btn[href$=".txt"],
a.btn[href$=".csv"] {
	color: var(--green);
	font-weight: 700;
	background-color: #ffffff;
	border: var(--green) 1px solid;
	padding: 0 2em;
	&::before {
		background: url("/assets/images/ico-down.svg") no-repeat center center/contain;
		filter: invert(32%) sepia(89%) saturate(751%) hue-rotate(132deg) brightness(105%) contrast(101%);
		margin-bottom: 5px;
	}
	&:hover {
		color: #ffffff;
		background-color: var(--green);
		&::before {
			filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
		}
	}
}
@media (width < 767px) {
	a.btn {
		font-size: 1rem;
	}
}
a.arw {
	text-decoration: none;
	&::before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url("/assets/images/ico-arrw-btn.svg") no-repeat center center/contain;
		margin-right: 0.5em;
		margin-bottom: 3px;
		vertical-align: middle;
	}
	&:hover {
		text-decoration: underline;
	}
}
a.faq {
	color: var(--green);
	font-weight: 700;
	background-color: #ffffff;
	border: var(--green) 1px solid;
	padding: 0 2em;
	position: relative;
	&::before {
		content: "";
		display: inline-block;
		width: 12px; height: 12px;
		background: url("/assets/images/ico-arrw.svg") no-repeat center center/contain;
		filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
		margin-bottom: 5px;
		position: relative;
		z-index: 1;
	}
	&::after {
		content: "";
		display: inline-block;
		width: 18px; height: 18px;
		background: var(--green);
		border-radius: 50%;
		position: absolute;
		margin: auto;
		top: 0; bottom: 0;
		left: 32px;
		z-index: 0;
	}
	&.narrow::after {
		left: 25px;
	}
	&:hover {
		color: #ffffff;
		background-color: var(--green);
		&::before {
			filter: invert(32%) sepia(89%) saturate(751%) hue-rotate(132deg) brightness(105%) contrast(101%);
		}
		&::after {
			background: #ffffff;
		}
	}
}

.line {
	padding-bottom: 1em;
	border-bottom: 1px var(--border) solid;
}
.linedot {
	padding-bottom: 1em;
	border-bottom: 1px var(--border) dashed;
}
.txtbox {
	background-color: var(--gray2);
	padding: 1.25rem;
	margin-top: 24px;
	& .header {
		background-color: var(--gray1);
		padding: 0.5em;
		color: #fff;
		font-weight: 700;
		line-height: 2.2;
	}
}

.table {
	margin-top: 24px;
	border-collapse: collapse;
	border: 1px var(--border) solid;
	min-width: 550px;
	& th, & td {
		padding: 1em;
		border: 1px var(--border) solid;
		line-height: 1.5;
		span {
			font-weight: normal;
			font-size: 86%;
		}
	}
	& thead th {
		background-color: var(--green);
		font-weight: 700;
		color: #ffffff;
		text-align: center;
		white-space: nowrap;
		line-height: 1;
	}
	& tbody th {
		background-color: var(--bg);
		font-weight: 700;
		text-align: center;
		white-space: nowrap;
	}
	& td.em, & th.em {
		background-color: #FFE2DC;
	}
	& em {
		color: var(--dept_day);
		font-weight: 700;
		letter-spacing: 0;
	}
}
.table.day thead th {background-color: var(--dept_day);}
.table.night thead th {background-color: var(--dept_night);}
.table.sel2 td {
	width: 35%;
	min-width: 200px;
}
.table.sel3 td {
	width: 25%;
	min-width: 200px;
}
.table.sel4 td {
	width: 20%;
	min-width: 150px;
}
.table.sel5 td {
	width: 16%;
	min-width: 120px;
}

.table.striped {
	& th, & td {
		border-top: none;
		border-bottom: none;
	}
	& tr:nth-child(even) {
		background-color: var(--gray2);
	}
}
@media (width < 767px) {
  .table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .table .fixed {
    position: sticky;
    left: 0;
  }
}

.imgbox {
	margin: 1em auto 0;
	figure img {
		border-radius: 16px;
	}
	&.img2 {
		display: flex;
		margin: 1em auto 0;
		flex-wrap: wrap;
		gap: 48px;
		& > li {
			width: calc((100% - 48px * 1) / 2);
		}
	}
	&.img3 {
		display: flex;
		margin: 1em auto 0;
		flex-wrap: wrap;
		gap: 36px;
		& > li {
			width: calc((100% - 36px * 2) / 3);
		}
	}
	&.img4 {
		display: flex;
		margin: 1em auto 0;
		flex-wrap: wrap;
		gap: 24px;
		& > li {
			width: calc((100% - 24px * 3) / 4);
		}
	}
	&.img5 {
		display: flex;
		margin: 1em auto 0;
		flex-wrap: wrap;
		gap: 20px;
		& > li {
			width: calc((100% - 20px * 4) / 5);
		}
	}
	&.center {
		justify-content: center;
	}
	@media (768px <= width <= 1023px) {
		&.img4.tb3,
		&.img5.tb3 {
			gap: 36px;
			& > li {
				width: calc((100% - 36px * 2) / 3);
			}
		}
	}
	@media (width < 767px) {
		figure img {
			border-radius: 8px;
		}
		&.img2.sp1 > li,
		&.img3.sp1 > li,
		&.img4.sp1 > li,
		&.img5.sp1 > li {
			width: 100%
		}
		&.img3.sp2,
		&.img4.sp2,
		&.img5.sp2 {
			gap: 24px 17px;
			& > li {
				width: calc((100% - 17px * 1) / 2);
			}
		}
	}
}

.imgbox-txt-left,
.imgbox-txt-right {
	margin: 1em auto 0;
	display: grid;
	grid-template-columns: 376px 1fr;
	grid-column-gap: 36px;
	grid-row-gap: 0px;
	figure img {
		border-radius: 16px;
	}
	@media (width < 767px) {
		grid-template-columns: 1fr;
		grid-row-gap: 36px;
		figure img {
			border-radius: 8px;
		}
	}
}
.imgbox-txt-right {
	grid-template-columns: 1fr 376px;
	@media (width < 767px) {
		grid-template-columns: 1fr;
		grid-row-gap: 36px;
	}
}

.float_img {
	clear: both;
	figure img {
		border-radius: 16px;
	}
	& .img_left {
		border-radius: 16px;
		float: left;
		margin-right: 2em;
		margin-bottom: 2em;
	}
	& .img_right {
		border-radius: 16px;
		float: right;
		margin-left: 2em;
		margin-bottom: 2em;
	}
	@media (width < 767px) {
		figure img {
			border-radius: 8px;
		}
		.img_left {
			display: block;
			width: 50%;
			height: auto;
			float: none;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1em;
		}
		.img_right {
			display: block;
			width: 50%;
			height: auto;
			float: none;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1em;
		}
	}
}

.videowrap {
	max-width: 768px;
	margin: 1em auto 0;
	& .video {
		width: 100%;
		aspect-ratio: 16 / 9;
		& iframe {
			width: 100%;
			height: 100%;
		}
	}
	& .caption {
		margin-top: 0;
		line-height: 2.2;
	}
}

#localnav {
	background: var(--bg);
	border-radius: 16px;
	margin: 24px;
	& .contentWrap {
		padding: 56px 0;
	}
	& .localwrap {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 0;
		gap: 36px;
		figure {
			width: 31.333%;
			max-width: 376px;
			border-radius: 16px;
		}
		dl {
			width: calc(100% - 31.333% - 36px);
			display: flex;
			flex-wrap: wrap;
			gap: 0 34px;
			dt {
				width: 100%;
				font-size: 1.3333rem;
				font-weight: 700;
				color: var(--green);
				padding-bottom: 0.3em;
			}
			dd {
				font-size: 0.8888rem;
				width: calc((100% - 34px * 2) / 3);
				border-bottom: var(--border) 1px solid;
				a {
					display: block;
					padding: 1em 0;
					color: var(--txt);
					font-weight: normal;
					text-decoration: none;
					position: relative;
					&::before {
						content: "";
						display: block;
						width: 9px;
						height: 9px;
						background: url("/assets/images/ico-arrw.svg") no-repeat center center / contain;
						filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
						position: absolute;
						margin: auto;
						top: 0; bottom: 0;
						right: 0.25em;
						z-index: 1;
					}
					&::after {
						content: "";
						display: block;
						width: 18px;
						height: 18px;
						border-radius: 9px;
						background: var(--txt);
						position: absolute;
						margin: auto;
						top: 0; bottom: 0;
						right: 0;
					}
					&:hover {
						opacity: 0.6;
					}
				}
			}
		}
	}
}
@media (width < 767px) {
	#localnav {
		padding: 0;
		margin: 4%;
		& .contentWrap {
			padding: 4%;
			& .localwrap {
				display: block;
				figure {
					width: 100%;
					max-width: 750px;
				}
				dl {
					width: 90%;
					display: block;
					margin: 8% auto 0;
					dd {
						width: 100%;
						a {
							padding: 1.5em 0;
						}
					}
				}
			}
		}
	}
}



/* swiper settings ---------------------------------------- */
.wrap .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wrap .swiper-slide a:hover img {
	opacity: 1;
}
.wrap .swiper-button-next,
.wrap .swiper-button-prev {
	background-color: var(--txt);
	color:#ffffff;
}
.wrap .swiper-button-next:after,
.wrap .swiper-button-prev:after {
  font-size:12px;
}
.wrap .swiper-button-prev,
.wrap .swiper-rtl .swiper-button-next {
  left:var(--swiper-navigation-sides-offset,16px);
	width: 48px; height: 48px;
	border-radius: 50%;
	@media (width < 767px) {
		left:var(--swiper-navigation-sides-offset,60px);
		width: 38px; height: 38px;
	}
}
.wrap .swiper-button-next,
.wrap .swiper-rtl .swiper-button-prev {
  right:var(--swiper-navigation-sides-offset,16px);
	width: 48px; height: 48px;
	border-radius: 50%;
	@media (width < 767px) {
		right:var(--swiper-navigation-sides-offset,60px);
		width: 38px; height: 38px;
	}
}
/*@media (width < 767px) {
	.wrap .swiper-button-next,
	.wrap .swiper-button-prev {
		top: var(--swiper-navigation-top-offset,100%);
		transform: translateY(-50%);
		z-index: 11;
	}
}*/
.wrap .swiper-pagination {
	position: absolute;
	text-align: center;
}
.wrap .swiper-horizontal > .swiper-pagination-bullets, .wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.wrap .swiper-pagination-custom, .wrap .swiper-pagination-fraction {
	line-height: 1;
	bottom: var(--swiper-pagination-bottom,14px);
}
.wrap .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: var(--border);
	border: 1px var(--border) solid;
}
.wrap .swiper-pagination-bullet-active {
	background: var(--dept_day);
	border: 1px var(--dept_day) solid;
}
.wrap .swiper-pagination-bullets {
	left: var(--swiper-pagination-left, auto);
	right: var(--swiper-pagination-right, 8px);
	top: 50%;
}








