.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

html {
	font-size: 50%;
}

section {
    margin-bottom: 30px;
    padding: 0 10px;
}

.w1000 {
	max-width: 100%;
}

.head_sp {
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: white;
	width: 100%;
}

.head_sp .head_sp_ele {
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: #333 1px solid;
}

.head_sp .sp_lang {
    position: fixed;
    left: 0;
    top: 0;
}

.head_sp .lang-select {
	padding: 0 0 0 27px;
	margin: 0;
    height: 45px;
    line-height: 45px;
    width: 50px;
	background-position: left 5px center;
}

.head_sp .logo {
	height: 25px;
	width: auto;
}

.head_sp .open_menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background-color: #333333;
    z-index: 101;
}

.head_sp .open_menu span:nth-of-type(1) {
	top: 15px;
}

.head_sp .open_menu span:nth-of-type(2) {
	top: 22px;
}

.head_sp .open_menu span:nth-of-type(3) {
	top: 29px;
}

.head_sp .open_menu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    right: 13px;
    width: 19px;
    height: 2px;
    background-color: #fff;
}

.head_sp .open_menu.open span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.head_sp .open_menu.open span:nth-of-type(2) {
	opacity: 0;
}

.head_sp .open_menu.open span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

.head_sp .drawer_menu {
	padding: 20px;
	height: calc(100vh - 45px);
	overflow: auto;
}

.head_sp .drawer_menu nav ul {
	flex-direction: column;
	margin-bottom: 20px;
}

.head_sp .drawer_menu nav ul li {
	padding: 10px 0;
	font-size: 2.0rem;
	border-top: 1px solid #aaa;
}

.head_sp .drawer_menu nav ul li:last-child {
	border-bottom: 1px solid #aaa;
}

.head_sp .drawer_menu nav ul li a {
	text-decoration: none;
	display: block;
	background: url(/assets/img/comm/arrow_link.png) no-repeat right center;
	background-size: 16px;
}

.head_sp .searchBox input[type="text"] { 
   	background-color:  #333;
   	background-size: 20px;
   	background-position: right 10px center;

   	border: 0;
   	border-radius: 10px;

	width: 100%;
   	padding: 10px 40px 10px 10px;
   	color: white;
}

.head_sp .drawer_menu nav.drawer_footer_menu ul {
	flex-direction: row;
	justify-content: space-between;
}

.head_sp .drawer_menu nav.drawer_footer_menu ul li {
	font-size: 1.6rem;
	width: 45%;
	border: 0;
}

.head_sp .drawer_menu.close {
	display: none;
}

.breadcrumb {
	margin-top: 45px;
	padding: 8px 10px;
}

.top-vis h1 {
    font-size: 1.8rem;
}

.top-vis h1>* {
    font-size: 1.6rem;
}

.news-list li {
    grid-template-columns: 75px 1fr;
}

.thumb-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 10px;
}

footer {
	padding-top: 10px;
}

footer > *+* {
   margin-top: 10px !important;
}

footer .logo-footer {
   width: 100px;
}
footer .logo-base {
	width: 100%;
}
footer .logo-base figure {
	display: flex;
   	align-items: center;
	flex-direction: column;
}

footer a {
   text-decoration: none;
}

footer .logo-base figcaption {
   font-size: 1.2rem;
   font-weight: 500;
   margin-left: 0;
}

footer div.ta-center {
	font-size: 1.0rem;
}

.filters {
	display: none;
}

/*
   organization
*/

.greeting_mess {
   	display: flex;
   	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
   	margin-bottom: 20px;
	gap: 20px;
}

.greeting_mess > figure {
   	width: 240px;
	margin: 0 auto;
}

.greeting_mess > dl dt {
   margin-bottom: 10px;
}

.greeting_mess > dl dd ul {
   margin-top: 10px;
}

.col2.organization {
   	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
   	margin-bottom: 20px;
	gap: 20px;
}

.organization > *:nth-child(1) {
  width: 160px;
}

.organization > *:nth-child(2) {
   width: 100%;
}

.organization table caption {
   font-size: 2.0rem;
}

.organization table th {
   width: auto;
}

/*
   groups
*/

.group_list .group_vis {
   width: 80px;
}

.group_list .group_discription {
   width: 100%;
}

.group_discription > * + * {
   margin-top: 20px;
}

.group_list p {
   font-size: 1.3rem;
}

.group_list p.p_title {
   font-size: 1.5rem;
}

.group_discription > div > img {
   width: 100px;
	margin-bottom: 20px;
}

.group_discription > div > p {
   width: auto;
}

/*
   results
*/

.results_categories {
   grid-template-columns: 1fr;
   grid-gap: 10px;
}

.results_categories li a {
   grid-template-columns: 123px auto 40px;
}

.recruit_categories {
   grid-template-columns: 1fr;
   grid-gap: 10px;
}

.recruit_categories>li>a {
   grid-template-columns: auto 55px;
   height: 120px;
}
