@charset "UTF-8";
/*使い方
@media only screen and (max-width:640px) {
    //640px以下
}
@media only screen and (max-width:1024px) {
    //641px〜1024pxまで
}


/* color */
/* font-family */
/* font-size */
/* 上下左右中央 */
/* 上下中央 */
/* 左右中央 */
/* シャドウ */
/* イージング */
/* 明るさ */
/* 斜めボーダー */
.breadcrumbs {
  display: none; }

@media only screen and (max-width: 640px) {
  .wds_slideshow_dots_container_0 {
    bottom: -8px !important; } }

.wds_slideshow_dots_thumbnails_0 {
  width: 140px !important; }

.wds_slideshow_dots_deactive_0 {
  font-size: 0px !important;
  background-color: #fff !important;
  height: 8px !important;
  width: 30px !important; }
  @media only screen and (max-width: 640px) {
    .wds_slideshow_dots_deactive_0 {
      height: 4px !important; } }

.wds_slideshow_dots_active_0 {
  color: #074398 !important;
  font-size: 0px !important;
  background-color: #074398 !important;
  height: 8px !important;
  width: 30px !important; }
  @media only screen and (max-width: 640px) {
    .wds_slideshow_dots_active_0 {
      height: 4px !important; } }

.wds_left_btn_cont {
  margin-left: 60px !important; }
  @media only screen and (max-width: 640px) {
    .wds_left_btn_cont {
      margin-left: 10px !important; } }

