@charset "utf-8";
/* CSS Document */

/*共通*/
body {
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  position: relative;
}
body.stop {
    height: 100vh;
    overflow: hidden;
}
.main {
    line-height: 1.7;
	position: relative;
}
.text-wrap {
  display: inline-block;
}
.container {
  max-width: 1024px;
  margin: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.pc_block {
  display: block;
}
.sp_block {
  display: none;
}
.responsive-nav{
  display: none;
}
.bold{
	font-weight:bold;
}
.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.m-text {
    margin: 1em 0;
}

.sp_br {
  display: none;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
/* ==========================
フォント
============================= */


/* ==========================
アニメーション
============================= */
.fade{
    opacity: 0;
    transform: translateY(100px);
    transition: ease-out 0.5s;
}
.fade.scrollin{
    opacity: 1;
    transform:translateY(0);
}
.fade.left{
    opacity: 0;
    transform: translateX(-600px);
    transition: ease-in-out 1s;
}
.fade.left.scrollin{
    opacity: 1;
    transform:translateX(0);
}
.fade_list li{
    opacity: 0;
    transform: translateY(100px);
    transition: ease-out 0.5s;
}
.fade_list.scrollin li{
    opacity: 1;
    transform:translateY(0);
}
.fade_list li:nth-child(1){
    transition-delay: 0ms;
}
.fade_list li:nth-child(2){
    transition-delay: 150ms;
}
.fade_list li:nth-child(3){
    transition-delay: 300ms;
}
.fade_list li:nth-child(4){
    transition-delay: 450ms;
}
.fade_list li:nth-child(5){
    transition-delay: 600ms;
}
.fade_list li:nth-child(6){
    transition-delay: 750ms;
}
/* ==========================
header
============================= */
.sp_header {
    display: none;
}
.pc_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgb(255 255 255 / 75%);
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 -80px 0;
    position: relative;
    z-index: 999;
    align-items: baseline;
}
.header_r {
    width: 100%;
    background: rgb(255 255 255 / 50%);
    display: flex;
    position: fixed;
}
.header_l {
    position: fixed;
    right: 0;
}
.hd_contents ,.hd_block {
    display: flex;
    justify-content: flex-end;
}
.hd_logo {
    margin: 15px 20px;
}
.hd_logo img {
    max-width: 276px;
}
.hd_menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}
.hd_menu a {
    color: #1F286F;
    font-weight: bold;
}
.hd_menu li{
    padding: 20px;
    padding: 12px;
    border-right: solid 1px #fff;
    flex-grow: 1;
    text-align: center;
}
.hd_menu li:last-of-type {
    border-right: none;
}
.hd_block a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.hd_block li {
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding: 8px 0;
    width: 100px;
    box-sizing: border-box;
    letter-spacing: -1px;
    position: relative;
}
.hd_block li:nth-child(1){
	background: #1F286F;
}
.hd_block li:nth-child(2){
	background: #3A49AD;
}
.hd_block li:nth-child(3){
	background: #5165D0;
}
.hd_block li:nth-child(4){
	background: #7891F0;
}
.hd_block li:hover {
    opacity: 0.6;
}
.hd_block img {
    display: block;
    margin: auto;
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 0;
    left: 0;
}
/* 共有部分
======================================================= */
/*　====　メインビジュアル　====　*/
.mainvisual {
    background: url("../img/mv-about-bg.png")no-repeat center bottom;
    background-size: cover;
    position: relative;
}
.page-title {
    font-size: 3.0rem;
    font-weight: bold;
    color: #3A49AD;
    text-align: center;
    padding: 170px 0 120px;
}
/* page-pankuzu
==================================*/
.page-pankuzu {
    text-align: center;
    padding: 0px 0 30px;
    margin: 0 auto 30px;
    font-size: 1.4rem;
}
.page-pankuzu ol {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.page-pankuzu li {
  display: flex;
  margin-right: 5px;
  line-height: 1.6em;
  color: #3A49AD;
  text-align: left;
}
.page-pankuzu li a {
  color: #3A49AD;
}
.page-pankuzu li:after {
    content: "";
    color: #3A49AD;
    width: 7px;
    height: 7px;
    border-top: #5165D0 1px solid;
    border-right: #5165D0 1px solid;
    transform: rotate( 45deg );
    margin: 7px 5px 0px 0;
}
.page-pankuzu li.pankuzu-last:after {
  content: none;
}
.page-pankuzu a {
  margin-right: 5px;
  text-decoration: underline;
}
li.pankuzu-last {
  margin-right: 0;
}
/*
背景
============================= */
.blue-bg {
    background: transparent linear-gradient(
180deg, #FFFFFF 0%, #E4F4FD 100%) 0% 0% no-repeat padding-box;
    padding: 0 0 50px;
}
.blue-box {
    background: #fff;
    padding: 40px 5%;
    box-shadow: 0px 0px 10px #1f286f40;
    margin: 1em 0 50px 0;
}
/*
見出し
============================= */
.contents-title {
    font-size: 2.8rem;
}
.contents-midashi {
    font-size: 2.2rem;
    font-weight: bold;
    color: #3A49AD;
}
.number-title {
    color: #3A49AD;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 1em 0;
}
.number-title span {
    color: #fff;
    background: #3A49AD;
    padding: 2px 10px 0;
    margin: 0 10px 0 0;
}

/*
.button
============================= */
.button-view {
    max-width: 200px;
    margin: 20px auto 0;
}
.round_arrow {
    position: relative;
    background: #5165d0;
    padding: 5px 30px 5px 20px;
    max-width: 200px;
    color: #fff;
    text-align: center;
}
.button-arrow {
    margin: 20px auto 0;
}
.button-arrow .round_arrow {
    width: 250px;
    max-width: inherit;
    box-sizing: border-box;
}
.round_arrow::before {
    content: "";
    position: absolute;
    margin: auto;
    top: -1px;
    bottom: 0;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
}
.round_arrow::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -1px;
    bottom: 0;
    right: 27px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #5165d0;
    border-right: 3px solid #5165d0;
    transform: rotate(45deg);
}

.button-pdf .round_arrow {
    border: solid 3px #1F286F;
    position: relative;
    background: #fff;
    padding: 15px 30px 15px 20px;
    max-width: 294px;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}
.button-pdf .round_arrow::before {
    background: #1F286F;
}
.button-pdf .round_arrow::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
.button-pdf .pdf {
    background: #EB4237;
    color: #fff;
    padding: 0 5px;
    margin: 0 6px 0 0;
}

.anchor-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.button-anchor {
}
.button-anchor .round_arrow {
    padding: 5px 10px 5px 10px;
    width: 230px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin: 0px auto 20px;
}
.button-anchor .round_arrow::before {
    top: -1px;
    bottom: 0;
    right: 10px;
    width: 15px;
    height: 15px;
}
.button-anchor .round_arrow::after {
    top: -3px;
    bottom: 0;
    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #5165d0;
    border-right: 2px solid #5165d0;
    transform: rotate(135deg);
}
/* .page-link-contents 
============================= */
.page-link-contents {
    background: url(../img/about_bg.png)no-repeat bottom left;
    background-size: cover;
    padding: 10vh 0 30vh;
}
.page-link-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-link-list {
    width: 30%;
    margin: 0 0 20px;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
    padding: 150px 0 10px 0;
    position: relative;
}
.page-link-list:nth-child(1) {
    background: url("../img/link-bg01.png")no-repeat center center;
    background-size: cover;
}
.page-link-list:nth-child(2) {
    background: url("../img/link-bg02.png")no-repeat center center;
    background-size: cover;
}
.page-link-list:nth-child(3) {
    background: url("../img/link-bg03.png")no-repeat center center;
    background-size: cover;
}
.page-link-list:nth-child(4) {
    background: url("../img/link-bg04.png")no-repeat center center;
    background-size: cover;
}
.page-link-list:nth-child(5) {
    background: url("../img/link-bg05.png")no-repeat center center;
    background-size: cover;
}
.page-link-list:nth-child(6) {
    background: url("../img/link-bg06.png")no-repeat center center;
    background-size: cover;
}
.page-link-list  a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page-link-list a:hover {
    background: rgb(20 47 93 / 70%);
}
.page-link-bnr {
    font-size: 2.0rem;
    color: #fff;
    background: #1F286F;
    padding: 20px 5%;
    text-align: center;
    position: relative;
}
.page-link-bnr a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.page-link-bnr:hover {
    background: #4469a8;
}
.page-school-contents {
    background: #1F286F;
    padding: 60px 5% ;
}
.page-school-ul {
    display: flex;
    justify-content: space-around;
}
.page-school-ul li {
    text-align: center;
    color: #fff;
    margin: 20px 7px;
}
.page-school-ul li img {
    display: inline-block;
    margin: 0 auto 11px;
}
/* .recruit-banner-contents 
============================= */
.recruit-banner-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 70px;
    /* gap: 20px; */
}
.recruit-banner-li {
    width: 48%;
    margin: 20px auto;
    padding: 30px 20px 27px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    position: relative;
}
.recruit-banner-li a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.recruit_text--end{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  width: 90%;
  margin: auto;
}
.recruit-banner-li a:hover {
    background: rgb(20 47 93 / 70%);
}
.recruit-banner-li img {
    margin: 0 15px 0 0;
}

