@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------- font */
@font-face {
	font-family: "SawarabiGothic";
	src: url("../font/SawarabiGothic-Regular.eot?") format('eot'), url("../font/SawarabiGothic-Regular.woff2") format('woff2'), url("../font/SawarabiGothic-Regular.woff") format('woff');
}
@font-face {
	font-family: "SawarabiMincho";
	src: url("../font/SawarabiMincho-Regular.eot?") format('eot'), url("../font/SawarabiMincho-Regular.woff2") format('woff2'), url("../font/SawarabiMincho-Regular.woff") format('woff');
}
@font-face {
	font-family: "NotoSerifJP";
	src: url("../font/NotoSerifJP-Medium.eot?") format('eot'), url("../font/NotoSerifJP-Medium.woff2") format('woff2'), url("../font/NotoSerifJP-Medium.woff") format('woff');
}

/* ----------------------------------------------- */
* {
	color: #333;
	font-family: 'SawarabiGothic', sans-serif;
	line-height: 2.0em;
}
html {
	font-size: 60%;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1.6em;
/*	font-feature-settings: "palt";
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;*/
}
.sp {
	display: none;
}
@media screen and (max-width: 750px) {
.sp {
	display: block;
}
}

/* ----------------------------------------------- animation */
.animated {
	opacity:0;
}

/* ----------------------------------------------- a */
a {
	color: #0062C1;
	text-decoration: none;
	transition: 0.5s;
}
a:hover {
	opacity: 0.8;
	color: #E0120F;
}
a:hover img {
	opacity: 0.9;
}

/* ----------------------------------------------- body */
body {
}

/* ----------------------------------------------- wrapper */
#wrapper {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 1200px;
}
@media screen and (max-width: 750px) {
#wrapper {
	min-width: 360px;
}
}

/* ----------------------------------------------- header */
header {
	position: relative;/*	background-color: #0062C1;*/
}
/* ----------------------------------------------- header > h1 */
header h1 {
	position: absolute;
	top: 5%;
	left: 5%;
	margin: 0px;
	padding: 0px;
	z-index: 90000;
}
header p.title {
	display: none;
}
@media screen and (max-width: 750px) {
header h1 {
	display: none;
}
header p.title {
	display: block;
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	text-align: left;
}
}

/* ----------------------------------------------- header > mainimg */
header #mainimage {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
}
header #mainimage ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
header #mainimage ul li {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 95%;
	height: 800px;
}
header #mainimage ul li.active {
	z-index: 9;
}
header #mainimage ul li.last-active {
	z-index: 8;
}
header #mainimage #topimage01,
header #mainimage #topimage02,
header #mainimage #topimage03,
header #mainimage #topimage04 {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center;
}
header #mainimage #topimage01 {
	background-image: url(../img/index/mainimg1.jpg);
}
header #mainimage #topimage02 {
	background-image: url(../img/index/mainimg2.jpg);
}
header #mainimage #topimage03 {
	background-image: url(../img/index/mainimg3.jpg);
}
header #mainimage #topimage04 {
	background-image: url(../img/index/mainimg4.jpg);
}

header #mainimage ul li .inner {
	opacity: 0;
}
header #mainimage ul li:first-of-type .inner {
	opacity: 1;
}
@media screen and (max-width: 750px) {
header #mainimage {
	height: 300px;
}
header #mainimage ul li {
	height: 300px;
}
}

