@charset "UTF-8";

/*
Theme Name:		株式会社エイワ
Theme URI:		https://www.eiwa-recruit.com/
Author:			O-GOE
*/
/********** header **********/
h1 {
  background: url(../images/common/logo.svg) no-repeat;
}

header {
  width: 100%;
  background-color: #E88813;
  height: 70px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

.header__menu_text a {
  color: #fff;
  line-height: 120%;
  font-size: 100%;
}

.header__menu_entry a {
  background-color: #fff;
  color: #e22b33;
  font-weight: bold;
  font-size: 120%;
  line-height: 100%;
}

.header__menu_text a:hover {
  color: #e22b33;
  background-color: #fff;
}
.header__menu_entry a:hover {
  background-color: #e22b33;
  color: #fff;
}

.header__menu>ul>li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 100%;
  border-left: 1px solid #ffffff;
}
.dropdwn_menu{
    width: 100%;
    display: none;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    border-top: dotted 1px #4d464a;
}

.dropdwn_menu li{
    width: 100%;
}

.dropdwn_menu li a{
    display: block;
    color: #fff;
    color: #4d464a;
    border-bottom: dotted 1px #4d464a;
    padding: 5%;
}

.dropdwn_menu li a:hover{
    background: #e22b33;
    color: #fff;
    text-decoration: none;
}
/********** スマホメニュー **********/
#nav-toggle span {
  background: #ffffff;
}

/********** コンテンツ **********/

html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.contents__wrapper {
  margin-top: 15%;
  flex: 1;
}
.contents__wrapper span {
  font-size: 200%;
  font-weight: bold;
  padding-bottom: 1%;
}
.contents__wrapper p {
  font-size: 120%;
  margin-top: 5%;
}
@media screen and (min-width: 0px) and (max-width: 749px) {
  header {
    height: 60px;
  }
}
