@charset "UTF-8";

/* html {
  scroll-behavior: smooth;
} */

#cfair_en {
  font-family: "Roboto Condensed", sans-serif;
}

#cfair_contents {
  margin: 0 auto;
  width: 1078px;
}

#cfair_contents.page-top {
  width: 100%;
}

/* #cfair_menu {
    display: table;
    width: 100%;
    height: 36px;
    margin-bottom: 24px;
  }
    #cfair_en #cfair_menu li {
      font-size: 13px;
      line-height: 20px;
    }
      #cfair_menu li {
        display: table-cell;
        border: 3px solid #1eb216;
        border-right: none;
        font-size: .85em;
        font-weight: bold;
        text-align: center;
        line-height: 1.8;
        white-space: nowrap;
      }
      #cfair_menu li.last { border-right: 3px solid #1eb216; }
        #cfair_menu li a {
          color: #1eb216;
          text-decoration: none;
          height: 20px;
          padding: 5px 15px;
          display: block;
        }
        #cfair_menu li.active a,
        #cfair_menu li a:hover {
          background: #1eb216;
          color: #fff;
        }
        #cfair_menu li a.inactive {
          background-color: #D3D3D3;
          color: #F9F9F9;
          pointer-events: none;
        } */

#toppage-link {
  padding: 0;
  margin-top: 0;
  margin-bottom: 50px;
}
#toppage-link ul {
}
#toppage-link ul li {
  float: left;
  width: 18%;
  text-align: center;
  border-left: 1px solid #dfdfdf;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-weight: bold;
}
#toppage-link ul li a {
  text-decoration: none;
  color: #333;
}
#toppage-link ul li a:hover {
  text-decoration: underline;
}
#toppage-link ul li.wide {
  width: 27%;
}
#toppage-link ul li.last {
  border-right: 1px solid #dfdfdf;
}
#toppage-link ul li.oneline {
  line-height: 3em;
}
#toppage-link i {
  display: block;
  width: 100%;
  text-align: center;
}
.bx-wrapper .bx-pager {
  display: none;
}

ul#company_logo {
  margin-left: 10px;
}
ul#company_logo li {
  float: left;
  border: 1px solid #bfbfbf;
  display: table;
  width: 180px;
  height: 60px;
  padding: 5px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul#company_logo li a,
ul#company_logo li span {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
}
ul#company_logo li a:hover img {
  opacity: 0.5;
}
ul#company_logo li img {
  max-width: 180px;
  max-height: 60px;
}

.cfair_block {
  padding: 20px 10px;
}
.cfair_block h2 {
  margin: 0 0 10px;
  padding: 5px 0 5px 10px;
  border-left: 6px solid #1eb216;
  font-size: 18px;
  font-weight: bold;
}
.cfair_block h3 {
  padding: 8px 15px;
  font-weight: bold;
  border: 3px solid #111;
}
.cfair_block p {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.4;
}
.cfair_block p.sub {
  font-size: 1em;
  font-weight: bold;
}
.cfair_block table {
  width: 100%;
  margin-bottom: 30px;
}
.cfair_block td {
  border: 1px solid #dfdfdf;
}
.cfair_block ul {
  padding: 10px 15px;
}
.cfair_block dl {
  padding: 10px 15px;
}
.cfair_block dt {
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 10px 0;
}
#cfair_top_about dt {
  padding-bottom: 10px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
#cfair_top_about dd {
  margin-bottom: 15px;
}
.cfair_block dd {
  padding: 5px 15px;
}

.cfair_block button {
  display: block;
  border: none;
  margin: 10px auto;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  background: #1eb216;
  cursor: pointer;
}
.cfair_block button:hover {
  background: #11820b;
}
.cfair_block button a {
  color: #fff;
  text-decoration: none;
}
.cfair_block button i {
  padding-right: 0.5em;
}

.cfair_block button.register {
  display: block;
  border: none;
  margin: 10px auto;
  padding: 20px 40px;
  font-size: 24px;
  color: #fff;
  background: #ffa500;
  cursor: pointer;
}
.cfair_block button.register:hover {
  background: #ffb733;
}
.cfair_block button.inactive {
  background-color: #d3d3d3;
  color: #f9f9f9;
  pointer-events: none;
}

.cfair_preapply {
  margin-top: 40px;
  text-align: center;
}

a.cfair_preapply_button {
  display: inline-block;
  width: 224px;
  padding: 15px 0 20px;
  border-radius: 6px;
  background-color: #1eb216;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s;
}

a.cfair_preapply_button:hover {
  background-color: #24bd1b;
}

a.cfair_preapply_button::before {
  content: url(https://www.daijob.com/images/mdj/cfair/cf-icon-email.svg);
  display: inline-block;
  position: relative;
  top: 4px;
  left: -8px;
}

.cfair_preapply .cfair_preapply_notice {
  color: #ff1a00;
  font-size: 12px;
  text-align: center;
}

.cfair_preapply-index {
  margin-bottom: 40px;
  text-align: center;
}

.cfair_preapply-index_content {
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  padding: 24px 32px;
  background-color: rgba(0,0,102,0.03);
  border-radius: 4px;
}

.cfair_preapply-index_image {
  width: 336px;
  margin-right: 24px;
  transition: opacity 0.3s;
}

.cfair_preapply-index_image:hover {
  opacity: 0.85;
}

.cfair_preapply-index_image img {
  max-width: 100%;
  border-radius: 4px;
}

.cfair_preapply-index_text {
  width: calc(100% - 360px);
}

.cfair_preapply-index_text h3 {
  color: #006;
  font-size: 16px;
  font-weight: 700;
}

.cfair_preapply-index_text h3::before {
  font-family: "FontAwesome";
  content: "\f06a";
  position: relative;
  top: 1px;
  margin-right: 4px;
  font-size: 18px;
  font-weight: 400;
}

.cfair_preapply-index_text p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

.cfair_preapply-index_text p.caption {
  font-size: 12px;
}

@media (max-width: 768px) {
  .cfair_preapply-index_content {
    flex-direction: column;
    margin: auto 30px;
  }
  .cfair_preapply-index_image {
    width: 100%;
    order: 2;
  }
  .cfair_preapply-index_text {
    order: 1;
    width: 100%;
  }
  .cfair_preapply-index_text h3 {
    font-size: 18px;
    text-align: center;
  }
  .cfair_preapply-index_text h3::before {
    font-size: 12px;
  }
  .cfair_preapply-index_text p {
    font-size: 16px;
  }
  .cfair_preapply-index_text p.caption {
    margin-bottom: 20px;
    font-size: 14px;
  }
}


#cfair_top_gaiyo ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
#cfair_top_gaiyo p.subject {
  margin-bottom: 30px;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 5px;
  font-size: 0.9em;
}
#cfair_top_gaiyo img {
  width: 100%;
  margin-top: 40px;
}

.cfair_app_image {
  max-width: 360px;
  margin: 20px auto 10px;
  text-align: center;
}
.cfair_app_image img {
  margin: 5px;
}
.cfair_app_text {
  margin-bottom: 60px;
  text-align: center;
}

.cfair_block .bsv_text {
  border-right: none;
}
.cfair_block .bsv_logo {
  vertical-align: middle;
  text-align: center;
  border-left: none;
  padding: 10px;
}
.bsv_text {
  width: 85%;
}
.bsv_logo {
  width: 15%;
}
.bsv_logo > img {
  width: 80%;
}

.image_right {
  float: right;
  max-width: 300px;
  margin: 10px;
  border-left: 20px solid #fff;
}

tr:nth-child(even) th,
tr:nth-child(even) td {
  background: #f3f3f3;
}
/*.odd td { background: #f6f6f6; }*/

.company {
}
.company h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.company h3 span {
  display: inline-block;
  font-size: 12px;
  background: #000;
  color: #fff;
  margin-left: 1em;
  margin-top: -2px;
  padding: 5px 10px;
  border-radius: 14px;
}

.company h4 {
  margin-top: 20px;
  margin-left: 0.5em;
  font-weight: bold;
}
.company table {
  margin-top: 5px;
}
.company th {
  width: 10%;
  padding: 10px;
  background: #006 !important;
  color: #fff;
  border: 1px solid #33a;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.company td {
  width: 40%;
  padding: 10px;
  vertical-align: middle;
}
.company p {
}

.companylist h3 {
  border: none;
  margin-top: 20px;
  margin-bottom: -10px;
  background: #f1f1f1;
}
.companylist table {
  margin-top: 30px;
}
.companylist td {
  vertical-align: middle;
  padding: 15px;
}
.companylist td#company {
  width: 55%;
}
.companylist td#industry {
  width: 15%;
}
.companylist td#business {
  width: 30%;
}
.companylist thead td {
  text-align: center;
  padding: 10px;
  line-height: 1;
}
  .companylist td h4 {
  font-size: 1.4em;
}
.companylist td p {
  padding: 0.1em;
  font-size: 1em;
}
.companylist span {
  margin-right: 20px;
  white-space: nowrap;
  line-height: 1.8em;
}
.companylist p span {
  background: #062eb2;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  margin-right: 0.2em;
  line-height: 3em;
}
@media (max-width: 767.98px) {
  .companylist tbody td:nth-child(3) span {
    margin: 0 20px 0 0;
    white-space: wrap;
  }
  .companylist tbody td:nth-child(3) span:first-child {
    margin: 0;
  }
  .companylist table tbody td::before {
    display: block;
  }
  .companylist table tbody td:nth-child(1)::before {
    content: "[企業名]";
  }
  .companylist table tbody td:nth-child(2)::before {
    content: "[業種]";
  }
  .companylist table tbody td:nth-child(3)::before {
    content: "[募集職種]";
  }
  #cfair_en .companylist table tbody td:nth-child(1)::before {
    content: "[Company Name]";
  }
  #cfair_en .companylist table tbody td:nth-child(2)::before {
    content: "[Industry]";
  }
  #cfair_en .companylist table tbody td:nth-child(3)::before {
    content: "[Job Opening Type]";
  }
}
.seminar thead td {
  padding: 10px;
  text-align: center;
  background: #f3f3f3;
  font-weight: bold;
}
.seminar tbody td {
  padding: 20px;
  font-weight: bold;
}
.seminar td * {
  padding: 0;
}
.seminar td dt {
  margin-bottom: 5px;
}
.seminar td img {
  margin-left: 10px;
  margin-bottom: 10px;
}
.seminar .time {
  width: 15%;
}
.seminar .content {
}
.seminar .speaker {
  width: 25%;
}

.register h3 {
  margin-top: 20px;
  border: none;
  background: #006;
  color: #fff;
}
.register h4 {
  font-weight: bold;
  font-size: 1.2em;
}
.register form {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #dfdfdf;
}
.register img {
  width: 100%;
}
.register table {
  margin-top: 10px;
}
.register .register table th,
.register table td {
  vertical-align: middle;
}
.register table th {
  padding: 10px;
  border: 1px solid #dfdfdf;
  font-weight: bold;
  line-height: 2;
}
.register table th span {
  font-size: 0.85em;
  background: #fffc85;
  padding: 0.5em;
}
.register table th span a {
  font-size: 1.2em;
}
.register table td {
  padding: 5px 20px;
}
.register table td.title {
  width: 350px;
}
input#user_name,
input#password {
  border: 1px solid #dfdfdf;
  margin: 5px 0;
  padding: 5px;
  width: 70%;
}
.register input {
  margin: 10px 5px;
}
.register select {
  border: 1px solid #dfdfdf;
  margin: 5px 0;
  padding: 5px;
  width: 70%;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.apply {
  text-align: center;
  margin-top: 30px;
}
.apply input[type="submit"],
.register input[type="submit"],
.faq input[type="submit"] {
  padding: 15px 40px;
  font-size: 1.2em;
  background-color: #006;
  color: #fff;
  border-style: none;
  cursor: pointer;
}
.faq input[type="submit"] {
  width: 260px;
}
.register input:hover {
  opacity: 0.8;
}
#fair_member table {
  margin-bottom: 10px;
}
#fair_member p {
  font-size: 1em;
}
.fair_resume {
  padding: 20px;
  background: #cdcdf7;
}
.fair_resume h4 {
  margin-bottom: 10px;
  color: #006;
}
.fair_resume ol {
  padding: 10px 20px;
  border: 1px solid #006;
  border-radius: 5px;
}
.fair_resume li {
  line-height: 1.8;
  color: #006;
}

table#userconfirm,
table#preapplyconfirm {
  width: 100%;
  margin-bottom: 30px;
}
table#userconfirm td,
table#preapplyconfirm td {
  border: 1px solid #dfdfdf;
  padding: 5px;
}

/*--- DJ-1050 show peatix widget --*/
@media screen {
  .peatix {
    margin-top: 30px;
    text-align: center;
  }
  .peatix_widget {
    width: 800px;
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .peatix_widget {
    width: 320px;
  }
}

.flow h3 {
  background: #006;
  color: #fff;
  border: none;
}
.flow h3 span {
  font-weight: normal;
  font-size: 0.85em;
  margin-right: 1em;
}
.flow h4 {
  margin: 15px 10px 10px;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #000;
}
.flow h5 {
  font-size: 1em;
  margin: 10px 10px 0;
  font-weight: bold;
  padding: 0;
}
.flow p {
  font-size: 1em;
  padding: 0.2em 1em;
}
.flow ul {
  margin-top: -10px;
  margin-left: 20px;
}
.flow li {
  list-style-type: disc;
}
.flow img {
  margin: 5px 15px;
  width: 300px;
  float: right;
}

.flow_block {
  margin: 15px 0px 30px;
}

.access {
}
.access h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.access h4 {
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
  margin-left: 15px;
  padding: 0;
}
.access p {
  padding: 0 20px;
}
.access-place h4 {
  font-size: 1.6em;
}
.access-train h4 {
  font-size: 1.2em;
  margin-top: 15px;
}
.inquiry h4 {
  margin-top: 40px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.2em;
  background: #006;
  color: #fff;
}
.inquiry td {
  padding: 10px 20px;
  vertical-align: middle;
}
.inquiry td.title {
  width: 30%;
}
.inquiry input,
.inquiry textarea {
  padding: 2px;
  border: 1px solid #dfdfdf;
  width: 80%;
}
input#privacyagree {
  width: 2em;
}
.inquiry b {
  color: #f99;
}

.faq h3 {
  margin-top: 20px;
  padding-left: 45px;
  background: url(../png/arrow_down.png) 10px center no-repeat;
  cursor: pointer;
}
.faq h3.active {
  background-image: url(../png/arrow_up.png);
}
.faq h3:hover {
  background-color: #e1ffde;
}

.faq p.answer {
  display: none;
}

.bx-controls-direction a {
  transition: none;
}

p#preapply_sub {
  font-size: 0.9em;
  margin-top: -20px;
}

table#userconfirm td {
  width: 50%;
}

.btn_orange {
  background-color: orange !important;
}

#present-image {
  width: 1078px;
  margin-left: -25px;
}

.slicknav_menu {
  display: none;
}

@media (min-width: 769px) {
  #cfair_en #cfair_menu li {
    white-space: nowrap;
  }
  .btn_member_regist .btn_member_regist_wrap .btn_member_regist_arrow {
    padding-top: 28px;
    height: 36px !important;
  }
}