/* ----------------------------------------------- header > header */
header .subimg {
	position: absolute;
	background: rgba(25, 41, 101, 0.6);
	width: 45vw;
	height: 830px;
	clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
	-ms-clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
	z-index: 80003;
}
header .subimg_pic {
	position: absolute;
	width: 40vw;
	height: 830px;
	clip-path: polygon(0 0, 100% 0, 22% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 22% 100%, 0% 100%);
	-ms-clip-path: polygon(0 0, 100% 0, 22% 100%, 0% 100%);
	background-image: url(../img/index/subimg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 80002;
}
.fade-in {
	opacity: 0;
	animation-name: movel-r;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.fade-in2 {
	opacity: 0;
	animation-name: movel-r;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes movel-r {
 0% {
 opacity: 0;
 transform: translateX(-50px);
}
 50% {
 opacity: 1;
 transform: translateX(0);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
@media screen and (max-width: 750px) {
header .subimg {
	width: 25vw;
	height: 300px;
}
header .subimg_pic {
	width: 20vw;
	height: 300px;
}
}

/* ----------------------------------------------- header > h2 */
.passing .passing-box {
	display: block;
	width: 100%;
	height: 800px;
	text-align: right;
}
.passing .passing-bar {
	position: relative;
	margin: 170px 60px 0px 0px;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#topimage04 .passing .passing-bar {
	margin: 550px 60px 0px 0px;
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #1f518f;
}
.passing .passing-txt {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-txt h2 {
	text-align: right;
}
.passing .passing-txt h2 span {
	background: rgba(25, 41, 101, 0.3);
	font-family: "NotoSerifJP";
	color: #fff;
	font-size: 280%;
	font-weight: normal;
}
.passing.move .passing-bar:before {
	animation: passing-bar 1s ease 0s 1 normal forwards;
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
	animation: passing-txt 0s ease .5s 1 normal forwards;
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
}
@-webkit-keyframes passing-bar {
 0% {
 left: 0;
 right: auto;
 width: 0;
}
 50% {
 left: 0;
 right: auto;
 width: 100%;
}
 51% {
 left: auto;
 right: 0;
 width: 100%;
}
 100% {
 left: auto;
 right: 0;
 width: 0;
}
}
@keyframes passing-bar {
 0% {
 left: 0;
 width: 0;
}
 50% {
 left: 0;
 width: 100%;
}
 51% {
 left: 0;
 width: 100%;
}
 100% {
 left: 100%;
 width: 0;
}
}
@-webkit-keyframes passing-txt {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes passing-txt {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@media screen and (max-width: 750px) {
.passing .passing-box {
	height: 300px;
}
.passing .passing-bar {
	margin: 70px 20px 0px 0px;
}
#topimage04 .passing .passing-bar {
	margin: 200px 60px 0px 0px;
}
.passing .passing-txt h2 span {
	font-size: 120%;
}
}

/* ----------------------------------------------- nav */
/* ----------------------------------------------- nav > toggle */
nav .toggle * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
nav .toggle {
	display: block;
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 0;
	width: 30px;
	height: 24px;
	border: none;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
	outline: none;
	z-index: 100002;
	transform: translate3d(0, 0, 0);
	overflow: visible;
	-webkit-appearance: button;
	margin: 0;
}
nav .toggle::after {
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	background: rgba(27, 51, 117, 1);
	width: 72px;
	height: 70px;
	z-index: 100001;
}
nav .toggle span {
	display: block;
	width: 30px;
	height: 3px;
	transition: all 0.2s;
	transform-origin: 0% 0%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 100002;
	background-color: #fff;
}
nav .toggle .bar01 {
	top: 0;
}
nav .toggle .bar02 {
	top: 50%;
}
nav .toggle .bar03 {
	top: 100%;
}
/*200925*/
nav .toggle.active span {
	width: 33.94px;
	left: 3px
}
nav .toggle.active .bar01 {
	transform: rotate(0.7853981633974483rad) translateY(-50%);
	top: 0px
}
nav .toggle.active .bar02 {
	opacity: 0;
}
nav .toggle.active .bar03 {
	transform: rotate(-0.7853981633974483rad) translateY(-50%);
	top: calc(100% - 0px)
}
/*元のcss*/
/*nav .toggle.active .bar01 {
	transform: rotate(43deg);
	width: 35px;
}
nav .toggle.active .bar02 {
	opacity: 0;
}
nav .toggle.active .bar03 {
	transform: rotate(-43deg);
	width: 35px;
}*/

/* ----------------------------------------------- nav > overlay */
nav .overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	background: rgba(27, 51, 117, 0.4);
	display: none;
	top: 0;
	left: 0;
}

/* ----------------------------------------------- nav > nav */
nav {
}
nav .nav {
	width: 450px;
	padding: 0 20px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(520px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100000;
	background: rgba(27, 51, 117, 1);
	transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	overflow-y: scroll;
	-ms-overflow-style: none;
}
nav .nav::-webkit-scrollbar {
 display: none;
}
nav .nav ul {
	list-style: none;
	margin: 0;
	padding: 0px 40px;
	transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
	transition-duration: 0ms;
	transform: translate(0px) translateZ(0px);
}
/**/
nav .nav ul.main {
	padding-top: 60px;
	padding-bottom: 20px;
}
nav .nav ul.main li {
	margin: 0px;
	padding: 0px;
}
nav .nav ul.main li a {
	display: block;
	padding: 10px 10px;
	color: #fff;
	border-bottom: 1px solid #e6e6e6;
	text-decoration: none;
	font-size: 120%;
	text-align: left;
}
/**/
nav .nav ul.sub li {
	margin: 0px;
	padding: 0px;
}
nav .nav ul.sub li a {
	position: relative;
	display: block;
	padding: 5px 10px 5px 25px;
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	text-align: left;
}
nav .nav ul.sub li a::before {
	position: absolute;
	content: "";
	left: 5px;
	top: 45%;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s;
}
nav .nav ul.sub li a:hover::before {
	left: 10px;
}
nav .nav ul.sub li a:link, nav .nav ul.sub li a:active, nav .nav ul.sub li a:visited {
	color: #fff;
	text-decoration: none;
}
/**/
nav .nav ul.lang {
	width: 85%;
	display: table;
	padding-top: 20px;
	padding-bottom: 80px;
}
nav .nav ul.lang li {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	width: 33.3333%;
}
nav .nav ul.lang li a {
	display: block;
	margin: 10px;
	padding: 8px;
	color: #fff;
	background-color: #3F598B;
	text-decoration: none;
	font-size: 85%;
	text-align: center;
}
nav .nav.open {
	transform: translate(0);
}
@media screen and (max-width: 750px) {
nav .nav {
	width: 350px;
}
nav .nav ul {
	padding: 0px 30px 0px 50px;
}
/**/
  nav .nav ul.main {
	padding-top: 50px;
	padding-bottom: 20px;
}
nav .nav ul.main li {
	margin: 0px;
	padding: 0px;
}
nav .nav ul.main li a {
	padding: 7px 7px;
	font-size: 100%;
}
/**/
nav .nav ul.sub li a {
	padding: 5px 5px 5px 20px;
	font-size: 90%;
}
/**/
  nav .nav ul.lang {
	width: 80%;
	padding-bottom: 20px;
}
nav .nav ul.lang li a {
	margin: 8px;
	padding: 5px;
}
}

/* ----------------------------------------------- topics */
#topics {
	background-color: #1f518f;
	width: 100%;
	text-align: center;
}
#topics .inner {
	margin: 0px auto;
	padding: 70px 0px;
	width: 1100px;
	text-align: left;
}
#topics h3 {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 160%;
	font-family: "SawarabiMincho", serif;
}
#topics table {
	float: right;
	width: 890px;
	border-collapse: collapse;
}
#topics table th, #topics table td {
	text-align: left;
	vertical-align: top;
	line-height: 140%;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#topics table th {
	width: 18%;
	padding-top: 10px;
}
#topics table td {
	padding: 5px 0px 10px 0px;
}
#topics table td a {
	color: #fff;
}
/**/
#topics .clear {
	clear: both;
	height: 1px;
	border: 0px;
	border: 1px solid transparent;
	color: #1f518f;
}
@media screen and (max-width: 750px) {
#topics {
}
#topics .inner {
	padding: 40px 20px;
	width: auto;
}
#topics h3 {
	float: none;
	text-align: center;
	font-size: 140%;
}
#topics table {
	float: none;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
