@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Rock+Salt&display=swap);
#breadcrumbs {
	overflow: hidden;
	clear: both;
	padding: 100px 30px 30px 30px !important;
}
#breadcrumbs ul li {
	float: left;
	font-size: 14px;
}
#breadcrumbs ul li a {
	padding-right: 10px;
	color: #AAA;
}
#breadcrumbs ul li a:after {
	content: ">";
	margin-left: 10px;
}
@media only screen and (max-width:736px) {
#breadcrumbs {
	overflow: hidden;
	clear: both;
	padding: 50px 20px 10px 15px !important;
}
#breadcrumbs ul li {
	font-size: 10px;
}
}
#kv {
	width: 100%;
	animation: kvu 2s cubic-bezier(.4, 0, .2, 1) forwards;
	opacity: 0;
}
#kv span {
	display: block;
	font-size: 50%;
}
@keyframes kvu {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
#kv div {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 0;
	height: 40vh;
}
@media only screen and (max-width:1250px) {
#kv div {
	padding: 0 50px;
}
}
#kv div h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 42px;
	font-weight: bold;
	color: #2B3990;
	animation: kv-under 1s ease-in-out forwards;
}
@keyframes kv-under {
 0% {
 top:55%;
}
 100% {
 top:50%;
}
}
#kv.about {
	background: url(../img/kv/about.jpg) no-repeat center 35%;
}
#kv.recruit {
	background: url(../img/kv/recruit.jpg) no-repeat center 30%;
	margin: 0 0 50px 0;
}
#kv.system {
	background: url(../img/kv/system.jpg) no-repeat center 45%;
}
#kv.faq {
	background: url(../img/kv/faq.jpg) no-repeat center 50%;
}
#kv.interview {
	background: url(../img/kv/interview.jpg) no-repeat center 50%;
}
.mb {
	margin-bottom: 25px !important;
}
@media only screen and (max-width:736px) {
#kv div h1 {
	font-size: 22px;
}
#kv div {
	height: 30vh;
	padding: 0 20px;
}
#kv.about {
	background: url(../img/kv/about.jpg) no-repeat center top;
	background-size: cover;
}
#kv.recruit {
	background: url(../img/kv/recruit.jpg) no-repeat center 0;
	background-size: cover;
}
#kv.system {
	background: url(../img/kv/system.jpg) no-repeat center top;
	background-size: cover;
}
#kv.interview {
	background: url(../img/kv/interview.jpg) no-repeat center 50%;
	background-size: cover;
}
#kv.faq {
	background: url(../img/kv/faq.jpg) no-repeat center top;
	background-size: cover;
}
}
#sticknav {
	text-align: center;
	position: sticky;
	position: -webkit-sticky;
	top: 102px;
	z-index: 998;
	margin: 50px 0;
	background: #FFF;
}
#sticknav ul {
	display: inline-block;
}
#sticknav ul li {
	float: left;
}
#sticknav ul li a {
	padding: 0 20px;
	border-right: 1px solid #CCC;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}
