@charset "UTF-8";
.js-breakpoint {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .js-breakpoint {
    z-index: 3;
  }
}

.is-ver1 {
  /*
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video,
  input,
  textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol,
  ul {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  html {
    height: 100%;
  }

  body {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
    font-size: 16px;
    line-height: 30px;
    background: #f2f6f7;
  }

  a {
    text-decoration: none;
    color: #000;
    transition: all 0.4s;
  }

  a.blank {
    color: #000;
  }

  a.blank:hover {
    color: #e6002d;
    text-decoration: none;
  }

  a.blank:after {
    font-family: FontAwesome;
    content: "\f08e";
    padding-left: 5px;
  }

  * {
    -webkit-appearance: none;
  }
*/
  /* Sass Document */
  /****************************************
@Border
*****************************************/
  /*=======================================
@Line Height
=========================================*/
  /*=======================================
@Margin
=========================================*/
  /*=======================================
@Padding
=========================================*/
  /*=======================================
@Indent
=========================================*/
  /*=======================================
@Alpha
=========================================*/
  /*--------------------------------------
@Left Center Right
----------------------------------------*/
  /*--------------------------------------
@Display
----------------------------------------*/
  /*--------------------------------------
@Clear Both
----------------------------------------*/
  /*--------------------------------------
@Position
----------------------------------------*/
  /* --------------------------------------
@Font Weight
-----------------------------------------*/
  /* --------------------------------------
@Clear Fix
----------------------------------------- */
  /* clear */
  /*--- pagetop ---*/
  /* CSS Document */
  /* Sass Document */
  /*学生コメント*/
  /*参加企業コメント*/
  /*フォトレポート*/
}

.is-ver1 .header {
  display: flex;
  align-items: center;
  width: 1280px;
  height: 83px;
  line-height: 1;
  margin: 0 auto;
  background: #fff;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 750px) {
  .is-ver1 .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    display: block;
    padding-top: 5px;
    box-shadow: 0px 1px 0px 0px #ced4d6;
  }
}

.is-ver1 .site_logo {
  position: relative;
  padding-right: 20px;
  margin-top: -10px;
  margin-left: 25px;
}

.is-ver1 .site_logo:after {
  width: 1px;
  height: 35px;
  content: "";
  background: #d7d7d7;
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .site_logo:after {
    content: none;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 .site_logo {
    margin-left: 5px;
    margin-top: 0px;
  }
  .is-ver1 .site_logo img {
    width: 170px;
    height: auto;
    margin-bottom: 2px;
  }
}

.is-ver1 .site_secondary_title {
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 20px;
}

.is-ver1 .site_secondary_title .shinjuku_logo {
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .site_secondary_title .shinjuku_logo {
    margin-right: 5px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 .site_secondary_title {
    content: none;
    font-size: 7px;
    border: solid 1px #000;
    width: 172px;
    line-height: 8px;
    text-align: center;
    margin-left: 5px;
  }
  .is-ver1 .site_secondary_title img {
    width: 32px;
    height: auto;
  }
}

.is-ver1 .header_announce {
  color: #e6002d;
  font-size: 13px;
  font-weight: bold;
  margin-left: 230px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .header_announce {
    display: none;
  }
}

.is-ver1 .header_contact_btn {
  margin-left: auto;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 215px;
  height: 83px;
  line-height: 83px;
  border-left: solid 1px #d7d7d7;
}

.is-ver1 .header_contact_btn:before {
  content: url(../../../../uploads/ver1/theme/common/mail_icon.png);
  margin-right: 10px;
}

.is-ver1 .header_contact_btn:hover {
  background: #eee;
}

@media screen and (max-width: 750px) {
  .is-ver1 .header_contact_btn {
    display: none;
  }
}

.is-ver1 .gnavi {
  z-index: 100;
  position: relative;
  list-style-type: none;
  width: 1280px;
  background: #e6002d;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .is-ver1 .gnavi {
    display: none;
  }
}

.is-ver1 .gnavi li {
  width: 14.285714%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.is-ver1 .gnavi li a {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 55px;
  text-decoration: none;
  background: #e6002d;
}

.is-ver1 .gnavi li ul {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 55px;
  left: 0;
  margin: 0;
  background: #cc0028;
}

.is-ver1 .gnavi li ul li {
  overflow: hidden;
  width: 14.285%;
  height: 0;
  color: #fff;
  transition: .2s;
}

.is-ver1 .gnavi li ul li a {
  line-height: 30px;
  background: #cc0028;
  text-align: left;
  font-weight: normal;
  padding: 0 20px;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  margin: 5px 5px;
  color: #000;
  font-size: 13px;
}

.is-ver1 .gnavi li:hover > a {
  background: #cc0028;
  color: #fff;
}

.is-ver1 .gnavi li:hover ul {
  padding: 10px;
}

.is-ver1 .gnavi li:hover ul li {
  overflow: visible;
  height: 40px;
}

.is-ver1 .gnavi li:hover ul li a:hover {
  background: #b40023;
}

.is-ver1 .clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

.is-ver1 .is-show {
  transform: translateY(0);
}

.is-ver1 .sidebar {
  width: 330px;
  background: #bfdbdd;
  z-index: 20;
  position: relative;
  margin-top: -90px;
  padding: 20px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .sidebar {
    width: 100%;
    margin-top: 0px;
    padding: 10px;
  }
}

.is-ver1 .page_secondary .sidebar {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .page_secondary .sidebar {
    margin-top: 0;
  }
}

.is-ver1 .fixnav {
  width: 290px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .fixnav {
    width: 100%;
  }
}

.is-ver1 .footer {
  clear: both;
  margin-top: 100px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .is-ver1 .footer {
    margin-top: 0px;
  }
}

.is-ver1 .footer .footer_navi {
  margin-top: 60px;
  text-align: center;
  background: #e6002d;
  font-size: 13px;
  padding: 40px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .footer .footer_navi {
    margin-top: 0px;
    background: #000;
    padding: 15px 10px;
  }
  .is-ver1 .footer .footer_navi ul {
    margin: 0 auto;
    border-top: solid 1px #323232;
    border-right: solid 1px #323232;
  }
  .is-ver1 .footer .footer_navi a {
    background: #1a1a1a;
    display: block;
    color: #fff;
    border-bottom: solid 1px #323232;
    border-left: solid 1px #323232;
    padding: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) and (max-width: 767px) {
  .is-ver1 .footer .footer_navi a {
    text-align: left;
  }
}

.is-ver1 .footer .footer_navi li {
  display: inline-block;
}

.is-ver1 .footer .footer_navi li:first-child:before {
  content: '　｜　';
}

@media screen and (max-width: 750px) {
  .is-ver1 .footer .footer_navi li:first-child:before {
    content: none;
  }
}

.is-ver1 .footer .footer_navi li:after {
  content: '　｜　';
}

@media screen and (max-width: 750px) {
  .is-ver1 .footer .footer_navi li:after {
    content: none;
  }
}

.is-ver1 .footer .footer_navi li a {
  color: #fff;
}

.is-ver1 .footer .footer_navi li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .is-ver1 .footer .footer_navi li {
    display: block;
  }
}

.is-ver1 .footer_bottom {
  color: #acacac;
  font-size: 13px;
  padding: 40px 0;
  background: #2b2b2b;
}

.is-ver1 .footer_bottom span {
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .footer_bottom span {
    display: block;
    padding: 0;
  }
}

.is-ver1 .footer_bottom a {
  color: #acacac;
}

.is-ver1 .footer_bottom a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .is-ver1 .footer_bottom {
    background: #000;
    padding: 0px 0;
  }
}

.is-ver1 .footer_bottom_copy {
  padding: 20px;
}

.is-ver1 #home .footer_fix_nav {
  display: none;
}

.is-ver1 .footer_fix_nav {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  height: 68px;
  width: 100%;
}

.is-ver1 .footer_fix_nav a {
  font-size: 12px;
  text-align: center;
  display: block;
  width: 33.3333%;
  color: #fff;
}

.is-ver1 .footer_fix_nav a.nav01 {
  background: url(../../../../uploads/ver1/theme/common/footer_btn_icon01.png) no-repeat center 14px #e6002d;
  padding-top: 34px;
  background-size: 16px;
}

.is-ver1 .footer_fix_nav a.nav02 {
  background: url(../../../../uploads/ver1/theme/common/footer_btn_icon02.png) no-repeat center 18px #e6002d;
  padding-top: 34px;
  background-size: 23px;
}

