﻿@charset "UTF-8";
* {
	box-sizing: border-box;
}
*:before,
*:after {
	box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-weight: 400;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ul,
ol {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
} /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a {
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
@font-face {
	font-family: YuGothic M;
	src: local("Yu Gothic Medium");
}
.js_loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999;
	opacity: 1;
	text-align: center;
	transition: all 0.5s;
}
.js_loaderImage {
	display: inline-block;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}
.js_loaderImage > img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.js_loaderHidden {
	opacity: 0 !important;
	z-index: -1 !important;
}
.js_new {
	opacity: 0;
	transition: opacity 0.5s;
}
.js_gotoTop {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}
.js_scrolled .js_gotoTop {
	visibility: visible;
	opacity: 1;
}
.js_gotoTop a {
	display: block;
	position: fixed;
	z-index: 9999;
	width: 44px;
	height: 44px;
	color: #fff;
	border-radius: 25px;
	opacity: 0.8;
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
}
.js_gotoTop a:before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-radius: 2px;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
html {
	width: 100%;
}
body {
	width: 100%;
	font-size: 100%;
	font-family: YuGothic M, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
	color: #202020;
	background-color: #f7f7f7;
}
a {
	color: #444;
	text-decoration: underline;
}
a:visited,
a:hover,
a:active {
	color: #777;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.header .header_spBtn .line {
	position: absolute;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 24px;
	height: 3px;
	display: inline-block;
	background-color: #757575;
	border-radius: 3px;
	transition: all 0.5s;
}
.header .header_spBtn .line:nth-of-type(1) {
	top: 5px;
}
.header .header_spBtn .line:nth-of-type(2) {
	top: 14px;
}
.header .header_spBtn .line:nth-of-type(3) {
	bottom: 5px;
}
.header .header_spBtn.js_active .line:nth-of-type(1) {
	-webkit-transform: translateX(-50%) translateY(9px) rotate(-45deg);
	transform: translateX(-50%) translateY(9px) rotate(-45deg);
}
.header .header_spBtn.js_active .line:nth-of-type(2) {
	opacity: 0;
}
.header .header_spBtn.js_active .line:nth-of-type(3) {
	-webkit-transform: translateX(-50%) translateY(-9px) rotate(45deg);
	transform: translateX(-50%) translateY(-9px) rotate(45deg);
}
.gnav .gnav_head {
	display: none;
}
.gnav a {
	text-decoration: none;
}
.gnav a:hover {
	text-decoration: underline;
}
.gnav .gnav_home a {
	display: block;
}
.gnav .gnav_main .gnav_main_item > a {
	display: block;
}
.gnav .gnav_a .gnav_a_item > a {
	color: #616161;
	position: relative;
}
.breadcrumb {
	width: 100%;
	position: relative;
	white-space: nowrap;
}
.breadcrumb .breadcrumb_list > li {
	display: inline-block;
}
.breadcrumb .breadcrumb_list > li:nth-child(n + 2):before {
	content: " ≫ ";
	color: #0a53ad;
}
.page_home .main {
	margin-bottom: 0;
}
.footer {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #012997;
	border-top: 3px solid #f8bf00;
	position: relative;
	z-index: 1;
}
.page_home .footer {
	margin-top: 0;
}
.footer .footer_info {
	margin-bottom: 30px;
}
.footer .footer_info .footer_info_col p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
}
.footer .footer_logo {
	display: inline-block;
	padding: 25px 20px 18px;
	background-color: #f7f7f7;
	border-radius: 4px;
}
.footer .footer_logo a {
	display: block;
}
.footer .footer_table {
	border-collapse: collapse;
}
.footer .footer_table th,
.footer .footer_table td {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.4;
	font-weight: 400;
	text-align: center;
	border: 1px solid #557;
}
.footer .footer_table thead th {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
}
.footer .footer_table a {
	color: #fff;
}
.footer .footer_en {
	line-height: 1.35;
	text-align: center;
}
.footer .footer_enDef {
	margin-bottom: 3px;
}
.footer .footer_copy {
	display: block;
	width: 100%;
	text-align: center;
	color: #ddd;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.7;
}
.footer .footer_copy a {
	color: #ddd;
	text-decoration: none;
}
.footerNav a {
	color: #fff;
}
.footerNav .footerNav_hide {
	display: none;
}
.footerNav .footerNav_head {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 2px;
	border-left: 3px solid #fcb51d;
	border-radius: 1px 2px 2px 1px;
	padding: 11px 5px 10px 6px;
	margin-bottom: 10px;
}
.footerNav .footerNav_head > a {
	display: block;
}
.footerNav .footerNav_head.others {
	border-left: 3px solid #e7e7e7;
	background-color: rgba(153, 153, 153, 0.2);
}
.footerNav .footerNav_subhead {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
	position: relative;
}
.footerNav .footerNav_subhead:before,
.footerNav .footerNav_subhead:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #fcb51d;
	position: relative;
	top: -4px;
}
.footerNav .footerNav_subhead:before {
	left: -5px;
}
.footerNav .footerNav_subhead:after {
	right: -5px;
}
.footerNav .footerNav_pageList {
	margin-bottom: 10px;
}
.footerNav .footerNav_pageList > li {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.4;
}
.footerNav .footerNav_pageList > li.indent {
	margin-left: 10px;
}
.footerNav .footerNav_pageList > li a {
	display: block;
	text-decoration: none;
	border-radius: 2px;
	position: relative;
}
.footerNav .footerNav_pageList > li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.1);
}
.footerNav .footerNav_pageList > li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fcb51d;
	border-radius: 2px;
	position: absolute;
	top: 49%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#particles-js {
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 2s;
}
#particles-js.js_active {
	opacity: 1;
}
.homeParticlesWrap {
	width: 100%;
}
.homeLinks .homeLinks_ttl {
	text-align: center;
}
.homeLinks .homeLinks_ttl .homeLinks_ttl_main {
	position: relative;
	z-index: 1;
}
.homeLinks .homeLinks_ttl .homeLinks_ttl_sub {
	position: relative;
	z-index: 1;
	text-align: center;
	line-height: 1.5;
}
.page_en .homeLinks .homeLinks_ttl .homeLinks_ttl_sub {
	font-size: 14px;
	font-size: 0.875rem;
}
.homeLinkSlider {
	border: 1px solid #ccc;
	overflow: hidden;
	transition: opacity 0.5s;
	opacity: 0;
}
.homeLinkSlider.js_active {
	opacity: 1;
}
.homeLinkSlider .homeLinkSlider_item {
	background-image: linear-gradient(to bottom, #fff, rgba(204, 204, 204, 0.15));
}
.homeLinkSlider .homeLinkSlider_item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.homeLinkSlider .homeLinkSlider_item a > span {
	display: inline-block;
}
.homeLinkSlider .homeLinkSlider_item a > span.image {
	width: 100%;
	padding: 0;
}
.homeLinkSlider .homeLinkSlider_item a > span.text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.homeNav .homeNav_ttl {
	color: #fcfcfc;
}
.homeNavCreation .homeNav .homeNav_ttl {
	background-color: rgba(22, 130, 191, 0.8);
}
.homeNavCoCreation .homeNav .homeNav_ttl {
	background-color: rgba(0, 169, 157, 0.8);
}
.homeNavExternal .homeNav .homeNav_ttl {
	background-color: rgba(178, 133, 0, 0.8);
}
.homeNav .homeNav_ttl > a {
	color: #fcfcfc;
}
.homeNavCreation .homeNav .homeNav_list {
	border-left: 5px solid rgba(22, 130, 191, 0.8);
}
.homeNavCoCreation .homeNav .homeNav_list {
	border-left: 5px solid rgba(0, 169, 157, 0.8);
}
.homeNavExternal .homeNav .homeNav_list {
	border-left: 5px solid rgba(178, 133, 0, 0.8);
}
.homeNav .homeNav_list > li {
	border-bottom: 1px solid #ccc;
}
.homeNav .homeNav_list > li:last-child {
	border-bottom: 0;
}
.homeNav .homeNav_list > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 14px;
	padding-left: 10px;
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	background-color: rgba(241, 241, 241, 0.8);
}
@media only screen and (min-width: 769px) {
	.homeNavCreation .homeNav_list > li:nth-child(4) > a {
		padding-top: 5px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 769px) {
	.homeNavExternal .homeNav_list > li:nth-child(2) > a {
		padding-top: 5px;
		line-height: 1.2;
	}
}

.homeNavExternal .homeNav .homeNav_list > li > a {
	background-color: rgba(238, 238, 238, 0.8);
}
.homeBgimage {
	width: 100%;
	background: url(/images/home/banners_bg.jpg) left top no-repeat;
	position: relative;
	z-index: 1;
}
.homeBanners .homeBanners_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.homeBanners .homeBanners_list .homeBanners_list_item {
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
}
.homeBanners .homeBanners_list .homeBanners_list_item a {
	display: block;
}
.homeBanners .homeBanners_list .homeBanners_list_item .homeBanners_ttl {
	position: relative;
	text-align: center;
}
.homeBanners .homeBanners_list .homeBanners_list_item .homeBanners_ttl > span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
	overflow: hidden;
}
.homeBanners .slick-prev:before,
.homeBanners .slick-next:before {
	color: #014da1;
}
.homeBanners .slick-dots {
	bottom: -35px;
}
.homeGreeting {
	width: 100%;
	background-color: #001657;
	position: relative;
}
.homeGreeting .homeGreeting_text {
	text-align: center;
}
.homeGreeting .homeGreeting_text > p {
	color: #d8e3ff;
	font-size: 14px;
	font-size: 0.875rem;
}
.homeGreeting .homeGreeting_photo .name {
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 22, 87, 0.9);
	text-align: right;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}
