@charset "UTF-8";
*, body {
  font-family: "メイリオ", sans-Serif;
}

html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 980px;
  }
}

img {
  vertical-align: bottom;
}

.main-wrapper {
  flex: 1 0 auto;
  width: 100%;
}
.main-wrapper.is-fixed {
  position: fixed;
  padding-bottom: 200px;
}

#wrapper-page-copy h1,
#wrapper-page-copy p,
#wrapper-page-copy h2 {
  width: 904px;
  margin: 0px auto 0px auto;
  padding: 0px 0;
  font-weight: normal;
  text-align: left;
}

#wrapper-logo .right li img {
  vertical-align: top;
}

#wrapper-footer {
  flex: 0 1 auto;
  width: 100%;
  margin-top: 50px;
}
#wrapper-footer.is-open {
  display: none;
}
@media screen and (min-width: 768px) {
  #wrapper-footer {
    margin-top: 30px;
  }
}

.totop {
  display: none;
}

#footer {
  position: relative;
}
@media screen and (min-width: 768px) {
  #footer .left {
    width: 110px;
  }
  #footer .left img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #footer .right {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-nav-main li:last-child {
    margin-right: 0;
  }
}
#footer .footer-totop {
  position: absolute;
  right: 20px;
  top: -40px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #footer .footer-totop {
    right: 0;
  }
}
#footer .footer-totop a {
  color: #185298;
}

.nav-local--heading {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 0;
  font-family: "游明朝", YuMincho;
  letter-spacing: -0.15em;
}

.page-category,
h3.page-category {
  color: #5A78B9;
  font-size: 18px;
  border-bottom: 4px solid #C9C9C9;
  position: relative;
  font-family: "游明朝", YuMincho;
}
.page-category::after,
h3.page-category::after {
  content: "";
  background-color: #5A78B9;
  height: 4px;
  width: 250px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.newtag {
  color: red;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.2em;
}
@media screen and (min-width: 768px) {
  .newtag {
    margin-left: 0.6em;
  }
}

#main h2.top-heading,
#main .top-heading {
  font-size: 16px;
  padding: 3px 26px;
  margin-bottom: 0;
  border-left: none;
  border-bottom: 2px solid #5A78B9;
}
#main h2.top-heading > h2,
#main .top-heading > h2 {
  border-left: none;
  padding: 0;
}
#main h2.top-heading.add-boder,
#main .top-heading.add-boder {
  border-top: solid 1px #E1E0E0;
  border-left: solid 1px #E1E0E0;
  border-right: solid 1px #E1E0E0;
}

#main .top-heading {
  display: flex;
  justify-content: space-between;
}
#main .top-heading .button {
  align-self: center;
  position: relative;
  padding-left: 1em;
}
#main .top-heading .button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 2px solid #5a78b9;
  border-bottom: 2px solid #5a78b9;
  display: block;
  transform: rotate(-45deg);
  width: 0.5em;
  height: 0.5em;
}

.top-nav-only-sp ul {
  border-top: 1px solid #c8d8df;
}
.top-nav-only-sp ul li {
  border-bottom: 1px solid #c8d8df;
  padding: 15px 2em 15px 10%;
}
.top-nav-only-sp ul li a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 2em;
}
.top-nav-only-sp ul li a:hover {
  text-decoration: underline;
}
.top-nav-only-sp ul li a::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  border-right: 2px solid #5A78B9;
  border-top: 2px solid #5A78B9;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .top-nav-only-sp {
    display: none;
  }
}

.top #main .news {
  height: 150px;
  padding-bottom: 0;
}
.top #main .news-inner {
  height: 116px;
}
@media screen and (min-width: 768px) {
  .top #main .news-inner {
    height: 108px;
  }
}
.top #main .news-inner li {
  display: flex;
  margin-bottom: 0.5em;
}
.top #main .news-inner .date {
  margin-right: 1em;
  flex: 0 0 6em;
}

.topics .content01 p {
  margin-top: 10px;
}
.topics-date {
  text-align: right;
  margin-bottom: 2em;
}
.topics #main .topics_list {
  list-style: none;
  margin-top: 1.5em;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .topics #main .topics_list {
    margin-left: 0;
    margin-right: 0;
  }
}
.topics #main .topics_list li {
  margin-top: 1em;
  display: flex;
}
.topics #main .topics_list li .date {
  flex: 0 0 6em;
  margin-right: 1em;
}
.topics #main .topics_list li .detail {
  flex: 0 1 auto;
}

