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

	default

------------------------------------------------------------------------------*/

body,
textarea,
select,
input {
	background-color: #FFF;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 16px;
	word-wrap:break-word;
	text-align: justify;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

body,
a,
a:visited {
	color: #333;
}

a,
a:visited {
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

em {
	font-style: normal;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

ol,
ul {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin: 1em 0 1em 1em;
}

ul li {
	list-style: disc;
}

li {
	margin-bottom: 0.25em;
	line-height: 1.4;
}

li:last-child {
	margin-bottom: 0;
}

[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    border :0;
}


/*------------------------------------------------------------------------------

	color

------------------------------------------------------------------------------*/

#site_header {
	border-color: #B77231;
}

#site_header .logo a:hover,
#contents a,
#contents  .title,
#contents .news .date,
.article h1,
.article h2,
.uni .name,
.wpcf7-form .label {
	color: #B77231;
}

#site_header .gnav a:after,
.about #site_header .gnav span:after,
#contents .link_pdf li a,
.slick-dots li.slick-active button,
#contents .all a:hover,
#contents .tab li,
#main .uni .contact a,
#site_footer .top a:hover,
.wpcf7-submit {
	background-color: #B77231;
}

@media screen and (max-width: 767px){

#site_header .logo a:hover {
	color: inherit;
}

#contents .all a:hover,
#site_footer .top a:hover {
	background-color: inherit;
}

.site_column #contents .link_pdf li a:hover {
	background-color: #B77231;
}

}


/*------------------------------------------------------------------------------

	Oswald

------------------------------------------------------------------------------*/

#site_header h1,
.heading,
#contents .all a,
.bg .page .title,
.tab span,
.jp::before,
.kr::before,
.tw::before,
.more a,
.more .loading,
.blog_card .cat {
	font-family: 'Oswald', sans-serif;
}


/*------------------------------------------------------------------------------

	move

------------------------------------------------------------------------------*/

.lazyload,
.lazyloading,
.lazyloaded,
.logo a,
.logo a:hover,
.gnav a,
.gnav a:hover,
.gnav a::after,
.gnav a:hover::after,
.button,
.button::before,
.button:hover,
.button:hover::before,
.link_pdf li a,
.link_pdf li a:hover,
.all a,
.all a:hover,
.tab li,
.tab .active,
.tab li::after,
.more a,
.more a:hover,
.more .loading,
#contents .more .loading:before,
#site_footer  .top a,
#site_footer  .top a:hover{
	transition: all 0.4s;
}

.special .card .sub a{
	transition: none;
}

.special .card .sub a:hover {
	transition: all 0.4s!important;
}

.lazyload,
.lazyloading,
.lazyloaded {
	background-repeat: no-repeat;
}

.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
}


/*------------------------------------------------------------------------------

	column

------------------------------------------------------------------------------*/

.group::after {
	content: '';
	display: block;
	clear: both;
	height: 0
}

.site_column {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

#contents,
#contents .tab .active,
#contents .tab .active:hover,
.jp::before,
.kr::before,
.tw::before  {
	background-color: #EEE;
}

#contents {
	margin-top: 60px;
	padding: 0 30px 30px;
}

#main {
	float: left;
}

#side {
	float: right;
}

.bgw {
	position: relative;
	margin-top: 30px;
	padding: 30px;
	background-color: #FFF;
}

@media screen and (max-width: 767px){

.site_column {
	width: 100%;
	padding: 0 12px;
}

.promotion + .site_column {
	padding: 0;
}

#contents {
	margin-top: 30px;
	padding-top: 1px;
	padding-left: 12px;
	padding-right: 12px;
}

#main,
#side {
	float: none;
}

.bgw {
	margin-top: 20px;
	padding: 12px;
}

}

/*------------------------------------------------------------------------------

	common

------------------------------------------------------------------------------*/

/* 共通
------------------------------------------------------------------------------*/

.heading {
	margin: 30px 0 60px;
	text-align: left;
	line-height: 1;
	font-size: 1.875em;
}

.svg {
	margin-right: 5px;
}

.other #contents {
	padding-top: 30px;
}

.other #main {
	float: none;
	width: 100%;
}

.other #main .bgw {
	margin-top: 0;
}

@media screen and (max-width: 767px){

.heading {
	margin: 15px 0 50px;
}

}


/* post
------------------------------------------------------------------------------*/

#contents .title {
	text-align: left;
}