#sticknav ul li a:hover {
	opacity: 0.7;
}
#sticknav ul li:last-child a {
	border: none;
}
@media only screen and (max-width:736px) {
#sticknav {
	text-align: center;
	position: sticky;
	position: -webkit-sticky;
	top: 50px;
	z-index: 99;
	margin: 15px 0;
	padding: 10px 0;
	background: #FFF;
}
#sticknav ul {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	display: flex;
}
#sticknav ul li {
	padding: 0 15px;
	white-space: nowrap;
	font-size: 13px;
}
#sticknav ul li a {
	padding: 0;
	border: none;
}
}
#underpage section:before, #underpage section:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
#underpage section {
	margin: 0 auto;
	max-width: 1200px;
}
@media only screen and (max-width:1250px) {
#underpage section {
	padding: 0 50px;
}
}
@media only screen and (max-width:736px) {
#underpage section {
	padding: 0 15px;
}
}
.gray-bk {
	background: #F7F7F7;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
	margin: 50px 0;
}
#underpage h2.toptitle, #recruit .pic {
	float: left;
	width: 35%;
	line-height: 1.2;
}
#recruit .pic img {
	box-shadow: -20px 20px 0 rgba(43,57,144,.1);
}
#underpage h2.toptitle img {
	margin: 25px 0 0 0;
}
#underpage .text {
	float: right;
	width: 60%;
}
#underpage .text p {
	margin: 0 0 20px 0;
}
@media only screen and (max-width:736px) {
#underpage h2.toptitle {
	float: none;
	width: auto;
	line-height: 1.2;
	font-size: 18px;
	margin: 0 0 20px 0;
}
#recruit .pic {
	float: none;
	width: auto;
	margin: 0 0 50px 0;
}
#underpage .text {
	float: none;
	width: auto;
}
#underpage .text p {
	font-size: 13px;
	margin: 10px 0 20px 0;
}
}
#underpage .text p:last-child {
	margin: 0;
}
h3.title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #EEE;
	padding-bottom: 15px
}
h3.title span {
	font-size: 80%;
	display: block;
}
h3.subtitle {
	color: #2B3990;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
}
h3.subtitle2 {
	color: #2B3990;
	font-weight: bold;
	font-size: 20px;
}
h3.subtitle + ul {
	margin: 10px 0 20px 0;
}
h3.subtitle + ul.ten li {
	text-indent: -1.1em;
	padding-left: 1.1em;
}
@media only screen and (max-width:736px) {
h3.title {
	font-size: 16px;
}
h3.subtitle, h3.subtitle2 {
	font-size: 16px;
}
.text ul li {
	font-size: 13px;
}
}
/*===============================================*/
#manager p.more {
	margin: 50px 0 0 0 !important;
}
table.table {
	width: 100%;
	margin: 15px 0 25px 0;
}
table.table th, table.table td {
	text-align: left;
}
table.table th {
	width: 130px;
}
@media only screen and (max-width:736px) {
table.table th, table.table td {
	font-size: 13px;
}
table.table th {
	width: 100px;
}
}
ul.list li {
	overflow: hidden;
	clear: both;
	border-bottom: 1px dashed #CCC;
	padding: 7px 0;
}
ul.list li dl dt {
	float: left;
	clear: left;
	width: 13%;
}
ul.list li dl dd {
	float: left;
	width: 87%;
}
@media only screen and (max-width:736px) {
ul.list li dl dt {
	width: 20%;
}
ul.list li dl dd {
	width: 80%;
}
}
ul.graph-list {
	margin: 25px 0 0 0;
	overflow: hidden;
	clear: both;
}
ul.graph-list li {
	width: 30%;
	margin: 0 5% 5% 0 !important;
	float: left;
	padding: 0 !important;
}
ul.graph-list li h4 {
	font-weight: bold;
	text-align: center;
}
ul.graph-list li:nth-child(3), ul.graph-list li:nth-child(5) {
	margin-right: 0 !important;
}
ul.graph-list li:nth-child(4) {
	width: 47.5%;
	margin-bottom: 0 !important;
}
ul.graph-list li:nth-child(5) {
	width: 47.5%;
	margin-bottom: 0 !important;
}
.pic-bk1 {
	background: url(../img/background/program.jpg) no-repeat center top fixed;
	padding: 50px;
	margin-top: -50px;
	margin-bottom: 50px;
}
.pic-bk1 section {
	background: rgba(255,255,255,.8);
	padding: 50px;
}
#access iframe {
	width: 100%;
	height: 400px;
}
#access {
	margin-bottom: 50px !important;
}
@media only screen and (max-width:736px) {
.pic-bk1 {
	background: url(../img/background/program.jpg) no-repeat center top scroll;
	background-size: auto 100%;
	padding: 15px;
}
.pic-bk1 section {
	padding: 20px !important;
}
#access iframe {
	width: 100%;
	height: 250px;
}
}
.badge {
	display: none;
}
 @media only screen and (max-width:736px) {
.text-scroll {
	height: 250px;
	overflow: scroll;
	position: relative;
}
.badge {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: -25px 0 0 -25px;
	text-align: center;
	z-index: 9999;
	max-width: 50px
}
.badge img {
	max-width: 25px;
}
}
/*================================*/
.three-list.under-ver {
	position: relative;
	top: 25px;
	padding-bottom: 25px;
}
 @media only screen and (max-width:736px) {
.three-list.under-ver ul {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	display: block;
	flex-wrap: inherit !important;
}
.three-list.under-ver ul li {
	flex: 0 !important;
	margin: 0 0 5% 0;
	float: none;
	width: auto
}
.three-list.under-ver ul li p.more2 {
	margin: 0 70px !important;
}
}
.three-list.under-ver:before, .three-list.under-ver:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.three-list.under-ver ul li .text {
	width: auto !important;
	float: none !important;
}
.no-ma {
	margin-bottom: 0 !important;
}
.no-ma2 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.table-wrap {
	max-width: 1200px;
	margin: 50px auto;
}
table.table-recruit {
	border: 1px solid #CCC;
	border-bottom: none;
	width: 100%;
}
table.table-recruit th, table.table-recruit td {
	border-bottom: 1px solid #CCC;
	padding: 20px;
}
table.table-recruit th {
	background: #2B3990;
	color: #FFF;
}
.three-list ul li a.active:after {
	content: "Now Viewing";
	font-family: 'Rock Salt', cursive !important;
	position: absolute;
	top: 20px;
	left: 20px;
	transform: rotate(-20deg);
	animation: rock 1s ease-in-out 1s forwards;
	border-bottom: 1px solid #CCC;
	z-index: 99;
}
ul.faq-list:first-child {
	margin-bottom: 100px;
}
ul.faq-list li {
	margin-bottom: 20px;
}
ul.faq-list li dl dt {
	color: #333;
	font-weight: bold;
	text-indent: -1.8em;
	padding-left: 1.8em;
}
ul.faq-list li dl dt i {
	font-size: 80%;
}
ul.faq-list li dl dt span {
	font-size: 120%;
	margin: 0 10px 0 0;
	color: #2B3990;
}
ul.faq-list li dl dd {
	text-indent: -1.8em;
	padding-left: 1.8em;
}
ul.faq-list li dl dd span {
	color: #F00;
	font-weight: bold;
	font-size: 120%;
	margin: 0 10px 0 0;
}
@media only screen and (max-width:736px) {
.no-ma2 {
	padding-top: 20px !important;
}
ul.faq-list:first-child {
	margin-bottom: 50px;
}
.table-wrap {
	margin: 0 20px;
}
table.table-recruit th, table.table-recruit td {
	font-size: 13px;
	padding: 10px;
}
}
/*==========================================================================*/
#contact-page {
	max-width: 1200px;
	margin: 0 auto 100px auto;
}
#contact-page table th, #contact-page table td {
	padding: 20px;
	border-bottom: 1px solid #CCC;
}
#contact-page table th.last, #contact-page table td.last {
	padding-bottom: 0;
	border: none;
}
#contact-page table th {
	width: 200px;
}
@media only screen and (max-width:736px) {
#contact-page table th {
	width: auto;
	border-bottom: none;
	padding-bottom: 0;
}
#contact-page table th, #contact-page table td {
	display: block;
}
#contact-page table td {
	padding-top: 10px;
}
}
.contact_flow {
	clear: both;
	overflow: hidden;
	margin: 0 auto 30px auto;
}
.contact_flow > ul li {
	background: rgba(43,57,144,0.25);
	color: #fff;
	width: 31.2%;
	float: left;
	padding: 10px 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	margin-right: 3%;
	position: relative;
	text-align: center;
	margin-top: 25px;
}
.contact_flow > ul li:last-child {
	margin-right: 0;
}
.contact_flow > ul li:first-child::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid rgba(43,57,144,0.25);
	border-top: 21px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}