#topics table th, #topics table td {
	padding: 5px 5px 30px 5px;
	display: block;
}
#topics table th {
	width: 100%;
	padding: 30px 5px 0px 5px;
	border: none;
}
/**/
#topics .clear {
	display: none;
}
}

/* ----------------------------------------------- information */
#info {
	margin: 0px auto;
	padding: 70px 0px;
	width: 1100px;
	text-align: left;
}
#info .inner {
	display: flex;
	flex-wrap: wrap;
}
#info .clear {
	clear: both;
	height: 1px;
	border: 0px;
	border: 1px solid transparent;
	color: #1f518f;
}
#info h3 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 160%;
	font-family: "SawarabiMincho", serif;
}
#info table {
	position: relative;
	overflow: hidden;
	width: 700px;
	margin: 15px 0px;
	border-collapse: collapse;
	border-top: 1px solid #d2dce8;
	border-bottom: 1px solid #d2dce8;
}
#info table th, #info table td {
	padding: 10px 0px;
	border-bottom: 1px solid #d2dce8;
}
#info table th {
	width: 37%;
}
#info table th span {
	border: 1px solid #2673c1;
	color: #2673c1;
	font-size: 80%;
	padding: 3px 20px;
	margin-left: 20px;
}
#info table td a:link,
#info table td a:active,
#info table td a:visited {
	color: #333;
}
/**/
#info .side {
	position: relative;
	overflow: hidden;
	padding-left: 50px;
}
#info .side p.more {
	padding: 10px 0px;
}
#info .side p.more a {
	position: relative;
	display: block;
	padding: 10px 0px;
	text-align: center;
	background-color: #2673c1;
	border-radius: 50px;
}
#info .side p.more a::before {
	position: absolute;
	content: "";
	left: 75%;
	top: 45%;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s;
}
#info .side p.more a:hover::before {
	left: 78%;
}
#info .side p.more a:link, #info .side p.more a:active, #info .side p.more a:visited {
	color: #fff;
	text-decoration: none;
}
/**/
#info .clear {
	clear: both;
	height: 1px;
	border: 0px;
	border: 1px solid transparent;
	color: #fff;
}
@media screen and (max-width: 750px) {
#info {
	width: auto;
	padding: 30px 0px;
}
#info .inner {
	padding: 20px;
}
#info h3 {
	font-size: 140%;
	text-align: center;
}
#info table {
	width: 100%;
	margin: 15px 0px;
}
#info table th, #info table td {
	display: block;
	padding: 0px 0px 10px 0px;
}
#info table th {
	width: 100%;
	padding: 10px 0px 0px 0px;
	border: none;
}
/**/
#info .side {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#info .side img {
	width: 100%;
	max-width: 360px;
	height: auto;
	margin: 15px 0px;
}
#info .side p.more {
	max-width: 360px;
	padding: 10px 0px;
	margin: 0px auto;
}
/**/
#info .clear {
	display: none;
}
}

