@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

#loader-bk {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 5;
}

#loader {
  position: absolute;
  width: 20vw;
  height: 20vw;
  max-width: 200px;
  max-height: 200px;
  min-width: 180px;
  min-height: 180px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#content_wrapper,
#content_wrapper_min {
  position: relative;
  min-height: 100%;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

.li-disc li {
  list-style: disc;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

h2 {
  margin: 4vw 0;
  position: relative;
  font-family: 'Squada One', cursive;
  font-size: 40px;
  text-align: center;
}

h2 .after {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin-top:  10px;
  position: relative;
  width: 140px;
  margin: 10px auto 0;
  background-color: #fff;
}
 
h2 .after:before {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 200px;
  left: -30px;
}

h3{
  margin: 4vw 0;
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
}

img {
  width: 100%;
  height: auto;
}

header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #e72b34;
  z-index: 4;
}

.flexbox {
  display: flex;
}

header .flexbox {
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
}

header .flexbox ul {
  padding: 1em 0;
}

header a {
  color: #fff;
}

.center_txt {
  text-align: center;
}

dl {
  overflow: hidden;
  font-size: 16px;
}

dt,
dd {
  float: left;
  padding: 6px;
}

dt {
  width: 20%;
  font-weight: 900;
  clear: both;
}

dd {
  width: 80%;
}

#menu {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

#menu h1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 150px;
  height: 17vw;
  max-height: 106px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 5px rgb(0 0 0 / 40%);
  top: 0;
  left: 0;
}

#header_min > div {
  margin: 0 auto;
}

#header_min h1 {
  position: relative;
  background: url(../images/logo.png?2022-1228-1529) no-repeat;
  background-size: 100%;
}

#menu h1 a {
  width: 90%;
}

#bnt_menu {
  display: none;
}

nav {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.25em;
}

nav li {
  padding-right: 2vw;
}

nav li:last-child {
  padding-right: 0;
}

nav li a {
  width: 100%;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

nav li a span {
  display: block;
  font-size: 0.7em;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: normal;
}

nav li a {
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100% /var(--d, 0) 1px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
}

nav li a:hover,
nav li a.current {
  --d: 100%;
  --p: 100%;
}

nav li a.current {
  pointer-events: none;
}

#recruiting {
  width: 20%;
  margin-top: 5px;
}

#recruiting p {
  display: table;
  width: 95%;
  height: 60px;
  margin: 0 auto;
}

#recruiting p a {
  display: table-cell;
  width: 100%;
  margin: auto;
  padding: 0 2em 0 0.6em;
  background: url(../images/icon_arrow.png) no-repeat right 0.65em center, #fff;
  background-size: 10px 14px;
  font-size: 0.8em;
  font-weight: 900;
  line-height: 1.2em;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  border: solid 4px #000;
}

.btn-common {
  text-align: center;
}

.slide-item .btn-common,
.btn-common a,
input.btn-common {
  position: relative;
  display: inline-block;
  max-width: 80%;
  min-width: 180px;
  margin: 15px auto;
  padding: 0 20px;
  background: transparent;
  font-family: "Squada One", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  border: solid 4px #000;
  cursor: pointer;
}

.slide-item .btn-common:hover,
.btn-common a:hover,
input.btn-common:hover,
input.btn-common.set {
  background: #000;
  color: #fff;
}

input.btn-common.set:hover {
  color: #e72b34;
}

#recruiting p:first-child a {
  border-bottom: none;
}

#recruiting p a:hover {
  background: url(../images/icon_arrow_white.png) no-repeat right 16px center, #000;
  background-size: 10px 14px;
  color: #fff;
}

header.fixed {
  position: fixed;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

/*//////////メインコンテンツ//////////*/

header+section {
  width: 90%;
  margin: 0 auto;
}

/*//////////フッター//////////*/

.footer-space {
  min-height: 250px;
}

.footer-wrapper {
  position: absolute;
  width: 100%;
  min-height: 210px;
  background: #e72b34;
  bottom: 0;
}

#footer_main {
  overflow: hidden;
  text-align: center;
}

#footer_btn_area {
  width: 100%;
}

#footer_btn_area ul {
  justify-content: center;
  width: 80%;
  height: 40px;
  margin: 50px auto;
}

#footer_btn_area li a,
.sns_list li a {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 1px;
  background: url(../images/icon_sns.png?2022-1228-1525) no-repeat, #fff;
  background-size: 280px 40px;
  text-indent: 100%;
  white-space: nowrap;
}

li:last-child a {
  margin-right: 0;
}

li.icon_twitter a,
.btn_feed li.icon_twitter a {
  background-position: 0 0;
}