.is-ver1 .footer_fix_nav a.nav03 {
  background: url(../../../../uploads/ver1/theme/common/footer_btn_icon03.png) no-repeat center 14px #e6002d;
  padding-top: 34px;
  background-size: 23px;
}

.is-ver1 #companytours .footer_fix_nav,
.is-ver1 #jobfair .footer_fix_nav,
.is-ver1 #seminar .footer_fix_nav,
.is-ver1 #mendankai .footer_fix_nav,
.is-ver1 #otherevents .footer_fix_nav,
.is-ver1 #hogosha .footer_fix_nav {
  display: none;
}

.is-ver1 .container {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .is-ver1 .container {
    width: 100%;
    display: block;
  }
}

.is-ver1 .contents {
  width: 720px;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .contents {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
}

.is-ver1 .column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .is-ver1 .column2 {
    display: block;
  }
}

.is-ver1 .inner1100 {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .is-ver1 .inner1100 {
    width: 100%;
  }
}

.is-ver1 .inner940px {
  width: 940px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .inner940px {
    width: 100%;
  }
}

.is-ver1 .inner720 {
  width: 720px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .inner720 {
    width: 100%;
  }
}

.is-ver1 .post_title_wrap {
  background: #2b2b2b;
  display: flex;
  align-items: center;
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .post_title_wrap {
    padding: 15px 10px 5px 10px;
  }
}

