
/*
Theme Name: 志成教育グループ株式会社
*/



@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #header {
    padding: 13px 0 5px;
  }
}

#header .logo {
  margin-left: 5%;
  margin-right: auto;
  width: 270px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #header .logo {
    width: 200px;
  }
}

#header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 150px;
}

@media screen and (max-width: 768px) {
  #header .header-nav {
    margin-right: 0;
  }
}

#header .header-nav .header-menu {
  margin-right: 20px;
  padding: 60px 0px;
}

#header .header-nav .header-menu:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #header .header-nav .header-menu {
    margin-right: 0;
    text-align: center;
    padding: 30px 0;
    z-index: 100;
  }
}

#header .header-nav .header-menu a {
  font-size: 14px;
  color: #544a47;
  z-index: 5;
}

#header .header-nav .header-menu-last {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 0;
  z-index: 2;
  padding: 0;
  background: #bb2b28;
}

#header .header-nav .header-menu-last:hover {
  -webkit-box-shadow: 0 0 20px rgba(33, 33, 33, 0.4);
          box-shadow: 0 0 20px rgba(33, 33, 33, 0.4);
  -webkit-text-decoration: solid;
          text-decoration: solid;
}

#header .header-nav .header-menu-last a {
  display: block;
  padding: 60px 25px;
  font-size: 16px;
  color: #f8fbf8;
}

.nav_btn, .nav_bg {
  display: none;
}

@media screen and (max-width: 768px) {
  #header .btn {
    display: none;
  }
  #header .header-nav {
    display: none;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    padding-top: 130px;
    width: 100%;
    height: 100vh;
    z-index: 31;
    top: 0;
    right: -1320px;
    background-color: #333;
    opacity: 0.8;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .nav_btn {
    width: 80px;
    height: 10%;
    z-index: 300;
    position: absolute;
    top: -6px;
    right: 115px;
    overflow: hidden;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #header .nav_btn {
    right: 60px;
  }
}