.contact_flow > ul li.active:first-child::after, .contact_flow > ul li.active:nth-child(2)::after {
	border-left: 20px solid rgba(43,57,144,0.5);
}
.contact_flow > ul li:nth-child(2)::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid #FFF;
	border-top: 21px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_flow > ul li:nth-child(2)::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid rgba(43,57,144,0.25);
	border-top: 21px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}
.contact_flow > ul li:last-child::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid #FFF;
	border-top: 21px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_flow > ul li.active {
	background: rgba(43,57,144,0.5);
	position: relative;
}
.contact_flow > ul li span {
	color: #7FAFD6;
	position: absolute;
	left: 0;
	top: -25px;
	font-weight: bold;
}
@media only screen and (max-width:736px) {
.contact_flow > ul {
	display: flex;
}
.contact_flow > ul li {
	width: 33.3333%;
	margin: 0;
	font-size: 12px;
}
.contact_flow > ul li {
	font-size: 12px;
	padding: 10px 0;
}
.contact_flow > ul li span {
	padding: 0 5px;
}
.contact_flow > ul li:nth-child(2)::before, .contact_flow > ul li:last-child::before {
	display: none;
}
.contact_flow > ul li:nth-child(2)::after, .contact_flow > ul li:first-child::after {
	border-top: 19px solid transparent;
}
.contact_flow > ul li:nth-child(2)::after {
	right: 0;
}
.contact_flow > ul li.active::after {
	right: 0;
	display: none;
}
.contact_flow li:nth-child(2)::after, .contact_flow li:first-child::after {
	display: none;
}
}
.must_contact {
	color: #C00 !important;
	font-weight: bold;
	font-size: 14px;
}
@media only screen and (max-width:736px) {
.must_contact {
	font-size: 12px;
}
}
.req {
	float: right;
	background: rgba(204,0,0,0.5);
	font-size: 80%;
	padding: 0 5px;
	color: #FFF;
}
input[type=text] {
	width: 100%;
	background: #EEE;
	border: none;
	padding: 10px;
	box-sizing: border-box;
}
textarea {
	width: 100%;
	height: 300px;
	background: #EEE;
	border: none;
	padding: 10px;
	box-sizing: border-box;
}
.form_btn_area {
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
	clear: both;
}
.form_back_btn {
	margin: 25px 0 0 0 !important;
	padding: 0 !important;
}
.form_back_btn a {
	background: none;
	padding: 25px 10px;
	color: #999;
}
.form_back_btn:before {
	content: "<";
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.submit_btn2 {
	margin: 0 !important;
	padding: 0 !important;
}
input[type=file] {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	font-size: 14px;
}
.submit_btn2 input[type=submit] {
	background: rgba(43,57,144,1);
	color: #FFF;
	border: none;
	padding: 15px 70px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 18px;
}
@media only screen and (max-width:736px) {
.form_btn_area {
	text-align: center;
	margin: 25px auto 0 auto;
}
.submit_btn2 input[type=submit] {
	font-size: 16px;
}
}
.submit_btn2 input[type=submit]:hover {
	opacity: 0.7;
}
.back_to_top {
	margin: 50px 0 0 0;
}
.back_to_top:before {
	content: "<";
	font-family: Arial, Helvetica, sans-serif;
}
.submit_btn input[type=submit] {
	background: rgba(43,57,144,1);
	color: #FFF;
	border: none;
	padding: 15px 50px !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}
.submit_btn input[type=submit]:hover {
	opacity: 0.7;
}
.submit_btn {
	text-align: center;
	margin: 25px 0 0 0;
	font-weight: bold;
}
@media only screen and (max-width:736px) {
.submit_btn {
	text-align: center;
	margin: 25px auto 25px auto;
}
.submit_btn input[type=submit] {
	font-size: 16px;
}
.contact-table td input[type=text], .contact-table td textarea {
	font-size: 13px;
}
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#ccc;
}
::placeholder { /* Others */
 color:#ccc
}
.thanks h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
 @media only screen and (max-width:736px) {
.thanks h3 {
	font-size: 16px;
}
.thanks p {
	font-size: 13px;
}
.back_to_top a {
	font-size: 13px;
}
}
.kiyaku {
	overflow-y: scroll;
	height: 250px;
	border: 2px solid #EEE;
	padding: 20px;
	box-sizing: border-box;
}
.kiyaku h2 {
	margin: 20px 0 0 0;
	font-weight: bold;
}
@media only screen and (max-width:736px) {
.kiyaku {
	margin: 0 20px;
}
.kiyaku h2 {
	font-size: 14px;
}
.kiyaku p {
	font-size: 13px;
}
}
.checkwrap {
	text-align: center;
	margin: 20px 0 0 0;
}
@media only screen and (max-width:736px) {
.checkwrap {
	font-size: 13px;
}
}
ul.data-up-list li {
	margin-bottom: 10px;
}
ul.data-up-list + p {
	font-size: 80%;
}
/*===========================================*/
.interview-list ul:before, .interview-list ul:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.interview-list ul {
	max-width: 1200px;
	margin: 0 auto;
}
.interview-list ul li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}
.interview-list ul li a {
	display: block;
}
.interview-list ul li:nth-child(2n) {
	margin-right: 0;
}
.interview-list ul li h3 {
	color: #2B3990;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
}
.interview-list ul li p {
	text-align: center;
}
.interview-list ul li p span {
	position: relative;
}
.interview-list ul li p.more2 {
	width: 200px;
	margin: 10px auto 0 auto;	
	font-weight:bold !important;
}