.topics-images {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .topics-images {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.topics-images--item {
  box-sizing: border-box;
  margin-top: 10px;
}
.topics-images--item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics-images--item {
    margin-top: 0;
    width: 50%;
    padding: 10px;
  }
}

#main p.sub-title.sub-title-2019 {
  font-size: 24px;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.2;
  font-family: "游明朝", YuMincho;
}

.scrollable-wrap {
  width: 100%;
  overflow-x: auto;
}

.vehicle_list {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  border: 2px solid #5A78B9;
}
@media screen and (min-width: 768px) {
  .vehicle_list {
    width: 100%;
  }
}
.vehicle_list td, .vehicle_list th {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.25em;
}
@media screen and (min-width: 768px) {
  .vehicle_list td, .vehicle_list th {
    font-size: 20px;
  }
}
.vehicle_list td.kana, .vehicle_list th.kana {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .vehicle_list td.kana, .vehicle_list th.kana {
    font-size: 16px;
  }
}
.vehicle_list thead td, .vehicle_list thead th {
  border-bottom: 2px solid #5A78B9;
}
.vehicle_list thead th:last-of-type {
  border-left: 2px solid #5A78B9;
  background-color: #E1EAF7;
}
.vehicle_list tbody td {
  border: 1px solid #5A78B9;
}
.vehicle_list tbody td:last-of-type {
  border-left: 2px solid #5A78B9;
}
.vehicle_list tbody td:nth-child(even) {
  background-color: #E1EAF7;
}
.vehicle_list--total {
  margin-top: 1em;
  margin-left: auto;
  border: 2px solid #5A78B9;
  font-size: 16px;
  color: #000;
  height: 2.5em;
  max-width: 10em;
  vertical-align: middle;
  text-align: center;
  padding: 0 1em;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .vehicle_list--total {
    height: 2em;
    width: 6em;
  }
}
.vehicle_list--total span {
  font-size: 20px;
  color: #000;
}