.wds_left-ico_0 {
  background-color: #fff !important; }

.wds_right_btn_cont {
  margin-right: 60px !important; }
  @media only screen and (max-width: 640px) {
    .wds_right_btn_cont {
      margin-right: 10px !important; } }

.wds_right-ico_0 {
  background-color: #fff !important; }

.fa-angle-left, .fa-angle-right {
  font-size: 30px !important;
  position: absolute !important;
  top: 47% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: #074398 !important; }
  @media only screen and (max-width: 640px) {
    .fa-angle-left, .fa-angle-right {
      font-size: 22px !important; } }

.top_department_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0px auto;
  width: 90%; }
  @media only screen and (max-width: 640px) {
    .top_department_block {
      width: 96%; } }
  .top_department_block > div {
    width: 33%; }
    .top_department_block > div a {
      transition: 0.3s;
      display: block; }
      .top_department_block > div a:hover {
        transition: 0.3s;
        opacity: 0.8; }

.top_oc_banner {
  width: 70%;
  margin: 50px auto 140px auto; }
  @media only screen and (max-width: 640px) {
    .top_oc_banner {
      width: 96%;
      margin: 20px auto 80px auto; } }
  .top_oc_banner a {
    transition: 0.3s;
    display: block;
    padding-bottom: 14px; }
    .top_oc_banner a:hover {
      transition: 0.3s;
      opacity: 0.8; }

.topGallery_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .topGallery_block > li {
    width: 33%;
    padding-bottom: 0.5%;
    position: relative; }
    @media only screen and (max-width: 640px) {
      .topGallery_block > li {
        width: 49.5%; } }
    .topGallery_block > li .content-overlay {
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      height: 97.5%;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
    .topGallery_block > li:hover .content-overlay {
      opacity: 1; }
      @media only screen and (max-width: 640px) {
        .topGallery_block > li:hover .content-overlay {
          opacity: 0; } }
    .topGallery_block > li:hover .content-details {
      top: 50%;
      left: 50%;
      opacity: 1; }
      @media only screen and (max-width: 640px) {
        .topGallery_block > li:hover .content-details {
          opacity: 0; } }
    .topGallery_block > li .content-details {
      position: absolute;
      text-align: center;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(50%, 50%);
      -moz-transform: translate(0%, 0%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .topGallery_block > li .content-title {
      text-align: center; }
      .topGallery_block > li .content-title > img {
        width: 60px; }
    .topGallery_block > li .fadeIn-bottom {
      top: 50%; }

.lb-container {
  padding: 0px !important; }

.pgTop .topSocial iframe {
  max-width: 100% !important; }

.top_social_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .top_social_box .top_social_box_left {
    width: 30%; }
    @media only screen and (max-width: 640px) {
      .top_social_box .top_social_box_left {
        width: 90%;
        margin-bottom: 10px; } }
  .top_social_box .top_social_box_center {
    width: 30%; }
    @media only screen and (max-width: 640px) {
      .top_social_box .top_social_box_center {
        width: 90%;
        margin-bottom: 20px; } }
  .top_social_box .top_social_box_right {
    width: 30%; }
    @media only screen and (max-width: 640px) {
      .top_social_box .top_social_box_right {
        width: 90%;
        margin-bottom: 20px; } }

.header2019 {
  background-color: rgba(8, 67, 153, 0.9);
  position: absolute;
  top: 0;
  z-index: 10; }
  @media only screen and (max-width: 640px) {
    .header2019 {
      background-color: #fff;
      position: relative;
      z-index: auto; } }
  .header2019 .logoHeader2019 img {
    width: 306px; }
  .header2019 .logoHeader2019 .pc_logo {
    display: block; }
    @media only screen and (max-width: 640px) {
      .header2019 .logoHeader2019 .pc_logo {
        display: none; } }
  .header2019 .logoHeader2019 .sp_logo {
    display: none; }
    @media only screen and (max-width: 640px) {
      .header2019 .logoHeader2019 .sp_logo {
        display: inline-block; } }
  .header2019 .navSub2019 {
    color: #fff !important; }

.my-calendar-footer {
  display: none; }

.oc_2019_main {
  background-image: url("../images/opencampus/mainbg_oc2019.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 425px; }
  @media only screen and (max-width: 640px) {
    .oc_2019_main {
      background-image: url("../images/opencampus/mainbg_oc2019_sp.png");
      height: 300px; } }
  .oc_2019_main > figure {
    text-align: center;
    margin: 0 auto;
    padding-top: 80px; }
    @media only screen and (max-width: 640px) {
      .oc_2019_main > figure {
        padding-top: 65px; } }
    .oc_2019_main > figure img {
      width: 740px; }
      @media only screen and (max-width: 640px) {
        .oc_2019_main > figure img {
          width: 90%; } }
  .oc_2019_main .main_copy {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    padding-top: 20px; }
    @media only screen and (max-width: 640px) {
      .oc_2019_main .main_copy {
        font-size: 1.5rem;
        width: 80%;
        margin: 0 auto; } }

.title_oc2019 {
  background-color: #f1f8fd !important;
  color: #4c4c4c !important; }

.title_sub_oc2019 {
  padding-top: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #4c4c4c; }
  @media only screen and (max-width: 640px) {
    .title_sub_oc2019 {
      font-size: 1.4rem; } }

.oc_2019_sub_area {
  width: 100%;
  margin-top: 120px; }
  @media only screen and (max-width: 640px) {
    .oc_2019_sub_area {
      margin-top: 60px; } }
  .oc_2019_sub_area > .img_area {
    background-image: url("../images/opencampus/img_oc2019_sub.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px; }
    @media only screen and (max-width: 640px) {
      .oc_2019_sub_area > .img_area {
        background-image: url("../images/opencampus/img_oc2019_sub_sp.jpg");
        height: 300px; } }
  .oc_2019_sub_area > .text_area {
    background-image: url("../images/opencampus/img_oc2019_bg_plane.png");
    background-repeat: no-repeat;
    background-position: 10% bottom;
    background-size: 150px;
    background-color: #d2ecfa;
    padding: 50px 0px; }
    @media only screen and (max-width: 640px) {
      .oc_2019_sub_area > .text_area {
        background-position: left bottom;
        background-size: 100px;
        padding: 30px 0px 60px 0px; } }
    .oc_2019_sub_area > .text_area > .main_copy {
      font-size: 2.0rem;
      font-weight: bold;
      max-width: 420px;
      margin: 0 auto; }
      @media only screen and (max-width: 640px) {
        .oc_2019_sub_area > .text_area > .main_copy {
          font-size: 1.4rem;
          max-width: 80%; } }
    .oc_2019_sub_area > .text_area > .sub_copy {
      font-size: 1.4rem;
      font-weight: bold;
      max-width: 420px;
      margin: 0 auto;
      padding-top: 20px; }
      @media only screen and (max-width: 640px) {
        .oc_2019_sub_area > .text_area > .sub_copy {
          font-size: 1.2rem;
          max-width: 80%; } }

.oc_2019_common_program {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .oc_2019_common_program > li {
    width: 17%;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      .oc_2019_common_program > li {
        width: 100%;
        padding-bottom: 12%; } }
    .oc_2019_common_program > li::after {
      content: "→";
      position: absolute;
      right: -18%;
      margin: auto;
      transform: translate(-18%, -50%);
      top: 50%;
      font-weight: bold;
      font-size: 20px;
      color: #074398; }
      @media only screen and (max-width: 640px) {
        .oc_2019_common_program > li::after {
          content: "↓";
          right: 45%;
          bottom: 0%;
          transform: translate(-50%, 74%); } }
    .oc_2019_common_program > li:last-child::after {
      content: ""; }
    .oc_2019_common_program > li > p {
      font-size: 1.4rem;
      padding-top: 8px; }

.oc_2019_bus_banner {
  text-align: center;
  padding-top: 20px; }

.day_entry_link {
  display: block;
  transition: 0.3s; }
  .day_entry_link:hover {
    opacity: 0.7;
    transition: 0.3s; }

.day_entry_bt {
  font-size: 1.3rem;
  margin: 19px auto 0px auto;
  padding: 9px;
  border: 1px solid #fff;
  width: 90%;
  border-radius: 4px; }
  @media only screen and (max-width: 640px) {
    .day_entry_bt {
      float: none !important;
      width: 60% !important; } }
  .day_entry_bt.entry_before {
    color: #ddd; }

@media only screen and (max-width: 640px) {
  .openCampusSection .scheduleTable i.holiday {
    display: flex;
    align-items: center;
    justify-content: space-around; } }

@media only screen and (max-width: 640px) {
  .openCampusSection .scheduleTable i.sat {
    display: flex;
    align-items: center;
    justify-content: space-around; } }

.ogob2019_index_large {
  margin: 30px 0px; }
  @media only screen and (max-width: 640px) {
    .ogob2019_index_large {
      margin: 20px 0px; } }
  .ogob2019_index_large.last {
    margin: 30px 0px 120px 0px; }
    @media only screen and (max-width: 640px) {
      .ogob2019_index_large.last {
        margin: 20px 0px 80px 0px; } }
  .ogob2019_index_large a {
    display: block;
    transition: 0.3s; }
    .ogob2019_index_large a:hover {
      opacity: 0.8;
      transition: 0.3s; }
  .ogob2019_index_large .main_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 440px;
    position: relative;
    margin: 0; }
    @media only screen and (max-width: 640px) {
    .ogob2019_index_large .main_img {
      height: 240px; } }
    .ogob2019_index_large .main_img.seibi01 {
      background-image: url("../images/job/ogob_2019_detail_seibi_01_01.jpg"); }
    .ogob2019_index_large .main_img.seibi02 {
      background-image: url("../images/job/ogob_2020_detail_seibi_01_01.jpg"); }
    /* 本番化後削除 */
    .ogob2019_index_large .main_img.seibi03 {
      background-image: url("../images/job/ogob_2019_detail_seibi_02_01.jpg"); }
    /* //本番化後削除 */
    .ogob2019_index_large .main_img.gijyutsu01 {
      background-image: url("../images/job/ogob_2019_detail_gijyutsu_01_01.jpg"); }
    .ogob2019_index_large .main_img.gijyutsu02 {
      background-image: url("../images/job/ogob_2019_detail_gijyutsu_02_01.jpg"); }
    .ogob2019_index_large .main_img.business01 {
      background-image: url("../images/job/ogob_2020_detail_business_01_01.jpg"); }
    .ogob2019_index_large .main_img.business02 {
      background-image: url("../images/job/ogob_2019_detail_business_02_01.jpg"); }
    /* 本番化後削除 */
    .ogob2019_index_large .main_img.business03 {
      background-image: url("../images/job/ogob_2019_detail_business_01_01.jpg"); }
    /* //本番化後削除 */
    .ogob2019_index_large .main_img > .arrow {
      position: absolute;
      right: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 0px 25px;
      display: block; }
      @media only screen and (max-width: 640px) {
        .ogob2019_index_large .main_img > .arrow {
          padding: 0px 12px; } }
      .ogob2019_index_large .main_img > .arrow::after {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px; }
        @media only screen and (max-width: 640px) {
          .ogob2019_index_large .main_img > .arrow::after {
            width: 8px;
            height: 8px;
            right: 10px;
            top: 47%; } }
    .ogob2019_index_large .main_img .crdit_area {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #fff;
      padding: 30px 40px;
      min-width: 300px; }
      @media only screen and (max-width: 640px) {
        .ogob2019_index_large .main_img .crdit_area {
          padding: 8px 16px;
          min-width: 190px; } }
      .ogob2019_index_large .main_img .crdit_area .number {
        margin-top: -48px;
        color: #fff;
        padding: 3px 14px; }
        @media only screen and (max-width: 640px) {
          .ogob2019_index_large .main_img .crdit_area .number {
            margin-top: -30px;
            padding: 2px 10px; } }
        .ogob2019_index_large .main_img .crdit_area .number.seibi {
          background-color: #006acc; }
        .ogob2019_index_large .main_img .crdit_area .number.gijyutsu {
          background-color: #15a9cb; }
        .ogob2019_index_large .main_img .crdit_area .number.business {
          background-color: #f19077; }
      .ogob2019_index_large .main_img .crdit_area .company {
        font-size: 1.4rem;
        padding-top: 14px;
        display: block; }
        @media only screen and (max-width: 640px) {
          .ogob2019_index_large .main_img .crdit_area .company {
            font-size: 1.2rem;
            padding-top: 12px; } }
      .ogob2019_index_large .main_img .crdit_area .name {
        font-size: 2.0rem; }
        @media only screen and (max-width: 640px) {
          .ogob2019_index_large .main_img .crdit_area .name {
            font-size: 1.6rem; } }

.ogob2019_detail_area {
  padding-bottom: 80px; }
  @media only screen and (max-width: 640px) {
    .ogob2019_detail_area {
      padding-bottom: 50px; } }
  .ogob2019_detail_area .main_img {
    margin: 0 auto;
    position: relative; }
    .ogob2019_detail_area .main_img > .number {
      position: absolute;
      left: 20px;
      bottom: -14px;
      padding: 4px 16px;
      color: #fff; }
      @media only screen and (max-width: 640px) {
        .ogob2019_detail_area .main_img > .number {
          left: auto;
          right: 10px; } }
      .ogob2019_detail_area .main_img > .number.seibi {
        background-color: #006acc; }
      .ogob2019_detail_area .main_img > .number.gijyutsu {
        background-color: #15a9cb; }
      .ogob2019_detail_area .main_img > .number.business {
        background-color: #f19077; }
  .ogob2019_detail_area .name_area {
    border-bottom: 1px solid #ddd;
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center; }
    @media only screen and (max-width: 640px) {
      .ogob2019_detail_area .name_area {
        justify-content: flex-start;
        padding: 16px 0px; } }
    .ogob2019_detail_area .name_area .name {
      width: 35%; }
      @media only screen and (max-width: 640px) {
        .ogob2019_detail_area .name_area .name {
          width: 100%; } }
      .ogob2019_detail_area .name_area .name > span {
        display: block;
        font-size: 1.4rem; }
        @media only screen and (max-width: 640px) {
          .ogob2019_detail_area .name_area .name > span {
            font-size: 1.2rem; } }
      .ogob2019_detail_area .name_area .name > p {
        font-size: 2.2rem; }
        @media only screen and (max-width: 640px) {
          .ogob2019_detail_area .name_area .name > p {
            font-size: 1.8rem; } }
    .ogob2019_detail_area .name_area .career {
      width: 55%;
      overflow: hidden; }
      @media only screen and (max-width: 640px) {
        .ogob2019_detail_area .name_area .career {
          padding-top: 12px;
          width: 100%; } }
      .ogob2019_detail_area .name_area .career li {
        font-size: 1.2rem; }
  .ogob2019_detail_area .contents_area {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 0px 40px 0px; }
    @media only screen and (max-width: 640px) {
      .ogob2019_detail_area .contents_area {
        padding: 30px 0px 20px 0px; } }
    .ogob2019_detail_area .contents_area .lead_copy {
      font-size: 2.0rem;
      color: #224d95;
      font-weight: bold;
      width: 50%;
      margin: 0 auto;
      padding-bottom: 20px; }
      @media only screen and (max-width: 640px) {
        .ogob2019_detail_area .contents_area .lead_copy {
          font-size: 1.6rem;
          width: 100%;
          padding-bottom: 10px; } }
    .ogob2019_detail_area .contents_area .listener {
      color: #727171;
      font-style: italic;
      font-size: 1.4rem;
      padding-top: 18px; }
      @media only screen and (max-width: 640px) {
        .ogob2019_detail_area .contents_area .listener {
          font-size: 1.2rem;
          padding-top: 10px; } }
    .ogob2019_detail_area .contents_area .sub_img {
      padding: 20px 0px;
      margin: 0 auto; }

.opencampus_bus_link {
  background-color: #E6ECF4;
  padding: 15px 40px 15px 40px;
  background-image: url(../images/common/iconPdf@2x.png);
  background-repeat: no-repeat;
  background-position: 10px;
  font-size: 1.6rem;
  display: block;
  width: 600px; }
  @media only screen and (max-width: 640px) {
    .opencampus_bus_link {
      padding: 15px 10px 15px 40px;
      width: 100%; } }
