@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700); */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
body {
  -ms-overflow-x: hidden;
      overflow-x: hidden;
}
.disp-pc {
  display: block;
}
.disp-sp {
  display: none;
}
.asset-img-link {
  cursor: default;
  pointer-events: none;
}
.asset-img-link:hover img {
  opacity: 1;
}
.m-type1 {
  margin-top: 70px;
}
/*------------------------------------------
  header
------------------------------------------*/
.site-header {
  width: 80%;
  margin: 0 auto 20px;
  padding-top: 10px;
  color: #251e1c;
  position: relative;
  z-index: 102;
}
.site-header a {
  color: #251e1c;
}
.site-header .sitelogo {
  width: 100%;
  position: absolute;
  top: 10%;
  text-align: center;
}
.site-header .sitelogo img {
  width: 14%;
  max-width: 148px;
}
.site-header-in {
  position: relative;
}
.header-top {
  margin-bottom: 18px;
}
.header-top .hd-address {
  font-size: 10px;
  float: left;
}
.header-top .hd-description {
  font-size: 8px;
  float: right;
}
.header-info {
  margin-bottom: 10px;
}
.header-info .hd-address-sp {
  display: none;
}
.header-info .hd-logo {
  float: left;
  position: relative;
  z-index: 1;
}
.header-info .hd-logo a {
  display: block;
}
.header-info .hd-logo h1 {
  margin-bottom:0;
}
.header-info .hd-sns {
  float: right;
  position: relative;
  z-index: 1;
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  text-align: right;
}
.header-info .hd-sns li {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.2;
  font-size: 12px;
  margin-left: 8px;
}
.header-info .hd-sns li:nth-child(-n + 5) {
  aspect-ratio: 1/1;
}
.header-info .hd-sns li:nth-child(-n + 5) img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  vertical-align: middle;
}
.groval-nav {
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 14px;
}
.groval-nav .gnav {
  width: 39%;
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 3px solid #251e1c;
  border-bottom: 1px solid #251e1c;
}
.groval-nav .gnav.gnav01 {
  float: left;
}
.groval-nav .gnav.gnav02 {
  float: right;
}
.groval-nav .gnav-item {
  width: 33%;
  position: relative;
}
/* .groval-nav .gnav-item:hover .txt-en {
  display: none;
}
.groval-nav .gnav-item:hover .txt-ja {
  display: block;
} */
.groval-nav .gnav-item:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #251e1c;
  position: absolute;
  right: 0;
  top: 1.2em;
}
.groval-nav .gnav-item:first-child:before {
  content: "";
  width: 1px;
  height: 1em;
  background: #251e1c;
  position: absolute;
  left: 0;
  top: 1.2em;
}
.groval-nav .gnav-item:nth-child(2) {
  width: 34%;
}
.groval-nav a {
  display: block;
}
.groval-nav .gnav-link {
  text-align: center;
  padding: 1em 0;
}
.groval-nav .txt-ja {
  display: none;
  color: #900;
  font-weight: bold;
  font-size: 12px;
}
.groval-nav .gnav-child {
  display: none;
  z-index: 102;
  position: absolute;
  width: 155%;
  background: rgba(0, 0, 0, .6);
  /* background: rgba(153, 0, 0, .6); */
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.groval-nav .gnav-child a {
  color: #fff;
  font-size: 11px;
  padding: .5em 1.5em .5em .5em;
  position: relative;
}
.groval-nav .gnav-child a:hover {
  /* background: #900; */
  background: #000;
}
.groval-nav .gnav-child a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 5px;
}
/*------------------------------------------
  footer
------------------------------------------*/
.site-footer {
  width: 80%;
  margin: 0 auto 100px;
  border-top: 1px solid #999;
  padding: 20px 0;
}
.site-footer .copyright {
  text-align: right;
  font-size: 12px;
  clear: both;
}
.footer-info {
  float: left;
  width: 30%;
  max-width: 300px;
  border-right: 1px solid #666;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-info .ft-name {
  margin-bottom: 15px;
}
.footer-info .ft-name img {
  max-width: 100%;
}
.footer-info .ft-address {
  margin-bottom: 15px;
  font-size: 12px;
}
.footer-nav {
  float: left;
  width: 70%;
  font-size: 12px;
  padding: 15px 0 15px 30px;
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-nav ul {
  width: 24%;
}
.footer-nav ul:nth-child(2) {
  width: 32%;
}
.footer-nav ul:nth-child(3) {
  width: 20%;
}
.footer-nav li {
  padding-left: 0.9em;
  text-indent: -1em;
}
.footer-nav a {
  color: #666;
}
.footer-nav a:hover {
  color: #000;
}
.footer-nav a:before {
  content: "・";
}
.fix-menu {
  position: fixed;
  bottom: 20%;
  right: 0;
}
.fix_menu_item {
  margin-bottom: 5px;
}
.fix_menu_link {
  width: 145px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-radius: 10px 0 0 10px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: #d11477;
  background:    -moz-linear-gradient(top, #d11477 0%, #a40f6f 100%);
  background: -webkit-linear-gradient(top, #d11477 0%, #a40f6f 100%);
  background:         linear-gradient(to bottom, #d11477 0%, #a40f6f 100%);
  height: 60px;
}
.fix_menu_link:hover {
  opacity: .8;
}
.fix_menu_item:nth-child(3) .fix_menu_link,
.fix_menu_item:nth-child(4) .fix_menu_link {
  background: #15AFFF;
  background:    -moz-linear-gradient(top, #15AFFF 0%, #0060B9 100%);
  background: -webkit-linear-gradient(top, #15AFFF 0%, #0060B9 100%);
  background:         linear-gradient(to bottom, #15AFFF 0%, #0060B9 100%);
}
.fix_menu_item:nth-child(5) .fix_menu_link {
  background: #1c2b56;
}
.fix_menu_item:nth-child(6) {
  font-weight: 900;
  font-size: 16px;
}
.fix_menu_item:nth-child(6) .fix_menu_link span {
  font-size: 10px;
  display: contents;
  font-weight: 500;
}
.fix_menu_item:nth-child(6) .fix_menu_link,
.fix_menu_item:nth-child(7) .fix_menu_link {
  background: #fff;
  color: #1f1f1f;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%) inset;
}
.youtube_bnr {
    position: absolute;
    bottom: -150px;
    display: flex;
    align-items: center;
    background: #000;
    padding: 0px 15px;
    border-radius: 5px 0 0 5px;
    right: 0;
    width: 470px;
}
.youtube_thumbnail {
  margin-right: 1rem;
}
.youtube_thumbnail img {
  width: 200px;
}
.youtube_thumbnail span {
  width: initial;
  position: relative;
  right: initial;
  background: none;
  display: block;
}
.youtube-logo-wrap {
  margin-bottom: 10px;
}
.youtube-logo {
  height: 20px;
  object-fit: contain;
}

.youtube_txt_box {
  width: 100%;
}
.youtube_txt_box h3 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.youtube_txt_box h3 span {
  width: initial;
  position: relative;
  right: initial;
  background: none;
  display: block;
  color: #fff;
}
.youtube_txt_inner {
  padding: 5px;
  background: #1a1a1a;
}
.youtube_txt_inner h4 {
  color: #fff;
}
.youtube_txt_inner span {
  color: #fff;
  width: initial;
  font-size: 14px;
  position: relative;
  right: initial;
  background: none;
  display: inline-block;
}
.youtube_txt_inner span img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 5px;
}
/*------------------------------------------
  home
------------------------------------------*/
.BD-home .site-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.7);
  padding-bottom: 2%;
}
.BD-home .site-header-in {
  width: 80%;
  margin: auto;
}
.home-mainvisual-section {
  margin: 0;
}
.home-mainvisual-section .slick-dotted.slick-slider {
  margin: 0;
}
.home-mainvisual-section .slick-dots {
  bottom: 20px;
}
.home-mainvisual-section .slick-dots li button {
  bottom: 0;
  background: #fff;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.home-mainvisual-section .slick-dots li button:before {
  content: none;
}
.home-mainvisual-section .slick-dots li.slick-active button {
  background: #231815;
}
.home-mainvisual-section .slick-prev, .home-mainvisual-section .slick-next {
  top: auto;
  bottom: 0;
}
.home-mainvisual-section .slide-link {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
  text-align: center;
}
.home-mainvisual-section .slide-link a {
  display: inline-block;
  color: #fff;
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 15px;
  letter-spacing: .02em;
  border: 1px solid #fff;
  padding: .4em 40px .3em 70px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  position: relative;
}
.home-mainvisual-section .slide-link a:after {
  content: "";
  width: 22px;
  height: 14px;
  background: url(images/icon-arrow01.png) no-repeat;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -7px;
}
.home-mainvisual-section .slide-link a:hover {
  opacity: .7;
}
.home-news-section {
  color: #231815;
  position: absolute;
  width: 400px;
  top: 160px;
  left: 10px;
  background: rgba(255, 255, 255, .85);
  border-radius: 10px;
  overflow: hidden;
}
.home-news-section.pickup {
  top: 330px;
}
.home-news-section.insta {
  top: 500px;
}
.home-news-section .sec-inner {
  width: 97%;
  margin: 0 0 0 auto;
}
.home-news-section a {
  color: #231815;
}
.home-news-section .sec-title {
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.home-news-section .newslist {
  height: 8em;
  overflow: hidden;
}
.home-news-section .newslist a {
  display: inline-block;
  padding: .1em 0;
  font-size: 0.8rem;
}
.home-news-section .newslist .title {
  padding-left: 2em;
}
.home-topics-section {
  margin: 0;
}
.home-topics-section .topicslist li {
  float: left;
  width: 25%;
}
.home-topics-section .topicslist a {
  display: block;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  position: relative;
  font-size: 18px;
}
.home-topics-section .topicslist a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: .4s;
          transition: .4s;
}
.home-topics-section .topicslist a:hover:before {
  opacity: 0;
  -webkit-transition: .4s;
          transition: .4s;
}
.home-topics-section .topicslist .list-title {
  position: relative;
  padding: 1em;
}
.home-information-section {
  width: 80%;
  margin: auto;
  padding: 50px 0 30px;
  border-top: 1px solid #999;
}
.home-information-section .sec-title {
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-bottom: 1.5em;
}
.home-information-section .sec-title span {
  display: inline-block;
  border: 2px solid #000;
  color: #000;
  padding: 0.3em 0;
  width: 320px;
  border-radius: 30px;
}
.home-information-section .block-info ul {
  -webkit-justify-content: center;
          justify-content: center;
}
.home-information-section .block-info .list-btn {
  text-align: center;
}
.home-information-section .block-info .list-ttl {
  text-align: center;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 128%;
  margin: .8em 0;
}
.home-information-section .block-info .list-btn a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 0.3em 0;
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 20px;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: .3s;
          transition: .3s;
}
.home-information-section .block-info .list-text {
  color: #666;
  font-size:0.8rem;
}
.home-information-section .block-info .list-cap {
  color: #666;
  text-align: right;
}
.home-information-section .block-info-top {
  margin-bottom: 4%;
}
.home-information-section .block-info-top li {
  width: 40%;
  margin: 0 5%;
}
.home-information-section .block-info-top .list-btn a {
  background: #000;
  border: 2px solid #000;
}
.home-information-section .block-info-top .list-btn a:hover {
  background: #fff;
  color: #000;
}
.home-information-section .block-info-bottom .list-btn a {
  background: #898989;
  border: 2px solid #898989;
}
.home-information-section .block-info-bottom .list-btn a:hover {
  background: #fff;
  color: #898989;
}
.home-information-section .block-info-bottom li {
  width: 31%;
}
.home-information-section .block-info-bottom li:nth-child(3n+2) {
  margin: 0 3.5%;
}
.home-catch {
  color: #666;
  width: 80%;
  margin: auto;
  padding: 20px;
  border-top: 1px solid #999;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1350px) {
  .BD-home .site-header {
    width: 100%;
  }
  .home-catch {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .BD-home .site-header {
    position: static;
  }
  .BD-home .site-header-in {
    width: 92%;
  }
  .home-news-section {
    position: static;
  }
  .home-news-section .sec-inner {
    width: 90%;
  }
  .home-topics-section .topicslist li {
    width: 33%;
  }
  .home-topics-section .topicslist a {
    height: 18vw;
    font-size: 14px;
  }
  .home-catch {
    width: 92%;
  }
  .home-information-section {
    width: 92%;
  }
  .home-information-section .block-info {
    padding: 0;
  }
  .fix-menu {
    position: fixed;
    bottom: 12%;
    right: 0;
}
}
@media only screen and (max-width: 820px) {
  .fix-menu {
    bottom: 10%;
}
  .youtube_bnr {
    width: 375px;
    bottom: -110px;
}
}
@media only screen and (max-width: 640px) {
  .BD-home .site-header-in {
    width: 96%;
  }
  .home-mainvisual-section {
    margin: 0;
  }
  .home-mainvisual-section .slick-dotted.slick-slider {
    margin: 0;
  }
  .home-mainvisual-section .slick-dots {
    display: none !important;
  }
  .home-mainvisual-section .slick-prev, .home-mainvisual-section .slick-next {
    display: none !important;
  }
  .home-mainvisual-section .slide-link {
    bottom: 15px;
  }
  .home-mainvisual-section .slide-link a {
    font-size: 12px;
    padding: .4em 40px .3em 54px;
  }
  .home-mainvisual-section .slide-link a:after {
    width: 11px;
    height: 7px;
    margin-top: -3px;
    -webkit-background-size: 11px;
            background-size: 11px;
  }
  .home-news-section .sec-inner {
    width: 100%;
    /* width: 94%; */
    border-top: 1px solid #231815;
    padding: 1em 0;
    margin: 0 auto;
  }
  .home-news-section {
    width: 100%;
    position: relative;
  }
  .home-news-section .sec-title {
    text-align: center;
    font-size: 22px;
  }
  .home-news-section .newslist {
    height: 8em;
    position: relative;
  }
  .home-news-section .newslist .title {
    padding-left: 1em;
  }
  .home-topics-section .topicslist li {
    width: 100%;
  }
  .home-topics-section .topicslist li:nth-child(1), .home-topics-section .topicslist li:nth-child(2), .home-topics-section .topicslist li:nth-child(3), .home-topics-section .topicslist li:nth-child(4), .home-topics-section .topicslist li:nth-child(5), .home-topics-section .topicslist li:nth-child(6), .home-topics-section .topicslist li:nth-child(7), .home-topics-section .topicslist li:nth-child(8) {
    display: block;
  }
  .home-topics-section .topicslist a {
    height: 30vw;
    font-size: 12px;
    background-size: cover;
    background-position: center center;
  }
  .home-topics-section .topicslist .list-title {
    padding: .6em;
    font-size: .75rem;
  }
  .home-catch {
    width: 96%;
  }
  .home-catch {
    font-size: 12px;
    padding: 15px 10px;
  }
  .home-information-section .block-info li {
    width: 100%!important;
    margin: 0 0 4%!important;
  }
  .BD-home .site-header {
    padding-bottom:0;
  }
  .fix-menu {
    bottom: 66px;
}
  .youtube_bnr {
    width: 370px;
    bottom: -66px;
    border-radius: 0;
}
}
@media only screen and (max-width: 640px) {
  .home-topics-section .topicslist li {
    width:50%;
  }
}
/*------------------------------------------
  contents
------------------------------------------*/
.page-head {
  text-align: center;
  margin: 2em 0 3em;
}
.page-head .head-title {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.5em;
}
.page-head .head-description {
  color: #666666;
}
.page-visual {
  position: relative;
  margin: 0 0 2em;
  height: 100vh;
}
.page-logo {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: 5%;
}

video.movie,
.page-visual div.slider div.slick-track img {
  height: 100vh;
  object-fit: cover;
}


@media screen and (max-width: 1024px) {
  .page-visual {
    height: 50vh;
  }
  video.movie,
  .page-visual div.slider div.slick-track img {
    height: 50vh;
  }
}
@media screen and (max-width: 767px){
  .getjob-content .page-visual {
    height: 30vh;
  }
  .getjob-content .page-logo img{
    display: none;
  }
}

.BD-329 .site-header,
.BD-332 .site-header,
.BD-317 .site-header,
.BD-323 .site-header,
.BD-320 .site-header,
.BD-326 .site-header,
.BD-314 .site-header,
.BD-311 .site-header,
.BD-58 .site-header,
.BD-51 .site-header,
.BD-14262 .site-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(255,255,255,.4);*/
}
.BD-329 .site-header-in,
.BD-332 .site-header-in,
.BD-317 .site-header-in,
.BD-323 .site-header-in,
.BD-320 .site-header-in,
.BD-326 .site-header-in,
.BD-314 .site-header-in,
.BD-311 .site-header-in,
.BD-58 .site-header-in,
.BD-51 .site-header-in,
.BD-14262 .site-header-in {
  width: 80%;
  margin: auto;
}
.BD-329 .slide_area,
.BD-332 .slide_area,
.BD-317 .slide_area,
.BD-323 .slide_area,
.BD-320 .slide_area,
.BD-326 .slide_area,
.BD-314 .slide_area,
.BD-311 .slide_area,
.BD-58 .slide_area,
.BD-51 .slide_area,
.BD-14262 .slide_area {
  margin-top: 0;
}
.BD-329 .slick-dotted.slick-slider,
.BD-332 .slick-dotted.slick-slider,
.BD-317 .slick-dotted.slick-slider,
.BD-323 .slick-dotted.slick-slider,
.BD-320 .slick-dotted.slick-slider,
.BD-326 .slick-dotted.slick-slider,
.BD-314 .slick-dotted.slick-slider,
.BD-311 .slick-dotted.slick-slider,
.BD-58 .slick-dotted.slick-slider,
.BD-51 .slick-dotted.slick-slider,
.BD-14262 .slick-dotted.slick-slider {
  margin-top: 0;
}
.BD-329 .breadcrumbs,
.BD-332 .breadcrumbs,
.BD-317 .breadcrumbs,
.BD-323 .breadcrumbs,
.BD-320 .breadcrumbs,
.BD-326 .breadcrumbs,
.BD-314 .breadcrumbs,
.BD-311 .breadcrumbs,
.BD-58 .breadcrumbs,
.BD-51 .breadcrumbs,
.BD-14262 .breadcrumbs {
  position: absolute;
  top: 190px;
  left: 10%;
  width: 80%;
  margin-top: 0;
  z-index: 1;
}
.breadcrumbs {
  margin-top: 1.5em;
}
.BD-329 .fix-menu .menu04,
.BD-332 .fix-menu .menu04,
.BD-317 .fix-menu .menu04,
.BD-323 .fix-menu .menu04,
.BD-320 .fix-menu .menu04,
.BD-326 .fix-menu .menu04,
.BD-314 .fix-menu .menu04,
.BD-311 .fix-menu .menu04 {
  display: none;
}
@media only screen and (max-width: 1024px) {
.BD-329 .site-header,
.BD-332 .site-header,
.BD-317 .site-header,
.BD-323 .site-header,
.BD-320 .site-header,
.BD-326 .site-header,
.BD-314 .site-header,
.BD-311 .site-header,
.BD-58 .site-header,
.BD-51 .site-header,
.BD-14262 .site-header {
  position: static;
}
.BD-329 .site-header-in,
.BD-332 .site-header-in,
.BD-317 .site-header-in,
.BD-323 .site-header-in,
.BD-320 .site-header-in,
.BD-326 .site-header-in,
.BD-314 .site-header-in,
.BD-311 .site-header-in,
.BD-58 .site-header-in,
.BD-51 .site-header-in,
.BD-14262 .site-header-in {
  width: 92%;
}
.BD-329 .breadcrumbs,
.BD-332 .breadcrumbs,
.BD-317 .breadcrumbs,
.BD-323 .breadcrumbs,
.BD-320 .breadcrumbs,
.BD-326 .breadcrumbs,
.BD-314 .breadcrumbs,
.BD-311 .breadcrumbs,
.BD-58 .breadcrumbs,
.BD-51 .breadcrumbs,
.BD-14262 .breadcrumbs {
  position: static;
  width: 85%;
  margin: 0 auto 2em;
}
}
@media only screen and (max-width: 640px) {
.page-logo {
  max-width: 50%;
  bottom: 15%;
  left: 10px;
}
.BD-329 .site-header-in,
.BD-332 .site-header-in,
.BD-317 .site-header-in,
.BD-323 .site-header-in,
.BD-320 .site-header-in,
.BD-326 .site-header-in,
.BD-314 .site-header-in,
.BD-311 .site-header-in,
.BD-58 .site-header-in,
.BD-51 .site-header-in,
.BD-14262 .site-header-in {
  width: 96%;
}
}
/*------------------------------------------
  オープンカレッジ
------------------------------------------*/
.content-open_college section {
  /*border-bottom: 1px solid #979797;*/
  /*padding-bottom: 2em;*/
}
.content-open_college .inner section div.w90 {
  width: 90%;
  margin: 0 auto;
}
.inner div.w90 .oc_title{
  text-align:center;
}
.content-open_college .slide_area {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.content-open_college section.page-visual {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.content-open_college section h1 {
  text-align: center;
  padding-top: 1em;
  font-weight: bold;
}
.content-open_college section h2 {
  text-align: center;
  padding-top: 1em;
  font-weight: bold;
  /*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;*/
  /* font-size: 1.5em; */
  margin-bottom: 1em;
}
.content-open_college section p {
  color: #666;
}
.content-open_college div.movie_area {
  margin: 0;
  height: auto;
}
.content-open_college .events img,
.content-open_college .worksshop img {
  max-width: 100%;
  height: auto;
}
.content-open_college .events .link,
.getjob-content .section02 .box-left .link {
  margin-top: 2em;
  text-align: center;
}
.content-open_college .events .link a,
.getjob-content .section02 .box-left .link a {
  display: block;
  background: #000;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #000;
  padding: 0.6em 0;
  -webkit-transition: .3s;
          transition: .3s;
}
.content-open_college .events .link a:hover,
.getjob-content .section02 .box-left .link a:hover {
  background: #fff;
  color: #000;
}
.content-open_college .events .flex_box >div {
  margin-bottom: 2em;
}
.content-open_college .events .flex_box h2 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.content-open_college .entry {
  text-align: center;
}
.content-open_college .entry .btn {
  height: auto;
  margin-bottom: 1.5em;
}
.content-open_college .entry .btn a {
  color: #fff;
  display: block;
  padding: 1em 0;
  font-size: 120%;
}
.content-open_college .entry .btn a:hover {
  color: #000;
}
.content-open_college .calendarlist {
  overflow: hidden;
}
.content-open_college .c-box {
  float: left;
  /*width: 40%;*/
  width: 48%;
}
.content-open_college .c-box01 {
  width: 20%;
  font-size: 120%;
}
.content-open_college .c-box02 p {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  line-height: 1.1;
  /*font-size: 100px;*/
  /*color: #000;*/
  font-size: 180px;
  color: #fff;
}
.content-open_college .c-box02 .month {
  margin-right: 5px;
}
.content-open_college .c-box02 .day {
  color: #fff;
  padding-top: 20px;
}
.content-open_college .c-box02 .day span {
  display: inline-block;
  /*background: #ff3399;*/
  /*padding: 20px 10px 10px;*/
  position: relative;
  /*border-radius: 10px 10px 0 0 / 10px 10px 0 0;*/
  /*border: 1px solid #000;*/
  /*color: #000;*/
  background: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.content-open_college .c-box02 .day span:before,
.content-open_college .c-box02 .day span:after {
  /*content: "";*/
  content: none;
  position: absolute;
  width: 26px;
  height: 44px;
  background: #ff3399;
  border: 1px solid #000;
  top: -15px;
  border-radius: 5px;
}
.content-open_college .c-box02 .day span:before {
  left: 20px;
}
.content-open_college .c-box02 .day span:after {
  right: 20px;
}
.content-open_college .c-box03 .ai1ec-pull-left {
  display: none;
}
.content-open_college .c-box03 .ai1ec-pull-right {
  display: none;
}
.content-open_college .c-box03 .ai1ec-calendar-toolbar {
  display: none;
}
.content-open_college .c-box03 .ai1ec-month-view th {
  /*background: #fff!important;
  color: #000!important;*/
  background: none !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .content-open_college .c-box03 .ai1ec-month-view th {
    color: #9e9e9e !important;
  }
}
.content-open_college .c-box03 table.ai1ec-month-view {
  border: none!important;
}
.content-open_college .c-box03 .ai1ec-month-view td.ai1ec-empty {
  /*background: #efefef!important;*/
  background: none !important;
}
.content-open_college .c-box03 .ai1ec-month-view .ai1ec-day-stretcher {
  height: auto;
}
.content-open_college .c-box03 .ai1ec-month-view .ai1ec-date {
  text-align: center;
  color: #fff;
  /*background: #000;*/
  text-shadow: none;
  padding: 1.2em 0 2em;
  font-size: 14px;
  background: none !important;
}
.content-open_college .c-box03 .ai1ec-month-view .ai1ec-today .ai1ec-date {
  background: #9ab8cf;
}
.content-open_college .c-box03 .timely a {
  /*color: #000;*/
  color: #fff !important;
}
.content-open_college .c-box03 .ai1ec-event {
  display: none;
}
.content-open_college .c-box03 .ai1ec-pagination a {
  /*color: #000!important;*/
  color: #fff!important;
}
.content-open_college .c-box03 p {
  text-align:right;
}
.content-open_college .c-box03 p span {
  color: #ff3399;
}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 640px) {
.content-open_college .worksshop .focal {
  width: 48%;
  margin-bottom: 4%;
}
.content-open_college .events .flex_box >div {
  width: 100%;
}
.content-open_college .c-box {
  float: none;
  width: 100%!important;
  margin-bottom: 1em;
}
}
/*------------------------------------------
  question
------------------------------------------*/
.BD-question #content header {
  margin-bottom: 4%;
}
.post-question .txt-lead {
  margin-bottom: 4%;
  margin-top: 4%;
}
.post-question h3#comments {
  display: none;
}
.post-question .commentlist li {
  list-style: none;
}
.post-question .commentlist > li {
  border: 1px solid #ccc;
  margin-bottom: 2em;
  padding: 1.5em;
}
.post-question .commentlist > li > .comment-body {
  padding-bottom: 1.5em;
}
.post-question .commentlist > li > .children {
  background: #f4f4f4;
}
.post-question .children .comment-body {
  padding: 1.5em;
  border-bottom: 1px solid #ccc;
}
.post-question .children .comment-body:last-child {
  border-bottom: none;
}
.post-question .comment-reply-title {
    font-weight: 500;
    font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
    font-size: 1.5em;
    margin-bottom: .5em;
}
.post-question .comment-notes {}
.post-question .required {
  color: red;
}
.post-question input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  height: 26px;
}
.post-question .comment-form-url {
  display: none;
}
.post-question .comment-respond p {
  padding-bottom: 15px;
}
.post-question .form-submit {
  text-align: center;
}
.post-question .form-submit input {
  display: inline-block;
  width: 300px;
  font-size: 1.2em;
}
/*------------------------------------------
  pickup log
------------------------------------------*/
.pickup-content .pickuplist ul {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.pickup-content .pickuplist li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.pickup-content .pickuplist li:nth-child(4n) {
  margin-right: 0;
}
.pickup-content .pickuplist a {
  display: block;
  padding: 1em;
}
.pickup-content .pickuplist .list-thumb {
  margin-bottom: 1em;
}
.pickup-content .pickuplist .list-thumb img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .site-header {
    width: 92%;
  }
  .site-header .sitelogo {
    position: static;
    display: table-cell;
    vertical-align: bottom;
    width: 34%;
    text-align: center;
  }
  .site-header .sitelogo img {
    width: 100%;
    max-width: 110px;
  }
  .header-top {
    margin-bottom: 6px;
  }
  .header-top .hd-address {
    display: none;
  }
  .header-top .hd-description {
    float: none;
    text-align: center;
  }
  .header-info {
    display: table;
    width: 100%;
  }
  .header-info .hd-address-sp {
    display: block;
    font-size: 8px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .header-info .hd-logo, .header-info .hd-sns {
    width: 33%;
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }
  .header-info .hd-sns li:last-child {
    margin-top: 10px;
  }
  .scroll-btn {
    margin: 8px auto;
  }
  .scroll-btn .scr-btn {
    position: relative;
  }
  .scroll-btn .scr-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
  }
  .scroll-btn .scr-prev {
    float: left;
    padding-left: 20px;
  }
  .scroll-btn .scr-prev:before {
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 14px 8px 0;
    border-color: transparent #221714 transparent transparent;
  }
  .scroll-btn .scr-next {
    float: right;
    padding-right: 20px;
  }
  .scroll-btn .scr-next:before {
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #221714;
  }
  .groval-nav {
    border-top: 2px solid #251e1c;
    border-bottom: 1px solid #251e1c;
  }
  .groval-nav .gnav {
    width: 50%;
    border: none;
  }
  .groval-nav .gnav-item:first-child:before {
    content: none;
  }
  .groval-nav .gnav01 .gnav-item:first-child:before {
    content: "";
  }
  .groval-nav .gnav-child {
    right: 0;
  }
.pickup-content .pickuplist li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pickup-content .pickuplist li:nth-child(4n) {
  margin-right: 2%;
}
.pickup-content .pickuplist li:nth-child(3n) {
  margin-right: 0;
}
}
@media only screen and (max-width: 640px) {
.pickup-content .pickuplist li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.pickup-content .pickuplist li:nth-child(3n) {
  margin-right: 4%;
}
.pickup-content .pickuplist li:nth-child(2n) {
  margin-right: 0;
}
.pickup-content .pickuplist a {
  padding: 0.5em;
}
}
/*------------------------------------------
  course top
------------------------------------------*/
.page-coursetop .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
/*------------------------------------------
  fees
------------------------------------------*/
.fees-content .box_title {
  width: 25%;
}
.fees-content .box_contents {
  width: 70%;
}
.fees-content table {
  width: 100%;
  margin: .5em 0;
}
.fees-content .table01 td {
    background: #656767;
    line-height: 2.5em;
    text-align: center;
    width: 16%;
    border-left: 3px solid #fff;
    color: #fff;
}
.fees-content .table02 {
    border: solid 2px #979797;
    color: #666767;
}
.fees-content .table02 th {
    line-height: 2.5em;
    padding-left: 1.5em;
}
.fees-content .table02 td {
    border-left: solid 2px #979797;
    width: 16%;
    text-align: center;
    vertical-align: middle;
}
.fees-content .table02 td:last-child {
  background: #9f2d24;
  color: #fff;
}
.fees-content ul {
  margin: 1.5em 0;
}
@media only screen and (max-width: 959px) {
.fees-content .box_title {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.fees-content .box_contents {
  width: 100%;
}
}
/*------------------------------------------
  getjob
------------------------------------------*/
.getjob-content .section01 li {
  width: 46%;
  margin: 0 2% 4%;
}
.getjob-content .section01 li .ttl {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 115%;
  font-weight: bold;
}
.getjob-content .section01 .job-img {
  text-align: center;
}
.getjob-content .section01 .job-img img {
  height: auto;
}
.getjob-content .section02 {
  padding: 2em 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.getjob-content .section02 .box-left {
  width: 60%;
}
.getjob-content .section02 .box-left li {
  margin-bottom: 4%;
}
.getjob-content .section02 .box-left li:last-child {
  margin-bottom: 0;
}
.getjob-content .section02 .box-left .ttl {
  margin-bottom: 0.5em;
  font-size: 115%;
  font-weight: bold;
}
.getjob-content .section02 .box-right {
  width: 35%;
}
.getjob-content .section02 .box-right .image,
.getjob-content .section02 .box-right .text {
  display: inline-block;
  vertical-align: bottom;
  font-size: 11px;
}
.getjob-content .section02 .box-right li {
  margin-bottom: 2%;
}
.getjob-content .section02 .box-right li:last-child {
  margin-bottom: 0;
}
.getjob-content .section03 li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 1%;
  text-align: center;
  margin-bottom: 4%;
}
.getjob-content .section03 li .text {
  margin-top: .6em;
  font-size: 11px;
}
.getjob-content .section04 {
  background: #c9caca;
  padding: 1em;
}
.getjob-content .section04 .list {
  width: 25%;
  box-sizing: border-box;
  padding: 0 1%;
  color: #fff;
  font-size: 12px;
}
.getjob-content h1 {text-align: center; font-weight: bold;}
.getjob-content h2 {text-align: center; font-weight: bold; font-size: 1.5em; margin-bottom: 1em;}
.getjob-content section div.w90 {
  width: 90%;
  margin:0 auto;
}
@media only screen and (max-width: 640px) {
  .site-header {
    width: 96%;
    margin-bottom: 10px;
  }
  .site-header .sitelogo img {
    max-width: 86px;
  }
  .header-info .hd-address-sp {
    margin-bottom: 6px;
  }
  .header-info .hd-logo .logo01 img {
    width: 50px;
  }
  .header-info .hd-logo .logo02 img {
    width: 100px;
  }
  .header-info .hd-sns li {
    margin-left: 1px;
    font-size: 8px;
  }
  .header-info .hd-sns li:nth-child(-n + 5) img {
    width: 18px;
    height: 18px;
  }
  .header-info .hd-sns li:last-child {
    margin-top: 6px;
  }
  .groval-nav {
    font-size: 12px;
    -ms-overflow-x: scroll;
        overflow-x: scroll;
    -ms-overflow-y: hidden;
        overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .groval-nav .gnav-scroll {
    width: 180%;
  }
  .groval-nav .has-child {
    pointer-events: none;
  }
  .groval-nav .gnav-child {
    position: relative;
  }
  .site-header-in .scroll-btn {
    position:relative;
  }
  .site-header-in .scroll-btn p {
    display:inline-block;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align:center;
    width: 100px;
  }
.getjob-content .section01 li {
  width: 100%;
  margin: 0 0 6%;
}
.getjob-content .section02 .box-left {
  width: 100%;
  margin-bottom: 6%;
}
.getjob-content .section02 .box-right {
  width: 100%;
}
.getjob-content .section02 .box-right ul {
  overflow: hidden;
}
.getjob-content .section02 .box-right li {
  float: left;
  width: 33.333%;
  text-align: center;
}
.getjob-content .section02 .box-right .image, .getjob-content .section02 .box-right .text {
  display: block;
}
.getjob-content .section03 li {
  width: 48%;
}
.getjob-content .section04 .list {
  width: 100%;
  margin-bottom: 6%;
}
}
/*------------------------------------------
  getjob
------------------------------------------*/
#guest_schedule {
  padding-bottom: 2em;
  border-bottom:1px solid #999;
}
#guest_schedule div {
  width: 90%;
  margin:0 auto;
}
#guest_schedule div h2 {
  margin-bottom: 1em;
  font-weight: bold;
}
/*------------------------------------------
  course top
------------------------------------------*/
div.flex_box.courselist:last-child {
  border-top: 1px solid #999;
}
div.flex_box.courselist {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
div.flex_box.courselist .thcal {
  margin-right: 9%;
}
div.flex_box.courselist .thcal:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 959px) {
div.flex_box.courselist .thcal {
  margin-right: 4%;
}
div.flex_box.courselist .thcal:nth-child(3n) {
  margin-right: 4%;
}
div.flex_box.courselist .thcal:nth-child(2n) {
  margin-right: 0;
}
}
@media only screen and (max-width: 414px) {
div.flex_box.courselist .thcal {
  margin-right: 0!important;
}
}
/*------------------------------------------
  course
------------------------------------------*/
.course-bottom {
  margin-bottom: 3em;
  width: 90%;
  margin: 0 auto;
}
.course-bottom .cont-title .ttl-en {
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 120%;
}
.course-bottom .cont-title .ttl-ja {}
.course-bottom .cont-voice {
  margin-bottom: 3em;
}
.course-bottom .cont-voice li {
  overflow: hidden;
  margin-bottom: 1.5em;
}
.course-bottom .cont-voice li:last-child {
  margin-bottom: 0;
}
.course-bottom .cont-voice .list-image {
  float: left;
  width: 25%;
}
.course-bottom .cont-voice .list-text {
  float: right;
  width: 74%;
}
.course-bottom .cont-voice p {
  padding-bottom: 0;
}
.course-bottom .cont-voice .catch {
  font-size: 120%;
  margin-bottom: 0.5em;
}
.course-bottom .cont-voice .school02 {
  font-size: 85%;
}
.course-bottom .cont-voice .txt {
  margin-top: 1em;
}
.course-bottom .cont-voice-text li {
  margin-bottom: 2em;
}
/*.course-bottom .cont-voice-text li:last-child {
  margin-bottom: 0;
}*/
.course-bottom .cont-voice-text .list-title {
  font-size: 120%;
  margin-bottom: 0.3em;
  font-weight: bold;
}
.course-bottom .cont-other ul {
  overflow: hidden;
}
.course-bottom .cont-other li {
  margin-bottom: 2em;
  /*width: 33.333%;*/
  width: 21%;
  text-align: center;
  /*float: left;*/
  display: inline-block;
}
.course-bottom .cont-other a {
  display: block;
  padding: 0 1%;
  position: relative;
}
.course-bottom .cont-other .list-image {
  position: relative;
}
.course-bottom .cont-other .list-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
          transition: .3s;
}
.course-bottom .cont-other a:hover img {
  opacity: 1;
}
.course-bottom .cont-other a:hover .list-image:after {
  opacity: 0;
}
.course-bottom .cont-other .list-title {
  margin-top: 0.4em;
  font-size: 0.7rem;
}
.course-sidenav {
  position: fixed;
  left: 0;
  bottom: 1%;
  z-index: 9999;
}
.course-sidenav li {
  margin-top: 5px;
}
.course-sidenav a img {
  height: auto;
  -webkit-transition: .4s;
          transition: .4s;
}
.course-sidenav a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
}
@media only screen and (max-width: 640px) {
  .course-sidenav {
    width: 80px;
    bottom: 5%;
  }
  .course-bottom .cont-other li {
    width: 100%;
  }
}
/*------------------------------------------
  学校見学
------------------------------------------*/
/* .tour-lead {
  max-width: 640px;
  margin: 0 auto 2em;
}
.tour-lead p {
  margin-bottom: 1.5em;
  font-size: 12px;
  color: #666666;
}
.tour-lead p:last-child {
  margin-bottom: 0;
}
.tour-lead .txt-calender {
  text-align: center;
  padding: 1em;
  border: 1px solid #666;
} */
.tour-access {
  font-size: 12px;
  color: #666666;
  border-top: 1px solid #666;
  padding-top: 1.5em;
  margin-top: 150px;
}
.tour-access .ttl {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
@media only screen and (max-width: 959px) {
div.flex_box.tour-access .thcal {
  width: 40%;
}
div.flex_box.tour-access .thcal:first-child {
  width: 20%;
}
}
@media only screen and (max-width: 414px) {
div.flex_box.tour-access .thcal {
  width: 100%;
  margin-bottom: 4%;
}
}


/*------------------------------------------
  TOPICS Single
------------------------------------------*/
.sing_con_topics article {
  color: #666;
  text-align: left;
}
.sing_con_topics article h2 {
  padding-bottom: 1em;
  border-bottom: 1px solid #979797;
}
div.tx_gaku.sing_con_topics article {
  text-align: left;
}
div.tx_gaku.sing_con_topics article img {
  max-width:100%;
  height: auto;
}
.article-foot {
  text-align: right;
  border-top: 1px solid #979797;
  padding-top: 1em;
}
.article-foot li {
  display: inline-block;
  margin-left: 0.5em;
}
.article-foot li ul {
  display: inline-block;
}
.article-foot li a {
  color: #4a008e;
}
section.single01 article ul.article-foot {
  border-bottom:1px solid #979797;
  padding-bottom: 1em;
}
section.single01 article ul.article-foot li img {
  width: 30%;
  max-width: 100%;
  height: auto;
}
/*------------------------------------------
  ●●になるには
------------------------------------------*/
.contents-howto {
  margin: 6% 0;
}
.howto-section {
  width: 80%;
  max-width: 680px;
  margin: 1em auto;
  line-height: 1.8;
}
.howto-section-sammary .sec-title {
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 42px;
  margin-bottom:0;
}
.howto-section-visual {
  margin: 0;
}
.howto-section-visual img {
  width: 100%;
  height: auto;
}
.howto-section-text .howto-box {
  margin: 3em 0 0;
  color: #666767;
}
.howto-section-text .howto-box .box-ttl {
  text-align: center;
  margin-bottom: 1.5em;
}
.howto-section-text .howto-box .box-ttl h2 {
  display: inline-block;
  font-weight: bold;
  font-size: 110%;
  border-top: 2px solid #666767;
  border-bottom: 2px solid #666767;
  padding: 1em;
  line-height: 1.5;
  width: 240px;
}
.howto-section-course {
  width: 92%;
  max-width: 780px;
  margin: 2em auto 0;
}
.howto-section-course ul {
  overflow: hidden;
}
.howto-section-course li {
  margin-bottom: 2em;
  width: 33.333%;
  text-align: center;
  float: left;
}
.howto-section-course a {
  display: block;
  padding: 0 1%;
  position: relative;
}
.howto-section-course .list-image {
  position: relative;
}
.howto-section-course .list-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
          transition: .3s;
}
.howto-section-course .list-image img {
  height: auto;
  width: 100%;
}
.howto-section-course a:hover img {
  opacity: 1;
}
.howto-section-course a:hover .list-image:after {
  opacity: 0;
}
.howto-section-course .list-title {
  margin-top: 0.4em;
}
@media only screen and (max-width: 640px) {
.howto-section-course li {
  float: none;
  text-align: center;
  margin-bottom: 1.5em;
  width: 100%;
}
}
/*------------------------------------------
  学科別基本情報
------------------------------------------*/
.contents-courseinfo {
    width: 92%;
    margin: auto;
    max-width: 1000px;
}
.courseinfo-table {
    width: 100%;
    font-size: 12px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.courseinfo-table tr {
}
.courseinfo-table th {
    vertical-align: middle;
    text-align: center;
    padding: 0.5em 1em;
    border-right: 1px solid #999;
    background: #ccc;
    min-width: 6em;
}
.courseinfo-table td {
    vertical-align: middle;
    padding: 1em;
    border-right: 1px solid #999;
    color: #666;
}
.courseinfo-table .bb {
    border-bottom: 1px solid #999;
}
.courseinfo-table .brN {
    border-right: none;
}
.courseinfo-section .info-box {
    margin-bottom: 2em;
}
.courseinfo-section .info-box .box-text {
  color: #666;
}
.courseinfo-section .info-box .box-ttl {
    font-weight: bold;
    font-size: 115%;
    margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
.courseinfo-table-scroll .courseinfo-table {
    width: 150%;
}
.courseinfo-table-scroll {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-x: scroll;
        overflow-x: scroll;
}
article#post-53 > section:nth-of-type(2) table tbody th,
article#post-53 > section:nth-of-type(2) table tbody td {
  font-size: 12px;
}
article#post-53 > section:nth-of-type(2) table tbody th.fs_sp {
  font-size: 11.5px !important;
}
}
/* !jScrollPane -------------------------------------------------------------- */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  margin-left: 15px !important;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  background: #434343;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 10px;
  height: 20px !important;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: 0;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.jspArrow {
  display: none;
}
/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .header-top, .header-info, .scroll-btn, .groval-nav .gnav-scroll, .site-footer-in, .home-topics-section .topicslist {
  *zoom: 1;
}
.clearfix:after, .header-top:after, .header-info:after, .scroll-btn:after, .groval-nav .gnav-scroll:after, .site-footer-in:after, .home-topics-section .topicslist:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.footer-nav a,
.home-news-section .newslist .title,
.home-information-section .block-info .list-text,
.courseinfo-table .bb,
.courseinfo-section .info-box .box-text,
.min_wrap section .thcal p,
div#sin_sec04 div.min_wrap > .flex_box > div:nth-of-type(2) p.normal,
.course-bottom .cont-voice p,
.course-bottom .cont-voice .txt,
.course-bottom .cont-voice-text .list-text,
.course-bottom .cont-other .list-title,
.howto-section-sammary .sammary-text,
.howto-section-text .howto-box .box-text,
.howto-section-course .list-title,
div#sin_sec03 div.flex_box > div:nth-of-type(1) ul > li:nth-of-type(2),
div#sin_sec01 p,
div#sin_sec02 p,
article#post-53 > section:nth-of-type(1) ol,
article#post-53 > section > div.flex_box > div:nth-of-type(1) h2,
article#post-53 > section:nth-of-type(2) table tbody tr > td:nth-last-child(-n+2),
article#post-53 > section:nth-of-type(3) div.flex_box > div:nth-of-type(2) dl > dd:nth-of-type(1),
article#post-53 > section:nth-of-type(4) div.flex_box > div:nth-of-type(2) dl > dd:nth-of-type(1),
article#post-53 > section:nth-of-type(4) div.flex_box > div:nth-of-type(2) dl > dd:nth-of-type(2),
article#post-53 > section:nth-of-type(4) div.flex_box > div:nth-of-type(2) dt, article#post-53 > section:nth-of-type(5) div.flex_box > div:nth-of-type(2) dt,
article#post-53 > section:nth-of-type(5) table td,
article#post-53 > section:nth-of-type(5) div.flex_box > div:nth-of-type(2) ul,
article#post-53 > section:nth-of-type(4) div.flex_box > div:nth-of-type(2) dd, article#post-53 > section:nth-of-type(5) div.flex_box > div:nth-of-type(2) dd,
div#sin_sec04 div.min_wrap > .flex_box > div:nth-of-type(2) h3, div#sin_sec04 div.min_wrap > .flex_box > div:nth-of-type(2) p.normal,
.content-open_college section h1,
.content-open_college section p,
.focal > h2,
.getjob-content .section01 h1,
.getjob-content .section01 li .text,
.getjob-content .section02 .box-left li:last-child .text,
.getjob-content .section03 li .school,
.getjob-content .section04 .list,
article#post-645 > section:nth-of-type(2) div.flex_box > div.thcal ul > li:nth-of-type(4),
.post p,
.pickup-content .pickuplist .list-text .title,
table#pam_tab tbody tr td > span,
.post table td,
#content #post-729 p,
#sidebar a,
article#post-7 ul li,
article#post-7 dl dd,
h2.font_h,
.page-head .head-description,
div.mw_wp_form table th,
.footer-info .ft-address,
article#post-901 section div.flex_box > div:nth-of-type(2) p,
div.blog > section:nth-of-type(2) article div.flex_box > div.thcal:nth-of-type(2) > p,
div.tx_gaku.sing_con_topics article div p,
div.breadcrumbs,
.article-foot li,
div.tx_gaku.sing_con_topics article div,
article.o_sha_gaku > p,
#guest_schedule h2,
.header-info .hd-address-sp,
.header-top {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
}
/* ページャー */
.text-center{
  text-align: center;
  width: 100%;
}
ul.page-numbers {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
ul.page-numbers > li {
    display: inline;
}
ul.page-numbers > li > a ,
ul.page-numbers > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
ul.page-numbers > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
ul.page-numbers > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
ul.page-numbers > li > a:hover {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #000;
}
ul.page-numbers .current{
    background-color: #000;
    border-color: #000;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}
/* add7_4 */
.ai1ec-month-view .ai1ec-day{/*background: #fff;*/background: none !important;}
.content-open_college .c-box03 .ai1ec-month-view .ai1ec-date {position: relative; z-index: 3; background: none;}
.ai1ec-popover.ai1ec-popup {position: absolute; width: 100%; height: 100%; top: 0; /*background: #ff3399;*/background: #f32100; z-index: 2; border-radius: 0; border: none; display: block;}
.ai1ec-popover.ai1ec-popup .ai1ec-color-swatches,
.ai1ec-popup-title,
.ai1ec-popover.ai1ec-popup .ai1ec-event-time,
.a.ai1ec-load-event,
.ai1ec-month-view .ai1ec-sas-actions,
.ai1ec-fa-ticket,
.post-edit-link
 {display: none !important;}
.ai1ec-date a.ai1ec-load-view {position: relative; z-index: 9999; pointer-events: none;}
div#action-button button {line-height:1; font-size:1em;}
.content-open_college .c-box03 .timely a.ai1ec-load-event {
  pointer-events: auto;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timely.ai1ec-popover.ai1ec-popup.ai1ec-popup-in-month-view {
  display: none !important;
}
.ai1ec-actions {
  display: none !important;
}
.btn .entryform {
  color: #fff;
  line-height: 30px;
}
.btn .entryform:hover {
  color: #111;
}
/*------------------------------------------
  Password保護
------------------------------------------*/
.BD-729 form p {
  text-align: center;
  margin-bottom:1em;
}
.BD-729 form p:nth-of-type(1) {
  margin:4em auto 1em;
}
.BD-729 form p:nth-of-type(2) {
  margin-bottom:2em;
}
.BD-729 .post-password-form input[type="submit"]:hover {
  border:1px solid #000;
}
@media only screen and (max-width: 768px) {
  .content-open_college .c-box02 p {
    color: #6495ed;
    font-size: 120px;
  }
  .content-open_college .c-box02 .day {
    color: #6495ed;
  }
  .content-open_college .c-box02 .day span {
    color: #6495ed;
  }
  .ai1ec-month-view .ai1ec-day {
    background: #6495ed !important;
  }
  .ai1ec-popover.ai1ec-popup {
    background: #f32100 !important;
    color: #fff !important;
  }
  .content-open_college .c-box03 .ai1ec-pagination a {
    color: #666 !important;
  }
}
@media screen and (max-width: 767px) {
.ai1ec-calendar-title {
  display: inline-block;
  }
  .ai1ec-minical-trigger i {
    display: none;
}
}
/* コンタクト */
.contact-info {
  padding: 20px;
  border: 4px solid #d11477;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  width: 85%;
  margin: 50px auto;
} 
.contact-phone {
  font-size: 3rem;
  font-weight: bold;
}
.contact-phone .fas {
  color: #d11477;
  margin-right: 10px;
}


/* ----------------------------------------
表示分岐
------------------------------------------*/
.pc_only {
  display: block !important;
}
.tab_only {
  display: none !important;
}
.sp_only {
  display: none !important;
}
.sp_none {
  display: block;
}
@media screen and (max-width:1024px) {
  .pc_only {
    display: none !important;
  }
  .tab_only{
      display: block !important;
  }
}
@media screen and (max-width:480px) {
  .pc_only {
      display: none !important;
  }
  .tab_only {
      display: none !important;
  }
  .sp_only {
      display: block !important;
  }
  .sp_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    font-size: .6rem;
  } 
  .contact-phone {
    font-size: 2rem;
  }
  video.movie, .page-visual div.slider div.slick-track img {
    object-fit: contain;
}
}
@media only screen and (max-width: 640px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
  .fix_menu_item {
    margin-bottom: 5px;
}
.fix-menu .fix_menu_link {
    width: 100px;
    font-size: 10px;
    padding: 0;
}
.site-footer {
  width: 96%;
  padding: 20px 0 10px;
}
.site-footer .copyright {
  text-align: center;
  font-size: 10px;
}
.site-footer-in {
  padding: 0 20px;
}
.footer-info {
  float: none;
  width: 100%;
  max-width: 100%;
  border: none;
  padding: 0;
}
.footer-info .ft-name img {
  max-width: 291px;
}
.footer-info .ft-address {
  margin-bottom: 15px;
  font-size: 12px;
}
.footer-info .ft-logo {
  display: none;
}
.footer-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0 15px 0;
}
.footer-nav .sp_flex {
  display: flex;
}
.footer-nav .sp_flex:nth-child(1) {
  margin-bottom: 20px;
}
.footer-nav ul {
  width: 50%;
}
.footer-nav ul:nth-child(2) {
  width: 50%;
}
.footer-nav ul:nth-child(3) {
  width: 50%;
  margin-top: 20px;
}
.fix-menu li {
  margin-bottom: 2px;
}
.fix-menu .fix_menu_link {
  width: 70px;
  height: 30px;
  font-size: 7px;
  padding: 2.5px;
}
.fix_menu_item:nth-child(6) .fix_menu_link span {
  font-size: 7px;
}
.home-news-section {
  top: unset;
}
}

@media (max-width: 480px) {
  .youtube_bnr {
    padding: 0;
    z-index: 999;
  }
  .youtube_txt_box h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
.youtube_txt_inner span,
.youtube_thumbnail span {
  padding: 0 0 0 10px;
  font-size: 10px;
}
.youtube_txt_inner {
  background: none;
  padding: 0;
}
.youtube_txt_inner span img {
  width: 15px;
  height: 15px;
}
.youtube_thumbnail img {
  width: 80px;
}
.youtube_txt_inner .channel_link {
  display: none;
}
.youtube_bnr {
  background: #000000f0;
  width: 390px;
  height: 55px;
  overflow: hidden;
  justify-content: space-around;
  bottom: -55px;
}
.youtube-logo {
  vertical-align: bottom;
}
.youtube_txt,
.youtube_txt_box h3 {
  display: inline-block;
}
.youtube-logo-wrap {
  margin-bottom: 0;
}
.fix-menu {
  bottom: 55px;
}
.groval-nav .gnav-scroll {
  overflow-x: hidden;
}
.jspContainer li {
  padding-left: 10px;
}
.home-news-section .newslist {
  height: 8em;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  display: none;
}
video.movie, .page-visual div.slider div.slick-track img {
    height: 30vh;
}
.jspPane {
  margin-left: 5px !important;
}
.home-news-section.insta,
.home-news-section.pickup {
  top: 0;
}
.youtube_txt_inner h4 {
  font-size: 12px;
  margin-left: 5px;
}
}

@media (max-width: 414px) {
  .youtube_bnr {
      width: 414px;
  }
}

@media (max-width: 375px) {
  .youtube_bnr {
      width: 375px;
  }
}