.is-ver1 .contents_w {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .contents_w {
    padding: 20px;
    margin: 10px auto;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 .page_secondary {
    margin-top: 70px;
  }
}

.is-ver1 .border_blue {
  border: solid 1px #a8b3c5;
}

.is-ver1 .border_gray {
  border: solid 1px #989898;
}

.is-ver1 .border_black {
  border: solid 1px #6c6c6c;
}

.is-ver1 .border_green {
  border: solid 1px #6db065;
}

.is-ver1 .bt_none {
  border-top: none;
}

.is-ver1 .br_none {
  border-right: none;
}

.is-ver1 .bb_none {
  border-bottom: none;
}

.is-ver1 .bl_none {
  border-left: none;
}

.is-ver1 .lh0 {
  line-height: 0;
}

.is-ver1 .lh100 {
  line-height: 100%;
}

.is-ver1 .lh110 {
  line-height: 110%;
}

.is-ver1 .lh120 {
  line-height: 120%;
}

.is-ver1 .lh130 {
  line-height: 130%;
}

.is-ver1 .lh140 {
  line-height: 140%;
}

.is-ver1 .lh150 {
  line-height: 150%;
}

.is-ver1 .lh160 {
  line-height: 160%;
}

.is-ver1 .lh170 {
  line-height: 170%;
}

.is-ver1 .lh180 {
  line-height: 180%;
}

.is-ver1 .lh190 {
  line-height: 190%;
}

.is-ver1 .lh200 {
  line-height: 200%;
}

.is-ver1 .lh210 {
  line-height: 210%;
}

.is-ver1 .lh220 {
  line-height: 220%;
}

.is-ver1 .lh230 {
  line-height: 230%;
}

.is-ver1 .lh240 {
  line-height: 240%;
}

.is-ver1 .lh250 {
  line-height: 250%;
}

.is-ver1 .lh260 {
  line-height: 260%;
}

.is-ver1 .lh270 {
  line-height: 270%;
}

.is-ver1 .lh280 {
  line-height: 280%;
}

.is-ver1 .lh290 {
  line-height: 290%;
}

.is-ver1 .lh300 {
  line-height: 300%;
}

.is-ver1 .m0 {
  margin: 0;
}

.is-ver1 .mt5 {
  margin-top: 5px;
}

.is-ver1 .mt10 {
  margin-top: 10px;
}

.is-ver1 .mt15 {
  margin-top: 15px;
}

.is-ver1 .mt18 {
  margin-top: 18px;
}

.is-ver1 .mt20 {
  margin-top: 20px;
}

.is-ver1 .mt25 {
  margin-top: 25px;
}

.is-ver1 .mt30 {
  margin-top: 30px;
}

.is-ver1 .mt35 {
  margin-top: 35px;
}

.is-ver1 .mt40 {
  margin-top: 40px;
}

.is-ver1 .mt45 {
  margin-top: 45px;
}

.is-ver1 .mt50 {
  margin-top: 50px;
}

.is-ver1 .mr5 {
  margin-right: 5px;
}

.is-ver1 .mr10 {
  margin-right: 10px;
}

.is-ver1 .mr15 {
  margin-right: 15px;
}

.is-ver1 .mr20 {
  margin-right: 20px;
}

.is-ver1 .mr25 {
  margin-right: 25px;
}

.is-ver1 .mr30 {
  margin-right: 30px;
}

.is-ver1 .mr35 {
  margin-right: 35px;
}

.is-ver1 .mr40 {
  margin-right: 40px;
}

.is-ver1 .mr45 {
  margin-right: 45px;
}

.is-ver1 .mr50 {
  margin-right: 50px;
}

.is-ver1 .mb5 {
  margin-bottom: 5px;
}

.is-ver1 .mb10 {
  margin-bottom: 10px;
}

.is-ver1 .mb15 {
  margin-bottom: 15px;
}

.is-ver1 .mb20 {
  margin-bottom: 20px;
}

.is-ver1 .mb25 {
  margin-bottom: 25px;
}

.is-ver1 .mb30 {
  margin-bottom: 30px;
}

.is-ver1 .mb35 {
  margin-bottom: 35px;
}

.is-ver1 .mb40 {
  margin-bottom: 40px;
}

.is-ver1 .mb45 {
  margin-bottom: 45px;
}

.is-ver1 .mb50 {
  margin-bottom: 50px;
}

.is-ver1 .mb60 {
  margin-bottom: 60px;
}

.is-ver1 .mb1em {
  margin-bottom: 1em;
}

.is-ver1 .ml5 {
  margin-left: 5px;
}

.is-ver1 .ml10 {
  margin-left: 10px;
}

.is-ver1 .ml15 {
  margin-left: 15px;
}

.is-ver1 .ml20 {
  margin-left: 20px;
}

.is-ver1 .ml25 {
  margin-left: 25px;
}

.is-ver1 .ml30 {
  margin-left: 30px;
}

.is-ver1 .ml35 {
  margin-left: 35px;
}

.is-ver1 .ml40 {
  margin-left: 40px;
}

.is-ver1 .ml45 {
  margin-left: 45px;
}

.is-ver1 .ml50 {
  margin-left: 50px;
}

.is-ver1 .ma5 {
  margin: 5px;
}

.is-ver1 .ma10 {
  margin: 10px;
}

.is-ver1 .ma15 {
  margin: 15px;
}

.is-ver1 .ma20 {
  margin: 20px;
}

.is-ver1 .ma25 {
  margin: 25px;
}

.is-ver1 .ma30 {
  margin: 30px;
}

.is-ver1 .ma35 {
  margin: 35px;
}

.is-ver1 .ma40 {
  margin: 40px;
}

.is-ver1 .ma45 {
  margin: 45px;
}

.is-ver1 .ma50 {
  margin: 50px;
}

.is-ver1 .mw1em {
  margin: 0 1em;
}

.is-ver1 .mw5 {
  margin: 0 5px;
}

.is-ver1 .mw10 {
  margin: 0 10px;
}

.is-ver1 .mw15 {
  margin: 0 15px;
}

.is-ver1 .mw20 {
  margin: 0 20px;
}

.is-ver1 .mw25 {
  margin: 0 25px;
}

.is-ver1 .mw30 {
  margin: 0 30px;
}

.is-ver1 .mw35 {
  margin: 0 35px;
}

.is-ver1 .mw40 {
  margin: 0 40px;
}

.is-ver1 .mw45 {
  margin: 0 45px;
}

.is-ver1 .mw50 {
  margin: 0 50px;
}

.is-ver1 .mv5 {
  margin: 5px 0;
}

.is-ver1 .mv10 {
  margin: 10px 0;
}

.is-ver1 .mv15 {
  margin: 15px 0;
}

.is-ver1 .mv20 {
  margin: 20px 0;
}

.is-ver1 .mv25 {
  margin: 25px 0;
}

.is-ver1 .mv30 {
  margin: 30px 0;
}

.is-ver1 .mv35 {
  margin: 35px 0;
}

.is-ver1 .mv40 {
  margin: 40px 0;
}

.is-ver1 .mv45 {
  margin: 45px 0;
}

.is-ver1 .mv50 {
  margin: 50px 0;
}

.is-ver1 .pt5 {
  padding-top: 5px;
}

.is-ver1 .pt10 {
  padding-top: 10px;
}

.is-ver1 .pt15 {
  padding-top: 15px;
}

.is-ver1 .pt20 {
  padding-top: 20px;
}

.is-ver1 .pt25 {
  padding-top: 25px;
}

.is-ver1 .pt30 {
  padding-top: 30px;
}

.is-ver1 .pt35 {
  padding-top: 35px;
}

.is-ver1 .pt40 {
  padding-top: 40px;
}

.is-ver1 .pt45 {
  padding-top: 45px;
}

.is-ver1 .pt50 {
  padding-top: 50px;
}

.is-ver1 .pr5 {
  padding-right: 5px;
}

.is-ver1 .pr10 {
  padding-right: 10px;
}

.is-ver1 .pr15 {
  padding-right: 15px;
}

.is-ver1 .pr20 {
  padding-right: 20px;
}

.is-ver1 .pr25 {
  padding-right: 25px;
}

.is-ver1 .pr30 {
  padding-right: 30px;
}

.is-ver1 .pr35 {
  padding-right: 35px;
}

.is-ver1 .pr40 {
  padding-right: 40px;
}

.is-ver1 .pr45 {
  padding-right: 45px;
}

.is-ver1 .pr50 {
  padding-right: 50px;
}

.is-ver1 .pb5 {
  padding-bottom: 5px;
}

.is-ver1 .pb10 {
  padding-bottom: 10px;
}

.is-ver1 .pb15 {
  padding-bottom: 15px;
}

.is-ver1 .pb20 {
  padding-bottom: 20px;
}

.is-ver1 .pb25 {
  padding-bottom: 25px;
}

.is-ver1 .pb30 {
  padding-bottom: 30px;
}

.is-ver1 .pb35 {
  padding-bottom: 35px;
}

.is-ver1 .pb40 {
  padding-bottom: 40px;
}

.is-ver1 .pb45 {
  padding-bottom: 45px;
}

.is-ver1 .pb50 {
  padding-bottom: 50px;
}

.is-ver1 .pl5 {
  padding-left: 5px;
}

.is-ver1 .pl10 {
  padding-left: 10px;
}

.is-ver1 .pl15 {
  padding-left: 15px;
}

.is-ver1 .pl20 {
  padding-left: 20px;
}

.is-ver1 .pl25 {
  padding-left: 25px;
}

.is-ver1 .pl30 {
  padding-left: 30px;
}

.is-ver1 .pl35 {
  padding-left: 35px;
}

.is-ver1 .pl40 {
  padding-left: 40px;
}

.is-ver1 .pl45 {
  padding-left: 45px;
}

.is-ver1 .pl50 {
  padding-left: 50px;
}

.is-ver1 .pa5 {
  padding: 5px;
}

.is-ver1 .pa10 {
  padding: 10px;
}

.is-ver1 .pa15 {
  padding: 15px;
}

.is-ver1 .pa20 {
  padding: 20px;
}

.is-ver1 .pa25 {
  padding: 25px;
}

.is-ver1 .pa30 {
  padding: 30px;
}

.is-ver1 .pa35 {
  padding: 35px;
}

.is-ver1 .pa40 {
  padding: 40px;
}

.is-ver1 .pa45 {
  padding: 45px;
}

.is-ver1 .pa50 {
  padding: 50px;
}

.is-ver1 .indent {
  text-indent: 1em;
}

.is-ver1 a:hover img.trans,
.is-ver1 a.trans:hover,
.is-ver1 input.trans:hover {
  behavior: url(/css/PIE.htc);
  position: relative;
  cursor: pointer;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.is-ver1 .left {
  *display: inline;
  float: left;
}

.is-ver1 .right {
  *display: inline;
  float: right;
}

.is-ver1 .center {
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.is-ver1 .text_left {
  text-align: left;
}

.is-ver1 .text_right {
  text-align: right;
}

.is-ver1 .text_center {
  text-align: center;
}

.is-ver1 .floatl {
  float: left;
}

.is-ver1 .floatr {
  float: right;
}

.is-ver1 .txt {
  overflow: hidden;
  zoom: 1;
}

.is-ver1 .db {
  display: block;
}

.is-ver1 .di {
  display: inline;
}

.is-ver1 .dib {
  display: inline-block;
}

.is-ver1 .dn {
  display: none;
}

.is-ver1 .cb {
  clear: both;
}

.is-ver1 .pos_a {
  position: absolute;
}

.is-ver1 .pos_r {
  position: relative;
}

.is-ver1 .nomal {
  font-weight: normal;
}

.is-ver1 .bold {
  font-weight: bold;
}

.is-ver1 .italic {
  font-style: italic;
}

.is-ver1 #header:before,
.is-ver1 #header:after,
.is-ver1 #keyimg:before,
.is-ver1 #keyimg:after,
.is-ver1 #contents:before,
.is-ver1 #contents:after,
.is-ver1 .column:before,
.is-ver1 .column:after,
.is-ver1 .inner:before,
.is-ver1 .inner:after,
.is-ver1 .media:before,
.is-ver1 .media:after,
.is-ver1 .cf:before,
.is-ver1 .cf:after {
  content: "";
  display: table;
}

.is-ver1 #header:before,
.is-ver1 #header:after,
.is-ver1 #keyimg:before,
.is-ver1 #keyimg:after,
.is-ver1 #contents:before,
.is-ver1 #contents:after,
.is-ver1 .column:before,
.is-ver1 .column:after,
.is-ver1 .inner:before,
.is-ver1 .inner:after,
.is-ver1 .media:before,
.is-ver1 .media:after,
.is-ver1 .cf:before,
.is-ver1 .cf:after {
  clear: both;
}

.is-ver1 #header:before,
.is-ver1 #header:after,
.is-ver1 #keyimg,
.is-ver1 #contents,
.is-ver1 .column,
.is-ver1 .inner,
.is-ver1 .media,
.is-ver1 .cf {
  zoom: 1;
}

.is-ver1 .clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.is-ver1 .clearfix {
  min-height: 1px;
}

.is-ver1 * html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.is-ver1 .heading_xl {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  margin: 20px 0 40px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .heading_xl {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

.is-ver1 .heading_l {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 40px;
}

.is-ver1 .heading_l_w {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .is-ver1 .heading_l {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.is-ver1 .heading_m {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .heading_m {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.is-ver1 .heading_m_mb20 {
  margin-bottom: 20px;
}

.is-ver1 .heading_s {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .heading_s {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.is-ver1 .heading_s_b {
  margin: 20px 0 10px 0;
}

.is-ver1 .heading_recommen_job {
  position: relative;
  font-weight: bold;
  color: #fff;
  background: #2b2b2b;
  line-height: 45px;
  padding-left: 20px;
  margin: 40px 0;
}

.is-ver1 .heading_recommen_job:after {
  position: absolute;
  content: url(../../../../uploads/ver1/theme/home/heading_recommen_job_bg.png);
  display: block;
  left: 20px;
  bottom: -30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .heading_recommen_job:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 .heading_recommen_job {
    margin: 20px 0;
    text-align: center;
    padding-left: 0;
  }
}

.is-ver1 .heading_sidebar {
  position: relative;
  line-height: 35px;
  background: #e6002d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin: 30px 0;
}

.is-ver1 .heading_sidebar::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  content: url(../../../../uploads/ver1/theme/common/sidebar_heading_bg.png);
}

@media screen and (max-width: 750px) {
  .is-ver1 .heading_sidebar {
    margin: 20px 0;
  }
}

.is-ver1 .job_card {
  position: relative;
  display: block;
  background: #fff;
  width: 344px;
  box-shadow: 0px 1px 3px 0px #ced4d6;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .job_card {
    width: 100%;
    margin-bottom: 10px;
  }
}

.is-ver1 .job_card:hover {
  box-shadow: 0px 0px 0px 0px #ced4d6;
  opacity: 0.8;
}

.is-ver1 .job_card_s {
  width: 100%;
  margin-bottom: 20px;
}

.is-ver1 .job_card_pic {
  height: 180px;
  overflow: hidden;
}

.is-ver1 .job_card_pic img {
  width: 344px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .is-ver1 .job_card_pic img {
    width: 100%;
    height: auto;
  }
}

.is-ver1 .job_card_pic_s {
  height: 140px;
}

.is-ver1 .job_card_pic_s img {
  width: 100%;
  height: auto;
}

.is-ver1 .job_card_title {
  display: flex;
  align-items: center;
  height: 3em;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin: 24px;
  margin-bottom: 15px;
}

.is-ver1 .job_card_title_s {
  font-size: 15px;
  line-height: 22px;
  margin: 20px;
  margin-bottom: 10px;
}

.is-ver1 .job_card_excerpt {
  margin: 0 24px;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}

.is-ver1 .job_card_excerpt_s {
  margin: 0 20px;
}

.is-ver1 .job_card_foot {
  margin-top: 20px;
  padding: 10px 14px;
  border-top: solid 1px #ececec;
  display: flex;
  justify-content: space-between;
}

.is-ver1 .new_icon {
  position: absolute;
  background: #e6002d;
  opacity: 0.9;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  width: 50px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  top: 160px;
  left: 15px;
}

.is-ver1 .new_icon_s {
  top: 123px;
}

.is-ver1 .requirements_icon li {
  display: inline-block;
  width: 45px;
  line-height: 25px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
  margin-right: 5px;
}

.is-ver1 .requirements_icon li.ng {
  background: #d6f0c9;
  color: #088805;
}

.is-ver1 .requirements_icon li.mw {
  background: #e6f0ff;
  color: #0850bc;
}

.is-ver1 .requirements_icon li.kiji {
  background: #f7e75d;
  color: #756d27;
}

.is-ver1 .status_icon li {
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  line-height: 21px;
  border: solid 2px #e6002d;
  color: #e6002d;
  text-align: center;
  font-size: 11px;
  margin-right: 5px;
}

.is-ver1 .date_icon {
  background: #2b2b2b;
  color: #fff;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
}

.is-ver1 .event_card {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #93acae;
}

.is-ver1 .event_card:hover {
  box-shadow: 0px 0px 0px 0px #ced4d6;
  opacity: 0.8;
}

.is-ver1 .event_card_inner {
  display: flex;
  justify-content: space-between;
}

.is-ver1 .event_card_pic {
  width: 98px;
  height: 98px;
  overflow: hidden;
}

.is-ver1 .event_card_pic img {
  width: 98px;
  height: auto;
}

.is-ver1 .event_card_contents {
  width: 175px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .event_card_contents {
    width: 75%;
    margin-left: 20px;
  }
}

.is-ver1 .event_card_title {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.is-ver1 .event_card_excerpt {
  font-size: 12px;
  line-height: 18px;
}

.is-ver1 .event_card_foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is-ver1 .event_card ::first-child {
  border-bottom: solid 1px #93acae;
}

.is-ver1 .new_graduates_banner {
  transition: all 0.4s;
  position: relative;
}

.is-ver1 .new_graduates_banner::after {
  display: block;
  content: url(../../../../uploads/ver1/theme/common/new_graduates_banner_ribbon.png);
  position: absolute;
  top: -4px;
  right: -4px;
}

.is-ver1 .new_graduates_banner:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .is-ver1 .new_graduates_banner img {
    width: 100%;
    height: auto;
  }
}

.is-ver1 .special_banner {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_banner {
    margin-top: 10px;
  }
  .is-ver1 .special_banner img {
    width: 100%;
    height: auto;
  }
}

.is-ver1 .event_banner {
  display: block;
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.is-ver1 .event_banner:hover {
  opacity: 0.8;
}

.is-ver1 .event_banner_title {
  font-weight: bold;
  line-height: 26px;
}

.is-ver1 .event_banner_title span {
  display: block;
  font-size: 12px;
}

.is-ver1 .event_banner_date dt {
  display: inline-block;
  margin-right: 5px;
}

.is-ver1 .event_banner_date dd {
  font-size: 11px;
  display: inline-block;
}

.is-ver1 .more_btn {
  font-size: 11px;
  font-weight: bold;
  border-bottom: solid 1px #000;
  line-height: 1.5;
  display: inline-block;
}

.is-ver1 .more_btn::after {
  content: url(../../../../uploads/ver1/theme/common/more_arrow.png);
}

.is-ver1 .blank {
  color: #167cc4;
}

.is-ver1 .blank:hover {
  color: #e6002d;
  text-decoration: none;
}

.is-ver1 .blank:after {
  font-family: FontAwesome;
  content: "\f08e";
  padding-left: 5px;
}

.is-ver1 .btn_pdf {
  font-size: 14px;
  display: block;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  margin: 40px 0 20px 0;
  line-height: 60px;
  border-radius: 3px;
}

.is-ver1 .btn_pdf:hover {
  background: #000;
}

.is-ver1 .btn_pdf:before {
  content: url(../../../../uploads/ver1/theme/event-info/icon_pdf.png);
  position: relative;
  top: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .btn_pdf {
    margin: 20px 0 10px 0;
  }
}

.is-ver1 .entry_btn {
  display: block;
  background: #e6002d;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  margin: 50px auto;
}

.is-ver1 .entry_btn:hover {
  background: #cc0028;
}

@media screen and (max-width: 750px) {
  .is-ver1 .entry_btn {
    margin: 10px auto;
  }
}

.is-ver1 .entry_btn_ms {
  margin: 20px auto;
}

.is-ver1 .submit_btn {
  box-sizing: border-box;
  position: relative;
  display: block;
  background: #e6002d;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 82px;
  text-align: center;
  border-radius: 5px;
  width: 530px;
  margin: 50px auto;
  border: none;
  transition: 0.2s ease-in-out;
}

.is-ver1 .submit_btn:hover {
  text-decoration: none;
  background: #000;
}

.is-ver1 .back_btn {
  display: block;
  font-weight: bold;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  line-height: 60px;
  width: 250px;
  border-radius: 30px;
  margin: 40px auto;
  transition: all 0.7s;
}

.is-ver1 .back_btn:before {
  font-family: FontAwesome;
  content: "\f104";
  padding-right: 10px;
}

.is-ver1 .back_btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .is-ver1 .back_btn {
    margin: 20px auto 40px auto;
  }
}

.is-ver1 #page_top {
  text-indent: -9999px;
  background: url(../../../../uploads/ver1/root/common/pagetop.png) no-repeat;
  width: 84px;
  height: 84px;
  position: fixed;
  right: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  z-index: 99999;
}

.is-ver1 #page_top:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.is-ver1 .breadcrumb {
  padding: 30px 0;
  font-size: 12px;
  color: #8e8e8e;
}

.is-ver1 .breadcrumb a {
  color: #8e8e8e;
}

.is-ver1 .breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .is-ver1 .breadcrumb {
    display: none;
  }
}

.is-ver1 .data_table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin-top: 80px;
}

.is-ver1 .data_table_event {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .data_table_event {
    margin-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 .data_table {
    margin-top: 10px;
  }
}

.is-ver1 .data_table thead th {
  line-height: 50px;
  padding: 0 20px;
  background: #2b2b2b;
  color: #fff;
  text-align: left;
}

.is-ver1 .data_table thead th:before {
  content: "\f024";
  font-family: FontAwesome;
  margin-right: 10px;
}

.is-ver1 .data_table tbody td,
.is-ver1 .data_table tbody th {
  border: #cecece 1px solid;
  padding: 15px;
  vertical-align: top;
}

.is-ver1 .data_table tbody th {
  font-weight: bold;
  width: 20%;
  background: #f5f6f7;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .is-ver1 .data_table tbody th {
    width: 35%;
  }
}

.is-ver1 .data_table tbody td {
  width: 80%;
  background: #fff;
}

.is-ver1 .data_table_event.data_table tbody td {
  width: auto;
}

.is-ver1 .social_btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .social_btn {
    margin-top: 10px;
  }
}

.is-ver1 .social_btn a {
  display: block;
  width: 48.3%;
  height: 48px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

.is-ver1 .social_btn_foot a {
  width: 23%;
}

@media screen and (max-width: 750px) {
  .is-ver1 .social_btn_foot a {
    width: 48.3%;
  }
}

.is-ver1 .social_btn_fb {
  background: url(../../../../uploads/ver1/theme/common/fb_icon.png) no-repeat center #3b579d;
}

.is-ver1 .social_btn_twitter {
  background: url(../../../../uploads/ver1/theme/common/twitter_icon.png) no-repeat center #5ea9dd;
}

.is-ver1 .social_btn_hatena {
  background: url(../../../../uploads/ver1/theme/common/hatena_icon.png) no-repeat center #00a4de;
}

.is-ver1 .social_btn_line {
  background: url(../../../../uploads/ver1/theme/common/line_icon.png) no-repeat center #00c300;
}

.is-ver1 .list_box li {
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
}

.is-ver1 .list_box li:last-child {
  border: none;
}

@media screen and (max-width: 750px) {
  .is-ver1 .list_box {
    font-size: 14px;
    line-height: 25px;
  }
}

.is-ver1 .hero_box {
  height: 786px;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.is-ver1 .hero_box:before {
  /* 透過した黒を重ねる */
  background-color: rgba(0, 0, 0, 0.5);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

@media screen and (max-width: 750px) {
  .is-ver1 .hero_box {
    height: 180px;
  }
}

.is-ver1 .hero_box_inner {
  position: absolute;
  width: 100%;
  padding-top: 340px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .hero_box_inner {
    padding-top: 45px;
  }
}

.is-ver1 .hero_catch {
  width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  font-size: 64px;
  line-height: 83px;
  font-weight: bold;
  color: #fff;
  font-feature-settings: "palt";
}

.is-ver1 .hero_catch img {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .hero_catch img {
    width: 130px;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 .hero_catch {
    width: 100%;
    font-size: 23px;
    line-height: 30px;
    padding-left: 20px;
  }
}

.is-ver1 .wp-pagenavi {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.is-ver1 .wp-pagenavi a, .is-ver1 .wp-pagenavi span {
  font-size: 12px;
  display: block;
  background-color: #FFFFFF;
  width: 35px;
  padding: 15px;
  margin: 0 5px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none !important;
}

.is-ver1 .wp-pagenavi a:hover, .is-ver1 .wp-pagenavi span:hover {
  color: #fff;
  background-color: #4DD0D5;
}

.is-ver1 .wp-pagenavi .current {
  color: #fff;
  background-color: #aebbbe;
}

.is-ver1 .sp_lead {
  color: #e6002d;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.6;
}

.is-ver1 .shigoto_hero {
  height: 600px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 750px) {
  .is-ver1 .shigoto_hero {
    height: 180px;
  }
}

.is-ver1 .shigoto_contents h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  margin: 40px 0 30px 0;
  padding-top: 40px;
  border-top: solid 1px #b3b3b3;
}

.is-ver1 .shigoto_contents h2:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .shigoto_contents h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin: 20px 0 10px 0;
    padding-top: 20px;
  }
}

.is-ver1 .shigoto_contents img {
  max-width: 720px;
  height: auto;
  margin: 40px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .shigoto_contents img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
  }
}

.is-ver1 .shigoto_contents p {
  margin-bottom: 1em;
}

.is-ver1 .oshigoto_contact {
  box-sizing: border-box;
  background: #fff;
  margin: 40px auto;
  padding: 30px;
}

.is-ver1 .oshigoto_contact p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .oshigoto_contact {
    margin: 20px auto;
    padding: 20px 10px;
  }
}

.is-ver1 .oshigoto_contact h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .is-ver1 .oshigoto_contact h2 {
    font-size: 16px;
    line-height: 25px;
  }
}

.is-ver1 .oshigoto_contact h2 br {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-ver1 .oshigoto_contact h2 br {
    display: block;
  }
}

.is-ver1 .oshigoto_contact h2:before {
  content: url(../../../../uploads/ver1/root/common/foot_contact_icon.png);
  position: relative;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 70px;
}

.is-ver1 .oshigoto_contact h2 span {
  color: #e6002d;
}

.is-ver1 .oshigoto_contact h3 {
  font-size: 16px;
  font-weight: bold;
  background: #ffd1d1;
  padding: 10px 20px;
  margin: 30px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .oshigoto_contact h3 {
    margin: 20px 0;
  }
}

.is-ver1 .oshigoto_contact .column {
  border: solid 1px #dcdcdc;
  padding: 30px;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .oshigoto_contact .column {
    padding: 20px;
    margin-top: 20px;
  }
}

.is-ver1 .oshigoto_contact .column li {
  list-style: disc;
  margin-left: 1em;
}

.is-ver1 .oshigoto_contact .column h4 {
  font-size: 18px;
  font-weight: bold;
  color: #e6002d;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .oshigoto_contact .column h4 {
    font-size: 15px;
  }
}

.is-ver1 .oshigoto_contact .column h4:before {
  font-family: FontAwesome;
  content: "\f06a";
  margin-right: 10px;
}

.is-ver1 .contact_form {
  font-size: 14px;
  border-collapse: collapse;
}

@media screen and (max-width: 750px) {
  .is-ver1 .contact_form {
    margin-top: 20px;
  }
}

.is-ver1 .contact_form td, .is-ver1 .contact_form th {
  border-bottom: #e9e9e9 1px solid;
  padding: 25px 10px;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .is-ver1 .contact_form td, .is-ver1 .contact_form th {
    display: block;
    border-bottom: none;
    padding: 5px 0;
  }
}

.is-ver1 .contact_form th {
  font-weight: bold;
  width: 30%;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .is-ver1 .contact_form th {
    width: 100%;
    width: 100%;
  }
}

.is-ver1 .contact_form th br {
  display: none;
}

.is-ver1 .contact_form td {
  width: 70%;
}

@media screen and (max-width: 750px) {
  .is-ver1 .contact_form td {
    width: 100%;
  }
}

.is-ver1 .contact_form .required {
  color: #e6002d;
  font-size: 12px;
}

.is-ver1 .contact_form .txt {
  background: #f7f7f7;
  border: solid 1px #ddd;
  width: 100%;
  padding: 6px;
  border-radius: 3px;
}

.is-ver1 .text_s {
  font-size: 12px;
  line-height: 20px;
  color: #494949;
  margin-top: 10px;
}

.is-ver1 .seminar_navi_list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

@media screen and (max-width: 750px) {
  .is-ver1 .seminar_navi_list {
    display: block;
  }
}

.is-ver1 .seminar_navi_list_title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #e6002d;
  text-align: center;
  padding-top: 55px;
}

.is-ver1 .seminar_navi_list_title:before {
  content: url(../../../../uploads/ver1/theme/event-info/seminar_icon.png);
  display: block;
}

@media screen and (max-width: 750px) {
  .is-ver1 .seminar_navi_list_title {
    display: block;
    font-size: 16px;
    line-height: 23px;
    padding: 20px;
  }
}

.is-ver1 .seminar_navi_list li {
  width: 50%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

@media screen and (max-width: 750px) {
  .is-ver1 .seminar_navi_list li {
    width: 100%;
  }
}

.is-ver1 .seminar_navi a {
  display: block;
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .seminar_navi a {
    padding-top: 10px;
  }
}

.is-ver1 .seminar_navi a:hover {
  box-shadow: 0px 1px 10px 0px #ced4d6;
}

.is-ver1 .seminar_navi a:hover:after {
  background: url(../../../../uploads/ver1/theme/event-info/localnavi_arrow.png) no-repeat center 14px #efefef;
}

.is-ver1 .seminar_navi a:after {
  content: "";
  background: url(../../../../uploads/ver1/theme/event-info/localnavi_arrow.png) no-repeat center;
  height: 30px;
  border-top: solid 1px #f2f2f2;
  display: block;
  margin-top: 30px;
  transition: all 0.4s;
}

@media screen and (max-width: 750px) {
  .is-ver1 .seminar_navi a:after {
    margin-top: 20px;
  }
}

.is-ver1 .seminar_navi_title {
  margin: 15px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.is-ver1 .seminar_navi_title span {
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 750px) {
  .is-ver1 .seminar_navi_title span {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 .seminar_navi_title {
    font-size: 16px;
    line-height: 25px;
  }
}

.is-ver1 .seminar_navi_excerpt {
  font-size: 13px;
  line-height: 22px;
}

.is-ver1 .seminar_icon {
  width: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #e6002d;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}

.is-ver1 .seminar_icon span {
  font-size: 13px;
}

.is-ver1 .seminar_icon:before {
  content: "";
  width: 23px;
  height: 1px;
  display: block;
  background: #e6002d;
  margin-right: 10px;
}

.is-ver1 .seminar_icon:after {
  content: "";
  width: 23px;
  height: 1px;
  display: block;
  background: #e6002d;
  margin-left: 10px;
}

.is-ver1 .seminar_section {
  margin-top: 60px;
  border-top: solid 1px #b5b6b6;
  padding-top: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .seminar_section {
    margin-top: 20px;
    padding-top: 30px;
    margin-top: 20px;
  }
}

.is-ver1 .seminar_section_title {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .seminar_section_title {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0;
  }
  .is-ver1 .seminar_section_title span {
    display: block;
    font-size: 14px;
  }
}

.is-ver1 .access_area {
  padding: 30px;
  padding-bottom: 50px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .is-ver1 .access_area {
    padding: 10px;
  }
}

.is-ver1 .access_area_title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin: 30px 0;
}

.is-ver1 .access_area_title span {
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  display: block;
  text-align: center;
  font-size: 11px;
  color: #e6002d;
}

.is-ver1 .access_area .heading_address {
  font-weight: bold;
  margin: 30px 0;
}

.is-ver1 .column_m {
  border: solid 1px #b5b6b6;
  padding: 30px;
  margin: 50px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .column_m {
    padding: 20px;
    margin: 30px 0;
  }
}

.is-ver1 .column_m_title {
  font-weight: bold;
  color: #e6002d;
  display: inline-block;
  padding: 10px;
  background: #fff;
  position: absolute;
  margin-top: -53px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .column_m_title {
    margin-top: -45px;
    font-size: 13px;
  }
}

.is-ver1 .column_m_p {
  font-weight: bold;
}

.is-ver1 .point_block {
  background: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .point_block {
    margin-bottom: 0px;
  }
}

.is-ver1 .point_block li {
  border-bottom: solid 1px #e7e7e7;
  display: flex;
  padding-top: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .point_block li {
    display: block;
  }
}

.is-ver1 .point_block li .icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  min-width: 20%;
}

@media screen and (max-width: 750px) {
  .is-ver1 .point_block li .icon_box {
    width: 100%;
    min-width: 0;
  }
}

.is-ver1 .point_block li .icon_box > * {
  width: auto;
}

@media screen and (max-width: 750px) {
  .is-ver1 .point_block li .icon_box {
    padding: 0px;
  }
}

.is-ver1 .point_block li .text_box {
  margin: 30px;
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .point_block li .text_box {
    margin: 20px;
  }
  .is-ver1 .point_block li .text_box h2 {
    text-align: center;
  }
}

.is-ver1 .test {
  color: #000;
}

.is-ver1 #snap_box h2 {
  background: url(../../../../uploads/ver1/root/snap/title_icon.png) no-repeat center top;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 70px;
  margin-top: 80px;
  line-height: 1;
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .is-ver1 #snap_box h2 {
    font-size: 18px;
    margin: 20px 0;
    background: url(../../../../uploads/ver1/root/snap/title_icon.png) no-repeat center top;
    background-size: 40px;
    padding-top: 50px;
  }
}

.is-ver1 #snap_box {
  width: 1200px;
  margin: 60px auto;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .is-ver1 #snap_box {
    width: 100%;
  }
}

