@charset "utf-8";
/*-------------------------------------------------*/
/*(C) A.C.Planet Inc. All rights reserved. */
/*--------------------------------------------------*/

/*初期化
----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul {
	list-style-type: none;
}
ol {
	margin: 10px 0 10px 33px;
}
hr {
	display: none;
}
img {
	border: 0;
}
/*default
----------------------------------------*/
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFFFFF;
	width: 100%;
	letter-spacing: 1px;
}
 @media screen and (max-width: 767px) {
body {
	font-size: 0.875rem;
}
}
/*bootstrap
----------------------------------------*/
dl, ol, ul {
	margin: 0;
}
ol, ul {
	padding: 0
}
p {
	margin-bottom: 0;
}
/*余白
----------------------------------------*/

p, ul, dl {
	margin-top: 10px;
}
/*root
----------------------------------------*/
:root {
 --main-color:#005BAB;
 --sub-color01:#0D1D3C;/*紺色*/
 --sub-color02:#44628D;/*青（くすみ）コントラストOK*/
 --sub-color03:#9FB2C0;/*薄い青（くすみ）コントラストNG*/
 --sub-color04:#B3B3B3;/*ライン用のグレー*/
 --bg-color01:#E7EBEF;
 --bg-grad01:linear-gradient(-60deg, #005BAB, #0F2C4D);/*濃いグラデーション*/
 --bg-grad02:linear-gradient(-60deg, #9FB2C0, #44628D);/*薄いグラデーション*/
 --danger-color:#CA1B2D;
 --font-en: "Montserrat", serif;
}
/*リンク
----------------------------------------*/
a, a img {
	-webkit-transition: background-image 0.3s linear, color 0.3s linear, opacity 0.3s linear;
	transition: background-image 0.3s linear, color 0.3s linear, opacity 0.3s linear;
	outline: none;
}
a {
	color: var(--main-color);
}
/*a:visited{
	color: #666;
}*/
a:active {
	color: var(--main-color01);
}
a:hover {
	color: var(--main-color01);
}
a:hover img {
	filter: alpha(opacity=70); /* IE7以下用 */
	-ms-filter: “alpha(opacity=70)”; /* IE8用 */
	opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}
#hiddenlink {
	position: absolute;
	top: -9999px;
}
/*画像
----------------------------------------*/

img {
	max-width: 100%;
}
/*ClearFix
----------------------------------------*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* Hides from IE-mac */

.hidden {
	display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
/*大枠
----------------------------------------*/

main {
	padding-top: 187px;
}
 @media screen and (max-width: 991px) {
main {
	padding-top: 51px;
}
}
/*ヘッダー
----------------------------------------*/

#header {
	position: fixed;
	width: 100%;
	z-index: 99999;
}
#spmenu {
	display: none;
}
.header-upp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #fff;/*z-index: 99999;*/
}
/*　PC　*/

#header .logo {
	width: 280px;
	margin: 10px 30px;
}
#header .logo img {
	width: 100%;
	display: block;
}
.pcmenu-header-inner-left {
	display: flex;
	justify-content: flex-end;/*align-items: center;*/
}
.pcmenu-header-inner-left > div {
	text-align: right;
}
.pcmenu-header-inner-upp {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 8px;
	position: absolute;
	top: 0;
	right: 120px;
}
.pcmenu-header-smallmenu, .pcmenu-header-sns {
	margin-top: 0;
	display: flex;
}
.pcmenu-header-sns {
	line-height: 1em;
}
.pcmenu-header-smallmenu li a, .header-search {
	font-size: 0.875rem;
	color: #333;
	text-decoration: none;
	margin-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}
