/* =======================================
  header
======================================== */
.header-wrapper {
  background-color: #fff;
  /*position: fixed;*/
  top: 0;
  width: 100%;
  z-index: 99;
}

#header .header-inner {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  border-top: #00b2b2 5px solid;
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  height: 66px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-func-menu-normal {
	display: none;
}

.smaller #header .header-inner {
  height: 50px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* h1・ロゴ */
#header .header-site {
  float: left;
  margin: 10px 0 0 10px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.smaller #header .header-site {
  float: left;
  margin: 5px 0 0 10px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.smaller #header .header-func {
  padding-top: 10px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.smaller #header .header-func .header-func-menu dt .drawer-hamburger {
  padding-top: 0px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#header .header-site .header-site-logo {
  display: block;
  height: 28px;
  width: 160px;
  overflow: hidden;
}

#header .header-site .header-site-logo img {
  display: block;
  height: 30px;
  width: 160px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.smaller #header .header-site .header-site-logo {
  display: block;
  height: 22px;
  width: 117px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.smaller #header .header-site .header-site-logo img {
  display: block;
  height: 22px;
  width: 117px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#header .header-site .header-site-logo img {
  max-width: 100%;
}

#header .header-site .header-site-p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
}

#header .login-display {
  display: none;
}

.login-display {
  display: none;
}

/* PC表示+ドロワーメニュー内 */
.gnav li a {
  border-bottom: 1px dotted #00b2b2;
  color: #333;
  display: block;
  padding: 15px 10px 15px 0;
  text-decoration: none;
  background: white;
}

.gnav li a:after {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #00b2b2;
  border-top: 1px solid #00b2b2;
  content: "";
  float: right;
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.drawer-nav .header-tab-ul li.header-menu-link a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -2px 8px 0 7px;
}
.drawer-nav .header-tab-ul li.header-menu-link.header-menu-company-icon a:before {
  background: url(../../common/images/icon-header-menu-company.png) no-repeat;
  background-size: contain;
}
.drawer-nav .header-tab-ul li.header-menu-link.header-menu-event-icon a:before {
  background: url(../../common/images/icon-header-menu-event.svg) no-repeat;
  background-size: contain;
}
.drawer-nav .header-tab-ul li.header-menu-link.header-menu-article-icon a:before {
  background: url(../../common/images/icon-header-menu-article.svg) no-repeat;
  background-size: contain;
}
.drawer-nav .header-tab-ul li.header-menu-link.header-menu-agent-icon a:before {
  background: url(../../common/images/icon-header-menu-agent.svg) no-repeat;
  background-size: contain;
}
.drawer-nav .header-tab-ul li.header-menu-link.header-menu-qa-icon a:before {
  background: url(../../common/images/icon-header-menu-qa.svg) no-repeat;
  background-size: contain;
}
.drawer-nav .header-tab-ul li.header-menu-link{
  margin-top: 11px;
}

.header-logout-area {
  text-align: right;
  margin: 20px;
}

.header-logout-btn {
  cursor: pointer;
  border: none;
  background: none;
  color: #555;
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
}

.header-logout-btn:hover {
  color: #002080;
}

/* ドロワー内のログアウト スマホ時は非表示 */
.drawer-nav .logout {
  display: none;
}

.drawer-open .drawer-nav .logout {
  display: block;
  margin: 15px 15px;
}

/* ドロワー内のログイン */
.header-func-menu-login {
  background-color: #00b2b2;
  display: block;
  padding: 20px;
}

.header-func-menu-login-btn {
  display: flex;
}

.header-func-menu-login .header-func-menu-login-btn .btn {
  width: 100%;
}

.header-func-menu-login .header-func-menu-login-txt {
  color: #fff;
  margin-top: 15px;
  text-align: center;
}

/* =======================================
  1020px以上 header-func-menu
======================================== */
@media only screen and (min-width : 1020px) {
  /*ハンバーガーメニュー*/
  .header-func-menu {
    background-color: #00b2b2;
    display: none!important;
    padding: 15px 15px;
  }
}

/* =======================================
  サイト内検索・メニュー
======================================== */
#header .header-func {
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  float: right;
  padding-top: 20px;
  transition: all .5s;
}

#header .header-func .header-func-search,
#header .header-func .header-func-menu {
  float: left;
}

#header .header-func .header-func-search {
  width: 90px;
  opacity: 1;
  pointer-events: all;
  display: flex;
  margin-right: 5px;
  white-space: nowrap;
}

#header .header-func .header-func-menu {
  width: 40px;
  display: flex;
  flex-direction: column;
}

#header .header-func .header-func-search dt {
  -webkit-tap-highlight-color: transparent;
}

#header .header-func .header-func-search dt i,
#header .header-func .header-func-menu dt i {
  cursor: pointer;
  color: #333;
  font-size: 24px;
}

#header .header-func .header-func-search dt img {
  display: none;
}

/* 検索展開 */
#header .header-func .header-func-search .header-func-search-hit i {
  color: #00b2b2;
  position: relative;
}

#header .header-func .header-func-search .header-func-search-hit i:after {
  border-color: transparent transparent #ececec transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  bottom: -6px;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 14px;
  width: 0;
}

/* 検索フォーム */
#header .header-func .header-func-search dd {
  background-color: #ececec;
  display: none;
  left: 0;
  position: absolute;
  top: 66px;
  width: 100%;
  z-index: 3;
  text-align: center;
}

/* ヘッダー縮小 */
.smaller #header .header-func .header-func-search .header-func-search-hit i:after {
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  bottom: -16px;
  transition: all .5s;
}

.smaller #header .header-func .header-func-search dd {
  top: 50px;
}


#header .header-func .header-func-search dd form .header-func-search-set {
  background-color: #ececec;
  border: none;
  display: inline-block;
  font-size: 15px;
  margin: 9px 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}

#header .header-func .header-func-search dd form .header-func-search-set:focus {
  outline: none;
}

#header .header-func .header-func-search dd .form-btn {
  float: right;
  margin-top: 3px;
  padding: 10px 12px 10px 20px;
}

#header .header-func .header-func-search dd .form-btn i {
  display: none;
}

#header .tab-menu {
  border-bottom: 1px solid #eee;
}
#header .tab-menu .swiper-slide {
  padding: 20px 0;
  text-align: center;
  color: #555555;
  background-color: #ffffff;
  cursor: pointer;
  width: 33.33%;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

#header .tab-menu .swiper-wrapper .tab-menu-active {
  color: #00b2b2;
}

#header .tab-menu .swiper-wrapper .tab-menu-active:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #00b2b2;
}

#header .tab-contents {
  overflow-y: auto;
  background-color: #fff;
  overflow-x: hidden;
}
.tab-content {
  height: calc(100vh - 66px - 60px);
  overflow-y: auto;
  margin: 0 10px;
}

.drawer-open #header .tab-contents {
  /*100% - .header-innner - .tab-menu*/
  height: calc(100vh - 66px - 60px) !important;
}

.drawer-open #header .tab-content>div {
  margin-bottom: 20px;
  padding: 0 5px;
}

.drawer-open #header .tab-content-area img {
  width: 90%;
  margin: 0 5%;
}

.drawer-open #header .internship-link-card-list {
  flex-direction: column !important;
  margin-bottom: 0 !important;
}

.drawer-open #header .internship-link-card {
  width: 80% !important;
  margin: auto;
  margin-bottom: 15px;

}

.drawer-open #header .tab-contents .tab-content-heading {
  display: flex;
  align-items: center;
  --text-divider-gap: 15px;
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 10px;
}

.drawer-open #header .tab-contents .tab-content-heading::before,
.drawer-open #header .tab-contents .tab-content-heading::after {
  content: '';
  height: 1px;
  background-color: #ddd;
  flex-grow: 1;
}

.drawer-open #header .tab-contents .tab-content-heading::before {
  margin-right: var(--text-divider-gap);
}

