@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------- */

/*	Reset
/* -------------------------------------------------------------------------- */

html, body {
	border: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}
blockquote::before,
blockquote::after {
	content: "";
}

/* -------------------------------------------------------------------------- */

/*	Fonts
/* -------------------------------------------------------------------------- */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
		 url('/fonts/NotoSansCJKjp-Medium.woff') format('woff'),
		 url('/fonts/NotoSansCJKjp-Medium.ttf')  format('truetype'),
		 url('/fonts/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
		 url('/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
		 url('/fonts/NotoSansCJKjp-Bold.ttf')  format('truetype'),
		 url('/fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}

/* -------------------------------------------------------------------------- */

/*	Document
/* -------------------------------------------------------------------------- */

html {
	font-size: 62.5%;
}
body {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: left;
}
*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

/* -------------------------------------------------------------------------- */

/*	Element
/* ---------------------------------------------*---------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
p {
	line-height: 1.3;
}
b, strong, .bold {
	font-weight: 700;
}
a {
	color: #005d9d;
	text-decoration: underline;
}
a:hover,
a:focus {
	text-decoration: none;
}

/* Lists ------------------------------------- */

ul, ol {
	list-style: none;
}

/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}
svg, img {
	display: block;
	height: auto;
	max-width: 100%;
}
figcaption {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}
figcaption a {
	color: inherit;
}

/* Inputs ------------------------------------ */

input, textarea {
	border-color: #00adaa !important;
	color: #000;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	box-shadow: none;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 0;
	max-width: 100%;
	padding: 3px 10px;
	width: 100%;
}
select {
	font-size: 1em;
}
textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #00adaa;
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin: 0;
	outline: 0;
	padding: 3px 10px;
	text-align: center;
	transition: opacity 0.15s linear;
}

/* Tables ------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------------------------- */

/*	Header
/* -------------------------------------------------------------------------- */

.header {
	border-top: 5px solid #005d9d;
}

/* Header Bottom ----------------------------- */

.header-bottom-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: calc(100% - 20px);
	padding-top: 11px;
	padding-bottom: 11px;
}
.header-logo {
	max-width: 263px;
}

/* Header Search */

.header-search {
	max-width: 496px;
	width: 100%;
}
.header-search input[type="text"] {
	border-width: 2px !important;
	float: left;
	width: 82%;
}
.header-search input[type="submit"] {
	padding-left: 20px;
	width: 100%;
}
.header-search .submit {
	display: inline-block;
	position: relative;
	width: 18%;
}
.header-search .submit:before {
	background: url("/images/top_2020/icon_search.svg") no-repeat !important;
	background-size: 14px 14px;
	content: "";
	height: 14px;
	width: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto 0;
}

/* Global Navigation ------------------------- */