#contents .title .en {
	display: block;
	margin-top: 5px;
	font-size: 0.875em;
	line-height: 1.4;
}


/* 国マーク
------------------------------------------------------------------------------*/

.jp::before,
.kr::before,
.tw::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.8em;
	padding: 7px 0;
	text-align: center;
	line-height: 1;
	font-size: 1.25em;
	color: #333;
}

.jp::before { content: "JP";}
.kr::before { content: "KR";}
.tw::before { content: "TW";}


/* ボタン
------------------------------------------------------------------------------*/

.button {
	position: relative;
	display: block;
	margin: 20px auto 0;
	padding: 10px;
	border: 1px solid #333;
	background-color: rgba(255,255,255,0.9);
	text-decoration: none;
	text-align: center;
	line-height: 1;
	font-size: 0.875em;
}

em.button {
}

.button::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 5px;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #333;
}

.button:hover,
#main .contact a:hover {
	background-color: #333;
	color: #FFF;
}

em.button:hover {
	background-color: rgba(255,255,255,0.9);
	color: inherit;
}

.button:hover::before {
	border-left-color: #FFF;
}

#contents .edit {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* 管理画面ボタン
------------------------------------------------------------------------------*/

.admin {
	padding: 5px 0;
	background-color: #AE0000;
}

.admin a {
	display: block;
	padding: 10px 30px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 4px;
	text-align: center;
	line-height: 1;
	color: #FFF;
}

.admin a:first-of-type {
	float: left;
}

.admin a:last-child {
	float: right;
}

.admin img {
	width: 16px;
	height: 16px;
	vertical-align: -3px;
}

#contents .edit a {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #333;
}

#contents .edit img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 767px){

.admin a {
	padding: 10px 10px;
	font-size: 0.875em;
}

}


/* link_pdf
------------------------------------------------------------------------------*/

#contents .link_pdf {
	margin: 15px 0 0;
}

.link_pdf .svg {
	width: 20px;
}

#contents .link_pdf li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1;
}

#contents .link_pdf li:last-child {
	margin-right: 0;
}

#contents .link_pdf li a {
	display: block;
	padding: 7px 10px;
	font-size: 0.875em;
	text-decoration: none;
	color: #FFF;
}

#contents .link_pdf li a:hover {
	background-color: #333;
}

#contents .link_pdf img {
	vertical-align: -5px;
}

@media screen and (max-width: 767px){

#contents .link_pdf li {
	margin-right: 8px;
}

}

/* bg
------------------------------------------------------------------------------*/

.bg {
	position: relative;
	background-position: center center;
	background-size: cover;
}

.bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}

.bg .page {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 60px 0 65px;
	color: #FFF;
}

.bg .page .title {
	text-align: center;
	font-size: 2.813em;
	line-height: 1;
}

.bg .page .description {
	margin-top: 30px;
	font-size: 0.75em;
}

.bg .page .description .italic {
	font-weight: bold;
	font-style: italic;
}

@media screen and (max-width: 767px){

.bg .page {
	width: 100%;
	padding: 30px 12px 35px;
}

.bg .page .title {
	font-size: 1.375em;
}

.bg .page .description {
	margin-top: 15px;
}

}

/* more
------------------------------------------------------------------------------*/

#contents .more {
	display: block;
	margin: 40px auto 0;
}

#contents .more a,
#contents .more .loading {
	position: relative;
	display: block;
	padding: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	color: #333;
}

#contents .more a {
	border: 1px solid #333;
	background-color: #FFF;
}

#contents .more a:hover {
	background-color: #333;
	color: #FFF;
}

#contents .more .loading {
	animation: load_text 1.5s infinite;
}

@keyframes load_text {
	50% { opacity: 0;}
}

/*------------------------------------------------------------------------------

	site_header

------------------------------------------------------------------------------*/

#site_header {
	position: relative;
	padding: 40px 0;
	border-bottom-width: 40px;
	border-bottom-style: solid;
	z-index: 10;
}

#site_header a {
	display: block;
	text-decoration: none;
}

#site_header .logo {
	width: 270px;
}

#site_header .logo .selected {
	cursor: default;
}

#site_header .logo .selected:hover {
	color: inherit;
}

#site_header .logo_1,
#site_header .logo_2 {
	display: block;
	line-height: 1;
}

#site_header .logo_1 {
	font-size: 3.75em;
}