.drawer-open #header .tab-contents .tab-content-heading::after {
  margin-left: var(--text-divider-gap);
}
/* ヘッダーマイページレコメンドエリア */
.drawer-open #header .tab-content>div.mypage-static-message-area {
  border: 2px solid #00b2b2;
  color: #555555;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 3px;
  margin: 0 0 20px 0;
}
.drawer-open #header .tab-content>div .mypage-bold-font {
  text-align: center;
  color: #00b2b2;
  font-size: 18px;
  font-weight: bold;
}
.drawer-open #header .tab-content>div .recommend-line {
  display: block;
  border-bottom: 1px dotted;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.drawer-open #header .tab-content>div .recommend-events {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

.drawer-open #header .tab-content>div .recommend-events>div {
  flex: 1;
  max-width: 33%;
}
.drawer-open #header .tab-content>div .recommend-events>div>a {
  display: block;
  height: 100%;
  width: 100%;
}

.drawer-open #header .tab-content>div .recommend-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drawer-open #header .tab-content>div .recommend-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.logout-header-ul {
  display: flex !important;
  justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}

.logout-header-ul li {
  position: relative;
  width: 22%;
  background-color: white !important;
  margin: 0 !important;
  padding: 10px 0;
}

.logout-header-ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: #00b2b2;
}

.logout-header-ul li a img {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width : 1020px) {
  #header .header-func .header-func-search .header-func-search-hit i:after {
    display: none;
  }

  .user-info .user-info-name,
  .user-info .user-info-menu {
    display: none;
  }
}

/* =======================================
  FIXEDの余白
======================================== */
.login .user-info.fix-pad {
  display: none;
}

/* HOMEでは表示 */
.login.home .user-info {
  display: block;
  padding-top: 60px;
}

.fix-pad {
  padding-top: 72px;
}

.login #pankuzu.fix-pad,
.login .contants.fix-pad {
  padding-top: 72px;
}

@media only screen and (min-width : 1020px) {

  .login .fix-pad,
  .logout .fix-pad,
  .login .section-slider.fix-pad {
    padding-top: 100px;
  }

  .login .user-info.fix-pad {
    padding-top: 0;
    display: block;
  }

  .login #pankuzu.fix-pad,
  .login .contants.fix-pad {
    padding-top: 102px;
  }
}

/* =======================================
  ユーザーお知らせ
======================================== */
.user-info {
  background-color: #fff;
  display: none;
  overflow: hidden;
  padding: 0 10px 15px 10px;
}

.logout .user-info {
  display: none;
}

.login .user-info {
  display: block;
  padding: 10px 5px 10px 5px;
}

/* ログイン名 */
.user-info .user-info-name {
  color: #000;
  margin-bottom: 10px;
}

.user-info .user-info-menu {
  font-size: 0;
  letter-spacing: -1em;
  padding: 10px 0 0 0;
  text-align: center;
}

.user-info .user-info-menu li {
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  margin: 0;
  font-size: 12px;
  vertical-align: middle;
  width: 70px;
}

.user-info .user-info-menu li a:before {
  left: 3px;
}

.user-info .user-info-menu .user-info-menu-login {
  display: none;
}

.user-info .user-info-menu .user-info-menu-login {
  margin-right: 0;
}

.user-info .user-info-menu .user-info-menu-login a {
  border-radius: 4px;
}

.user-info .user-info-menu .user-info-menu-btn {
  font-size: 11px;
}

/* スマホ時ログアウト非表示 */
.user-info .user-info-menu .user-info-menu-logout {
  display: none;
}

.user-info .user-info-menu .user-info-menu-btn a span {
  display: block;
  color: #00b2b2;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.user-info-menu-cout {
  position: absolute;
  right: -3px;
  top: -14px;
  z-index: 1;
}

/* =======================================
  1020px以上 user-info
======================================== */
@media only screen and (min-width : 1020px) {

  /* ユーザーお知らせ */
  .login .user-info {
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .login .gnav li a {
    font-size: 14px;
  }

  .logout .user-info {
    background-color: transparent;
    display: block;
    padding: 0;
    font-size: 0;
  }

  /* PC時は黒 */
  .user-info .user-info-menu li a {
    position: relative;
    color: #333;
    display: block;
    font-size: 12px;
    padding: 0px;
    width: 70px;
    text-decoration: none;
  }

  /* ログインボタンは白 */
  .user-info .user-info-menu .user-info-menu-login a {
    color: #fff;
  }

  .user-info .user-info-menu .user-info-menu-login a:hover {
    background-color: #01A6A6;
    color: #fff;
    transition: all .2s ease 0s;
  }

  /* ホバー色 */
  .user-info .user-info-menu li a:hover {
    color: #00b2b2;
  }

  /* ユーザー名PC用 */
  .user-info .user-info-name {
    background-color: transparent;
    border-right: 1px solid #fff;
    display: inline-block;
    margin: 0;
    padding: 37px 0px 0px 20px;
    font-weight: bold;
    vertical-align: top;
  }

  /* PC時インラインブロック */
  .user-info .user-info-menu,
  .user-info .user-info-menu .user-info-menu-logout {
    display: inline-block;
  }

  /* スマホスタイル打ち消し */
  .user-info .user-info-menu li {
    margin: 0;
    vertical-align: middle;
    width: auto;
  }

  /* ログインボタン表示 */
  .user-info .user-info-menu .user-info-menu-login {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 0 0 0;
  }

  /* スマホのスタイル打ち消し */
  .user-info .user-info-menu-btn a {
    background-color: transparent;
    font-size: 12px;
    padding: 0 10px 0 18px;
  }

  /* 件数 */
  .user-info .user-info-menu .user-info-menu-btn a span.user-info-menu-cout {
    display: inline-block;
    position: absolute;
    top: -3px;
    right: 8px;
    height: 18px;
    line-height: 18px;
    border-radius: 12px;
    padding: 0 6px;
    color: #fff;
    font-size: 11px !important;
    font-weight: normal;
  }

  /* ログアウトボタン */
  .user-info .user-info-menu .user-info-menu-logout {
    border-left: 2px solid #fff;
    width: 70px;
  }

  .user-info .user-info-menu .user-info-menu-login .btn {
    display: block;
    padding: 8px 0 7px 20px;
    width: 120px;
    background-color: #df3700;
  }

  .user-info .user-info-menu .user-info-menu-login .btn:first-of-type {
    background-color: #00B2B2;
  }

  .user-info .user-info-menu .user-info-menu-login .btn:first-of-type {
    margin-right: 8px;
  }

  .user-info .user-info-menu .user-info-menu-login .btn:hover {
    background-color: #f89e00;
  }

  .user-info .user-info-menu .user-info-menu-login .btn:first-of-type:hover {
    background-color: #208686;
  }

  .user-info .user-info-menu .user-info-menu-btn .arrow:before {
    border-right-width: 1px;
    border-top-width: 1px;
    height: 6px;
    left: 5px;
    width: 6px;
  }

  .user-info-menu-logout form input[type="image"] {
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    margin: 0;
    vertical-align: middle;
    margin: 0 0 0 0px;
    height: 30px;
    width: 30px;
  }

  .user-info-menu-logout form span {
    display: block;
    font-weight: bold;
  }
}

/* =======================================
  ページの先頭に戻る
======================================== */
.totop {
  border-bottom: #555 1px solid;
  padding: 15px 0;
  text-align: center;
}

.totop a {
  -webkit-transform: rotate(-45deg);
  border-right: 1px solid #fff;
  ;
  border-top: 1px solid #fff;
  ;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  top: 10px;
  transform: rotate(-45deg);
  width: 30px;
}

.totop a span {
  display: none;
}

/* =======================================
  footer
======================================== */
#footer {
  background-color: #333;
  clear: both;
}

#footer .footer-nav {
  padding: 30px 20px 20px;
}

#footer .footer-nav .footer-nav-site {
  margin-bottom: 15px;
  overflow: hidden;
}

#footer .footer-nav .footer-nav-external {
  border-top: #555 1px dotted;
  padding-top: 20px;
}

#footer .footer-nav .footer-nav-site li,
#footer .footer-nav .footer-nav-external li {
  display: inline-block;
  margin-bottom: 8px;
}