.gnav-wrap {
	background: #005d9d;
}
.gnav {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 100%;
}
.gnav li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 0;
	text-decoration: none;
}
.gnav-content-container {
	background: rgba(26,26,26,0.9);
	position: absolute;
	width: 100%;
	z-index: 300;
}
.gnav-content {
	color: #fff;
	display: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1280px;
}
.gnav-content.is-selected {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
}
.gnav-content ul li {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.gnav-content ul li a {
	color: #fff;
	text-decoration: none;
}
.gnav-content__title,
.gnav-content-list-second-area,
.gnav-content-list-third-area {
	padding-top: 20px;
	padding-bottom: 20px;
}
.gnav-content__title {
	font-weight: 700;
}
.gnav-content__title:after {
	color: #00adaa;
	content: "SAGA UNIVERSITY";
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 5px;
	width: 100%;
}
.gnav-content-list-second {
	border-left: 1px solid #00adaa;
	box-sizing: border-box;
	height: 100%;
}
.gnav-content-list-second-area ul li {
	padding-left: 30px;
}
.gnav-content-list-second-area ul li a {
	position: relative;
}
.gnav-content-list-third-area {
	background: rgba(0, 93 ,157, 0.9);
}
.gnav-content-list-third {
	display: none;
}

/* -------------------------------------------------------------------------- */

/*	Main
/* -------------------------------------------------------------------------- */

main {
	display: block;
	overflow: hidden;
}

/* TITLE */

.title-h2 {
	font-size: 40px;
	font-size: 4rem;
}

/* Emergency --------------------------------- */

.emergency {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.emergency-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
	width: 100%;
}
.emergency-title {
	box-sizing: border-box;
	color: #fff;
}
.emergency-title:before {
	background: url("/images/top_2020/icon_emergency.svg") no-repeat;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 9px;
}
.emergency-content {
	background: #fff;
}
.emergency-content ul li {
	color: #bd272d;
	padding: 1px 0;
}
.emergency-content ul li a {
	color: #bd272d;
	text-decoration: none;
}
.emergency-date {
	margin-right: 1em;
}

/* PopUp */

.emergencyPage {
	border: 2px solid #bd272d;
}
.emergencyPage h1 {
	color: #fff;
	background: #bd272d;
	text-align: center;
}
.emergencyPage h2 {
	background: #bd272d;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	padding: 10px;
	margin-bottom: 20px;
}
.emergencyPage p {
	font-size: 15px;
	font-size: 1.5rem;
}
.emergencyPage a {
	color: inherit;
}

/* MV ---------------------------------------- */

.mv {
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
	width: 100%;
}
.mv-slider {
	background: #005d9d;
	box-sizing: border-box;
	display: none;
	margin-bottom: 0 !important;
}
.mv-slider .slick-initialized {
	display: block;
}
.mv-slider .slick-prev {
	left: 12px !important;
}
.mv-slider .slick-next {
	right: 12px !important;
}
.mv-slider .slick-prev:before,
.mv-slider .slick-next:before {
	background: url("/images/top_2020/icon_arrow_white.svg") no-repeat;
	background-size: 12px 20px;
	content: "";
	display: inline-block;
	height: 20px;
	width: 12px;
	opacity: 1;
}
.mv-slider .slick-next:before {
	transform: rotate(-180deg);
}
.mv-slider .slick-dots {
	left: 0;
}
.mv-slider .slick-dots li {
	margin: 0 3px;
}
.mv-slider .slick-dots li button:before {
	color: #c8c8c8;
	font-size: 11px;
}
.mv-slider .slick-dots li button:hover,
.mv-slider .slick-dots li button:focus,
.mv-slider .slick-dots li.slick-active button:before {
	color: #808080;
}

/* Links ------------------------------------- */

.links {
	background: url("/images/top_2020/top_links_bg.gif");
	padding: 40px 0;
}
.links ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 100%;
}
.links ul li {
	margin: 7px 5px;
	position: relative;
}
.links ul li a {
	border: 1px solid #222;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	height: 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}
.links ul li:after {
	background: #005d9d;
	border-radius: 10px;
	content: "";
	height: 60px;
	position: absolute;
	top: 3px;
	left: 3px;
}
.links .icon:before {
	background-repeat: no-repeat;
	background-position: left center;
	content: "";
	display: inline-block;
	height: 100%;
	margin-top: -3px;
	margin-right: 8px;
	vertical-align: middle;
}
.links .icon-examinee:before {
	background-image: url("/images/top_2020/icon_examinee.svg");
	background-size: 23px auto;
	width: 23px;
}
.links .icon-students:before {
	background-image: url("/images/top_2020/icon_students.svg");
	background-size: 16px auto;
	width: 16px;
}
.links .icon-alumni:before {
	background-image: url("/images/top_2020/icon_alumni.svg");
	background-size: 22px auto;
	width: 22px;
}
.links .icon-company:before {
	background-image: url("/images/top_2020/icon_company.svg");
	background-size: 14px auto;
	width: 14px;
}
.links .icon-citizens:before {
	background-image: url("/images/top_2020/icon_citizens.svg");
	background-size: 15px auto;
	width: 15px;
}
.links .icon-media:before {
	background-image: url("/images/top_2020/icon_media.svg");
	background-size: 16px auto;
	width: 16px;
}
.links .icon-donation:before {
	background-image: url("/images/top_2020/icon_donation.svg");
	background-size: 16px auto;
	width: 16px;
}
.links .icon-teachers:before {
	background-image: url("/images/top_2020/icon_teachers.svg");
	background-size: 16px auto;
	width: 16px;
}

/* News -------------------------------------- */

.news {
	background-color: #fff;
	background-size: cover;
	padding: 50px 0 80px;
}
.news-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: calc(100% - 20px);
}
.news .title-h2 {
	margin-bottom: 40px;
	position: relative;
}
.news .title-h2:before {
	background: url("/images/top_2020/top_news_title.png") no-repeat;
	content: "";
	height: 125px;
	max-width: 394px;
	width: 100%;
	position: absolute;
	top: -10px;
}
.news-tab ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	margin-bottom: 14px;
}
.news-tab ul li {
	box-sizing: border-box;
	font-weight: 700;
	text-align: center;
}
.news-tab ul li.active {
	background: #005d9d;
	color: #fff;
}
.news-list {
	display: none;
}
.news-list.show {
	display: block;
}
.news-list li {
	background: #fff;
	margin-bottom: 3px;
}
.news-list li .newsMeta .date,
.news-list li .newsMeta .new,
.news-list li .newsMeta .newsCategory {
	display: inline-block;
}
.news-list li .newsMeta .date {
	color: #333;
	margin-right: 8px;
}
.news-list li .newsMeta .new,
.news-list li .newsMeta .newsCategory {
	border-radius: 4px;
	color: #fff;
	line-height: 1.7;
	padding: 0 10px;
}
.news-list li .newsMeta .new {
	background: #bd272d;
	margin-right: 2px;
}
.news-list li .newsMeta .newsCategory {
	background: #005d9d;
}
.news-list li .newsTitle {
	font-weight: 500;
}
.news-list li .newsTitle a {
	color: #000;
	text-decoration: none;
}
.news-links {
	margin-top: 35px;
}
.news-link { 
	position: relative;
}
.news-link a {
	color: #fff;
	display: block;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.news-link a:after {
	background: url("/images/top_2020/icon_arrow_white.svg") no-repeat;
	background-size: 6px 10px;
	content: "";
	height: 10px;
	width: 6px;
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	margin: auto 0;
	transform: rotate(180deg);
}
.news-link.link-calendar a {
	background: #005d9d;
}
.news-link.link-information a {
	background: #00adaa;
}

/* Close-UP ---------------------------------- */

.closeup {
	padding: 60px 0 80px;
}
.closeup-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: calc(100% - 20px);
}
.closeup .title-h2 {
	margin-bottom: 40px;
	position: relative;
}
.closeup .title-h2:before {
	background: url("/images/top_2020/top_closeup_title.png") no-repeat;
	content: "";
	height: 116px;
	max-width: 563px;
	width: 100%;
	position: absolute;
}
.closeup-list ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px 30px;
	overflow: hidden;
}
.closeup-list ul li {
	padding: 15px 8px;
}
.closeup-list ul li a {
	border: 3px solid #000;
	border-radius: 235px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 235px;
	width: 235px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
}
.closeup-list ul li .closeupThumb img {
	margin-right: auto;
	margin-left: auto;
}
.closeup-list ul li .closeUpTitle {
	color: #005d9d;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 10px;
	width: 100%;
}
.closeup-list ul li .closeUpText {
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 6px;
	width: 100%;
}
.link-opinion a {
	background: #005d9d;
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.link-opinion a:after {
	background: url("/images/top_2020/icon_arrow_white.svg") no-repeat;
	background-size: 6px 10px;
	content: "";
	height: 10px;
	width: 6px;
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	margin: auto 0;
	transform: rotate(180deg);
}

/* -------------------------------------------------------------------------- */

/*	Page Top
/* -------------------------------------------------------------------------- */

.pagetop {
	position: fixed;
}
.pagetop span {
	background: #000;
	display: block;
	font-size: 0;
}
.pagetop span:after {
	background: url("/images/top_2020/pagetop.svg") no-repeat center -2px;
	background-size: 24px 19px;
	content: "";
	height: 19px;
	width: 24px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* -------------------------------------------------------------------------- */

/*	Footer
/* -------------------------------------------------------------------------- */

.footer-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}

/* Footer Sitemap ---------------------------- */

.footer-sitemap {
	background: #1a1a1a;
	color: #fff;
}
.footer-sitemap-title {
	border-bottom: 1px solid #4d4d4d;
	display: block;
	font-weight: 700;
}
.footer-sitemap-item ul li a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	text-decoration: none;
}
.footer-sitemap-btn {
	margin-bottom: 10px;
}
.footer-sitemap-btn a {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.footer-sitemap-btn a:after {
	background: url("/images/top_2020/icon_arrow_white.svg") no-repeat;
	background-size: 6px 10px;
	content: "";
	height: 10px;
	width: 6px;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto 0;
	transform: rotate(180deg);
}

/* Footer Outline ---------------------------- */

.footer-outline {
	background: #005d9d;
	color: #fff;
	padding: 18px 0;
}
.footer-outline-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-outline-logo {
	margin-right: 14px;
	width: 59px;
}
.footer-outline-content p {
	line-height: 1.4;
}
.footer-outline-content p.footer-outline-name {
	margin-bottom: 5px;
}

/* Footer Copy ------------------------------- */

.footer-copy {
	background: #808080;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 6px;
	text-align: center;
}

/* -------------------------------------------------------------------------- */

/*	Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 1280px ) {

	/* Header ------------------------------------ */

	/* Global Navigation */

	.gnav-content__title {
		padding-left: 0;
	}

	/* Main -------------------------------------- */

	/* Emergency */

	.emergency-title {
		padding-right: 10px;
		padding-left: 10px;
		text-align: center;
	}
}