/*採用ボタン（3つの時）*/
.recruit-banner-ul li:nth-child(1){
	background: url("../img/bnr-bg02.png")no-repeat;
	background-size: cover;
  width: 55%;
}
.recruit-banner-ul li:nth-child(2){
	background: url("../img/bnr-bg05.png")no-repeat;
	background-size: cover;
}
.recruit-banner-ul li:nth-child(3){
	background: url("../img/bnr-bg06.png")no-repeat;
	background-size: cover;
}

/*採用ボタン（2つの時）*/
/*.recruit-banner-ul li:nth-child(1){
	background: url("../img/bnr-bg05.png")no-repeat;
	background-size: cover;
}*/
/*.recruit-banner-ul li:nth-child(2){
	background: url("../img/bnr-bg06.png")no-repeat;
	background-size: cover;
}*/


/* ====================================================
category色のみ
======================================================= */
.category.info {
    background: #3A49AD;
}
.category.sakae-senior {
    background: #F66013;
}
.category.sakae-junior {
    background: #F66013;
}
.category.sakaehigash-senior {
    background: #94196B;
}
.category.sakaehigash-junior {
    background: #94196B;
}
.category.hiu {
    background: #E83820;
}
.category.hanasakitokuharu {
    background: #55AA00;
}
.category.sakaekita {
    background: #C4D700;
}
.category.satoe {
    background: #EB6EA5;
}
.category.saijidai {
    background: #004EA2;
}
/* ====================================================
front_buttom 固定ボタン
======================================================= */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  opacity: 0.6;
  border-radius: 50%;
  right: 3%;
  z-index: 40;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    border: 3px solid #f6f6f6;
    border-radius: 50%;
    background: #1f286f;
}
#page_top a::before {
      content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    right: 18px;
    width: 10px;
    height: 10px;
    border-top: #fff 3px solid;
    border-right: #fff 3px solid;
    transform: rotate( -45deg );
}
/* ====================================================
footer
======================================================= */
#copyright img {
    margin: 2px 0 0;
}
#copyright a {
    display: inline-block;
}
div#back-top {
    width: 100px;
    text-align: center;
}
div#front_buttom img {
    width: 105px;
}
footer{
	padding: 60px 0 0;
	background:#fff;
	bottom: 0;
	position: relative;
	overflow: hidden;
}
.ft_inner {
    width: 95%;
    margin: auto;
}
.ft_main {
    display: flex;
    justify-content: space-around;
}
.ft_info a {
    display: inline-block;
}
.ft_info p {
    line-height: 26px;
}
.ft_name {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0px 0 20px;
}
.ft_left {
    width: 280px;
    margin: 0 50px 0 0;
}
.ft_right {
   width: auto;
    margin: 0 0 0 auto;
}
.ftR_inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 40px;
    justify-content: space-around;
}