/* ----------------------------------------------- base */
#base {
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-image: url(../img/index/base_fixed_bg.jpg);
	text-align: center;
}
#base .inner {
	margin: 0px auto;
	padding: 130px 0px;
	width: 1150px;
	text-align: left;
}
/**/
#base h3 {
	float: left;
	color: #1b3975;
	font-size: 250%;
	font-weight: bold;
	font-family: "SawarabiMincho", serif;
	line-height: 40px;
}
#base h3 span {
	color: #1b3975;
	font-size: 40%;
	font-weight: bold;
}
/**/
#base p.more {
	float: right;
	margin: 0px;
	padding: 10px 0px;
}
#base p.more a {
	position: relative;
	display: block;
	padding: 10px 50px;
	text-align: center;
	background-color: #1b3975;
	border-radius: 50px;
}
#base p.more a::before {
	position: absolute;
	content: "";
	left: 90%;
	top: 45%;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s;
}
#base p.more a:hover::before {
	left: 92%;
}
#base p.more a:link, #base p.more a:active, #base p.more a:visited {
	color: #fff;
	text-decoration: none;
}
/**/
#base ul {
	clear: both;
	display: table;
	width: 1100px;
	margin: 0px auto;
	padding: 0px;
}
#base ul li {
	display: table-cell;
	width: 25%;
}
#base ul li a {
	display: block;
	margin: 30px 12px 0px 12px;
	padding: 120px 0px 30px 0px;
	background-color: #fff;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	box-shadow: 0px 0px 6px 1px #6d8899;
	background-repeat: no-repeat;
	background-position: 50% 35%;
}
#base ul li a:link,
#base ul li a:active,
#base ul li a:visited {
	color: #000;
	text-decoration: none;
}
#base ul li:nth-child(1) a {
	background-image: url(../img/index/base_icon1.gif);
}
#base ul li:nth-child(2) a {
	background-image: url(../img/index/base_icon2.gif);
}
#base ul li:nth-child(3) a {
	background-image: url(../img/index/base_icon3.gif);
}
#base ul li:nth-child(4) a {
	background-image: url(../img/index/base_icon4.gif);
}
/* delighters */
#base .delighter {
	transition: all .5s ease-out;
	transform: translateX(-100%);
	opacity: 0;
}
#base .delighter.started {
	transform: none;
	opacity: 1;
}
#base .delighter.started.ended {
}
@media screen and (max-width: 750px) {
#base {
	background-attachment: scroll;
}
#base .inner {
	padding: 50px 10px;
	width: auto;
}
/**/
#base h3 {
	float: none;
	padding: 0px 20px;
	font-size: 180%;
	line-height: 60%;
}
#base h3 span {
	font-size: 50%;
}
/**/
#base ul {
	display: block;
	width: auto;
}
#base ul li {
	float: left;
	display: block;
	width: 49%;
}
#base ul li a {
	margin: 30px 12px 0px 12px;
	padding: 90px 10px 30px 10px;
	line-height: 120%;
	font-size: 100%;
	background-position: 50% 20%;
}
/* delighters */
#base .delighter {
	transition: all .5s ease-out;
	transform: translateX(0%);
	opacity: 1;
}
}
/* ----------------------------------------------- visitors */
#visitors {
	position: relative;
	z-index: 10;
	background-image: url(../img/index/visitors_back.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-align: center;
}
#visitors .inner {
	margin: 0px auto;
	padding: 130px 0px;
	width: 1130px;
	text-align: left;
}
/**/
#visitors h3 {
	float: left;
	padding-right: 50px;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	font-family: "SawarabiMincho", serif;
	line-height: 40px;
}
/**/
#visitors ul.nav {
	margin: 0px;
	padding: 0px;
}
#visitors ul.nav li {
	display: inline-block;
}
#visitors ul.nav li a {
	position: relative;
	display: block;
	margin: 0px 10px;
	padding: 10px 0px 10px 20px;
	width: 180px;
	background-color: rgba(255, 255, 255, 0.1);
}
#visitors ul.nav li a::before {
	position: absolute;
	content: "";
	left: 90%;
	top: 45%;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s;
}
#visitors ul.nav li a:link,
#visitors ul.nav li a:visited,
#visitors ul.nav li a:active {
	color: #fff;
	text-decoration: none;
}
/**/
#visitors ul.menu {
	clear: both;
	display: table;
	margin: 0px;
	padding: 50px 0px 0px 125px;
}
#visitors ul.menu li {
	display: table-cell;
	width: 335px;
	text-align: right;
}
#visitors ul.menu li h4 {
	display: block;
	font-size: 150%;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 45px;
	color: #fff;
}
.stickarrow {
	float: right;
	margin: 23px 5px 0px 0px;
	display: inline-block;
	width: 28px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg);
	transition: 0.5s;
}
#visitors ul.menu li a:hover .stickarrow {
	width: 50px;
	transition: 0.5s;
}
#visitors ul.menu li a:link,
#visitors ul.menu li a:active,
#visitors ul.menu li a:visited {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 750px) {
#visitors {
	width: 100%;
	background-repeat: repeat;
}
#visitors .inner {
	padding: 50px 10px;
	width: auto;
	text-align: center;
}
/**/
#visitors h3 {
	float: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
	font-size: 200%;
	line-height: 150%;
}
/**/
#visitors ul.nav {
	width: 340px;
	margin: 0px auto;
	display: table;
}
#visitors ul.nav li {
	display: table-cell;
	width: 50%;
}
#visitors ul.nav li a {
	padding: 7px 0px 7px 15px;
	width: auto;
	text-align: left;
	font-size: 90%;
}
/**/
#visitors ul.menu {
	display: block;
	margin: 15px;
	padding: 0px;
	text-align: center;
}
#visitors ul.menu li {
	display: block;
	width: 325px;
	margin: 0px auto;
	text-align: center;
}
#visitors ul.menu li img {
	width: 100%;
	max-width: 325px;
	height: auto;
	margin-top: 15px;
}
#visitors ul.menu li h4 {
	font-size: 120%;
	padding: 0px 0px 0px 0px;
}
.stickarrow {
	margin: 15px 5px 0px 0px;
	display: inline-block;
	width: 50px;
}
#visitors ul.menu li a:hover .stickarrow {
	width: 80px;
}
}