.homeGreeting .homeGreeting_ttl {
	color: #fff;
	font-weight: 700;
}
.homeGreeting .homeGreeting_btn {
	width: 209px;
	height: 44px;
	margin: 30px auto 0;
	background-color: #000d31;
	text-align: center;
}
.homeGreeting .homeGreeting_btn > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1;
	transition: background-color 0.5s;
	position: relative;
}
.homeGreeting .homeGreeting_btn > a:hover {
	text-decoration: none;
	background-color: rgba(1, 77, 161, 0.8);
}
.homeGreeting .homeGreeting_btn > a > span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.homeGreeting .homeGreeting_btn > a > span:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 48%;
	left: -18px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
body.mceContentBody {
	padding-top: 30px !important;
}
.entrySection h4,
.entrySection h5,
.entrySection h6,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
	color: #00264e;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}
.entrySection p,
.mceContentBody p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 15px;
}
.entrySection ul,
.mceContentBody ul {
	margin-bottom: 10px;
}
.entrySection ul > li,
.mceContentBody ul > li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
.entrySection ul > li:nth-child(n + 2),
.mceContentBody ul > li:nth-child(n + 2) {
	margin-top: 10px;
}
.entrySection ul > li > ul,
.mceContentBody ul > li > ul {
	margin-top: 15px;
}
.entrySection ul > li > ul > li,
.mceContentBody ul > li > ul > li {
	list-style-type: circle;
}
.entrySection ol,
.mceContentBody ol {
	margin-bottom: 10px;
}
.entrySection ol > li,
.mceContentBody ol > li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
.entrySection ol > li:nth-child(n + 2),
.mceContentBody ol > li:nth-child(n + 2) {
	margin-top: 10px;
}
.entrySection table,
.mceContentBody table {
	border-collapse: collapse;
}
.entrySection table th,
.entrySection table td,
.mceContentBody table th,
.mceContentBody table td {
	vertical-align: middle;
	padding: 7px 10px 6px;
	border: 1px solid #ccc;
	line-height: 1.5;
}
.entrySection table thead > tr > th,
.mceContentBody table thead > tr > th {
	font-weight: 400;
	text-align: center;
	background-color: #ebecef;
}
.entrySection table thead > tr > td,
.mceContentBody table thead > tr > td {
	width: auto;
	text-align: left;
}
.entrySection table tbody > tr > th,
.mceContentBody table tbody > tr > th {
	font-weight: 400;
	text-align: center;
	background-color: #f3f3f3;
}
.entrySection table tbody > tr > td,
.mceContentBody table tbody > tr > td {
	width: auto;
	text-align: left;
}
.entrySection .pageMv,
.mceContentBody .pageMv {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.entrySection .pageMv .pageMv_mv,
.mceContentBody .pageMv .pageMv_mv {
	text-align: center;
}
.entrySection .pageMv .pageMv_text .pageMv_text_main .indent,
.mceContentBody .pageMv .pageMv_text .pageMv_text_main .indent {
	display: block;
	padding-left: 1em;
}
.entrySection .pageMv .pageMv_text .pageMv_text_name,
.mceContentBody .pageMv .pageMv_text .pageMv_text_name {
	text-align: right;
}
.entrySection .pageMv .pageMv_text .pageMv_text_name dt,
.entrySection .pageMv .pageMv_text .pageMv_text_name dd,
.mceContentBody .pageMv .pageMv_text .pageMv_text_name dt,
.mceContentBody .pageMv .pageMv_text .pageMv_text_name dd {
	display: inline-block;
	vertical-align: baseline;
}
.page_en .entrySection .pageMv .pageMv_text .pageMv_text_name dt,
.page_en .entrySection .pageMv .pageMv_text .pageMv_text_name dd,
.page_en .mceContentBody .pageMv .pageMv_text .pageMv_text_name dt,
.page_en .mceContentBody .pageMv .pageMv_text .pageMv_text_name dd {
	display: block;
}
.page_en .entrySection .pageMv .pageMv_text .pageMv_text_name dt,
.page_en .mceContentBody .pageMv .pageMv_text .pageMv_text_name dt {
	margin-bottom: 5px;
}
.entrySection .greetingSection .image_l,
.mceContentBody .greetingSection .image_l {
	display: inline;
	float: left;
}
.entrySection .greetingSection .image_r,
.mceContentBody .greetingSection .image_r {
	display: inline;
	float: right;
}
.entrySection .greetingSection p,
.mceContentBody .greetingSection p {
	color: #1f1f1f;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.7;
	letter-spacing: 1px;
}
.entrySection .greetingSection p:nth-child(n + 2),
.mceContentBody .greetingSection p:nth-child(n + 2) {
	margin-top: 30px;
}
.page_en .entrySection .greetingSection p,
.page_en .mceContentBody .greetingSection p {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0;
}
.entrySection .overview:after,
.mceContentBody .overview:after {
	content: " ";
	display: table;
	clear: both;
}
.entrySection .learn:after,
.mceContentBody .learn:after {
	content: " ";
	display: table;
	clear: both;
}
.entrySection .learn .learn_image > img:nth-child(n + 2),
.mceContentBody .learn .learn_image > img:nth-child(n + 2) {
	margin-top: 15px;
}
.entrySection .jobTable th,
.entrySection .jobTable td,
.mceContentBody .jobTable th,
.mceContentBody .jobTable td {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
	text-align: left;
	padding: 8px;
	vertical-align: top;
	border-bottom: 1px solid #c9caca;
}
.entrySection .jobTable th p,
.entrySection .jobTable td p,
.mceContentBody .jobTable th p,
.mceContentBody .jobTable td p {
	margin-bottom: 0;
}
.entrySection .jobTable th p:nth-child(n + 2),
.entrySection .jobTable td p:nth-child(n + 2),
.mceContentBody .jobTable th p:nth-child(n + 2),
.mceContentBody .jobTable td p:nth-child(n + 2) {
	margin-top: 15px;
}
.entrySection .jobTable th,
.mceContentBody .jobTable th {
	background-color: #e8e3e1;
}
.entrySection .themeLabel,
.mceContentBody .themeLabel {
	color: #fff;
	background-color: #0035cc;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 8px;
}
.entrySection .themeOthers,
.mceContentBody .themeOthers {
	position: relative;
	z-index: 1;
	padding-top: 14px;
}
.entrySection .themeOthers > dt,
.mceContentBody .themeOthers > dt {
	display: inline-block;
	padding: 8px;
	color: #fff;
	background-color: #444;
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.entrySection .themeOthers > dd,
.mceContentBody .themeOthers > dd {
	border: 1px solid #777;
	background-color: #ececfb;
	padding: 25px 20px 20px 30px;
}
.entrySection .themeOthers > dd > ul > li:nth-child(n + 2),
.mceContentBody .themeOthers > dd > ul > li:nth-child(n + 2) {
	margin-top: 8px;
}
.entrySection .nameList,
.mceContentBody .nameList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.entrySection .nameList > li,
.mceContentBody .nameList > li {
	list-style-type: none;
	margin-left: 0;
}
.entrySection .nameList > li:nth-child(n + 2),
.mceContentBody .nameList > li:nth-child(n + 2) {
	margin-top: 0;
}
.entrySection .nameList > li:nth-child(n + 2):before,
.mceContentBody .nameList > li:nth-child(n + 2):before {
	content: "／";
	display: inline-block;
	margin: 0 8px;
}
.entrySection .floatImageRight:after,
.mceContentBody .floatImageRight:after {
	content: " ";
	display: table;
	clear: both;
}
.entrySection .floatImageRight .image,
.mceContentBody .floatImageRight .image {
	width: 170px;
}
.pagenation {
	width: 90%;
	margin: 30px auto;
	text-align: center;
}
.pagenation .pagenation_current,
.pagenation .pagenation_number {
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-size: arial, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	position: relative;
	margin-bottom: 5px;
}
.pagenation .pagenation_current:nth-child(n + 2),
.pagenation .pagenation_number:nth-child(n + 2) {
	margin-left: 5px;
}
.pagenation .pagenation_current {
	background-color: #bbb;
}
.pagenation .pagenation_current > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pagenation .pagenation_number {
	background-color: rgba(0, 39, 79, 0.7);
	transition: background-color 0.5s;
}
.pagenation .pagenation_number:hover {
	background-color: #00274f;
}
.pagenation .pagenation_number > a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 46px;
	height: 46px;
	padding-top: 17px;
}
.topicsListBlock {
	position: relative;
}
.topicsListBlock .topicsListBlock_head {
	color: #000;
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 48px;
	padding-left: 18px;
	margin-bottom: 20px;
}
.topicsListBlock .topicsListBlock_head:before {
	content: "\f028";
	font-family: FontAwesome;
	color: #767676;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: -1px;
	left: 0;
}
.topicsListBlock .topicsListBlock_back {
	position: absolute;
	top: 0;
	right: 0;
}
.topicsListBlock .topicsListBlock_back > a {
	display: block;
	color: #039;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 48px;
	position: relative;
	padding-left: 20px;
}
.topicsListBlock .topicsListBlock_back > a:before {
	content: "\f0ca";
	font-family: FontAwesome;
	color: #767676;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: -1px;
	left: 0;
}
.topicsList {
	width: 100%;
	margin: 0 auto;
}
.topicsList .topicsList_item {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
	border-radius: 3px;
}
.topicsList .topicsList_item > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 6px;
	text-decoration: none;
	transition: background-color 0.5s;
}
.topicsList .topicsList_item > a:hover {
	text-decoration: none;
	background-color: rgba(252, 181, 29, 0.15);
	border-radius: 3px;
}
.topicsList .topicsList_item.categoryImportant {
	margin-top: -6px;
	margin-right: -6px;
	margin-left: -6px;
	background-color: #fee;
	border-radius: 4px;
}
.topicsList .topicsList_item.categoryImportant .topicsList_def {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	border-bottom: 0;
}
.topicsList .topicsList_def > dt,
.topicsList .topicsList_def > dd {
	text-align: left;
}
.topicsList .topicsList_def > dd {
	color: #039;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
	text-decoration: underline;
}
.topicsList .topicsList_def > dd > a {
	display: block;
	color: #039;
}
.topicsList .topicsList_date {
	display: inline-block;
	width: 90px;
	color: #333;
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}
.topicsCategory {
	display: inline-block;
	width: 115px;
	padding: 5px 5px 4px;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}