.interview-list ul li p span:before {
	content: "";
	background: #CCC;
	width: 50px;
	height: 1px;
	display: block;
	position: absolute;
	left: -60px;
	top: 50%;
}
.interview-list ul li p span:after {
	content: "";
	background: #CCC;
	width: 50px;
	height: 1px;
	display: block;
	position: absolute;
	right: -60px;
	top: 50%;
}
 @media only screen and (max-width:736px) {
.interview-list ul li p span:before {
	content: "";
	width: 30px;
	left: -40px;
}
.interview-list ul li p span:after {
	content: "";
	width: 30px;
	right: -40px;
}
.interview-list ul {
	margin: 0 15px;
}
.interview-list ul li {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
}
.interview-list ul li p.more2 {
	width: 180px;
	font-size: 14px;
	padding: 7px !important;
}
.interview-list ul li h3 {
	font-size: 16px;
}
.interview-list ul li p {
	font-size: 14px;
}
}
h2.title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px 0;
}
@media only screen and (max-width:736px) {
h2.title {
	font-size: 18px;
}
}
.interview-list.under-ver:before, .interview-list.under-ver:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.interview-list.under-ver ul {
	margin: 35px 0 0 0;
}
.interview-list.under-ver ul li {
	width: 32% !important;
	margin-right: 2%;
	position: relative;
}
.interview-list.under-ver ul li i {
	font-family: 'Rock Salt', cursive !important;
	position: absolute;
	top: 0;
	left: -10px;
	transform: rotate(-20deg);
	animation: rock 1s ease-in-out 1s forwards;
	border-bottom: 1px solid #CCC;
	z-index: 99;
	font-size: 12px;
}
.interview-list.under-ver ul li:nth-child(3) {
	margin-right: 2% !important;
}
.interview-list.under-ver ul li:last-child {
	margin-right: 0 !important;
}
.interview-list.under-ver ul li h3 {
	font-size: 16px;
}
.interview-list.under-ver ul li p.more2 {
	padding: 5px !important;
}
.interview-list.under-ver ul li.active {
	display: none;
}
 @media only screen and (max-width:736px) {
.interview-list.under-ver ul li i {
	font-family: 'Rock Salt', cursive !important;
	position: absolute;
	top: 10px;
	left: 0;
	transform: rotate(-20deg);
	animation: rock 1s ease-in-out 1s forwards;
	border-bottom: 1px solid #CCC;
	z-index: 99;
	font-size: 10px;
}
.interview-list.under-ver {
	margin-right: -15px;
}
.interview-list.under-ver ul {
	margin: 10px 0 0 0;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	display: flex;
	flex-wrap: inherit !important;
}
.interview-list.under-ver ul li {
	flex: 0 0 70% !important;
	padding-right: 15px;
}
}
ul.two-list li:first-child {
	margin-bottom: 4%;
}