.pcmenu-header-smallmenu li a::after, .header-search::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: var(--main-color);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s ease;
}
.header-search {
	padding-top: 2px;
	padding-left: 19px;
	position: relative;
	cursor: pointer;
}
.header-search::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url("/asset/imgs/common/ic-search.svg") center / contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
.header-search button{
	font-family: "Noto Sans JP", sans-serif;
	border:unset;
	background:unset;
	font-size: 0.875rem;
	color: #333;
}
 @media (hover: hover) {
.pcmenu-header-smallmenu li a:hover::after,  .header-search:hover::after {
	width: 100%;
}
}
.pcmenu-header-sns li a {
	display: block;
	height: 21px;
	margin-left: 15px;
}
.pcmenu-header-sns li a img {
	height: 100%;
}
.pcmenu-header-low {
	display: inline-block;
	margin: 45px 0 10px 0;
}
.pcmenu-header-visitor {
	display: flex;
	border: 1px solid var(--sub-color04);
	border-radius: 10px;
	padding: 5px 0;
	margin-top: 0;
}
.pcmenu-header-visitor li {
	display: flex;
	align-items: center;
	border-right: 1px solid var(--sub-color04);
}
.pcmenu-header-visitor li:last-child {
	border-right: none;
}
.pcmenu-header-visitor li a {
	display: block;
	padding: 27px 10px 0 10px;
	/*margin: 5px;*/
	font-size: 0.75rem;
	line-height: 1.2;
	text-align: center;
	color: #333;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.pcmenu-header-visitor li a::before {
	content: '';
	display: block;
	width: 32px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.pcmenu-header-visitor-ic01 a::before {
	background: url("/asset/imgs/common/ic_header01.png") center / contain no-repeat;
}
.pcmenu-header-visitor-ic02 a::before {
	background: url("/asset/imgs/common/ic_header02.png") center / contain no-repeat;
}
.pcmenu-header-visitor-ic03 a::before {
	background: url("/asset/imgs/common/ic_header03.png") center / contain no-repeat;
}
.pcmenu-header-visitor-ic04 a::before {
	background: url("/asset/imgs/common/ic_header04.png") center / contain no-repeat;
}
.pcmenu-header-visitor-ic05 a::before {
	background: url("/asset/imgs/common/ic_header05.png") center / contain no-repeat;
}
.pcmenu-header-visitor-ic06 a::before {
	background: url("/asset/imgs/common/ic_header06.png") center / contain no-repeat;
}
.pcmenu-header-visitor li a::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: var(--bg-color01);
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	opacity: 0;
	transition: all .3s ease;
}
.pcmenu-header-inner-right p {
	height: 100%;
	margin-top: 0;
}
.pcmenu-header-inner-right p a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--sub-color01);
	margin-left: 20px;
	width: 95px;
	height: 100%;
	text-decoration: none;
	position: relative;
}
.pcmenu-header-inner-right p a::before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: var(--bg-color01);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease;
}
.pcmenu-header-inner-right p a span {
	display: block;
	font-size: 0.857rem;
	line-height: 1.5;
	color: #fff;
	padding: 43px 10px 0 10px;
	text-align: center;
	position: relative;
	transition: all .3s ease;
}
.pcmenu-header-inner-right p a span::before, .pcmenu-header-inner-right p a span::after {
	content: '';
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .3s ease;
}
.pcmenu-header-inner-right p a span::before {
	
	background: url("https://www.aichi-edu.ac.jp/imgs/ic_header_kifu.png") center / contain no-repeat;
	
	opacity: 1;
}
.pcmenu-header-inner-right p a span::after {
	
	background: url("https://www.aichi-edu.ac.jp/imgs/ic_header_kifu_hover.png") center / contain no-repeat;
	
	opacity: 0;
}
 @media (hover: hover) {
.pcmenu-header-visitor li a:hover::after {
	opacity: 1;
}
.pcmenu-header-inner-right p a:hover::before {
	width: 100%;
}
.pcmenu-header-inner-right p a:hover span {
	color: var(--sub-color02);
}
.pcmenu-header-inner-right p a:hover span::before {
	opacity: 0;
}
.pcmenu-header-inner-right p a:hover span::after {
	opacity: 1;
}
}
.pcmenu-gnav {
	background: var(--main-color);
}
.pcmenu-gnav-list {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0;
}
.pcmenu-gnav-list > li {
	padding: 0 0 20px 0;
	margin: 20px 25px 0 25px;/*position: relative;*/
}
.pcmenu-gnav-list > li.menu-on > a::before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: var(--sub-color03);
	border-radius: 0 0 5px 5px;
	position: absolute;
	top: -20px;
	left: 0;
}
.pcmenu-gnav-list > li a {
	display: block;
	color: #fff;
	font-size: 1.125rem;
	text-decoration: none;
	position: relative;
}
.pcmenu-gnav-list .megamenu {
	visibility: hidden;
	/*width: 100%;*/
	max-height: 0;
	position: absolute;
	top: 64px;
	/*left: 0;*/
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease;
	width: unset;
	left: 50%;
	transform: translateX(-50%);
}
.pcmenu-gnav-list .megamenu .container {
	padding-top: 50px;
	padding-bottom: 50px;
	background: var(--bg-color01);
	padding-left: 30px;
	padding-right: 30px;
	width: 100vw;
}
.pcmenu-gnav-list .megamenu-title {
	border-radius: 30px;
	overflow: hidden;
	background: var(--sub-color02);
	margin-bottom: 40px;
}
.pcmenu-gnav-list .megamenu-title a {
	font-size: 1.56rem;
	padding: 15px 60px 18px 30px;
	/*border: 1px solid var(--sub-color02);*/
	color: #fff;
	position: relative;
	z-index: 2;
	transition: all .3s ease;
}
.pcmenu-gnav-list .megamenu-title a::before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: var(--sub-color01);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease;
	z-index: -1;
}
.pcmenu-gnav-list .megamenu-title a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto 0;
	transition: all .3s ease;
}
.pcmenu-gnav-list .megamenu-inner {
	display: flex;
	justify-content: space-between;
}
.pcmenu-gnav-list .megamenu-item {
	border-left: 1px solid var(--sub-color03);
	width: 100%;
	margin-left: 60px;
}
.pcmenu-gnav-list .megamenu-item:first-child {
	margin-left: 0;
}
.pcmenu-gnav-list .megamenu-subtitle {
	margin-top: 0;
	padding: 0;
}
.pcmenu-gnav-list .megamenu-subtitle > li {
	font-weight: bold;
	color: var(--sub-color02);
	position: relative;
	padding: 0 0 0 20px;
}
.pcmenu-gnav-list .megamenu-subtitle > li::before {
	content: '';
	display: block;
	width: 10px;
	height: 20px;
	background: var(--sub-color03);
	border-radius: 0 100% 100% 0 / 50%;
	position: absolute;
	top: 3px;
	left: 0;
}
.pcmenu-gnav-list .megamenu-link {
	padding: 0 0 20px 0;
}
.pcmenu-gnav-list .megamenu-link > li a {
	color: #333;
	font-size: 0.875rem;
	font-weight: normal;
	border-bottom: 1px solid var(--sub-color04);
	margin-top: 10px;
	padding: 0 25px 5px 0;
	position: relative;
	transition: all .3s ease;
}
.pcmenu-gnav-list .megamenu-link > li a::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto 0;
	transition: all .3s ease;
}
/*.pcmenu-gnav-list > li:hover > a + .megamen*/
.pcmenu-gnav-list > li.is-open > a + .megamenu {
	visibility: visible;
	max-height: unset;
	max-height: calc(100vh - 187px);
	overflow-y: auto;
	box-shadow: 0 5px 15px rgba(0,0,0,.3);
	opacity: 1;
}
/*.is-heightmin .pcmenu-gnav-list > li:hover > a + .megamenu*/
.is-heightmin .pcmenu-gnav-list > li.is-open > a + .megamenu {
	max-height: calc(100vh - 111px);
}
@media (hover: hover) {
.pcmenu-gnav-list .megamenu-title a:hover {
	color: #fff;
}
.pcmenu-gnav-list .megamenu-title a:hover::before {
	width: 100%;
}
.pcmenu-gnav-list .megamenu-title a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 25px;
}
.pcmenu-gnav-list .megamenu-link > li a:hover {
	color: var(--main-color);
	border-bottom:1px solid var(--main-color);
}
.pcmenu-gnav-list .megamenu-link > li a:hover::after {
	right: 0;
}
}
 @media screen and (max-width: 1199px) {
.header-upp {
	align-items: flex-end;
}
#header .logo {
	width: 220px;
	margin: 20px 20px;
}
.pcmenu-gnav-list > li {
	margin: 20px 15px 0 15px;
}
.pcmenu-gnav-list > li a {
	font-size: 1rem;
}
}
 @media screen and (max-width: 991px) {
.pcmenu-header,  .pcmenu-gnav {
	display: none;
}
#spmenu {
	display: block;
}
#header .logo {
	width: 125px;
	margin: 10px;
}
.header-upp {
	align-items: center;
}
}
 @media screen and (min-width: 992px) {
#header.is-heightmin .logo,  #header.is-heightmin .pcmenu-header-inner-left {
	opacity: 0;
	transition: .3s ease all;
	z-index: -1;
	max-height: 0;
}
#header.is-heightmin .pcmenu-header-inner-upp {
	right: 20px;
	transition: .3s ease all;
}
#header .logo,  #header .pcmenu-header-inner-left {
	opacity: 1;
	transition: .3s ease all;
	overflow: hidden;
	max-height: 100%;
}
#header .header-upp {
	transition: .3s ease all;
	overflow: hidden;
	height: 123px;
}
#header.is-heightmin .header-upp {
	height: 48px;
	transition: .3s ease all;
}
}
/*　SP　*/