.vehicle-images {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .vehicle-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

.vehicle-image {
  padding-top: 15px;
  box-sizing: border-box;
}
.vehicle-image img {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .vehicle-image {
    width: 50%;
    padding: 15px;
  }
}

.talent_certified {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-top: 15px;
  padding: 1.5em;
}
.talent_certified--wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .talent_certified--wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
    gap: 17px;
  }
}
.talent_certified .first {
  border-bottom: 1px solid #eee;
}
.talent_certified .title {
  text-align: center;
  background-color: #1EB8EF;
  color: #fff;
  padding: 0.5em 1.5em;
  font-size: 16px;
  font-weight: normal;
}
.talent_certified .text {
  margin-top: 1em;
  color: #000;
}
.talent_certified .number {
  padding: 1em;
  text-align: center;
}
.talent_certified .number span {
  line-height: 1;
  font-size: 50px;
  font-weight: bold;
}
.talent_certified--number {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.talent_certified--number img {
  flex: 0 0 20px;
  width: 20px;
  height: 49px;
}

.newgrads_list li > a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 2px;
  margin-bottom: 25px;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
.newgrads_list li > a:visited {
  text-decoration: none;
}
.newgrads_list li > a:hover {
  opacity: 0.8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.newgrads_list span {
  color: inherit;
}
.newgrads_list .inner {
  display: block;
  border: 4px solid #D6EAF0;
  padding: 15px;
}
@media screen and (min-width: 568px) {
  .newgrads_list .inner {
    display: flex;
  }
}
.newgrads_list .img {
  display: block;
}
@media screen and (min-width: 568px) {
  .newgrads_list .img {
    width: 226px;
  }
}
.newgrads_list .img img {
  width: 100%;
}
.newgrads_list--text {
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.newgrads_list .heading {
  color: #EC6C01;
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (min-width: 568px) {
  .newgrads_list .heading {
    min-height: 3.2em;
    margin-top: 0;
  }
}
.newgrads_list--prof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.newgrads_list--prof .year {
  border: 1px solid #0470B3;
  color: #0470B3;
  padding: 5px;
  border-radius: 3px;
  margin-right: 10px;
}
.newgrads_list--prof .name {
  font-size: 22px;
  color: #333;
}
.newgrads_list--prof .name .small {
  font-size: 14px;
  margin-left: 10px;
}
.newgrads_list--prof .roll {
  color: #333;
  font-size: 12px;
  margin-left: 10px;
  line-height: 1.2;
  margin-top: 1em;
}
.newgrads_list .button {
  display: inline-block;
  width: 11em;
  margin-left: auto;
  font-size: 13px;
  background-color: #0470B3;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  padding: 0.5em 0.7em;
  text-align: center;
  box-shadow: 0 2px 0 #ddd;
  margin-top: 10px;
}

#main .newgrads_message--title {
  color: #EC6C01;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #main .newgrads_message--title {
    font-size: 21px;
  }
}

.newgrads-schedule {
  overflow: hidden;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .newgrads-schedule {
    width: 590px;
    margin-left: 15px;
  }
}
.newgrads-schedule span {
  color: inherit;
}
.newgrads-schedule li {
  margin-left: -15px;
  margin-top: 25px;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media screen and (min-width: 768px) {
  .newgrads-schedule li {
    width: 590px;
    margin-left: -10px;
  }
}
.newgrads-schedule li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  height: 25px;
  border-left: 3px dotted #7FB7D9;
  bottom: -25px;
  left: 40px;
}
.newgrads-schedule .time {
  display: inline-block;
  background-color: #0470B3;
  color: #fff;
  padding: 0.5em 2em 0.5em 2em;
  transform: skewX(-20deg);
}
.newgrads-schedule .time .inner {
  display: inline-block;
  transform: skewX(20deg);
}
.newgrads-schedule .detail {
  background: #DAEAF4;
  align-self: stretch;
  padding: 0.5em 2em;
  transform: skewX(-20deg);
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .newgrads-schedule .detail {
    flex: 1 0 auto;
  }
}
.newgrads-schedule .detail .inner {
  display: inline-block;
  transform: skewX(20deg);
}

.recruit-message-detail .fig {
  float: none;
}
.recruit-message-detail .fig img {
  width: 100%;
}
@media screen and (min-width: 628px) {
  .recruit-message-detail .fig {
    float: right;
    margin: 0 0 20px 20px;
  }
  .recruit-message-detail .fig img {
    width: 300px;
  }
}

.map #main .content01 .left {
  overflow: visible;
}
.map #main .content01 .google-map {
  width: 100%;
}
.map #main .content01 .google-map iframe {
  width: 100%;
}

.profile #main dt {
  width: 130px;
}
.profile #main dd {
  padding-left: 20px;
}

.team #main .team-block {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .team #main .team-block {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .team #main .team-block--text {
    width: 330px;
    margin-right: 10px;
  }
}
.team #main .team-block--title {
  border-left: none;
  border-bottom: none;
  color: #666;
  font-family: "游明朝", YuMincho;
  position: relative;
  overflow: visible;
  height: auto;
  padding-left: 55px;
  padding-bottom: 10px;
}
.team #main .team-block--title::before {
  position: absolute;
  content: "";
  left: -5px;
  top: 7px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #EB634B;
  border-radius: 50%;
}
.team #main .team-block--title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 6px;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #EB634B;
}
.team #main .team-block--title__green::before, .team #main .team-block--title__green::after {
  background-color: #AAD06A;
}
.team #main .team-block--title__blue::before, .team #main .team-block--title__blue::after {
  background-color: #78A8D9;
}
.team #main .team-block--title__yellow::before, .team #main .team-block--title__yellow::after {
  background-color: #FCC93C;
}
.team #main .team-block--detail {
  padding-left: 55px;
}
.team #main .team-block--img {
  text-align: center;
}
.team #main .content01 p.renkei-text {
  margin-top: 30px;
}

.service #main .content01 .page-category {
  color: #5A78B9;
  font-size: 18px;
  border-bottom: 4px solid #C9C9C9;
  position: relative;
  font-family: "游明朝", YuMincho;
  background-image: none;
  height: auto;
  padding: 0.5em 0;
  max-width: 617px;
}
.service #main .content01 .page-category::after {
  content: "";
  background-color: #5A78B9;
  height: 4px;
  width: 40%;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.service #main .content01 p.jirei-p {
  margin-left: 15%;
}

