body {
  line-height: 1.7;
  letter-spacing: .1em;
}

/* サイト共通ヘッダー/フッター */

.header {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #c4c4c4;
}

.header img[src$=".svg"] {
  width: 100%;
}

.header svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width:768px) {
  .common-sp_menu_blank {
    padding-top: 50px;
  }
}

@media screen and (max-width:768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.logo-btn {
  line-height: 0;
  padding: 19px 22px;
  width: 160px;
  display: block;
  box-sizing: content-box;
}

@media screen and (max-width:768px) {
  .logo-btn {
    width: 30.666666666666664vw;
    padding: 0 0 0 2.666666666666667vw
  }
}

.header-gnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

@media screen and (max-width:768px) {
  .header-gnav {
    position: static
  }
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gnav-list-child {
  margin-left: 1px;
}

@media screen and (max-width:768px) {
  .gnav-list-child.header-menu-toggle {
    width: 50px
  }
}

.header-menu-toggle-btn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.header-menu-toggle-btn .line {
  width: 50%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.header-menu-toggle-btn .line:before, .header-menu-toggle-btn .line:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s
}

.header-menu-toggle-btn .line:before {
  top: -7px
}

.header-menu-toggle-btn .line:after {
  top: 7px
}

.header-menu-toggle-btn.menuOpen .line {
  background-color: transparent;
}

.header-menu-toggle-btn.menuOpen .line:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header-menu-toggle-btn.menuOpen .line:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.gnav-list-child-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 83px;
  height: 52px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .gnav-list-child-btn {
    height: 50px;
    width: 16.53333333333333vw;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.gnav-list-child-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  height: auto
}

.gnav-list-child-btn.explanation {
  background-color: #ed8a86;
  font-size: 12px;
}

@media screen and (max-width:768px) {
  .gnav-list-child-btn.explanation {
    font-size: 2.666666666666667vw;
    letter-spacing: 0
  }
}

.gnav-list-child-btn.internship {
  background-color: #ed80ac;
  font-size: 10px;
  letter-spacing: -0.02em;
  text-align: center;
}

@media screen and (max-width:768px) {
  .gnav-list-child-btn.internship {
    padding: 0 3px;
    font-size: 1.87vw;
  }
}

.gnav-list-child-btn.internship .btn {
  width: 64px
}

.gnav-list-child-btn.entry {
  background-color: #e0568e;
  font-size: 10px;
  letter-spacing: -0.02em;
  text-align: center;
}

@media screen and (max-width:768px) {
  .gnav-list-child-btn.entry {
    font-size: 1.87vw;
  }
}

.gnav-list-child-btn.entry .btn {
  width: 34px;
}

@media screen and (max-width:768px) {
  .gnav-list-child-btn.entry .btn {
    width: 7.466666666666668vw
  }
}

.header-menu {
  position: absolute;
  top: 66px;
  left: 0;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.98);
  width: 175px;
  z-index: 100;
  display: none;
}

@media (min-width:769px) {
  .header-menu.fixed {
    position: fixed;
    top: 0
  }
}

@media screen and (max-width:768px) {
  .header-menu {
    position: fixed;
    width: 100%;
    top: 51px;
    bottom: 0;
    background-color: #e0568e;
    padding: 8vw 0;
    display: none
  }
}

.menu-list-child-btn {
  display: block;
  color: #333;
  padding: 6px 0 6px 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width:769px) {
  .menu-list-child-btn .svg path {
    -webkit-transition: .3s;
    transition: .3s
  }
  .menu-list-child-btn .window-black:before, .menu-list-child-btn .window-black:after {
    -webkit-transition: .5s;
    transition: .5s
  }
  .menu-list-child-btn:hover {
    color: #e0568e;
  }
  .menu-list-child-btn:hover .window-black:before, .menu-list-child-btn:hover .window-black:after {
    border-color: #e0568e
  }
  .menu-list-child-btn:hover .svg path {
    fill: #e0568e
  }
}

@media screen and (max-width:768px) {
  .menu-list-child-btn {
    padding: 4vw 7.466666666666668vw
  }
}

.menu-list-child-btn .svg {
  position: relative;
  height: 22px;
}

@media screen and (max-width:768px) {
  .menu-list-child-btn .svg {
    height: 2rem
  }
  .menu-list-child-btn .svg path {
    fill: #fff
  }
}

.menu-list-child-btn .txt {
  font-size: 11px;
}

@media screen and (max-width:768px) {
  .menu-list-child-btn .txt {
    color: #fff;
    font-size: 3.2vw
  }
}

.menu-list-child-btn.top .svg {
  width: 31px;
}

@media screen and (max-width:768px) {
  .menu-list-child-btn.top .svg {
    width: 10.266666666666667vw
  }
}

.menu-list-child-btn.about .svg {
  width: 54px;
}

@media screen and (max-width:768px) {
  .menu-list-child-btn.about .svg {
    width: 18.133333333333333vw
  }
}

.menu-list-child-btn.interview .svg {
  width: 91px;
}

@media screen and (max-width:768px) {
  .menu-list-child-btn.interview .svg {
    width: 30.4vw
  }
}

.menu-list-child-btn.recruit .svg {
  width: 71px;
}

@media screen and (max-width:768px) {
  .menu-list-child-btn.recruit .svg {
    width: 23.599999999999998vw
  }
}

.menu-list-child-btn.shoplist .svg {
  width: 80px;
}

@media screen and (max-width:768px) {
  .menu-list-child-btn.shoplist .svg {
    width: 26.666666666666668vw
  }
}

.menu-list-child-btn.company .svg {
  width: 79px;
}

@media screen and (max-width:768px) {
  .menu-list-child-btn.company .svg {
    width: 26.266666666666666vw
  }
}

.menu-list-child-btn.privacy_policy {
  color: #fff;
  font-size: 4vw
}

.window-black {
  margin-left: 5px;
  display: inline-block;
  width: 13px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.window-black:before, .window-black:after {
  content: '';
  width: 8px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #707070;
  position: absolute;
}

@media screen and (max-width:768px) {
  .window-black:before, .window-black:after {
    background-color: #e0568e;
    border-color: #fff
  }
}

.window-black:before {
  bottom: 0;
  left: 0
}

.window-black:after {
  top: 0;
  right: 0
}

.footer {
  text-align: right;
  border-top: 1px solid #c4c4c4;
  padding: 15px 15px 20px;
}

@media screen and (max-width:768px) {
  .footer {
    padding: 18px 10px 15px;
    text-align: center
  }
}

.footer-privacy_policy-btn {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
  padding-right: 10px;
}

.footer-privacy_policy-btn:before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #e0568e;
  border-right: 1px solid #e0568e;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

@media screen and (max-width:768px) {
  .footer-privacy_policy-btn {
    margin-bottom: 15px
  }
}

.footer-copywrite {
  font-size: 10px;
}

@media screen and (max-width:768px) {
  .footer-copywrite {
    letter-spacing: 0;
    font-size: 2.666666666666667vw
  }
}