.page_home .topicsCategory {
	width: 90px;
	font-size: 11px;
	font-size: 0.6875rem;
	padding: 3px 0 2px;
}
.topicsCategories {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.topicsCategories .topicsCategories_item {
	position: relative;
	background-color: #005caa;
	height: 42px;
	border-radius: 2px;
}
.topicsCategories .topicsCategories_item:before {
	content: "";
	display: block;
	border: 3px solid #fff;
	border-color: transparent #fff #fff transparent;
	position: absolute;
	right: 2px;
	bottom: 2px;
}
.topicsCategories .topicsCategories_item > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	padding: 14px 14px 0;
	letter-spacing: 1px;
	line-height: 1;
}
.topicsCategory {
	background-color: rgba(0, 39, 79, 0.7);
	border: 1px solid #00274f;
	border-radius: 2px;
}
.topicsEntryTitle {
	width: 90%;
	margin: 0 auto 30px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.4;
	text-align: center;
}
.topicsInfo {
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
	font-size: 0;
}
.topicsInfo .topicsInfo_date {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 5px 10px 4px;
	color: #fff;
	background-color: #00274f;
	border: 1px solid #333;
}
.topicsInfo .topicsInfo_category {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 14px;
	font-size: 0.875rem;
}
.topicsBack {
	text-align: center;
	margin: 30px auto;
}
.topicsBack .topicsBack_link {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	background-color: #005caa;
	border-radius: 45px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	transition: background-color 0.5s;
}
.topicsBack .topicsBack_link:hover {
	text-decoration: none;
	background-color: #00274f;
}
.topicsNav .topicsNav_next,
.topicsNav .topicsNav_prev {
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	background-color: #005caa;
	text-align: center;
	position: relative;
	transition: background-color 0.5s;
}
.topicsNav .topicsNav_next {
	float: left;
	border-radius: 3px;
}
.topicsNav .topicsNav_next .topicsNav_link:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-radius: 2px;
	-webkit-transform: rotate(-45deg) translateY(-1px);
	transform: rotate(-45deg) translateY(-1px);
}
.topicsNav .topicsNav_prev {
	float: right;
	border-radius: 3px;
}
.topicsNav .topicsNav_prev .topicsNav_link:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg) translateY(-1px);
	transform: rotate(45deg) translateY(-1px);
}
.topicsNav .topicsNav_link {
	font-size: 14px;
	font-size: 0.875rem;
	height: 34px;
	padding: 10px 12px 0;
	display: block;
	color: #fff;
	position: relative;
	z-index: 1;
}
.topicsNav .topicsNav_link:hover {
	text-decoration: none;
}
.qaDef {
	margin-bottom: 20px;
}
.qaDef .qaDef_q {
	cursor: pointer;
	background: transparent url(/images/inquiry/icon_q.png) 0 0 no-repeat;
}
.qaDef .qaDef_a {
	display: none;
	background: transparent url(/images/inquiry/icon_a.png) 0 0 no-repeat;
}
.entrySection .accessTraffic {
	text-align: center;
	position: relative;
}
.entrySection .accessTraffic .accessTraffic_link {
	color: #0d3183;
}
.entrySection .accessTraffic .accessTraffic_link a {
	color: #0d3183;
}
.entrySection .accessTraffic .accessTraffic_link ul li {
	list-style-type: none;
	text-align: left;
	margin-left: 0;
	position: relative;
	padding-left: 8px;
}
.entrySection .accessTraffic .accessTraffic_link ul li:before {
	content: "";
	display: block;
	border: 4px solid #0d3183;
	border-color: transparent transparent transparent #0d3183;
	position: absolute;
	top: 3px;
	left: 0;
}
.entrySection .accessTraffic .accessTraffic_link ul li ul {
	margin-top: 5px;
}
.entrySection .accessTraffic .accessTraffic_link ul li ul li {
	list-style-type: disc;
	margin-left: 1.5em;
	padding-left: 0;
}
.entrySection .accessTraffic .accessTraffic_link ul li ul li:before {
	display: none;
}
.entrySection .inqTable th,
.entrySection .inqTable td {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
.entrySection .inqTable th {
	text-align: justify;
	letter-spacing: 1px;
}
.entrySection .inqTable td {
	text-align: left;
}
.cardList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.cardList.rikougaku {
	max-width: 952px;
	margin: 0 auto;
}
.cardList .cardList_item {
	border: 1px solid #eee;
	background-color: #fff;
	list-style-type: none;
}
.cardList .cardList_link {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 77, 161, 0);
	transition: all 0.5s;
	text-decoration: none;
}
.cardList .cardList_link:hover {
	opacity: 0.8;
	background-color: rgba(1, 77, 161, 0.1);
	text-decoration: none;
}
.cardList .cardList_def .cardList_def_term {
	color: #222;
	font-size: 16px;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding: 10px 12px;
}
.cardList .cardList_def .cardList_def_desc {
	color: #202020;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
	padding: 0 12px 12px;
	text-align: justify;
}
.cardList .cardList_def .cardList_def_desc .btnLinkList_btn {
	text-align: center;
	margin-top: 15px;
}
.cardList.noneImage .cardList_link {
	position: relative;
}
.cardList.noneImage .cardList_def .cardList_def_term {
	margin: 2px;
	color: #fff;
	background-color: #005caa;
	border-radius: 3px 3px 0 0;
	position: relative;
}
.cardList.noneImage .cardList_def .cardList_def_term:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.cardList.noneImage .cardList_def .cardList_def_desc {
	padding: 10px 12px 12px;
}
.btnLinkList .btnLinkList_item {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}
.btnLinkList .btnLinkList_item > dl > dt {
	color: #1f1f1f;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
}
.btnLinkList .btnLinkList_item > dl > dd {
	color: #444;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
	text-align: justify;
}
.btnLinkList .btnLinkList_item > dl > dd > p {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
}
.link_ext {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
.link_ext:after {
	font-family: FontAwesome;
	content: "\f08e";
	display: inline-block;
	margin-left: 5px;
}
.link_oitau {
	display: inline-block;
	position: relative;
	padding-right: 32px;
}
.link_oitau:after {
	content: "";
	padding-left: 20px;
	background: transparent url(/images/common/logo_min.png) right 4px no-repeat;
	background-size: 16px auto;
}
.link_pdf {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
.link_pdf:after {
	font-family: FontAwesome;
	content: "\f1c1";
	display: inline-block;
	margin-left: 7px;
	color: #ee3d23;
}
.link_doc {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
.link_doc:after {
	font-family: FontAwesome;
	content: "\f0f6";
	display: inline-block;
	margin-left: 7px;
	padding: 1px 5px;
	color: #000;
	border-radius: 3px;
}
.pageHeader {
	text-align: center;
}
.pageHeader .pageHeader_main {
	color: #00264e;
	position: relative;
}
.page_en .pageHeader .pageHeader_main {
	letter-spacing: 1px;
}
.pageHeader .pageHeader_main > span {
	display: inline-block;
	background-color: #f7f7f7;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.pageHeader .pageHeader_main:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}
.pageHeader .pageHeader_sub {
	display: block;
	color: #727066;
	font-family: Georgia, Times New Roman, Hiragino Kaku Gothic Pro, Meiryo,
		sans-serif;
	font-style: italic;
}
.ttl_2,
.entrySection h2,
.mceContentBody h2 {
	color: #00264e;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
}
.page_en .ttl_2,
.page_en .entrySection h2,
.entrySection .page_en h2,
.page_en .mceContentBody h2,
.mceContentBody .page_en h2 {
	letter-spacing: 0;
}
.ttl_3,
.entrySection h3,
.mceContentBody h3 {
	color: #00264e;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
.page_en .ttl_3,
.page_en .entrySection h3,
.entrySection .page_en h3,
.page_en .mceContentBody h3,
.mceContentBody .page_en h3 {
	letter-spacing: 0;
}
.pageIntro {
	color: #212121;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
}
.dirNavCol2 .dirNavCol2_comment {
	width: 90%;
	margin: 0 auto 30px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	text-align: justify;
}
.ff_yu {
	font-family: YuGothic M, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
}
.ff_ryumin,
.pageHeader .pageHeader_main,
.ttl_2,
.entrySection h2,
.mceContentBody h2,
.ttl_3,
.entrySection h3,
.mceContentBody h3 {
	font-family: "リュウミン R-KL", Hiragino Kaku Gothic Pro, Meiryo, sans-serif !important;
}
.ff_a1 {
	font-family: "A1明朝", Hiragino Kaku Gothic Pro, Meiryo, sans-serif !important;
}
.ff_mm {
	font-family: "見出ミンMA31", Hiragino Kaku Gothic Pro, Meiryo, sans-serif !important;
}
.ff_mg {
	font-family: "見出ゴMB31", Hiragino Kaku Gothic Pro, Meiryo, sans-serif !important;
}
.ff_sgr {
	font-family: "新ゴ R", Hiragino Kaku Gothic Pro, Meiryo, sans-serif !important;
}
.bsh_mv,
.bsh {
	box-shadow: 0 3px 6px rgba(102, 102, 102, 0.5);
}
.rpsv {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.rpsv iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.cf:after,
.entrySection .greetingSection:after,
.mceContentBody .greetingSection:after,
.topicsNav:after,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mb85 {
	margin-bottom: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mb95 {
	margin-bottom: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}
.fwb {
	font-weight: 700 !important;
}
.bold {
	font-weight: 700 !important;
}
.italic {
	display: inline-block;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.c_red {
	color: #b22 !important;
}
.c_blue {
	color: #014da1 !important;
}
.c_blue2 {
	color: #00274f !important;
}
.c_yellow {
	color: #fcb51d !important;
}
.c_yellow2 {
	color: #f8bf00 !important;
}
.fz16 {
	font-size: 16px !important;
	font-size: 1rem !important;
}
.fz18 {
	font-size: 18px !important;
	font-size: 1.125rem !important;
}
.fz20 {
	font-size: 20px !important;
	font-size: 1.25rem !important;
}
.fz22 {
	font-size: 22px !important;
	font-size: 1.375rem !important;
}
.fz24 {
	font-size: 24px !important;
	font-size: 1.5rem !important;
}
.fz26 {
	font-size: 26px !important;
	font-size: 1.625rem !important;
}
.fz28 {
	font-size: 28px !important;
	font-size: 1.75rem !important;
}
.fz30 {
	font-size: 30px !important;
	font-size: 1.875rem !important;
}
@media print {
	.js_gotoTop {
		display: none !important;
	}
	body {
		padding-top: 0 !important;
	}
	.header {
		position: static;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.js_gotoTop a {
		right: 10px;
		bottom: 10px;
		background-color: rgba(248, 191, 0, 0.5);
	}
	html {
		overflow-x: hidden;
	}
	body {
		overflow-x: hidden;
		padding-top: 67px;
	}
	.header {
		height: 52px;
		background: transparent url(/images/common/header_bg_sp_2023.png) center top
			no-repeat;
		background-size: 800px 52px;
	}
	.header .header_inner {
		width: 320px;
		height: 52px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}
	.header .header_logo {
		width: 219.33333px;
		padding-top: 12px;
	}
	.page_en .header .header_logo {
		width: 220px;
		padding-top: 5px;
	}
	.header .header_spBtn {
		width: 36px;
		height: 33px;
		border: 1px solid #c2c2c2;
		background-color: #f7f7f7;
		border-radius: 2px;
		position: absolute;
		top: 4px;
		right: 19px;
		z-index: 1;
		cursor: pointer;
	}
	.gnav {
		width: 90%;
		padding: 20px;
		background-color: #fcfcfc;
		border: 1px solid #c3c3c3;
		position: fixed;
		top: 62px;
		left: 150%;
		z-index: 1;
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: left 0.5s, opacity 0.5s;
		box-shadow: 0 0 2px rgba(0, 39, 79, 0.3);
	}
	.gnav.js_active {
		left: 50%;
		opacity: 1;
	}
	.gnav .gnav_home {
		text-align: center;
		color: #fff;
		background-color: #00274f;
		margin-bottom: 10px;
	}
	.gnav .gnav_home a {
		padding: 8px;
		color: #fff;
		font-size: 0.8125rem;
		font-weight: 700;
	}
	.gnav .gnav_main {
		width: 100%;
		border: 1px solid #ddd;
		margin-bottom: 10px;
	}
	.gnav .gnav_main .gnav_main_item {
		background-color: #f7f7f7;
		text-align: left;
		position: relative;
	}
	.gnav .gnav_main .gnav_main_item:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 4px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 8px solid #f8bf00;
		position: absolute;
		top: 49%;
		left: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gnav .gnav_main .gnav_main_item:nth-child(n + 2) {
		border-top: 1px solid #ddd;
	}
	.gnav .gnav_main .gnav_main_item > a {
		padding: 10px 10px 10px 30px;
		font-size: 0.8125rem;
	}
	.gnav .gnav_main .gnav_main_item > a.current {
		background-color: #d6d6d6;
	}
	.page_en .gnav .gnav_main .gnav_main_item > a {
		line-height: 1.2;
	}
	.gnav .gnav_a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.gnav .gnav_a .gnav_a_item {
		width: 50%;
		background-color: #f7f7f7;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.gnav .gnav_a .gnav_a_item:nth-child(2n + 1) {
		border-left: 1px solid #ddd;
	}
	.gnav .gnav_a .gnav_a_item:nth-child(n + 3) {
		border-top: 0;
	}
	.gnav .gnav_a .gnav_a_item > a {
		display: block;
		padding: 10px;
		font-size: 0.75rem;
		text-align: center;
	}
	.gnav .gnav_a .gnav_a_item > a.current {
		background-color: #d6d6d6;
	}
	.gnav .gnav_b {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.gnav .gnav_b .gnav_b_item {
		width: 50%;
		background-color: #f7f7f7;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.gnav .gnav_b .gnav_b_item:nth-child(2n + 1) {
		border-left: 1px solid #ddd;
	}
	.gnav .gnav_b .gnav_b_item:nth-child(n + 3) {
		border-top: 0;
	}
	.gnav .gnav_b .gnav_b_item > a {
		display: block;
		padding: 10px;
		font-size: 0.75rem;
		text-align: center;
	}
	.gnav .gnav_b .gnav_b_item > a.current {
		background-color: #d6d6d6;
	}
	.breadcrumb {
		margin-bottom: 20px;
	}
	.breadcrumb .breadcrumb_list {
		width: 95%;
		margin: 0 auto;
	}
	.breadcrumb .breadcrumb_list > li {
		font-size: 0.75rem;
	}
	.footer {
		margin-top: 60px;
	}
	.page_en_home .footer {
		margin-top: 0;
	}
	.footer .footer_inner {
		width: 95%;
		margin: 15px auto;
	}
	.footer .footer_info {
		text-align: center;
	}
	.footer .footer_info .footer_info_col {
		margin-bottom: 15px;
	}
	.footer .footer_logo {
		width: 280px;
		margin: 0 auto;
	}
	.footer .footer_table {
		width: 280px;
		margin: 0 auto;
	}
	.footer .footer_table th,
	.footer .footer_table td {
		padding: 6px;
	}
	.footer .footer_en {
		font-size: 0.75rem;
	}
	.footer .footer_enAdd {
		margin-bottom: 10px;
	}
	.footer .footer_enDef {
		width: 80%;
		margin: 0 auto 5px;
		display: table;
	}
	.footer .footer_enDef dt {
		display: table-cell;
		width: 30%;
		text-align: right;
		padding-right: 10px;
	}
	.footer .footer_enDef dd {
		display: table-cell;
		text-align: left;
		color: #fff;
	}
	.footer .footer_enDef dd > a {
		color: #fff;
	}
	.footer .footer_copy {
		padding: 15px 10px;
	}
	.footerNav {
		margin-bottom: 30px;
	}
	.footerNav .footerNav_col {
		margin-bottom: 10px;
	}
	.footerNav .footerNav_head {
		cursor: pointer;
		position: relative;
	}
	.footerNav .footerNav_head:after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}
	.footerNav .footerNav_head.js_active:after {
		-webkit-transform: translateY(-50%) rotate(135deg);
		transform: translateY(-50%) rotate(135deg);
	}
	.footerNav .footerNav_listWrap {
		display: none;
	}
	.footerNav .footerNav_pageList > li:nth-child(n + 2) {
		margin-top: 5px;
	}
	.footerNav .footerNav_pageList > li a {
		padding: 8px 8px 8px 16px;
		margin: 0 10px;
	}
	.footerNav .footerNav_pageList > li a {
		background-color: rgba(255, 255, 255, 0.1);
	}
	#particles-js {
		position: fixed;
	}
	.page_en .homeParticlesWrap {
		padding-bottom: 30px;
	}
	.homeLinks {
		width: 95%;
		margin: 0 auto;
	}
	.homeLinks .homeLinks_ttl {
		margin-bottom: 15px;
	}
	.homeLinks .homeLinks_ttl .homeLinks_ttl_main {
		width: 216px;
		margin: 0 auto 15px;
	}
	.page_home_new .homeLinks .homeLinks_ttl .homeLinks_ttl_main {
		width: 216px;
		margin: 0 auto 15px;
	}
	.homeLinks .homeLinks_ttl .homeLinks_ttl_sub {
		font-size: 1rem;
	}
	.page_en .homeLinks .homeLinks_ttl .homeLinks_ttl_sub br {
		display: none;
	}
	.page_home_new .homeLinks .homeLinks_ttl .homeLinks_ttl_sub {
		margin-bottom: 15px;
	}
	.homeLinks .homeLinks_ttl .homeLinks_ttl_renew {
		position: relative;
		z-index: 1;
		width: 220px;
		margin: 0 auto 20px;
	}
	.homeLinkSliderWrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.homeLinkSlider {
		max-width: 126px;
		max-height: 57px;
		margin: 0 10px 10px;
		position: relative;
		z-index: 1;
	}
	.homeLinkSlider .homeLinkSlider_item {
		width: 100%;
		height: 57px;
	}
	.homeLinkSlider .homeLinkSlider_item a > span.text {
		width: 126px;
		padding: 5px;
		font-size: 0.6875rem;
		line-height: 1.4;
	}
	.homeNavTopics {
		position: relative;
		z-index: 1;
	}
	.homeNav {
		width: 95%;
		margin: 0 auto 15px;
		position: relative;
		z-index: 1;
	}
	.homeNav .homeNav_ttl {
		padding: 15px 0;
		text-indent: 15px;
	}
	.homeNav .homeNav_list > li > a {
		padding-bottom: 14px;
	}
	.homeBgimage {
		background-size: 768px auto;
		background-repeat: repeat-y;
		padding-bottom: 50px;
	}
	.homeBanners {
		padding: 40px 0 20px;
	}
	.homeBanners .homeBanners_list {
		width: 80%;
		margin: 0 auto;
	}
	.homeBanners .homeBanners_list .homeBanners_list_item {
		width: 40%;
		margin: 0 auto;
		text-align: center;
		min-height: 220px;
	}
	.homeBanners .homeBanners_list .homeBanners_list_item:nth-child(n + 2) {
		margin-left: 10px;
	}
	.homeBanners .homeBanners_list .homeBanners_list_item .homeBanners_image {
		width: 100%;
	}
	.homeBanners
		.homeBanners_list
		.homeBanners_list_item
		.homeBanners_image
		> img {
		width: 100%;
	}
	.homeBanners
		.homeBanners_list
		.homeBanners_list_item
		.homeBanners_ttl
		> span {
		width: 100%;
		padding: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.homeGreeting .homeGreeting_inner {
		width: 95%;
		margin: 0 auto;
		padding-top: 30px;
	}
	.homeGreeting .homeGreeting_text > p {
		text-align: justify;
		line-height: 1.5;
	}
	.homeGreeting .homeGreeting_text > p br {
		display: none;
	}
	.homeGreeting .homeGreeting_photo {
		width: 95%;
		height: 200px;
		margin: 15px auto 0;
		position: relative;
	}
	.homeGreeting .homeGreeting_photo > img {
		width: 167.5px;
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
	}
	.homeGreeting .homeGreeting_photo .name {
		display: block;
		position: absolute;
		right: 0;
		bottom: 10px;
		z-index: 2;
	}
	.homeGreeting .homeGreeting_ttl {
		font-size: 1.125rem;
		margin-bottom: 15px;
	}
	.entrySection,
	.mceContentBody {
		width: 90%;
		margin: 0 auto 60px;
	}
	.entrySection h4,
	.entrySection h5,
	.entrySection h6,
	.mceContentBody h4,
	.mceContentBody h5,
	.mceContentBody h6 {
		width: 95%;
		margin: 20px auto;
	}
	.entrySection > div,
	.entrySection > p,
	.entrySection > ul,
	.entrySection > ol,
	.mceContentBody > div,
	.mceContentBody > p,
	.mceContentBody > ul,
	.mceContentBody > ol {
		width: 90%;
		margin: 0 auto 15px;
	}
	.entrySection table,
	.mceContentBody table {
		width: 100%;
		margin: 0 auto 15px;
	}
	.entrySection table th,
	.entrySection table td,
	.mceContentBody table th,
	.mceContentBody table td {
		font-size: 0.75rem;
	}
	.entrySection table th:first-child,
	.entrySection table td:first-child,
	.mceContentBody table th:first-child,
	.mceContentBody table td:first-child {
		width: 30%;
	}
	.entrySection .pageMv,
	.mceContentBody .pageMv {
		width: 100%;
	}
	.entrySection .pageMv .pageMv_mv,
	.mceContentBody .pageMv .pageMv_mv {
		margin-bottom: 10px;
	}
	.entrySection .pageMv .pageMv_text,
	.mceContentBody .pageMv .pageMv_text {
		color: #000;
	}
	.entrySection .pageMv .pageMv_text .pageMv_text_main,
	.mceContentBody .pageMv .pageMv_text .pageMv_text_main {
		font-size: 0.875rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.entrySection .pageMv .pageMv_text .pageMv_text_name dt,
	.mceContentBody .pageMv .pageMv_text .pageMv_text_name dt {
		color: #000;
		font-size: 0.6875rem;
		line-height: 1.2;
	}
	.entrySection .pageMv .pageMv_text .pageMv_text_name dd,
	.mceContentBody .pageMv .pageMv_text .pageMv_text_name dd {
		font-size: 0.75rem;
	}
	.entrySection .greetingSection .image_l,
	.mceContentBody .greetingSection .image_l {
		width: 30%;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.entrySection .greetingSection .image_r,
	.mceContentBody .greetingSection .image_r {
		width: 30%;
		margin-bottom: 5px;
		margin-left: 5px;
	}
	.entrySection .overview,
	.mceContentBody .overview {
		width: 95%;
		margin: 0 auto 50px;
	}
	.entrySection .overview .overview_image,
	.mceContentBody .overview .overview_image {
		text-align: center;
		margin-bottom: 15px;
	}
	.entrySection .learn,
	.mceContentBody .learn {
		width: 95%;
		margin: 0 auto 50px;
	}
	.entrySection .learn .learn_image,
	.mceContentBody .learn .learn_image {
		text-align: center;
		margin-bottom: 15px;
	}
	.entrySection .jobTable th,
	.mceContentBody .jobTable th {
		width: 20% !important;
	}
	.entrySection .themeLabel,
	.mceContentBody .themeLabel {
		display: block;
		width: 120px;
		margin: 0 auto 10px;
	}
	.entrySection .floatImageRight,
	.mceContentBody .floatImageRight {
		margin-bottom: 30px;
	}
	.entrySection .floatImageRight .image,
	.mceContentBody .floatImageRight .image {
		text-align: center;
		margin: 0 auto 15px;
	}
	.entrySection .js_chart,
	.mceContentBody .js_chart {
		width: 90%;
		margin: 0 auto 30px;
	}
	.topicsListBlock {
		width: 90%;
		margin: 0 auto 50px;
	}
	.topicsListBlock .topicsListBlock_head {
		border-bottom: 1px solid #999;
	}
	.topicsList .topicsList_def {
		border-bottom: 1px dotted #999;
		padding-bottom: 15px;
	}
	.topicsList .topicsList_def > dt,
	.topicsList .topicsList_def > dd {
		display: block;
	}
	.topicsList .topicsList_def > dt {
		margin-bottom: 10px;
	}
	.topicsCategories {
		width: 90%;
		margin: 30px auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.topicsCategories .topicsCategories_item {
		margin: 5px;
	}
	.topicsNav {
		width: 90%;
		margin: 30px auto;
	}
	.qaSection {
		width: 95%;
		margin: 0 auto;
	}
	.qaDef .qaDef_q {
		background-size: 24px auto;
		background-position: 0 2px;
		padding-left: 30px;
		line-height: 1.4;
	}
	.qaDef .qaDef_a {
		background-size: 24px auto;
		background-position: 0 2px;
		margin-top: 15px;
		margin-left: 25px;
		padding-left: 30px;
		line-height: 1.4;
	}
	.entrySection .accessTraffic {
		margin-bottom: 50px;
	}
	.entrySection .accessTraffic .accessTraffic_image {
		margin-bottom: 15px;
	}
	.entrySection .accessTraffic .accessTraffic_link {
		border-radius: 3px;
		margin-bottom: 15px;
	}
	.entrySection .accessTraffic .accessTraffic_link.airport_station {
		border: 2px solid #399;
	}
	.entrySection .accessTraffic .accessTraffic_link.airport_station dt {
		background-color: #399;
	}
	.entrySection .accessTraffic .accessTraffic_link.station_campus_a {
		border: 2px solid #ec9800;
	}
	.entrySection .accessTraffic .accessTraffic_link.station_campus_a dt {
		background-color: #ec9800;
	}
	.entrySection .accessTraffic .accessTraffic_link.station_campus_b {
		border: 2px solid #ec9800;
	}
	.entrySection .accessTraffic .accessTraffic_link.station_campus_b dt {
		background-color: #ec9800;
	}
	.entrySection .accessTraffic .accessTraffic_link a {
		display: block;
		text-decoration: underline;
	}
	.entrySection .accessTraffic .accessTraffic_link dt {
		font-size: 0.875rem;
		line-height: 1.2;
		color: #fff;
		padding: 10px;
	}
	.entrySection .accessTraffic .accessTraffic_link dd {
		font-size: 0.75rem;
		padding: 10px;
	}
	.entrySection .accessTraffic .accessTraffic_link ul li {
		font-size: 0.875rem;
	}
	.entrySection .accessTraffic .accessTraffic_link ul li br {
		display: none;
	}
	#googleMapApi {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.cardList .cardList_item {
		width: 45%;
		margin-left: 5%;
	}
	.cardList .cardList_item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.cardList .cardList_item:nth-child(n + 3) {
		margin-top: 20px;
	}
	.cardList .cardList_image {
		text-align: center;
	}
	.cardList .cardList_image > img {
		width: 100%;
		height: auto;
	}
	.cardList.noneImage .cardList_def .cardList_def_term {
		padding: 12px 5px 12px 18px;
	}
	.btnLinkList {
		width: 95%;
		margin: 30px auto;
		padding: 30px 0;
		border-top: 1px dotted #00274f;
		border-bottom: 1px dotted #00274f;
	}
	.entrySection .btnLinkList,
	.mceContentBody .btnLinkList {
		width: 95%;
		margin: 30px auto;
	}
	.btnLinkList .btnLinkList_item {
		width: 90%;
		padding: 0 10px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	.btnLinkList .btnLinkList_item:nth-child(n + 2) {
		border-top: 1px dotted #ccc;
		margin-top: 25px;
		padding-top: 25px;
	}
	.btnLinkList .btnLinkList_item .btnLinkList_btn {
		width: 150px;
		text-align: center;
		margin: 15px auto;
	}
	.pageSection {
		width: 95%;
		margin: 0 auto 50px;
	}
	.pageHeader {
		width: 95%;
		margin: 0 auto 30px;
	}
	.pageHeader .pageHeader_main {
		font-size: 1.25rem;
	}
	.pageHeader .pageHeader_sub {
		font-size: 0.875rem;
		margin-top: 12px;
	}
	.ttl_2,
	.entrySection h2,
	.mceContentBody h2 {
		width: 95%;
		margin: 30px auto;
		padding: 10px 0;
	}
	.ttl_3,
	.entrySection h3,
	.mceContentBody h3 {
		width: 85%;
		margin: 30px auto;
		padding: 10px 0;
	}
	.pageIntro {
		width: 90%;
		margin: 0 auto 30px;
		text-align: left;
	}
	.dirNav {
		width: 95%;
		margin: 0 auto 30px;
	}
	.dirNavCol2 {
		width: 95%;
		margin: 0 auto 30px;
	}
	.sp_none {
		display: none !important;
	}
	.google_iframe {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.google_iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media print, screen and (min-width: 769px) {
	.js_gotoTop a {
		right: 15px;
		bottom: 15px;
		background-color: rgba(248, 191, 0, 0.8);
		transition: background-color 0.5s;
	}
	.js_gotoTop a:hover {
		background-color: rgba(248, 191, 0, 0.5);
		text-decoration: none;
	}
	html.page_en {
		position: relative;
		min-height: 100%;
	}
	body {
		padding-top: 154px;
	}
	.page_en body {
		height: 100%;
		margin-bottom: 236px;
	}
	a {
		transition: opacity 0.5s;
	}
	a:hover > img {
		opacity: 0.8;
	}
	.header {
		height: 124px;
		background: transparent url(/images/common/hedder-base_202303.png) center
			top no-repeat;
	}
	.header .header_inner {
		position: relative;
		width: 960px;
		height: 124px;
		margin: 0 auto;
	}
	.header .header_logo {
		position: absolute;
		top: 17px;
		left: 17px;
	}
	.page_en .header .header_logo {
		top: 9px;
	}
	.header .header_spBtn {
		display: none;
	}
	.gnav {
		position: relative;
		z-index: 1;
	}
	.gnav .gnav_home {
		width: 70px;
		height: 50px;
		position: absolute;
		top: 74px;
		left: 30px;
		text-align: center;
	}
	.gnav .gnav_home a {
		width: 100%;
		height: 100%;
		padding-top: 10px;
		background: transparent url(/images/common/gnav_current_home.png) center
			56px no-repeat;
		transition: background 0.3s;
	}
	.gnav .gnav_home a:hover,
	.gnav .gnav_home a.current {
		background: rgba(255, 255, 255, 0.1)
			url(/images/common/gnav_current_home.png) center bottom no-repeat;
	}
	.gnav .gnav_main {
		position: absolute;
		top: 74px;
		left: 112px;
		width: 827px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.gnav .gnav_main .gnav_main_item {
		width: 152px;
		height: 50px;
		text-align: center;
		position: relative;
	}
	.gnav .gnav_main .gnav_main_item > a {
		width: 100%;
		height: 100%;
		color: #fcfcfc;
		text-align: center;
		font-size: 14px;
		padding-top: 18px;
		background: transparent url(/images/common/gnav_current.png) center 56px
			no-repeat;
		transition: background 0.3s;
	}
	.gnav .gnav_main .gnav_main_item > a:hover,
	.gnav .gnav_main .gnav_main_item > a.current {
		text-decoration: none;
		background: rgba(255, 255, 255, 0.1) url(/images/common/gnav_current.png)
			center bottom no-repeat;
	}
	.page_en .gnav .gnav_main .gnav_main_item > a {
		font-size: 0.75rem;
		padding-top: 0;
		background-size: 90% auto;
	}
	.page_en .gnav .gnav_main .gnav_main_item > a > span {
		display: block;
		width: 100%;
		line-height: 1.2;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.gnav .gnav_a {
		position: absolute;
		top: 9px;
		right: 30px;
		z-index: 1;
		width: 520px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.gnav .gnav_a .gnav_a_item {
		font-size: 12px;
	}
	.gnav .gnav_a .gnav_a_item:nth-child(n + 2) {
		margin-left: 30px;
	}
	.gnav .gnav_a .gnav_a_item > a:hover:before,
	.gnav .gnav_a .gnav_a_item > a.current:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 8px solid #616161;
		border-right: 4px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 4px solid transparent;
		position: absolute;
		top: 5px;
		left: -15px;
	}
	.gnav .gnav_b {
		position: absolute;
		top: 48px;
		right: 47px;
		width: 335px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.page_en .gnav .gnav_b {
		right: 30px;
		width: 360px;
	}
	.gnav .gnav_b .gnav_b_item {
		font-size: 11px;
		white-space: nowrap;
	}
	.gnav .gnav_b .gnav_b_item > a {
		color: #333;
		font-weight: 700;
	}
	.breadcrumb {
		margin-bottom: 30px;
	}
	.breadcrumb .breadcrumb_list {
		width: 960px;
		margin: 0 auto;
	}
	.breadcrumb .breadcrumb_list > li {
		font-size: 0.875rem;
	}
	.main {
		margin-bottom: 60px;
	}
	.page_en_home .main {
		margin-bottom: 0;
	}
	.footer {
		margin-top: 90px;
	}
	.page_en .footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 176px;
		overflow: hidden;
	}
	.page_en_home .footer {
		margin-top: 0;
	}
	.footer .footer_inner {
		width: 960px;
		margin: 30px auto;
	}
	.footer .footer_info {
		display: table;
		width: 100%;
	}
	.footer .footer_info .footer_info_col {
		display: table-cell;
	}
	.footer .footer_info .footer_info_col:nth-child(2n) {
		vertical-align: middle;
		text-align: right;
	}
	.footer .footer_table {
		width: 370px;
		min-height: 77px;
		margin: 0 0 0 auto;
	}
	.footer .footer_table th,
	.footer .footer_table td {
		padding: 4px;
	}
	.footer .footer_en {
		font-size: 0.875rem;
	}
	.footer .footer_enAdd {
		margin-bottom: 3px;
	}
	.footer .footer_enDef.inline {
		display: inline-block;
	}
	.footer .footer_enDef dt {
		display: inline-block;
	}
	.footer .footer_enDef dd {
		display: inline-block;
	}
	.footer .footer_copy {
		padding: 15px 0;
	}
	.footerNav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.footerNav .footerNav_col {
		width: 18%;
	}
	.footerNav .footerNav_pageList > li:nth-child(n + 2) {
		margin-top: 2px;
	}
	.footerNav .footerNav_pageList > li a {
		padding: 5px 5px 5px 16px;
	}
	.footerNav .footerNav_pageList > li a {
		transition: background-color 0.5s;
	}
	#particles-js {
		position: absolute;
	}
	.page_en .homeParticlesWrap {
		margin-top: 60px;
		padding-bottom: 90px;
	}
	.homeLinks {
		width: 940px;
		height: 306px;
		margin: 0 auto;
		position: relative;
	}
	.homeLinks .homeLinks_ttl {
		padding-top: 75px;
	}
	.page_en .homeLinks .homeLinks_ttl {
		padding-top: 120px;
	}
	.homeLinks .homeLinks_ttl .homeLinks_ttl_main {
		margin-bottom: 40px;
	}
	.page_home_new .homeLinks .homeLinks_ttl .homeLinks_ttl_main {
		margin-bottom: 40px;
	}
	.homeLinks .homeLinks_ttl .homeLinks_ttl_sub {
		font-size: 1.125rem;
		letter-spacing: 1px;
	}
	.page_en .homeLinks .homeLinks_ttl .homeLinks_ttl_sub {
		letter-spacing: 0;
	}
	.homeLinks .homeLinks_ttl .homeLinks_ttl_renew {
		position: absolute;
		bottom: 10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
	}
	.homeLinkSlider {
		width: 202px;
		height: 91px;
		position: absolute !important;
		z-index: 1;
	}
	.homeLinkSlider.left-top {
		top: 0;
		left: 30px;
	}
	.homeLinkSlider.left-middle {
		top: 107px;
		left: 0;
	}
	.homeLinkSlider.left-bottom {
		bottom: 0;
		left: 30px;
	}
	.homeLinkSlider.right-top {
		top: 0;
		right: 30px;
	}
	.homeLinkSlider.right-middle {
		top: 107px;
		right: 0;
	}
	.homeLinkSlider.right-bottom {
		bottom: 0;
		right: 30px;
	}
	.homeLinkSlider .homeLinkSlider_item {
		width: 202px;
		height: 91px;
	}
	.homeLinkSlider .homeLinkSlider_item a > span.text {
		width: 202px;
		padding: 10px;
	}
	.homeNavWrap {
		width: 940px;
		height: 700px;
		margin: 0 auto 30px;
		position: relative;
	}
	.homeNavTopics {
		position: absolute;
		top: 16px;
		left: 227px;
		z-index: 1;
	}
	.homeNavTopics .topicsList {
		height: 625px;
		overflow-x: hidden;
		overflow-y: auto;
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.homeNavCreation {
		position: absolute;
		top: 30px;
		left: 0;
		z-index: 1;
	}
	.homeNavCoCreation {
		position: absolute;
		bottom: 50px;
		left: 0;
		z-index: 1;
	}
	.homeNavExternal {
		position: absolute;
		top: 30px;
		right: 0;
		z-index: 1;
	}
	.homeNav {
		width: 202px;
	}
	.homeNav .homeNav_ttl {
		height: 40px;
		padding-top: 14px;
		font-size: 1rem;
		text-align: center;
	}
	.homeNav .homeNav_list > li {
		height: 40px;
	}
	.homeNav .homeNav_list > li > a {
		transition: background-color 0.5s;
	}
	.homeNav .homeNav_list > li > a:hover {
		background-color: rgba(255, 255, 255, 0.8);
		text-decoration: none;
	}
	.homeBgimage {
		background-size: cover;
		background-attachment: fixed;
		padding-bottom: 100px;
	}
	.homeBanners {
		padding: 100px 0 70px;
	}
	.homeBanners .homeBanners_list {
		width: 1010px;
		margin: 0 auto;
	}
	.homeBanners .homeBanners_list .homeBanners_list_item {
		width: 160px;
		height: 200px;
	}
	.homeBanners .homeBanners_list .homeBanners_list_item:nth-child(n + 2) {
		margin-left: 10px;
	}
	.homeBanners .homeBanners_list .homeBanners_list_item .homeBanners_image {
		height: 107px;
	}
	.homeBanners .homeBanners_list .homeBanners_list_item .homeBanners_ttl {
		width: 160px;
		height: 93px;
	}
	.homeBanners
		.homeBanners_list
		.homeBanners_list_item
		.homeBanners_ttl
		> span {
		width: 160px;
		padding: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.homeGreeting .homeGreeting_inner {
		width: 1107px;
		height: 396px;
		margin: 0 auto;
		position: relative;
	}
	.homeGreeting .homeGreeting_text {
		width: 770px;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	.homeGreeting .homeGreeting_text > p {
		line-height: 2.1;
	}
	.homeGreeting .homeGreeting_photo {
		width: 410px;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	.homeGreeting .homeGreeting_photo .name {
		position: absolute;
		right: 57px;
		bottom: 14px;
	}
	.homeGreeting .homeGreeting_ttl {
		font-size: 1.625rem;
		margin-bottom: 30px;
	}
	.entrySection,
	.mceContentBody {
		width: 960px;
		margin: 0 auto 100px;
	}
	.page_en .entrySection,
	.page_en .mceContentBody {
		margin: 0 auto 60px;
	}
	.entrySection h4,
	.entrySection h5,
	.entrySection h6,
	.mceContentBody h4,
	.mceContentBody h5,
	.mceContentBody h6 {
		margin: 40px auto;
		letter-spacing: 1px;
	}
	.entrySection > div,
	.entrySection > p,
	.entrySection > ul,
	.entrySection > ol,
	.mceContentBody > div,
	.mceContentBody > p,
	.mceContentBody > ul,
	.mceContentBody > ol {
		width: 698px;
		margin: 0 auto 15px;
	}
	.entrySection table,
	.mceContentBody table {
		width: 698px;
		margin: 0 auto 15px;
	}
	.entrySection table th,
	.entrySection table td,
	.mceContentBody table th,
	.mceContentBody table td {
		font-size: 1rem;
	}
	.entrySection table th:first-child,
	.entrySection table td:first-child,
	.mceContentBody table th:first-child,
	.mceContentBody table td:first-child {
		width: 20%;
	}
	.entrySection .pageMv,
	.mceContentBody .pageMv {
		width: 1176px;
		margin-left: -108px;
	}
	.entrySection .pageMv .pageMv_mv > img,
	.mceContentBody .pageMv .pageMv_mv > img {
		max-width: none;
	}
	.entrySection .pageMv .pageMv_text,
	.mceContentBody .pageMv .pageMv_text {
		position: absolute;
		top: 440px;
		left: 530px;
		z-index: 2;
		color: #fff;
		text-shadow: 1px 1px 4px #333;
	}
	.page_en .entrySection .pageMv .pageMv_text,
	.page_en .mceContentBody .pageMv .pageMv_text {
		left: none;
		right: 20px;
	}
	.entrySection .pageMv .pageMv_text .pageMv_text_main,
	.mceContentBody .pageMv .pageMv_text .pageMv_text_main {
		font-size: 1.75rem;
		line-height: 1.5;
	}
	.entrySection .pageMv .pageMv_text .pageMv_text_name dt,
	.mceContentBody .pageMv .pageMv_text .pageMv_text_name dt {
		font-size: 1rem;
	}
	.entrySection .pageMv .pageMv_text .pageMv_text_name dd,
	.mceContentBody .pageMv .pageMv_text .pageMv_text_name dd {
		font-size: 1.375rem;
	}
	.entrySection .greetingSection,
	.mceContentBody .greetingSection {
		width: 757px;
		margin: 0 auto 100px;
	}
	.entrySection .greetingSection .image_l,
	.mceContentBody .greetingSection .image_l {
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.entrySection .greetingSection .image_r,
	.mceContentBody .greetingSection .image_r {
		margin-bottom: 13px;
		margin-left: 13px;
	}
	.entrySection .overview,
	.mceContentBody .overview {
		width: 690px;
		margin: 0 auto 70px;
	}
	.entrySection .overview .overview_image,
	.mceContentBody .overview .overview_image {
		width: 280px;
		float: left;
	}
	.entrySection .overview .overview_text,
	.mceContentBody .overview .overview_text {
		width: 394px;
		float: right;
		text-align: justify;
	}
	.entrySection .learn,
	.mceContentBody .learn {
		width: 698px;
		margin: 0 auto 70px;
	}
	.entrySection .learn .learn_image,
	.mceContentBody .learn .learn_image {
		display: inline;
		float: right;
		width: 200px;
		margin: 0 0 15px 15px;
	}
	.entrySection .jobTable,
	.mceContentBody .jobTable {
		width: 686px;
		margin: 0 auto;
		border-top: 1px solid #c9caca;
	}
	.entrySection .jobTable th,
	.mceContentBody .jobTable th {
		width: 168px !important;
	}
	.entrySection .jobTable td,
	.mceContentBody .jobTable td {
		width: auto;
	}
	.entrySection .themeLabel,
	.mceContentBody .themeLabel {
		display: inline-block;
	}
	.entrySection .themeOthers,
	.mceContentBody .themeOthers {
		width: 529px;
		margin: 0 auto;
	}
	.entrySection .floatImageRight,
	.mceContentBody .floatImageRight {
		width: 685px;
		margin: 0 auto 30px;
	}
	.entrySection .floatImageRight .image,
	.mceContentBody .floatImageRight .image {
		float: right;
		text-align: right;
	}
	.entrySection .floatImageRight .text,
	.mceContentBody .floatImageRight .text {
		width: 500px;
		float: left;
	}
	.entrySection .js_chart,
	.mceContentBody .js_chart {
		width: 800px;
		margin: 0 auto 50px;
	}
	.topicsListBlock {
		width: 800px;
		margin: 0 auto 50px;
	}
	.page_home .topicsListBlock {
		width: 487px;
	}
	.topicsListBlock .topicsListBlock_head {
		border-bottom: 1px dotted #00274f;
	}
	.page_home .topicsListBlock .topicsListBlock_head {
		background: url(/images/topics/head_bg.png) 0 bottom no-repeat;
		border: 0;
	}
	.topicsList .topicsList_def {
		display: table;
		width: 100%;
	}
	.topicsList .topicsList_def > dt,
	.topicsList .topicsList_def > dd {
		display: table-cell;
		vertical-align: middle;
	}
	.topicsList .topicsList_def > dt {
		width: 220px;
	}
	.page_home .topicsList .topicsList_def > dt {
		width: 190px;
	}
	.topicsList .topicsList_def > dd {
		width: auto;
	}
	.topicsCategories {
		width: 800px;
		margin: 60px auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.topicsCategories .topicsCategories_item {
		transition: background-color 0.5s;
	}
	.topicsCategories .topicsCategories_item:hover {
		background-color: #00274f;
	}
	.topicsCategories .topicsCategories_item:nth-child(n + 2) {
		margin-left: 15px;
	}
	.topicsInfo {
		width: 800px;
		height: 34px;
		padding-top: 2px;
	}
	.topicsInfo .topicsInfo_date {
		width: 115px;
	}
	.topicsNav {
		width: 800px;
		margin: 30px auto;
	}
	.topicsNav .topicsNav_next:hover,
	.topicsNav .topicsNav_prev:hover {
		background-color: #00274f;
	}
	.topicsInfo .topicsNav {
		position: absolute;
		top: -4px;
		margin: 0;
	}
	.qaSection {
		width: 698px;
		margin: 0 auto;
	}
	.qaDef .qaDef_q {
		padding-left: 40px;
		line-height: 1.6;
	}
	.qaDef .qaDef_a {
		margin-left: 42px;
		margin-top: 25px;
		padding-left: 40px;
		line-height: 1.6;
	}
	.entrySection .accessTraffic {
		width: 858px;
		margin: 0 auto 65px;
	}
	.entrySection .accessTraffic .accessTraffic_image {
		position: relative;
		z-index: 1;
	}
	.entrySection .accessTraffic .accessTraffic_image > img {
		width: 100%;
		max-width: none;
	}
	.entrySection .accessTraffic .accessTraffic_link {
		position: absolute;
		z-index: 2;
	}
	.entrySection .accessTraffic .accessTraffic_link.airport_station {
		top: 230px;
		right: 55px;
	}
	.entrySection .accessTraffic .accessTraffic_link.station_campus_a {
		top: 378px;
		left: 120px;
	}
	.entrySection .accessTraffic .accessTraffic_link.station_campus_b {
		top: 378px;
		left: 413px;
	}
	.entrySection .accessTraffic .accessTraffic_link dt {
		display: none;
	}
	.entrySection .accessTraffic .accessTraffic_link ul li {
		font-size: 0.75rem;
		line-height: 1.1;
	}
	.entrySection .accessTraffic .accessTraffic_link ul li:nth-child(n + 2) {
		margin-top: 3px;
	}
	#googleMapApi {
		width: 960px;
		height: 540px;
	}
	.entrySection .inqTable {
		width: 400px;
		margin: 0 auto;
	}
	.cardList .cardList_item {
		width: 223px;
		margin-left: 20px;
	}
	.cardList .cardList_item:nth-child(4n + 1) {
		margin-left: 0;
	}
	.cardList .cardList_item:nth-child(n + 5) {
		margin-top: 20px;
	}
	.cardList .cardList_item:hover .cardList_image img {
		-webkit-transform: translate(-50%, -50%) scale(1.05);
		transform: translate(-50%, -50%) scale(1.05);
	}
	.cardList .cardList_image {
		width: 223px;
		height: 147px;
		overflow: hidden;
		position: relative;
	}
	.cardList .cardList_image > img {
		max-width: none;
		width: auto;
		height: 147px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition: -webkit-transform 0.15s;
		transition: transform 0.15s;
		transition: transform 0.15s, -webkit-transform 0.15s;
	}
	.cardList.noneImage .cardList_def .cardList_def_term {
		padding: 15px 0 12px;
	}
	.btnLinkList {
		width: 1000px;
		margin: 50px auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.entrySection .btnLinkList,
	.mceContentBody .btnLinkList {
		width: 1000px;
		margin: 50px -20px;
	}
	.btnLinkList .btnLinkList_item {
		width: 250px;
		padding: 0 24px 45px;
		text-align: center;
		position: relative;
		background: transparent url(/images/common/btnlink_side.png) 0 center
			no-repeat;
	}
	.btnLinkList .btnLinkList_item:nth-child(4n + 1) {
		background-image: none;
	}
	.btnLinkList .btnLinkList_item:nth-child(n + 5) {
		margin-top: 30px;
	}
	.entrySection .btnLinkList .btnLinkList_item:nth-child(n + 2),
	.mceContentBody .btnLinkList .btnLinkList_item:nth-child(n + 2) {
		margin-top: 0;
	}
	.entrySection .btnLinkList .btnLinkList_item:nth-child(n + 5),
	.mceContentBody .btnLinkList .btnLinkList_item:nth-child(n + 5) {
		margin-top: 30px;
	}
	.btnLinkList .btnLinkList_item .btnLinkList_btn {
		width: 184px;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.btnLinkList .btnLinkList_item .btnLinkList_btn img {
		transition: opacity 0.5s;
	}
	.pageSection {
		margin-bottom: 100px;
	}
	.pageHeader {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.pageHeader .pageHeader_main {
		font-size: 1.75rem;
		line-height: 1;
		letter-spacing: 2px;
	}
	.pageHeader .pageHeader_sub {
		font-size: 1rem;
		margin-top: 15px;
	}
	.ttl_2,
	.entrySection h2,
	.mceContentBody h2 {
		width: 553px;
		margin: 50px auto;
		letter-spacing: 1px;
		padding: 16px 0;
	}
	.ttl_3,
	.entrySection h3,
	.mceContentBody h3 {
		width: 393px;
		margin: 50px auto;
		letter-spacing: 1px;
		padding: 14px 0;
	}
	.pageIntro {
		width: 800px;
		margin: 0 auto 50px;
		text-align: left;
	}
	.dirNav {
		width: 960px;
		margin: 0 auto 30px;
	}
	.dirNavCol2 {
		width: 960px;
		margin: 0 auto 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.dirNavCol2 .dirNavCol2_col {
		width: 466px;
	}
	.dirNavCol2 .dirNavCol2_col .ttl_2,
	.dirNavCol2 .dirNavCol2_col .entrySection h2,
	.entrySection .dirNavCol2 .dirNavCol2_col h2,
	.dirNavCol2 .dirNavCol2_col .mceContentBody h2,
	.mceContentBody .dirNavCol2 .dirNavCol2_col h2 {
		width: 70%;
		margin: 0 auto 30px;
	}
	.dirNavCol2 .dirNavCol2_col .cardList_item {
		margin-left: 10px;
	}
	.dirNavCol2 .dirNavCol2_col .cardList_item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.dirNavCol2 .dirNavCol2_col .cardList_item:nth-child(n + 3) {
		margin-top: 10px;
	}
	.pc_none {
		display: none !important;
	}
}
.dirNavCol3 {
	width: 100%;
	margin: 0 auto 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.dirNavCol3_col {
	text-align: center;
	width: 50%;
	margin: 5px;
}
.dirNavCol3_title {
	width: 80%;
	height: 50px;
}
.dirNavCol3_title {
	text-align: center;
	color: #00264e;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	margin: 20px auto;
}
.dirNavCol3_title p {
	margin: 10px 0;
	letter-spacing: 1px;
	padding: 4px 0;
}
.ttl_4 {
	margin: 0 auto 30px;
	letter-spacing: 1px;
	padding: 16px 0;
}
.movelist ul {
	width: 100%;
}
.movelist li {
	width: 90%;
	margin: 5px 1.5em 5px 0;
	overflow: hidden;
}
.movelist iframe {
	width: 90%;
	height: 250px;
}
.movelist_item {
	margin-left: 0px;
}
.movelist_def {
	height: 30px;
}
.movelist_def_term {
	text-align: center;
}

.kaiso {
	width: 90%;
	max-width: 450px;
	margin: 30px auto;
	padding: 10px;
	text-align: center;
	background-color: white;
	text-decoration: none;
	background: #fff;
	border: solid 3px #6091d3;
	border-radius: 10px;
	font-weight: bold;
	z-index: 100;
	opacity: 0.8;
	position: relative;
}
.kaiso a {
	text-decoration: none;
	color: #00274f;
}
.center {
	text-align: center;
}
.red_area {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid red;
	border-radius: 10px;
}
.red_color {
	color: red;
}
#kanji {
	margin-bottom: 40px;
}
#kanji li {
	list-style-type: cjk-ideographic;
	margin: 10px;
}
#kanji li ol {
	margin: 5px;
}
#kanji ul li {
	list-style-type: disc;
}
#kanji li ol li {
	list-style-type: decimal;
}

.homeNavCerCreation {
	position: absolute;
	top: 570px;
	left: 0;
	z-index: 1;
}

.homeNavCenCreation {
	position: absolute;
	top: 480px;
	left: 0;
	z-index: 1;
}

.homeNavCreation {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
}

.homeNavCerCreation .homeNav .homeNav_ttl {
	background-color: rgba(95, 130, 191, 0.8);
}

.homeNavCerCreation .homeNav .homeNav_list {
	border-left: 5px solid rgba(95, 130, 191, 0.8);
}

.homeNavCenCreation .homeNav .homeNav_ttl {
	background-color: rgba(0, 182, 32, 0.8);
}

.homeNavCenCreation .homeNav .homeNav_list {
	border-left: 5px solid rgba(0, 182, 32, 0.8);
}

@media only screen and (max-width: 768px) {
	.dirNavCol3_col {
		width: 100%;
		margin: 0;
	}
	.dirNavCol3 {
		display: block;
	}
	.movelist li {
		width: 87%;
		height: 100%;
	}
	.movelist iframe {
		height: 100%;
		height: 210px;
	}
	.movelist iframe {
		width: 95%;
	}
	.homeNavCerCreation {
		position: initial;
	}

	.homeNavCenCreation {
		position: initial;
	}

	.homeNavCreation {
		position: initial;
	}
}

.top_list1 {
	width: 940px;
	margin: 30px auto;
	z-index: 100;
	position: relative;
}
.top_list1 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top_list1 ul li {
	width: calc(33% - 20px);
	margin: 0 10px;
	border: solid 1px #cccccc;
	font-size: 15px;
}
.top_list1 ul li a {
	display: block;
	padding: 10px 10px;
	background-color: rgba(255, 255, 255, 0.5);
	line-height: 1.8;
	border-left: solid 9px #f8bf00;
	border-right: solid 17px #c8cac9;
	text-decoration: none;
	position: relative;
	transition: background-color 0.5s;
}
.top_list1 ul li a:hover {
	background-color: rgba(252, 181, 29, 0.15);
}

.top_list1 ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: -7px;

	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width: 768px) {
	.top_list1 {
		width: 100%;
	}
	.top_list1 ul li {
		width: 90%;
		margin-bottom: 10px;
	}
}

.top_list1.ver_en {
	margin-top: -85px;
	width: 400px;
}
.top_list1.ver_en li {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.top_list1.ver_en {
		margin-top: 30px;
		width: 100%;
	}
}