.recruit-gallery-list {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .recruit-gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.recruit-gallery-list li {
  box-sizing: border-box;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .recruit-gallery-list li {
    padding: 15px 15px;
    width: 50%;
  }
}
.recruit-gallery-list li img {
  width: 100%;
  height: auto;
}

.recruit #main .btn-container a {
  display: block;
}
@media screen and (min-width: 568px) {
  .recruit #main .btn-container a {
    display: inline-block;
  }
}
.recruit #main .btn-container a:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 568px) {
  .recruit #main .btn-container a:not(:first-child) {
    margin-top: 0;
  }
}

/* custum */
.gmap-full iframe {
  width: 100%;
}

.g-nav-wrap {
  display: none;
}

.g-nav--logo {
  display: block;
  position: fixed;
  width: 240px;
  top: 10px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .g-nav--logo {
    display: none;
  }
}

.mean-container a.meanmenu-reveal {
  z-index: 100;
}
.mean-container .mean-bar {
  position: fixed;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.mean-container .mean-nav {
  font-size: 16px;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 120px);
  padding-bottom: 120px;
}
.mean-container .mean-nav ul li {
  font-size: 16px;
  width: 44%;
  margin: 0 3%;
  border-bottom: 1px dashed #ccc;
}
.mean-container .mean-nav ul li a {
  text-align: center;
  font-size: 16px;
  padding: 0.7em 10% 0.4em;
  margin: auto;
  width: 75%;
}
.mean-container .mean-nav ul li ul li a {
  padding: 0.4em 2em;
}
.mean-container .mean-nav ul li.g-nav--parent {
  width: 94%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.mean-container .mean-nav ul li.g-nav--parent:not(:first-of-type) {
  margin-top: 20px;
}
.mean-container .mean-nav ul .g-nav--tel {
  width: 100%;
}
.mean-container .mean-nav ul .g-nav--tel img {
  margin-right: 1em;
  margin-left: 0.2em;
}
.mean-container .mean-nav ul .g-nav--mail {
  width: 100%;
}
.mean-container .mean-nav ul .g-nav--mail img {
  margin-right: 0.6em;
}

.notfound #main p {
  padding-top: 1em;
}

.topics #main h2, .topics #main h3, .topics #main h4, .topics #main h5, .topics #main h6 {
  background: none;
  padding: 0;
  margin: 1em 0 0;
  border: none;
  font-weight: bold;
}
.topics #main h2 {
  font-size: 20px;
}
.topics #main h3 {
  font-size: 18px;
}
.topics #main h4 {
  font-size: 16px;
}
.topics #main em {
  font-style: italic;
}
.topics #main ul {
  margin-top: 1em;
  padding-left: 2em;
  list-style: disc;
}
.topics #main ol {
  margin-top: 1em;
  padding-left: 2em;
  list-style: decimal;
}
.topics #main .wp-block-quote {
  border-left: 4px solid #ddd;
  background-color: #eee;
  padding: 5px 10px 10px;
}
.topics #main .wp-block-gallery {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}
.topics #main .wp-block-image {
  margin-top: 20px;
  margin-bottom: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px;
}
.pagination > span,
.pagination a {
  box-sizing: border-box;
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #5A78B9;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}
.pagination > span > span,
.pagination a > span {
  display: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .pagination > span > span,
  .pagination a > span {
    display: inline;
  }
}
.pagination .pager { /* ページ番号 */
  width: 32px;
}
.pagination a:hover,
.pagination a:hover > span,
.pagination .current { /* ホバー時 & 現在のページ */
  color: #fff;
  border-color: #5A78B9;
  background-color: #5A78B9;
}
.pagination a:first-child {
  margin-left: 0;
}
.pagination a:last-child {
  margin-right: 0;
}
.pagination a.prev {
  margin-right: 3%;
}
.pagination a.next {
  margin-left: 3%;
}

.iso-img {
  display: inline-block;
}

.iso-txt {
  font-size: 10px;
  text-align: center;
  display: block;
}
/*# sourceMappingURL=styles_2019.css.map */