@media (max-width: 768px) {
  #cfair_contents {
    width: 100%;
    overflow-x: hidden;
  }

  #cfair_menu {
    display: none;
  }

  .slicknav_menu {
    position: relative;
    display: block;
    margin: 0 20px 10px;
    border-top: 1px solid #ff7200;
    border-bottom: 1px solid #ff7200;
    padding: 0;
  }

  .slicknav_brand {
    float: none;
    height: 50px;
    padding-left: 20px;
    background-color: white;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 35px;
    color: #ff7200;
  }

  .slicknav_nav {
    background-color: white;
  }

  .slicknav_nav li {
    border-bottom: 1px solid #d8d8d8;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slicknav_nav li:first-child {
    border-top: 1px solid #d8d8d8;
  }

  .slicknav_nav li:last-child {
    border-bottom: none;
  }

  .slicknav_nav a {
    padding: 15px 20px;
    font-weight: 600;
    background: none !important;
    font-size: 1rem;
    color: #111111;
  }

  .slicknav_nav li:first-child a {
    padding-top: 10px;
  }

  #cfair_contents .slicknav_nav li:last-child {
    border: none;
    padding: 2px 0 15px;
    text-align: center;
  }

  #cfair_contents .slicknav_nav li:nth-last-child(2) {
    border: none;
    padding: 15px 0 2px;
    text-align: center;
  }

  #cfair_contents .slicknav_nav li.active a,
  #cfair_contents .slicknav_nav li a:hover {
    color: #ff7200;
  }

  #cfair_contents .slicknav_nav li a.cfair_button {
    width: 240px;
    padding: 20px;
    font-size: 1rem;
  }

  #cfair_contents .slicknav_nav li a.cfair_button_orange:hover {
    background-color: rgba(255, 114, 0, 0.15) !important;
  }

  #cfair_contents .slicknav_icon {
    display: none;
  }

  #cfair_contents .slicknav_menutxt {
    display: block;
    line-height: 0;
    font-size: 1.875rem;
    color: #ff7200;
    font-weight: 700;
    text-shadow: none;
  }

  .slicknav_btn {
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #ff7200;
  }
  #toppage-link {
    display: none;
  }
  #cfair_top_seminar tr {
    display: inline-block;
    margin-bottom: 20px;
  }
  #cfair_top_seminar tr:last-child {
    margin-bottom: 0;
  }
  #cfair_top_seminar tr :first-child {
    border-bottom: none;
  }
  #cfair_top_seminar td {
    display: block;
    width: 100%;
  }
  #cfair_top_seminar dl {
    border-bottom: 0;
  }
  #cfair_top_seminar td dt,
  #cfair_top_seminar td dd {
    padding-right: 0;
    padding-left: 0;
  }
  #cfair_top_seminar tr:nth-child(even) td {
    background-color: #fff;
  }
  #cfair_top_seminar p {
    padding: 0;
  }
  #cfair_top_gaiyo p span {
    display: block;
  }
  .cfair_app_text {
    text-align: left;
  }

  #cfair_top_bsv td {
    display: block;
  }
  .cfair_block .bsv_text {
    border-right: 1px solid #dfdfdf;
    border-bottom: none;
  }
  .cfair_block .bsv_logo {
    padding-bottom: 30px;
    border-top: none;
    border-left: 1px solid #dfdfdf;
  }
  .bsv_text {
    width: auto;
  }
  .bsv_logo {
    width: auto;
  }
  .bsv_logo > img {
    width: 30%;
  }

  ul#company_logo li {
    width: 42%;
  }
  ul#company_logo li img {
    max-width: 100%;
  }

  .companylist table {
    border-bottom: 1px solid #dfdfdf;
  }
  .companylist thead {
    display: none;
  }
  .companylist tr {
    margin-bottom: 20px;
  }
  .companylist tr:nth-child(even) th,
  .companylist tr:nth-child(even) td {
    background: #f0f0f0;
  }
  .companylist td {
    display: block;
    text-align: center;
    border-bottom: none;
    border-top: 1px dotted #dfdfdf;
  }
  .companylist td h4 {
    text-align: center;
  }
  .companylist td p {
    text-align: center;
  }
  @media (max-width: 767.98px) {
    .companylist,
    .company {
      width: auto;
      overflow-x: hidden;
    }
    .companylist table {
      width: auto;
    }
    .company table {
      width: calc(100% - 20px);
    }
  }

  .company th,
  .company td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .company td {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .register table td.title {
    width: 33%;
  }

  .btn_member_regist .btn_member_regist_wrap .btn_member_regist_arrow {
    padding-top: 15px;
    height: 25px !important;
  }
  .btn_member_regist .btn_member_regist_wrap a {
    font-size: 12px;
    text-indent: 1em;
  }

  #cfair_top_about .image_right {
    float: none;
    width: 100%;
    max-width: 100%;
    border-left: none;
    margin: 10px 0;
  }

  .cfair_block.seminar table {
    border-bottom: 1px solid #dfdfdf;
  }
  .cfair_block.seminar table thead {
    display: none;
  }
  .cfair_block.seminar table td {
    display: block;
    text-align: center;
    border-top: none;
    border-bottom: none;
    background-color: white;
  }
  .cfair_block.seminar table td:first-child::before {
    font-family: "FontAwesome";
    content: "\f017";
    font-size: 18px;
    position: relative;
    top: 1px;
    padding-right: 0.25rem;
  }
  .cfair_block.seminar table td:first-child {
    background-color: #1eb216;
    color: white;
    padding: 15px;
  }
  .cfair_block.seminar table td:last-child {
    padding-bottom: 40px;
  }
  .cfair_block.seminar table td:last-child::before {
    display: block;
    content: "スピーカー";
    padding: 10px;
    border: 2px solid #1eb216;
    color: #1eb216;
  }
  #cfair_en .cfair_block.seminar table td:last-child::before {
    content: "Speaker";
  }
  .cfair_block.seminar table td img {
    width: 30%;
    max-width: 360px;
    float: none;
    margin: 20px auto;
  }

  #cfair_en .btn_resume_create {
    font-size: 12px !important;
  }

  #present-image {
    width: 100%;
    margin-left: 0;
  }
  .slider img {
    width: 100%;
  }
  .ta_center img {
    width: 100%;
  }
  .image_right {
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .flow_block img {
    width: 94%;
    float: none;
    margin-bottom: 15px;
  }
}

#cfair_contents {
  position: relative;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_wrapper {
    width: 100%;
    overflow-x: hidden;
  }
  #cfair_contents .cfair_wrapper.cfair_wa {
    padding-top: 20px;
  }
}

.image_pc {
  display: block;
}

.image_sp {
  display: none;
}

@media (max-width: 767.98px) {
  .image_pc {
    display: none;
  }
  .image_sp {
    display: block;
  }
}

#cfair_contents p.alert_text {
  display: none;
  color: #e83e8c;
  font-size: 0.875rem;
}

#cfair_en #cfair_contents p.alert_text {
  margin-top: 10px;
  color: #e83e8c;
  font-size: 0.875rem;
}

#cfair_contents .registration_alert_text {
  color: #e83e8c;
  font-size: 0.675rem;
}

.cfair_section-title_alert_text {
  color: #e83e8c;
  font-size: 0.875rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  #cfair_contents p.alert_text {
    padding: 0 20px;
  }
}

#cfair_contents .future p.alert_text {
  display: block;
}

#cfair_contents p.alert_text.-button {
  margin-bottom: 10px;
  text-align: center;
}

#cfair_contents p.alert_text.-h2 {
  margin-top: -10px;
  margin-bottom: 40px;
  text-align: center;
}

#cfair_contents hr.divider {
  margin-top: -30px;
  border: none;
  background-color: #dfdfdf;
  height: 1px;
}

#cfair_contents .cfair_top {
  /* background-image: url(/images/mdj/cfair/cf-top-bg02.svg),url(/images/mdj/cfair/cf-top-bg.svg); */
  /* background-image: url(/images/mdj/cfair/cf-top-bg02.svg),url(/images/mdj/cfair/cf-top-bg-online.svg); */
  background-image: url(../png/cf-top-bg02.png), url(../png/cf-top-bg-online.png);
  background-size: 100%, 100%;
  background-position: left bottom, left top;
  background-repeat: no-repeat, no-repeat;
  /* min-height: 640px; */
  padding-top: 64px;
  padding-bottom: 152px;
}

/* #cfair_en #cfair_contents .cfair_top {
  background-image: url(/images/mdj/cfair/cf-top-bg02.svg),url(/images/mdj/cfair/cf-top-bg_en.svg);
} */

@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #cfair_contents .cfair_top {
    /* for IE */
    /* background-image: url(/images/mdj/cfair/cf-top-bg02.png),url(/images/mdj/cfair/cf-top-bg.png); */
    background-image: url(../png/cf-top-bg02.png), url(../png/cf-top-bg-online.png);
  }
  /*
    *::-ms-backdrop, #cfair_en #cfair_contents .cfair_top {
    background-image: url(/images/mdj/cfair/cf-top-bg02.png),url(/images/mdj/cfair/cf-top-bg_en.png);
  }
  */
}

#cfair_contents .cfair_top h1 {
  text-align: center;
}

#cfair_contents .cfair_top h1 img {
  width: calc(100% - 40px);
  max-width: 560px;
}

#cfair_contents .cfair_top h2 {
  width: 560px;
  margin: 24px auto 16px;
  padding: 16px 8px;
  text-align: center;
  color: #000066;
  font-size: 1rem;
  font-weight: 600;
  border-top: 2px solid #000066;
  border-bottom: 2px solid #000066;
  line-height: 1.5;
}

#cfair_contents .cfair_top_announcement {
  margin: 0 20px 30px;
  text-align: center;
  color: #e83e8c;
  font-size: 1rem;
  font-weight: 600;
}

#cfair_contents .cfair_top-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

#cfair_contents .cfair_top-box {
  position: relative;
  margin: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  display: block;
  color: #000066;
  text-decoration: none;
  transition: all 0.1s;
}

#cfair_contents .cfair_top-box::after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-family: fontAwesome;
  content: "\f0da";
  color: #ff7300;
  font-size: 24px;
}

#cfair_contents .cfair_top-box.inactive::before {
  content: "このフェアは終了しました";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 34px;
  display: inline-block;
  color: white;
  background-color: #c0c0c0;
  font-weight: 600;
  z-index: 2;
  font-size: 1rem;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

#cfair_contents .cfair_top-box.before_inactive::before {
  content: " 1か月前より情報公開予定です";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 245px;
  height: 34px;
  display: inline-block;
  color: white;
  background-color: black;
  font-weight: 600;
  z-index: 2;
  font-size: 1rem;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

#cfair_en #cfair_contents .cfair_top-box.inactive::before {
  content: "This fair is over";
  width: 140px;
}

#cfair_en #cfair_contents .cfair_top-box.before_inactive::before {
  content: " Info available soon";
  width: 140px;
}

#cfair_contents .cfair_top-box.inactive::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#cfair_contents .cfair_top-box:hover {
  background-color: #ffeade;
}

#cfair_contents .cfair_top-box_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 120px;
  background-color: #fffbf2;
  list-style-type: none;
  border-radius: 3px;
}

#cfair_contents .cfair_top-box:hover .cfair_top-box_detail {
  background: none;
}

#cfair_contents .cfair_top-box_balloon,
#cfair_contents .cfair_area-box_balloon {
  position: absolute;
  padding: 4px 18px;
  top: -22px;
  right: 50%;
  transform: translateX(50%);
  margin: auto;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
}

#cfair_contents .cfair_top-box_balloon::before,
#cfair_contents .cfair_area-box_balloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto -21px;
  width: 13px;
  height: 8px;
  box-sizing: border-box;
  border: 12px solid transparent;
  border-top: 12px solid #1fb215;
}

#cfair_contents .cfair_top-box_balloon {
  font-size: 16px;
  background-color: #1fb215;
}

#cfair_contents .cfair_area-box_balloon {
  font-size: 20px;
  background-color: #ff7200;
}

#cfair_contents .cfair_top-box_balloon::before {
  border-top: 12px solid #1fb215;
}

#cfair_contents .cfair_area-box_balloon::before {
  border-top: 12px solid #ff7200;
}

#cfair_contents .cfair_top-box_detail--left {
  width: 130px;
  height: 100px;
  margin: 10px 20px 10px 10px;
  border-radius: 3px;
  line-height: 144px;
  font-size: 1rem;
  font-weight: bold;
  /* letter-spacing: 3.2px; */
  text-align: center;
  background-color: #ff7200;
  color: #ffffff;
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-building.svg);
  background-size: 32px;
  background-position: center 20px;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  #cfair_contents .online .cfair_top-box_detail--left {
    background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-monitor.svg);
    letter-spacing: 0;
  }
}

#cfair_contents .cfair_top-box_detail--right {
  flex: 1;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
}

.cfair_top-box_detail--date {
  font-size: 1.5rem;
  font-weight: 700;
}

.cfair_top-box_detail--time,
.cfair_top-box_detail--place {
  font-size: 1rem;
}

.cfair_top-box_detail--time::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg fill='%23006' clip-path='url(%23a)'%3E%3Cpath d='M8 0a8 8 0 1 0 8 8 8.024 8.024 0 0 0-8-8Zm0 14a6 6 0 1 1 6-6 6.018 6.018 0 0 1-6 6Z'/%3E%3Cpath d='M11.5 7H9V4.5a1 1 0 0 0-2 0V8a1 1 0 0 0 1 1h3.5a1 1 0 1 0 0-2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cfair_top-box_detail--place::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23006' d='M8 0C4.1 0 1 3.1 1 7c0 1.9.7 3.7 2.1 5 .1.1 4.1 3.7 4.2 3.8.4.3 1 .3 1.3 0 .1-.1 4.2-3.7 4.2-3.8 1.4-1.3 2.1-3.1 2.1-5 .1-3.9-3-7-6.9-7Zm0 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#cfair_contents .cfair_top-box_date {
  margin-top: 22px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  white-space: nowrap;
}

#cfair_contents .cfair_top-box_date span {
  font-size: 1rem;
}

#cfair_contents .cfair_top-box_place {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
}

#cfair_contents .cfair_top-box_place span::before {
  content: url(https://www.daijob.com/images/mdj/cfair/cf-icon-spot.svg);
  position: relative;
  top: 3px;
  padding-right: 0.25rem;
}

#cfair_contents .online .cfair_top-box_place span::before {
  content: url(https://www.daijob.com/images/mdj/cfair/cf-icon-clock3.svg);
  top: 4px;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_top {
    background-size: 200%, 100%;
    background-position: center bottom, left top;
    background-repeat: no-repeat, no-repeat;
    padding-top: 60px;
    padding-bottom: 120px;
    width: 100vw;
    height: auto;
  }
  #cfair_contents .cfair_top h2 {
    width: auto;
    margin: 20px;
    font-size: 1rem;
    text-align: left;
  }
  #cfair_contents .cfair_top h2 br {
    display: none;
  }
  #cfair_contents .cfair_top-box {
    width: 100%;
    max-width: 460px;
    margin: 7.5px 10px;
  }
  #cfair_contents .cfair_top-box::after {
    top: calc(50% + 16px);
  }
  #cfair_contents .cfair_top-box_detail {
    display: block;
    width: 100%;
    max-width: 460px;
    height: auto;
    padding-bottom: 10px;
  }
  #cfair_contents .cfair_top-box_detail--left {
    width: auto;
    height: 36px;
    margin: 0;
    background-size: 24px;
    background-position: calc(50% - 4rem) center;
    line-height: 36px;
    font-size: 1rem;
  }
  #cfair_contents .cfair_top-box_detail--right {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
  }
  #cfair_contents .cfair_top-box_date {
    width: auto;
    text-align: center;
    margin-top: 0;
    font-size: 1.25rem;
  }
  #cfair_contents .cfair_top-box_place {
    margin-top: 0;
    font-size: 0.875rem;
    text-align: center;
  }

  .cfair_top-box_detail--date {
    margin: 16px auto 8px;
    text-align: center;
  }

  .cfair_top-box_detail--time,
  .cfair_top-box_detail--place {
    text-align: center;
  }

  #cfair_contents .cfair_top-box.inactive::before {
    width: 170px;
    height: 28px;
    font-size: 0.75rem;
    line-height: 28px;
  }

  #cfair_contents .cfair_area-box_balloon,
  #cfair_contents .cfair_top-box_balloon {
    width: 60%;
    text-align: center;
    font-size: 16px;
  }

  #cfair_contents .cfair_top-box_balloon {
    top: initial;
    bottom: -7px;
  }

  #cfair_contents .cfair_top-box_balloon::before {
    top: 0;
    bottom: initial;
    margin: -21px auto 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

