<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

   common

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


/*reset-------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

img {
  border: none;
  vertical-align: top;
}

header,section,article,aside,footer,nav {
 display: block;
}

@font-face {
  font-family:NotoSansMonoCJKjp-Regular;
  src: url(../font/NotoSansMonoCJKjp-Regular.otf);
}

@font-face {
  font-family: NotoSansMonoCJKjp-Bold;
  src: url(../font/NotoSansMonoCJKjp-Bold.otf);
}



/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family:NotoSansMonoCJKjp-Regular, sans-serif;
  color: #212121;
}

a {
  color: #212121;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

ul,li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
}

/* mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: right;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}



/*-------------------------------------------------common*/


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
  height: 120px;
  background: rgba(0,0,0,0.5);
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
}

header h1 {
  margin-left: 60px;
}

nav {
  align-items: center;
  -ms-align-items: center;
}

nav li {
  margin: 0 14px;
}

nav li a {
  font-size: 18px;
  font-family: NotoSansMonoCJKjp-Bold, sans-serif;
  color: #fff;
}

nav li a:hover,
nav li a.active {
  color: #e12f4b;
}

nav .box-tel {
  width: 224px;
  margin-left: 60px;
  height: 120px;
  background: #BF1C35;
  padding-left: 10px;
  align-items: center;
  -ms-align-items: center;
  position: relative;
}

nav .box-tel::before {
  content: "";
  border-bottom: 120px solid #BF1C35;
  border-left: 55px solid transparent;
  left: -54px;
  bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
}

nav .box-tel span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  font-family: NotoSansMonoCJKjp-Bold, sans-serif;
}

nav .box-tel .box-center{
  display: block;
  position: relative;
  top: 50%;
  left: 40%;
  transform: translate(-50%,-50%);
}

nav .box-tel .box-tel-text {
  display: inline-block;
  margin-left: -5px;
}



/*------------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------------*/
.container {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.cont-960 {
  width: 960px;
  margin: 0 auto;
}

.fl-left {
  float:left;
}

.fl-right {
  float:right;
}

.fl-none {
  float: none;
}

.al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.al-right {
  text-align: right;
}

.al-left {
  text-align: left;
}

.flex {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}

.position {
  position: relative;
}

.bg-blue {
  background: #07052d;
}

.bg-blue0 {
  background: #2c2686;
}

.bg-gray {
  background: #f7f7f7;
}

.font-blue {
  color: #2c2686;
}

.font-white {
  color: #fff;
}

.font-black {
  color: #212121;
}

.table {
  display: table;
}

.table .row {
  display: table-row;
}

.table .cell {
  display: table-cell;
  vertical-align: top;
}

.table-form {
  display: table;
}

.table-form .row {
  display: table-row;
}

.table-form .col {
  display: table-cell;
  vertical-align: top;
}

/*input,
textarea {
  width: 220px;
  height: 35px;
  color: #616161;
  border: 1px solid #313131;
  padding: 5px 10px;
}

textarea {
  width: 100%;
  height: 155px;
}*/

p {
  line-height: 24px;
}

/* Global Button Styles */
a.animated-button:link,
a.animated-button:visited {
	position: relative;
	display: inline-block;
	color: #2c2686;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
  z-index: 1;
  background: #fff;
}

a.btn:link,
a.btn:visited {
 text-align: center;
	padding: 12px 0;
}

a.animated-button:link:after,
a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover,
a.animated-button:visited:hover {
  color: #FFF;
}
a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
  height: 450%;
}

a.animated-button.victoria-two,
.nobtn {
	border: 4px solid #2c2686;
}

a.animated-button.victoria-two:hover {
	border: 4px solid #fff;
}