#footer .footer-nav .footer-nav-site li:after,
#footer .footer-nav .footer-nav-external li:after {
  color: #fff;
  content: "|";
  margin-left: 8px;
  margin-right: 3px;
}

#footer .footer-nav .footer-nav-external li:last-child:after,
#footer .footer-nav .footer-nav-site li:last-child:after {
  content: "";
}

#footer .footer-nav .footer-nav-site li a,
#footer .footer-nav .footer-nav-external li a {
  color: #eeeeee;
  text-decoration: none;
}

/* フッターSNSアイコン */
#footer .footer-sns {
  border-top: 1px solid #555;
  padding-top: 20px;
  text-align: center;
}

#footer .footer-sns li {
  display: inline-block;
  margin: 0 5px;
}

#footer .footer-sns li i {
  color: #fff;
  font-size: 34px;
}

#footer .copy {
  margin-top: 10px;
  text-align: center;
}

#footer .copy .copy-logo {
  background-size: 100% auto;
  background: url(../svg/logo-wid-bk.svg) no-repeat left top;
  display: block;
  height: 32px;
  margin: auto;
  text-indent: -9999px;
  width: 170px;
}

#footer .copy .copy-txt {
  color: #fff;
  font-family: "Droid Sans";
  font-size: 12px;
  padding: 15px;
}

/* フッタープライバシーマーク */
#footer #privacy-area {
  text-align: center;
  background-color: white;
  padding: 10px 0 10px 0;
}

#footer #privacy-area #privacy {
  display: inline-block;
}

#footer #privacy-area #privacy img {
  height: 58px;
  width: 58px;
}

#footer #privacy-area span {
  margin-left: 10px;
  text-align: left;
  display: inline-block;
}

#footer #icons {
  display: inline-block;
  margin: 0 auto;
}

#footer #icons ul {
  display: inline-block;
}

#footer #icons ul li {
  display: table-cell;
  vertical-align: middle;
}

.cdc-logo {
  width: 120px;
  margin-right: 8px;
}

.privacy-word {
  font-size: 12px;
}

/* おすすめ（レコメンド） */
.recommend-area {
  position: fixed;
  bottom: 8px;
  right: 6px;
  animation-name: fadeUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
  max-width: 400px;
  background-color: #f2f2f2;
  color: white;
  border-radius: 6px;
  margin: 0 6px;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.30);
}

.recommend-recruitment-area {
  position: fixed;
  bottom: 5px;
  left: 10px;
  right: 10px;
  animation-name: fadeUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
  border-radius: 6px;
  margin: 0 10px;
  box-sizing: border-box;
}

.recommend-recruitment-area img {
  width: 100%;
}

.recommend-url-area {
  right: 5px;
  margin: 0;
  left: auto;
  padding: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  box-shadow: none;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.recommend-close {
  position: absolute;
  background-color: white;
  border-radius: 20px;
  top: -9px;
  left: -7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.recommend-area .recommend-close::before,
.recommend-area .recommend-close::after,
.recommend-recruitment-area .recommend-close::before,
.recommend-recruitment-area .recommend-close::after {
  content: "";
  position: absolute;
  color: black;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #333;
  border-radius: 1px;
}

.recommend-area .recommend-close::before,
.recommend-recruitment-area .recommend-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.recommend-area .recommend-close::after,
.recommend-recruitment-area .recommend-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.recommend-message {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  background-color: #fe5b35;
  padding-bottom: 4px;
  padding-top: 6px;
  color: white;
  border-radius: 6px 6px 0 0;
}

.recommend-content {
  display: flex;
  align-items: flex-start;
  margin: 8px 6px;
  background-color: #f2f2f2;
  color: black;
}

.recommend-area img {
  height: 60px;
}

.recommend-url-area img {
  height: auto;
  width: auto;
  max-height: 200px;
  max-width: 200px;
  margin-left: 0;
}

.recommend-description {
  font-size: 10.5px;
  padding: 0 5px 0 10px;
  overflow: hidden;
  white-space: nowrap;
}

.recommend-event-description {
  font-size: 10.5px;
  padding: 0 5px 0 10px;
}

.recommend-event-description>div:first-child,
.recommend-recruitment-nm {
  font-weight: 700;
}

.recommend-recruitment-nm {
  white-space: normal;
  word-wrap: break-word;
}

.recommend-description>div {
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend-area .other-count {
  text-align: right;
}

.recommend-reserve-area {
  position: fixed;
  right: 6px;
  bottom: 8px;
  z-index: 2;
}

.recommend-reserve-area a {
  text-decoration: none;
}

.recommend-reserve-area .recommend-reserve-bg {
  position: relative;
  right: unset;
  bottom: unset;
}

.recommend-reserve-bg {
  background: url(../../images/recommend-reserve-bg.jpg);
  background-size: cover;
  background-position: bottom center;
}

.recommend-reserve-content {
  padding: 10px 10px 5px 10px;
  cursor: pointer;
}

.recommend-reserve-ribbon {
  display: inline-block;
  position: absolute;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0px 4px 0 4px;
  font-size: 10px;
  font-weight: 700;
  background: #fe5b35;
  color: #fff;
  box-sizing: border-box;
  top: -9px;
  right: -5px;
}

.recommend-reserve-ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 4px transparent;
  border-left: solid 6px #b02f11;
}

.recommend-reserve-ribbon:after {
  top: 0px;
  left: -8px;
  border-width: 9px 0px 9px 9px;
  border-color: #fe5b35 #fe5b35 #fe5b35 transparent;
  border-style: solid;
}

.recommend-reserve-ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.recommend-reserve-topic {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: white;
}

.recommend-reserve-topicDt {
  font-size: 10.5px;
  text-align: center;
  font-weight: 500;
  color: white;
}

.recommend-reserve-button {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: #00b2b2;
  background-color: white;
  border-radius: 15px 15px 15px 15px;
  width: 150px;
  margin: 0 auto;
  margin-top: 3px;
}

/* =======================================
  1020px以上 footer
======================================== */
@media only screen and (min-width : 1020px) {

  /* フッターナビ */
  #footer .footer-nav .footer-nav-site {
    margin-bottom: 10px;
    text-align: center;
  }

  #footer .footer-nav .footer-nav-external {
    text-align: center;
  }
}

/* =======================================
  ドロワー関連
======================================== */
.drawer-open .drawer-nav .header-func-menu-head .badge {
  position: absolute;
  margin-left: 62%;
}

.drawer-open .header-func-menu-normal li,
.drawer-open .drawer-nav .header-func-menu-head li {
  margin: 0 15px;
}

/* PCメニュー非表示 */
#header .header-func .header-func-menu .drawer-nav {
  right: -160%;
}

/* ハンバーガーアイコン */
#header .header-func .header-func-menu dt .drawer-hamburger {
  /*位置*/
  top: 16px;
  right: 9px;
  /*横の長さ*/
  width: 20px;
  /*当たり判定*/
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  /*太さ*/
  height: 3px;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  /*間隔（上棒）*/
  top: -7px;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:after {
  /*間隔（下棒）*/
  top: 7px;
}

.drawer-open #header .header-func .header-func-menu dt i {
  right: 83%;
}

/* ドロワーオープン時 */
.drawer-open #header .header-func .header-func-menu dd {
  display: block;
}

.drawer-open .header-func-menu-head {
  display: block;
}

#header .header-func .header-func-menu i {
  margin: 0;
}

/* ドロワーオープン時 */
.drawer-open #header .header-func .header-func-menu .drawer-nav {
  right: 0;
  height: 100%;
  /*ヘッダーの高さ分*/
  top: 66px;
}

/* ドロワーオープン時 */
.drawer-open .smaller #header .header-func .header-func-menu .drawer-nav {
  top: 54px;
}

.drawer-open .container.smaller #header .header-inner:before {
  height: 50px;
}

.drawer-open #header .smaller .header-inner:before {
  height: 50px;
}

.drawer-open #header .header-inner {
  border-top-color: #053131;
}