#cfair_contents .cfair_area-top_main {
  /* background-image: url(/images/mdj/cfair/cf-top-bg02.svg),url(/images/mdj/cfair/cf-top-bg.svg); */
  background-image: url(../png/cf-top-bg02.png), url(../png/cf-top-bg.png);
  background-size: 100%, 100%;
  background-position: left bottom, left top;
  background-repeat: no-repeat, no-repeat;
  max-width: 1078px;
  /* height: 560px; */
  height: 620px; /* SNS area below */
  margin: auto;
  padding-top: 84px;
}

#cfair_en #cfair_contents .cfair_area-top_main {
  /* background-image: url(/images/mdj/cfair/cf-top-bg02.svg),url(/images/mdj/cfair/cf-top-bg_en.svg); */
  background-image: url(../png/cf-top-bg02.png), url(../png/cf-top-bg_en.png);
}

@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #cfair_contents .cfair_area-top_main {
    background-image: url(../png/cf-top-bg02.png), url(../png/cf-top-bg.png); /* for IE */
  }
  *::-ms-backdrop,
  #cfair_en #cfair_contents .cfair_area-top_main {
    background-image: url(../png/cf-top-bg02.png), url(../png/cf-top-bg_en.png); /* for IE */
  }
}

#cfair_contents .cfair_area-top_main h1 {
  text-align: center;
}

#cfair_contents .cfair_area-top_main h1 img {
  width: calc(100% - 40px);
  max-width: 620px;
}

a.cfair_area-top_feature {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 10px 70px;
  max-width: 520px;
  background-color: white;
  border: 2px solid #040065;
  border-radius: 60px;
  font-family: "Roboto Condensed", sans-serif;
  color: #040065;
  text-decoration: none;
  transition: background-color 0.3s linear;
}

.cfair_area-top_feature:hover {
  background-color: #dfdff3;
}

.cfair_area-top_feature::before {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-family: fontAwesome;
  content: "\f0f7";
  font-size: 24px;
}

.cfair_area-top_feature::after {
  position: absolute;
  right: 30px;
  top: 14px;
  font-family: fontAwesome;
  content: "\f107";
  -webkit-animation: arrow-bounce 2.5s infinite;
  animation: arrow-bounce 2.5s infinite;
  font-size: 28px;
}

.cfair_area-top_feature-label {
  font-size: 14px;
}

.cfair_area-top_feature-title {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  a.cfair_area-top_feature {
    margin: 30px 20px 0;
  }
  .cfair_area-top_feature::after {
    top: calc(50% - 14px);
  }
}

#cfair_contents .cfair_area-top_main-box {
  position: relative;
  width: calc(100% - 120px);
  max-width: 588px;
  padding: 34px;
  /* margin: 30px auto 50px; */
  margin: 20px auto 12px; /* SNS area below */
  background-color: white;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  display: block;
  color: #000066;
}

#cfair_en #cfair_contents .cfair_area-top_main-box {
  /* margin: 35px auto; */
  margin: 20px auto 12px; /* SNS area below */
}

#cfair_contents .cfair_area-top_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  background-color: #fffbf2;
  list-style-type: none;
  border-radius: 3px;
}

#cfair_contents .cfair_area-top_detail--left {
  width: 140px;
  height: 100px;
  line-height: 100px;
  font-size: 2.25rem;
  font-weight: bold;
  /* letter-spacing: 3.2px; */
  text-align: center;
}

#cfair_contents .cfair_area-top_detail--right {
  flex: 1;
}

#cfair_contents .cfair_area-top_date {
  margin-top: 20px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
}

#cfair_en #cfair_contents .cfair_area-top_date {
  font-size: 1.875rem;
  line-height: 1;
}

#cfair_contents .cfair_area-top_date span {
  font-size: 1.125rem;
}

#cfair_en #cfair_contents .cfair_area-top_date span {
  font-size: 1.375rem;
}

#cfair_contents .cfair_area-top_place {
  font-size: 1.125rem;
  margin-top: 5px;
}

#cfair_en #cfair_contents .cfair_area-top_place {
  font-size: 1.375rem;
}

#cfair_contents .cfair_area-top_place span::before {
  content: url(https://www.daijob.com/images/mdj/cfair/cf-icon-spot.svg);
  position: relative;
  top: 3px;
  padding-right: 0.25rem;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_area-top_main {
    background-size: 200%, 100%;
    background-position: center bottom, left top;
    background-repeat: no-repeat, no-repeat;
    padding: 60px 0 40px;
    height: auto;
  }
  /* #cfair_contents .cfair_area-top_main-box {
    margin: 30px auto;
  } */
  #cfair_contents .cfair_area-top_detail {
    display: block;
    height: auto;
    padding-bottom: 20px;
  }
  #cfair_contents .cfair_area-top_detail--left {
    width: 100%;
    height: auto;
    font-size: 1.25rem;
    background-color: #ff7200;
    color: #ffffff;
    line-height: 36px;
    border-radius: 3px 3px 0 0;
  }
  #cfair_contents .cfair_area-top_date {
    margin-top: 10px;
    text-align: center;
  }
  #cfair_contents .cfair_area-top_date span {
    display: block;
  }
  #cfair_contents .cfair_area-top_place {
    text-align: center;
  }
}

/* SNS Buttons */
.cfair_area-top_sns {
  padding: 0 20px;
}

.cfair_area-top_sns-title {
  color: #006;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.cfair_area-top_sns-title span {
  padding: 5px 10px;
  background-color: rgba(255 255 255 / 85%);
}

.cfair_area-top_sns-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.cfair_area-top_sns-button {
  margin: 0 3px;
}

.cfair_area-top_sns-button a {
  display: inline-block;
  padding: 6px 8px 6px 24px;
  border-radius: 3px;
  background-size: 14px;
  background-position: 6px 4px;
  background-repeat: no-repeat;
  color: white;
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s;
}

.cfair_area-top_sns-button a.line {
  background-color: #06c755;
  background-image: url(https://www.daijob.com/images/mdj/common/sns/icon-line.svg);
}

.cfair_area-top_sns-button a.line:hover {
  background-color: #03a52f;
}

.cfair_area-top_sns-button a.twitter {
  background-color: #1d9bf0;
  background-image: url(https://www.daijob.com/images/mdj/common/sns/icon-twitter.svg);
}

.cfair_area-top_sns-button a.twitter:hover {
  background-color: #0a7bbf;
}

.cfair_area-top_notes {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 20px 30px;
  max-width: 420px;
  background-color: #f2f2f7;
  border-radius: 4px 0 4px 4px;
  z-index: 10;
}

@media screen and (max-width: 767.98px) {
  .cfair_area-top_notes {
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
}

.cfair_area-top_notes_close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  background-color: #f2f2f7;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><g class="nc-icon-wrapper" stroke-linecap="round" stroke-linejoin="round" fill="none" stroke="%23006"><path d="m19.5 5.5-14 14M19.5 19.5l-14-14"/></g></svg>');
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  transition: all 0.3s linear;
}

.cfair_area-top_notes_close:hover {
  background-color: #dfdff3;
}

.cfair_area-top_notes_box {
  display: flex;
}

.cfair_area-top_notes_title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.cfair_area-top_notes_text {
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.75;
}

.cfair_area-top_notes_image {
  width: 150px;
}

.cfair_area-top_notes_image img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .cfair_area-top_notes_box {
    flex-direction: column;
  }
  .cfair_area-top_notes_title {
    font-size: 16px;
  }
  .cfair_area-top_notes_text {
    order: 2;
    margin: 20px 0 0;
  }
  .cfair_area-top_notes_image {
    order: 1;
    width: 100px;
    margin: auto;
  }
}

#cfair_contents .cfair_area-top_button {
  margin-top: 30px;
  text-align: center;
}

#cfair_contents .cfair_button-register,
#cfair_contents .cfair_button-resume {
  display: inline-block;
  width: 180px;
  padding: 16px 32px;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

#cfair_contents .cfair_button-registered {
  display: inline-block;
  width: 180px;
  padding: 16px 32px;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

#cfair_contents .cfair_button-register {
  background-color: #1eb216;
}

#cfair_contents .cfair_button-registered {
  background-color: #d3d3d3;
}

#cfair_contents .cfair_button-register:hover {
  background-color: #12820b;
}

#cfair_contents .future .cfair_button-register,
#cfair_contents .closed .cfair_button-register {
  /* pointer-events: none;
  background-color: #d3d3d3; */
  background-color: #12820b;
}

#cfair_contents .cfair_button-resume {
  background-color: #ff7200;
}

#cfair_contents .cf-wa .cfair_button-resume {
  background-color: #111;
}

#cfair_contents .cfair_button-resume:hover {
  background-color: #d66001;
}

#cfair_contents .cf-wa .cfair_button-resume:hover {
  background-color: #111;
  opacity: 0.75;
}


@media (max-width: 767.98px) {
  #cfair_contents .cfair_button-register,
  #cfair_contents .cfair_button-resume {
    width: 100%;
    max-width: 240px;
    padding-left: 0;
    padding-right: 0;
  }

  #cfair_contents .cfair_button-registered {
    width: 100%;
    max-width: 240px;
    padding-left: 0;
    padding-right: 0;
  }
}

#cfair_contents .cfair_area-top_navigation {
  margin: 20px auto 40px;
  text-align: center;
}

#cfair_contents .cfair_area-top_navigation .cfair_button {
  margin: 20px;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_area-top_navigation .cfair_button {
    margin: 10px;
  }
}

#cfair_contents .cfair_button {
  display: inline-block;
  min-width: 238px;
  padding: 25px;
  border-radius: 3px;
  background-color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1px;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_button {
    width: 100%;
    max-width: 280px;
    padding-left: 0;
    padding-right: 0;
  }
}

.rotate {
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

#cfair_contents .cfair_button_wa {
  border: 1px solid #0393da;
  color: #0393da;
  margin: 20px;
}

#cfair_contents .cfair_button_navy {
  border: 2px solid #000066;
  color: #000066;
}

#cfair_contents .cfair_button_navy:hover {
  background-color: rgba(0, 0, 102, 0.15);
}

#cfair_contents .cfair_button_orange {
  border: 2px solid #ff7200;
  color: #ff7200;
}

#cfair_contents .cfair_button_orange:hover {
  background-color: rgba(255,114,0,0.15);
}

#cfair_contents .cfair_button_blue {
  border: 2px solid #0493da;
  color: #0493da;
}

#cfair_contents .cfair_button_blue:hover {
  background-color: rgba(4,147,218,0.15);
}

#cfair_contents .cfair_button i {
  line-height: 0;
  padding-right: 0.25rem;
}

#cfair_contents .border_top {
  border-top: 1px solid #dfdfdf;
}

#cfair_contents .border_bottom {
  border-bottom: 1px solid #dfdfdf;
}

#cfair_contents .cfair_menu {
  display: block;
  will-change: transform;
  max-width: 1078px;
  margin: auto;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_menu {
    display: none;
  }
}

#cfair_contents .cfair_menu-fixed {
  position: fixed;
  top: 0;
  left: calc(50% - 539px);
  z-index: 2;
  width: 1078px;
  background-color: rgba(255, 255, 255, 0.95);
}

#cfair_contents .cfair_menu-fixed li a {
  height: 48px;
}

#cfair_contents .cfair_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 2px solid #000066;
  border-bottom: 2px solid #000066;
}

#cfair_contents .cfair_menu li {
  flex: auto;
  text-align: center;
  align-items: center;
}

#cfair_contents .cfair_menu li a {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  height: 100px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}

#cfair_contents .cfair_menu li a:hover {
  text-decoration: underline;
}

#cfair_contents .cfair_online .cfair_menu li a {
  height: 60px;
}

#cfair_contents .cfair_page_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_page_menu {
    display: none;
  }
}

#cfair_contents .cfair_page_menu ul {
  width: 1078px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: wrap;
}

#cfair_contents .cfair_page_menu li {
  flex: auto;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-right: 1px solid #ff7200;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#cfair_contents .cfair_page_menu li:nth-last-child(2) {
  margin-left: 20px;
}

#cfair_contents .cfair_page_menu li:nth-last-child(2),
#cfair_contents .cfair_page_menu li:last-child {
  width: 150px;
  border: none;
}

#cfair_contents .cfair_page_menu li a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111111;
  text-decoration: none;
  transition: all 0.3s;
}

#cfair_contents .cfair_page_menu li a.inactive {
  pointer-events: none;
  color: gray !important;
}

#cfair_contents .cfair_page_menu li a.cfair_button {
  display: inline-block;
  width: 180px;
  min-width: 180px;
  padding: 20px 10px;
  border-radius: 3px;
  background-color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1px;
  border: 2px solid #ff7200;
  color: #ff7200;
}

#cfair_contents .cfair_page_menu li a.cfair_button:hover {
  background-color: rgba(255, 114, 0, 0.15);
}

#cfair_contents .cfair_page_menu li.active a,
#cfair_contents .cfair_page_menu li a:hover {
  color: #ff7200;
}

#cfair_contents .cfair_menu-fixed li a {
  height: 48px;
}

#cfair_contents .cfair_online_text {
  margin-top: 20px;
  font-size: 1rem;
}

#cfair_contents .cfair_online_main-text {
  margin: 0 auto 40px;
  max-width: 860px;
  padding: 20px 30px;
  background-color: #f2f2f7;
  border-radius: 4px;
}

#cfair_contents .cfair_online_main-text h2 {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #006;
  text-align: center;
}

#cfair_contents .cfair_online_main-text p {
  font-size: 1rem;
  text-align: center;
}

#cfair_contents .cfair_online_index-text {
  margin: -10px auto 30px;
  padding: 0 20px;
}

#cfair_contents .cfair_online_index-text_date {
  margin-bottom: 10px;
  font-size: 16px;
  color: #006;
  text-align: center;
}

#cfair_contents .cfair_online_index-text_date span {
  display: inline-block;
  position: relative;
  top: -2px;
  left: -6px;
  padding: 5px 8px 4px;
  border: 1px solid #006;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1;
}

#cfair_contents .cfair_online_index-text p {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  #cfair_contents .cfair_online_index-text_date {
    font-size: 18px;
  }
  #cfair_contents .cfair_online_index-text_date span {
    display: block;
    max-width: 160px;
    margin: 10px auto 0;
  }
  #cfair_contents .cfair_online_index-text p {
    text-align: left;
    font-size: 14px;
  }
}

.cfair_online_main-label {
  margin-top: 10px;
  text-align: center;
}
.cfair_online_main-label span {
  margin: 5px;
}

@media (max-width: 767.98px) {
  .cfair_online_main-label span {
    display: block;
  }
}

.cfair_online_main-label span::before {
  content: url(https://www.daijob.com/images/mdj/cfair/cf-icon-check-green.svg);
  display: inline-block;
  position: relative;
  top: 1px;
  padding-right: 7px;
  width: 14px;
  height: 14px;
}

#cfair_contents .cfair_present {
  margin: 40px auto;
  max-width: 1078px;
}

#cfair_contents .cfair_present img {
  width: 100%;
  transition: all 0.2s;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_present img {
    max-width: 300px;
    margin: auto;
  }
}

#cfair_contents section {
  width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50%;
  margin-right: -50%;
  padding-top: 60px;
  padding-bottom: 90px;
}

@media (max-width: 1077.98px) {
  #cfair_contents section {
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#cfair_contents section.bg-light {
  background-color: #fffbf2;
}

#cfair_contents .cf-wa section.bg-light {
 background-color: #f9f9f9;
}

#cfair_contents section .container {
  width: 1072px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #cfair_contents section .container {
    width: 100%;
  }
}

#cfair_contents h2.cfair_section-title {
  margin: 0 auto 20px;
  text-align: center;
  border: none;
}

#cfair_contents h2.cfair_section-title span {
  padding-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 2.375rem;
  color: #000066;
  letter-spacing: 2px;
  background: url(../png/cfair_section-title_bg.png) left bottom repeat-x;
}

#cfair_contents h2.cfair_section-title span:after {
  font-size: 1.25rem;
  display: block;
  margin-top: 30px;
  letter-spacing: 0;
}

#cfair_contents #companies h2.cfair_section-title span:after {
  content: "出展企業";
}

#cfair_contents #about h2.cfair_section-title span:after {
  content: "キャリアフェアとは？";
}

#cfair_contents #seminar h2.cfair_section-title span:after {
  content: "セミナー";
}

