@charset "UTF-8";
/*** uncss> filename: src/css/styles.css ***/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, h1, p, img, small, ul, li, footer, header, nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

footer, header {
  display: block;
}

nav {
  display: block;
}
nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* change colours to suit your needs */
/* change border colour to suit your needs */
ul {
  list-style-type: none;
}

/******************************

 media quaries

******************************/
/******************************

 Parts

******************************/
/******************************

 Base Styles

******************************/
/******************************

 Breakpoints

******************************/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("http://1katsu.jp/assets/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("http://1katsu.jp/assets/fonts/fontawesome-webfont.eot#iefix&v=4.6.3") format("embedded-opentype"), url("http://1katsu.jp/assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("http://1katsu.jp/assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("http://1katsu.jp/assets/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("http://1katsu.jp/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("http://1katsu.jp/assets/stylesheets/fonts/slick.eot");
  src: url("http://1katsu.jp/assets/stylesheets/fonts/slick.eot#iefix") format("embedded-opentype"), url("http://1katsu.jp/assets/stylesheets/fonts/slick.woff") format("woff"), url("http://1katsu.jp/assets/stylesheets/fonts/slick.ttf") format("truetype"), url("http://1katsu.jp/assets/stylesheets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
/* Magnific Popup CSS */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Main image in popup */
/* The shadow behind the image */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
}
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*, ::after, ::before {
  box-sizing: inherit;
}

body {
  color: #4a4a4a;
  font: 13px/1.5 "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #4a4a4a;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
  visibility: hidden;
}

/******************************

 Header

******************************/
.header {
  background-color: #ff5555;
}

@media screen and (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
}
.header-hamburger {
  display: none;
}

@media screen and (max-width: 900px) {
  .header-hamburger {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
  }

  .header-hamburger-inner {
    position: relative;
    width: 20px;
    height: 20px;
    top: 0;
    cursor: pointer;
  }

  .header-hamburger-bar {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: all 0.25s ease-out;
  }

  .header-hamburger-bar01 {
    top: 0;
  }

  .header-hamburger-bar02 {
    top: 7px;
  }

  .header-hamburger-bar03 {
    top: 14px;
  }
}
.header-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 7px 10px 10px;
  color: #fff;
}
.header-inner a {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .header-inner {
    width: 100%;
  }
}
.header-logo {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .header-logo {
    margin-left: 35px;
  }

  .header-logo-img {
    width: 90px;
    height: auto;
  }
}
.header-logo-text {
  font-size: 11px;
  margin-bottom: 3px;
}