.drawer-open .drawer-nav {
  overflow: visible;
  position: fixed;
  transition: all .4s ease 0s;
  z-index: 9999;
}

.drawer-open #header .header-func .header-func-search {
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, .7);
  z-index: 1;
}

.drawer .close {
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  cursor: pointer;
  height: 0px;
  left: -49px;
  line-height: 2;
  overflow: hidden;
  padding: 40px 10px 10px 10px;
  position: absolute;
  top: 20px;
  transform: scale(.7);
  transition: all .5s;
  width: 40px;
}

.drawer .close span {
  display: none;
}


.drawer .close:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #00b2b2;
  content: "";
  display: block;
  height: 4px;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 40px;
}

.drawer .close:before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #00b2b2;
  content: "";
  display: block;
  height: 4px;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 40px;
}

.drawer-close .drawer .close {
  display: none;
}

.drawer-open .drawer .close {
  display: block;
}

.header-tab-ul{
	margin: 10px 0 0;
}

/* =======================================
  虫眼鏡ON
======================================== */
.container.body-search-on:after {
  background-color: rgba(0, 0, 0, .7);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 210px;
  z-index: 8;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.container.body-search-on.smaller:after {
  top: 165px;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.drawer-open #header .smaller .user-info:after {
  top: 50px;
}

#bnr-lists-terms {
  height: 74px;
  line-height: 74px;
  border: 3px solid #00b2b2;
}

#bnr-lists-terms a {
  text-decoration: none;
  color: red;
}

/* =======================================
  1020px以上
======================================== */
@media only screen and (min-width : 1240px) {}

@media only screen and (min-width : 1020px) {

  .container {
    border-top: #00b2b2 3px solid;
  }

  .header-wrapper {
    position: fixed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-top: #00b2b2 3px solid;
  }

  /* 横幅制御 */
  #header {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    position: relative;
  }

  #header .header-inner,
  .contents {
    box-shadow: none;
    position: static;
    width: 100%;
    max-width: 1240px;
    margin: auto;
  }

  .contents {
    margin-bottom: 50px;
  }

  /* メインコンテンツ */
  .contents .contents-main {
    float: left;
    width: 730px;
  }

  /* サイドコンテンツ */
  .contents .contents-side {
    float: right;
    padding-top: 40px;
    width: 240px;
  }

  #header {
    position: relative;
  }

  #header .header-inner {
    border-top: none;
  }

  /* ヘッダーロゴとH1 */
  #header .header-site {
    margin: 8px 0 0 0;
  }

  .without-link-header #header .header-site {
    margin-top: 28px;
  }

  /* ヘッダーロゴ */
  #header .header-site .header-site-logo {
    margin-top: -4px;
    margin-bottom: 8px;
    height: 31px;
    width: 178px;
  }

  .without-link-header #header .header-site .header-site-logo {
    margin-bottom: 28px;
  }

  #header .header-site .header-site-logo img {
    height: 33px;
    width: 180px;
  }

  /* ヘッダーH1 */
  #header .header-site .header-site-p {
    font-size: 12px;
  }

  #header .header-func .header-func-search,
  #header .header-func .header-func-menu {
	display: none;
  }

  /* ヘッダースマホ用アイコン非表示 */
  #header .header-func .header-func-menu dt {
    -webkit-tap-highlight-color: transparent;
    display: none;
  }

  .header-func-search {
    background: #00B2B2;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 7px 0 8px 11px;
    height: 42.4px;
    width: 50px !important;
    position: absolute;
    right: 0;
    top: 60px;
    border-right: 0.5px solid #fff;
    border-left: 0.5px solid #fff;
  }

  #header .header-func .header-func-search dt i:first-child {
    display: none;
  }

  #header .header-func .header-func-search dt img {
    display: block;
  }

  .search-window-opener {
    color: #444;
    display: inline-block;
    font-weight: bold;
    padding: 0 0 0 18px;
    font-size: 13px;
    background-color: #00B2B2;
  }

  .search-window-opener:after {
    content: "企業・イベントを検索";
  }

  #header .header-func .header-func-search dt i {
    cursor: pointer;
    color: #444;
    font-size: 13px;
    font-weight: bold;
  }

  .search-form-height {
    height: 120px !important;
  }

  #header .header-func .header-func-search .header-func-search-hit i:after {
    border-color: transparent transparent gray transparent;
  }

  /* ボタンの文字を選択不可にする */
  .select-none {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }

  #header .header-func {
    float: none;
    padding: 0px 50px 0 0;
    box-sizing: border-box;
    width: 100%;
  }

  /* PCメニュー表示 */
  #header .header-func .header-func-menu .drawer-nav {
    display: block;
    position: static;
    width: 100%;
  }

  /* 検索 */
  #header .header-func .header-func-search dd {
    background-color: gray;
    display: none;
    right: 0;
    left: auto;
    position: absolute;
    top: 50px;
    width: 600px;
    z-index: 3;
  }

  /* 検索ボタン押下時のカーテン */
  .container.body-search-on:after {
    top: auto;
  }

  /* グローバルナビ */
  .header-func-menu-normal {
    display: table;
    position: relative;
    table-layout: fixed;
    margin: 0 -600px 0 -600px;
    padding: 0;
    height: 43px;
    width: 100%;
    text-align: center;
    background-color: #00B2B2;
    border-left: 600px solid #00B2B2;
    border-right: 600px solid #00B2B2;
    color: #fff;
  }

  .header-func-menu-normal li {
    display: table-cell;
    border: none;
    font-size: 14px;
    padding: 0;
    color: #fff;
  }

  .header-func-menu-normal li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }

  .header-func-menu-normal li:nth-of-type(5),
  .header-func-menu-normal li:nth-of-type(6),
  .header-func-menu-normal li:nth-of-type(7) {
    display: none;
  }

  .header-func-menu-normal li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: none;
    letter-spacing: -1px;
    background-color: #00b2b2;
  }

  .header-func-menu-normal li a:hover {
    color: #fff;
    background-color: #208686;
    transition: all 0.25s ease 0s;
  }

  .header-func-menu-normal li a:after {
    display: none;
  }

  #header .header-func .header-func-search dd form {
    padding: 0;
  }

  #header .header-func .header-func-search dd form .header-func-search-set {
    font-size: 12px;
    width: 174px;
  }

  .header-func-menu-head {
    display: none;
  }

  /* おすすめ（レコメンド） */
  .recommend-area {
    left: auto;
    right: 15px;
    bottom: 15px;
    margin: 0;
    width: 540px;
    max-width: none;
    height: auto;
  }

  .recommend-recruitment-area {
    left: auto;
    right: 15px;
    bottom: 15px;
    width: 400px;
  }

  .recommend-url-area {
    padding: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }

  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .recommend-close {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .recommend-area .recommend-close::before,
  .recommend-area .recommend-close::after,
  .recommend-recruitment-area .recommend-close::before,
  .recommend-recruitment-area .recommend-close::after {
    content: "";
    position: absolute;
    color: black;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 20px;
    background: #333;
    border-radius: 1px;
  }

  .recommend-area .recommend-close::before,
  .recommend-recruitment-area .recommend-recruitment-area::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .recommend-area .recommend-close::after,
  .recommend-recruitment-area .recommend-recruitment-area::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .recommend-message {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    background-color: #fe5b35;
    padding-bottom: 4px;
    padding-top: 6px;
    color: white;
    border-radius: 6px 6px 0 0;
  }

  .recommend-content {
    display: flex;
    margin: 10px;
  }

  .recommend-area img {
    width: 200px;
    height: auto;
    margin-left: 0;
  }

  .recommend-url-area img {
    width: auto;
    max-height: 340px;
    max-width: 340px;
  }

  .recommend-description {
    font-size: 14px;
    padding: 0 0 0 10px;
  }

  .recommend-event-description {
    font-size: 14px;
    padding: 0 0 0 10px;
  }

  .recommend-reserve-area {
    right: 15px;
    bottom: 15px;
  }

  .recommend-reserve-content {
    padding: 15px 15px 5px 15px;
  }

  .recommend-reserve-ribbon {
    height: 24px;
    line-height: 24px;
    padding: 0px 6px 0 6px;
    font-size: 12px;
    top: -12px;
    right: -10px;
  }

  .recommend-reserve-ribbon:before {
    border-bottom: solid 7px transparent;
    border-left: solid 10px #b02f11;
  }

  .recommend-reserve-ribbon:after {
    left: -12px;
    border-width: 12px 0px 12px 12px;
  }

  .recommend-reserve-topic {
    font-size: 18px;
  }

  .recommend-reserve-topicDt {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: white;
  }

  .recommend-reserve-button {
    font-size: 18px;
    width: 40%
  }
}