#cfair_contents .cfair_online #seminar h2.cfair_section-title span:after {
  content: "転職お役立ちセミナー";
}

#cfair_contents #tips h2.cfair_section-title span:after {
  content: "転職お役立ちコーナー";
}

#cfair_contents #tour h2.cfair_section-title span:after {
  content: "入場までの流れ";
}

#cfair_contents #success h2.cfair_section-title span:after {
  content: "転職成功事例";
}

#cfair_contents #faq h2.cfair_section-title span:after {
  content: "よくあるご質問";
}

#cfair_contents #overview h2.cfair_section-title span:after {
  content: "開催概要";
}

#cfair_contents #access h2.cfair_section-title span:after {
  content: "アクセス";
}

#cfair_en #cfair_contents h2.cfair_section-title span:after {
  content: "";
}

#cfair_contents h3.cfair_section-title {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

#cfair_contents h3.cfair_section-title span {
  position: relative;
  top: 18px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #000066;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

#cfair_contents .bg-light h3.cfair_section-title span {
  background-color: #fffbf2;
}

#cfair_contents .cf-wa .bg-light h3.cfair_section-title span {
  background-color: #f9f9f9;
}

@media (max-width: 767.98px) {
  #cfair_contents h2.cfair_section-title span {
    display: block;
    font-size: 1.5rem;
    background: none;
  }
  #cfair_contents h2.cfair_section-title span::after {
    background: url(../png/cfair_section-title_bg.png) left top repeat-x;
    margin: 10px auto 0;
    padding-top: 15px;
    font-size: 1rem;
    max-width: 320px;
  }
  #cfair_contents h3.cfair_section-title span {
    font-size: 1.25rem;
  }
}

#cfair_contents .cfair_section-catch {
  margin: 20px auto 40px;
  font-size: 1.125rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  #cfair_contents h2.cfair_section-title,
  #cfair_contents h3.cfair_section-title {
    margin-bottom: 20px;
    width: 100%;
  }
  #cfair_contents .cfair_section-catch {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1rem;
    /* text-align: left; */
  }
}

/* Participating Companies */
#cfair_contents .cfair_company-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_company-logos ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#cfair_contents .cfair_company-logos li {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  width: 164px;
  height: 130px;
  margin-bottom: 20px;
  margin-right: 18px;
  padding: 15px;
  background-color: white;
}

#cfair_contents .cfair_company-logos li:nth-child(5n) {
  margin-right: 0;
}

#cfair_contents .cfair_company-logos li img {
  width: auto;
  height: auto;
  max-width: 164px;
  max-height: 130px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #cfair_contents .cfair_company-logos li {
    width: 30%;
  }
}

@media (max-width: 575.98px) {
  #cfair_contents .cfair_company-logos li {
    width: 45%;
  }
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_company-logos li {
    margin-bottom: 4%;
    padding: 0;
    margin-left: 1.4%;
    margin-right: 1.4%;
  }
  #cfair_contents .cfair_company-logos li:nth-child(5n) {
    margin-right: 1.4%;
  }
  #cfair_contents .cfair_company-logos li img {
    width: auto;
    height: auto;
    max-width: 90%;
  }
}

/* About */
#cfair_contents .cfair_about_image-box {
  margin-top: 60px;
}

#cfair_contents .cfair_about_image-box img {
  float: left;
  width: 439px;
  box-sizing: border-box;
}

#cfair_contents .cfair_about_image-box img:nth-child(1) {
  width: 623px;
  margin-right: 10px;
}

#cfair_contents .cfair_about_image-box img:nth-child(2) {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_about_image-box {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #cfair_contents .cfair_about_image-box img {
    width: calc(50% - 5px);
  }
  #cfair_contents .cfair_about_image-box img:nth-child(1) {
    width: 100%;
    margin: 0 0 10px;
  }
  #cfair_contents .cfair_about_image-box img:nth-child(2) {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.cfair_about_image-text {
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767.98px) {
  .cfair_about_image-text {
    padding-right: 10px;
  }
}

/* Sponsor */
#cfair_contents .cfair_sponsor-box {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #dfdfdf;
  text-align: center;
}

#cfair_contents .cfair_sponsor-box img {
  width: 100%;
  max-width: 460px;
  margin-top: 10px;
  border-radius: 4px;
}

#cfair_contents .cfair_sponsor-box p {
  border-radius: 4px;
  margin-top: 30px;
  padding: 30px 40px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75;
  background-color: #fffbf2;
}

#cfair_contents .cf-wa .cfair_sponsor-box p {
  background-color: #f9f9f9;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_sponsor-box {
    width: calc(100% - 80px);
    margin-left: 20px;
  }
  #cfair_contents .cfair_sponsor-box img {
    max-width: 360px;
  }
  #cfair_contents .cfair_sponsor-box p {
    font-size: 1rem;
  }
}
/* Point */
#cfair_contents .cfair_point-box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

#cfair_contents .cfair_point-box_item {
  width: 320px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_point-box {
    display: block;
  }
  #cfair_contents .cfair_point-box_item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
  #cfair_contents p.alert_text.-button {
    margin-bottom: 4px;
  }
}

#cfair_contents .cfair_point-box_item-head {
  background-color: #fffbf2;
  background-size: 80%;
  background-position: top 80px center;
  background-repeat: no-repeat;
  height: 270px;
  padding-top: 30px;
  white-space: nowrap;
}

#cfair_contents .cf-wa .cfair_point-box_item-head {
  background-color: white;
  border: 1px solid #006;
  border-radius: 4px;
}

#cfair_contents .cfair_point-box_item-head01 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-point01.svg);
}

#cfair_contents .cfair_point-box_item-head02 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-point02.svg);
}

#cfair_contents .cfair_point-box_item-head03 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-point03.svg);
}

#cfair_en #cfair_contents .cfair_point-box_item-head01,
#cfair_en #cfair_contents .cfair_point-box_item-head03 {
  background-size: 70%;
  background-position: top 110px center;
}

#cfair_contents .cfair_point-box_item-head h2 {
  font-size: 1.375rem;
  color: #000066;
  font-weight: 600;
  text-align: center;
}

#cfair_contents .cfair_point-box_item-body {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.75;
}

/* Seminar */
#cfair_contents .cfair_seminar-box {
  margin-bottom: 40px;
  padding: 40px 60px;
  background-color: white;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_seminar-box {
    padding: 20px;
  }
}

#cfair_contents .cfair_seminar-box_head {
  padding-bottom: 30px;
  background: url(../png/cfair_section-title_bg.png) left bottom repeat-x;
  font-size: 0.875rem;
  line-height: 1.75;
}

#cfair_contents .cfair_seminar-box_head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#cfair_contents .cfair_seminar-box_head-title h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000066;
  margin-left: 30px;
  line-height: 1.4;
}

#cfair_contents .cfair_seminar-box_head-title h3 p {
  font-weight: 600;
}

#cfair_contents .cfair_seminar-box_head-title span {
  position: relative;
  background-color: #ffffff;
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-clock.svg);
  background-size: 27px;
  background-position: left 12px center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 10px 7px 50px;
  min-width: 230px;
  max-width: 100%;
  border-radius: 4px;
  border: solid 2px #f4b81c;
  box-sizing: border-box;
  color: #000066;
  font-size: 1.375rem;
  font-weight: 600;
}

#cfair_contents .cf-wa .cfair_seminar-box_head-title span {
  border-color: #0493da;
}

#cfair_contents .cfair_seminar-box_head-title span::before {
  content: "";
  position: absolute;
  z-index: 2;
}

#cfair_contents .cfair_seminar-box_head-title span::after {
  content: "";
  position: absolute;
  z-index: 1;
}

@media (min-width: 768px) {
  #cfair_contents .cfair_seminar-box_head-title span::before {
    top: 50%;
    right: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
  }

  #cfair_contents .cfair_seminar-box_head-title span::after {
    top: 50%;
    right: -26px;
    margin-top: -13px;
    border: 13px solid transparent;
    border-left: 13px solid #f4b81c;
  }

  #cfair_contents .cf-wa .cfair_seminar-box_head-title span::after {
    border-color: #0493da;
  }
}

#cfair_contents .cfair_seminar-box_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 30px 60px;
}

#cfair_contents .cfair_seminar-box_body-image {
  width: 140px;
  margin-right: auto;
}

#cfair_contents .cfair_seminar-box_body-image img {
  width: 100%;
}

#cfair_contents .cfair_seminar-box_body-text {
  width: 670px;
}

#cfair_contents .cfair_seminar-box_body-text h4 {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_seminar-box {
    margin-left: 20px;
    margin-right: 20px;
  }
  #cfair_contents .cfair_seminar-box_head-title {
    display: block;
    text-align: center;
  }
  #cfair_contents .cfair_seminar-box_head-title h3 {
    font-size: 1.25rem;
    margin: 20px 0 0;
    line-height: 1.4;
  }
  #cfair_contents .cfair_seminar-box_head-title span {
    margin: 0 auto;
  }
  #cfair_contents .cfair_seminar-box_head-title span::before {
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 12px solid #ffffff;
  }
  #cfair_contents .cfair_seminar-box_head-title span::after {
    bottom: -26px;
    left: 50%;
    margin-left: -13px;
    border: 13px solid transparent;
    border-top: 13px solid #f4b81c;
  }
  #cfair_contents .cf-wa .cfair_seminar-box_head-title span::after {
    border-color: #0493da;
  }
  #cfair_contents .cfair_seminar-box_body {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #cfair_contents .cfair_seminar-box_body-image {
    margin: 0 auto 20px;
  }
  #cfair_contents .cfair_seminar-box_body-text {
    width: auto;
  }
}

/* Tips */
#cfair_contents .cfair_tips-box {
  position: relative;
  background-color: #fffbf2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 40px;
}

#cfair_contents .cf-wa .cfair_tips-box {
  background-color: #f9f9f9;
}

#cfair_contents .cfair_tips-box_image {
  width: 200px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-align-items: center;
}

#cfair_contents .cfair_tips-box_image img {
  border-radius: 3px;
  width: 100%;
}

#cfair_contents .cfair_tips-box_text {
  width: 760px;
}

#cfair_contents .cfair_tips-box_text h2 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.5rem;
  color: #000066;
  font-weight: 600;
  border-left: 6px solid #ff7200;
}

#cfair_contents .cfair_tips-box_text h2 {
  border-color: #0493da;
}

#cfair_contents .cfair_tips-box_text p {
  line-height: 1.75;
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_tips-box_text h2 {
    margin-top: 40px;
    font-size: 1.25rem;
  }
  #cfair_contents .cfair_tips-box_text p {
    margin-bottom: 0;
  }
}

#cfair_contents .cfair_tips-box_text a {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_tips-box {
    display: block;
    margin: 0 20px 40px;
  }
  #cfair_contents .cfair_tips-box_image {
    margin: 0 auto 20px;
  }
  #cfair_contents .cfair_tips-box_text {
    width: 100%;
  }
  #cfair_contents .cfair_tips-box_text a {
    position: relative;
    display: block;
    margin: 40px auto 0;
    bottom: auto;
    right: auto;
  }
}

/* Tour */
#cfair_contents .cfair_tour-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

#cfair_contents .cfair_tour-box_item {
  width: 320px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_tour-box {
    display: block;
  }
  #cfair_contents .cfair_tour-box_item {
    margin-left: auto;
    margin-right: auto;
  }
}

#cfair_contents .cfair_tour-box_item-head {
  height: 236px;
  padding: 30px 20px;
  background-color: #ffffff;
  text-align: center;
  color: #000066;
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-tour01.svg);
  background-repeat: no-repeat;
}

#cfair_contents .cfair_tour-box_item-head01 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-tour01.svg);
  background-size: 110px;
  background-position: center bottom 50px;
}

#cfair_contents .cfair_tour-box_item-head02 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-tour02.svg);
  background-size: 100px;
  background-position: center bottom 40px;
}

#cfair_contents .cfair_tour-box_item-head03 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-tour03.svg);
  background-size: 90px;
  background-position: center bottom 30px;
}

#cfair_contents .cfair_tour-box_item-head span {
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

#cfair_contents .cfair_tour-box_item-head h3 {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_tour-box_item-head h3 {
    margin-top: 20px;
  }
}

#cfair_contents .cfair_tour-box_item-body {
  padding: 30px 0;
  text-align: center;
}

#cfair_contents .cfair_tour-box_item-body p {
  text-align: left;
}
#cfair_contents .cfair_tour-box_item-body .cfair_button-registered {
  margin: 20px auto 0;
}

#cfair_en #cfair_contents .cfair_tour-box_item-body .cfair_button-registered {
  margin: 10px auto 0;
}

#cfair_contents .cfair_tour-box_item-body a {
  margin: 20px auto 0;
}


/* Success Stories DJ-1347 */
.cfair_success-box {
  display: flex;
  margin-top: 40px;
}

.cfair_success-profile {
  width: 420px;
}

.cfair_success-profile--image {
  width: 420px;
  height: 260px;
  background-size: 90px, cover;
  background-position: bottom -20px right -20px, center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 4px;
}

.cfair_success-profile--image.-image01 {
  background-image: url(https://www.daijob.com/images/mdj/common/flags/my.svg), url(../jpg/success-image01.jpg);
}

.cfair_success-profile--text {
  margin-top: -18px;
  padding: 0 10px;
}

.cfair_success-profile--name {
  display: inline-block;
  padding: 6px 10px;
  background-color: #111;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.cfair_success-profile--name span {
  font-size: 12px;
}

.cfair_success-profile--detail {
  margin-top: 10px;
}

.cfair_success-profile--detail p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.cfair_success-article {
  margin-left: 20px;
}

.cfair_success-article--title {
  position: relative;
  padding: 10px 15px;
  border: 2px solid #e5e1e3;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 4px 4px 0 #e5e1e3;
  background-color: #fffbf2;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.cf-wa .cfair_success-article--title {
  background-color: #f9f9f9;
}

.cfair_success-article--title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15.5px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #fffbf2;
  z-index: 2;
}

.cf-wa .cfair_success-article--title::before {
  border-right-color: #f9f9f9;
}

.cfair_success-article--title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #e5e1e3;
  z-index: 1;
}

.cfair_success-article--text {
  margin-top: 15px;
}

.cfair_success-article--text p {
  margin-bottom: 10px;
  padding: 0 2px;
  font-size: 16px;
  line-height: 1.675;
}

@media (max-width: 767.98px) {
  .cfair_success-box {
    flex-direction: column;
  }
  .cfair_success-profile {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .cfair_success-profile--image {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
  }
  .cfair_success-profile--image {
    background-size: 25%, cover;
  }
  .cfair_success-profile--text {
    text-align: center;
  }
  .cfair_success-article {
    margin-right: 20px;
    padding: 0 10px;
  }
  .cfair_success-article--title {
    font-size: 18px;
  }
  .cfair_success-article--title::before {
    top: -16px;
    left: 50%;
    margin-top: 0;
    margin-left: -11px;
    border-right: none;
    border: 8px solid transparent;
    border-bottom: 8px solid #fffbf2;
  }
  .cfair_success-article--title::after {
    top: -22px;
    left: 50%;
    margin-top: 0;
    margin-left: -14px;
    border-right: none;
    border: 11px solid transparent;
    border-bottom: 11px solid #e5e1e3;
  }
}

/* Voice */
section#voice {
  padding-top: 0;
}

.cfair_voice-box {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.cfair_voice-card {
  margin: 10px;
  background-color: white;
  width: calc(25% - 20px);
  border-radius: 6px;
  box-shadow: 4px 4px 0 rgb(0 0 102 / 10%);
}

.cfair_voice-card_head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 20px 20px;
  background-color: #faa801;
  background-size: 80px;
  background-position: bottom -20px right -20px;
  background-repeat: no-repeat;
  border-radius: 6px 6px 0 0;
  font-family: "Roboto Condensed";
}

.cf-wa .cfair_voice-card_head {
  background-color: #0493da;
}