/* ----------------------------------------------- content_nav */
#content_nav {
	position: relative;
	z-index: 10;
	background: rgba(25, 41, 101, 0.3);
}
#content_nav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
}
#content_nav li {
	position: relative;
	overflow: hidden;
	width: 33%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #000;
	transition: .8s;
	transition-delay: .8s;
}
#content_nav li:nth-child(2),
#content_nav li:nth-child(5),
#content_nav li:nth-child(8) {
	width: 34%;
}
#content_nav li:nth-child(11) {
	width: 34.1%;
}
#content_nav li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-repeat: no-repeat;
	background-position: center center;
}
#content_nav li:nth-child(1):after {
	background-image: url(../img/index/c_nav_back_byouin.jpg);
}
#content_nav li:nth-child(2):after {
	background-image: url(../img/index/c_nav_back_medical.jpg);
}
#content_nav li:nth-child(3):after {
	background-image: url(../img/index/c_nav_back_sinryouka.jpg);
}
#content_nav li:nth-child(4):after {
	background-image: url(../img/index/c_nav_back_center.jpg);
}
#content_nav li:nth-child(5):after {
	background-image: url(../img/index/c_nav_back_saiyou.jpg);
}
#content_nav li:nth-child(6):after {
	background-image: url(../img/index/c_nav_back_kenkyu-katsudou.jpg);
}
#content_nav li:nth-child(7):after {
	background-image: url(../img/index/c_nav_back_gankyoten.jpg);
}
#content_nav li:nth-child(8):after {
	background-image: url(../img/index/c_nav_back_kango.jpg);
}
#content_nav li:nth-child(9):after {
	background-image: url(../img/index/c_nav_back_kurinikaru.jpg);
}
#content_nav li:nth-child(10):after {
	background-image: url(../img/index/c_nav_back_saigai.jpg);
}
#content_nav li:nth-child(11):after {
	background-image: url(../img/index/c_nav_back_dock.jpg);
}
#content_nav li:hover:after {
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#content_nav li article {
	position: relative;
	z-index: 10000;
	display: table;
	width: 100%;
	height: 200px;
}
#content_nav li a {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #fff;
	border-bottom: none;
}
#content_nav li:nth-child(2) a,
#content_nav li:nth-child(5) a,
#content_nav li:nth-child(8) a {
	border-left: none;
	border-right: none;
}
#content_nav li:nth-child(11) a {
	border-left: none;
}
#content_nav li:nth-child(9) a {
  border-bottom: 1px solid #fff;
}
#content_nav li a:link,
#content_nav li a:active,
#content_nav li a:visited {
	font-size: 150%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#content_nav li span {
	font-size: 80%;
	color: #fff;
}
/* delighters */
#content_nav .delighter {
	transition: all .5s ease-out;
	transform: translateY(20%);
	opacity: 0;
}
#content_nav .delighter.started {
	transform: none;
	opacity: 1;
}
#content_nav .delighter.started.ended {
}
@media screen and (max-width: 750px) {
#content_nav {
}
#content_nav ul {
	height: 1020px;
}
#content_nav li,
#content_nav li:nth-child(2),
#content_nav li:nth-child(5),
#content_nav li:nth-child(8) {
	width: 50%;
}
#content_nav li:nth-child(11) {
	width: 50.4%;
}
#content_nav li article {
	height: 170px;
}
#content_nav li:nth-child(1) a,
#content_nav li:nth-child(3) a,
#content_nav li:nth-child(5) a,
#content_nav li:nth-child(7) a,
#content_nav li:nth-child(9) a,
#content_nav li:nth-child(11) a {
	border: 1px solid #fff;
	border-bottom: none;
	border-right: none;
}
#content_nav li:nth-child(2) a,
#content_nav li:nth-child(4) a,
#content_nav li:nth-child(6) a,
#content_nav li:nth-child(8) a,
#content_nav li:nth-child(10) a {
	border: 1px solid #fff;
	border-bottom: none;
}
#content_nav li:nth-child(9) a,
#content_nav li:nth-child(10) a {
	border-bottom: 1px solid #fff;
}
#content_nav li:nth-child(11) a {
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}
#content_nav li a:link,
#content_nav li a:active,
#content_nav li a:visited {
	font-size: 110%;
	line-height: 120%;
}
#content_nav li span {
	font-size: 70%;
}
/* delighters */
#content_nav .delighter {
	transition: all .5s ease-out;
	transform: translateY(0%);
	opacity: 1;
}
}