a.animated-button.victoria-two:after {
	background: #2c2686;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.animated-button span,
.nobtn span {
  font-size: 14px;
  font-family: NotoSansMonoCJKjp-Bold, sans-serif;
}

.animated-button span::after {
  content: url(../image/icon-next-btn.png);
  padding-right: 10px;
  float: right;
}

a.animated-button:link:hover span::after,
a.animated-button:visited:hover span::after {
  content: url(../image/icon-next.png);
}

.btn {
  width: 260px;
}

.btn-larg {
  width: 310px;
}

.animated-button-career,
.animated-button-graduates {
  width: 416px;
  border: 7px solid #2c2686!important;
  padding-bottom: 30px!important;
}

.animated-button-career:link,
.animated-button-career:visited {
  background: rgba(255, 255, 255, 0.5)!important;
}

.animated-button-graduates:link,
.animated-button-graduates:visited {
  background: #2c2686!important;
  color: #fff!important;
}

a.animated-button-graduates:hover,
a.animated-button-graduates:visited:hover {
  color: #2c2686!important;
}

.animated-button-graduates:after {
	background: #fff!important;
}

.animated-button-career span::after,
.animated-button-graduates span::after {
  padding-right: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.animated-button-career span::after {
  content: url(../../image/entry/icon-next-blue.png);
}

.animated-button-graduates span::after {
  content: url(../../image/entry/icon-next-white.png);
}

a.animated-button-career:link:hover span::after,
a.animated-button-career:visited:hover span::after {
  content: url(../../image/entry/icon-next-white.png);
}

a.animated-button-graduates:link:hover span::after,
a.animated-button-graduatesr:visited:hover span::after {
  content: url(../../image/entry/icon-next-blue.png);
}

.animated-button-career:hover {
  border: 7px solid #fff!important;
}

.animated-button-career span,
.animated-button-graduates span {
  font-size: 56px;
  font-weight: bold;
  font-family: NotoSansMonoCJKjp-Bold, sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-align: center;
  padding-top: 15px;
  display: block;
}

.animated-button-career span b,
.animated-button-graduates span b {
  font-size: 24px;
  padding-top: 5px;
  display: block;
}

.box-new h2 {
  font-size: 45px!important;
}

h2 {
  /*font-size: 60px;*/
  font-size: 56px;
  font-family: NotoSansMonoCJKjp-Bold, sans-serif;
  text-align: left;
  letter-spacing: 0.5px;
}

h2.flex {
  align-items: center;
  -ms-align-items: center;
}

h2.block {
  line-height: 1.3;
}

h2.block span {
  display: block;
  padding-left: 0;
}

.box-new h2 span {
  font-size: 16px!important;
  padding-left: 15px;
}

h2 span {
  font-size: 18px;
  padding-left: 20px;
}

.font-bold {
  font-family: NotoSansMonoCJKjp-Bold, sans-serif;
}

.font-normal {
  font-family: NotoSansMonoCJKjp-Regular, sans-serif;
  font-weight: normal !important;
}

.triangle::before,
.triangle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
footer {
  position: relative;
}

footer .footer-contact {
  padding: 45px 0 60px 0;
}

footer .footer-contact h2 span {
  display: block;
}

footer .footer-contact h2 {
  text-align: center;
  line-height: 1.3;
}

footer .footer-contact {
  background: #bfbfbf;
  position: relative;
}

footer .footer-contact::before {
  top: 0;
  right: 0;
  border-top: 230px solid #fff;
  border-left: 230px solid transparent;
}

footer .footer-contact::after {
  bottom: 0;
  left: 0;
  border-bottom: 230px solid #fff;
  border-right: 230px solid transparent;
}

footer .footer-contact .intro {
  margin: 20px 0 25px 0;
}

footer .footer-contact ul {
  justify-content: space-around;
}

footer .footer-contact li {
  width: 485px;
  border: 2px solid #ececec;
  position: relative;
}

footer .footer-contact .info {
  background: #ececec;
  margin: 6px;
  padding: 25px 0 45px 0;
  position: relative;
  text-align: center;
}

footer .footer-contact h3 {
  font-size: 40px;
  font-family: NotoSansMonoCJKjp-Bold, sans-serif;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

footer .footer-contact .tel {
  justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  margin-top: 20px;
}

footer .footer-contact .tel a {
	color: #2c2686 !important;
}

footer .footer-contact .tel span {
  font-size: 40px;
  letter-spacing: 0.5px;
  margin-left: 10px;
}

footer .footer-contact .tel img {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
}

footer .footer-bottom {
  text-align: center;
  background: #07052d;
  padding: 60px 0;
  color: #fff;
  font-size: 16px;
}

footer .info-address {
  width: 860px;
  justify-content: space-between;
  -ms-justify-content: space-between;
  margin: 20px auto 35px;
}

footer .info-address h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

footer .logo-footer {
  margin: 0 0 10px;
}

footer .coppyright {
  font-size: 14px;
		margin: 0 !important;
}

footer #ptop {
  position: absolute;
  bottom: 180px;
  right: 100px;
  cursor: pointer;
}

footer p {
	margin: 0 0 30px;
}

.box-about-btn {
  position: relative;
  padding: 8px 0;
  overflow: hidden;
}

.box-about-btn::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: #d2d2d2 2px solid;
}

.box-about-btn::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: #2c2686 2px solid;
  transform: translateX(-100%);
  transition: transform .2s;
}

.box-about-btn:hover::after {
  transform: translateX(0);
}

.box-about-btn a {
  display: block;
}

.box-about-btn a::after {
  content: url(../image/icon-next-btn.png);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.box-about-btn .flex {
  align-items: center;
  -ms-align-items: center;
}

.box-about-btn .font-blue {
  width: 145px;
  font-size: 30px;
  font-family: NotoSansMonoCJKjp-Bold, sans-serif;
  text-align: left;
  letter-spacing: 0.5px;
}

.box-about-btn .flex .font-black {
  font-size: 14px;
  font-family: NotoSansMonoCJKjp-Bold, sans-serif;
  text-align: left;
  letter-spacing: 0.5px;
}

.box-pdf-btn {
	position: relative;
	margin-top: 20px;
}

.box-pdf-btn a {
	width: 304px;
	text-align: center;
	position: relative;
	transition: transform .2s;
	transform: translate(0,0);
}

.box-pdf-btn a::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #b3b5b4;
	transform: translate(5px,5px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: transform .2s;
}

@media all and (min-width: 769px) {
	.box-pdf-btn a:hover {
		transform: translate(5px, 5px);
	}

	.box-pdf-btn a:hover::after {
		transform: translate(0px, 0px);
	}
}

.box-pdf-btn a p {
	width: 100%;
	line-height: 1.4;
	position: absolute;
	left: 50%;
	transform: translate(-50%,15px);
}

.box-pdf-btn a p .font-black {
	font-size: 16px;
	font-family: NotoSansMonoCJKjp-Bold, sans-serif;
}

.box-pdf-btn a p .font-blue {
	font-size: 20px;
	font-family: NotoSansMonoCJKjp-Bold, sans-serif;
}

.box-pdf-btn a img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 768px) {
	.box-pdf-btn a {
		width: 100%;
		max-width: 304px;
		margin: 0 auto;
	}

	.box-pdf-btn a p .font-black {
		font-size: 16px;
	}

	.box-pdf-btn a p .font-blue {
		font-size: 20px;
	}
}
</pre></body></html>