.cfair_voice-card_head.-jp {
  background-image: url(https://www.daijob.com/images/mdj/common/flags/jp.svg);
}

.cfair_voice-card_head.-nl {
  background-image: url(https://www.daijob.com/images/mdj/common/flags/nl.svg);
}

.cfair_voice-card_head.-bd {
  background-image: url(https://www.daijob.com/images/mdj/common/flags/bd.svg);
}

.cfair_voice-card_head.-in {
  background-image: url(https://www.daijob.com/images/mdj/common/flags/in.svg);
}

.cfair_voice-card_head.-id {
  background-image: url(https://www.daijob.com/images/mdj/common/flags/id.svg);
}

.cfair_voice-card_head-icon {
  position: absolute;
  top: -32px;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #faa801;
  background-size: 30px;
  background-position: 50% calc(50% - 2px);
  background-repeat: no-repeat;
  z-index: 1;
}

.cf-wa .cfair_voice-card_head-icon {
  background-color: #0493da;
}

.cfair_voice-card_head-icon.-man {
  background-image: url(https://www.daijob.com/images/mdj/cfair/icon-man.svg);
}

.cfair_voice-card_head-icon.-woman {
  background-image: url(https://www.daijob.com/images/mdj/cfair/icon-woman.svg);
}

.cfair_voice-card_head-profile {
  color: white;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}

.cfair_voice-card_body {
  padding: 20px;
  border-radius: 0 0 6px 6px;
}

.cfair_voice-card_body p {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .cfair_voice-box {
    padding: 0 10px;
  }
  .cfair_voice-card {
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .cfair_voice-card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 575.98px) {
  .cfair_voice-card {
    width: calc(100% - 20px);
  }
}

/* Overview */
#cfair_contents .cfair_overview-title {
  margin: 60px auto 10px;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}

#cfair_contents .cfair_overview-text {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

#cfair_contents .cfair_overview-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 632px;
  margin: 30px auto;
}

#cfair_contents .cfair_overview-detail dt {
  width: 116px;
  height: 28px;
  margin-bottom: 16px;
  box-sizing: border-box;
  background-color: #f4b81c;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
  line-height: 28px;
}

#cfair_contents .cf-wa .cfair_overview-detail dt {
  background-color: #111;
}

#cfair_contents .cfair_overview-detail dd {
  height: 28px;
  width: 516px;
  margin-bottom: 16px;
  padding-left: 16px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_overview-title {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25rem;
  }
  #cfair_contents .cfair_overview-text {
    font-size: 1rem;
  }
  #cfair_contents .cfair_overview-detail {
    display: block;
    width: calc(100% - 40px);
    text-align: center;
  }
  #cfair_contents .cfair_overview-detail dt {
    width: 100%;
  }
  #cfair_contents .cfair_overview-detail dd {
    height: auto;
    width: 100%;
  }
}

#cfair_contents .cfair_access-map {
  width: 100%;
  height: 480px;
}

#cfair_contents .cfair_access-title {
  margin: 40px 0 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

#cfair_contents .cfair_access-text {
  font-size: 1rem;
}

#cfair_contents .cfair_access-detail {
  margin-top: 30px;
  padding: 20px 40px;
  border-radius: 4px;
  /* background-color: #fffbf2; */
  border: 1px solid #dfdfdf;
}

#cfair_contents .cfair_access-detail li {
  margin: 5px 0;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #cfair_contents .cfair_access-map {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  #cfair_contents .cfair_access-title {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25rem;
  }
  #cfair_contents .cfair_access-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  #cfair_contents .cfair_access-detail {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#cfair_contents .cfair_faq-box {
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
}

#cfair_contents .cfair_faq-box h3 {
  position: relative;
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-faq-title.svg);
  background-size: 20px;
  background-position: left top 5px;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}

#cfair_contents .cf-wa .cfair_faq-box h3 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-faq-title-wa.svg); 
}

#cfair_contents .cfair_faq-box h3:hover {
  opacity: 0.85;
}

#cfair_contents .cfair_faq-box h3::before {
  display: inline-block;
  content: "";
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-arrow-top.svg);
  background-size: 34px;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 12px;
  width: 34px;
  height: 34px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#cfair_contents .cf-wa .cfair_faq-box h3::before {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-arrow-top-wa.svg);
}

#cfair_contents .cfair_faq-box h3.active::before {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_faq-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  #cfair_contents .cfair_faq-box h3 {
    padding-right: 50px;
  }
  #cfair_contents .cfair_faq-box h3::before {
    top: 50%;
    margin-top: -17px;
  }
}

#cfair_contents .cfair_faq-box p {
  margin-top: 20px;
  display: none;
}

.cfair_fixed-button {
  display: none;
  position: fixed;
  bottom: 48px;
  width: 244px;
  left: 50%;
  margin-left: -122px;
  text-align: center;
  z-index: 2;
}

@media (min-width: 768px) {
  .cfair_fixed-button {
    bottom: 8px;
  }
}

#cfair_contents .future .cfair_fixed-button,
#cfair_contents .closed .cfair_fixed-button {
  display: none;
}

#cfair_contents .cfair_fixed-button a.cfair_button-register {
  border-radius: 3px;
  text-align: center;
}

#cfair_contents .cfair_fixed-button a.cfair_button-questionnaire {
  display: inline-block;
  width: 248px;
  padding: 16px 32px;
  background-color: #ff7200;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

#cfair_contents .cfair_fixed-button a.cfair_button-questionnaire:hover {
  background-color: #fc6000;
}

#cfair_contents .cfair_fixed-button a.cfair_button-questionnaire span {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}

#cfair_contents .cfair_button-registered {
  border-radius: 6px;
  text-align: center;
}

#cfair_contents .cfair_button-registered.-rounded {
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .cfair_fixed-button {
    position: fixed !important;
    /* width: 200px;
    left: calc(50% - 100px); */
    width: 100%;
    left: 0;
    bottom: 48px;
    margin-left: 0;
  }

  #cfair_contents .cfair_fixed-button a.cfair_button-register,
  #cfair_contents .cfair_fixed-button a.cfair_button-questionnaire {
    width: 200px;
  }

  #cfair_contents .cfair_button-registered {
    width: 200px;
    font-size: 14px;
  }
}

.cfair_gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  display: none;
}

.cfair_gotop a {
  width: 40px;
  height: 40px;
  display: block;
}

.cfair_gotop a img {
  width: 40px;
}

.cfair_gotop:hover img {
  opacity: 0.75;
}

@media (max-width: 767.98px) {
  .cfair_gotop {
    right: 8px;
    bottom: 48px;
  }
}

.cfair_place {
  display: none;
}

@media (max-width: 767.98px) {
  .cfair_place {
    display: block;
    position: fixed;
  }
}

#cfair_contents h2#pre-registration.cfair_section-title span:after {
  content: "参加登録";
}

#cfair_contents .cfair_online h2#pre-registration.cfair_section-title span:after {
  content: "参加登録";
}

#cfair_contents h2#participating-company.cfair_section-title span:after {
  margin-top: 5px;
  content: "出展企業リスト";
}

#cfair_contents h2#faq.cfair_section-title span:after {
  content: "よくあるご質問";
}

@media (max-width: 767.98px) {
  #cfair_contents h2#participating-company.cfair_section-title span::after {
    padding-top: 0;
  }
}

/*--------------------
  Online Fair
--------------------*/

/* Main ---------- */
#cfair_contents .cfair_online {
  font-family: "Roboto Condensed", sans-serif;
}

#cfair_contents .cfair_online_main {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

#cfair_contents .cfair_online_main_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-image: url(/images/mdj/cfair/cf-top-bg02.svg); */
  background-image: url(../png/cf-top-bg02.png);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.2;
}

/* Workingabroad */
#cfair_contents .cfair_wa .cfair_online_main_background {
  background-image: url(../png/cf-top-bg03.png);
  background-position: left bottom;
}

@media (min-width: 768px) {
  #cfair_contents .cfair_wa .cfair_online_main_background {
    background-position: left bottom -100px;
  }
}

.cfair_online_main_left {
  width: 430px;
}

@media (max-width: 767.98px) {
  .cfair_online_main_left {
    width: 100%;
  }
}

.cfair_online_main_right {
  margin-top: -20px;
  width: 640px;
  height: 280px;
  /* background-image: url(/images/mdj/cfair/main-online-image.png); */
  background-image: url(../png/main-online-image-2021.png);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .cfair_online_main_right {
    display: none;
  }
}

#cfair_contents .cfair_online_main_logo {
  width: 404px;
}

@media (min-width: 768px) {
  #cfair_contents .cfair_wa .cfair_online_main_logo {
    width: 430px;
  }
}

#cfair_contents .cfair_online_main_logo h1 {
  text-align: left;
}

#cfair_contents .cfair_online .cfair_online_main .cfair_online_main_logo h1 img {
  width: 100%;
  max-width: 404px;
}

#cfair_contents .cfair_online.cfair_wa .cfair_online_main .cfair_online_main_logo h1 img {
  max-width: 430px;
}

.cfair_online_main_guide {
  margin: 0 40px;
  padding: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: white;
  text-align: center;
}

.cfair_online_main_date-time {
  color: #006;
  font-weight: 700;
}

.cfair_online_main_date {
  white-space: nowrap;
  font-size: 1.625rem;
}

.cfair_online_main_time {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .cfair_online_main_time br {
    display: none;
  }
}

@media (max-width: 374.98px) {
  .cfair_online_main_date {
    font-size: 1.3rem;
  }
  .cfair_online_main_time {
    font-size: 0.875rem;
  }
}

.cfair_online_main_left .cfair_online_main_guide {
  display: flex;
  align-items: center;
  margin: 15px 0 10px;
  width: calc(100% - 40px);
}

@media (max-width: 767.98px) {
  .cfair_online_main_left .cfair_online_main_guide {
    display: block;
    width: auto;
  }
}

.cfair_online_main_left .cfair_online_main_date-time {
  margin-right: 20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .cfair_online_main_left .cfair_online_main_date-time {
    margin: 0;
  }
}

.cfair_online_main_left .cfair_online_main_date,
.cfair_online_main_left .cfair_online_main_time {
  display: block;
  margin: 5px auto;
}

@media (min-width: 768px) {
  .cfair_online_main_left .cfair_online_main_date,
  .cfair_online_main_left .cfair_online_main_time {
    max-width: 180px;
    line-height: 1.2;
    white-space: normal;
  }
}

.cfair_online_main_link {
  text-align: center;
  transition: none;
}

.cfair_online_main_link a {
  text-decoration: none;
  font-weight: bold;
  transition: none;
}

.cfair_online_main_link a::before {
  padding-right: 5px;
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  top: -1px;
}

#cfair_contents .cfair_online_main_guide .cfair_button-register {
  margin-top: 5px;
  width: 150px;
  text-align: center;
}

#cfair_contents .cfair_online_main_left .cfair_online_main_guide .cfair_button-register,
#cfair_contents .cfair_online_main_left .cfair_online_main_guide .cfair_button-registered {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 24px;
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_online_main_left .cfair_online_main_guide .cfair_button-register,
  #cfair_contents .cfair_online_main_left .cfair_online_main_guide .cfair_button-registered {
    margin-top: 10px;
    padding-top: 16px;
    min-width: 200px;
  }
}

#cfair_contents .cfair_online_main_left .registration_alert_text {
  margin-top: 2px;
  text-align: center;
}

#cfair_contents .cfair_online_main_guide .cfair_button-registered {
  margin-top: 5px;
  width: 150px;
  text-align: center;
}

#cfair_contents .cfair_online_main_navigation {
  width: 298px;
  text-align: right;
}

#cfair_en #cfair_contents .cfair_online_main_navigation {
  width: 270px;
}

#cfair_contents .cfair_online_main_navigation .cfair_button {
  margin-bottom: 10px;
  padding: 20px 0;
  width: 220px;
  font-size: 1rem;
}

#cfair_contents .cfair_online .cfair_area-top_main {
  background: none !important;
  height: auto;
  padding-top: 20px;
}

#cfair_contents .cfair_online .cfair_area-top_main h1 img {
  max-width: 300px;
}

@media (max-width: 767.98px) {
  #cfair_contents .cfair_online .cfair_area-top_main {
    padding-top: 0;
  }
  #cfair_contents .cfair_online_main {
    display: block;
  }
  #cfair_contents .cfair_online_main_logo {
    width: auto;
    padding: 0 20px;
  }
  #cfair_contents .cfair_online_main_logo h1 {
    text-align: center;
  }
  #cfair_contents .cfair_online_main_guide {
    margin: 20px;
    padding: 20px;
    text-align: center;
  }
  .cfair_online_main_date-time {
    text-align: center;
  }
  #cfair_contents .cfair_online_main_navigation {
    width: auto !important;
    text-align: center;
  }
}

/* Schedule ---------- */
.cfair_online_schedule {
  margin-top: 40px;
}

.cfair_online_schedule h2 {
  margin: 20px 0;
  padding-left: 28px;
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-clock2.svg);
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #006;
  font-size: 1.25rem;
  font-weight: bold;
}

.cfair_online_schedule h3 {
  margin: 0;
  font-weight: bold;
  font-size: 0.925rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cfair_online_schedule_table {
    display: grid;
    grid-column-gap: 10px;
    grid-template-rows:
      [rooms] auto
      [time-1450] 10px
      [time-1500] 44px
      [time-1510] 44px
      [time-1520] 44px
      [time-1530] 44px
      [time-1540] 44px
      [time-1550] 44px
      [time-1600] 44px
      [time-1610] 44px
      [time-1620] 44px
      [time-1630] 44px
      [time-1640] 44px
      [time-1650] 44px
      [time-1700] 44px
      [time-1710] 44px
      [time-1720] 44px
      [time-1730] 44px
      [time-1740] 44px
      [time-1750] 44px
      [time-1800] 44px
      [time-1810] 44px
      [time-1820] 44px
      [time-1830] 44px
      [time-1840] 44px
      [time-1850] 44px
      [time-1900] 44px
      [time-1910] 44px
      [time-1920] 44px
      [time-1930] 44px
      [time-1940] 44px
      [time-1950] 44px
      [time-2000] 44px
      [time-2010] 44px;
    grid-template-columns:
      [room-a-start] 1fr
      [room-a-end room-b-start] 1fr
      [room-b-end room-c-start] 1fr
      [room-c-end room-d-start] 1fr
      [room-d-end];
    font-size: 0.875rem;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
  }
  .cfair_online_schedule h3 {
    margin: 12px 12px 6px;
    line-height: 1.2;
  }
}

.cfair_online_schedule_room {
  display: none;
}

@media screen and (-ms-high-contrast: none) {
  .cfair_online_schedule_room {
    display: none;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 768px) {
    .cfair_online_schedule_room {
      display: block;
      padding: 15px;
      z-index: 2;
      background-color: #006;
      color: white;
      font-size: 1rem;
      font-weight: bold;
      text-align: center;
    }
  }
}

.session {
  position: relative;
  margin-bottom: 0.5em;
  padding: 10px 10px 50px;
}

@supports (display: grid) {
  @media screen and (min-width: 768px) {
    .session {
      padding: 0;
      margin: 0;
    }
  }
}

@media screen and (-ms-high-contrast: none) {
  .session,
  .slide-right a.cfair_online_record_box {
    display: block;
    padding: 5px 0 10px;
    margin: 10px 0;
  }
  .session-image {
    margin: auto;
    text-align: center;
  }
}

.session-title,
.session-time {
  font-family: "Roboto Condensed", sans-serif;
  color: navy;
}

@media (min-width: 768px) {
  .session-title.-small {
    font-size: 0.75rem;
  }
}

.session-time {
  font-size: 0.875rem;
  text-align: center;
}
.session-company {
  background-color: rgba(4, 0, 102, 0.1);
}

/* .session-company:hover {
	background-color: rgba(4,0,102,.2);
} */

.session-tips {
  background-color: rgba(255, 114, 0, 0.1);
}

/* .session-tips:hover {
	background-color: rgba(255, 114, 0, .2);
} */

.session-seminar {
  background-color: rgba(30, 178, 22, 0.1);
}

/* .session-seminar:hover {
	background-color: rgba(30, 178, 22, .2);
} */