/* ----------------------------------------------- student */
#student {
	margin-top: 1px;
	background-color: #1f518e;
	text-align: center;
}
#student .inner {
	margin: 0px auto;
	padding: 100px 0px;
	width: 1130px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
/**/
#student .inner div.txt {
	position: relative;
	overflow: hidden;
	width: 50%;
}
#student h3 {
	padding: 20px 0px;
	color: #fff;
	font-size: 220%;
	font-weight: bold;
	font-family: "SawarabiMincho", serif;
	line-height: 40px;
	background-image: url(../img/index/student_icon.png);
	background-repeat: no-repeat;
	background-position: 70% center;
}
#student p {
	color: #fff;
	font-size: 100%;
	font-family: "SawarabiMincho", serif;
	line-height: 40px;
}
/**/
#student .inner div.nav {
	position: relative;
	overflow: hidden;
	width: 50%;
}
#student .inner div.nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}
#student .inner div.nav ul li {
	position: relative;
	overflow: hidden;
	width: 49%;
	background-color: #fff;
}
#student .inner div.nav ul li a {
	display: block;
	width: 100%;
	padding: 130px 0px 15px 15px;
	background-repeat: no-repeat;
	background-position: center top;
	border-left: 1px solid #1f518e;
}
#student .inner div.nav ul li a span {
	font-size: 60%;
	font-weight: normal;
	padding-left: 5px;
}
#student .inner div.nav ul li a:link,
#student .inner div.nav ul li a:visited,
#student .inner div.nav ul li a:active {
	color: #000;
	font-weight: normal;
	font-size: 120%;
	text-decoration: none;
}
#student .inner div.nav ul li:nth-child(1) a {
	background-image: url(../img/index/student_pic1.jpg);
}
#student .inner div.nav ul li:nth-child(2) a {
	background-image: url(../img/index/student_pic2.jpg);
}
#student .inner div.nav ul li:nth-child(3) a {
	background-image: url(../img/index/student_pic3.jpg);
}
#student .inner div.nav ul li:nth-child(4) a {
	background-image: url(../img/index/student_pic4.jpg);
}
@media screen and (max-width: 750px) {
#student .inner {
	margin: 0px auto;
	padding: 60px 0px 50px 0px;
	width: auto;
	display: block;
}
/**/
#student .inner div.txt {
	width: 100%;
}
#student h3 {
	text-align: center;
	background-image: none;
	font-size: 180%;
	margin: 0px;
	padding: 0px;
}
#student p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/**/
#student .inner div.nav {
	width: 100%;
}
#student .inner div.nav ul {
	display: block;
	text-align: center;
	padding-top: 15px;
}
#student .inner div.nav ul li {
	width: 280px;
	margin: 0px auto 15px auto;
	text-align: left;
}
}