/* =======================================
  Zoom特設会場
======================================== */
#area-special-event {
  width: 100%;
  margin: 40px 0;
  color: #00B2B2;
  font-size: 20px;
  font-weight: bold;
}

#area-special-event h3 {
  margin-bottom: 10px;
}

#area-special-event p {
  color: #222;
  font-weight: normal;
}

.card-special-event {
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: #D1F6F6;
}

.card-special-event h3 {
  line-height: 1.1;
}

.card-special-event h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-special-event {
  display: block;
  padding: 10px 0;
  margin: 20px 0 0 0;
  background: #00B2B2;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}

.watching-reserve-alert {
  background-color: #FFFFE1;
  border: 1px dashed #C8D98A;
  color: #9E9D44;
  font-size: 11px;
  display: flex;
  align-items: center;
  width: auto;
  padding: 0px 2px 0px 6px;
  
}

.watching-reserve-alert img{
	margin-right: 4px;
	width: 17px;
	height: 17px;
}

/* =======================================
  イベント詳細（オンライン版）
======================================== */
.clear-both:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.content-pd16 {
  padding: 16px;
}

.online-contents {
  font-size: 1.2rem;
}

.online-contents .btn-fix {
  z-index: 3;
}

#event-about {
  margin-bottom: 24px;
}

/* Visual */
.visual-area {
  width: 100%;
  border-top: solid 8px #00B2B2;
}

.visual-area img {
  width: 100%;
  height: auto;
}

.visual-area-bottom {
  width: 100%;
  height: 10vw;
  background: #00B2B2;
}

#event-detail {
  padding-top: 0px;
}

.online-title-wrap {
  position: relative;
  margin: 0 0 24px 0;
}

.online-title {
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00B2B2;
  letter-spacing: 8px;
}

.online-title-twin-wrap {
  position: relative;
  width: 100%;
}

.online-title-twin-wrap:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px solid #555;
}

.online-title-twin {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 16px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  color: #555;
  letter-spacing: 5px;
  background-color: #F8F8F8;
}

.event-gift {
  display: flex;
  margin: 24px auto 0px auto;
  background-color: #EDFFFF;
  border-top: 2px solid #00B2B2;
  border-bottom: 2px solid #00B2B2;
  padding: 12px 10px 12px 10px;
}

.gift-inline {
  width: -webkit-fill-available;
}

.event-gift-img {
  max-height: 41px;
  height: 100%;
  max-width: 41px;
  width: auto;
  float: left;
  margin-right: 4px;
  margin-left: 6px;
}

.event-gift-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #00B2B2;
  padding-left: 6px;
}

.contents-main-online .mb-s {
  font-size: 1.0rem;
  color: #555;
}