.session-buttons {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

a.session-button {
  position: relative;
  display: inline-block;
  min-width: 40px;
  margin: 0 1px;
  padding: 8px 12px;
  background-color: navy;
  border-radius: 14px;
  line-height: 1;
  text-decoration: none;
  color: white;
}

.session-button.-watch {
  background-color: #006;
  color: white;
}

.session-button.-interview {
  background-color: #ff7200;
  color: white;
}

.session-button.-detail {
  background-color: transparent;
  color: navy;
}

.-archive .session-button.-detail {
  padding: 8px 4px;
}

.session-button.-light {
  background-color: white;
  color: navy;
}

.session-button.-dark {
  background-color: navy;
  color: white;
}

.session-button.-light:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.session-button.-dark:hover {
  background-color: rgba(0, 0, 102, 0.75);
}

.cfair_online_record .session-button.-light {
  background-color: rgba(0, 0, 102, 0.1);
}

.cfair_online_record .session-button.-light:hover {
  background-color: rgba(0, 0, 102, 0.15);
}

.session-label {
  width: 100%;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .session-label {
    margin-top: 4px;
  }
}

.session-label span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 8px 5px 22px;
  background-size: 12px;
  background-position: 6px center;
  background-repeat: no-repeat;
  border-radius: 12px;
  line-height: 1;
  color: navy;
}

.session-label-lang {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-trans.svg);
}

.session-label-spot {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-pin.svg);
}

a.session-calendar {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  background-color: rgba(0, 0, 102, 0.1);
  border-radius: 4px 0 0 0;
  right: 0;
  bottom: 0;
  padding: 6px 5px 6px 7px;
  font-size: 16px;
  line-height: 1;
}

a.session-calendar:hover {
  background-color: rgba(0, 0, 102, 0.15);
}

.session-seminar a.session-calendar {
  background-color: rgba(32, 177, 22, 0.15);
}

.session-seminar a.session-calendar:hover {
  background-color: rgba(32, 177, 22, 0.25);
}

.session-tips a.session-calendar {
  background-color: rgba(255, 114, 0, 0.1);
}

.session-tips a.session-calendar:hover {
  background-color: rgba(255, 114, 0, 0.15);
}

/* Recorded ---------- */
.cfair_online_record {
  margin: 40px 0 60px;
}

.cfair_online_record h2 {
  margin: 20px 0;
  padding-left: 28px;
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-play.svg);
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #006;
  font-size: 1.25rem;
  font-weight: bold;
}

.cfair_online_record h2 span {
  font-size: 0.875rem;
}

.cfair_online_record .archive-desc {
  margin: -10px 0 0;
  font-size: 1rem;
}

.cfair_online_record .archive-category {
  margin: 30px 0 15px;
  padding-left: 10px;
  border-left: 3px solid #006;
  font-size: 1.125rem;
  font-weight: bold;
  color: #006;
}

.cfair_online_record_boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.cfair_online_record_box {
  width: 210px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #006;
  margin: 0 20px 20px 0;
  padding: 20px 20px 40px;
  text-decoration: none;
  line-height: 1;
}

/* 録画配信企業が4つ以上ある時 */
@media (min-width: 768px) {
  .cfair_online_record_box:nth-of-type(4n) {
    margin-right: 0;
  }
}

.cfair_online_record_box h3 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.925rem;
  text-align: center;
  line-height: 1.2;
}

.cfair_online_record_box p {
  font-size: 0.875rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .cfair_online_record_boxes {
    display: block;
  }
  .cfair_online_record_box {
    margin: 0 0 10px;
    width: auto;
  }
}

/* Modal ---------- */
.cfair_online_modal .modal_close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10000;
}

.cfair_online_modal .popup_window {
  /*
  border-radius: 4px;
  padding: 30px;
  */
}

.cfair_online_modal .popup_window .popup_header .popup_header_wrap {
  margin: 0;
  padding: 14px 20px;
  border: 2px solid #006;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.cfair_online_modal .popup_window .popup_header .popup_header_wrap h2 {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0;
  font-size: 1rem;
  color: #006;
}

.cfair_online_modal .cfair_online_modal_genre {
  display: inline-block;
  padding: 5px 12px;
  background: #111;
  border-radius: 15px;
  font-size: 0.75rem;
  color: white;
  line-height: 1;
}

.cfair_online_modal .cfair_online_modal_wait {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 320px;
  color: #006;
  text-align: center;
}

.cfair_online_modal .cfair_online_modal_wait h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

.cfair_online_modal .cfair_online_modal_wait p {
  margin: 0px 20px;
  text-align: center;
}

.cfair_online_modal .cfair_online_modal_active {
  margin-top: 20px;
  text-align: center;
}

.cfair_online_modal .cfair_online_modal_active p {
  margin-top: 10px;
  font-size: 0.75rem;
  text-align: center;
}

.cfair_online_modal .cfair_online_modal_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.cfair_online_modal .cfair_online_modal_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .cfair_online_modal {
    width: 768px;
  }
}

@media (max-width: 767.98px) {
  .cfair_online_modal .modal_close {
    top: -8px;
    right: 40px;
  }
}

.cfair_online_button {
  margin: 20px 0;
  text-align: right;
}

a.cfair_online_button-print {
  display: inline-block;
  padding: 10px 15px 10px 40px;
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-print.svg);
  background-position: 15px center;
  background-size: 16px;
  background-repeat: no-repeat;
  border: 2px solid #006;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

a.cfair_online_button-print:hover {
  background-color: rgba(4, 0, 102, 0.1);
}

a.cfair_button-interview {
  display: inline-block;
  width: 180px;
  margin-top: 20px;
  padding: 16px 32px;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background-color: #ff7200;
}

/* Modal ---------- */
.cfair_online_modal_content {
  margin-top: 40px;
}

.cfair_online_modal_content .cfair_online_detail {
  padding-left: 20px;
  padding-right: 20px;
}

.cfair_online_modal_content .cfair_online_detail p {
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.5;
}

.cfair_online_modal_content .cfair_online_detail p strong {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.cfair_online_modal_content .cfair_online_outline h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.cfair_online_modal_content .cfair_online_outline table {
  width: 100%;
}

.cfair_online_modal_content .cfair_online_outline table td,
.cfair_online_modal_content .cfair_online_outline table th {
  padding: 10px;
  vertical-align: middle;
}

.cfair_online_modal_content .cfair_online_outline table th {
  width: 15%;
  background: #006 !important;
  color: #fff;
  border: 1px solid #33a;
  font-weight: bold;
  text-align: center;
}

.cfair_online_modal_content .cfair_online_outline table td {
  width: 35%;
  border: 1px solid #dfdfdf;
}

.cfair_online_modal_content .cfair_tips-box {
  margin-bottom: 0;
  background-color: white;
}

.cfair_online_modal_content .cfair_seminar-box {
  margin-bottom: 0;
  padding: 40px 0;
}

.cfair_online_modal_content .cfair_seminar-box_body {
  padding: 30px 0 0;
}

@media (min-width: 768px) {
  .cfair_online_modal_content .cfair_tips-box {
    padding: 20px 0;
  }
  .cfair_online_modal_content .cfair_tips-box_text p {
    margin-bottom: 40px;
  }
  .cfair_online_modal_content .cfair_tips-box_text a {
    position: relative;
  }
  .cfair_online_modal_content .cfair_tips-box_image {
    width: 160px;
    align-items: start;
  }
  .cfair_online_modal_content .cfair_tips-box_text {
    width: 520px;
  }
  .cfair_online_modal_content .cfair_seminar-box_body-text {
    width: 540px;
  }
}
@media (max-width: 767.98px) {
  .cfair_online_modal_content .cfair_online_outline table th,
  .cfair_online_modal_content .cfair_online_outline table td {
    display: block;
    width: auto;
    text-align: center;
  }
}

/* About ---------- */
#cfair_contents .cfair_online #about h2.cfair_section-title span:after {
  content: "オンラインキャリアフェアとは？";
}

.cfair_online .cfair_sponsor-box img:first-child {
  max-width: 360px;
  margin-bottom: 20px;
}

.cfair_online .cfair_sponsor-box .cfair_sponsor-box_online {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item {
  width: 200px;
  margin: 10px;
  padding: 130px 20px 20px;
  background-image: url(https://www.daijob.com/images/mdj/cfair/about-online-image01.svg);
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 102, 0.03);
}

@media (max-width: 599.98px) {
  .cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item {
    width: auto;
  }
}

.cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item.-item01 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/about-online-image01.svg);
}

.cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item.-item02 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/about-online-image02.svg);
}

.cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item.-item03 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/about-online-image03.svg);
}

.cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item.-item04 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/about-online-image04.svg);
}

.cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item.-item05 {
  background-image: url(https://www.daijob.com/images/mdj/cfair/about-online-image05.svg);
}

#cfair_contents .cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item h3 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: navy;
}

#cfair_contents .cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item p {
  background: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}

#cfair_contents .cfair_online .cfair_sponsor-box .cfair_sponsor-box_online-item p.small {
  margin-top: 5px;
  font-size: 0.75rem;
}

#cfair_contents .cfair_online .cfair_sponsor-box .cfair_sponsor-box_online + p {
  background: none;
  padding-top: 0;
}

/* Point ---------- */
.cfair_online #point {
  padding-top: 0;
}

.cfair_online .cfair_point-box {
  margin-top: 20px;
}

.cfair_online .cfair_point_text {
  padding: 20px 20px 0;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
}

.cfair_online .cfair_point_image {
  margin-top: 60px;
  text-align: center;
}

.cfair_online .cfair_point_image img {
  width: 80%;
  max-width: 420px;
}

.cfair_online .cfair_point_text span {
  font-size: 0.875rem;
}

.cfair_online .cfair_point_text b {
  position: relative;
  font-weight: normal;
}

.cfair_online .cfair_point_text b::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #f9bd00;
}

.cfair_online .cfair_point_alert {
  margin-top: 20px;
  color: red;
  text-align: center;
}

.cfair_point-online {
  margin-top: 40px;
}

.cfair_point-online_item {
  margin: 30px 0;
}

.cfair_point-online_item h4 {
  margin: 10px 10px 0;
  padding: 0 10px;
  font-size: 1.25rem;
  font-weight: bold;
  color: navy;
  line-height: 2;
}

.cfair_point-online_item h4::before {
  padding-right: 0.5rem;
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  top: -1px;
}

.cfair_point-online_text {
  display: flex;
}

.cfair_point-online_text p {
  width: 100%;
  margin: 10px;
  padding: 20px;
  background-color: #f7f7fa;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .cfair_point-online_text {
    display: block;
  }
  .cfair_point-online_text p {
    width: calc(100% - 70px);
  }
}

.cfair_point-online_text p::before {
  display: block;
  margin: 0 auto 10px;
  padding: 5px;
  width: 1.25rem;
  background-color: white;
  border: 2px solid navy;
  border-radius: 50%;
  color: navy;
  line-height: 1;
  text-align: center;
  font-size: 1.25rem;
}

.cfair_point-online_text p:nth-child(1)::before {
  content: "1";
}

.cfair_point-online_text p:nth-child(2)::before {
  content: "2";
}

.cfair_point-online_text p:nth-child(3)::before {
  content: "3";
}

.cfair_point-online_text p:nth-child(4)::before {
  content: "4";
}

.cfair_point-online_text p:nth-child(5)::before {
  content: "5";
}

.cfair_point-online_text p span {
  font-size: 0.75rem;
}

.cfair_online .cfair_foot_buttons {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.cfair_online .cfair_foot_buttons .cfair_button {
  min-width: 140px;
  margin: 0 5px;
  padding: 20px;
  font-size: 1rem;
}

.cfair_online .cfair_tips-box span {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #ffffff;
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-clock.svg);
  background-size: 27px;
  background-position: left 12px center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 10px 7px 50px;
  min-width: 180px;
  max-width: 100%;
  border-radius: 4px;
  border: solid 2px #f4b81c;
  box-sizing: border-box;
  color: #000066;
  font-size: 1.375rem;
  font-weight: 600;
}

.cfair_online .cfair_tips-box_text h2 {
  margin: 10px 0 20px;
  width: calc(100% - 220px);
}

.cfair_online .cfair_tips-box_text p {
  margin-bottom: 40px;
}

.bg-light .cfair_faq-box h3::before {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-arrow-orange.svg);
}

.cfair_online h2#pre-registration.cfair_section-title span:after {
  content: "参加登録";
}

.cfair_online_preregistration li {
  margin: 5px auto;
  text-align: center;
  font-size: 16px;
}

.cfair_online_preregistration li span::before {
  content: url(https://www.daijob.com/images/mdj/cfair/cf-icon-check-green.svg);
  padding-right: 0.5rem;
}

@media (max-width: 767.98px) {
  h2.cfair_section-title span {
    display: block;
    font-size: 1.5rem;
    background: none;
  }
  .cfair_online .cfair_tips-box {
    text-align: center;
  }
  .cfair_online .cfair_tips-box_text h2 {
    width: auto;
  }
  .cfair_online .cfair_tips-box span {
    position: relative;
    top: auto;
    right: auto;
    min-width: 230px;
    margin: 0 auto 30px;
    padding: 15px 30px 15px 50px;
    text-align: center;
  }
  .cfair_online .cfair_tips-box span::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 12px solid #ffffff;
  }
  .cfair_online .cfair_tips-box span::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -26px;
    left: 50%;
    margin-left: -13px;
    border: 13px solid transparent;
    border-top: 13px solid #f4b81c;
  }
  .cfair_online .cfair_tips-box .cfair_tips-box_image {
    margin-bottom: 40px;
  }
  .cfair_online .cfair_foot_buttons .cfair_button {
    width: auto;
    margin: 5px;
  }
}

/* Modaal.js */
.cfair_online .modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before,
.cfair_online .modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:after {
  background-color: navy;
}

/* オンライン企業リスト */
.cfair_company-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 40px;
}