/* ----------------------------------------------- movie */
#movie {
	position: relative;
	padding: 90px 0px;
}
#movie_wrap {
	width: 900px;
	margin: 0px auto;
}
#movie_wrap .bxslider {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#movie_wrap .bx-wrapper {
	margin: 0 auto; /*画像を真ん中に*/
	padding: 0px 60px;
}
#movie_wrap .slider li {
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
}
/**/
#movie .layer-01 { /*青い斜め線*/
	position: absolute;
	top: 0;
	right: 0px;
	background: rgba(8, 115, 193, 0.1);
	width: 60vw;
	height: 680px;
	clip-path: polygon(81% 0, 100% 0, 100% 100%, 47% 100%);
	z-index: 2;
}
@media screen and (max-width: 750px) {
#movie {
	padding: 60px 0px 40px 0px;
}
#movie_wrap {
	width: 90%;
	margin: 0px auto;
}
#movie_wrap .bx-wrapper {
	padding: 0px 40px;
}
#movie_wrap .slider li img, #movie_wrap .slider li video {
	width: auto;
	height: auto;
}
}

/* ----------------------------------------------- book */
#book {
	position: relative;
	z-index: 10;
	background-color: #e2e9ee;
	padding: 80px 0px;
	text-align: center;
	margin-bottom: 1px;
}
#book .inner {
	margin: 0px auto;
	width: 870px;
	text-align: left;
}
#book figure {
	float: left;
	height: 175px;
	margin: 0px 40px 0px 0px;
}
#book .inner h3 {
	font-size: 160%;
	font-weight: bold;
	font-family: "SawarabiMincho", serif;
	line-height: 40px;
}
@media screen and (max-width: 750px) {
#book {
	padding: 40px 20px;
}
#book .inner {
	width: auto;
}
#book figure {
	float: left;
	margin: 0px 20px 0px 0px;
}
#book .inner h3 {
	font-size: 120%;
	line-height: 140%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#book p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 140%;
	padding-bottom: 45px;
}
}
/* ----------------------------------------------- contact */
#contact {
	position: relative;
	z-index: 10;
	background-color: #e2e9ee;
	padding: 50px 0px;
	text-align: center;
	margin-bottom: 1px;
}
#contact .inner {
	margin: 0px auto;
	width: 1150px;
	text-align: left;
}
#contact h4 {
	float: left;
	font-size: 100%;
	margin: 0px;
	padding: 0px 50px 0px 0px;
}
#contact dl {
	display: table;
	float: left;
	margin: 0px;
	padding: 0px;
}
#contact dt,
#contact dd {
	display: table-cell;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	vertical-align: middle;
}
#contact dt {
	font-size: 250%;
	font-weight: bold;
	font-family: "SawarabiMincho", serif;
}
#contact dd {
	font-weight: bold;
	font-size: 90%;
}
#contact p {
	float: right;
	width: 230px;
	margin: 0px;
	padding: 10px 0px;
	background-color: #cedbe5;
	text-align: center;
}
/**/
#contact .clear {
	clear: both;
	height: 1px;
	border: 0px;
	border: 1px solid transparent;
	color: #cedbe5;
}
@media screen and (max-width: 750px) {
#contact {
	background-color: #fff;
	padding: 0px 0px 20px 0px;
}
#contact .inner {
	width: auto;
}
#contact h4 {
	clear: both;
	float: none;
	font-size: 100%;
	text-align: center;
	background-color: #55ACB8;
	padding: 10px 0px;
	color: #fff;
}
#contact h4 br {
	display: none;
}
#contact dl {
	display: block;
	float: none;
}
#contact dt, #contact dd {
	display: block;
	padding: 0px;
	text-align: center;
}
#contact dt {
	font-size: 200%;
}
#contact p {
	float: none;
	width: 60%;
	margin: 10px auto 0px auto;
	padding: 10px 0px;
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	vertical-align: text-top;
}
/**/
#contact .clear {
	display: none;
}
}
/* ----------------------------------------------- banner */
#banner {
	position: relative;
	z-index: 10;
	background-color: #1f518e;
	padding: 50px 0px;
	text-align: center;
}
#banner .inner {
	margin: 50px auto;
	width: 1050px;
}
#banner .inner ul {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner .inner ul li {
	display: table-cell;
	width: 33.33%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
