@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
　content
------------------------------------------------ */

/* 目次 */
.tocSec {
	min-height: 100px;
}
@media screen and (min-width: 769px) {
	.tocSec,
	html>body {
		overflow-x: hidden;
	}
}
#toc {
	position: absolute;
	z-index: 100;
	top: 169px;
	display: flex;
	justify-content: space-between;
	margin: 0;
	line-height: 1.4;
	width: 1200px;
	left: calc(50vw - 610px);
}
#toc.tocFixed {
	position: fixed;
	top: 70px;
}
#toc::before {
	content: "";
	display: inline-block;
	background-color: #eee;
	position: absolute;
	top: 0;
	left: -100vw;
	width: 200vw;
	height: 45px;
}
#toc li {
	margin: 0;
	padding-left: 0;
	line-height: 40px;
}
#toc li::before {
	content: none;
}
#toc li a {
	color: #000;
	padding: 3px 0;
	display: inline-block;
	text-decoration: none;
	transition: all .3s ease 0s;
}
#toc li:hover a {
	color: #0ba2c7;
}

#toc001,
#toc003 {
	padding-top: 110px;
  margin-top: -110px;
}
#toc002,
#toc004,
#toc005 {
	padding-top: 80px;
  margin-top: -80px;
}
#toc006 {
	padding-top: 40px;
  margin-top: -40px;
}

.img-list {
	margin: 20px 0 !important;
	font-size: 0;
}
.img-list img {
	display: inline-block;
}

.recruit-unit {
	margin: 0 !important;
}

.recruit-unit dt {
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	background: #0ba2c7;
	border: solid 1px #fff;
	padding: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:  0px auto;
}
.recruit-unit dt:hover {
	cursor: pointer;
}
.recruit-unit dt span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}
.recruit-unit dt::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
  border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 44%;
	right: 30px;
	transform: rotate(45deg) translate(-50%,0);
}
.narrow dl.on{
	border:1px solid #0ba2c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:  1198px;
position:relative;
left:1px;
}
.recruit-unit dt.on {
	background: #fff;
	/*border-color: #0ba2c7;*/
	color: #0ba2c7;
	/* margin:  0px auto; */
}
.recruit-unit dt.on::after {
	border-bottom: none;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg) translate(-50%,0);
	border-color: #0ba2c7;
}
.recruit-unit dd {
	max-height: 0;
	padding: 0 20px;
	overflow: hidden;
	transition: all 0.5s;
	width:  840px;
}
.recruit-unit dd.on {
	padding: 20px;
	max-height: 9999px;
	margin:  0px auto;
}
.recruit-unit dd p {
	margin: 20px 0 0;
}
p.recruit-text{
    margin-bottom: 20px;
}


/*アコーディオン*/
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 1200px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1px 0 0;
    padding : 20px;
    color: #fff;
    background: #0ba2c7;
    cursor :pointer;
	transition: all 0.5s;
	position: relative;
	font-weight: bold;
    font-size: 36px;
    line-height: 0.8;
}

.accbox label span {
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
}

/*アイコンを表示*/
.accbox label:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
	padding-right: 8px;
	font-weight: 900;
	position: absolute;
	right: 3%;
	top: 35%;
}

/*ラベルホバー時*/
.accbox label:hover {
	opacity: 0.8;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
	transition: 0.8s;
	border: 1px solid #0ba2c7;
	border-top: none;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}

.accbox .accshow table {
	width: 100%;
}

.accbox .accshow p {
	margin: 15px 10px
}

.accbox .accshow div {
	overflow: hidden;
    transition: all 0.5s;
	width: 840px;
	margin: 20px auto;
}

.accbox .accshow dl {
	margin-top: 10px;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: "\f078";
}

.cssacc:checked + .accbox label {
    color: #0ba2c7;
    background: #fff;
}


/* 背景色グレー */
.gray-background {
	background: #fafafa;
	width: 100%;
	margin: 40px 0;
	padding: 30px 0;
}