.cfair_company-box {
  position: relative;
  width: calc(33% - 20px);
  margin: 150px 15px 0;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767.98px) {
  .cfair_company-box {
    width: calc(100% - 40px);
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

.cfair_company-box:nth-child(3n + 1) {
  margin-left: 0;
}

.cfair_company-box:nth-child(3n) {
  margin-right: 0;
}

.cfair_company-box_head {
  position: absolute;
  left: 0;
  top: -112px;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  text-align: center;
}

.cfair_company-box_head img {
  font-family: "object-fit: contain;"; /* for IE */
  object-fit: contain;
  width: 100%;
  height: 100px;
  max-width: 240px;
}

.cfair_company-box_body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
  border: 1px solid #006;
  border-radius: 4px;
  background-color: white;
  padding: 20px 20px 0;
}

.offline .cfair_company-box_body {
  padding-bottom: 10px;
}

.cfair_company-box_service {
  margin: 10px;
  text-align: center;
}

.cfair_company-box_service span {
  padding: 6px 12px;
  border: 1px solid #006;
  border-radius: 16px;
  color: #006;
  font-size: 0.75rem;
  line-height: 1;
}

.cfair_company-box_detail {
  margin: 10px 0 0;
}

.cfair_company-box_name {
  color: #006;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

.offline .cfair_company-box_name {
  margin-bottom: 10px;
}

.cfair_company-box_time {
  margin: 8px auto 15px;
  color: #006;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.cfair_company-box_title {
  color: #111;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
}

.cfair_company-box_more {
  margin: 10px auto 0;
  font-size: 0.75rem;
  text-align: right;
}

.cfair_company-box_more a {
  color: #111;
}

.cfair_company-box_more a::before {
  font-family: fontAwesome;
  content: " \f105   ";
  text-decoration: none;
  white-space: pre-wrap;
}

.cfair_company-box_position {
  position: relative;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.cfair_company-box_position::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 0.5px;
  background-color: #006;
  z-index: -1;
}

.cfair_company-box_position h4 {
  display: inline-block;
  margin: 0 auto 12px;
  padding: 0 10px;
  background-color: white;
  color: #006;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.cfair_company-box_position h4 i {
  position: relative;
}

.cfair_company-box_position h4 i.fa-briefcase {
  top: 1px;
  left: -3px;
  font-size: 16px;
}

.cfair_company-box_position h4 i.fa-angle-double-right {
  top: -1px;
  right: -3px;
  font-size: 12px;
}

.cfair_company-box_scroll {
  margin-top: 10px;
  text-align: center;
}

.scroll_button {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 1px;
  background-color: white;
  border: 1px solid #006;
  border-radius: 50%;
  color: #006;
  text-align: center;
  cursor: pointer;
}

.scroll_button:hover {
  background-color: rgba(0, 0, 102, 0.1);
}

.scroll_button i {
  position: relative;
  line-height: 24px;
}

.scroll_button.-left i {
  left: -1px;
}

.scroll_button.-right i {
  left: 1px;
}

.cfair_company-box_position-label {
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 12px;
}

.cfair_company-box_position-label span {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 20px;
  background-color: rgba(0, 0, 102, 0.1);
  font-size: 0.75rem;
  color: #006;
  line-height: 1;
}
.cfair_company-box_foot {
  position: relative;
  margin-top: auto;
  padding-top: 20px;
  min-height: 30px;
}

.cfair_company-box_buttons {
  margin: auto;
  height: 90px;
  text-align: center;
}

a.cfair_company-box_button {
  display: inline-block;
  width: 110px;
  margin: 0 3px;
  padding: 10px 10px 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}

a.cfair_company-box_button::before {
  position: relative;
  top: 4px;
  left: -8px;
}

@media (max-width: 767.98px) {
  a.cfair_company-box_button {
    width: 35%;
    padding-top: 5px;
    font-size: 0.75rem;
  }
  a.cfair_company-box_button::before {
    top: 6px;
    left: -5px;
  }
}

a.cfair_company-box_button.-movie {
  background-color: #006;
}

a.cfair_company-box_button.-movie:hover {
  background-color: #0d0d99;
}

a.cfair_company-box_button.-movie::before {
  content: url(https://www.daijob.com/images/mdj/cfair/cf-icon-play_circle.svg);
  display: inline-block;
}

a.cfair_company-box_button.-application {
  background-color: #ffa500;
}

a.cfair_company-box_button.-application:hover {
  background-color: #ffb733;
}

a.cfair_company-box_button.-application::before {
  content: url(https://www.daijob.com/images/mdj/cfair/cf-icon-email.svg);
  display: inline-block;
}

.cfair_company-box_global {
  width: 100%;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .cfair_company-box_global {
    margin-top: 4px;
  }
}

.cfair_company-box_global a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 8px 5px 22px;
  background-size: 12px;
  background-position: 6px center;
  background-repeat: no-repeat;
  border-radius: 12px;
  line-height: 1;
  color: navy;
  pointer-events: all;
}

.cfair_company-box_global-language {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-trans.svg);
  background-repeat: no-repeat;
}

.cfair_company-box_global-area {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-pin.svg);
  background-repeat: no-repeat;
}

a.cfair_company-box-calendar {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  background-color: rgba(0, 0, 102, 0.1);
  border-radius: 4px 0 0 0;
  right: -20px;
  bottom: 0;
  padding: 6px 5px 6px 7px;
  font-size: 16px;
  line-height: 1;
}

a.cfair_company-box-calendar:hover {
  background-color: rgba(0, 0, 102, 0.15);
}

/* Slide Content */
.slide-right {
  position: fixed;
  top: 0;
  right: 0;
  height: 101vh;
  background: white;
  width: 700px;
  margin-right: -700px;
  z-index: 20;
  overflow-y: scroll;
}

.slide-button {
  position: fixed;
  right: 0;
  height: 160px;
  padding: 20px;
  border-radius: 4px 0 0 4px;
  font-size: 0.875rem;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1;
  color: white;
  cursor: pointer;
  z-index: 10;
}

@media screen and (-ms-high-contrast: none) {
  .slide-button i {
    -ms-transform: rotate(-90deg);
  }
}

_::-webkit-full-page-media,
_:future,
:root .slide-button {
  right: 40px;
}

@media (max-width: 767.98px) {
  .slide-right,
  .slide-button {
    display: none;
  }
}

.slide-button::before {
  position: absolute;
  bottom: 14px;
  right: 22px;
  font-family: fontAwesome;
  content: "\f104";
  font-size: 1.125rem;
  z-index: -1;
  opacity: 0.5;
}

.slide-button.-open::before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 21px;
}

@media screen and (-ms-high-contrast: none) {
  .slide-button::before {
    display: none;
  }
}

.slide-button i {
  padding-bottom: 5px;
  font-size: 1.25rem;
}

.slide-button_schedule {
  background: #006;
  top: calc(50% - 205px);
}

.slide-button_companylist {
  background: #ffa500;
  top: 50%;
}

.slide-button_schedule:hover {
  background-color: #0d0d99;
}

.slide-button_companylist:hover {
  background-color: #ffb733;
}

/* .slide-right_schedule {
  margin-right: 0;
}

.slide-button_schedule {
  margin-right: 700px;
} */

.slide-right .cfair_online_schedule {
  margin: 0;
  padding: 20px 20px 30px;
}

.slide-right .cfair_block {
  padding: 0 20px 30px;
}

.slide-right_shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slide-right .cfair_online_schedule_table {
  grid-template-rows:
    [rooms] auto
    [time-1350] 10px
    [time-1400] 32px
    [time-1410] 32px
    [time-1420] 32px
    [time-1430] 32px
    [time-1440] 32px
    [time-1450] 32px
    [time-1500] 32px
    [time-1510] 32px
    [time-1520] 32px
    [time-1530] 32px
    [time-1540] 32px
    [time-1550] 32px
    [time-1600] 32px
    [time-1610] 32px
    [time-1620] 32px
    [time-1630] 32px
    [time-1640] 32px
    [time-1650] 32px
    [time-1700] 32px
    [time-1710] 32px
    [time-1720] 32px
    [time-1730] 32px
    [time-1740] 32px
    [time-1750] 32px
    [time-1800] 32px
    [time-1810] 32px
    [time-1820] 32px
    [time-1830] 32px
    [time-1840] 32px
    [time-1850] 32px
    [time-1900] 32px
    [time-1910] 32px
    [time-1920] 32px
    [time-1930] 32px
    [time-1940] 32px
    [time-1950] 32px
    [time-2000] 32px
    [time-2010] 32px;
}

.slide-right .session {
  position: relative;
}

.session-image {
  margin: 10px 15px 5px;
}

.session-image img {
  font-family: "object-fit: contain;"; /* for IE */
  object-fit: contain;
  width: 100%;
  height: 60px;
}

.slide-right a.session {
  text-decoration: none;
}

.slide-right .session-company {
  background-color: white;
  border: 1px solid #006;
}

.slide-right .session-company:hover {
  background-color: rgba(0, 0, 102, 0.05);
}

.slide-right .session-seminar:hover {
  background-color: rgba(30, 178, 22, 0.2);
}

.slide-right .session-title,
.slide-right .session-time {
  font-size: 0.75rem;
}
.slide-right .cfair_online_record {
  margin: 0;
  padding: 20px;
  text-decoration: none;
}

.slide-right a.cfair_online_record_box {
  margin: 0 10px 10px 0;
  padding: 0 10px 10px;
  width: calc(25% - 32px);
  background-color: white;
  text-decoration: none;
}

@media screen and (-ms-high-contrast: none) {
  .slide-right a.cfair_online_record_box {
    margin: 10px 0;
    width: 100%;
  }
}

.slide-right a.cfair_online_record_box:hover {
  background-color: rgba(0, 0, 102, 0.05);
}

.slide-right .cfair_online_schedule h2,
.slide-right .cfair_online_record h2 {
  margin: 0 0 10px;
  font-size: 1rem;
}

/* スクロールイベント */
.disable-hover {
  pointer-events: none;
}

/* スクロールバー */
::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  box-shadow: inset 0 0 6px rgba(0, 0, 102, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 102, 0.3);
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* Chardin JS */
.chardinjs-helper-layer {
  position: fixed;
}
.chardinjs-top {
  margin-top: -6px;
}
.chardinjs-tooltiptext {
  font-family: "Roboto Condensed", sans-serif;
}
.chardinjs-overlay {
  opacity: 0.7;
}
.slide-button.chardinjs-no-fixed,
.slide-right.chardinjs-no-fixed,
.cfair_fixed-button.chardinjs-no-fixed {
  position: fixed !important;
  z-index: 9999991 !important;
}

.online-bookmark {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 50px;
  cursor: pointer;
}

.online-bookmark-diabled {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 50px;
  cursor: not-allowed;
  opacity: 0.4;
}

.online-bookmark-ribbon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fe8732;
  width: 36px;
  height: 44px;
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.05);
}

.online-bookmark-ribbon::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -5px;
  border-left: 18px solid #fe8732;
  border-right: 18px solid #fe8732;
  border-bottom: 6px solid transparent;
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes popping {
  0% {
    -webkit-transform: scale(0, 0);
  }
  40% {
    -webkit-transform: scale(0, 0);
  }
  75% {
    -webkit-transform: scale(1.3, 1.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes popping {
  0% {
    -moz-transform: scale(0, 0);
  }
  40% {
    -moz-transform: scale(0, 0);
  }
  75% {
    -moz-transform: scale(1.3, 1.3);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-o-keyframes popping {
  0% {
    -o-transform: scale(0, 0);
  }
  40% {
    -o-transform: scale(0, 0);
  }
  75% {
    -o-transform: scale(1.3, 1.3);
  }
  100% {
    -o-transform: scale(1, 1);
  }
}
@keyframes popping {
  0% {
    transform: scale(0, 0);
  }
  40% {
    transform: scale(0, 0);
  }
  75% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}

.online-bookmark-icon {
  position: absolute;
  top: 24px;
  left: 17px;
  outline: none;
  background: none;
  border: none;
  color: #d8dcdf;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.online-bookmark-icon .fa-star {
  position: relative;
  font-size: 1.125rem;
}

.online-bookmark-icon.active {
  color: #fcfc6a;
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
  -o-transition: color 0s;
  transition: color 0s;
}

.online-bookmark-icon.active .fa-star {
  -webkit-animation: popping 0.5s 1;
  -moz-animation: popping 0.5s 1;
  -o-animation: popping 0.5s 1;
  animation: popping 0.5s 1;
}

/* CF-1100 */
a.cfair_online_main_catch {
  background-color: rgba(28, 149, 224, 0.9);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: -20px;
  right: 40px;
  width: 160px;
  height: 160px;
  font-size: 1.25rem;
  padding: 20px;
  border-radius: 50%;
  line-height: 1.2;
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  a.cfair_online_main_catch.-small {
    width: 150px;
    height: 150px;
    padding: 15px;
    right: 10px;
  }
}

a.cfair_online_main_catch:hover {
  opacity: 0.9;
}

.cfair_online_main_catch_label {
  position: relative;
  margin: 20px auto 10px;
  width: 100%;
  padding-bottom: 5px;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  text-align: center;
}

.cfair_online_main_catch_label::before {
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -10px;
  content: "\f0f7";
  font-size: 20px;
  font-family: fontAwesome;
}

.cfair_online_main_catch_text {
  position: relative;
  text-align: center;
  font-size: 1rem;
}

@media (min-width: 768px) {
  #cfair_en .cfair_online_main_catch_text {
    font-size: 1.125rem;
  }
}

.cfair_online_main_catch_text:after {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrow-drop 1.5s infinite;
  animation: arrow-drop 1.5s infinite;
  box-sizing: border-box;
}

.cfair_online_main_catch_text_bold {
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
}

.cfair_online_main_catch_text_middle {
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 1.125rem;
  text-align: center;
}

.cfair_online_main_catch_arrow {
  margin-top: 10px;
  -webkit-animation: arrow-bounce 2.5s infinite;
  animation: arrow-bounce 2.5s infinite;
}

@media (max-width: 767.98px) {
  a.cfair_online_main_catch {
    position: relative;
    width: calc(100% - 80px);
    height: auto;
    margin: 0 60px;
    padding: 20px 20px 10px;
    border-radius: 4px;
    font-size: 1.125rem;
  }
  .cfair_online_main_catch_label {
    width: auto;
  }
  .cfair_online_main_catch_text br {
    display: none;
  }
  .cfair_online_main_catch_text_bold {
    display: inline;
    font-weight: normal;
    font-size: 1.125rem;
  }
}

.cfair_feature {
  margin: 80px auto 60px;
  padding: 0 40px 10px;
  border: 3px solid rgba(0, 0, 102, 0.15);
  border-radius: 4px;
}

.cfair_feature_title {
  margin: -46px auto 40px;
  text-align: center;
}

.cfair_feature_title span {
  padding: 0 20px;
  background-color: white;
  font-size: 1.175rem;
  font-weight: 700;
  color: #006;
}

.cfair_feature_title::before {
  content: "Special Features";
  display: block;
  width: 120px;
  margin: 0 auto 7px;
  padding: 2px;
  border-radius: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  background-color: #006;
  color: white;
}

.cf-wa .cfair_feature_title::before {
  background-color: #0493da;
}

@media (max-width: 767.98px) {
  .cfair_feature {
    width: calc(100% - 60px);
    padding: 0 10px 10px;
  }
  .cfair_feature_title span {
    padding: 0 10px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .cfair_feature a.cfair_company-box_button {
    width: 100px;
  }
}

@-webkit-keyframes arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@keyframes arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media (max-width: 767.98px) {
  .preapply_finish h1 {
    line-height: 30px;
  }

  .preapply_finish h2 {
    font-size: 14px;
  }
}

.cfair_top-news {
  margin: 20px auto;
  max-width: 420px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}

#cfair_en .cfair_top-news {
  max-width: 448px;
}

.cfair_top-news-title {
  position: relative;
  margin: 0 auto 16px;
  color: #006;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.cfair_top-news-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 1px;
  width: calc(50% - 64px);
  background-color: #dfdfdf;
}

.cfair_top-news-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 1px;
  width: calc(50% - 72px);
  background-color: #dfdfdf;
}

.cfair_top-news_list li {
  position: relative;
  margin: 12px 0;
  color: #006;
  font-size: 16px;
}

.cfair_top-news_list li.future {
  opacity: 0.4;
}

.cfair_top-news_list li::before {
  display: inline-block;
  width: 100px;
  margin-right: 8px;
  padding: 6px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.cfair_top-news_list .archive::before {
  content: "終了しました";
  background-color: #006;
  border: 1px solid transparent;
  color: white;
}

#cfair_en .cfair_top-news_list .archive::before {
  content: "Finished";
}

.cfair_top-news_list .available::before {
  content: "参加登録受付中！";
  background-color: #1eb216;
  border: 1px solid transparent;
  color: white;
}

#cfair_en .cfair_top-news_list .available::before {
  content: "Registration open!";
}

.cfair_top-news_list .active::before {
  content: "開催中！";
  background-color: #fa7201;
  border: 1px solid transparent;
  color: white;
}

#cfair_en .cfair_top-news_list .active::before {
  content: "In session!";
}

.cfair_top-news_list .future::before {
  margin-right: 12px;
  content: "開催予定";
  background-color: white;
  border: 1px solid #006;
  color: #006;
}

#cfair_en .cfair_top-news_list .future::before {
  content: "Scheduled";
}

.cfair_top-news_list li .place {
  font-size: 14px;
}

@media (max-width: 768px) {
  .cfair_top-news_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
  }
  .cfair_top-news_list li::before {
    margin-bottom: 4px;
  }
}

/* --------------------
  CF-1385 Renewal
-------------------- */
#cfair #mdj_header,
#cfair_en #mdj_header {
  background-color: white;
}

#cfair .recent_scouts,
#cfair_en .recent_scouts {
  padding-bottom: 2px;
}

/* MainVisual ---------- */
.cf-mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding-bottom: 24px;
  /* background-image: url(/images/mdj/cfair/cf-keyvisual.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.2); */
}

.cf-mv-movie {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background: url('../jpg/cf-keyvisual.jpg') no-repeat;
  background-size: cover;
}

.cf-wa .cf-mv-movie {
  background-image: url('../ck-keyvisual-wa.html');
}