@media ( min-width: 768px ) {

	/* Header ------------------------------------ */

	/* Header Top */

	.header-top {
		background: #eee;
	}
	.header-top > ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-right: auto;
		margin-left: auto;
		max-width: 1000px;
		width: 100%;
		position: relative;
	}
	.header-top ul li {
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 700;
	}
	.header-top > ul > li {
		margin-left: 2.3em;
		padding: 6px 0;
	}
/*20220411×·¼Ó*/
	.header-top > ul > li:nth-child(7),.header-top > ul > li:nth-child(8),.header-top > ul > li:nth-child(9) {
		margin-left: 1em;
		padding: 6px 0;
	}
	.sns-box{
		display: none;
	}
/*20210330×·¼Ó½K¤ï¤ê*/
	.header-top ul li a {
		color: #222;
		text-decoration: none;
	}
	.header-top ul li.language {
		box-sizing: border-box;
		padding: 0;
		position: relative;
		z-index: 1;
	}
	.header-top ul li.language span {
		background: #c8c8c8;
		cursor: pointer;
		display: block;
		font-weight: 500;
		line-height: 30px;
		padding: 0 10px;
		position: relative;
	}
	.header-top ul li.language span:after {
		background: url("/images/top_2020/icon_arrow_blue.svg") no-repeat;
		background-size: 10px auto;
		content: "";
		display: inline-block;
		height: 6px;
		width: 10px;
		margin-left: 6px;
	}
	.header-top ul li.language ul {
		background: #c8c8c8;
		display: none;
		padding: 0 0 5px;
		position: absolute;
		width: 92px;
	}
	.header-top ul li.language ul li {
		font-weight: 500;
		padding: 2px 10px;
	}
	.header-top ul li.language span:hover {
		color: #005d9d;
		transition: color 0.3s;
	}
	.header-top ul li a:hover,
	.header-top ul li.language ul li a:hover {
		color: #005d9d;
		transition: color 0.2s;
	}

	/* Header Bottom */

	.header-bottom-inner {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-search-menu {
		display: none;
	}
	.header-search input[type="text"] {
		padding: 3px 10px !important;
		min-height: 34px;
	}

	/* Global Navigation */

	.gnav-menu {
		display: none;
	}
	.spOnly {
		display: none;
	}
	.gnav li a:hover {
		color: #00adaa;
		transition: color 0.2s;
	}
	.gnav-content ul li {
		margin-bottom: 14px;
	}
	.gnav-content ul li:last-child {
		margin-bottom: 0;
	}
	.gnav-content__title {
		font-size: 25px;
		font-size: 2.5rem;
		padding-left: 10%;
		width: 35%;
		text-align: center;
	}
	.gnav-content--info .gnav-content__title { margin-top: 100px; }
	.gnav-content--university .gnav-content__title { margin-top: 70px; }
	.gnav-content--life .gnav-content__title { margin-top: 60px; }
	.gnav-content--social .gnav-content__title { margin-top: 110px; }
	.gnav-content--entrance .gnav-content__title { margin-top: 120px; }
	.gnav-content-list-second-area {
		width: 25%;
	}
	.gnav-content-list-second-area ul {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gnav-content-list-second-area ul li a:hover {
		color: #00adaa;
		transition: color 0.2s;
	}
	.gnav-content-list-second-area ul li a:hover:before {
		border-left-color: #00adaa;
	}
	.gnav-content-list-third-area {
		width: 40%;
	}
	.gnav-content-list-third-area ul {
		padding-right: 35px;
		padding-left: 35px;
	}
	.gnav-content-list-second-area ul li a:before {
		border-left: 10px solid #fff;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		content: "";
		position: absolute;
		top: 2px;
		left: -30px;
	}
	.gnav-content-list-third-area ul li a:hover {
		color: #00adaa;
		transition: color 0.2s;
	}
	.gnav-content-list-third-area ul li ul {
		padding-top: 12px;
	}

	/* Main -------------------------------------- */

	/* Emergency */

	.emergency {
		background: #333;
	}
	.emergency-inner {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.emergency-title {
		float: left;
		padding: 5px 0 5px 10.9375%;
		width: 31.25%;
		white-space: nowrap;
	}
	.emergency-title:before {
		background-size: 35px 35px;
		height: 35px;
		width: 35px;
	}
	.emergency-content {
		padding: 10px 26px;
		width: 68.75%;
	}
	.emergency-content ul li {
		font-weight: 700;
	}
	.emergency-content ul li a:hover {
		text-decoration: underline;
	}
	.emergencyPageIn {
		margin: 30px;
	}

	/* MV */

	.mv {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
	}
	.mv-fixed {
		float: left;
		width: 27%;
	}
	.mv-slider {
		padding: 22px 42px 0px 42px;
		width: 73%;
	}
	.mv-slider .slick-dots {
		bottom: 8px;
	}
	/* 20210114 */
	.top-mv{
		display: none;
	}

	/* Links */

	.links ul li:after {
		transition: opacity 0.3s;
	}
	.links ul li:before {
		background:-ms-linear-gradient(to right, #005d9d, #00adaa);
		background: linear-gradient(to right, #005d9d, #00adaa);
		border-radius: 10px;
		content: "";
		height: 60px;
		width: 240px;
		position: absolute;
		top: 3px;
		left: 3px;
	}
	.links ul li:hover:after {
		opacity: 0;
	}
	.links ul li a {
		line-height: 60px;
		width: 240px;
	}
	.links ul li:after {
		width: 240px;
	}

	/* News */

	.news .title-h2:after {
		background: #005d9d;
		content: "";
		height: 2px;
		width: 74%;
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	.news .title-h2:before {
		background-size: 394px 125px;
		left: -85px;
	}
	/*20220916 top¥Ú©`¥¸ Whats New¡¡¥á¥Ç¥£¥¢Ï÷³ý ¤³¤³¤«¤é*/
	.news-tab ul li {
		border-left: 1px solid #4d4d4d;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 14px 5px;
		width: 20%;
	}
	/*20220916 top¥Ú©`¥¸ Whats New¡¡¥á¥Ç¥£¥¢Ï÷³ý ¤³¤³¤Þ¤Ç*/
	.news-tab ul li:last-child {
		border-right: 1px solid #4d4d4d;
	}
	.news-tab ul li:hover {
		background: #005d9d;
		color: #fff;
		cursor: pointer;
		transition: background 0.3s;
	}
	.news-list li {
		padding: 19px 10px;
	}
	.news-list li article {
		overflow: hidden;
	}
	.news-list li .newsMeta {
		font-size: 14px;
		font-size: 1.4rem;
		float: left;
		width: 260px;
	}
	.news-list li .newsMeta .new,
	.news-list li .newsMeta .newsCategory {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.news-list li .newsTitle {
		font-size: 15px;
		font-size: 1.5rem;
		overflow: hidden;
	}
	.news-list li .newsTitle a:hover {
		text-decoration: underline;
	}
	.news-links {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.news-link { 
		width: 48%;
	}
	.news-link:before {
		background:-ms-linear-gradient(to right, #005d9d, #00adaa);
		background: linear-gradient(to right, #005d9d, #00adaa);
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.news-link a {
		font-size: 20px;
		font-size: 2rem;
	}
	.news-link a:hover {
		background: none;
	}

	/* Close-UP */

	.closeup .title-h2:before {
		background-size: 563px 116px;
		top: -10px;
		left: -85px;;
	}
	.closeup .title-h2:after {
		background: #00a599;
		content: "";
		height: 2px;
		width: 57.6%;
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	.closeup-list ul li a:hover {
		background: #e6e006;
		transition: background 0.4s;
	}
	.link-opinion {
		margin-right: auto;
		margin-left: auto;
		width: 48%;
	}
	.link-opinion a:hover {
		opacity: 0.9;
		transition: opacity 0.3s;
	}

	/* Page Top ---------------------------------- */

	.pagetop {
		right: 35px;
		bottom: 35px;
	}
	.pagetop span {
		border-radius: 60px;
		height: 60px;
		width: 60px;
	}
	.pagetop span:hover {
		cursor: pointer;
		opacity: 0.8;
		transition: opacity 0.3s;
	}

	/* Footer ------------------------------------ */

	.footer-inner {
		width: calc(100% - 20px);
	}

	/* Footer Sitemap */

	.footer-sitemap {
		padding: 40px 0 30px;
	}
	.footer-sitemap-inner {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-sitemap-item:nth-of-type(1) {
		margin-right: 26px;
		width: 45.2%;
	}
	.footer-sitemap-item:nth-of-type(2) {
		margin-right: 26px;
		width: 27%;
	}
	.footer-sitemap-item:nth-of-type(3) {
		width: 25.5%;
	}
	.footer-sitemap-title {
		font-size: 19px;
		font-size: 1.9rem;
		padding-bottom: 6px;
		margin-bottom: 7px;
	}
	.footer-sitemap-item ul {
		margin-bottom: 26px;
	}
	.footer-sitemap-item ul li a:hover {
		color: #00adaa;
		transition: color 0.2s;
	}
	.footer-sitemap-btn a:hover {
		background: #fff;
		color: #1a1a1a;
		transition: background 0.3s;
	}
	.footer-sitemap-btn a:hover:after {
		background: url("/images/top_2020/icon_arrow_black.svg") no-repeat;
	}

	/* Footer Outline */

	.footer-outline-content p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.footer-outline-content p.footer-outline-name {
		font-size: 20px;
		font-size: 2rem;
	}

}

@media ( max-width: 767px ) {

	/* Header ------------------------------------ */

	.header {
		background: #fff;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
	}

	/* Header Top */

	.header-top {
		display: none;
	}

	/* Header Bottom */

	.header-bottom {
		height: 70px;
		position: relative;
	}
	.header-search-menu {
		display: block;
	}
	.header-search {
		background: #fff;
		display: none;
		position: absolute;
		top: 70px;
		left: 0;
		max-width: inherit;
	}
	.header-search input[type="text"] {
		padding: 9px 10px 8px !important;
		width: 78%;
	}
	.header-search input[type="submit"] {
		padding: 9px 5px 8px 23px;
	}
	.header-search .submit {
		width: 22%;
	}
	.header-search .submit:before {
		left: 10px;
	}

	/* Global Navigation */

	.gnav-menu {
		position: absolute;
		top: 18px;
		right: 10px;
		height: 26px;
		width: 30px;
		z-index: 10001;
	}
	.gnav-menu span {
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
		width: 30px;
		height: 3px;
		background: #333;
		transition: .2s;
	}
	.gnav-menu span:before,
	.gnav-menu span:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 3px;
		background: #333;
		transition: .3s;
	}
	.gnav-menu span:before {
		top: -9px;
	}
	.gnav-menu span:after {
		margin-top: 9px;
	}
	.gnav-menu.is-active span {
		height: 0;
	}
	.gnav-menu.is-active span:before {
		top: 0;
		transform: rotate(-45deg);
	}
	.gnav-menu.is-active span:after {
		transform: rotate(45deg);
		top: -9px;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.gnav-wrap {
		display: none;
	}
	.gnav {
		background: #005d9d;
		position: fixed;
		top: 120px;
		width: 100%;
	}
	.gnav li {
		border-bottom: 1px solid #fff;
		padding-right: 10px;
		padding-left: 10px;
		position: relative;
	}
	.gnav li a {
		height: auto !important;
	}
	.gnav li a:after {
		background: url("/images/top_2020/icon_arrow_white.svg") no-repeat;
		background-size: 6px 10px;
		content: "";
		height: 10px;
		width: 6px;
		position: absolute;
		top: 0;
		right: 24px;
		bottom: 0;
		margin: auto 0;
		transform: rotate(180deg);
	}
	.gnav-content {
		position: static;
		display: block;
	}
	.gnav-content__title {
		font-size: 20px;
		font-size: 2rem;
		padding-right: 10px;
		padding-left: 10px;
		position: relative;
	}
	.gnav-content__title:before {
		background: #fff;
		border-radius: 4px;
		color: #005d9d;
		content: "‘ø¤ë";
		display: inline-block;
		font-size: 12px;
		font-size: 1.2rem;
		height: 25px;
		line-height: 25px;
		width: 40px;
		text-align: center;
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.gnav-content-list-second-area,
	.gnav-content-list-third-area {
		background: #005d9d;
		display: none;
		padding: 0;
		position: fixed;
		top: 75px;
		left: 0;
		height: calc(100% - 75px);
		width: 100%;
	}
	.gnav-content-list-second-area ul li {
		border-top: 1px solid #fff;
		padding: 0 10px;
	}
	.gnav-content-list-second-area ul li:last-child {
		border-bottom: 1px solid #fff;
	}
	.gnav-content-list-second-area ul li a,
	.gnav-content-list-third-item__heading--nolink {
		display: block;
		padding: 15px 0;
	}
	.gnav-content-list-second-area ul li a:after {
		background: url("/images/top_2020/icon_arrow_white.svg") no-repeat;
		background-size: 6px 10px;
		content: "";
		height: 10px;
		width: 6px;
		position: absolute;
		top: 0;
		right: 14px;
		bottom: 0;
		margin: auto 0;
		transform: rotate(180deg);
	}
	.gnav-content-list-third-area ul li {
		border-top: 1px solid #fff;
		padding: 0 10px;
	}
	.gnav-content-list-third-area ul li:last-child {
		border-bottom: 1px solid #fff;
	}
	.gnav-content-list-third-area ul li a,
	.gnav-content-list-third-area ul li span {
		display: block;
		padding: 15px 0;
	}
	.gnav-content-list-third-area ul li ul li {
		border: none;
	}
	.gnav-content-list-third-area ul li ul li:last-child {
		border-bottom: none;
	}
	.gnav-content-list-third-area ul li ul li a,
	.gnav-content-list-third-area ul li ul li span {
		padding-top: 0;
	}

	/* Main -------------------------------------- */

	main {
		margin-top: 75px;
	}

	/* TITLE */

	.title-h2 {
		line-height: 1.2;
		text-align: center;
	}

	/* Emergency */

	.emergency-title {
		background: #333;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px 0;
	}
	.emergency-title:before {
		background-size: 25px 25px;
		height: 25px;
		width: 25px;
	}
	.emergency-content {
		padding: 10px;
	}
	.emergency-content ul li {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 4px 0;
	}
	.emergencyPageIn {
		margin: 15px;
	}

	/* MV */
	/* 20210114 */
	.mv-fixed {
		display: none;
	}
	.mv-slider {
		padding: 20px 42px 42px;
	}
	.mv-slider .slick-dots {
		bottom: 10px;
	}

	/* Links */

	.links ul {
		width: calc(100% - 20px);
	}
	.links ul li {
		margin: 7px 1%;
		width: 48%;
	}
	.links ul li a {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.3;
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.links ul li a,
	.links ul li:after {
		width: 100%;
		max-width: 240px;
	}

	/* News */
	/* 20210114 */
	.news{
		padding: 50px 0 40px;
	}
	/* ------- */

	.news .title-h2:before { 
		background-size: 100% auto;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.news-tab {
		position: relative;
		z-index: 1;
	}
	.news-tab ul {
		border-bottom: 1px solid #4d4d4d;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.news-tab ul li {
		background: #fff;
		border-top: 1px solid #4d4d4d;
		border-left: 1px solid #4d4d4d;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 15px 5px;
		width: 33.333334%;
	}
	/*20220916 top¥Ú©`¥¸ Whats New¡¡¥á¥Ç¥£¥¢Ï÷³ý ¤³¤³¤«¤é*/
	.news-tab ul li:nth-child(1),.news-tab ul li:nth-child(2){
		width: 50%;
	}
	.news-tab ul li:nth-child(2),.news-tab ul li:nth-child(5) {
		border-right: 1px solid #4d4d4d;
	}
	/*20220916 top¥Ú©`¥¸ Whats New¡¡¥á¥Ç¥£¥¢Ï÷³ý ¤³¤³¤Þ¤Ç*/
	.news-list li {
		padding: 10px;
	}
	.news-list li .newsMeta {
		font-size: 12px;
		font-size: 1.2rem;
		padding-bottom: 5px;
	}
	.news-list li .newsMeta .new,
	.news-list li .newsMeta .newsCategory {
		font-size: 10px;
		font-size: 1rem;
	}
	.news-list li .newsTitle {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.news-link:first-child {
		margin-bottom: 10px;
	}
	.news-link a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Close-UP */

	.closeup-list ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.closeup .title-h2:before {
		background-size: 100% auto;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	/* Page Top ---------------------------------- */

	.pagetop {
		right: 15px;
		bottom: 15px;
	}
	.pagetop span {
		border-radius: 40px;
		height: 40px;
		width: 40px;
	}

	/* Footer ------------------------------------ */

	.footer-inner {
		width: 100%;
	}

	/* Footer Sitemap */

	.footer-sitemap-inner {
		overflow: hidden;
	}
	.footer-sitemap-title {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 15px;
		position: relative;
	}
	.footer-sitemap-title:after {
		background: url("/images/top_2020/icon_arrow_white.svg") no-repeat;
		background-size: 6px 10px;
		content: "";
		height: 10px;
		width: 6px;
		position: absolute;
		top: 0;
		right: 14px;
		bottom: 0;
		margin: auto 0;
		transform: rotate(-90deg);
		transition: transform 0.3s;
	}
	.footer-sitemap-title.is-open:after {
		transform: rotate(90deg);
	}
	.footer-sitemap-item ul li ul {
		background: #333;
		display: none;
	}
	.footer-sitemap-item ul li ul li {
		border-bottom: 1px solid #4d4d4d;
		padding: 5px 20px;
		position: relative;
	}
	.footer-sitemap-item ul li ul li a:after {
		background: url("/images/top_2020/icon_arrow_white.svg") no-repeat;
		background-size: 6px 10px;
		content: "";
		height: 10px;
		width: 6px;
		position: absolute;
		top: 0;
		right: 14px;
		bottom: 0;
		margin: auto 0;
		transform: rotate(180deg);
	}
	.footer-sitemap-btn {
		float: left;
		margin: 1%;
		width: 48%;
	}
	.footer-sitemap-btn:nth-of-type(1),
	.footer-sitemap-btn:nth-of-type(2) {
		margin-top: 2%;
	}
	.footer-sitemap-btn:nth-of-type(5),
	.footer-sitemap-btn:nth-of-type(6) {
		margin-bottom: 2%;
	}

	/* Footer Outline */

	.footer-outline-inner {
		width: calc(100% - 20px);
	}
	.footer-outline-content p {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.footer-outline-content p.footer-outline-name {
		font-size: 18px;
		font-size: 1.8rem;
	}
	/*20210330×·¼Ó*/
	.sns-box{
		display: block;
	}
	.sns-item{
		display: flex;
		justify-content: center;
		padding: 20px 0;
	}
	.sns-item-icon{
		padding: 0 8px
	}
	/*20210330×·¼Ó*/
}