.is-ver1 #snap_box ul {
  margin: 0 -20px 20px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 #snap_box ul {
    width: 100%;
    margin: 0;
  }
}

.is-ver1 #snap_box ul li {
  float: left;
}

@media screen and (max-width: 750px) {
  .is-ver1 #snap_box ul li {
    width: 33.33333%;
    line-height: 0;
  }
}

@media only screen and (min-width: 1021px) {
  .is-ver1 #snap_box ul li a {
    display: block;
    width: 285px;
    height: 285px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 #snap_box ul li a {
    margin-right: 1px;
    margin-bottom: 1px;
    line-height: 0;
  }
}

.is-ver1 #snap_box ul li a img {
  width: auto;
  height: 285px;
}

@media screen and (max-width: 750px) {
  .is-ver1 #snap_box ul li a img {
    width: 100%;
    height: auto;
  }
}

.is-ver1 #snap_box ul li a .caption {
  color: #fff;
  padding: 30px;
  line-height: 1.4;
}

.is-ver1 #snap_box ul li a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-ver1 #snap_box ul li a:hover .mask {
  opacity: 1;
}

.is-ver1 #cboxOverlay {
  background: #000;
}

.is-ver1 #cboxLoadedContent {
  background: #fff;
}

.is-ver1 #cboxLoadedContent {
  padding: 30px;
  overflow: auto;
}