@media (min-width: 1200px) {
  .cf-mv-movie video {
    width: 100%;
  }
}

.cf-mv-container {
  display: flex;
  width: 1072px;
  justify-content: right;
}

.cf-mv-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 592px;
  margin-right: 160px;
}

.cf-mv-side {
  width: 240px;
}

.cf-mv-title {
  width: 100%;
  max-width: 480px;
  padding-right: 32px;
  padding-left: 32px;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
}

.cf-wa .cf-mv-title {
  filter: drop-shadow(0 0 32px rgba(255,255,255,0.5));
}

.cf-wa.cf-mv-title {
  max-width: 520px;
}

.cf-mv-title img {
  width: 100%;
}

.cf-wa .cf-mv-title img {
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.5));
}

.cf-mv-card {
  position: relative;
  margin-top: 32px;
  padding: 16px 0 0;
  width: 544px;
  background-color: white;
  border-radius: 12px;
  color: #006;
}

.cf-mv-place {
  position: absolute;
  top: -40px;
  right: -40px;
}

.cf-mv-place > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 68px;
  padding-top: 32px;
  background-color: #fa7201;
  background-position: center 20px;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  line-height: 1;
}

.cf-wa .cf-mv-place > div {
  background-color: #0493da;
}

.cf-mv-place--offline {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-icon-building.svg);
}

.cf-mv-card-body {
  margin: 0 16px;
  padding: 16px;
  background-color: #fffbf3;
  border-radius: 10px;
  text-align: center;
}

.cf-wa .cf-mv-card-body {
  background-color: white;
}

.cf-mv-info {
  font-family: "Roboto Condensed", sans-serif;
}

.cf-mv-info-line {
  display: flex;
  justify-content: center;
}

.cf-mv-info--date {
  font-size: 28px;
  font-weight: 700;
}

.cf-mv-info--time,
.cf-mv-info--venue {
  margin: 0 8px;
  font-size: 16px;
}

.cf-mv-info--time::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg fill='%23006' clip-path='url(%23a)'%3E%3Cpath d='M8 0a8 8 0 1 0 8 8 8.024 8.024 0 0 0-8-8Zm0 14a6 6 0 1 1 6-6 6.018 6.018 0 0 1-6 6Z'/%3E%3Cpath d='M11.5 7H9V4.5a1 1 0 0 0-2 0V8a1 1 0 0 0 1 1h3.5a1 1 0 1 0 0-2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cf-mv-info--venue::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23006' d='M8 0C4.1 0 1 3.1 1 7c0 1.9.7 3.7 2.1 5 .1.1 4.1 3.7 4.2 3.8.4.3 1 .3 1.3 0 .1-.1 4.2-3.7 4.2-3.8 1.4-1.3 2.1-3.1 2.1-5 .1-3.9-3-7-6.9-7Zm0 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cf-mv-label {
  display: inline-block;
  margin: 8px auto 16px;
  padding: 6px 12px;
  background-color: rgb(0 0 102 / 5%);
  border-radius: 12px;
  color: #006;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.cf-mv-button {
  margin: 8px 0;
}

a.cf-button--register {
  display: block;
  width: 208px;
  margin: auto;
  padding: 16px;
  background-color: #1eb216;
  border-radius: 8px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

a.cf-button--register:hover {
  background-color: #12820b;
}

.cf-button--disabled {
  display: block;
  width: 208px;
  margin: auto;
  padding: 16px;
  background-color: #d3d3d3;
  border-radius: 8px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

.cf-button-caption {
  margin: -8px auto 8px;
  color: #1eb216;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
.cf-button-caption.-navy {
  color: #006;
}

.cf-mv-notice {
  margin: -8px auto 8px;
  color: #e83e8c;
  font-size: 12px;
  text-align: center;
}

.cf-mv-card-foot {
  padding: 12px;
  background-color: #f2f2f2;
  border-radius: 0 0 12px 12px;
}

.cf-mv-alert > a {
  display: block;
  margin: 4px;
  color: #111;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.cf-mv-alert > a:hover {
  text-decoration: underline;
}

.cf-mv-alert > a::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 2px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cf-mv-alert--covid19::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_121_176)'%3E%3Cpath d='M11.8496 9.39442L7.1119 0.659924C6.99505 0.443223 6.81686 0.265816 6.59965 0.149924C6.30454 -0.00800228 5.95901 -0.0430204 5.63822 0.0524871C5.31742 0.147994 5.04732 0.366302 4.88665 0.659924L0.149646 9.39442C0.0460655 9.58664 -0.00572435 9.80249 -0.00063451 10.0208C0.00445533 10.2391 0.0662497 10.4523 0.178677 10.6394C0.291103 10.8266 0.450294 10.9813 0.640606 11.0884C0.830919 11.1954 1.0458 11.2511 1.26415 11.2499H10.7351C10.9444 11.2499 11.1505 11.1984 11.3351 11.0999C11.4814 11.0223 11.6109 10.9164 11.7161 10.7885C11.8213 10.6605 11.9001 10.513 11.948 10.3545C11.9959 10.1959 12.0119 10.0295 11.9952 9.8647C11.9784 9.69992 11.9292 9.54009 11.8504 9.39442H11.8496ZM5.99965 9.74992C5.85131 9.74992 5.70631 9.70594 5.58297 9.62353C5.45963 9.54112 5.3635 9.42398 5.30674 9.28694C5.24997 9.14989 5.23512 8.99909 5.26406 8.85361C5.293 8.70812 5.36443 8.57448 5.46932 8.46959C5.57421 8.36471 5.70784 8.29327 5.85333 8.26434C5.99881 8.2354 6.14961 8.25025 6.28666 8.30701C6.4237 8.36378 6.54084 8.45991 6.62325 8.58325C6.70566 8.70658 6.74965 8.85159 6.74965 8.99992C6.74965 9.19884 6.67063 9.3896 6.52998 9.53025C6.38932 9.67091 6.19856 9.74992 5.99965 9.74992ZM6.74965 7.12492C6.74965 7.22438 6.71014 7.31976 6.63981 7.39009C6.56948 7.46042 6.4741 7.49992 6.37465 7.49992H5.62465C5.52519 7.49992 5.42981 7.46042 5.35948 7.39009C5.28916 7.31976 5.24965 7.22438 5.24965 7.12492V4.12492C5.24965 4.02547 5.28916 3.93009 5.35948 3.85976C5.42981 3.78943 5.52519 3.74992 5.62465 3.74992H6.37465C6.4741 3.74992 6.56948 3.78943 6.63981 3.85976C6.71014 3.93009 6.74965 4.02547 6.74965 4.12492V7.12492Z' fill='%23111111'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_121_176'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.cf-mv-alert--company::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg stroke='%23111' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' clip-path='url(%23a)'%3E%3Cpath d='M9.5 8.5V10A1.5 1.5 0 0 1 8 11.5H2A1.5 1.5 0 0 1 .5 10V4A1.5 1.5 0 0 1 2 2.5h1.5M6.5.5h5v5M11.5.5l-6 6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.cf-present-text {
  display: none;
}

.cf-present,
.cf-floor {
  display: block;
  margin-bottom: 24px;
  width: 240px;
}

.cf-present img,
.cf-floor img {
  width: 100%;
  border-radius: 8px;
  transition: opacity 0.2s linear;
}

.cf-present img:hover,
.cf-floor img:hover {
  opacity: 0.85;
}

.cf-link {
  margin-bottom: 24px;
  width: 240px;
}

.cf-link a {
  transition: opacity 0.3s;
}

.cf-link a:hover {
  opacity: 0.7;
}

.cf-link img {
  width: 100%;
}

.cf-tweet {
  display: none;
}

.cf-sns {
  margin-top: 12px;
  text-align: center;
}

.cf-sns > a {
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
}

.cf-sns > a img {
  width: 20px;
}

.cf-sns--twitter {
  background-color: #1d9bf0;
}

.cf-sns--x {
  background-color: #fff;
}

.cf-sns--line {
  background-color: #06c755;
}

/* Menu---------- */
.cf-menu {
  margin: -40px auto 0;
  max-width: 1072px;
}

.cf-menu > ul {
  display: flex;
  justify-content: center;
  padding: 16px 32px;
  background-color: #f2f2f7;
  border-radius: 56px;
}

.cf-wa .cf-menu > ul {
  background-color: #f2f2f2;
}

.cf-menu > ul li {
  margin: 0 16px;
}

#cfair_en .cf-menu > ul li {
  margin: 0 12px;
}

a.cf-menu-item {
  display: inline-block;
  min-width: 24px;
  padding-top: 32px;
  background-position: center 4px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

#cfair_en .cf-menu-item span {
  display: inline-block;
  margin-top: 8px;
  line-height: 1.2;
}

.cf-menu.cf-menu--fixed {
  position: fixed;
  margin-top: 10px;
  top: 0;
  left: calc(50% - 536px);
  z-index: 2;
  width: 1072px;
}

.cf-menu-item.-company {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-menu-icon-building.svg);
}

.cf-menu-item.-about {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-menu-icon-people.svg);
}

.cf-menu-item.-seminar {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-menu-icon-seminar.svg);
}

.cf-menu-item.-tips {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-menu-icon-useful.svg);
}

.cf-menu-item.-success {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-menu-icon-done.svg);
}

.cf-menu-item.-tour {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-menu-icon-arrows.svg);
}

.cf-menu-item.-faq {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-menu-icon-question.svg);
}

.cf-menu-item.-overview {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-menu-icon-list.svg);
}

.cf-menu-item.-access {
  background-image: url(https://www.daijob.com/images/mdj/cfair/cf-menu-icon-position.svg);
}

@media (min-width: 767.98px) {
  .cf-menu.cf-menu--fixed .cf-menu-item {
    padding-top: 0;
    background: none;
  }
}

@media (max-width: 768px) {
  .cf-mv-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .cf-mv-main {
    margin-right: auto;
    margin-left: auto;
    padding-top: 64px;
  }
  .cf-mv-title {
    width: calc(100% - 64px);
    max-width: 360px;
  }
  .cf-mv-card {
    width: calc(100% - 48px);
    padding-top: 0;
  }
  .cf-mv-place {
    position: relative;
    top: 0;
    right: 0;
  }
  .cf-mv-place > div {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 0 12px;
    background-size: 24px;
    background-position: calc(50% - 3rem) center;
    background-repeat: no-repeat;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    text-indent: 2rem;
    text-align: center;
  }
  .cf-mv-card-body {
    padding-right: 0;
    padding-left: 0;
  }
  .cf-mv-info {
    margin-top: 16px;
  }
  .cf-mv-info-line {
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
  }
  a.cf-button--register,
  .cf-button--disabled {
    width: calc(100% - 56px);
    max-width: 208px;
  }
  .cf-mv-alert > a {
    line-height: 1.2;
  }

  .cf-mv-side {
    width: 100%;
  }
  .cf-present-text {
    display: block;
    width: calc(100% - 48px);
    margin: 8px 24px;
  }
  .cf-present-text a {
    display: block;
    margin: 12px 0;
    color: white;
    font-size: 14px;
    line-height: 1.4;
  }
  .cf-link {
    margin: 16px auto 24px;
  }
  .cf-present,
  .cf-floor,
  .cf-tweet {
    display: none;
  }
  .cf-sns {
    margin-bottom: 56px;
    max-width: none;
  }
  .cf-menu {
    width: 100%;
  }
  .cf-menu > ul {
    background: none;
    flex-wrap: wrap;
    padding: 0;
  }
  .cf-menu > ul li {
    width: calc(33% - 40px);
    margin: 4px !important;
    padding: 16px 8px 8px;
    background-color: #f2f2f7;
    border-radius: 8px;
    text-align: center;
  }
  a.cf-menu-item {
    padding-top: 40px;
    line-height: 1.2;
  }
  .cf-menu.cf-menu--fixed {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    margin: 0;
    background-color: #f2f2f7;
  }
  .cf-menu.cf-menu--fixed > ul li {
    width: calc(11% - 16px);
    margin: 0 !important;
    padding: 8px 8px 2px;
  }
  .cf-menu.cf-menu--fixed > ul li span {
    display: none !important;
  }
  .cf-menu.cf-menu--fixed a.cf-menu-item {
    padding-top: 0;
    width: 24px;
    height: 24px;
    background-size: 16px;
  }
}


/* Bug fix (CF-1404) */
@media (max-width: 768px) {
  #cfair .sp_navi .btn11::after,
  #cfair .sp_navi .btn12::after,
  #cfair_en .sp_navi .btn11::after,
  #cfair_en .sp_navi .btn12::after {
    margin-top: -8.5px;
  }
}

/* CF-1259 QR code---------- */
.cf-btn-qrcode {
  display: block;
  width: 150px;
  margin: auto;
  padding: 16px;
  background-color: #07a192;
  border-radius: 8px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  border: none;
}

.cf-btn-qrcode:hover {
  background-color: #111111;
}

.cf-popup-qrcode {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 10000000;
}

.cf-popup-qrcode-content {
  width: 30%;
  height: 50%;
  background-color: #FFFFFF;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #c3cfd9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cf-popup-qrcode-text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.cf-popup-qrcode-text p {
  text-align: center;
  margin: 2px 0;
  font-size: 16px;
  color: #111111;
}

.cf-popup-qrcode-image {
  width: 70%;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  top: 60%;
  bottom: 0;
  text-align: center;
  transform: translateY(-50%);
}

.cf-popup-qrcode-close {
  background: #606061;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 20px;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.cf-popup-qrcode-close:hover,
.cf-popup-qrcode-close:focus {
  color: #bbb;
}

@media (max-width: 767.98px) {
  .cf-popup-qrcode-content {
    width: 100%;
    position: fixed;
    bottom: 0;
    top: unset;
    left: unset;
    transform: unset;
  }
  .cf-popup-qrcode-close {
    right: 0px;
  }
}

/* CF-1602 */
.cf-modal_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  inset: 0 auto 0 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.cf-modal_content {
  border-radius: 0.5rem;
  inset: 0;
  margin: auto;
  max-height: 90%;
  max-width: 80%;
  position: absolute;
}
.cf-modal_close {
  align-items: center;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><title>xmark</title><g fill="%23ffffff"><rect x="-.556" y="15" width="33.112" height="2" transform="translate(-6.627 16) rotate(-45)" fill="%23ffffff" stroke-width="0"></rect><rect x="15" y="-.556" width="2" height="33.112" transform="translate(-6.627 16) rotate(-45)" stroke-width="0" fill="%23ffffff"></rect></g></svg>');
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  padding: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  transition: all 0.2s linear;
  width: 3rem;
}
.cf-modal_close:hover {
  transform: scale(1.2, 1.2);
}
.cf-modal_active {
  overflow: hidden;
}
.cf-modal_icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>screen-enlarge</title><g fill="%23000066"><rect x="6" y="6" width="12" height="12" rx="1" ry="1" fill="%23000066"></rect><path d="M2,9c.552,0,1-.448,1-1V4c0-.552,.448-1,1-1h4c.552,0,1-.448,1-1s-.448-1-1-1H4c-1.657,0-3,1.343-3,3v4c0,.552,.448,1,1,1Z" fill="%23000066"></path><path d="M20,1h-4c-.552,0-1,.448-1,1s.448,1,1,1h4c.552,0,1,.448,1,1v4c0,.552,.448,1,1,1s1-.448,1-1V4c0-1.657-1.343-3-3-3Z" fill="%23000066"></path><path d="M22,15c-.552,0-1,.448-1,1v4c0,.552-.448,1-1,1h-4c-.552,0-1,.448-1,1s.448,1,1,1h4c1.657,0,3-1.343,3-3v-4c0-.552-.448-1-1-1Z" fill="%23000066"></path><path d="M8,21H4c-.552,0-1-.448-1-1v-4c0-.552-.448-1-1-1s-1,.448-1,1v4c0,1.657,1.343,3,3,3h4c.552,0,1-.448,1-1s-.448-1-1-1Z" fill="%23000066"></path></g></svg>');
  display: block;
  height: 1.25rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1.25rem;
  z-index: 1;
}
.cf-modal_icon:hover {
  opacity: 0.8;
}