/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */
@charset "UTF-8";

@import url('//fonts.googleapis.com/css?family=Reem+Kufi&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

code,
kbd,
pre,
samp {
	_font-family: 'courier new', monospace;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select {
	vertical-align: baseline;
}

button,
input,
select,
textarea {
	font-size: 100%;
	*vertical-align: middle;
}

button {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	*overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
	*height: 13px;
	*width: 13px;
}

textarea {
	vertical-align: top;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: 0 0;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #000;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd {
	font-size: 1em;
}

pre {
	font-family: monospace, monospace;
}

pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	-ms-font-kerning: normal;
	-o-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
	font-weight: 500;
}

@media screen and (max-width: 798px) {
	html {
		font-weight: normal;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
p,
pre,
blockquote,
figure,
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}

a:link:focus {
	outline: none;
}

[contenteditable]:focus,
img:focus,
map area:focus {
	outline: none;
}

th,
td,
fieldset {
	padding: 0;
}

fieldset {
	margin: 0;
}

html {
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	font-size: 16px;
	*font: x-small;
	line-height: 1.5;
	background-color: #fff;
}

body {
	color: #000;
	background: #fff;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0 none;
	background: #666;
}

a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a:link,
a:visited {
	color: #0570c7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #4e96d7;
}

a:active {
	color: #c7052f;
}

a:focus {
	outline: none;
}

em {
	font-style: normal;
}

em,
strong {
	font-weight: 700;
}

small {
	font-size: .8em;
}

cite {
	font-weight: 700;
	font-style: normal;
}

cite:before {
	content: '『';
	font-weight: 500;
}

cite:after {
	content: '』';
	font-weight: 500;
}

q:before {
	content: '❝';
}

q:after {
	content: '❞';
}

dfn {
	font-weight: 700;
	font-style: normal;
}

code {
	font-family: Ricty, Consolas, "Courier New", Courier, Monaco, monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 3px;
	background: rgba(0, 0, 0, .025);
}

samp {
	color: #FFF;
	background: rgba(0, 0, 0, .9);
}

samp,
kbd {
	font-family: Ricty, Consolas, "Courier New", Courier, Monaco, monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 3px;
}

kbd {
	background: rgba(0, 0, 0, .025);
}

kbd kbd {
	display: inline-block;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid rgba(0, 0, 0, .6);
	background: #eee;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, .5)inset, -1px -1px 1px rgba(0, 0, 0, .5)inset;
}

pre code {
	display: block;
	padding: 5px 10px;
}

pre kbd {
	display: block;
	color: #FFF;
	background: rgba(0, 0, 0, .9);
}

pre kbd:after {
	content: '|';
	opacity: .6;
}

pre kbd kbd {
	color: #000;
	display: inline;
	background: #eee;
}

pre kbd kbd:after {
	display: none;
}

pre samp {
	display: block;
	padding: 5px 10px;
}

var {
	font-family: serif;
	font-weight: 700;
	margin: 0 2px;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .025);
}


body,
header,
article,
section,
aside,
nav,
div,
h1,
h2,
h3,
h4,
p,
ul,
li,
figure,
figcaption {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
}

ul,
li {
	list-style-type: none;
}

@media screen and (max-width: 798px) {
	img {
		width: 100%;
	}
}



.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

/* 16pxのとき */
.font25 {
	font-size: 156.25%;
}

.fontb {
	font-weight: 700;
}

.font_red {
	color: #c21b07;
}

.font_orange {
	color: #f6b545;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb0 {
	margin-bottom: 0px !important;
}

@media screen and (min-width: 798px) {
	.pc-mb0 {
		margin-bottom: 0px !important;
	}
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.clearfix {
	*display: inline-block;
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}


.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media screen and (max-width: 798px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
}


/*共通パーツ
---------------------------------------------------------- */
/* 見出し */
h2 {
	font-size: 200%;
	text-align: center;
}

h2 span {
	font-family: 'Reem Kufi', sans-serif;
	display: block;
	letter-spacing: 2px;
	font-weight: 500;
	margin-top: -3px;
}

/* ヘッダー */
header {
	width: 100%;
	min-width: 1000px;
	padding: 0;
	z-index: 1000;
	position: absolute;
}

header h1,
header .logo {
	padding: 35px 0 0 40px;
	display: inline-block;
}

header nav {
	display: inline-block;
	float: right;
}

header nav ul {
	display: inline-block;
	float: left;
}

header nav ul li {
	display: inline-block;
	float: left;
	margin-left: -30px;
	padding: 0;
}

header nav ul li:first-child {
	margin-left: 0;
}

header nav p {
	display: inline-block;
	margin-left: -30px;
}

@media screen and (max-width: 798px) {
	header {
		min-width: 100%;
		box-sizing: border-box;
	}

	header h1,
	header .logo {
		padding: 5% 0 0 4%;
		width: 38%;
		max-width: 130px;
	}

	header nav {
		width: 30%;
		margin: 0;
		text-align: right;
	}

	header nav p {
		margin-left: 0;
		width: 70%;
		max-width: 142px;
	}
}

/* グロナビ */
.sp_gnav {
	display: none;
}

@media screen and (max-width: 798px) {
	.sp_gnav {
		display: table;
		width: 100%;
	}

	.sp_gnav li {
		width: 33%;
		box-sizing: border-box;
		display: table-cell;
		text-align: center;
		border-top: 2px solid #dbdbdb;
		border-bottom: 2px solid #dbdbdb;
	}

	.sp_gnav li a {
		display: block;
		padding: 18% 3%;
		font-size: 4vmin;
		color: #222222;
		font-weight: 700;
	}

	.sp_gnav li:nth-child(2) {
		border: 2px solid #dbdbdb;
	}
}

/* main */
main {
	margin: 0 auto 80px;
}

@media screen and (max-width: 798px) {
	main {
		margin: 0 auto 40px;
	}
}

/* ぱんくず */
.topicpath {
	width: 1000px;
	margin: 0 auto 35px;
}

.topicpath li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
	background: url(../img/common/icon_topicpath.gif) no-repeat right 45%;
	font-size: 87.5%;
}

.topicpath li:last-child {
	background: none;
}

.topicpath li a {
	color: #023c70;
}


@media screen and (max-width: 798px) {
	.topicpath {
		width: 92%;
		margin: 15px 4% 35px;
	}
}

/* ENTRY */
.entry_block {
	width: 1000px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 auto 50px;
	background: #d00010;
	background-image: -webkit-linear-gradient(315deg, #d00010 44%, #b3000e 44%, #d00010 55%);
	background-image: linear-gradient(135deg, #d00010 44%, #b3000e 44%, #d00010 55%);
}

.entry_block h2 {
	color: #ffffff;
	margin: 5px auto 20px;
}

.entry_block h2 span {
	color: #ffffff;
	margin: 0 auto 20px;
	font-size: 55.55%;
}

.entry_block div {
	display: flex;
	margin: 0 auto;
	width: 100%;
	background: url(../img/common/bg01.gif) repeat;
	box-sizing: border-box;
	padding: 40px 160px 35px;
	text-align: center;
	border-left: 2px solid #e8e8e8;
	border-right: 2px solid #e8e8e8;
}

.entry_block div ul {
	display: flex;
	gap: 30px;
	margin-bottom: 15px;
}

.entry_block div ul li {
	display: table-cell;
	width: 50.1%;
}

/*
.entry_block div ul li:first-child {
	padding-right: 10px;
}

.entry_block div ul li:last-child {
	padding-left: 10px;
}
*/

@media screen and (max-width: 798px) {
	.entry_block {
		width: 100%;
		padding: 15px 4%;
		margin-bottom: 0;
	}

	.entry_block h2 {
		color: #ffffff;
		margin: 0 auto 20px;
		font-size: 175%;
	}

	.entry_block h3 {
		margin: 0 auto 10px;
		font-size: 125%;
	}

	.entry_block div {
		box-sizing: border-box;
		padding: 20px 2% 15px;
		text-align: center;
		border: none;
	}

	.entry_block div ul {
		display: flex;
		justify-content: center;
		flex-direction: column !important;
		width: 100%;
	}

	.entry_block div ul li {
		width: 90% !important;
		margin: 0 auto;
	}
}

/* 説明会 */
.session_block {
	width: 1000px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 auto 50px;
	background: #005bab;
	background-image: -webkit-linear-gradient(315deg, #024178 44%, #005bab 44%, #024178 55%);
	background-image: linear-gradient(135deg, #005bab 44%, #024178 44%, #005bab 55%);
}

.session_block h2 {
	color: #ffffff;
	margin: 5px auto 20px;
}

.session_block h2 span {
	color: #ffffff;
	margin: 0 auto 20px;
	font-size: 55.55%;
}

.session_block div {
	display: flex;
	margin: 0 auto;
	width: 100%;
	background: url(../img/common/bg01.gif) repeat;
	box-sizing: border-box;
	padding: 40px 160px 35px;
	text-align: center;
	border-left: 2px solid #e8e8e8;
	border-right: 2px solid #e8e8e8;
}

.session_block div ul {
	display: flex;
	gap: 30px;
	margin-bottom: 15px;
}

.session_block div ul li {
	display: table-cell;
	width: 50.1%;
}

.session_block div ul li a {
	display: table-cell;
	width: 300px;
	padding: 15px 10px;
	background: #005bab;
	border-radius: 999px;
	font-size: 175%;
	color: #fff;
}

.session_block div ul li a p span {
	font-size: 80%;
}

/*
.session_block div ul li:first-child {
	padding-right: 10px;
}

.session_block div ul li:last-child {
	padding-left: 10px;
}
*/

@media screen and (max-width: 798px) {
	.session_block {
		width: 100%;
		padding: 15px 4%;
		margin-bottom: 0;
	}

	.session_block h2 {
		color: #ffffff;
		margin: 0 auto 20px;
		font-size: 175%;
	}

	.session_block h3 {
		margin: 0 auto 10px;
		font-size: 125%;
	}

	.session_block div {
		box-sizing: border-box;
		padding: 20px 2% 15px;
		text-align: center;
		border: none;
	}

	.session_block div ul {
		display: flex;
		justify-content: center;
		flex-direction: column !important;
		width: 100%;
	}

	.session_block div ul li {
		width: 90% !important;
		margin: 0 auto;
		display: flex;
		flex-direction: column !important;
		justify-content: center;
	}

	.session_block div ul li a {
		display: block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
}

/* INTERNSHIP */
.next_year_block {
	width: 1000px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 auto 50px;
	background: #d00010;
	background-image: -webkit-linear-gradient(315deg, #b9cd00 44%, #adbf01 44%, #b9cd00 55%);
	background-image: linear-gradient(135deg, #b9cd00 44%, #adbf01 44%, #b9cd00 55%);
}

.next_year_block h2 {
	color: #ffffff;
	margin: 5px auto 20px;
}

.next_year_block h2 span {
	color: #ffffff;
	margin: 0 auto 20px;
	font-size: 55.55%;
}

.next_year_block div {
	background: url(../img/common/bg01.gif) repeat;
	box-sizing: border-box;
	padding: 40px 160px 35px;
	text-align: center;
	border-left: 2px solid #e8e8e8;
	border-right: 2px solid #e8e8e8;
}

.next_year_block div ul {
	display: table;
	margin-bottom: 15px;
}

.next_year_block div ul li {
	display: table-cell;
	width: 50.1%;
}

.next_year_block div ul li:first-child {
	padding-right: 10px;
}

.next_year_block div ul li:last-child {
	padding-left: 10px;
}


@media screen and (max-width: 798px) {
	.next_year_block {
		width: 100%;
		padding: 15px 4%;
		margin-bottom: 0;
	}

	.next_year_block h2 {
		color: #ffffff;
		margin: 0 auto 20px;
		font-size: 175%;
	}

	.next_year_block div {
		box-sizing: border-box;
		padding: 20px 2% 15px;
		text-align: center;
		border: none;
	}

	.next_year_block div ul {
		width: 100%;
		display: table;
	}
}

/* LINE */
.line_box {
	font-size: 125%;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	background: #1f5d98;
	background-image: linear-gradient(135deg, #155693 20%, #1f5d98 20%);
	background-image: -webkit-linear-gradient(135deg, #155693 20%, #1f5d98 20%);
	background-image: -moz-linear-gradient(135deg, #155693 20%, #1f5d98 20%);
}

.line_box a {
	color: #ffffff;
	background: url(../img/common/obj_offical_link.png) no-repeat 3% -2%;
	background-size: 105px auto;
	display: block;
	font-weight: 500;
	padding: 20px 120px 15px 140px;
	min-height: 85px;
	box-sizing: border-box;
	position: relative;
}

.line_box a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 35px;
	top: 45%;
	width: 20px;
	height: 18px;
	background: url(../img/common/icon_external.gif) no-repeat center center;
	background-size: 100%;
}

.line_box a span {
	display: block;
	font-size: 60%;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 500;
	letter-spacing: 3px;
}

@media screen and (max-width: 798px) {
	.line_box {
		font-size: 112.5%;
		width: 100%;
	}

	.line_box a {
		background: url(../img/common/obj_offical_link.png) no-repeat 0 -2%;
		background-size: 24% auto;
		padding: 20px 12% 15px 18%;
		min-height: 40px;
		height: auto;
		max-height: 110px;
		font-size: 3.5vmin;
	}

	.line_box a:after {
		right: 5%;
		top: 40%;
		background: url(../img/common/icon_external.gif) no-repeat center center;
		background-size: 100%;
	}

	.line_box a span {
		font-size: 2.5vmin;
	}

}

/* footer */
footer {
	min-width: 1000px;
	text-align: center;
	position: relative;
}

footer ul {
	display: inline-block;
	vertical-align: middle;
}

footer ul li {
	width: 240px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

footer ul li:nth-child(2) {
	border-left: 2px solid #b3c4d4;
	border-right: 2px solid #b3c4d4;
}

footer ul li a {
	display: block;
	box-sizing: border-box;
	padding: 5px 0;
	min-height: 32px;
	color: #023c70;
}

footer .pagetop {
	position: absolute;
	right: 40px;
	bottom: 170px;
}

footer div {
	margin-top: 40px;
	background: #023c70;
	padding: 40px 0;
	color: #fffefe;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 500;
	font-size: 81.25%;
}

footer div p {
	margin-top: 20px;
	color: #fffefe;
}

footer div span {
	color: #fffefe;
}

@media screen and (max-width: 798px) {
	footer {
		min-width: 100%;
	}

	footer .pagetop {
		position: static;
		text-align: center;
		width: 20%;
		margin: 0 auto 30px;
	}

	footer .copyright {
		padding: 30px 3%;
	}
}