/* youtube */
.video-area {
  width: 100%;
  padding: 40px 16px;
  background: url(../../images/online-event/background-video.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
  box-sizing: border-box;
}

.youtube-area {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-btn-display-no {
  display: none;
}

.video-btn-wrap {
  margin-top: 16px;
}

.video-btn {
  width: 100%;
  background: #FFF;
  padding: 8px 0;
  margin: 0 0 16px 0;
  color: #00B2B2;
  border: solid 2px #00B2B2;
  border-radius: 5px;
  float: left;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
  outline: none;
}

.video-btn:hover {
  background: #00B2B2;
  color: #FFF;
}

.video-btn-active {
  background: #00B2B2;
  color: #FFF;
  cursor: auto;
}

.video-btn-active span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../common/images/icon-movie-play-w.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}

.contents-main-online .event-detail-text {
  display: block;
  font-size: 1rem;
  color: #222;
  margin: 20px 0 40px 0;
}

.point-check-wrap {
  width: 100%;
  margin: 16px auto 0 auto;
}

.point-check-wrap .point-check-box {
  width: 100%;
  margin-bottom: 32px;
  color: #555;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.20);
}

.point-check-wrap .point-check-box dt {
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  color: #FFF;
  background: #00B2B2;
}

.point-check-wrap .point-check-box dt:before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0 5px 0 -16px;
  padding-bottom: 4px;
  background: url(../images/icon-check-w.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.point-check-wrap .point-check-box dd {
  width: 100%;
  min-height: 100px;
  padding: 16px;
  box-sizing: border-box;
  background: #FFF;
  color: #555;
  text-align: center;
}

.eventReview-wrap {
  width: 100%;
  margin: 0 auto;
}

.eventReview-wrap:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.review-area {
  margin-bottom: 80px;
}

.company-title-area {
  width: 100%;
  height: 200px;
  margin: 20px 0 40px 0;
  background-image: url(../../images/online-event/background-company-title.jpg);
  background-size: cover;
  background-position: bottom center;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 200px;
}

.company-list-wrap .accorddion-conts {
  max-height: 360px;
}

.company-list-wrap .company-list {
  padding: 0 0 0 0;
}

.company-list-wrap .company-list li {
  width: 46%;
  padding: 0;
  margin: 0 2% 24px 2%;
  background: #FFF;
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.20);
}

.company-list-wrap .company-list li a.box {
  margin: auto;
  border: none;
  outline: none;
}

.company-list-wrap .company-list li a.box-company-nm {
  padding: 8px 8px 16px 8px;
}

.company-list-wrap .company-list li .companyLogo {
  width: 100%;
  max-width: 130px;
  max-height: 130px;
}

.company-list-wrap .company-box {
  background: #FFF;
  padding: 5px 5px 0 5px;
}

.company-list-wrap .company-box-display {
  background: #FFF;
  padding: 5px 5px 0 5px;
  cursor: default;
}

.company-list-wrap .company-nm-link {
  background-color: #f5f5f5 !important;
  border-top: none !important;
  border-bottom: 2px solid #f5f5f5 !important;
}

.company-list-wrap .participation_company_nm {
  display: inline-block;
  margin-top: 3px;
  color: #555;
  font-size: 10px;
  font-weight: bold;
}

.online-coming-soon {
  display: block;
  margin: 0px 0 80px 0;
  font-size: 4.0rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #BBB;
  line-height: 4.0rem;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.online-coming-soon-special {
  display: block;
  margin: 24px 0 24px 0;
  font-size: 80px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #BBB;
  line-height: 80px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/* 企業詳細モーダル　*/
.follow-btn {
  color: #00B2B2;
}

.un-follow-btn {
  color: #FFF;
  background: #00B2B2;
}

.modal-company-timetable {
  margin: 40px 0 0 0;
}

.modal-company-timetable .online-title-twin-wrap {
  margin-bottom: 40px;
}

.modal-company-timetable .online-title-twin-wrap .online-title-twin {
  background: #FFF;
}

/* TimeTable */
.timetable-area .timetable-refresh-btn {
  position: absolute;
  top: 0;
  right: 8px;
  background: #00B2B2;
  padding: 4px 12px 4px 8px;
  color: #FFF;
  font-size: 1.0rem;
  cursor: pointer;
}

.timetable-area .timetable-refresh-btn:before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  margin: 0 5px 0 2px;
  padding-bottom: 2px;
  background: url(../images/icon-refresh-w.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.timetable-area .radio-select-part {
  border: none;
  padding: 48px 4px 16px 4px;
  text-align: center;
}

.timetable-area .radio-select-part input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.timetable-area .radio-select-part label {
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #555;
  border-radius: 4px;
  font-weight: bold;
  color: #555;
  transition: all .2s;
}

@media only screen and (max-width : 360px) {
  .timetable-area .radio-select-part label {
    padding: 4px 12px;
  }
}

.timetable-area .radio-select-part input:checked+label {
  background: #00B2B2;
  border: 1px solid #00B2B2;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .7);
}

.timetable-area .table-scroll {
  height: 75vh;
  overflow: auto;
  margin-bottom: 24px;
  clear: left;
}

.timetable-area .special-table,
.modal-company-timetable .special-table {
  height: auto !important;
  margin-bottom: 30px;
}

.timetable-area table,
.modal-company-timetable table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.timetable-area table {
  -webkit-overflow-scrolling: touch;
}

.modal-company-timetable table {
  margin-bottom: 24px;
}

.timetable-area table th,
.modal-company-timetable table th {
  height: 70px;
  background: #A8EFEF;
  border: solid 2px #F8F8F8;
  border-top: 0;
  font-size: 24px;
  color: #00B2B2;
  text-align: center;
}

.timetable-area table th {
  width: 24vw;
}

.modal-company-timetable table th {
  border: solid 2px #FFF;
}

.modal-company-timetable table th.design-block {
  width: 40%;
  background: #00D1D1;
}

.timetable-area table th.design-block {
  width: 24vw;
  background: #00D1D1;
}

.modal-company-timetable table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 8px;
  z-index: 1;
  line-height: 120%;
}

.timetable-area table thead th {
  top: 0;
  padding-top: 8px;
  z-index: 1;
  line-height: 120%;
}

.timetable-area table td,
.modal-company-timetable table td {
  position: relative;
  height: 100%;
  background: #FFF;
  color: #00B2B2;
  border: solid 2px #F8F8F8;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 100%;
}

.timetable-area table td {
  height: 1px;
  min-height: 100%;
  padding-bottom: 8px;
}

.modal-company-timetable table td {
  background: #F8F8F8;
  border: solid 2px #FFF;
}

.timetable-area table td:hover {
  background: #FBFBFB;
}

.timetable-area table .no-display {
  display: none;
}

.modal-company-timetable table td:hover {
  background: #F2F2F2;
}

.timetable-area table td.left-title,
.modal-company-timetable table td.left-title {
  width: 18vw;
  padding-bottom: 5px;
  background: #A8EFEF;
  border: solid 1px #F8F8F8;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
}

.modal-company-timetable table td.left-title {
  border: solid 1px #FFF;
}

.timetable-area table td.left-title .room-num {
  display: block;
  margin: 8px 0 8px 0;
  font-size: 1.2rem;
  text-align: center;
}

.modal-company-timetable table td.left-title {
  vertical-align: middle;
}

.modal-company-timetable table td.left-title span {
  display: block;
  margin: 8px 0 8px 0;
  font-size: 1.1rem;
  text-align: center;
}

@media only screen and (max-width : 360px) {
  .modal-company-timetable table td.left-title span {
    display: block;
    margin: 8px 0 8px 0;
    font-size: 1.0rem;
    text-align: center;
  }
}

.timetable-area table td.left-title li {
  display: inline-block;
  width: 48%;
  margin: 1%;
}

@media only screen and (max-width : 360px) {
  .timetable-area table td.left-title div {
    display: inline-block;
    width: 39%;
    margin: 0 4% 8px 4%;
  }
}

.timetable-area table td.left-title li img {
  width: 100%;
}

.timetable-area table td a,
.modal-company-timetable table td a {
  display: block;
  height: 100%;
  padding: 56px 0;
  color: #00B2B2;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.timetable-area table td a {
  min-height: 100%;
  padding: 0;
}

.timetable-area table td a {
  font-size: 1rem;
}

.timetable-area table td,
.modal-company-timetable table td {
  text-align: center;
}

.timetable-area table td .cell-comingsoon,
.modal-company-timetable table td .cell-comingsoon {
  display: block;
  padding: 16px 0;
  text-align: center;
  virtical: middle;
  color: #BBB;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 24px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.timetable-area table td a:hover,
.modal-company-timetable table td a:hover {
  text-decoration: underline;
}

table td a .timetable-tag-list {
  display: flex;
  position: absolute;
  top: 8px;
  left: 8px;
}

table td a .timetable-tag-list li {
  padding: 4px 6px;
  margin-right: 6px;
  border-radius: 2px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
}

.special-contents-title-wrap .timetable-tag-list {
  display: flex;
  margin-bottom: 8px;
}

.special-contents-title-wrap .timetable-tag-list li {
  padding: 4px 6px;
  margin-right: 6px;
  border-radius: 2px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.0rem;
}

@media only screen and (max-width : 360px) {
  .special-contents-title-wrap .timetable-tag-list li {
    padding: 4px 2px;
    margin-right: 2px;
    border-radius: 2px;
    color: #FFF;
    font-weight: bold;
    font-size: 0.9rem;
  }
}

.special-contents-multi-company .timetable-tag-list {
  position: absolute;
  top: 16px;
  left: 16px;
}

.timetable-tag-list li.tag-session {
  background: #00B2B2;
}

.timetable-tag-list li.tag-little {
  background: #FFB406;
}

.timetable-tag-list li.tag-full {
  background: #FF0000;
}

.timetable-tag-list li.tag-end {
  background: #777777;
}

table td.timetable-cell-reserved {
  background: #DAFFFF;
}

table td.timetable-cell-reserved a {
  padding-bottom: 40px;
}

table td.timetable-cell-reserved a:hover,
.modal-company-timetable td.timetable-cell-reserved a:hover {
  background: #C6FCFC;
}

table td a .reserved-text {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  color: #777;
}

.timetable-area table div.timetable-cell {
  display: block;
  min-height: 100%;
  margin-top: 5px;
}

.timetable-area table div.timetable-cell img {
  width: 50%;
  margin: auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.timetable-area table div.timetable-cell-reserve {
  color: #00b2b2 !important;
  text-decoration: underline !important;
  background: #DAFFFF !important;
}

.timetable-area table div.timetable-cell-detail {
  color: #555;
  text-decoration: underline;
  background: #f8f8f8;
}

.timetable-area table div.timetable-cell-alert {
  color: #858C09;
  text-decoration: underline;
  background: #FDFFD8;
}

.timetable-area table div.timetable-cell-full {
  color: #FE0000;
  text-decoration: underline;
  background: #FEF2F2;
}

.timetable-area .scroll-table {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  clear: left;
}


/* 視聴予約モーダル */
#modal-reserve {
  width: 100%;
}

#modal-reserve .modal-company-overwrite {
  font-size: 1.2rem;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  margin-bottom: 16px;
}

#modal-reserve .modal-company-overwrite:hover {
  text-decoration: underline;
}

#modal-reserve .alert-area,
#modal-reserve .form-alert-area {
  position: relative;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: #FFF3F3;
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 24px;
}

#modal-reserve .form-success {
  background: #F3FFFF;
  color: #00B2B2;
}

#modal-reserve .no-display {
  display: none;
}

