@charset "utf-8";

#header_menu {
    position: relative;
    width: 1400px;
    max-width: 1400px;
    height: 80px;
    z-index: 100;
    margin: auto;
}
#header_menu .header_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header_menu .header_wrap .header_menu a {
    text-decoration: none;
    color: #000000;
}
#header_menu .header_wrap #dropmenu{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
#header_menu .header_wrap #dropmenu .header_menu {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 24px;
    width: 120px;
}
#header_menu .header_wrap #dropmenu .header_menu:last-child {
    margin-right: 0;
}
#header_menu .header_wrap #dropmenu .header_menu::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image:url(/images/common/header_big_category_arrow.svg);
    width: 9px;
    height: 10px;
}
#header_menu .header_wrap #dropmenu li a {
  display: block;
  margin: 0;
  line-height: 1;
  text-decoration: none;
}
#header_menu .header_wrap #dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
}
#header_menu .header_wrap #dropmenu .header_menu ul li{
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 0;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
#header_menu .header_wrap #dropmenu .header_menu ul li a{
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    opacity: 1;
    padding: 0 20px 0 32px;
    box-sizing: border-box;
    text-align: left;
}
#header_menu .header_wrap #dropmenu .header_menu ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image:url(/images/common/header_small_category_arrow.svg);
    width: 6px;
    height: 9px;
}
#header_menu .header_wrap #dropmenu .header_menu ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    border-bottom: solid 1px #dcdcdc;
}
#header_menu .header_wrap #dropmenu .header_menu ul li a:hover {
  background: #EBF5FF;
}
#header_menu .header_wrap #dropmenu .header_menu ul li:last-child a:after {
    border: none;
}
#header_menu .header_wrap #dropmenu li:hover ul li{
  height: 60px;
}
#header_menu .header_wrap #dropmenu .header_menu.recruit_menu .menu_border {
    width: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
#header_menu .header_wrap #dropmenu .recruit_menu .menu_border {
    position: relative;
}
#header_menu .header_wrap #dropmenu .recruit_menu .menu_border:first-child::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 0;
    background-color:#cacacc;
    height: 1px;
    width: 100%;
    display: inline-block;
    z-index: 100;
}

small{
    font-size: 11px;
}

a img:hover{
    opacity: 0.8;
}

.footer_wrap{
    clear: both;
    height: 200px;
    background-color: #222222;
    min-width: 1400px;
}
.footer_wrap p{
    color: #c6c6c6;
}
.footer_wrap ul{
    height: 30px;
    padding: 30px 0 50px 0;
    margin-bottom: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.footer_wrap ul li{
    color: #c6c6c6;
    display: flex;
    justify-content: center;
    width: 170px;
    height: 20px;
    font-size: 14px;
    position: relative;
    text-align: center;
}
.footer_wrap ul li:last-child {
    width: 200px;
}
.footer_wrap ul li a{
    color: #c6c6c6;
    text-decoration: none;
}
.footer_wrap ul li a:before {
    content: '';
    background-image: url(/images/common/footer_arrow.svg);
    width: 7px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}
.footer_wrap div{
    max-width: 1400px;
    margin: 0 auto;
}
.footer_logo {
    margin-right: 12px;
}



/*　パンくず　*/
.topicpath{
  position: relative;
  text-align: left;
  color: #d4d4d4;
  bottom: 330px;
  left: 20px;
  letter-spacing: 1px;
  font-size: 11px;
}
.topicpath_led {
    bottom: 480px;
}
.topicpath a{
    color: #d4d4d4;
}
.topicpath img{
    margin-bottom: 2px;
}




.contents_wrap{
    width: 1400px;
    margin-left: auto;
    margin-right: auto; 
}
.wrap_inner{
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}



.b-btm{
    border-bottom: 1px solid #dddddd;
}

.skewed-bg {
    z-index: -9999;
    background: #f6f6f6;
    padding: 174px 0;
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
    margin-top: -710px;
    min-width: 1400px;
    position: relative;
}
#about  .skewed-bg {
    margin-top: -646px;
}
#history  .skewed-bg {
    margin-top: -642px;
}
#message  .skewed-bg {
    margin-top: -640px;
}
#gift .skewed-bg {
    margin-top: -718px;
}