#site_header .logo_2 {
	font-size: 1.5em;
}

@media screen and (max-width: 767px){

#site_header {
	padding: 20px 0;
	border-bottom-width: 20px;
}

#site_header .logo {
	width: 180px;
}

#site_header .logo_1 {
	font-size: 1.875em;
}

#site_header .logo_2 {
	font-size: 1em;
}

}


/* gnav
------------------------------------------------------------------------------*/

#site_header .gnav {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	margin: 0;
}

#site_header .gnav li {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	list-style: none;
	text-align: center;
}

#site_header .gnav li:last-child {
	margin-right: 0;
}

#site_header .menu {
	display: none;
}

#site_header .gnav a,
#site_header .gnav span {
	position: relative;
	display: block;
	padding: 15px 10px;
}

#site_header .gnav a::after,
.about #site_header .gnav span::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	transition: 0.3s;
}

#site_header .gnav .selected::after,
#site_header .gnav a:hover::after,
.about #site_header .gnav span::after {
	transform: scaleX(1);
}

#site_header .gnav a.selected:hover,
.about #site_header .gnav span:hover {
	cursor: default;
}

#site_header .gnav .about_m ul {
	display: none;
	position: absolute;
	top: 53px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0 10px 10px;
	border: 1px solid #333;
	background-color: #FFF;
	z-index: 1000;
}

#site_header .gnav .about_m ul::before,
#site_header .gnav .about_m ul::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}

#site_header .gnav .about_m ul::before {
	top: -10px;
	border-bottom-color: #333;
}

#site_header .gnav .about_m ul::after {
	top: -8px;
	border-bottom-color: #FFF;
}

#site_header .gnav .about_m li {
	float: none;
	margin-right: 0;
}

#site_header .gnav .about_m li:last-child {
	border: none;
}

#site_header .gnav .about_m li a {
	padding: 15px 10px 8px;
}

#site_header .gnav .about_m li a::after {
	bottom: 0;
}

@media screen and (max-width: 767px){

#site_header .gnav {
	display: none;
	position: relative;
	top: auto;
	right: auto;
	margin: 15px -12px -20px;
	padding: 24px 12px;
	background-color: #333;
	transform: none;
}

#site_header .gnav > li {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}

#site_header .gnav > li:last-child {
	margin-bottom: 0;
}

#site_header .gnav a,
#site_header .gnav span {
	color: #FFF;
}

#site_header .gnav a {
	border: 1px solid #999;
}

#site_header .gnav a::after,
.about #site_header .gnav span::after {
	display: none;
}

#site_header .gnav .about_m {
	padding: 10px;
	border: 1px solid #555;
}

#site_header .gnav .about_m:hover {
	cursor: default;
}

#site_header .gnav .about_m span {
	margin-bottom: 10px;
	padding: 0;
}

#site_header .gnav .about_m ul,
#site_header .gnav .about_m ul::after {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	margin: 0;
	padding:0;
	border: none;
	background: none;
}

#site_header .gnav .about_m ul {
	display: block !important;
}

#site_header .gnav .about_m li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

#site_header .gnav .about_m li a {
	padding: 15px 10px;
}

#site_header .gnav .about_m li:nth-child(3n) {
	margin-right: 0;
}

#site_header .gnav .about_m ul::before {
	display: none;
}

#site_header .menu {
	position: absolute;
	display: block ;
	top: 4px;
	right: 12px;
	width: 6em;
	padding: 10px 5px 10px 30px;
	border: 1px solid #999;
	border-radius: 4px;
	text-align: center;
	line-height: 1;
	font-size: 1.125em;
}

#site_header .menu .burger {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 18px;
	height: 16px;
}

#site_header .menu .burger span:nth-child(1),
#site_header .menu .burger span:nth-child(2),
#site_header .menu .burger span:nth-child(3) {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #333;
}

#site_header .menu {
	transition: all 0.4s;
}

#site_header .menu.close {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}

#site_header .menu .burger span:nth-child(1),
#site_header .menu .burger span:nth-child(2),
#site_header .menu .burger span:nth-child(3),
#site_header .menu.close .burger span:nth-child(1),
#site_header .menu.close .burger span:nth-child(2),
#site_header .menu.close .burger span:nth-child(3) {
	animation-duration: 0.5s;
}

#site_header .menu .burger span:nth-child(1),
#site_header .menu .burger span:nth-child(2),
#site_header .menu .burger span:nth-child(3) {
	opacity: 1;
}