.ftR_inner ul {
    padding: 0 0 0 20px;
    width: 180px;
    font-size: 1.3rem;
    line-height: 2em;
    margin: 0 0 0 20px;
}
.ftR_inner li.second {
    margin: 10px 0 0;
}
li.second {
    position: relative;
}
li.second a, li.third a{
    display: inline-block;
    align-items: center;
}
li.third {
    position: relative;
    left: 1.5em;
}
li.third:before ,li.second:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    margin-top: -0.3em;
    left: -1.1em;
    width: 5px;
    height: 5px;
    border-top: #1f286f 2px solid;
    border-right: #1f286f 2px solid;
    transform: rotate( 45deg );
}
#copyright {
    background:#1f286f;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 1.4rem;
}

/* ====================================================
table
======================================================= */
/*
table {
  width: 100%;
  border-top: 4px solid #FEAC00;
  background-color: #fff;
}
table tr {
  border-bottom: 1px solid #FEAC00;
}
table th,
table td {
  padding: 20px;
  border-right: 1px solid #fff;
  text-align: center;
}
table th:last-child,
table td:last-child {
  border-right: none;
}
thead th {
  background-color: #5da5d5;
  text-align: center;
  color: #fff;
}
thead th a,
thead th a:visited,
thead th a:link {
  color: #fff;
}*/
.dl-table {
    display: flex;
    border-top: solid 1px #161B59;
}
.dl-table dt {
    width: 20%;
    padding: 20px 30px;
    background: #D2D4E2;
    display: flex;
    align-items: center;
}
.dl-table dd {
    padding: 25px 0 25px 40px;
    background: #fff;
    width: 80%;
    box-sizing: border-box;
}
.dl-table:nth-last-child(1) {
    border-bottom: solid 1px #161B59;
}


@media print {
  body {
    zoom: 90%;
    width: 1200px;
    margin: auto;
  }
  div#back-top,
  p.ft_cata,
  p.ft_movie {
    display: none;
  }
  .hd_menu {
    position: relative;
}
.mainvisual {
    margin: 0;
}
}
@page {
  size: A4;
  margin: 5mm 5mm;
}

@media screen and (max-width: 767px){
    .recruit-banner-ul {
        flex-wrap: wrap;
    }
}