.is-ver1 .close_btn {
  display: block;
  position: absolute;
  top: -20px;
  right: 20px;
  text-indent: -99999px;
  background: url(../../../../uploads/ver1/root/snap/close_btn.png) no-repeat;
  width: 40px;
  height: 40px;
}

.is-ver1 .modal_title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

.is-ver1 .modal_more_btn {
  background: #000;
  display: block;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 180px;
  border-radius: 5px;
}

.is-ver1 .modal_more_btn:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
}

.is-ver1 .modal_more_btn:hover {
  text-decoration: none;
  background: #e6002d;
}

.is-ver1 .modal_p {
  width: 600px;
}

.is-ver1 #site-policy .contents h3 {
  border-top: dotted 1px #000;
  padding: 20px 0 10px 0;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .is-ver1 #site-policy .contents h3 {
    font-size: 16px;
  }
}

.is-ver1 #site-policy .contents p {
  margin-bottom: 1.5em;
}

.is-ver1 #site-policy .contents ol, .is-ver1 #site-policy .contents ul {
  padding-left: 1em;
  margin-left: 1em;
}

@media screen and (max-width: 750px) {
  .is-ver1 #site-policy .contents ol, .is-ver1 #site-policy .contents ul {
    margin-left: 0;
  }
}

.is-ver1 #site-policy .contents li {
  list-style: disc;
}