.spmenu-header ul {
	display: flex;
	align-items: center;
	margin-top:0;
}
.spmenu-header ul li{
	margin-left:5px;

}
.spmenu-header-search {
	padding: 10px;
}
.spmenu-header-search img {
	width: 20px;
}
.spmenu-header-search button{
	background:unset;
	border:unset;
}
.spmenu-header-menu {
	position: relative;
	width: 40px;
	height: 30px;
	margin-top: 20px;
}
.spmenu-header-menu button{
	border:unset;
	background:unset;
}
.spmenu-header-menu span {
	display: block;
	width: 20px;
	height: 1px;
	background: #333;
	position: absolute;
	transition: all .3s ease;
}
.spmenu-header-menu span:nth-child(1) {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.spmenu-header-menu span:nth-child(2) {
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
}
.spmenu-header-menu span:nth-child(3) {
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
#spmenu.open .spmenu-header-menu span:nth-child(1) {
	transform: rotate(45deg);
	top: 5px;
}
#spmenu.open .spmenu-header-menu span:nth-child(2) {
	opacity: 0;
}
#spmenu.open .spmenu-header-menu span:nth-child(3) {
	transform: rotate(135deg);
	top: 5px
}
#spmenu #spmenu-gnav {
	/*display: none;*/
	width: 100%;
	height: calc(100vh - 120px);
	/*height:100%;*/
	/*height: 100svh;*/
	padding: 25px 10px;
	position: fixed;
	top: -100%;
	left: 0;
	background: var(--main-color);
	transition: all .5s ease;
	opacity: 0;
	z-index: -1;
	overflow-y: scroll;
}
#spmenu.open #spmenu-gnav {
	top: 51px;
	opacity: 1;
	height: -webkit-fill-available;
}
.spmenu-parent, .spmenu-parent-newwin a {
	display: block;
	color: #fff;
	font-size: 1.125rem;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 8px 0;
	position: relative;
	transition: all .3s ease;
	cursor: pointer;
}
.spmenu-parent-newwin {
	margin: 0;
	padding: 0;
}
.spmenu-parent-newwin::before {
	display: none;
}
.spmenu-parent::before, .spmenu-parent::after {
	content: '';
	display: block;
	width: 16px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	transition: all .3s ease;
}
.spmenu-parent::before {
	top: 0;
	bottom: 0;
	left: auto;
	right: 10px;
	margin: auto 0;
	opacity: 1;
}
.spmenu-parent::after {
	transform: rotate(90deg);
	top: 17px;
	right: 10px;
}
.spmenu-parent.open {
	border-bottom: none;
	transition: all .3s ease;
}
.spmenu-parent.open::before {
	opacity: 0;
	transition: all .3s ease;
}
.spmenu-parent.open::after {
	transform: rotate(0deg);
	transition: all .3s ease;
}
.spmenu-parent + .spmenu-child {
	display: none;
}
.spmenu-child > div {
	background: var(--bg-color01);
	margin-bottom: 15px;
	padding: 10px 20px;
	border-radius: 15px;
}
.spmenu-title a {
	display: block;
	font-size: 1.125rem;
	color: var(--main-color);
	text-decoration: none;
	border-bottom: 1px solid var(--sub-color01);
	padding: 8px 0;
	margin-bottom: 10px;
	position: relative;
}
.spmenu-title a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--sub-color01);
	border-right: 1px solid var(--sub-color01);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto 0;
}
/*.spmenu-subtitle > li{
	margin: 10px 0;
}*/
.spmenu-chaild-menu {
	display: inline-block;
	font-weight: bold;
	color: var(--sub-color02);
	padding: 5px 32px 5px 0;
	position: relative;
	cursor: pointer;
}
.spmenu-chaild-menu::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid var(--sub-color02);
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
.spmenu-chaild-menu span::before, .spmenu-chaild-menu span::after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: var(--sub-color02);
	border-radius: 2px;
	position: absolute;
	z-index: 2;
}
.spmenu-chaild-menu span::before {
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto 0;
	opacity: 1;
	transition: all .3s ease;
}
.spmenu-chaild-menu span::after {
	transform: rotate(90deg);
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto 0;
	transition: all .3s ease;
}
.spmenu-chaild-menu.open span::before {
	opacity: 0;
	transition: all .3s ease;
}
.spmenu-chaild-menu.open span::after {
	transform: rotate(0);
	transition: all .3s ease;
}
.spmenu-link {
	display: none;
}
.spmenu-link > ul {
	/*display: flex;
	flex-wrap: wrap;*/
	margin-left: 10px;
	margin-bottom: 10px;
}
.spmenu-link > ul > li {
/*width: calc( (100% - 30px) / 2 );*/
	/*border-bottom: 1px solid var(--sub-color04);*/
}
/*.spmenu-link > ul > li:nth-child(even){
    margin-left: 30px;
}*/
.spmenu-link > ul > li a {
	display: block;
	font-size: 0.75rem;
	color: #333;
	text-decoration: none;
	padding: 3px 20px 3px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid var(--sub-color04);
	position: relative;
}
.spmenu-link > ul > li a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto 0;
}
.spmenu-under-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.spmenu-under-btn p {
	margin-bottom: 0;
}
.spmenu-under-btn p a {
	display: block;
	background: var(--bg-color01);
	padding: 10px 10px 10px 50px;
	border-radius: 10px;
	text-decoration: none;
	color: var(--sub-color01);
	position: relative;
}
.spmenu-under-btn p a::before {
	content: '';
	display: block;
	width: 30px;
	height: 23px;
	
	background: url("https://www.aichi-edu.ac.jp/imgs/ic_header_kifu_hover.png") center / contain no-repeat;
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto 0;
}
.spmenu-sns-menu {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.spmenu-sns-menu li a {
	display: block;
	height: 30px;
}
.spmenu-sns-menu li a img {
	height: 100%;
}
.spmenu-visitor-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
	padding: 10px 0;
	margin: 20px 0 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.spmenu-visitor-menu li {
	width: 23%;
}
.spmenu-visitor-menu li a {
	display: block;
	padding: 3px 0 5px 33px;
	color: #fff;
	font-size: 0.75rem;
	text-decoration: none;
	position: relative;
}
.spmenu-visitor-menu li a::before {
	content: '';
	display: block;
	width: 23px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
.spmenu-visitor-menu-icon01 a::before {
	background: url("/asset/imgs/common/ic_spmenu01.png") center / contain no-repeat;
}
.spmenu-visitor-menu-icon02 a::before {
	background: url("/asset/imgs/common/ic_spmenu02.png") center / contain no-repeat;
}
.spmenu-visitor-menu-icon03 a::before {
	background: url("/asset/imgs/common/ic_spmenu03.png") center / contain no-repeat;
}
.spmenu-visitor-menu-icon04 a::before {
	background: url("/asset/imgs/common/ic_spmenu04.png") center / contain no-repeat;
}
.spmenu-visitor-menu-icon05 a::before {
	background: url("/asset/imgs/common/ic_spmenu05.png") center / contain no-repeat;
}
.spmenu-visitor-menu-icon06 a::before {
	background: url("/asset/imgs/common/ic_spmenu06.png") center / contain no-repeat;
}
.spmenu-small-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}
.spmenu-small-menu li {
	width: 23%;
}
.spmenu-small-menu li a {
	display: block;
	color: #fff;
	font-size: 0.75rem;
	text-decoration: none;
	padding: 1px 0 3px 13px;
	position: relative;
}
.spmenu-small-menu li a::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
 @media screen and (max-width: 767px) {
.spmenu-visitor-menu li {
	width: 31%;
}
.spmenu-small-menu li {
	width: 31%;
}
}
 @media screen and (max-width: 567px) {
.spmenu-visitor-menu li {
	width: 47%;
}
.spmenu-small-menu li {
	width: 47%;
}
}
/*サイト内検索
----------------------------------------*/

.search {
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: -150%;
	left: 0;
	z-index: -1;
	transition: all .5s ease;
	opacity: 0;
}
.search.open {
	top: 0px;
	opacity: 1;
	height: 100vh;
	z-index: 200;
	cursor:pointer;
}
.search-close{
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 100;
    cursor: pointer;
    background: unset;
    border: unset;
	font-size:0;
}
.search-close::before,
.search-close::after{
    content: "";
    background: #ffffff;
    width: 40px;
    height: 2px;
    top: 50%;
    left: 50%;
    display: block;
    position: absolute;
}
.search-close::before{
	transform:translate(-50%, -50%) rotate(45deg);
}
.search-close::after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.search-close {
	    top: 3vw;
	    right: 3vw;
	}
}
/*フッター
----------------------------------------*/