#modal-reserve .alert-area::before,
#modal-reserve .form-alert-area::before {
  content: "";
  background-image: linear-gradient(to right, #FF0000, #FF0000 10px, transparent 10px, transparent 20px),
    linear-gradient(to right, #FF0000, #FF0000 10px, transparent 10px, transparent 20px),
    linear-gradient(to bottom, #FF0000, #FF0000 10px, transparent 10px, transparent 20px),
    linear-gradient(to bottom, #FF0000, #FF0000 10px, transparent 10px, transparent 20px);
  background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

#modal-reserve .form-success::before {
  content: "";
  background-image: linear-gradient(to right, #00B2B2, #00B2B2 10px, transparent 10px, transparent 20px),
    linear-gradient(to right, #00B2B2, #00B2B2 10px, transparent 10px, transparent 20px),
    linear-gradient(to bottom, #00B2B2, #00B2B2 10px, transparent 10px, transparent 20px),
    linear-gradient(to bottom, #00B2B2, #00B2B2 10px, transparent 10px, transparent 20px);
  background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.modal-webinar-info {
  padding: 16px 16px;
  background: #F8F8F8;
  color: #222;
  margin-bottom: 32px;
}

.modal-webinar-info h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.modal-webinar-info p {
  font-size: 1.0rem;
  margin-bottom: 16px;
}

.modal-webinar-company-logo-wrap {
  width: 100%;
}

.modal-webinar-company-logo-wrap .modal-webinar-company-logo {
  margin-right: 5%;
  margin-bottom: 16px;
  width: 47%;
  float: left;
}

.modal-webinar-company-logo-wrap .modal-webinar-company-logo:nth-child(even) {
  margin-right: 0;
}

.modal-webinar-company-logo-wrap .modal-webinar-company-logo img {
  width: 100%;
}

.modal-reserve-form form label {
  display: block;
  color: #555;
  font-size: 1.0rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.modal-reserve-form form input[type="text"],
.modal-reserve-form form input[type="email"] {
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #555;
  border-radius: 4px;
}

.modal-reserve-form form .webinar-notes {
  color: #555;
  font-size: 1.0rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.modal-webinar-info .speaker-card-list {
  margin-top: 16px;
}

.modal-webinar-info .speaker-card-list li {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  background: #FFF;
  border: solid 1px #ECECEC;
  color: #555;
  margin-bottom: 16px;
}

.modal-webinar-info .speaker-card-list li img {
  width: 30%;
  height: 30%;
  margin-right: 8px;
  float: left;
}

.modal-webinar-info .speaker-card-list li .speaker-company-name {
  display: block;
  font-size: 1.0rem;
  line-height: 1.4;
}

.modal-webinar-info .speaker-card-list li .speaker-name {
  display: block;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.0;
}

.modal-webinar-info .speaker-card-list li .speaker-detail {
  display: block;
  margin-top: 8px;
  font-size: 1.0rem;
}

.modal-reserve-form .form-message-area {
  font-size: 1.0rem;
  font-weight: bold;
  color: #555;
  text-align: center;
}

.modal-reserve-form .btn-wid-lg {
  width: 100%;
}

/* オンラインイベントギフトメッセージ(下部) */
.lower-freespace-area{
    font-size: 12px;
    margin: 12px 12px 0px 12px;
}
.lower-freespace-area a{
	color: #FFFFFF;
}

/* 募集要項一覧ヘッダー */
.recruitment-list-header {
  text-align: center;
  color: #00b2b2;
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
}

.recruitment-list-label {
  display: flex;
  align-items: center;
  --text-divider-gap: 26px;
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 26px;
}

.recruitment-list-label::before,
.recruitment-list-label::after {
  content: '';
  height: 1px;
  background-color: #707070;
  flex-grow: 1;
}

.recruitment-list-label::before {
  margin-right: var(--text-divider-gap);
}

.recruitment-list-label::after {
  margin-left: var(--text-divider-gap);
}

/* 募集要項カード */
.recruitment-card {
  width: 390px;
  margin-bottom: 32px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  position: relative;
}

.recruitment-card-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.recruitment-card-list::after {
  content: "";
  display: block;
  width: 390px;
}

/* 詳細を見るボタン */
.recruitment-card-main-content .recruitment-card-view-btn {
  color: #00b2b2;
  border: solid 1px #00b2b2;
  font-weight: bold;
  font-size: 20px;
  margin-top: 8px;
  cursor: pointer;
}

.recruitment-card-main-content .recruitment-card-view-btn:hover {
  color: white;
  background-color: #00b2b2;
  border: solid 1px #00b2b2;
}

/* NEWラベル */
.recruitment-card-list .recruitment-card .label-tag {
  color: #fff;
  position: absolute;
  top: -10px;
  left: -6px;
  padding: 4px 12px 2px 12px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.77px;
  z-index: 1;
}

.message-card-list .message-card .label-tag {
  color: #fff;
  position: relative;
  padding: 4px 12px 2px 12px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.77px;
  z-index: 1;
  top: 18px;
  left: -6px;
}

.label-tag-new {
  background-color: #fe5b35;
}

.label-tag-end {
  background-color: #555;
}

.label-tag-scout {
  background-color: #3187C2;
}

.label-tag-adm {
  background-color: #00B2B2;
}

.label-tag-news {
  background-color: #555;
}

.label-tag-entry {
  background-color: #ccd793;
}

.label-tag:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 3px transparent;
  border-right: solid 6px #004E4E;
}

.label-tag:after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  border: none;
  border-top: solid 10px transparent;
  border-left: solid 4px #004E4E;
}

.label-tag-new:before {
  border-right: solid 6px #B12200;
}

.label-tag-new:after {
  border-left: solid 3px #B12200;
}

.label-tag-end:before {
  border-right: solid 6px #002E4E;
}

.label-tag-end:after {
  border-left: solid 3px #002E4E;
}

.label-tag-scout:before {
  border-right: solid 6px #002E4E;
}

.label-tag-scout:after {
  border-left: solid 3px #002E4E;
}

.label-tag-adm:before {
  border-right: solid 6px #002E4E;
}

.label-tag-adm:after {
  border-left: solid 3px #002E4E;
}

.label-tag-news:before {
  border-right: solid 6px #002E4E;
}

.label-tag-news:after {
  border-left: solid 3px #002E4E;
}

.recruitment-card-contents-company {
  font-size: 14px;
  color: #555;
}

.recruitment-card-contents-header {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.recruitment-card-contents {
  color: #555555;
  background-color: #F8F8F8;
  margin-bottom: 6px;
  padding: 6px 8px;
}

.recruitment-card-contents .job-name {
  font-weight: bold;
}

.recruitment-card-contents .intern-season {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.recruitment-card-contents-limit-datetime {
  font-size: 10px;
  font-weight: bold;
  color: #E60000;
  text-align: right;
  margin-right: 10px;
  margin-top: 2px;
}

.recruitment-card-contents-limit-datetime::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon-time-r.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.recruitment-card-contents-company-logo {
  position: absolute;
  right: 16px;
  bottom: -32.5px;
}

.recruitment-card-contents-company-logo>img {
  width: 65px;
  height: 65px;
  border: 3px solid #DDDDDD;
}

.recruitment-card-contents-job-photo {
  position: relative;
  width: 100%;
  min-height: 160px;
}

.recruitment-card-no-photo {
  background-color: #eee;
}

.recruitment-card-contents-job-photo a {
  text-align: center;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruitment-card-contents-job-photo a img {
  max-width: 100%;
  max-height: 160px;
}

.recruitment-card-no-photo {
  min-height: 160px !important;
}

.recruitment-card-main-content {
  margin: 0px 16px 16px;
  z-index: 1;
}

@media only screen and (min-width: 1240px) {
  .recruitment-card-contents-job-photo a img {
    max-height: 157.97px;
  }
}

.tag-companyLogo-space {
  float: right;
  width: 75px;
  height: 26px;
}

.bg-01.recruitment-type-selection {
  background: #181878;
}

/* キービジュアルスライダー ---------------------------*/
#recruitment-slider {
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

#recruitment-slider .recruitment-swiper-pagination {
  bottom: -1px;
  text-align: center;
  width: 100%;
  z-index: 1;
  position: absolute;
}

#recruitment-slider .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 15px;
  margin: 0 5px;
  opacity: 1;
  width: 15px;
}

#recruitment-slider .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 15px;
  margin: 0 5px;
  opacity: 1;
  width: 15px;
}

#recruitment-slider .swiper-pagination-bullet-active {
  background-color: #00B2B2;
}

/* 募集要項一覧 スライダー（SP） */
@media (max-width: 1240px) {

  .recruitment-swiper-next,
  .recruitment-swiper-prev {
    display: none;
  }
}

/* 募集要項一覧 スライダー（PC） */
@media only screen and (min-width: 1240px) {

  /*　for PC　*/
  #recruitment-slider,
  .recruitment-swiper-container {
    width: 1240px;
  }

  #recruitment-slider .recruitment-swiper-pagination {
    bottom: -1px;
  }

  #recruitment-slider .recruitment-swiper-next {
    right: -54px;
  }

  #recruitment-slider .recruitment-swiper-prev {
    left: -54px;
  }

  #recruitment-slider .recruitment-swiper-prev,
  #recruitment-slider .recruitment-swiper-next {
    bottom: 0;
    cursor: pointer;
    height: 73px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 38px;
    z-index: 1;
  }
}

/* スマホ対応 */
@media only screen and (max-width : 1240px) {
  .recruitment-card {
    width: 31%;
  }

  .recruitment-card-list::after {
    width: 31%;
  }

  .recruitment-card-contents-job-photo {
    height: auto;
  }
}

@media only screen and (max-width : 850px) {
  .recruitment-card {
    width: 47%;
  }

  .recruitment-card-list::after {
    width: 47%;
  }
}

@media only screen and (max-width : 600px) {
  .recruitment-card {
    width: 100%;
  }

  .recruitment-card-list::after {
    width: 100%;
  }

  .recruitment-card-list {
    justify-content: center;
  }

  .recruitment-card-contents-job-photo {
    min-height: auto;
  }

  .container.body-search-on.smaller:after {
    top: 204px;
  }

  #header .header-func .header-func-search form.search-form-height {
    display: relative;
  }

  #header .header-func .header-func-search dd form .header-func-search-set {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    width: 65% !important;
    margin-bottom: 16px !important;
  }

  #header .header-func .header-func-search dd form.search-form-height button.form-btn {
    position: relative !important;
    width: 48% !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    float: left;
    margin: 0 1% 8px 1%;
    box-sizing: border-box;
    font-size: 10px;
  }

  .recommend-area {
    right: 4px;
    max-width: 340px;
  }
}