.is-ver1 .special_hero {
  background: url(../../../../uploads/ver1/root/special/hero.png) no-repeat;
  background-size: cover;
  height: 840px;
  z-index: 1;
  position: relative;
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero {
    height: 180px;
    margin-top: 0;
    background-position: bottom;
  }
  .is-ver1 .special_hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
}

.is-ver1 .special_hero_inner {
  width: 1200px;
  margin: 0 auto;
}

.is-ver1 .special_hero_inner p {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero_inner p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    text-shadow: none;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero_inner {
    padding: 20px;
    width: 100%;
    z-index: 4;
    position: relative;
    color: #fff;
  }
}

.is-ver1 .special_hero_title {
  padding-top: 280px;
  padding-bottom: 30px;
  font-size: 50px;
  line-height: 63px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero_title {
    font-size: 26px;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 10px;
  }
}

.is-ver1 .special_hero_ishikawa {
  background: url(../../../../uploads/ver1/root/special2/hero.png) no-repeat;
  background-size: cover;
}

.is-ver1 .special_hero_ishikawa .text_box {
  float: right;
  position: relative;
  top: -120px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero_ishikawa .text_box {
    float: none;
    top: 0px;
  }
}

.is-ver1 .special_hero_isobe {
  background: url(../../../../uploads/ver1/root/special3/hero.jpg) no-repeat;
  background-size: cover;
}

.is-ver1 .special_hero_isobe .text_box {
  float: left;
  position: relative;
  top: 8px;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero_isobe .text_box {
    float: none;
    top: 0px;
  }
}

.is-ver1 .special_hero_murao {
  background: url(../../../../uploads/ver1/root/special4/hero.jpg) no-repeat;
  background-size: cover;
}

.is-ver1 .special_hero_murao .text_box {
  float: left;
  position: relative;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero_murao .text_box {
    float: none;
    top: 0px;
  }
}

.is-ver1 .special_hero_nakayama {
  background: url(../../../../uploads/ver1/root/special5/hero.jpg) no-repeat;
  background-size: cover;
}

.is-ver1 .special_hero_nakayama .text_box {
  float: left;
  position: relative;
  top: -90px;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero_nakayama .text_box {
    float: none;
    top: 0px;
  }
}

.is-ver1 .special_hero_mitobe {
  background: url(../../../../uploads/ver1/root/special6/hero02.jpg) no-repeat;
  background-size: cover;
}

.is-ver1 .special_hero_mitobe .text_box {
  float: left;
  position: relative;
  top: -100px;
  color: #333333;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero_mitobe .text_box {
    float: none;
    top: 0px;
    color: #ffffff;
  }
}

.is-ver1 .special_hero_sachith {
  background: url(../../../../uploads/ver1/root/special7/hero.jpg) no-repeat;
  background-size: cover;
}

.is-ver1 .special_hero_sachith .text_box {
  float: left;
  position: relative;
  top: 5px;
  color: #ffffff;
  text-shadow: 0px 0px 10px #000000;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_hero_sachith .text_box {
    float: none;
    top: 0px;
  }
}

.is-ver1 .heading_special {
  margin: 80px 0 30px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .heading_special {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    margin: 40px 0 15px 0;
  }
}

.is-ver1 .heading_special_01 {
  padding-left: 295px;
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .heading_special_01 {
    padding: 0;
  }
}

.is-ver1 .under_line_y {
  border-bottom: solid 5px #ffe507;
}

.is-ver1 .profile_column {
  position: relative;
  box-shadow: 0px 1px 3px 0px #ced4d6;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  padding-bottom: 60px;
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .profile_column {
    position: static;
    padding-bottom: 30px;
    margin-top: 0px;
  }
}