/* コンテンツ幅 */
.centerW {
	width: 1215px;
	margin: 0 auto;
}

/* immigration-area */
.immigration-area {
	padding-bottom: 60px;
	margin-bottom: 0;
}


/* award-area */
.award-area .list{
	margin:20px 0 0;
}

.award-area .list ul{
	display:flex;
	flex-wrap:wrap;
}

.award-area .list li{
	display:flex;
	width:400px;
	margin:0;
	padding:0;
}

.award-area .list li::before{
	display:none;
}

.award-area .list li a{
	box-sizing:border-box;
	display:block;
	width:100%;
	position:relative;
	padding:0 0 13px;
}

.award-area .list li a,
.award-area .list li a:link,
.award-area .list li a:hover,
.award-area .list li a:visited,
.award-area .list li a:active {
	text-decoration:none;
	color:#333;
}


.award-area .list li a::before,
.award-area .list li a::after {
  border:5px solid transparent;
	box-sizing:border-box;
  content:"";
  position:absolute;
  width:0;
  height:0;
  z-index:2;
}

.award-area .list li a::before {
  top:0;
  left:0;
}

.award-area .list li a::after {
  bottom:0;
  right:0;
}

.award-area .list li a:hover::before,
.award-area .list li a:active::before,
.award-area .list li a:hover::after,
.award-area .list li a:active::after{
  width:100%;
  height:100%;
}

.award-area .list li a:hover::before,
.award-area .list li a:active::before{
  border-bottom-color:#0ba2c7;
  border-left-color:#0ba2c7;
  transition:width .3s .3s, height .3s;
}

.award-area .list li a:hover::after,
.award-area .list li a:active::after{
  border-top-color:#0ba2c7;
  border-right-color:#0ba2c7;
  transition:width .3s .3s, height .3s;
}

.award-area .list dl dt{
	width: 400px;
	height: 200px;
  background: #f9f9f9;
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}

.award-area .list dl dt img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.award-area .list li a:hover dt::before,
.award-area .list li a:active dt::before{
	background:transparent;
	border-radius:0;
	color:#0ba2c7;
	content:"MORE VIEW";
	font-family: 'Barlow', "ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:113%;
	font-weight:600;
	text-align:center;
	letter-spacing:1px;
	width:auto;
	height:auto;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin-top:-0.5em;
	z-index:5;
}

.award-area .list li a img{
	display:block;
	transition:all .2s;
}

.award-area .list li a:hover img,
.award-area .list li a:active img {
	transform: translate(-50%,-50%) scale(1.04);
/*	filter:blur(2px);*/
	opacity:0.7;
}

.award-area .list dl dd{
	padding:0 19px;
}

.award-area .list dl dd.category{
	color:#0ba2c7;
	font-weight:bold;
	margin:12px 0 0;
}

.award-area .list dl dd.date{
	color:#999;
	font-size:87.5%;
	font-weight:bold;
	position:absolute;
	top:213px;
	right:21px;
	padding:0;
}

.award-area .list dl dd.title{
	font-size:93.8%;
	line-height:1.6;
	margin:6px 0 0;
}

.award-area .list dl dd.icon  {
	text-align: right;
	margin-top: 20px;
}

.award-area .list dl dd.icon img {
	width: 50px;
	display: inline-block;
	margin-left: 10px;
}

.award-area .list li a:hover .icon img, .works-area .list li a:active .icon img {
	transform: scale(1);
}

.award-background,
.book-background {
	background: #fafafa;
	width: 100%;
	padding: 10px 0;
	margin: 40px 0;
	padding: 40px 0;
}

.book-background {
	margin-bottom: 0px;
}

.content .award-background h2,
.content .book-background h2 {
	margin-top: 0px;
}

div.award-area {
	width: 1200px;
	margin: 0 auto;
}

div.my-gallery {
	width: 1215px;
	margin: 0 auto;
}