.header-user {
  display: table;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 900px) {
  .header-user {
    right: 35px;
  }
}
.header-user-mail {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.header-user-mail > a:hover {
  opacity: 1;
}
.header-user-mail > a::after {
  display: block;
  position: absolute;
  top: -5px;
  right: -22px;
  content: attr(data-mail);
  padding: 1px 3px;
  font-size: 11px;
  font-weight: bold;
  background-color: #1380d2;
  border-radius: 10px;
  border: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .header-user-mail > a::after {
    top: -10px;
    font-size: 10px;
  }
}
.header-user-mymenu {
  position: relative;
  margin-left: 40px;
  padding: 4px 0;
}

@media screen and (max-width: 900px) {
  .header-user-mymenu {
    display: none;
  }
}
.header-user-mymenu-name, .header-user-mymenu-icon {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

.header-user-mymenu-name {
  font-size: 14px;
}

.header-user-mymenu-icon {
  cursor: pointer;
}

.header-user-mymenu img {
  border-radius: 50%;
  border: 2px solid #fff;
}

.header-user-mymenu-pulldown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
}

/******************************

 Gnavi

******************************/
.gnavi {
  margin: 15px 0 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .gnavi {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    margin-top: 55px;
    border-bottom-color: #ebebeb;
    background-color: #fff;
  }
}
.gnavi-wrapper {
  display: table;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 900px) {
  .gnavi-wrapper {
    display: block;
    padding: 0;
  }
}
.gnavi-item {
  display: table-cell;
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .gnavi-item {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item {
    display: block;
    text-align: left;
  }
  .gnavi-item + .gnavi-item {
    border-top: 1px solid #ebebeb;
  }
  .gnavi-item.gnavi-item-mymenu > a {
    display: table;
    width: 100%;
    padding-left: 8px;
  }
}
.gnavi-item-mymenu, .gnavi-item-help, .gnavi-item-logout {
  display: none;
}

@media screen and (max-width: 900px) {
  .gnavi-item-mymenu {
    display: block;
    font-size: 11px;
  }

  .gnavi-item-mymenu-item {
    display: table-cell;
    vertical-align: middle;
  }

  .gnavi-item-mymenu-img {
    width: 44px;
    padding-right: 15px;
  }
  .gnavi-item-mymenu-img > img {
    border-radius: 50%;
  }

  .gnavi-item-mymenu-edit {
    color: #bebebe;
    text-align: right;
  }
  .gnavi-item-mymenu-edit::after {
    content: "\f040";
    margin-left: 4px;
    font-family: FontAwesome;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item-help {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item-logout {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item-top > a::before {
    content: "\f015";
  }

  .gnavi-item-internship > a::before {
    content: "\f0b1";
  }

  .gnavi-item-event > a::before {
    content: "\f024";
  }

  .gnavi-item-company > a::before {
    content: "\f1ad";
  }

  .gnavi-item-mail > a::before {
    content: "\f0e0";
  }

  .gnavi-item-connected > a::before {
    content: "\f1e6";
  }

  .gnavi-item-magazine > a::before {
    content: "\f02d";
  }

  .gnavi-item-help > a::before {
    content: "\f059";
  }

  .gnavi-item-logout > a::before {
    content: "\f08b";
  }
}
.gnavi-item > a {
  display: block;
  padding-bottom: 18px;
}
.gnavi-item > a:hover {
  position: relative;
  opacity: 1;
}
.gnavi-item > a:hover::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  width: 30px;
  height: 5px;
  content: "";
  transform: translate(-50%, -50%);
  background-color: #ff5555;
}

@media screen and (max-width: 900px) {
  .gnavi-item > a {
    position: relative;
    padding: 3% 3% 3% 33px;
  }
  .gnavi-item > a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 9px;
    color: #bebebe;
    font-family: FontAwesome;
    transform: translate(0, -50%);
  }
}
.gnavi-item-linkText {
  display: block;
  position: relative;
  padding: 3px 20px;
}
.gnavi-item-linkText > span {
  color: #a3a3a3;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .gnavi-item-linkText {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item-linkText > span {
    display: none;
  }
}
.gnavi-item.is-current > a {
  position: relative;
}
.gnavi-item.is-current > a::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  width: 30px;
  height: 5px;
  content: "";
  transform: translate(-50%, -50%);
  background-color: #ff5555;
}
.gnavi-item:not(:nth-child(2)) .gnavi-item-linkText::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #ccc;
}