.is-ver1 .profile_column_head {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e7e7e7;
}

@media screen and (max-width: 750px) {
  .is-ver1 .profile_column_head {
    line-height: 1.5;
  }
}

.is-ver1 .profile_column_head dt {
  padding: 50px 0;
  padding-left: 295px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .profile_column_head dt {
    padding: 30px 20px;
    margin-right: 10px;
  }
}

.is-ver1 .profile_column p {
  width: 390px;
  margin-left: 295px;
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .profile_column p {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}

.is-ver1 .profile_column:after {
  content: url(../../../../uploads/ver1/root/special/fukidashi.png);
  position: absolute;
  right: 0;
  top: -30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .profile_column:after {
    content: none;
  }
}

.is-ver1 .profile_column_pic {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .is-ver1 .profile_column_pic {
    position: static;
    text-align: center;
  }
  .is-ver1 .profile_column_pic img {
    width: 150px;
    height: auto;
  }
}

.is-ver1 .special_interview_area dl {
  align-items: center;
  /* before Android4.3 iOS6:Safari */
  /* IE10 */
  /* Pc-safari */
  display: flex;
}

.is-ver1 .special_interview_area dl dd {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  flex: 1;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_interview_area dl dd {
    padding: 20px;
  }
}

.is-ver1 .special_interview_area .interviewer {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_interview_area .interviewer {
    margin-top: 30px;
  }
  .is-ver1 .special_interview_area .interviewer dt img {
    width: 80px;
    height: auto;
  }
}

.is-ver1 .special_interview_area .interviewer dd {
  border: solid 3px #8ca9e6;
  position: relative;
  margin-left: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_interview_area .interviewer dd {
    margin-left: 20px;
  }
}

.is-ver1 .special_interview_area .interviewer dd:after {
  content: url(../../../../uploads/ver1/root/special/fukidashi_int.png);
  position: absolute;
  left: -17px;
  top: 36%;
}

.is-ver1 .special_interview_area .answer {
  flex-direction: row-reverse;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_interview_area .answer {
    margin-top: 20px;
  }
  .is-ver1 .special_interview_area .answer dt img {
    width: 80px;
    height: auto;
  }
}

.is-ver1 .special_interview_area .answer dd {
  border: solid 3px #8aca69;
  position: relative;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_interview_area .answer dd {
    margin-right: 20px;
  }
}

.is-ver1 .special_interview_area .answer dd:after {
  content: url(../../../../uploads/ver1/root/special/fukidashi_int2.png);
  position: absolute;
  right: -18px;
  top: 36%;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_interview_area .answer dd:after {
    top: 45%;
  }
}

.is-ver1 .special_interview_area .answer dd.smile {
  border: solid 3px #ffde00;
}

.is-ver1 .special_interview_area .answer dd.smile:after {
  content: url(../../../../uploads/ver1/root/special/fukidashi_int3.png);
}

.is-ver1 .special_interview_area .answer dd.pikon {
  border: solid 3px #ffb7b7;
}

.is-ver1 .special_interview_area .answer dd.pikon:after {
  content: url(../../../../uploads/ver1/root/special/fukidashi_int4.png);
}

.is-ver1 .special_interview_area .answer dd.thinking {
  border: solid 3px #a0cec5;
}

.is-ver1 .special_interview_area .answer dd.thinking:after {
  content: url(../../../../uploads/ver1/root/special/fukidashi_int5.png);
}

.is-ver1 .special_picbox {
  display: block;
  border: solid 7px #fff;
  box-shadow: 0px 1px 3px 0px #ced4d6;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_picbox {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.is-ver1 .special_picbox img {
  width: 100%;
  height: auto;
}

.is-ver1 .senior_voice {
  position: relative;
  background: #fff;
  box-shadow: 0px 1px 3px 0px #ced4d6;
  border-radius: 10px;
  margin: 100px 0;
  padding: 70px 0 60px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .senior_voice {
    padding: 50px 0 20px 0;
    margin: 60px 0 70px 0;
  }
}

.is-ver1 .senior_voice_title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.3em;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .senior_voice_title {
    font-size: 20px;
  }
}

.is-ver1 .senior_voice_title:before {
  content: url(../../../../uploads/ver1/root/special/senior_voice_tb1.png);
  margin-right: 20px;
}

.is-ver1 .senior_voice_title:after {
  content: url(../../../../uploads/ver1/root/special/senior_voice_tb2.png);
  margin-left: 15px;
}

.is-ver1 .senior_voice_pic {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .is-ver1 .senior_voice_pic {
    text-align: left;
  }
  .is-ver1 .senior_voice_pic img {
    width: 100%;
    height: auto;
  }
}

.is-ver1 .senior_voice_profile {
  font-size: 14px;
  line-height: 24px;
  padding: 30px;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  left: 40px;
  background: #fff;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .is-ver1 .senior_voice_profile {
    position: static;
    padding: 20px 0 0 20px;
    text-align: left;
  }
}

.is-ver1 .senior_voice_profile span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .senior_voice_profile span {
    font-size: 20px;
  }
}

.is-ver1 .senior_voice p {
  width: 620px;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .senior_voice p {
    width: 100%;
    padding: 20px;
  }
}

.is-ver1 .editors_note {
  position: relative;
  border: solid 1px #000;
  padding: 50px;
  padding-top: 70px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .editors_note {
    padding: 20px;
    padding-top: 60px;
    margin-bottom: 10px;
  }
}

.is-ver1 .editors_note_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 245px;
  top: -40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}

.is-ver1 .editors_note_title:before {
  content: url(../../../../uploads/ver1/root/special/editorsnote.png);
  display: block;
  margin-bottom: 10px;
}

.is-ver1 .editors_note:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .is-ver1 .sp_none {
    display: none;
  }
}

.is-ver1 .special_foot_card {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 1px 3px 0px #ced4d6;
  background: #fff;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_foot_card {
    margin-top: 0px;
    padding: 10px;
    display: block;
  }
}

.is-ver1 .special_foot_card .txt_box {
  padding: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_foot_card .txt_box {
    padding: 10px;
    padding-bottom: 0;
  }
}

.is-ver1 .special_foot_card .copy {
  font-size: 16px;
  font-weight: bold;
  color: #e6002d;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_foot_card .copy {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.is-ver1 .special_foot_card .title {
  font-size: 20px;
  font-weight: bold;
}

.is-ver1 .special_foot_card .company_name {
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_foot_card .company_name {
    font-size: 12px;
    margin-top: 10px;
  }
}

.is-ver1 .special_foot_card .company_name:before {
  display: block;
  background: #000;
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 15px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_foot_card .company_name:before {
    width: 20px;
  }
}

.is-ver1 .special_foot_card img {
  float: left;
  margin: 10px;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .special_foot_card img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
  }
}

.is-ver1 .special_foot_card:hover {
  box-shadow: 0px 0px 0px 0px #ced4d6;
  opacity: 0.8;
}

.is-ver1 .company_name_index {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .company_name_index {
    margin-bottom: 20px;
  }
}

.is-ver1 .company_name_index li {
  width: 9%;
  text-align: center;
  background: #fff;
  box-shadow: 0px 1px 0px 0px #ced4d6;
  font-size: 13px;
  border-radius: 3px;
  color: #666;
}

.is-ver1 .company_name_index li.nonlink {
  opacity: 0.6;
}

@media screen and (max-width: 750px) {
  .is-ver1 .company_name_index li.nonlink {
    line-height: 1.2;
    padding: 5px 0;
  }
  .is-ver1 .company_name_index li.nonlink span {
    display: block;
  }
}

.is-ver1 .company_name_index a {
  display: block;
  border-radius: 3px;
  background: #10a31a;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .is-ver1 .company_name_index a {
    line-height: 1.2;
    padding: 5px 0;
  }
  .is-ver1 .company_name_index a span {
    display: block;
  }
}

.is-ver1 .company_name_index a:hover {
  background: #e6002d;
  color: #fff;
}

.is-ver1 .company_name_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .is-ver1 .company_name_list {
    display: block;
  }
}

.is-ver1 .company_name_list li {
  width: 350px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px #ced4d6;
  padding: 20px;
  border-top: solid 2px #e6002d;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 17px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .company_name_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.is-ver1 .company_name_list a {
  display: block;
}

.is-ver1 .company_name_list a span {
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
  display: block;
  color: #666;
}

.is-ver1 .company_name_list a:hover {
  opacity: 0.7;
}

.is-ver1 .workshop_report {
  /*学生コメント、参加企業のコメント共通*/
}