li.icon_facebook a {
  background-position: -40px 0;
}

li.icon_googleplus a {
  background-position: -80px 0;
}

li.icon_ameblo a {
  background-position: -160px 0;
}

li.icon_youtube a {
  background-position: -120px 0;
}

li.icon_insta a {
  background-position: -200px 0;
}

li.icon_tictok a {
  background-position: -240px 0;
}

#footer_btn_area li a {
  margin-right: 8px;
}

#footer_btn_area li:last-child a {
  margin-right: 0;
}

#footer_btn_area li.icon_twitter a {
  background-color: transparent;
  background-position: 0 0;
}

#footer_btn_area li.icon_facebook a {
  background-color: transparent;
  background-position: -40px 0;
}

#footer_btn_area li.icon_youtube a {
  background-color: transparent;
  background-position: -120px 0;
}

#btn_pagetop {
  position: absolute;
  width: 46px;
  height: 100%;
  padding: 40px 0 14px 0;
  background: #000;
  color: #fff;
  font-family: 'Squada One';
  font-size: 14px;
  font-weight: 100;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  text-align: right;
  line-height: 46px;
  letter-spacing: 5px;
  cursor: pointer;
  top: 0;
  right: 0;
}

.btn_back a {
  position: relative;
  padding-left: 60px;
}

.btn_back a:before {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(../images/icon_signe.png) no-repeat;
  background-size: 200%;
  background-position: right;
  top: 0;
  bottom: 0;
  left: 20px;
  content: "";
}

.btn_back a:hover:before {
  -webkit-filter: invert(1);
  filter: invert(1);
}

#btn_pagetop:before {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(../images/icon_signe.png) no-repeat;
  background-size: 200%;
  top: 20px;
  left: 0;
  right: 0;
  content: "";
  transition-duration: 0.5s;
}

#btn_pagetop:hover:before {
  top: 9px;
}

#text_copyright {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}


/*//////////////////////////////    SPレイアウト    //////////////////////////////*/

@media screen and (max-width: 750px) {
  #content_wrapper {
    margin-top: 16vw;
  }
  h2 {
    padding: 35px 0;
  }
  header {
    position: relative;
    margin-top: 16vw;
  }
  header#header_min {
    margin-top: 0;
  }
  dt {
    width: 100%;
  }
  dt,
  dd {
    float: none;
    width: 100%;
    padding: 6px;
  }
  header {
    padding: 0;
  }
  #menu {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    background: #e72b34;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
  }
  #menu h1 {
    margin-left: 3vw;
  }
  #bnt_menu {
    position: absolute;
    display: block;
    width: 16vw;
    height: 16vw;
    background: #000;
    top: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
  }
  .menu_off:after,
  .menu_on:after {
    position: absolute;
    display: block;
    margin: auto;
    background: url(../images/icon_sine.png);
    background-size: 60px 54px;
    z-index: 10;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .menu_off:after {
    width: 23px;
    height: 18px;
    background-position: -37px 0;
  }
  .menu_on:after {
    width: 17px;
    height: 17px;
    background-position: -43px -18px;
  }
  header .flexbox {
    justify-content: space-between;
    width: 100%;
    height: 16vw;
  }
  header .flexbox ul {
    padding: 0;
  }  
  header nav.flexbox {
    position: fixed;
    width: 100%;
    z-index: 5;
  }
  nav.flexbox {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 16vw;
  }
  nav ul.flexbox {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  nav li {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  nav li a {
    position: static;
    display: block;
    height: auto;
    padding: 0.8em;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 1em;
    border-bottom: solid 1px #fff;
  }
  #recruiting {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #recruiting p {
    width: 100%;
  }
  #recruiting p a {
    background: #000;
    color: #fff;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  #recruiting p:first-child a {
    border-bottom: solid 1px #fff;
  }
  #recruiting p a:hover {
    background: #000;
    color: #fff;
  }
  #btn_pagetop {
    height: 46px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #btn_pagetop:before {
    top: 7px;
  }
  #btn_pagetop:hover:before {
    top: 7px;
  }
  
  /*//////////メインコンテンツ//////////*/
  h3 {
    margin: 8vw 0;
    padding: 0.5em 0.75em;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
  }
  
  .btn-common a {
    max-width: 100%;
  }
  /*//////////フッター//////////*/
  #footer_btn_area {
    margin-top: 10px;
  }
  #footer_btn_area_inner {
    height: 100px;
  }
  #footer_btn_area_inner ul {
    display: none;
  }
  #btn_pagetop {
    left: 0;
  }
  #copyright {
    padding: 15px 0;
  }
}