@media screen and (max-width: 900px) {
  .gnavi-item.is-current > a::after {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item:not(:nth-child(2)) .gnavi-item-linkText::before {
    content: none;
  }
}
/******************************

 Breadcrumb

******************************/
/******************************

 Pagetop

******************************/
/******************************

 Footer

******************************/
.footer {
  background-color: #eee;
  border-top: 1px solid #d8d8d8;
}

.footer-inner {
  display: table;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-logo, .footer-links {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .footer-logo, .footer-links {
    display: block;
  }

  .footer-logo a, .footer-links a {
    font-size: 10px;
  }
}
.footer-logo {
  padding-right: 35px;
}

@media screen and (max-width: 640px) {
  .footer-logo {
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }
}
.footer-links {
  width: 83%;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .footer-links {
    width: 100%;
    padding: 0;
  }
}
.footer-links-top, .footer-links-bottom {
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .footer-links-top, .footer-links-bottom {
    text-align: center;
  }
}
.footer-links-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #b1b1b1;
}

@media screen and (max-width: 640px) {
  .footer-links-top {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer-links-bottom {
  position: relative;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .footer-links-bottom > ul {
    margin-bottom: 15px;
  }
}
.footer-links-item {
  display: inline-block;
  font-size: 13px;
}
.footer-links-item:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #bcbcbc;
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .footer-links-item {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .footer-links-item {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .footer-links-item > a {
    padding: 2px 0;
  }
}
.footer-links-func {
  display: table;
}

@media screen and (max-width: 640px) {
  .footer-links-func {
    display: block;
    position: static;
  }
}
.footer-social, .footer-copyright {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .footer-social, .footer-copyright {
    display: block;
  }
}
.footer-social {
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .footer-social {
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.footer-social-item {
  display: inline-block;
}
.footer-social-item + .footer-social-item {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .footer-social-item > a {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }
  .footer-social-item img[class^="sp"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer-social-item-facebook > a {
  background-color: #3b5998;
}

.footer-social-item-twitter > a {
  background-color: #55acee;
}

.footer-social-item-line > a {
  background-color: #00c300;
}

.footer-copyright {
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .footer-copyright {
    text-align: center;
  }
}
/******************************

 Contents

******************************/
/* main
--------------------------- */
/* side
--------------------------- */
.contents-wrapper {
  display: block;
  margin-top:10px;
}

/* contents
--------------------------- */
.contents {
  max-width: 980px;
  margin: 0 auto 90px;
  padding: 0 10px;
}

@media screen and (max-width: 900px) {
  .contents {
    width: 100%;
    margin-bottom: 50px;
  }
}
/******************************

 Parts

******************************/
/* caution
--------------------------- */
.caution {
  margin-bottom: 20px;
  padding: 20px 1.25%;
  color: #ff5555;
  background-color: #eee;
}

@media screen and (max-width: 640px) {
  .caution {
    padding-left: 3.333%;
    padding-right: 3.333%;
  }
}
.caution-detail {
  position: relative;
  padding-left: 28px;
}
.caution-detail::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url(http://1katsu.jp/assets/images/caution_caution-text_icon-caution_01.png) no-repeat 0 0;
  background-size: cover;
}

/* heading
--------------------------- */
/* clearfix
--------------------------- */
.header-user::after {
  display: block;
  content: "";
  clear: both;
}

/* display
--------------------------- */
.pcDisplay-block {
  display: block;
}

@media screen and (max-width: 640px) {
  .pcDisplay-block {
    display: none;
  }
}
.spDisplay-block {
  display: none;
}

@media screen and (max-width: 640px) {
  .spDisplay-block {
    display: block;
  }
}
/* infoDetailTable
--------------------------- */
/* event-item
--------------------------- */
/* btn
--------------------------- */
/* arrowLink
--------------------------- */
/* radio
  --------------------------- */
/* checkbox
--------------------------- */
/* pulldown
--------------------------- */
.pulldown {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 1px 2px 6px 0px rgba(132, 132, 132, 0.6);
  transition: all 0.5s ease-out;
}
.pulldown::before {
  position: absolute;
  top: -7px;
  right: 10px;
  content: "";
  border-bottom: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pulldown a {
  display: block;
  color: #4a4a4a;
}

.pulldown-item {
  white-space: nowrap;
}
.pulldown-item > a {
  padding: 10px;
}
.pulldown-item > a:hover {
  background-color: #eee;
}

/* connected
--------------------------- */
/* info
--------------------------- */
/* internship
--------------------------- */
/* tabs
--------------------------- */
/* pager
--------------------------- */
body.top {
  /* main
  --------------------------- */
  /* side
  --------------------------- */
  /* mail
  --------------------------- */
  /* event
  --------------------------- */
  /* corporate
  --------------------------- */
  /* magazine
  --------------------------- */
  /* connected
  --------------------------- */
}

@media screen and (max-width: 900px) {
  body.top .contents-wrapper {
    margin-top: 72px;
  }
}
/******************************

 Mail

******************************/
/******************************

Connected

******************************/
/* pulldown
--------------------------- */
.pulldown::before {
  right: 12px;
}

/* modal
--------------------------- */
/******************************

Mypage

******************************/
.mypage input[type="text"]:-ms-input-placeholder, .mypage input[type="email"]:-ms-input-placeholder {
  color: #a9a9a9;
}

/******************************

Internship

******************************/
/*** uncss> filename: src/css/styles.css ***/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, h1, h2, p, img, small, ul, li, footer, header, nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

footer, header {
  display: block;
}

nav {
  display: block;
}
nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* change colours to suit your needs */
/* change border colour to suit your needs */
input {
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

/******************************

 media quaries

******************************/
/******************************

 Parts

******************************/
/******************************

 Base Styles

******************************/
/******************************

 Breakpoints

******************************/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("http://1katsu.jp/assets/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("http://1katsu.jp/assets/fonts/fontawesome-webfont.eot#iefix&v=4.6.3") format("embedded-opentype"), url("http://1katsu.jp/assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("http://1katsu.jp/assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("http://1katsu.jp/assets/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("http://1katsu.jp/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("http://1katsu.jp/assets/stylesheets/fonts/slick.eot");
  src: url("http://1katsu.jp/assets/stylesheets/fonts/slick.eot#iefix") format("embedded-opentype"), url("http://1katsu.jp/assets/stylesheets/fonts/slick.woff") format("woff"), url("http://1katsu.jp/assets/stylesheets/fonts/slick.ttf") format("truetype"), url("http://1katsu.jp/assets/stylesheets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
/* Magnific Popup CSS */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Main image in popup */
/* The shadow behind the image */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
}
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*, ::after, ::before {
  box-sizing: inherit;
}

body {
  color: #4a4a4a;
  font: 13px/1.5 "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #4a4a4a;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
  visibility: hidden;
}
input:hover {
  opacity: .7;
}

/******************************

 Header

******************************/
.header {
  background-color: #ff5555;
}

@media screen and (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
}
.header-hamburger {
  display: none;
}

@media screen and (max-width: 900px) {
  .header-hamburger {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
  }

  .header-hamburger-inner {
    position: relative;
    width: 20px;
    height: 20px;
    top: 0;
    cursor: pointer;
  }

  .header-hamburger-bar {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: all 0.25s ease-out;
  }

  .header-hamburger-bar01 {
    top: 0;
  }

  .header-hamburger-bar02 {
    top: 7px;
  }

  .header-hamburger-bar03 {
    top: 14px;
  }
}
.header-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 7px 10px 10px;
  color: #fff;
}
.header-inner a {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .header-inner {
    width: 100%;
  }
}
.header-logo {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .header-logo {
    margin-left: 35px;
  }

  .header-logo-img {
    width: 90px;
    height: auto;
  }
}
.header-logo-text {
  font-size: 11px;
  margin-bottom: 3px;
}

.header-user {
  display: table;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 900px) {
  .header-user {
    right: 35px;
  }
}
.header-user-mail {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.header-user-mail > a:hover {
  opacity: 1;
}
.header-user-mail > a::after {
  display: block;
  position: absolute;
  top: -5px;
  right: -22px;
  content: attr(data-mail);
  padding: 1px 3px;
  font-size: 11px;
  font-weight: bold;
  background-color: #1380d2;
  border-radius: 10px;
  border: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .header-user-mail > a::after {
    top: -10px;
    font-size: 10px;
  }
}
.header-user-mymenu {
  position: relative;
  margin-left: 40px;
  padding: 4px 0;
}

@media screen and (max-width: 900px) {
  .header-user-mymenu {
    display: none;
  }
}
.header-user-mymenu-name, .header-user-mymenu-icon {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

.header-user-mymenu-name {
  font-size: 14px;
}

.header-user-mymenu-icon {
  cursor: pointer;
}

.header-user-mymenu img {
  border-radius: 50%;
  border: 2px solid #fff;
}

.header-user-mymenu-pulldown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
}

/******************************

 Gnavi

******************************/
.gnavi {
  margin: 15px 0 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .gnavi {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    margin-top: 55px;
    border-bottom-color: #ebebeb;
    background-color: #fff;
  }
}
.gnavi-wrapper {
  display: table;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 900px) {
  .gnavi-wrapper {
    display: block;
    padding: 0;
  }
}
.gnavi-item {
  display: table-cell;
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .gnavi-item {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item {
    display: block;
    text-align: left;
  }
  .gnavi-item + .gnavi-item {
    border-top: 1px solid #ebebeb;
  }
  .gnavi-item.gnavi-item-mymenu > a {
    display: table;
    width: 100%;
    padding-left: 8px;
  }
}
.gnavi-item-mymenu, .gnavi-item-help, .gnavi-item-logout {
  display: none;
}

@media screen and (max-width: 900px) {
  .gnavi-item-mymenu {
    display: block;
    font-size: 11px;
  }

  .gnavi-item-mymenu-item {
    display: table-cell;
    vertical-align: middle;
  }

  .gnavi-item-mymenu-img {
    width: 44px;
    padding-right: 15px;
  }
  .gnavi-item-mymenu-img > img {
    border-radius: 50%;
  }

  .gnavi-item-mymenu-edit {
    color: #bebebe;
    text-align: right;
  }
  .gnavi-item-mymenu-edit::after {
    content: "\f040";
    margin-left: 4px;
    font-family: FontAwesome;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item-help {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item-logout {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item-top > a::before {
    content: "\f015";
  }

  .gnavi-item-internship > a::before {
    content: "\f0b1";
  }

  .gnavi-item-event > a::before {
    content: "\f024";
  }

  .gnavi-item-company > a::before {
    content: "\f1ad";
  }

  .gnavi-item-mail > a::before {
    content: "\f0e0";
  }

  .gnavi-item-connected > a::before {
    content: "\f1e6";
  }

  .gnavi-item-magazine > a::before {
    content: "\f02d";
  }

  .gnavi-item-help > a::before {
    content: "\f059";
  }

  .gnavi-item-logout > a::before {
    content: "\f08b";
  }
}
.gnavi-item > a {
  display: block;
  padding-bottom: 18px;
}
.gnavi-item > a:hover {
  position: relative;
  opacity: 1;
}
.gnavi-item > a:hover::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  width: 30px;
  height: 5px;
  content: "";
  transform: translate(-50%, -50%);
  background-color: #ff5555;
}

@media screen and (max-width: 900px) {
  .gnavi-item > a {
    position: relative;
    padding: 3% 3% 3% 33px;
  }
  .gnavi-item > a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 9px;
    color: #bebebe;
    font-family: FontAwesome;
    transform: translate(0, -50%);
  }
}
.gnavi-item-linkText {
  display: block;
  position: relative;
  padding: 3px 20px;
}
.gnavi-item-linkText > span {
  color: #a3a3a3;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .gnavi-item-linkText {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item-linkText > span {
    display: none;
  }
}
.gnavi-item.is-current > a {
  position: relative;
}
.gnavi-item.is-current > a::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  width: 30px;
  height: 5px;
  content: "";
  transform: translate(-50%, -50%);
  background-color: #ff5555;
}
.gnavi-item:not(:nth-child(2)) .gnavi-item-linkText::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #ccc;
}

@media screen and (max-width: 900px) {
  .gnavi-item.is-current > a::after {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .gnavi-item:not(:nth-child(2)) .gnavi-item-linkText::before {
    content: none;
  }
}
/******************************

 Breadcrumb

******************************/
/******************************

 Pagetop

******************************/
/******************************

 Footer

******************************/
.footer {
  background-color: #eee;
  border-top: 1px solid #d8d8d8;
}

.footer-inner {
  display: table;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-logo, .footer-links {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .footer-logo, .footer-links {
    display: block;
  }

  .footer-logo a, .footer-links a {
    font-size: 10px;
  }
}
.footer-logo {
  padding-right: 35px;
}

@media screen and (max-width: 640px) {
  .footer-logo {
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }
}
.footer-links {
  width: 83%;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .footer-links {
    width: 100%;
    padding: 0;
  }
}
.footer-links-top, .footer-links-bottom {
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .footer-links-top, .footer-links-bottom {
    text-align: center;
  }
}
.footer-links-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #b1b1b1;
}

@media screen and (max-width: 640px) {
  .footer-links-top {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer-links-bottom {
  position: relative;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .footer-links-bottom > ul {
    margin-bottom: 15px;
  }
}
.footer-links-item {
  display: inline-block;
  font-size: 13px;
}
.footer-links-item:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #bcbcbc;
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .footer-links-item {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .footer-links-item {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .footer-links-item > a {
    padding: 2px 0;
  }
}
.footer-links-func {
  display: table;
}

@media screen and (max-width: 640px) {
  .footer-links-func {
    display: block;
    position: static;
  }
}
.footer-social, .footer-copyright {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .footer-social, .footer-copyright {
    display: block;
  }
}
.footer-social {
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .footer-social {
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.footer-social-item {
  display: inline-block;
}
.footer-social-item + .footer-social-item {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .footer-social-item > a {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }
  .footer-social-item img[class^="sp"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer-social-item-facebook > a {
  background-color: #3b5998;
}

.footer-social-item-twitter > a {
  background-color: #55acee;
}

.footer-social-item-line > a {
  background-color: #00c300;
}

.footer-copyright {
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .footer-copyright {
    text-align: center;
  }
}
/******************************

 Contents

******************************/
/* main
--------------------------- */
/* side
--------------------------- */
.contents-wrapper {
  display: block;
}

/* contents
--------------------------- */
/******************************

 Parts

******************************/
/* caution
--------------------------- */
.caution {
  margin-bottom: 20px;
  padding: 20px 1.25%;
  color: #ff5555;
  background-color: #eee;
}

@media screen and (max-width: 640px) {
  .caution {
    padding-left: 3.333%;
    padding-right: 3.333%;
  }
}
.caution-detail {
  position: relative;
  padding-left: 28px;
}
.caution-detail::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url(http://1katsu.jp/assets/images/caution_caution-text_icon-caution_01.png) no-repeat 0 0;
  background-size: cover;
}

/* heading
--------------------------- */
.heading01 {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
}
.heading01::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #ff5555;
}

/* clearfix
--------------------------- */
.header-user::after {
  display: block;
  content: "";
  clear: both;
}

/* display
--------------------------- */
.pcDisplay-block {
  display: block;
}

@media screen and (max-width: 640px) {
  .pcDisplay-block {
    display: none;
  }
}
.spDisplay-block {
  display: none;
}

@media screen and (max-width: 640px) {
  .spDisplay-block {
    display: block;
  }
}
/* infoDetailTable
--------------------------- */
/* event-item
--------------------------- */
/* btn
--------------------------- */
.btn01 > a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #ff5555;
  border-radius: 4px;
}
.btn01 > a:hover {
  text-decoration: none;
  opacity: .7;
}

/* arrowLink
--------------------------- */
/* radio
  --------------------------- */
/* checkbox
--------------------------- */
/* pulldown
--------------------------- */
.pulldown {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 1px 2px 6px 0px rgba(132, 132, 132, 0.6);
  transition: all 0.5s ease-out;
}
.pulldown::before {
  position: absolute;
  top: -7px;
  right: 10px;
  content: "";
  border-bottom: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pulldown a {
  display: block;
  color: #4a4a4a;
}

.pulldown-item {
  white-space: nowrap;
}
.pulldown-item > a {
  padding: 10px;
}
.pulldown-item > a:hover {
  background-color: #eee;
}

/* connected
--------------------------- */
/* info
--------------------------- */
/* internship
--------------------------- */
/* tabs
--------------------------- */
/* pager
--------------------------- */
body.top {
  /* main
  --------------------------- */
  /* side
  --------------------------- */
  /* mail
  --------------------------- */
  /* event
  --------------------------- */
  /* corporate
  --------------------------- */
  /* magazine
  --------------------------- */
  /* connected
  --------------------------- */
}

@media screen and (max-width: 900px) {
  body.top .contents-wrapper {
    margin-top: 72px;
  }
}
/******************************

 Mail

******************************/
/******************************

Connected

******************************/
/* pulldown
--------------------------- */
.pulldown::before {
  right: 12px;
}

/* modal
--------------------------- */
/******************************

Mypage

******************************/
.mypage input[type="text"]:-ms-input-placeholder, .mypage input[type="email"]:-ms-input-placeholder {
  color: #a9a9a9;
}

/******************************

Internship

******************************/
.home-login {
  width: 400px;
  margin: 50px auto;
}
.home-login input[type="text"], .home-login input[type="password"] {
  padding: .6em .5em;
  width: 100%;
  border: solid 1px #c0c0c0;
  border-radius: 5px;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 25px;
}
.home-login .forget {
  text-align: center;
  margin-bottom: 5px;
}
.home-login .forget a {
  color: #ff5555;
}

@media screen and (max-width: 400px) {
  .home-login {
    width: 90%;
  }
}
.signup-fb {
    background: #3B5998;
    margin-top:20px !important;
}
.signup-tw {
    background: #00aced;
}
.signup-go {
    background: #db4a39;
}
.signup-fb,  .signup-tw,  .signup-go {
    text-align: center;
    color: #FFF;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin: 0 auto 5px auto;
    font-size: 12px;
    display: table;
}
.table {
    display: table-cell;
    vertical-align: middle;
}
.mail-ok {
  text-align: center;
  font-weight: bold;
  font-size: 20px;margin-top:30px;
}
.mail-ok-txt {
  text-align: center;
  margin:30px 0;
}
.mail-ok-txt a {
  color:#FF5555;
}
.signup-miss-box {
  position: relative; }
  .signup-miss-box input[type=text] {
    background: #FFD1D1; }
  .signup-miss-box .signup-miss {
    position: absolute;
    top: 33px;
    left: 0;
    background: #ff5555;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 7px;
    z-index: 99;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
    .signup-miss-box .signup-miss i {
      display: inline-block;
      margin-right: 5px; }
    .signup-miss-box .signup-miss:after {
      position: absolute;
      top: -9px;
      left: 13px;
      content: "▲";
      color: #ff5555; }