#site_header .menu .burger span:nth-child(1) {
	top: 7px;
	animation-name: bar1_o;
}

#site_header .menu .burger span:nth-child(2) {
	top: 0;
	animation-name: bar2_o;
}

#site_header .menu .burger span:nth-child(3) {
	bottom: 0;
	animation-name: bar3_o;
}

@keyframes bar1_o {
	0% {
		top: 7px;
		transform: rotate(0);
		opacity: 0;
	}
	100% {
		transform: rotate(360deg);
		opacity: 1;
	}
}

@keyframes bar2_o {
	0% {
		top: 7px;
		transform: rotate(360deg);
		opacity: 0;
	}
	100% {
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes bar3_o {
	0% {
		bottom: 7px;
		opacity: 0;
		transform: rotate(360deg);
	}
	100% {
		bottom: 0;
		transform: rotate(0);
		opacity: 1;
	}
}

#site_header .menu.close .burger span:nth-child(1),
#site_header .menu.close .burger span:nth-child(2),
#site_header .menu.close .burger span:nth-child(3) {
	background-color: #FFF;
}

#site_header .menu.close .burger span:nth-child(1) {
	animation-name: bar1_c;
	opacity: 0;
}

#site_header .menu.close .burger span:nth-child(2),
#site_header .menu.close .burger span:nth-child(3) {
	top: 7px;
}

#site_header .menu.close .burger span:nth-child(2) {
		animation-name: bar2_c;
		transform: rotate(45deg);
}

#site_header .menu.close .burger span:nth-child(3) {
	animation-name: bar3_c;
	transform: rotate(315deg);
}

@keyframes bar1_c {
	0% {
		opacity: 1;
		transform: rotate(0);
	}
	100% {
		opacity: 0;
		transform: rotate(300deg);
	}
}

@keyframes bar2_c {
	0% {
		transform: rotate(315deg);
	}
	100% {
		transform: rotate(45deg);
	}
}

@keyframes bar3_c {
	0% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(315deg);
	}
}

}


/*------------------------------------------------------------------------------

	provision

------------------------------------------------------------------------------*/

.provision {
	padding: 40px 0;
	background-color: #333;
}

#site_footer .partner,
.provision li {
	float: left;
	width: 380px;
	margin-right: 30px;
}

.provision li {
	list-style: none;
}

.provision li img {
	width: 26px;
	vertical-align: -8px;
}

.provision li a {
	display: block;
	padding: 10px 5px;
	border: 1px solid #999;
	text-align: center;
	color: #FFF;
}

#site_footer .partner p {
	font-weight: bold;
	line-height: 1;
	font-size: 1.125em;
}

#site_footer .partner:nth-child(3n),
.provision li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px){

.provision {
	padding: 20px 0 0;
}

#site_footer .partner,
.provision li {
	float: none;
	width: 100%;
	margin-right: 0;
}

}


/*------------------------------------------------------------------------------

	footer

------------------------------------------------------------------------------*/

#site_footer,
#site_footer a {
	color: #FFF;
}

#site_footer {
	padding: 60px 0 30px;
	background-color: #333;
}

#site_footer .heading {
	text-align: center;
}

#site_footer  .top {
	position: fixed;
	z-index: 10;
}

#site_footer  .top {
	right: 20px;
	bottom: 50px;
}

#site_footer  .top a {
	display: block;
	height: 10em;
	padding: 10px;
	background-color: #333;
	border: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	writing-mode: vertical-lr;
	font-size: 0.625em;
}

#site_footer .admin {
	left: 20px;
	bottom: 50px;
}

#site_footer .admin img {
	width: 16px;
	vertical-align: -3px;
}

#site_footer .copy {
	text-align: center;
}

@media screen and (max-width: 1220px){

#site_footer .top {
	display: none;
}

}

@media screen and (max-width: 767px){

#site_footer .top {
	right: 10px;
	bottom: 10px;
	opacity: 0.8;
}

#site_footer .top a {
	width: 45px;
	height: 45px;
	writing-mode:  lr-tb;
}

#site_footer .top a:hover {
	background-color: #333;
}

#site_footer .top a::before {
	content: "→";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(270deg);
	display: block;
	line-height: 1;
	font-size: 1.75em;
}

#site_footer .top span {
	display: none;
}

#site_footer .copy {
	font-size: 0.875em;
}

}