@media screen and (max-width: 750px) {
#banner {
}
#banner .inner {
	margin: 10px auto;
	width: auto;
}
#banner .inner ul {
	display: block;
	width: 80%;
	margin: 0px auto;
}
#banner .inner ul li {
	display: block;
	width: 100%;
}
#banner .inner ul li img {
	width: 100%;
	max-width: 325px;
	height: auto;
	margin-top: 15px;
}
#banner .inner ul li:nth-child(3) {
	display: none;
}
}
/* ----------------------------------------------- footer */
footer {
	margin: 50px auto;
	width: 1150px;
	text-align: left;
	font-size: 90%;
}
footer a:link, footer a:active, footer a:visited {
	color: #333;
	text-decoration: none;
}
footer li.top::before, footer article ul li::before {
	content: "";
	flex-grow: 1;
	height: 1px;
	min-width: 5px;
	display: inline-block;
	vertical-align: middle;
	background: #333;
	margin-right: 10px;
}
/**/
footer section {
	float: right;
	display: table;
	width: 780px;
}
footer section div {
	display: table-cell;
}
footer section ul {
	margin: 0px;
	padding: 0px;
}
footer section ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
footer section ul li.top {
	margin-bottom: 10px;
}
footer section ul li.top a {
	font-weight: bold;
}
footer section ul li ul li { /*2level*/
	margin: 0px 0px 0px 15px;
}
footer section ul li.top ul li a { /*2level*/
	font-weight: normal;
}
/**/
footer article {
	float: left;
	text-align: left;
	width: 300px;
	border-right: 1px solid #e6e6e6;
}
footer article address {
	font-weight: bold;
	text-align: left;
}
footer article ul {
	margin: 0px;
	padding: 0px;
}
footer article ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
@media screen and (max-width: 750px) {
footer {
	margin: 40px 20px 0px 20px;
	width: auto;
}
/**/
footer section {
	display: none;
}
/**/
footer article {
	float: none;
	text-align: left;
	width: auto;
	border-right: none;
}
footer article address {
	font-weight: bold;
	text-align: left;
}
footer article ul {
	display: none;
}
}
/* ----------------------------------------------- copy */
.cr {
	padding: 60px 0px 10px 0px;
	clear: both;
	font-size: 90%;
	text-align: center;
}
@media screen and (max-width: 750px) {
.cr {
	padding: 20px 0px;
	text-align: left;
}
}
/* ----------------------------------------------- pagetop */
#page-top {
	z-index: 10;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: 70px;
}
#page-top a {
	display: block;
	width: 70px;
	height: 70px;
	background: rgba(27, 51, 117, 1);
	transition: 0.5s;
	opacity: 1;
	text-indent: -1000000px;
}
#page-top a span {
	position: relative;
	display: block;
	padding: 10px 0px;
	text-align: center;
}
#page-top a span::before {
	position: absolute;
	content: "";
	left: 40%;
	top: 65%;
	width: 15px;
	height: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: 0.5s;
}
#page-top a:hover {
	opacity: 0.5;
}
/* ----------------------------------------------- 表示切替 */
ul.switch {
	display: none;
}
