@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1200px) {
  body {
    max-width: 1200px;
  }
  .pc_block_ex {
    display: none;
  }
}

/* 1025
  =================================================================
  ================================================================ */
@media screen and (max-width: 1025px) {
/* header・メニュー
  ====================================================================== */
.pc_header {
    display: none;
}
.sp_header {
    display: block;
    background: rgb(255 255 255 / 85%);
    height: 54px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
	#sp_logo {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    height: 54px;
    box-sizing: border-box;
}
#sp_logo img {
    height: 38px;
    width: auto;
    margin: 0 10px;
}
  .sp_mail_btn {
    width: 55px;
    position: absolute;
    right: 80px;
    top: 15px;
  }
  .sp_mail_btn img {
    max-width: 100%;
    height: auto;
  }
.cp_cont {
    display: flex;
    overflow: hidden;
    z-index: 99999;
    background: #fff;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}
  .cp_cont *,
  .cp_cont *:before,
  .cp_cont *:after {
    padding: 0;
    margin: 0;
  }
  .cp_cont a {
    text-decoration: none;
    color: inherit;
  }
  .cp_offcm01 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    z-index: 99999;
  }
  /* menu */
  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 290px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    background-color: #1F286F;
    opacity: 1;
  }
  .cp_offcm01 .cp_menu ul.ff_ul {
    margin-top: 65px;
    padding: 0;
    padding-bottom: 100px;
  }
  .cp_offcm01 .cp_menu li.pshm_title {
    padding: 35px 20px 13px;
    color: #fff;
    font-size: 22px;
    height: 33px;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio {
    display: none;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio:checked + ul.sf_ul {
    max-height: 9999px;
    transition: max-height 1s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li a {
    padding: 10px 15px 10px 45px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dashed #e6e6e6;
    background: #7891F0;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li:last-child a {
    border-bottom: none;
  }
  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    overflow-y: auto;
    -webkit-box-shadow: -20px 0px 9px 2px rgb(0 0 0 / 30%);
    -moz-box-shadow: -20px 0px 9px 2px rgb(0 0 0 / 30%);
    box-shadow: -20px 0px 9px 2px rgb(0 0 0 / 30%);

  }

  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
    position: relative;
    z-index: 999999;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    text-align: center;
    color: #fff;
    top: -5px;
    margin: 0 auto;
  }
  .cp_offcm01 #cp_toggle01 ~ label::before,
  .cp_offcm01 #cp_toggle01:checked ~ label::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 30px;
  }
  .cp_offcm01,
  .cp_offcm01 span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
.cp_offcm01 {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    padding: 18px 10px;
    background: #1F286F;
}
  .cp_offcm01 span {
    position: absolute;
    right: 0px;
    width: 100%;
    border-radius: 1px;
    height: 2px;
    background-color: #fff;
  }
  .cp_offcm01 span:nth-of-type(1) {
    top: 4px;
  }
  .cp_offcm01 span:nth-of-type(2) {
    top: 13px;
  }
  .cp_offcm01 span:nth-of-type(3) {
    bottom: 5px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    background-color: #fff;
    top: -5px;
    right: 0px;
}
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2) {
    opacity: 0;
    background-color: #000;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    background-color: #fff;
    bottom: -7px;
}
/*  下層ページ ===================== */
  .container {
    margin: 0 5%;
  }
  .recruit-banner-ul{
    margin: 0 5% 50px;
  }
.page-title {
    padding: 210px 0 100px;
    background-size: contain;
    background-position: center 150px;
}
}


/* 767
  =================================================================
  ================================================================ */
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    position: relative;
  }
  /* ==========================
共通パーツ
============================= */
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  
  .sp_br {
    display: block;
  }
  /* ==========================
table
============================= */
  /*table th,table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 5%;
	}
	*/
.dl-table {
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
.dl-table dt {
    width: 100%;
    text-align: center;
    padding: 15px 5%;
    box-sizing: border-box;
}
.dl-table dd {
    padding: 10px 0;
    background: #fff;
    width: auto;
}
/*  footer 
====================================================================== */
  .ft_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    max-width: 600px;
    margin: auto;
  }
  .ft_nav li:first-child {
    border-left: none;
}
  .tel-number a {
    color: #fff;
    text-decoration: none;
  }
  .p-address a {
    color: #ffffff;
  }
.ft_right {
    display: none;
}
.ft_name {
    font-size: 1.8rem;
}
#copyright {
    padding: 10px 2%;
}
/* 
固定ボタン
======================================================= */
footer {
    padding: 0;
}
.ft_inner {
    padding: 50px 5%;
    margin: auto;
}  
#copyright p {
    padding: 15px 5%;
    font-size: 1.0rem;
    display: block;
    justify-content: center;
}
/*  下層ページ
  ====================================================================== */
.mainvisual {
    padding: 0px 0 20px 0;
    margin: 0;
}
.page-title {
    font-size: 2.6rem;
    padding: 200px 0 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
見出し
============================= */
.contents-title {
    font-size: 2.0rem;
}
.contents-midashi {
    font-size: 2.0rem;
    font-weight: bold;
    color: #3A49AD;
}
.number-title {
    font-size: 2.0rem;
}
	
/*
button
============================= */
.anchor-box {
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
/* .page-link-contents 
============================= */
.page-link-list {
    width: 48%;
    height: 130px;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 80px 0 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.page-link-bnr {
    font-size: 1.6rem;
}
.page-link-contents {
    background: #368aec url(../img/about_bg.png)no-repeat;
    background-position: -195px bottom;
    background-size: cover;
    padding: 50px 0 200px;
}
.page-school-ul {
    flex-wrap: wrap;
}
.page-school-ul li {
    margin: 20px 0 0;
    width: 48%;
    font-size: 1.4rem;
}
/* .recruit-banner-contents 
============================= */
.recruit-banner-ul {
    margin: 50px auto ;
}
.recruit-banner-li {
    width: 90%;
    padding: 30px 5% 27px;
    font-size: 1.6rem;
    margin: 10px auto;
}
.recruit-banner-ul li:nth-child(1){
  width: 90%;
}
}