.is-ver1 .workshop_report_hero {
  background: url(../../../../uploads/ver1/theme/workshop-report/hero.png) no-repeat;
  background-size: cover;
  height: 840px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report_hero {
    height: 180px;
    background-position: bottom;
  }
}

.is-ver1 .workshop_report_hero__inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report_hero__inner {
    padding: 20px;
    width: 100%;
    z-index: 4;
    position: relative;
    color: #fff;
  }
}

.is-ver1 .workshop_report_hero2019 {
  background: url(../../../../uploads/ver1/theme/workshop-report/hero_2019.jpg) no-repeat;
  background-size: cover;
  height: 840px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report_hero2019 {
    height: 180px;
    background-position: bottom;
  }
}

.is-ver1 .workshop_report_hero2019__inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report_hero2019__inner {
    padding: 20px;
    width: 100%;
    z-index: 4;
    position: relative;
    color: #fff;
  }
}

.is-ver1 .workshop_report_title {
  padding-top: 300px !important;
  width: 700px;
  height: 332px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report_title {
    padding-top: 0px !important;
    width: auto;
    height: auto;
  }
  .is-ver1 .workshop_report_title img {
    width: 90%;
    height: auto;
  }
}

.is-ver1 .workshop_report h2 {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report h2 {
    font-size: 18px;
    margin-top: 10px;
  }
}

.is-ver1 .workshop_report h2:after {
  content: "";
  display: block;
  margin: 10px 0 20px 0;
  height: 3px;
  background: linear-gradient(to right, #16a6cc, #29a72c);
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report h2:after {
    margin: 5px 0 10px 0;
  }
}

.is-ver1 .workshop_report_column__t {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 3px 0px 0px #cddadd;
  line-height: 60px;
  padding: 0 20px;
  margin: 60px 0 30px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report_column__t {
    font-size: 18px;
    margin: 30px 0 22px 0;
  }
}

.is-ver1 .workshop_report_column__t:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 11px 0 11px;
}

.is-ver1 .workshop_report_column__caset {
  border: solid 1px #bdd0d5;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report_column__caset {
    display: block;
    padding: 20px;
    margin-bottom: 10px;
  }
}

.is-ver1 .workshop_report_column__p {
  line-height: 1.7;
}

.is-ver1 .workshop_report_column__h {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report_column__h {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.is-ver1 .workshop_report__inner img {
  margin: 40px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .workshop_report__inner img {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
}

.is-ver1 .workshop_report__inner p {
  margin-bottom: 1em;
}

.is-ver1 .student_sec__title {
  background: #16a6cc;
}

.is-ver1 .student_sec__title:after {
  border-color: #16a6cc transparent transparent transparent;
}

.is-ver1 .student_sec__caset {
  border-top: solid 3px #8dcedf;
}

.is-ver1 .student_sec__coment {
  flex: 1;
  margin-left: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .student_sec__coment {
    margin-left: 0;
  }
}

.is-ver1 .student_sec__img {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .is-ver1 .student_sec__img {
    margin-bottom: 20px;
  }
}

.is-ver1 .student_sec__profile {
  font-size: 14px;
}

.is-ver1 .student_sec__profile span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.is-ver1 .student_sec__heading {
  color: #16a6cc;
}

.is-ver1 .company_sec {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .company_sec {
    margin-bottom: 30px;
  }
}

.is-ver1 .company_sec__title {
  background: #29a72c;
}

.is-ver1 .company_sec__title:after {
  border-color: #29a72c transparent transparent transparent;
}

.is-ver1 .company_sec__caset {
  border-top: solid 3px #94d595;
}

.is-ver1 .company_sec__coment {
  flex: 1;
}

.is-ver1 .company_sec__profile {
  font-weight: bold;
  text-align: right;
  margin-top: 1em;
}

.is-ver1 .company_sec__heading {
  color: #29a72c;
}

.is-ver1 .photo_report__heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .photo_report__heading {
    margin-bottom: 15px;
  }
}

.is-ver1 .photo_report__heading span {
  display: block;
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .photo_report__heading span {
    font-size: 24px;
  }
}

.is-ver1 .photo_report__heading:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #000;
  display: inline-block;
}

.is-ver1 .photo_report__p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.is-ver1 .photo_report__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.is-ver1 .photo_report__img {
  width: 24.166666666666668%;
  height: 24.166666666666668%;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .is-ver1 .photo_report__img {
    width: 49%;
    height: auto;
  }
}

.is-ver1 .photo_report__img:hover {
  opacity: 0.8;
}

.is-ver1 .photo_report__img img {
  width: 100%;
  height: auto;
}

.is-ver1 .photo_report_cont__heading {
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 30px;
  background: #2b2b2b;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .is-ver1 .photo_report_cont__heading {
    margin-bottom: 15px;
    line-height: normal;
  }
}

.is-ver1 .photo_report_cont__heading span {
  font-size: 20px;
  padding-right: 10px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .photo_report_cont__heading span {
    display: block;
    padding-right: 0;
    line-height: 1;
  }
}

.is-ver1 .photo_report_cont img {
  margin-top: -50px;
  /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px;
  /* 打ち消し用のパディング */
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .photo_report_cont img {
    margin-top: -55px;
    padding-top: 55px;
    margin-bottom: -15px;
  }
}

@media screen and (max-width: 750px) {
  .is-ver1 .photo_report_cont__pic {
    padding-bottom: 20px;
  }
}

.is-ver1 .advanced_contents h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  margin: 80px 0 40px 0;
  padding: 0 0 0 20px;
  border-left: solid 3px #007c96;
}

/*
.is-ver1 .advanced_contents h2:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
*/

@media screen and (max-width: 750px) {
  .is-ver1 .advanced_contents h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin: 40px 0 15px 0;
    padding: 0px 0 0 15px;
  }
}

.is-ver1 .advanced_contents__heading {
  font-weight: bold;
  font-size: 30px !important;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .advanced_contents__heading {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}

.is-ver1 .advanced_contents__heading span {
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #007c96;
  font-size: 22px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 750px) {
  .is-ver1 .advanced_contents__heading span {
    font-size: 16px;
  }
}

.is-ver1 .advanced_contents__heading span:after {
  content: "";
  display: block;
  width: 100%;
  flex: 1;
  height: 1px;
  background: #007c96;
}

.is-ver1 .advanced_contents__profile {
  font-size: 14px;
  line-height: 1.8;
  border: solid 1px #2b2b2b;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .advanced_contents__profile {
    display: block;
    padding: 20px;
    margin-top: 20px;
  }
}

.is-ver1 .advanced_contents__profile_pic {
  width: 168px;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .advanced_contents__profile_pic {
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
}

.is-ver1 .advanced_contents__profile_pic img {
  width: 168px;
  height: auto;
  margin: 0 !important;
}

.is-ver1 .advanced_contents__profile_text {
  flex: 1;
}

.is-ver1 .advanced_contents__profile_name {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0 20px 0;
}

@media screen and (max-width: 750px) {
  .is-ver1 .advanced_contents__profile_name {
    text-align: center;
  }
}

.is-ver1 .advanced_contents__profile_name span {
  display: block;
  font-size: 14px;
}

.is-ver1 .advanced_contents__pic {
  margin: 30px 0;
}

.is-ver1 .advanced_contents__pic img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .is-ver1 .advanced_contents__pic {
    margin: 20px 0;
  }
}

.is-ver1 .advanced_contents__pic p {
  font-size: 13px;
  line-height: 1.7;
  color: #4D4D4D;
}

.is-ver1 .advanced_contents > p {
  margin-bottom: 2em;
}

.is-ver1 .editors_eye {
  border: solid 1px #007c96;
  padding: 30px;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .editors_eye {
    margin-top: 30px;
  }
}

.is-ver1 .editors_eye__title {
  font-size: 22px;
  font-weight: bold;
  color: #007c96;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  position: relative;
  margin-top: -55px;
  width: 225px;
}

@media screen and (max-width: 750px) {
  .is-ver1 .editors_eye__title {
    margin: -55px auto 0 auto;
  }
}

.is-ver1 .editors_eye__title:before {
  content: url(../../../../uploads/ver1/theme/advanced/icon.png);
}

.is-ver1 .editors_eye p {
  font-size: 14px;
  line-height: 1.8;
}

.is-ver1 .slide-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1.0s ease;
}

.is-ver1 .slide-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1.0s ease;
}

.is-ver1 .slide-left.on {
  opacity: 1;
  transform: translateX(0);
}

.is-ver1 .slide-right.on {
  opacity: 1;
  transform: translateX(0);
}