footer {
	background: var(--main-color);
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	padding-top: 40px;
	padding-bottom: 40px;
}
.fotter-logo-wrap {
	display: flex;
	align-items: center;
	border-right: 1px solid #fff;
	padding-right: 60px;
}
.fotter-logo {
	width: 240px;
}
.fotter-logo img {
	width: 100%;
}
.footer-nav {
	text-align: right;
}
.footer-sns-menu {
	display: flex;
	justify-content: end;
	gap: 20px;
	margin-top: 0;
}
.footer-sns-menu li a {
	display: block;
	height: 25px;
}
.footer-sns-menu li a img {
	height: 100%;
}
.footer-link {
	display: flex;
	gap: 35px;
	margin: 20px 0 40px;
}
.footer-link li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.copyright {
	color: #fff;
	font-size: 0.875rem;
}
 @media (hover: hover) {
.footer-link li a:hover {
	text-decoration: underline;
}
}
 @media screen and (max-width: 1200px) {
.footer-wrap {
	flex-direction: column;
	padding-bottom: 50px;
}
.fotter-logo-wrap {
	justify-content: center;
	border-right: none;
	padding-right: 0;
}
.footer-sns-menu {
	justify-content: center;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
}
.footer-link {
	justify-content: center;
	margin: 20px 0 25px;
}
.footer-link li a {
	font-size: 0.875rem;
}
.copyright {
	text-align: center;
	font-size: 0.75rem;
}
}
 @media screen and (max-width: 767px) {
.footer-link {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px 20px;
}
.footer-link li {
	width: 46%;
}
.footer-link li a {
	text-align: left;
}
}
/*ページトップ*/
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	background: #fff;
	color: #333;
	font-size: 0.875rem;
	text-decoration: none;
	padding: 10px 30px;
	border-top-left-radius: 15px;
	border-top: 1px solid var(--main-color);
	border-left: 1px solid var(--main-color);
	transition: all .3s ease;
}
#pagetop a span {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	transition: all .3s ease;
}
#pagetop a span::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid var(--sub-color02);
	border-right: 1px solid var(--sub-color02);
	transform: rotate(-45deg);
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 0;
	margin: auto 0;
	transition: all .3s ease;
}
 @media (hover: hover) {
#pagetop a:hover {
	background: var(--sub-color02);
	color: #fff;
	border-top: 1px solid var(--sub-color02);
	border-left: 1px solid var(--sub-color02);
}
#pagetop a:hover span::before {
	top: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
}
 @media screen and (max-width: 1200px) {
#pagetop {
	width: 100%;
}
#pagetop a {
	border-radius: 0;
	text-align: center;
	border-left: unset;
}
}
/*base.cssから移行
----------------------------------------*/