.login-info {
  font-size: 14.5px;
  position: relative;
  padding: 15px;
  margin: 5px 20px 20px 20px;
  background-image:
    linear-gradient(to right, #00b2b2, #00b2b2 20px, transparent 20px, transparent 25px),
    /* 上の線 */
    linear-gradient(to bottom, #00b2b2, #00b2b2 20px, transparent 20px, transparent 25px),
    /* 右の線 */
    linear-gradient(to left, #00b2b2, #00b2b2 20px, transparent 20px, transparent 25px),
    /* 下の線 */
    linear-gradient(to top, #00b2b2, #00b2b2 20px, transparent 20px, transparent 25px);
  /* 左の線 */
  background-size:
    25px 2px,
    /* 上の線 */
    2px 25px,
    /* 右の線 */
    25px 2px,
    /* 下の線 */
    2px 25px;
  /* 左の線 */
  background-position:
    left top,
    /* 上の線 */
    right top,
    /* 右の線 */
    right bottom,
    /* 下の線 */
    left bottom;
  /* 左の線 */
  background-repeat:
    repeat-x,
    /* 上の線 */
    repeat-y,
    /* 右の線 */
    repeat-x,
    /* 下の線 */
    repeat-y;
  /* 左の線 */
}

.login-info .login-info-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #00B2B2;
  font-weight: bold;
}

.no-pointer-event {
  cursor: not-allowed;
  display: inline-block;
  opacity: 0.5;
}

.no-pointer-event a {
  pointer-events: none;
}

/*インターンシップリンクエリアSTART*/
.internship-link-heading {
  letter-spacing: 1.54px;
  color: #555555;
  opacity: 1;
  text-align: center;
  margin-top: 48px;
}

.heading-line {
  width: 80px;
  height: 8px;
  margin-top: 16px;
  background: #00B2B2 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  border-style: none;
}

.internship-link-card {
  min-height: 65px;
  box-sizing: border-box;
  padding: 10px 1.5em;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 48%;
  text-decoration: none;
}

.display.internship-link-card-event::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 6em solid #3088C2;
  position: absolute;
  z-index: 1;
}

.display.internship-link-card-event::after {
  content: attr(data-content);
  display: block;
  top: 3px;
  color: #fff;
  left: 5px;
  position: absolute;
  z-index: 1;
  font-weight: bold;
  font-size: 1.4em;
}

.internship-link-card-event p {
  color: #3088C2;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.internship-link-card-event span.internship-link-icon {
  background: url(../../images/icon_arrow_blue.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 0.5em;
  height: 1rem;
  width: 1rem;
}

.display.internship-link-card-recruitment::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 6em solid #DA4D1F;
  position: absolute;
  z-index: 1;
}

.display.internship-link-card-recruitment::after {
  content: attr(data-content);
  display: block;
  top: 3px;
  color: #fff;
  left: 5px;
  position: absolute;
  z-index: 1;
  font-weight: bold;
  font-size: 1.4em;
}

.internship-link-card-recruitment p {
  color: #DA4D1F;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.internship-link-card-recruitment span.internship-link-icon {
  background: url(../../images/icon_arrow_ora.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 0.5em;
  height: 1rem;
  width: 1rem;
}

.internship-link-card-list {
  margin-bottom: 32px;
  margin-right: 2%;
  margin-left: 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.internship-link-card-label {
  display: flex;
  align-items: center;
  -text-divider-gap: 4%;
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 5px;
  width: 70%;
  margin-left: 15%;
}

.internship-link-card-label::before,
.internship-link-card-label::after {
  content: '';
  height: 1px;
  background-color: #707070;
  flex-grow: 1;
}

.internship-link-card-label::before {
  margin-right: var(- -text-divider-gap);
}

.internship-link-card-label::after {
  margin-left: var(- -text-divider-gap);
}

/*インターンシップリンクエリアEND*/
/* 単一バナーSTART */
.single-banner {
  padding: 0 20px 15px 20px;
  width: 100%;
  box-sizing: border-box;
  margin-top: -20px;
  text-align: center;
}

.single-banner-img {
  width: 100%;
  max-width: 1280px;
}

/* 単一バナーEND */
/* SPヘッダーAI検索 */
.magnifier-icon-sp{
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #00b2b2;
	color: white;
	border-radius: 4px;
	border: solid 2px #BBB;
	cursor: pointer;
	font-size: 18px;
}
.header-ai-text-box{
	height: 35px;
	text-indent: 1em;
	background-color: white;
	border: solid 2px #BBB;
	border-radius: 4px;	
	width: 60%;
}
/* AIマッチング検索　ヘッダーPC一覧1020px以上 */
.header-site-and-ai-search{
	display: flex;
	align-items: center;
	gap: 10px;
}
.ai-search-title-header {
	font-size: 16px;
	color: #00b2b2;
	font-weight: bold;
}
.ai-search-text-box{
	height: 35px;
	border: solid 2px #BBB;
	display: block;
	outline: 0;
	border-radius: 4px;
	min-width: 160px;
	text-indent: 1em;
}
.search-box-and-button{
	display: flex;
}
.sp-header-search-box-and-button{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.list-magnifier-icon{
	width: 35px;
	height: 35px;
	text-align: center;
	background-color: #00b2b2;
	color: white;
	border-radius: 4px;
	border: solid 2px #BBB;
	cursor: pointer;
}
.magnifier-icon{
	width: 35px;
	height: 35px;
	text-align: center;
	background-color: #00b2b2;
	color: white;
	border-radius: 4px;
	border: solid 2px #BBB;
	cursor: pointer;
}
.sp-ai-search-title{
	font-size: 18px;
	color: #00b2b2;
	border-bottom: 3px solid #00a7a7;
	display: inline-block;
	padding-bottom: 8px;
	width: 90%;
	margin: 15px;
	text-align: center;
	font-weight: bold;
}
@media (min-width: 1020px) {
	.header-func-search {
		display: none;
	}
}
@media (max-width: 1019px) {
	.header-site-and-ai-search{
		all: unset;
	}
	.ai-match-search {
		display: none !important;
	}
	.ai-search-title-header,
	.ai-search-text-box,
	.magnifier-icon {
		display: none !important;
	}
	.search-box-and-button{
		display: unset;
	}
}