@media screen and (max-width: 768px) and (max-width: 400px) {
  #header .nav_btn {
    right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .nav_open {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .hamburger_line {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 22px;
    height: 3px;
    left: 28px;
    background-color: #333;
    position: absolute;
    border-radius: 30%;
  }
  .black_bg {
    background-color: #000;
  }
  .hamburger_line1 {
    top: 24px;
  }
  .hamburger_line2 {
    top: 35px;
  }
  .hamburger_line3 {
    top: 46px;
  }
  .nav_bg {
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 30;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #666;
    cursor: pointer;
    position: fixed;
  }
  .nav_open #header .header-nav {
    right: 0;
    display: block;
  }
  .nav_open .nav_bg {
    opacity: 0.2;
    visibility: visible;
    z-index: 30;
  }
  .nav_open .hamburger_line:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav_open .hamburger_line:nth-child(2) {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  .nav_open .hamburger_line:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav_btn, .nav_bg {
    display: block;
  }
  .header-menu a {
    color: #fff !important;
  }
  .header-menu-last {
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    z-index: 2;
    padding: 0;
    background: #bb2b28;
  }
  .header-menu-last a {
    display: block;
    padding: 40px 20px;
    font-size: 14px;
    color: #f8fbf8;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-menu-last a {
    padding: 5px;
  }
}

.top {
  background-image: url(./img/top_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 54%;
  position: relative;
}

.top-inner {
  position: absolute;
  bottom: 12%;
  left: 5%;
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 665px) {
  .top-inner {
    left: 2%;
  }
}

@media screen and (max-width: 840px) {
  .top-inner {
    font-size: 25px;
  }
}

@media screen and (max-width: 665px) {
  .top-inner {
    font-size: 18px;
  }
}

@media screen and (max-width: 476px) {
  .top-inner {
    font-size: 12px;
  }
}

.top-inner span {
  display: inline-block;
  padding-left: 10px;
  background: #bb2b28;
}

@media screen and (max-width: 665px) {
  .top-inner span {
    padding-left: 5px;
  }
}

.top-inner .second {
  display: inline-block;
  padding-left: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 665px) {
  .top-inner .second {
    margin-left: 10px;
    padding-left: 5px;
  }
}

.top-school {
  background-image: url(./img/school-main_02.png);
  position: initial;
padding-top: 32%; 
}

.top-recruit {
  background-image: url(./img/top-recruit.png);
  position: initial;
	padding-top: 32%;
}

.top-education {
  background-image: url(./img/home-education-main.png);
  position: initial;
  padding-top: 32%;
}

.top-privacy {
  background-image: url(./img/privacy.jpg);
  position: initial;
padding-top: 32%; 
}

.top-contact {
  background-image: url(./img/contact.jpg);
  position: initial;
padding-top: 32%; 
}

.top-about {
  background-image: url(./img/about.jpg);
  position: initial;
padding-top: 32%; 
}

.management {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 976px) {
  .management {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}

.management .management-left {
  width: 42%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

@media screen and (max-width: 976px) {
  .management .management-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    font-size: 0;
  }
}

.management .management-left img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.management .management-right {
  width: 58%;
  background-color: #f0efef;
}

@media screen and (max-width: 976px) {
  .management .management-right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.management .management-right-inner {
  width: 76%;
  margin: 0 auto;
}

@media screen and (max-width: 976px) {
  .management .management-right-inner {
    width: 95%;
  }
}

.management .management-right-inner .discription {
  padding: 20px 0;
  font-size: 15px;
}

@media screen and (max-width: 900px) {
  .management .management-right-inner .discription {
    font-size: 14px;
  }
}

.management .management-right-inner .btn {
  display: block;
  width: 45%;
  margin: 0 auto 20px;
  padding: 10px 0;
  text-align: center;
  background: #bb2b28;
  color: #f8fbf8;
  font-size: 16px;
}

@media screen and (max-width: 976px) {
  .management .management-right-inner .btn {
    width: 60%;
  }
}

.management .management-right-inner-second {
  width: 75%;
}

@media screen and (max-width: 976px) {
  .management .management-right-inner-second {
    width: 95%;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
}

@media screen and (max-width: 769px) {
  .gallery {
    display: block;
    margin-top: 50px;
  }
}

.gallery-left {
  margin-right: 10px;
}

@media screen and (max-width: 769px) {
  .gallery-left {
    margin: 0 auto;
  }
}

@media screen and (max-width: 769px) {
  .gallery-left img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 260px;
  }
}

.gallery-right .gallery-right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 769px) {
  .gallery-right .gallery-right-inner {
    display: block;
  }
}

.gallery-right .gallery-right-inner .gallery-collection {
  margin-right: 10px;
}

@media screen and (max-width: 769px) {
  .gallery-right .gallery-right-inner .gallery-collection {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery-right .gallery-right-inner .gallery-third {
  margin-top: auto;
}

@media screen and (max-width: 769px) {
  .gallery-right .gallery-right-inner .gallery-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery-right .gallery-right-inner-second .gallery-image {
  width: 50%;
  display: -ms-flexbox;
  margin-right: 10px;
}

@media screen and (max-width: 769px) {
  .gallery-right .gallery-right-inner-second .gallery-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.gallery-right .gallery-right-inner-second .gallery-image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-right .gallery-right-inner-second .gallery-catch {
  background: #dddbda;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

@media screen and (max-width: 769px) {
  .gallery-right .gallery-right-inner-second .gallery-catch {
    display: none;
  }
}

.gallery-right .gallery-right-inner-second .gallery-catch p {
  text-align: center;
  width: 100%;
  color: #544a47;
  font-size: 15px;
}

@media screen and (max-width: 769px) {
  .gallery-right .gallery-right-inner-second .gallery-catch p {
    font-size: 14px;
  }
}

.gallery-right .gallery-right-inner-second .gallery-catch p span {
  color: #bb2b28;
}

@media screen and (max-width: 769px) {
  .gallery-sp-inner {
    background: #dddbda;
  }
  .gallery-sp-inner p {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    color: #544a47;
    font-size: 15px;
  }
}

@media screen and (max-width: 769px) and (max-width: 769px) {
  .gallery-sp-inner p {
    font-size: 14px;
  }
}

@media screen and (max-width: 769px) {
  .gallery-sp-inner p span {
    color: #bb2b28;
  }
}

.gallery-sp {
  line-height: 0;
  font-size: 0;
}

.gallery-sp .gallery-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-sp .gallery-flex .gallery-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
}

.gallery-sp .gallery-flex .gallery-big .gallery-sp-first {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}

@media screen and (max-width: 500px) {
  .gallery-sp .gallery-flex .gallery-big .gallery-sp-first {
    height: 200px;
  }
}

.gallery-sp .gallery-flex .gallery-big .gallery-sp-second {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}

@media screen and (max-width: 500px) {
  .gallery-sp .gallery-flex .gallery-big .gallery-sp-second {
    height: 190px;
  }
}

.gallery-sp .gallery-flex .gallery-small {
  width: 45%;
}

.gallery-sp .gallery-flex .gallery-small .gallery-sp-first {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}

@media screen and (max-width: 500px) {
  .gallery-sp .gallery-flex .gallery-small .gallery-sp-first {
    height: 200px;
  }
}

.gallery-sp .gallery-flex .gallery-small .gallery-sp-second {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}

@media screen and (max-width: 500px) {
  .gallery-sp .gallery-flex .gallery-small .gallery-sp-second {
    height: 190px;
  }
}

.gallery-sp .gallery-max {
  width: 100%;
}


.gallery-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .gallery-second {
    display: block;
    margin: 0;
  }
}

.gallery-second img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-second .gallery-information {
  background-image: url(./img/gallery6_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 57%;
  padding-top: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 769px) {
  .gallery-second .gallery-information {
    width: 100%;
    height: 80px;
  }
}

.gallery-second .gallery-information .job {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-second .gallery-information .job a {
  display: block;
  padding: 40px;
  color: #ffffff;
  font-size: 20px;
}

@media screen and (max-width: 1300px) {
  .gallery-second .gallery-information .job a {
    padding: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .gallery-second .gallery-information .job a {
    padding: 15px;
  }
}

@media screen and (max-width: 769px) {
  .gallery-second .gallery-information .job a {
    padding: 40px;
  }
}

@media screen and (max-width: 400px) {
  .gallery-second .gallery-information .job a {
    padding: 20px;
  }
}

.gallery-second .gallery-information .company {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-second .gallery-information .company a {
  display: block;
  padding: 40px;
  color: #ffffff;
  font-size: 20px;
}

@media screen and (max-width: 1300px) {
  .gallery-second .gallery-information .company a {
    padding: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .gallery-second .gallery-information .company a {
    padding: 15px;
  }
}

@media screen and (max-width: 769px) {
  .gallery-second .gallery-information .company a {
    padding: 40px;
  }
}

@media screen and (max-width: 400px) {
  .gallery-second .gallery-information .company a {
    padding: 20px;
  }
}

.gallery-second .gallery-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-second .gallery-flex .gallery-flex-first {
  width: 55%;
}

.gallery-second .gallery-flex .gallery-flex-second {
  width: 45%;
}

.gallery-second .gallery-flex img {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 769px) {
  .gallery-second .gallery-information-pc {
    display: none;
  }
}

.gallery-second .gallery-collection {
  margin: 0 10px;
}

@media screen and (max-width: 769px) {
  .gallery-collection-third {
    width: 43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}

.footer {
  margin-top: 200px;
  background: #a9a4a3;
}
.footer div.copy{
	text-align:center;
	font-size:12px;
	background:#544A48;
	color:#bcadad;;
	padding:5px 0 0;
	}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 50px;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  max-width:1200px; 
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 880px) {
  .footer-inner {
    display: block;
    width: 90%;
  }
}

.footer-inner .footer-left {
  margin-right: auto;
}

@media screen and (max-width: 880px) {
  .footer-inner .footer-left .footer-left-top {
    text-align: center;
  }
}

.footer-inner .footer-left .footer-left-top img {
  width: 270px;
  vertical-align: middle;
}

.footer-inner .footer-left .btn {
  display: block;
  width: 240px;
  background-color: #bb2b28;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
}

@media screen and (max-width: 880px) {
  .footer-inner .footer-left .btn {
    margin: 40px auto;
  }
}

.footer-inner .footer-right .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 880px) {
  .footer-inner .footer-right .footer-nav {
    display: block;
    margin: 0 auto;
  }
}

.footer-inner .footer-right .footer-nav .footer-menu {
  margin-right: 20px;
}

.footer-inner .footer-right .footer-nav .footer-menu:hover {
  text-decoration: underline;
}

@media screen and (max-width: 880px) {
  .footer-inner .footer-right .footer-nav .footer-menu {
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer-inner .footer-right .footer-nav .footer-menu:last-child {
  margin-right: 0;
}

.footer-inner .footer-right .footer-nav .footer-menu a {
  font-size: 14px;
  color: #f8fbf8;
}

.footer-inner .footer-right .footer-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
}

@media screen and (max-width: 880px) {
  .footer-inner .footer-right .footer-right-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
  }
}

.footer-inner .footer-right .footer-right-bottom p {
  text-align: center;
  font-size: 12px;
  color: #f8fbf8;
}

.breadcrumb__list {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #544a47;
}

.breadcrumb__list li {
  display: inline-block;
}

.breadcrumb__list li a {
  font-size: 13px;
  font-weight: normal;
  color: #544a47;
}

.breadcrumb__list li:before {
  content: "＞";
}

.breadcrumb__list li:first-child:before {
  content: "";
}

.h2-business {
  background-position: left 35% top 50%;
  background-image: url(./img/school-icon_03.png);
  background-size: contain;
  font-size: 32px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .h2-business {
    margin-top: 50px;
    background-position: left 25% top 50%;
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  .h2-business {
    background-position: left 5% top 50%;
  }
}

.h2-business:after {
  content: none;
}

.h2-recruit {
  background-position: left 44% top 50%;
}

.h2-education {
  background-position: left 30% top 50%;
}

@media screen and (max-width: 500px) {
  .h2-education {
    font-size: 23px;
    background-position: left 5% top 50%;
  }
}

.title-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 25%;
  font-size: 18px;
  color: #544a47;
  font-weight: normal;
}

@media screen and (max-width: 1300px) {
  .title-border {
    width: 28%;
  }
}

@media screen and (max-width: 768px) {
  .title-border {
    width: 65%;
    font-size: 16px;
  }
}

.title-border:after, .title-border:before {
  border-top: 2px solid #544a47;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.title-border:before {
  margin-right: 1rem;
}

.title-border:after {
  margin-left: 1rem;
}

.lower-top {
  margin-top: 60px;
  text-align: center;
  font-size: 15px;
  color: #544a47;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .lower-top {
    font-size: 14px;
    margin-top: 40px;
  }
}

.lower-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px auto 180px;
}

@media screen and (max-width: 1080px) {
  .lower-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto;
  }
}

.lower-box .lower-image {
  width: 48%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

@media screen and (max-width: 1080px) {
  .lower-box .lower-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
  }
}

.lower-box .lower-image img {
  display: -webkit-box;
  display: -ms-flexbox;
  object-fit:cover;

}

@media screen and (max-width: 1080px) {
  .lower-box .lower-image img {
    display: block;
  }
}

.lower-box .lower-discription {
  width: 55%;
}

@media screen and (max-width: 1080px) {
  .lower-box .lower-discription {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.lower-box .lower-discription-inner {
  width: 76%;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .lower-box .lower-discription-inner {
    width: 100%;
  }
}

.lower-box .lower-discription-inner .lower-box-top {
  display: inline-block;
  padding: 15px 50px;
  margin-top: 50px;
  background-color: #bb2b28;
  font-size: 22px;
  color: #ffffff;
}

@media screen and (max-width: 1300px) {
  .lower-box .lower-discription-inner .lower-box-top {
    display: block;
    text-align: center;
    padding: 15px 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lower-box .lower-discription-inner .lower-box-top {
    display: block;
    text-align: center;
    font-size: 16px;
  }
}

.lower-box .lower-discription-inner p {
  margin-top: 50px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .lower-box .lower-discription-inner p {
    margin-top: 20px;
    font-size: 14px;
  }
}

.lower-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .lower-info-wrap {
    display: block;
  }
}

.lower-info-wrap .info-box {
  width: 30%;
  position: relative;
}

.lower-info-wrap .info-box:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .lower-info-wrap .info-box {
    width: 70%;
    margin: 0 auto;
  }
}

.lower-info-wrap .info-box a {
  color: #fff;
}

.lower-info-wrap .info-box a p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lower-info-wrap .info-box a p {
    font-size: 22px;
  }
}

.recruit-table {
  width: 51%;
  margin: 100px auto 150px;
  border-collapse: separate;
  border-spacing: 2px 3px;
}

@media screen and (max-width: 769px) {
  .recruit-table {
    width: 95%;
    margin: 50px auto;
  }
}

.recruit-table th {
  width: 28%;
  padding: 30px 0;
  background-color: #dd9593;
  border-radius: 10px;
  vertical-align: middle;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}

  .recruit-table td ul{
  padding-right:10px;
  }
  .recruit-table td ul li{
  margin-left:1em;
  text-indent:-1em;
 }

@media screen and (max-width: 769px) {
  .recruit-table th {
    font-size: 18px;
  }
}

.recruit-table td {
  background: #f5dfde;
  padding: 30px 0 30px 20px;
  border-radius: 10px;
  vertical-align: middle;
  font-size: 18px;
  color: #544a47;
  position: relative;
}

.recruit-table td:after {
  content: "";
  position: absolute;
  left: -25px;
  top: 43%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #dd9593;
  background-color: #dd9593;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 5px;
}

@media screen and (max-width: 769px) {
  .recruit-table td:after {
    width: 18px;
    height: 18px;
    left: -13px;
  }
}

@media screen and (max-width: 769px) {
  .recruit-table td {
    padding: 30px 0 30px 15px;
    font-size: 14px;
  }
}

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

@media screen and (max-width: 769px) {
  .lower-box  {
    padding: 30px 0 30px 15px;
    font-size: 14px;
  }
}

/*-----------------プライバシー---------------------------*/



 div.privacypolicy {
    font-size: 15px; 
    margin: 100px auto 180px;
    }
div.privacypolicy h3{
	margin: 25px auto 10px;
	color:#544a47;
	}
div.privacypolicy div.profile{
	padding:10px;
	border:solid #999 1px;
	width:96%;
	box-sizing:border-box;
	max-width:860px;
	margin: 30px auto 0px;
	}
/*=============================================================
会社概要
============================================================*/
ul.company{
	max-width:960px;
    margin: 100px auto 180px;
	}
ul.company li{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border:1px #eef5ff solid;
	border-bottom:none;
	background:#fff;
	}
	
ul.company  li dt{
	text-align:center;
	font-weight:bold;
	width:30%;
	padding:15px;
	box-sizing:border-box;
	border-right:1px #ddd solid;
	background:#DD9593;
	color:#fff;
	}

ul.company  li dd{
	width:70%;
	padding:15px;
	box-sizing:border-box;
	border-bottom:1px #eee solid;
	}
	
ul.company dd div{
	font-weight:bold;
	}
ul.company dd a.tel{
	display:inline;
	font-size:100%;
	text-decoration:none;
	text-align:left;
	}
ul.company dd span{
	font-size:80%;
	}
	

@media screen and (max-width:768px) {
	
ul.company  li{
	width:100%;
	display: block;
	border:1px #eef5ff solid;
	border-bottom:none;
	background:#fff;
	}
	
ul.company li dt{
	text-align:center;
	font-weight:bold;
	width:100%;
	padding:5px 15px 5px;
	box-sizing:border-box;
	background:#DD9593;
	color:#fff;
	}
ul.company li dd{
	width:100%;
	padding:15px;
	box-sizing:border-box;
	border-bottom:1px #eee solid;
	}
ul.company dd span{
	font-size:100%;
	}
		}		
	
	
	    
    
@media screen and (max-width: 1080px) {
  div.privacypolicy {
	margin: 40px auto;
  }
}


@media screen and (max-width: 768px) {
  div.privacypolicy {
  	padding: 30px 0 30px 0px;
    font-size: 14px;
  }
}




/*共通部分*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.625;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 2.0;
}

.pc-area {
  display: block;
}

@media screen and (max-width: 769px) {
  .pc-area {
    display: none;
  }
}

.sp-area {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-area {
    display: block;
  }
}

.main-wrap {
  width: 87%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .main-wrap {
    width: 95%;
  }
}

h2 {
  text-align: center;
  background-image: url(./img/school-icon_03.jpg);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left 56px top 29px;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Noto Sans JP';
  color: #544a47;
  letter-spacing: 0.08em;
  padding: 50px 0 0;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 976px) {
  h2 {
    background-position: left 30% top 29px;
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    background-position: left 25% top 29px;
  }
}

.h2-second {
  background-position: left 10px top 29px;
}

@media screen and (max-width: 976px) {
  .h2-second {
    background-position: left 30% top 29px;
  }
}

@media screen and (max-width: 500px) {
  .h2-second {
    background-position: left 2% top 29px;
  }
}

h2:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 70px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #666666;
}

.management-lead {
  display: block;
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
  color: #544a47;
}

.btn:hover {
  -webkit-box-shadow: 0 0 10px rgba(33, 33, 33, 0.4);
          box-shadow: 0 0 10px rgba(33, 33, 33, 0.4);
}

/*共通部分ここまで*/