/*2022_07 チャットボット追加*/	
.aue_chatbot {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 9999;
	cursor: pointer;
}
.aue_chatbot img {
	width: 140px;
}
#chatbot_close {
	position: fixed;
	right: 5px;
	bottom: 180px;
	z-index: 10000;
}
@media screen and (max-width: 670px) {
.aue_chatbot img {
	width: 120px;
}
#chatbot_close {
	bottom: 150px;
}
}
/*@media print{
.aue_chatbot{
	display: none;
}
}*/


/*文字サイズ調整*/
.font-superlarge {
	font-size: 150%;
	line-height: 1.2em;
}
.font-large {
	font-size: 120%;
	line-height: 1.2em;
}
.font-normal {
	font-size: 100%;
	line-height: 1.2em;
}
.font-small {
	font-size: 90%;
	line-height: 1.2em;
}
/*サイト内検索*/
.search #___gcse_0 {
	position: absolute;
	top: 40%;
}
.search .gsc-control-cse {
	max-width: 70%;
	margin: 0 auto;
	background: none;
	border: none;
}
.gsc-control-cse {
}
table.gsc-input {
	width: 100%;
	padding: 0px;
}
.gsc-search-box tbody, .gsc-search-box tr, .gsc-search-box td {
	border: none;
}
.gsc-input {
	border: none !important;
	margin: 0;
	padding: 0;
	background: #fff;
}
.gsc-input-box {
	background: none !important;
	border: none !important;
}
/*.gsc-search-box tbody{
    background: #fff;
  }*/

.gsc-search-box input {
	padding: 14px !important;
	font-size: 1.5em;
	background-position: 14px center !important;
}
.gsib_a, .gsc-search-button {
	padding: 0 !important;
}
.gsc-search-button button {
	padding: 15px 20px !important;
}
table.gsc-above-wrapper-area-container, .gsc-above-wrapper-area-container td, .gsc-above-wrapper-area-container tr {
	padding: 0;
	border: none;
}
.gssb_c {
	z-index: 999999 !important;
	margin-top: 0 !important;
	position:fixed !important;
}
.gssb_c img {
	width: auto !important;
}
@media screen and (max-width: 767px) {
.search #___gcse_0 {
	position: absolute;
	top: 25%;
}
	.gsc-search-button button {
		padding: 19px 20px !important;
	}
	.search .gsc-control-cse {
	max-width: 80%;
	}
}

