@charset "UTF-8";
/*///////////*/
/*-- var ---*/
/*///////////*/
:root {
  --vh: 100vh;
  --re_vh: 100vh;
}

/*--- reset ---*/
html {
  /*position:relative; min-height:100%;*/
  font-size: 10px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
hr,
header,
footer,
nav,
aside,
section {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
th,
var {
  font-style: normal;
  font-weight: normal;
}

fieldset,
img,
abbr {
  border: 0;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

th,
td {
  margin: 0;
  padding: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption,
th {
  text-align: left;
  margin: auto;
}

object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

header,
footer,
main,
article,
section,
nav,
aside {
  display: block;
}

label {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
button:focus {
  outline: none;
}

hr {
  border: none;
  border-top: 1px #ccc solid;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #62aae9;
  text-decoration: none;
  outline: none;
}

/*//////////////*/
/*--- layout ---*/
/*//////////////*/
.container {
  max-width: 920px;
  padding-top: 0;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 16px;
  margin: 0 auto;
}
.container--mid {
  max-width: 792px;
}
.container--thin {
  max-width: 632px;
}

.lead-box {
  margin-bottom: 40px;
  line-height: 1.875;
}
.lead-box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .lead-box:before {
    margin-top: 0;
  }
}

.box {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.box--shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.box--round {
  border-radius: 6px;
}
.box--separate {
  margin-top: 8px;
}
.box--separate-action {
  padding: 24px;
  background-color: #fafafa;
}
.box--separate-action__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: -16px;
}
.box--separate-action__btns .btn {
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 16px;
}
.box--distance-short {
  margin-bottom: 24px;
}
.box--distance-mid {
  margin-bottom: 32px;
}
.box--distance-long {
  margin-bottom: 40px;
}
.box--distance-xlong {
  margin-bottom: 48px;
}
.box.yt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background-color: #f2be2e;
}
.box.yt.box--separate:before {
  height: 4px;
}
.box-header {
  padding: 4px 32px;
  background-color: #526474;
}
.box-header__label {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.container--mid .box-header {
  padding-right: 24px;
  padding-left: 24px;
}
.container--thin .box-header {
  padding-right: 24px;
  padding-left: 24px;
}
.box--in-half .box-header {
  padding-right: 16px;
  padding-left: 16px;
}
.box-header--large {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffffff;
  border: 1px #ccc solid;
  border-bottom: none;
}
.box-header--large .box-header__label {
  color: #000;
  font-size: 3.2rem;
}
.box-sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 32px;
  border: 1px #ccc solid;
}
.box-header + .box-sub-header {
  border-top: none;
}
.container--mid .box-sub-header {
  padding-right: 24px;
  padding-left: 24px;
}
.container--thin .box-sub-header {
  padding-right: 16px;
  padding-left: 16px;
}
.box--in-half .box-sub-header {
  padding-right: 16px;
  padding-left: 16px;
}
.box--separate.yt .box-sub-header {
  padding-top: 2px;
}
.box-sub-header--seamless {
  border-bottom: none;
}
.box-sub-header--seamless + .box-body {
  padding-top: 0;
}
.box-sub-header__label {
  flex: 0 0 auto;
  font-weight: 700;
}
.box-header + .box-sub-header .box-sub-header__label {
  font-weight: 500;
}
.box-sub-header-action {
  flex: 0 0 auto;
}
.box-sub-header-action.float-nav {
  position: static;
  transform: none;
}
.box-body {
  padding: 24px 32px;
  border: 1px #ccc solid;
}
.container--mid .box-body {
  padding-right: 24px;
  padding-left: 24px;
}
.container--thin .box-body {
  padding-right: 24px;
  padding-left: 24px;
}
.box--in-half .box-body {
  padding-right: 16px;
  padding-left: 16px;
}
.box--shadow .box-body {
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.box--spacious .box-body {
  padding: 32px 40px;
}
.box--round .box-body {
  border-radius: 6px;
}
.box-body.padd-0 {
  padding: 0;
}
.search-result--event .box-body {
  padding: 16px 0;
}
.box-sub-header + .box-body {
  border-top: none;
}
.box-body--bdt-none {
  border-top: none;
}

@media screen and (max-width: 999px) {
  .container {
    max-width: 750px;
  }
  .container--mid {
    max-width: 647px;
  }
  .container--thin {
    max-width: 532px;
  }
  .box--separate-action__btns {
    margin-right: -8px;
    margin-left: -8px;
  }
  .box--separate-action__btns .btn {
    margin-right: 8px;
    margin-left: 8px;
  }
  .box-header {
    padding: 6px 24px;
  }
  .box-header__label {
    font-size: 2rem;
  }
  .box-header--large {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .box-header--large .box-header__label {
    font-size: 3rem;
  }
  .box-sub-header {
    height: 40px;
    padding: 0 24px;
  }
  .box-body {
    padding: 16px 24px;
  }
  .box-body.padd-0 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 550px;
  }
  .lead-box {
    margin-bottom: 32px;
    line-height: 1.75;
  }
  .lead-box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
  }
  .box--distance-short {
    margin-bottom: 16px;
  }
  .box--distance-mid {
    margin-bottom: 24px;
  }
  .box--distance-long {
    margin-bottom: 32px;
  }
  .box--distance-xlong {
    margin-bottom: 40px;
  }
  .box-header--large .box-header__label {
    font-size: 2.8rem;
  }
  .search-cond .box-sub-header {
    padding: 0 16px;
  }
  .search-cond .box-body {
    padding: 16px 16px 24px;
  }
  .box--spacious .box-body {
    padding: 32px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .container--mid {
    max-width: 100%;
  }
  .container--thin {
    max-width: 100%;
  }
  .lead-box {
    padding: 0 16px;
  }
  .box--shadow {
    margin-right: 8px;
    margin-left: 8px;
  }
  .box--separate-action {
    padding: 16px;
  }
  .box--distance-mid {
    margin-bottom: 16px;
  }
  .box--distance-long {
    margin-bottom: 24px;
  }
  .box--distance-xlong {
    margin-bottom: 32px;
  }
  .box--list {
    margin-right: 8px;
    margin-left: 8px;
  }
  .box-header {
    padding: 4px 16px;
  }
  .box-header__label {
    font-size: 1.8rem;
  }
  .container--mid .box-header {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container--thin .box-header {
    padding-right: 16px;
    padding-left: 16px;
  }
  .box-header--large {
    padding-top: 16px;
    padding-bottom: 16px;
    border-right: none;
    border-left: none;
  }
  .box-header--large .box-header__label {
    font-size: 2.4rem;
  }
  .box-sub-header {
    padding: 0 16px;
    border-right: none;
    border-left: none;
  }
  .box-sub-header-action.float-nav {
    position: relative;
    top: 0;
    right: 0;
    margin-right: -8px;
  }
  .container--mid .box-sub-header {
    padding-right: 16px;
    padding-left: 16px;
  }
  .box-body {
    padding: 16px;
    border-right: none;
    border-left: none;
  }
  .container--mid .box-body {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container--thin .box-body {
    padding-right: 16px;
    padding-left: 16px;
  }
  .box--spacious .box-body {
    padding: 24px 16px;
  }
  .box--list .box-body {
    border-right: 1px #ccc solid;
    border-left: 1px #ccc solid;
  }
  .box-body.padd-0 {
    padding: 0;
  }
}

/*-------------*/
/*--- parts ---*/
/*-------------*/
hr {
  width: 100%;
  margin: 48px auto;
}
hr.divider {
  margin: 32px auto;
}

.item-label,
.info-details__head,
.form-parts-wrap__label {
  display: block;
  margin-bottom: 12px;
  color: #999;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.item-label:not(:nth-of-type(1)),
.info-details__head:not(:nth-of-type(1)),
.form-parts-wrap__label:not(:nth-of-type(1)) {
  margin-top: 24px;
}
.item-label--inline {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
}
.btn__label {
  color: #62aae9;
  font-size: 1.6rem;
  font-weight: 500;
}
.btn:hover {
  background-color: #fafafa;
}
.btn--blue {
  background-color: #62aae9;
}
.btn--blue .btn__label {
  color: #fff;
}
.btn--blue:hover {
  background-color: #3592e3;
}
.btn--red {
  background-color: #e96262;
}
.btn--red .btn__label {
  color: #fff;
}
.btn--red:hover {
  background-color: #e33535;
}
.btn--red-frame {
  border: 2px #e96262 solid;
}
.btn--red-frame .btn__label {
  color: #e96262;
  transition: color 0.2s;
}
.btn--red-frame:hover {
  background-color: #e96262;
}
.btn--red-frame:hover .btn__label {
  color: #ffffff;
}
.btn--small {
  height: 32px;
  padding: 0 16px;
}
.btn--small .btn__label {
  font-size: 1.4rem;
}

.info-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -12px -24px;
}
.info-details--nowrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 12px;
  column-gap: 12px;
  grid-row-gap: 20px;
  row-gap: 20px;
  margin: 0;
}
.info-details-group {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.info-details-group--half {
  width: 50%;
}
.info-details-group__in-three {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}
.info-details-group__in-three__innr {
  flex: 0 0 auto;
  width: 33.333333%;
  padding-right: 8px;
  padding-left: 8px;
}
.info-details-group--w-auto {
  flex: 1 1 auto;
  width: auto;
}
.info-details-group--no-grow {
  flex: 0 1 auto;
  width: auto;
}
.info-details-group--has-circle-anch {
  position: relative;
}
.info-details--nowrap .info-details__head {
  margin-bottom: 0;
}
.info-details--nowrap .info-details__head:not(:nth-of-type(1)) {
  margin-top: 0;
}
.info-details-group--has-circle-anch .info-details__head {
  padding-right: 48px;
}
.info-details__head--spacer:before {
  content: "\a0";
}
.info-details__head--black-label {
  color: #000;
  font-weight: 700;
}
.info-details__body {
  word-break: break-all;
  line-height: 1.5;
}
.info-details__body:before,
.info-details__body:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.info-details__body:before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.info-details__body:after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .info-details__body:before {
    margin-top: 0;
  }
  .info-details__body:after {
    margin-bottom: 0;
  }
}
.info-details__body--underline {
  padding-bottom: 12px;
  border-bottom: 1px #f0f0f0 solid;
}
.info-details--edit .info-details__body:before,
.info-details--edit .info-details__body:after {
  display: none;
}
.info-details-group--has-circle-anch .info-details__body {
  padding-right: 48px;
}
.info-details__body__circle-anch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 32px;
  height: 32px;
  padding-top: 2px;
  color: #526474;
  font-size: 1.3rem;
  background-color: #f3f3f3;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s;
}
.info-details__body__circle-anch:before {
  flex: 0 0 auto;
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 50%;
}
.info-details__body__circle-anch i {
  flex: 0 0 auto;
}
.info-details__body__circle-anch:hover {
  background-color: #e9e9e9;
}

.text-anch {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}
.text-anch--align-right {
  justify-content: flex-end;
}
.text-anch__btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 4px 8px;
  color: #62aae9;
  font-size: 1.4rem;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.text-anch__btn:not(:nth-last-of-type(1)) {
  margin-right: 8px;
}
.text-anch__btn i {
  flex: 0 0 auto;
  margin-right: 4px;
}
.text-anch__btn-label {
  flex: 0 0 auto;
  font-weight: 500;
}
.text-anch__btn-label + i {
  margin-right: 0;
  margin-left: 4px;
}
.text-anch__btn:hover {
  background-color: rgba(98, 170, 233, 0.08);
}
.text-anch__btn:active {
  background-color: rgba(98, 170, 233, 0.16);
}
.text-anch__btn.disabled {
  pointer-events: none;
  opacity: 0.38;
}

.float-nav {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.float-nav--always {
  top: 16px;
  right: 16px;
  transform: none;
}
.float-nav.open,
.float-nav.already.open {
  z-index: 2;
}
.float-nav-tgl {
  display: none;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.float-nav-tgl:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.float-nav--always .float-nav-tgl {
  display: block;
}
.float-nav-tgl:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}
.float-nav.open .float-nav-tgl:before,
.float-nav.already.open .float-nav-tgl:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.float-nav-tgl img {
  vertical-align: -4px;
}
.float-nav-list {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}
.float-nav--always .float-nav-list {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0);
  transform-origin: top right;
}
.float-nav.already .float-nav-list {
  transition: opacity 0.2s, transform 0.2s;
}
.float-nav.open .float-nav-list,
.float-nav.already.open .float-nav-list {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s, transform 0.3s;
}
.float-nav-list__item {
  flex: 0 0 auto;
}
.float-nav-list__item:not(:nth-last-of-type(1)) {
  margin-right: 8px;
}
.float-nav--always .float-nav-list__item {
  display: block;
}
.float-nav--always .float-nav-list__item:not(:nth-last-of-type(1)) {
  margin-right: 0;
}
.float-nav-list__anch {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 4px 8px;
  font-size: 1.4rem;
  white-space: nowrap;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.float-nav--always .float-nav-list__anch {
  width: 100%;
  padding: 4px 16px;
  color: #000;
  border-radius: 0;
}
.float-nav--always .float-nav-list__anch i {
  margin-right: 8px;
  color: #526474;
}
.float-nav--always .float-nav-list__anch:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.float-nav--always .float-nav-list__anch:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.float-nav-list__anch.red {
  color: #e96262;
}
.float-nav-list__anch.red i {
  color: #e96262;
}
.float-nav-list__anch.red:hover {
  color: #ffffff;
  background-color: #e96262;
}
.float-nav-list__anch.red:hover i {
  color: #ffffff;
}
.float-nav-list__anch i {
  flex: 0 0 auto;
}
.float-nav-list__anch-label {
  flex: 0 0 auto;
  padding-left: 4px;
  font-weight: 500;
}
.float-nav-list__anch:hover {
  background-color: rgba(98, 170, 233, 0.08);
}
.float-nav-list__anch:active {
  background-color: rgba(98, 170, 233, 0.16);
}
.float-nav-list__anch.disabled {
  pointer-events: none;
  opacity: 0.38;
}

.dont-delete {
  position: relative;
  color: #cccccc !important;
  background-color: #fafafa;
}
.dont-delete:before {
  content: "\95A2\4FC2\3059\308B\30E6\30FC\30B6\30FC\304C\3044\308B\305F\3081\A\524A\9664\3067\304D\307E\305B\3093";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 1;
  padding: 4px 16px;
  color: #ffffff;
  font-size: 1.4rem;
  white-space: pre;
  background-color: #e96262;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(-50%, 5px);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.dont-delete i {
  color: #cccccc !important;
}
.dont-delete:hover {
  background-color: #fafafa !important;
}
.dont-delete:hover:before {
  opacity: 1;
  transform: translate(-50%, -10px);
}

.event-list {
  width: 100%;
}
.event-list__item,
.company-suspended-list__item {
  position: relative;
}
.event-list__innr,
.company-suspended-list__innr {
  display: grid;
  grid-template-columns: 30.474% 69.5259%;
  grid-template-rows: auto auto;
  grid-template-areas: "thumb head" "thumb body";
  padding: 16px 0;
  color: #000;
  transition: background-color 0.2s;
}
.event-list__innr[href]:hover,
.company-suspended-list__innr[href]:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.event-list__float-nav,
.company-suspended-list__float-nav {
  top: 16px;
  right: 32px;
}
.event-list__thumb,
.company-suspended-list__thumb {
  grid-area: thumb;
}
.event-list__thumb-innr,
.company-suspended-list__thumb-innr {
  display: block;
  background-color: #526474;
}
.event-list__thumb-img,
.company-suspended-list__thumb-img {
  width: 100%;
  height: auto;
}
.event-list__item--closed .event-list__thumb-img,
.event-list__item--closed .company-suspended-list__thumb-img {
  opacity: 0.4;
}
.event-list__head,
.company-suspended-list__head {
  grid-area: head;
  padding: 4px 86px 0 24px;
}
.event-list--no-float-nav .event-list__head,
.event-list--no-float-nav .company-suspended-list__head {
  padding-right: 32px;
}
.event-list__body,
.company-suspended-list__body {
  grid-area: body;
  position: relative;
  padding: 0 86px 4px 24px;
}
.event-list__body:after,
.company-suspended-list__body:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 24px;
  height: 1px;
  background-color: #f0f0f0;
}
.event-list--no-float-nav .event-list__body,
.event-list--no-float-nav .company-suspended-list__body {
  padding-right: 32px;
}
.event-list-status,
.event-detail-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.event-list-status__schedule,
.event-detail-status__schedule {
  flex: 0 0 auto;
  padding: 5px 12px;
  margin-right: 16px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  background-color: #ccc;
  border-radius: 12px;
}
.event-list-status__schedule.active,
.active.event-detail-status__schedule {
  background-color: #5bc427;
}
.event-list-status__schedule.attention,
.attention.event-detail-status__schedule {
  background-color: #f2be2e;
}
.event-list-status__schedule.caution,
.caution.event-detail-status__schedule {
  background-color: #e96262;
}
.event-list-status__schedule.inactive,
.inactive.event-detail-status__schedule,
.event-list-status__schedule.closed,
.closed.event-detail-status__schedule {
  background-color: #526474;
}
.event-list-status__publish,
.event-detail-status__publish {
  flex: 0 0 auto;
  position: relative;
  padding-left: 14px;
  margin-right: auto;
  color: #526474;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.event-list-status__publish:before,
.event-detail-status__publish:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  transform: translateY(-50%);
}
.event-list-status__publish.published:before,
.published.event-detail-status__publish:before {
  background-color: #5bc427;
}
.event-list-status__publish.draft:before,
.draft.event-detail-status__publish:before {
  background-color: #f2be2e;
}
.event-list-status__publish.reserved:before,
.reserved.event-detail-status__publish:before {
  background-color: #e96262;
}
.event-list-status__now-bookings,
.event-detail-status__now-bookings {
  flex: 0 0 auto;
  color: #808080;
  font-size: 1.4rem;
  font-weight: 500;
}
.event-list-status__now-bookings-num,
.event-detail-status__now-bookings-num {
  color: #000;
  font-size: 1.14285em;
  font-weight: 400;
}
.event-list__ttl,
.event-detail-header__ttl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.event-list__ttl-innr,
.event-detail-header__ttl-innr {
  flex: 0 1 auto;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}
.event-list__ttl-innr:before,
.event-detail-header__ttl-innr:before,
.event-list__ttl-innr:after,
.event-detail-header__ttl-innr:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.event-list__ttl-innr:before,
.event-detail-header__ttl-innr:before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.event-list__ttl-innr:after,
.event-detail-header__ttl-innr:after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .event-list__ttl-innr:before,
  .event-detail-header__ttl-innr:before {
    margin-top: 0;
  }
  .event-list__ttl-innr:after,
  .event-detail-header__ttl-innr:after {
    margin-bottom: 0;
  }
}
.event-list__cat,
.event-detail-header__cat {
  flex: 0 0 auto;
  padding: 5px 12px;
  margin-right: 8px;
  color: #526474;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  background-color: #ffffff;
  border: 1px #526474 solid;
  border-radius: 2px;
}

.event-list-compact__item:not(:nth-last-of-type(1)) {
  border-bottom: 1px #f0f0f0 solid;
}

.event-list-compact__anch {
  display: block;
  padding: 14px 16px;
  transition: background-color 0.3s;
}
.event-list-compact__anch:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.event-list-compact__ttl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-weight: 500;
}
.event-list-compact__ttl-innr {
  flex: 0 1 auto;
  color: #000;
  line-height: 1.3;
}
.event-list-compact__ttl-innr:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .event-list-compact__ttl-innr:before {
    margin-top: 0;
  }
}

.event-list-compact__cat {
  flex: 0 0 auto;
  padding: 4px 8px;
  margin-right: 4px;
  color: #526474;
  font-size: 1rem;
  line-height: 1;
  background-color: #ffffff;
  border: 1px #526474 solid;
  border-radius: 2px;
}

.event-list-compact-attr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -16px;
  margin-bottom: -8px;
}
.event-list-compact-attr__item {
  flex: 0 0 auto;
  margin-bottom: 8px;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.2;
}
.event-list-compact-attr__item:not(:nth-last-of-type(1)) {
  margin-right: 16px;
}
.event-list-compact-attr__item i {
  margin-right: 4px;
}

.data-list {
  overflow: auto;
}
.data-list-table {
  width: 100%;
  border-collapse: separate;
}
.data-list-table__header th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 16px;
  color: #808080;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 1px #ccc solid;
  background-color: #ffffff;
}
.data-list-table__header th:nth-of-type(1) {
  padding-left: 24px;
}
.data-list-table__header th:nth-last-of-type(1) {
  padding-right: 24px;
}
.data-list-table__body {
  font-size: 1.5rem;
}
.data-list-table__body td {
  padding: 20px 16px;
  border-bottom: 1px #f0f0f0 solid;
}
.data-list-table__body td:nth-of-type(1) {
  padding-left: 24px;
}
.data-list-table__body td:nth-last-of-type(1) {
  padding-right: 24px;
}
.data-list__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 16px 24px;
  border-top: 2px #ccc solid;
  background-color: #ffffff;
}
.data-list__now-total {
  flex: 0 1 auto;
}
.data-list__now-total__num {
  font-weight: 500;
}
.data-list__csv-dl {
  flex: 0 0 auto;
}

.human-list,
.account-list {
  padding: 8px 0;
}
.box--in-half .human-list,
.box--in-half .account-list {
  padding: 8px 0;
}
.human-list__item,
.account-list__item {
  display: flex;
  align-items: center;
  position: relative;
}
.human-list__innr,
.account-list__innr {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  padding: 16px 24px;
  transition: background-color 0.3s;
}
.box--in-half .human-list__innr,
.box--in-half .account-list__innr {
  padding: 8px 16px;
}
.human-list__innr:before,
.account-list__innr:before {
  content: "";
  flex: 0 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}
.human-list__innr:after,
.account-list__innr:after {
  content: "";
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 88px;
}
.human-list__item:not(:nth-last-of-type(1)) .human-list__innr:after,
.account-list__item:not(:nth-last-of-type(1)) .human-list__innr:after,
.human-list__item:not(:nth-last-of-type(1)) .account-list__innr:after,
.account-list__item:not(:nth-last-of-type(1)) .account-list__innr:after {
  border-bottom: 1px #f0f0f0 solid;
}
.box--in-half .human-list__innr:after,
.box--in-half .account-list__innr:after {
  left: 70px;
}
.human-list__innr:hover:before,
.account-list__innr:hover:before {
  background-color: rgba(0, 0, 0, 0.04);
}
.human-list__face,
.account-list__face {
  flex: 0 0 auto;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.human-list__face:after,
.account-list__face:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.human-list__body,
.account-list__body {
  flex: 1 1 auto;
  position: relative;
  align-self: center;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas:
    "attr sub_attr"
    "label sub_attr";
  padding-left: 16px;
}
.box--in-half .human-list__body,
.box--in-half .account-list__body {
  padding-left: 8px;
}
.box--in-half .human-list__body:after,
.box--in-half .account-list__body:after {
  bottom: -8px;
  left: 8px;
}
.human-list__attr,
.account-list__body-upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-area: attr;
  padding-bottom: 2px;
}
.human-list__attr__item,
.account-list__body-upper__item {
  flex: 0 0 auto;
  margin-bottom: 2px;
  color: #808080;
  font-size: 1.3rem;
}
.human-list__attr__item:not(:nth-last-of-type(1)),
.account-list__body-upper__item:not(:nth-last-of-type(1)) {
  padding-right: 18px;
}
.human-list__attr__item--mr-a {
  margin-right: auto;
}
.human-list__attr__item i,
.account-list__body-upper__item i {
  margin-right: 4px;
}
.human-list__sub-attr {
  grid-area: sub_attr;
}
.human-list__sub-attr--evalution {
  width: 87px;
}
.human-list__sub-attr__label,
.human-list__sub-attr__item {
  display: block;
  font-size: 1.4rem;
  color: #808080;
}
.human-list__sub-attr__label {
  font-weight: 500;
}
.human-list__label {
  grid-area: label;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}
.human-list__item--blank .human-list__label:after {
  content: "\672A\8A18\5165";
  display: inline-block;
  padding: 4px 6px;
  margin-left: 8px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  vertical-align: 2px;
  background-color: #e96262;
  border-radius: 2px;
}
.human-list__action,
.account-list__action {
  position: relative;
  padding: 0 24px 0 0;
}
.box--in-half .human-list__action,
.box--in-half .account-list__action {
  padding: 0 16px 0 0;
}
.human-list__action .float-nav,
.account-list__action .float-nav {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}
.human-list__action .float-nav--always,
.account-list__action .float-nav--always {
  margin-right: -8px;
}

.account-list__innr:before {
  display: none;
}

.account-list__face__acc-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.account-list__face__acc-type--student {
  background-color: #f2be2e;
}
.account-list__face__acc-type--admin {
  background-color: #dc3545;
}
.account-list__face__acc-type--company {
  background-color: #8ac1f1;
}

.account-list__body {
  display: block;
}
.account-list__body-upper {
  align-items: center;
}
.account-list__body-upper-name {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}
.account-list__body-upper-name__tag {
  display: inline-block;
  padding: 2px 4px;
  margin-left: 4px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: 2px;
  background-color: #e96262;
  border-radius: 2px;
}
.account-list__item--suspended .account-list__body-upper-name {
  color: #e96262;
}
.account-list__body-lower {
  display: flex;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  word-break: break-all;
}
.account-list__body-lower--wrap {
  flex-wrap: wrap;
}
.account-list__body-lower-label {
  flex: 0 0 auto;
  color: #808080;
  font-weight: 500;
}
.account-list__body-lower-body {
  flex: 0 1 auto;
}
.account-list__body-lower-body--url {
  position: absolute;
  right: 0;
  left: 2.5ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fa-star:not(:nth-last-of-type(1)) {
  margin-right: 2px;
}

.fa-star.fas {
  color: #f2be2e;
}

.fa-star.far {
  color: #808080;
}

.log-list {
  padding: 8px 0;
}
.log-list__item {
  display: flex;
  align-items: center;
  position: relative;
}
.log-list__item:not(:nth-last-of-type(1)) {
  border-bottom: 1px #f0f0f0 solid;
}
.log-list__innr {
  flex: 1 1 auto;
  max-width: 100%;
  padding: 16px 24px;
}
.box--in-half .log-list__innr {
  padding: 12px 16px;
}
.log-list__innr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}
.log-list__innr:hover:before {
  background-color: rgba(0, 0, 0, 0.04);
}
.log-list__attr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 4px;
}
.log-list__attr__item {
  margin-bottom: 8px;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.2;
}
.log-list__attr__item:not(:nth-last-of-type(1)) {
  margin-right: 16px;
}
.log-list__attr__item--mr-a {
  margin-right: auto;
}
.log-list__attr__item i {
  margin-right: 8px;
}
.log-list__body {
  position: relative;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.428;
}
.log-list__body:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.428) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .log-list__body:before {
    margin-top: 0;
  }
}
.log-list__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.log-list__excerpt--3line {
  -webkit-line-clamp: 3;
}
.log-list__action {
  flex: 0 0 auto;
  position: relative;
  padding: 0 24px;
}
.box--in-half .log-list__action {
  padding: 0 16px;
}
.log-list__innr + .log-list__action {
  padding-left: 0;
}

.anch-list {
  padding: 8px 0;
}
.anch-list__item {
  display: flex;
  align-items: center;
  position: relative;
}
.anch-list__item:not(:nth-last-of-type(1)) {
  border-bottom: 1px #f0f0f0 solid;
}
.box--in-half .anch-list__item:not(:nth-last-of-type(1)) {
  border-bottom: none;
}
.anch-list__anch {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  height: 64px;
  padding: 16px 24px;
}
.box--in-half .anch-list__anch {
  height: 40px;
  padding: 8px 16px;
}
.anch-list__anch:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}
.anch-list__anch:hover:before {
  background-color: rgba(0, 0, 0, 0.04);
}
.anch-list__label {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.anch-list__action {
  flex: 0 0 auto;
  position: relative;
  padding: 0 24px 0 0;
}
.box--in-half .anch-list__action {
  padding: 0 16px 0 0;
}
.anch-list__action .float-nav {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

.h-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -8px;
  overflow: hidden;
}
.h-list__item {
  flex: 0 0 auto;
  position: relative;
  padding-left: 0.5ch;
  margin: 0 16px 8px 0;
}
.h-list__item:before {
  content: "-";
  position: absolute;
  left: 0;
}
.h-list__anch {
  line-height: 1.2;
}
.h-list__anch[href]:hover {
  text-decoration: underline;
}

.bottom-action {
  padding-top: 40px;
  text-align: center;
}
.bottom-action__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px -16px;
}
.bottom-action__btns .btn {
  flex: 0 0 auto;
  margin: 0 12px 16px;
}
* + .bottom-action__back-list {
  margin-top: 24px;
}
.bottom-action__url-copy__input {
  display: none;
}

.text-list {
  padding-top: 4px;
}
.text-list__item {
  position: relative;
  padding-left: 1em;
  line-height: 1.2;
}
.text-list__item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .text-list__item:before {
    margin-top: 0;
  }
}
.text-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
.text-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.5em * 1.2 + 2px);
  left: 0;
  width: 0.5em;
  height: 1px;
  background-color: #000;
}

.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.pagination-list__item {
  flex: 0 0 auto;
  margin: 0 4px;
  color: #62aae9;
  font-weight: 500;
}
.pagination-list__item.prev {
  margin-right: 48px;
  margin-left: 0;
}
.pagination-list__item.next {
  margin-right: 0;
  margin-left: 48px;
}
.pagination-list__anch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 0;
  transition: color 0.3s, background-color 0.3s,
    border-radius 0.3s cubic-bezier(0, 0, 0, 1);
}
.pagination-list__anch.current,
.pagination-list__anch:not(.dots):not(.prev):not(.next):hover {
  color: #fff;
  background-color: #62aae9;
  border-radius: 50%;
}
.pagination-list__anch.dots {
  width: auto;
}
.pagination-list__anch.prev .fa,
.pagination-list__anch.next .fa {
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.pagination-list__anch.prev:hover .fa {
  transform: translateX(-5px);
}
.pagination-list__anch.next:hover .fa {
  transform: translateX(5px);
}

.ttl {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.txt-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  font-weight: 500;
  line-height: 1;
}
.txt-btn:before {
  flex: 0 0 auto;
  content: "\f053";
  margin-right: 8px;
  padding-top: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.txt-btn:hover:before {
  transform: translateX(-5px);
}
.txt-btn__label {
  flex: 0 0 auto;
}

.form-parts {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 48px;
  padding: 0 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #fff;
  border: 1px #ccc solid;
  border-radius: 5px;
  outline-color: #62aae9;
  transition: background-color 0.3s;
}
.info-details--edit .form-parts {
  border-color: #62aae9;
}
.form-parts::placeholder {
  color: #808080;
}
.form-parts::-webkit-input-placeholder {
  color: #808080;
}
.form-parts::-moz-placeholder {
  color: #808080;
}
.form-parts:-ms-input-placeholder {
  color: #808080;
}
.form-parts::-ms-input-placeholder {
  color: #808080;
}
.form-parts-wrap:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}
.form-parts-wrap__label {
  margin-bottom: 8px;
}
.form-parts-wrap__inputs {
  display: flex;
}
.form-parts-wrap__inputs > * {
  flex: 1 1 auto;
}
.form-parts-wrap__inputs.vertical {
  flex-direction: column;
}
.form-parts-wrap__inputs.vertical > *:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
.form-parts-wrapper {
  display: flex;
  align-items: center;
}
.form-parts-wrapper + .form-parts-wrapper {
  margin-top: 8px;
}
.form-parts-wrapper > * {
  flex: 1 1 auto;
}
.form-parts-wrapper__okuri {
  flex: 0 0 auto;
  margin-right: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
* + .form-parts-wrapper__okuri {
  margin-right: 0;
  margin-left: 8px;
}
.form-parts-date-n-time {
  display: flex;
  justify-content: space-between;
}
.form-parts-date-n-time__date {
  flex: 0 0 auto;
  width: calc(56% - 4px);
}
.form-parts-date-n-time__time {
  flex: 0 0 auto;
  width: calc(44% - 4px);
  margin-top: 0 !important;
}
.form-parts__okuri {
  flex: 0 0 auto;
  align-self: center;
  margin-right: 8px;
  font-size: 1.4rem;
  white-space: nowrap;
}
* + .form-parts__okuri {
  margin-right: 0;
  margin-left: 8px;
}
.form-parts--input[size="50"] {
  width: 100%;
}
.form-parts--input[size="30"] {
  width: 75%;
}
.form-parts--input[size="20"] {
  width: 46%;
}
.form-parts--input[size="10"] {
  width: 60px;
}
.form-parts-wrapper--search .form-parts--input {
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.form-parts--input.zip_code {
  width: 6em !important;
}
.form-parts--input + .form-parts--input {
  margin-left: 8px;
}
.form-parts--input[readonly] {
  border-color: #f0f0f0 !important;
  outline: none;
}
.form-parts--textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  resize: none;
  vertical-align: top;
}
.form-parts--textarea[rows="5"] {
  height: 100px;
}
.form-parts--select {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 30px;
  background-color: transparent;
  cursor: pointer;
}
.form-parts--select::-ms-expand {
  display: none;
}
.form-parts--select-wrap {
  position: relative;
  display: inline-block;
}
.form-parts--select-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-width: 2px;
  border-color: transparent #000 #000 transparent;
  border-style: solid;
  border-top: none;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.mw_wp_form_confirm .form-parts--select-wrap:before {
  display: none;
}
.form-parts__search-btn {
  flex: 0 0 auto;
  width: 46px;
  height: 48px;
  background-color: #62aae9;
  border: 1px #ccc solid;
  border-left: none;
  border-radius: 0 5px 5px 0;
  transition: background-color 0.3s;
}
.form-parts__search-btn:hover {
  background-color: #50a0e6;
}
.form-parts__search-btn i {
  color: #ffffff;
  font-size: 2rem;
}
.form-parts-radio {
  flex: 0 0 auto;
  margin-right: 16px;
  line-height: 1;
}
.form-parts-radio input {
  display: none;
}
.form-parts-radio input:checked + .mwform-radio-field-text,
.form-parts-radio input:checked + .mwform-checkbox-field-text {
  background-color: #fff;
}
.form-parts-radio input:checked + .mwform-radio-field-text:after,
.form-parts-radio input:checked + .mwform-checkbox-field-text:after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.form-parts-radio__label {
  display: flex;
  align-items: center;
  position: relative;
  height: 32px;
  padding: 0 8px 0 32px;
  background-color: #fafafa;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.form-parts-radio__label:before,
.form-parts-radio__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-parts-radio__label:before {
  left: 8px;
  width: 16px;
  height: 16px;
  border: 1px #62aae9 solid;
  border-radius: 50%;
}
.form-parts-radio__label:after {
  left: 11px;
  width: 10px;
  height: 10px;
  background-color: #62aae9;
  border-radius: 50%;
  transform-origin: center;
  transform: translateY(-50%) scale(0);
  transition: transform 0.2s cubic-bezier(0, 0.5, 0.5, 1.5);
}
.form-parts-radio__label:hover {
  background-color: #f0f0f0;
}
input:checked + .form-parts-radio__label:after {
  transform: translateY(-50%) scale(1);
}
.form-parts--datepicker-wrap,
.form-parts--timepicker-wrap {
  position: relative;
}
.form-parts--datepicker-wrap:after,
.form-parts--timepicker-wrap:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  font-family: "Font Awesome 5 Free";
  color: #526474;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-parts--datepicker-wrap .form-parts,
.form-parts--timepicker-wrap .form-parts {
  padding-right: 40px;
}
.form-parts--datepicker-wrap:after {
  content: "\f073";
}
.form-parts--timepicker-wrap:after {
  content: "\f017";
}
.form-parts--password-wrap {
  position: relative;
}
.form-parts--password-wrap .form-parts {
  padding-right: 40px;
}
.form-parts--password-wrap .password-tgl {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.form-parts--password-wrap.is-view .fa-eye:before {
  content: "\f070";
}
.form-parts-switcher {
  flex: 0 0 auto;
  width: 36px;
  height: 20px;
  margin-right: 8px;
}
.form-parts-switcher__label {
  display: block;
  width: 100%;
  height: 100%;
}
.form-parts-switcher__input {
  display: none;
}
.form-parts-switcher__tgl {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.form-parts-switcher__tgl-btn {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 0.3s cubic-bezier(0, 0, 0, 1), background-color 0.3s;
}
.form-parts-switcher__input:checked + .form-parts-switcher__tgl {
  background-color: #c5e6b5;
}
.form-parts-switcher__input:checked
  + .form-parts-switcher__tgl
  .form-parts-switcher__tgl-btn {
  left: 18px;
  background-color: #5bc427;
}
.form-parts-switcher__tgl:hover .form-parts-switcher__tgl-btn {
  background-color: #c5e6b5;
}
.form-parts[disabled] {
  background-color: #e6e6e6;
}

input[type="number"] {
  -moz-appearance: textfield;
  text-align: left;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.label-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px #62aae9 solid;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.label-btn:hover {
  background-color: #f1f7fd;
}
.label-btn input {
  display: none;
}
.label-btn__innr {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.check-box {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  border: 1px #ccc solid;
}
.check-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 0;
  height: 2px;
  background-color: #62aae9;
  opacity: 0;
  transform-origin: left center;
  transform: rotate(45deg);
  transition: width 0.1s;
}
.check-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  width: 0;
  height: 2px;
  background-color: #62aae9;
  opacity: 0;
  transform-origin: left center;
  transform: rotate(-45deg);
  transition: width 0.1s 0.1s cubic-bezier(0, 0, 0, 1);
}
input:checked + .check-box:before {
  width: 8px;
  opacity: 1;
}
input:checked + .check-box:after {
  width: 16px;
  opacity: 1;
}
.check-box--yellow:before,
.check-box--yellow:after {
  background-color: #f2be2e;
}

.upload-image {
  position: relative;
}
.upload-image__label {
  display: block;
  position: relative;
}
.upload-image__label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.upload-image__label:after {
  content: "\f03e";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 5rem;
  will-change: transform;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.upload-image__label:hover:after {
  transform: translate(-50%, -50%) scale(1.1);
}
.upload-image__input {
  display: none;
}
.upload-image-remove {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.company-image .upload-image-remove,
.event-image .upload-image-remove {
  top: auto;
  right: 64px;
  bottom: 64px;
}

.js_clipboard__input {
  position: absolute;
  width: 1px;
  height: 1px;
  border: none;
  opacity: 0;
}

.js_clipboard__btn[data-copy-type="address"]:after {
  content: "\4F4F\6240\3092\30B3\30D4\30FC";
  display: block;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  z-index: 10;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  background-color: #526474;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(-50%, 16px);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}

.js_clipboard__btn[data-copy-type="address"]:hover:after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.vue_copybtn__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  outline: none;
}

.vue_copybtn__btn:after {
  content: "\4F4F\6240\3092\30B3\30D4\30FC";
  display: block;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  z-index: 10;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  background-color: #526474;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(-50%, 16px);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}

.vue_copybtn__btn:hover:after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.alert {
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  width: 92%;
  max-width: 600px;
  padding: 20px;
  background-color: #e6e6e6;
  border: 1px #ccc solid;
  border-radius: 10px;
  opacity: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, 100%);
  visibility: hidden;
}
.alert__txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.alert--success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d0e9c6;
}
.alert--error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebcccc;
}
.alert.is-show {
  transition: opacity 0.2s, transform 0.3s cubic-bezier(0, 0, 0, 1);
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  animation: alert_out 0.3s 5s cubic-bezier(0, 0, 0, 1) alternate forwards;
}

@keyframes alert_out {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
  }
  99.9999% {
    opacity: 0;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 100%);
    visibility: hidden;
  }
}

.v-application .box-in-sec {
  width: 100%;
}

.v-application ul {
  padding-left: 0;
}

@media screen and (max-width: 999px) {
  .event-list__float-nav,
  .company-suspended-list__float-nav {
    right: 24px;
  }
  .event-list__head,
  .company-suspended-list__head {
    padding: 4px 78px 0 24px;
  }
  .event-list__body,
  .company-suspended-list__body {
    padding: 0 78px 4px 24px;
  }
  .event-list__ttl-innr,
  .event-detail-header__ttl-innr {
    font-size: 2.2rem;
  }
  .event-list__cat,
  .event-detail-header__cat {
    padding: 5px 8px;
  }
  .bottom-action__btns {
    margin: 0 -8px -16px;
  }
  .bottom-action__btns .btn {
    margin: 0 8px 16px;
  }
  .form-parts--datepicker-wrap:after,
  .form-parts--timepicker-wrap:after {
    right: 8px;
  }
  .form-parts--datepicker-wrap .form-parts,
  .form-parts--timepicker-wrap .form-parts {
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  hr {
    margin: 40px auto;
  }
  .item-label,
  .info-details__head,
  .form-parts-wrap__label {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .btn {
    padding: 0 20px;
  }
  .btn__label {
    font-size: 1.5rem;
  }
  .btn--small {
    padding: 0 12px;
  }
  .info-details {
    margin: 0 -12px -18px;
  }
  .info-details--nowrap {
    grid-row-gap: 16px;
    row-gap: 16px;
    margin: 0;
  }
  .info-details-group {
    margin-bottom: 18px;
  }
  .info-details-group__in-three {
    margin-right: -4px;
    margin-left: -4px;
  }
  .info-details-group__in-three__innr {
    padding-right: 4px;
    padding-left: 4px;
  }
  .event-list__innr,
  .company-suspended-list__innr {
    grid-template-columns: 35% 65%;
    grid-template-areas: "thumb head" "body body";
  }
  .event-list__float-nav,
  .company-suspended-list__float-nav {
    right: 16px;
  }
  .event-list__thumb,
  .company-suspended-list__thumb {
    padding-left: 24px;
  }
  .event-list__head,
  .company-suspended-list__head {
    padding: 4px 62px 0 16px;
  }
  .event-list--no-float-nav .event-list__head,
  .event-list--no-float-nav .company-suspended-list__head {
    padding-right: 24px;
  }
  .event-list__body,
  .company-suspended-list__body {
    padding: 16px 16px 4px 24px;
  }
  .event-list__body:after,
  .company-suspended-list__body:after {
    left: 0;
  }
  .event-list--no-float-nav .event-list__body,
  .event-list--no-float-nav .company-suspended-list__body {
    padding-right: 24px;
  }
  .event-list-status,
  .event-detail-status {
    margin-bottom: 12px;
  }
  .event-list-status__schedule,
  .event-detail-status__schedule {
    padding: 4px 10px;
    font-size: 1.2rem;
  }
  .event-list-status__publish,
  .event-detail-status__publish {
    padding-left: 12px;
    font-size: 1.2rem;
  }
  .event-list-status__publish:before,
  .event-detail-status__publish:before {
    width: 8px;
    height: 8px;
  }
  .event-list-status__now-bookings,
  .event-detail-status__now-bookings {
    font-size: 1.2rem;
  }
  .event-list__ttl,
  .event-detail-header__ttl {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .event-list__ttl-innr,
  .event-detail-header__ttl-innr {
    font-size: 2rem;
  }
  .event-list__cat,
  .event-detail-header__cat {
    padding: 3px 6px;
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 1.1rem;
  }
  .data-list-table__header th {
    padding: 16px 12px;
    font-size: 1.3rem;
  }
  .data-list-table__body {
    font-size: 1.4rem;
  }
  .data-list-table__body td {
    padding: 20px 12px;
  }
  .data-list__now-total {
    font-size: 1.5rem;
  }
  .anch-list__anch {
    padding: 16px;
  }
  .box--in-half .anch-list__anch {
    padding: 8px 16px;
  }
  .anch-list__label {
    font-size: 1.5rem;
  }
  .anch-list__action {
    padding: 0 16px 0 0;
  }
  .form-parts-wrapper__okuri {
    font-size: 1.3rem;
  }
  .form-parts-wrap:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  hr {
    margin: 32px auto;
  }
  hr.divider {
    margin: 24px auto;
  }
  .item-label,
  .info-details__head,
  .form-parts-wrap__label {
    font-size: 1.2rem;
  }
  .text-anch__btn--sp-icon-only {
    width: 36px;
    justify-content: center;
  }
  .text-anch__btn--sp-icon-only i {
    margin-right: 0;
  }
  .text-anch__btn--sp-icon-only .text-anch__btn-label + i {
    margin-left: 0;
  }
  .text-anch__btn--sp-icon-only .text-anch__btn-label {
    display: none;
  }
  .info-details--nowrap {
    grid-row-gap: 16px;
    row-gap: 16px;
    margin: 0;
  }
  .info-details-group--half {
    width: 100%;
  }
  .info-details__body__circle-anch__tooltip {
    right: 0;
    left: auto;
    transform: translate(0, 8px);
  }
  .copied .info-details__body__circle-anch__tooltip {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  .info-details__body__circle-anch:hover
    .info-details__body__circle-anch__tooltip,
  .info-details__body__circle-anch:hover.copied tip {
    opacity: 0;
    transform: translate(0, 8px);
  }
  .float-nav-tgl {
    display: block;
  }
  .float-nav-list {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale(0);
    transform-origin: top right;
  }
  .float-nav-list__item:not(:nth-last-of-type(1)) {
    margin-right: 0;
  }
  .float-nav-list__anch {
    width: 100%;
    padding: 4px 16px;
    border-radius: 0;
    color: #000;
  }
  .float-nav-list__anch i {
    margin-right: 8px;
    color: #526474;
  }
  .float-nav-list__anch:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .float-nav-list__anch:active {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .float-nav-list__anch.red i {
    color: #e96262;
  }
  .float-nav-list__anch.red:hover i {
    color: #ffffff;
  }
  .dont-delete {
    color: #cccccc !important;
    background-color: #fafafa;
  }
  .dont-delete:before {
    display: none;
  }
  .dont-delete:hover {
    background-color: #fafafa !important;
  }
  .event-list__innr,
  .company-suspended-list__innr {
    display: block;
    padding: 20px 0;
  }
  .event-list__float-nav,
  .company-suspended-list__float-nav {
    top: 24px;
    right: 24px;
  }
  .event-list__float-nav .float-nav-tgl,
  .company-suspended-list__float-nav .float-nav-tgl {
    background-color: #ffffff;
  }
  .event-list__thumb,
  .company-suspended-list__thumb {
    padding-right: 16px;
    padding-left: 16px;
  }
  .event-list__head,
  .company-suspended-list__head {
    padding: 16px 16px 0 16px;
  }
  .event-list--no-float-nav .event-list__head,
  .event-list--no-float-nav .company-suspended-list__head {
    padding-right: 16px;
  }
  .event-list__body,
  .company-suspended-list__body {
    padding: 0 16px 4px 16px;
  }
  .event-list__body:after,
  .company-suspended-list__body:after {
    bottom: -20px;
    left: 0;
  }
  .event-list--no-float-nav .event-list__body,
  .event-list--no-float-nav .company-suspended-list__body {
    padding-right: 16px;
  }
  .event-list__ttl,
  .event-detail-header__ttl {
    margin-bottom: 16px;
    flex-wrap: nowrap;
  }
  .event-list__ttl-innr,
  .event-detail-header__ttl-innr {
    font-size: 1.8rem;
  }
  .event-list__cat,
  .event-detail-header__cat {
    margin-right: 8px;
    margin-bottom: 0;
    font-size: 1rem;
  }
  .data-list-table__header th {
    padding: 12px 8px;
    font-size: 1.2rem;
  }
  .data-list-table__header th:nth-of-type(1) {
    padding-left: 16px;
  }
  .data-list-table__header th:nth-last-of-type(1) {
    padding-right: 16px;
  }
  .data-list-table__body td {
    padding: 16px 8px;
    white-space: nowrap;
  }
  .data-list-table__body td:nth-of-type(1) {
    padding-left: 16px;
  }
  .data-list-table__body td:nth-last-of-type(1) {
    padding-right: 16px;
  }
  .data-list__footer {
    left: 0;
    padding: 8px 16px;
  }
  .data-list__now-total {
    font-size: 1.5rem;
  }
  .box--in-half .human-list,
  .box--in-half .account-list {
    padding: 4px 0;
  }
  .human-list__innr,
  .account-list__innr {
    padding: 8px 16px;
  }
  .human-list__innr:after,
  .account-list__innr:after {
    left: 76px;
  }
  .human-list__body,
  .account-list__body {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "attr"
      "sub_attr"
      "label";
    padding-left: 12px;
  }
  .human-list__attr,
  .account-list__body-upper {
    padding-bottom: 0;
  }
  .human-list__attr__item,
  .account-list__body-upper__item {
    font-size: 1.2rem;
  }
  .human-list__attr__item:not(:nth-last-of-type(1)),
  .account-list__body-upper__item:not(:nth-last-of-type(1)) {
    padding-right: 14px;
  }
  .human-list__sub-attr {
    padding-bottom: 8px;
    line-height: 1.2;
  }
  .human-list__sub-attr--evalution {
    width: 100%;
  }
  .human-list__sub-attr__label,
  .human-list__sub-attr__item {
    display: inline-block;
    font-size: 1.2rem;
  }
  .human-list__sub-attr__label {
    margin-right: 4px;
  }
  .human-list__label {
    font-size: 1.5rem;
  }
  .human-list__action,
  .account-list__action {
    padding: 0 16px 0 0;
  }
  .box--in-half .human-list__action,
  .box--in-half .account-list__action {
    padding: 0 16px 0 0;
  }
  .account-list__body-upper {
    padding-bottom: 4px;
  }
  .account-list__body-upper__item {
    margin-bottom: 0;
  }
  .log-list {
    padding: 4px 0;
  }
  .log-list__innr {
    padding: 8px 16px;
  }
  .box--in-half .log-list__innr {
    padding: 8px 16px;
  }
  .log-list__attr__item {
    margin-bottom: 4px;
    font-size: 1.2rem;
  }
  .log-list__attr__item i {
    margin-right: 4px;
  }
  .log-list__body {
    line-height: 1.5;
  }
  .log-list__body:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .box--in-half .log-list__action {
    padding: 0 16px;
  }
  .log-list__innr + .log-list__action {
    padding-left: 0;
  }
  .anch-list__action .float-nav {
    margin-right: -8px;
  }
  .bottom-action {
    padding-top: 32px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .pagination-list {
    margin-bottom: 24px;
  }
  .pagination-list__item.prev {
    margin-right: auto;
  }
  .pagination-list__item.next {
    margin-left: auto;
  }
  .btn {
    height: 42px;
    padding: 0 16px;
  }
  .btn--small {
    height: 32px;
    padding: 0 12px;
  }
  .ttl {
    font-size: 2.2rem;
  }
  .form-parts-wrapper__okuri {
    font-size: 1.2rem;
  }
  .upload-image-remove {
    bottom: 8px;
    right: 8px;
  }
  .upload-image-remove__btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .upload-image-remove__btn:before {
    content: "\f2ed";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 2rem;
  }
  .upload-image-remove__btn .btn__label {
    display: none;
  }
  .company-image .upload-image-remove,
  .event-image .upload-image-remove {
    top: auto;
    right: 12px;
    bottom: 40px;
  }
  .js_clipboard__btn[data-copy-type="address"]:after {
    left: auto;
    right: 0;
    transform: translate(0, 16px);
  }
  .js_clipboard__btn[data-copy-type="address"]:hover:after {
    transform: translate(0, 0);
  }
  .vue_copybtn__btn:after {
    left: auto;
    right: 0;
    transform: translate(0, 16px);
  }
  .vue_copybtn__btn:hover:after {
    transform: translate(0, 0);
  }
  .alert {
    bottom: 30px;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  .alert__txt {
    font-size: 1.4rem;
  }
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  min-height: 100vh;
  padding-top: 56px;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f2f2f2;
}

/*//////////////*/
/*--- common ---*/
/*//////////////*/
.header {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  background-color: #dc3545;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.header-logo {
  flex: 0 0 auto;
}
.header-logo__innr {
  display: inline-block;
}
.header-acc-type {
  display: inline-block;
  height: 20px;
  padding: 0 8px;
  margin: 6px 0 0 8px;
  color: #dc3545;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 16px;
  background-color: #ffffff;
  border-radius: 2px;
}
.header-tgl {
  display: none;
  flex: 0 0 auto;
}
.header-nav {
  flex: 0 1 auto;
}

.global-nav {
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
}
.global-nav__item {
  flex: 0 1 auto;
  position: relative;
  padding-right: 4px;
  padding-left: 4px;
}
.global-nav__anch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 56px;
  padding: 0 8px;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.global-nav__anch:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #fff;
  transition: transform 0.3s;
  transform-origin: center bottom;
  transform: scale(1, 0);
}
.global-nav__anch:hover:after,
.global-nav__anch.current:after {
  transform: scale(1, 1);
}
.global-nav__anch i:not(.fa-angle-down) {
  flex: 0 0 auto;
  display: none;
  width: 24px;
  margin-right: 16px;
  font-size: 2rem;
  text-align: center;
}
.global-nav__anch i.fa-angle-down {
  margin-left: 4px;
}
.global-nav__anch.has_sub.is_sub_show:before {
  content: "";
  display: block;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
}
.global-nav__anch.has_sub.is_sub_show:after {
  transform: scale(0);
}
.global-nav__anch--circle {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: 13px;
  margin-left: 8px;
  border: 1px #fff solid;
  border-radius: 50%;
}
.global-nav__anch--circle:after {
  display: none;
}
.global-nav__anch--circle__elipsis {
  flex: 0 0 auto;
  height: 4px;
}
.global-nav__anch--circle__label {
  flex: 0 0 auto;
  display: none;
}
.global-nav__anch--circle i.fa-angle-down {
  flex: 0 0 auto;
  display: none;
}

.global-sub-nav {
  position: absolute;
  top: calc(100% - 4px);
  left: 4px;
  padding: 8px 0;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
}
.global-nav__anch--circle + .global-sub-nav {
  right: 0;
  left: auto;
}
.already + .global-sub-nav {
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0, 0, 0, 1);
}
.is_sub_show + .global-sub-nav,
.is_sub_show.already + .global-sub-nav {
  opacity: 1;
  z-index: 11;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.global-sub-nav__anch {
  display: block;
  padding: 8px 16px;
  color: #000 !important;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.global-sub-nav__anch:hover {
  background-color: #fafafa;
}
.global-sub-nav__anch--is-label {
  pointer-events: none;
  color: #526474 !important;
  font-weight: 500;
}
.global-sub-nav__hr {
  margin: 8px 0;
}

.global-sub-sub-nav {
  padding: 0 0 0 16px;
}
.global-sub-sub-nav__anch {
  display: block;
  padding: 8px 16px;
  color: #000 !important;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.global-sub-sub-nav__anch:hover {
  background-color: #fafafa;
}

.page-header {
  flex: 0 0 auto;
  background-color: #fff;
}
.page-header-innr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
.page-header__ttl {
  flex: 0 0 auto;
  font-size: 1.4rem;
  font-weight: 500;
}
.page-header-action {
  flex: 0 0 auto;
}
.page-header-action__close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  vertical-align: top;
}
.page-header-action__close-times {
  flex: 0 0 auto;
  width: 90%;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
.page-header-action__close-times:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transform: rotate(-90deg);
}
.page-header-action__copy {
  display: inline-block;
}
.page-header-action__copy__input {
  display: none;
}

.main {
  flex: 1 1 auto;
  padding: 48px 0 96px;
}

.footer {
  flex: 0 0 auto;
  background-color: #ccc;
}
.footer-innr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 64px;
}
.footer-pagetop {
  position: absolute;
  top: -20px;
  right: 16px;
  width: 80px;
  height: 40px;
}
.footer-pagetop__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 5px 5px 0 0;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.footer-pagetop__btn:before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border: 2px #fff solid;
  border-bottom: none;
  border-left: none;
  transform: rotate(-45deg);
}
.footer-pagetop__btn-label {
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.footer-pagetop__btn:hover {
  transform: translateY(-10px);
}
.footer-nav {
  flex: 0 0 auto;
}
.footer-nav a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer-copyright {
  flex: 0 0 auto;
  align-self: flex-end;
  margin-bottom: 16px;
  color: #e6e6e6;
  font-size: 1rem;
}

.modal-cover {
  display: none;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 90;
  width: 100%;
  height: calc((var(--vh) * 100) - 56px);
  background-color: rgba(0, 0, 0, 0.3);
}

.v-application {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: inherit;
}
.v-application.theme--light {
  color: #000;
  background-color: transparent;
}
.v-application--wrap {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  min-height: auto;
}

@media screen and (max-width: 999px) {
  .header-logo__innr {
    width: 130px;
  }
  .header-acc-type {
    height: 18px;
    font-size: 1.3rem;
  }
  .global-nav__item {
    padding-right: 0;
    padding-left: 0;
  }
  .global-nav__anch {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  .header {
    padding: 0 16px;
  }
  .header-tgl {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: -8px;
  }
  .header-tgl__btn {
    width: 100%;
    height: 100%;
  }
  .header-tgl__hamburger {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    transition: background-color 0.3s cubic-bezier(0, 0, 0, 1);
  }
  .header-tgl__hamburger:before,
  .header-tgl__hamburger:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  }
  .header-tgl__hamburger:before {
    top: -8px;
  }
  .header-tgl__hamburger:after {
    bottom: -8px;
  }
  .drawer-open .header-tgl__hamburger {
    background-color: transparent;
  }
  .drawer-open .header-tgl__hamburger:before {
    transform: translateY(8px) rotate(45deg);
  }
  .drawer-open .header-tgl__hamburger:after {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header-nav {
    position: fixed;
    top: 56px;
    right: -312px;
    width: 312px;
    height: calc((var(--vh) * 100) - 56px);
    background-color: #fff;
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  }
  .header-nav:before,
  .header-nav:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  .header-nav:before {
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to bottom, #bababa 0%, white 100%);
  }
  .header-nav:after {
    left: -5px;
    width: 5px;
    height: 100%;
    background: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.16) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0, 0, 0, 1);
  }
  .drawer-open .header-nav {
    transform: translateX(-100%);
  }
  .drawer-open .header-nav:after {
    opacity: 1;
  }
  .header-nav__innr {
    height: 100%;
    overflow: auto;
  }
  .global-nav {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    padding: 32px 0;
  }
  .global-nav__item:nth-last-of-type(1) {
    margin-top: 24px;
  }
  .global-nav__anch {
    justify-content: flex-start;
    padding: 0 8px 0 24px;
    color: #000 !important;
    text-align: left;
    width: 90%;
  }
  .global-nav__anch:after {
    right: auto;
    width: 8px;
    height: 100%;
    background-color: #dc3545;
    transform-origin: left center;
    transform: scale(0, 1);
  }
  .global-nav__anch i:not(.fa-angle-down) {
    display: block;
    color: #526474;
  }
  .global-nav__anch.has_sub.is_sub_show:before {
    display: none;
  }
  .global-nav__anch--circle {
    width: 90%;
    height: 56px;
    padding: 0 8px 0 24px;
    margin-top: 0;
    margin-left: 0;
    border: none;
    border-radius: 0;
  }
  .global-nav__anch--circle:after {
    display: none;
  }
  .global-nav__anch--circle__elipsis {
    width: 24px;
    margin-right: 16px;
    text-align: center;
  }
  .global-nav__anch--circle__label {
    display: block;
  }
  .global-nav__anch--circle i.fa-angle-down {
    display: block;
  }
  .global-sub-nav {
    display: none;
    position: static;
    padding: 0 0 8px 64px;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  .is_sub_show + .global-sub-nav {
    display: block;
  }
  .global-sub-nav__anch {
    padding: 13px 8px 13px 0;
    font-size: 1.5rem;
  }
  .global-sub-sub-nav {
    padding: 0;
  }
  .global-sub-sub-nav__anch {
    padding: 13px 8px 13px 1ch;
    font-size: 1.5rem;
  }
  .modal-cover {
    display: block;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
  .modal-cover.yet-first {
    animation: cover-out 0.3s alternate forwards;
  }
  .drawer-open .modal-cover {
    animation: cover-in 0.3s alternate forwards;
  }
  @keyframes cover-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    99% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  @keyframes cover-in {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    1% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
}

@media screen and (max-width: 575px) {
  body {
    font-size: 1.4rem;
  }
  .header-logo__innr {
    width: 110px;
  }
  .header-acc-type {
    height: 16px;
    padding: 0 4px;
    margin: 4px 0 0 8px;
    font-size: 1rem;
    line-height: 14px;
  }
  .global-sub-nav__anch {
    padding: 12px 8px 12px 0;
  }
  .page-header-innr {
    padding-right: 16px;
    padding-left: 16px;
  }
  .main {
    padding: 32px 0 80px;
  }
  .footer-innr {
    height: 56px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-pagetop__btn:hover {
    transform: translateY(-5px);
  }
}

/*/////////////*/
/*--- login ---*/
/*/////////////*/
.main--login {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
}

.login-box {
  max-width: 344px;
  padding: 32px 16px 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.login-box-logo {
  max-width: 80%;
  margin: 0 auto 32px;
  text-align: center;
}
.login-box-formparts {
  margin-bottom: 16px;
}
.login-box-remember {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1;
}
.login-box-remember__label {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
.login-box-remember__label:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}
.login-box-remember__label input {
  display: none;
}
.login-box-send {
  margin-bottom: 32px;
  text-align: center;
}
.login-box-forget {
  margin: 0 -16px;
  border-top: 1px #f0f0f0 solid;
  background-color: #fafafa;
}
.login-box-forget__btn {
  display: block;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .main--login {
    padding: 32px 16px;
  }
  .login-box {
    max-width: 304px;
    padding: 24px 16px 0;
  }
  .login-box-logo {
    max-width: 90%;
    margin: 0 auto 24px;
  }
  .login-box-send {
    margin-bottom: 24px;
  }
}

/*/////////////////*/
/*--- dashboard ---*/
/*/////////////////*/
/*--- company dashboard ---*/
.company-dashboard-profile {
  margin-bottom: 48px;
}
.company-dashboard-profile .box-body {
  display: flex;
  flex-wrap: wrap;
}
.company-dashboard-profile__texts {
  flex: 0 0 auto;
  width: 56.2044%;
  padding-top: 12px;
  padding-left: 24px;
}
.company-dashboard-profile__imgs {
  flex: 0 0 auto;
  width: 43.7956%;
}
.company-dashboard-profile-swiper {
  margin-bottom: 8px;
}
.company-dashboard-profile-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.company-dashboard-profile-swiper-thumb .swiper-wrapper {
  justify-content: center;
}
.company-dashboard-profile-swiper-thumb .swiper-slide {
  position: relative;
  cursor: pointer;
  width: 90px !important;
}
.company-dashboard-profile-swiper-thumb .swiper-slide img {
  width: 100%;
  height: auto;
}
.company-dashboard-profile-swiper-thumb .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 #f2be2e solid;
  transition: border-width 0.2s;
}
.company-dashboard-profile-swiper-thumb .swiper-slide-thumb-active:after {
  border-width: 3px;
}
.company-dashboard-profile__foots {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 32px;
}
.company-dashboard-profile__name {
  margin-bottom: 28px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
.company-dashboard-profile__name:before,
.company-dashboard-profile__name:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.company-dashboard-profile__name:before {
  margin-top: calc((1 - 1.2) * 0.5em);
}
.company-dashboard-profile__name:after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .company-dashboard-profile__name:before {
    margin-top: 0;
  }
  .company-dashboard-profile__name:after {
    margin-bottom: 0;
  }
}

.company-dashboard-event .box-body {
  height: 70vh;
  overflow: visible;
}
.company-dashboard-event .box-body > div {
  height: 100%;
  overflow: auto;
}

/*--- student dashboard ---*/
.welcome-user {
  display: flex;
  align-items: center;
}
.welcome-user-face {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.welcome-user__name {
  flex: 0 0 auto;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}
.welcome-user__arrow {
  flex: 0 0 auto;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.welcome-user:hover .welcome-user__arrow {
  transform: translateX(5px);
}

.student-dashboard {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.student-dashboard--events {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px #ccc solid;
}
.student-dashboard__item {
  flex: 0 0 auto;
  width: calc(50% - 12px);
}
.student-dashboard-profile {
  width: 100%;
  margin-bottom: 40px;
}
.student-dashboard-profile__innr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
}
.student-dashboard-profile-user,
.student-dashboard-profile-reminder {
  flex: 0 0 auto;
  width: calc(50% - 12px);
}
.student-dashboard-profile-user {
  display: flex;
  flex-wrap: wrap;
}
.student-dashboard-profile-user__face {
  flex: 0 0 auto;
  width: 80px;
}
.student-dashboard-profile-user__face-img {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.student-dashboard-profile-user__face-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.student-dashboard-profile-user__hunt-status {
  display: block;
  padding: 4px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background-color: #526474;
  border-radius: 2px;
}
.student-dashboard-profile-user__hunt-status.ongoing {
  background-color: #5bc427;
}
.student-dashboard-profile-user__data {
  flex: 0 0 auto;
  width: calc(100% - 80px);
  padding-left: 14px;
}
.student-dashboard-profile-user__name {
  padding-top: 8px;
  margin-bottom: 4px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.student-dashboard-profile-user__name-kanji,
.student-dashboard-profile-user__name-kana {
  display: inline-block;
  margin-bottom: 8px;
}
.student-dashboard-profile-user__name-kanji {
  margin-right: 8px;
}
.student-dashboard-profile-user__name-kana {
  color: #808080;
  font-size: 0.5em;
}
.student-dashboard-profile-user__attr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -8px;
}
.student-dashboard-profile-user__attr__item {
  flex: 0 1 auto;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.student-dashboard-profile-user__attr__item:not(:nth-last-of-type(1)) {
  margin-right: 8px;
}
.student-dashboard-profile-user__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: -12px;
}
.student-dashboard-profile-user__contact__item {
  flex: 0 1 auto;
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.2;
  word-break: break-all;
}
.student-dashboard-profile-user__contact__item:not(:nth-last-of-type(1)) {
  margin-right: 14px;
}
.student-dashboard-profile-user__contact__item i {
  margin-right: 4px;
  color: #808080;
}
.student-dashboard-profile-user__foots {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 16px;
}
.student-dashboard-profile-reminder__item {
  position: relative;
  padding: 14px 16px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.student-dashboard-profile-reminder__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
.student-dashboard-profile-reminder__item.has-action {
  padding-right: 62px;
}
.student-dashboard-profile-reminder__ttl {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.student-dashboard-profile-reminder-body {
  margin-bottom: -8px;
}
.student-dashboard-profile-reminder-body__item {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.student-dashboard-profile-reminder-body__item:not(:nth-last-of-type(1)) {
  margin-right: 12px;
}
.student-dashboard-profile-reminder-body__item i {
  margin-right: 4px;
  color: #808080;
}
.student-dashboard-profile-reminder-body__item-label {
  margin-right: 4px;
  color: #808080;
}
.student-dashboard-profile-reminder-action {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.student-dashboard-profile-reminder-action__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.student-dashboard-profile-reminder-action__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}
.student-dashboard-profile-reminder-action__btn:hover {
  background-color: #ededed;
}
.student-dashboard-profile-reminder-action__btn i {
  color: #526474;
}
.student-dashboard-banner {
  position: relative;
  margin-top: 48px;
  background-color: #ffffff;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
}
.student-dashboard-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.student-dashboard-banner__innr {
  max-width: 888px;
  padding: 32px 24px;
  margin: 0 auto;
}
.student-dashboard-banner__anch {
  display: block;
  transition: opacity 0.3s;
}
.student-dashboard-banner__anch:hover {
  opacity: 0.7;
}

.admin-dashboard {
  width: 100%;
  column-count: 2;
  column-gap: 24px;
}
.admin-dashboard--events {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px #ccc solid;
}
.admin-dashboard__item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.admin-dashboard__item:not(:nth-of-type(1)) {
  margin-top: 40px;
}
.admin-dashboard--events .admin-dashboard__item:not(:nth-of-type(1)) {
  margin-top: 0;
}

@media screen and (max-width: 999px) {
  .company-dashboard-profile-swiper-thumb .swiper-slide {
    width: 82px !important;
  }
  .company-dashboard-profile__foots {
    padding-top: 24px;
  }
  .company-dashboard-profile__name {
    margin-bottom: 24px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .company-dashboard-profile {
    margin-bottom: 40px;
  }
  .company-dashboard-profile .box-body {
    flex-direction: column;
    width: 100%;
  }
  .company-dashboard-profile__texts {
    width: 100%;
    padding-top: 4px;
    padding-left: 0;
  }
  .company-dashboard-profile__imgs {
    width: 100%;
    margin-bottom: 32px;
  }
  .company-dashboard-profile__name {
    font-size: 2.6rem;
  }
  .student-dashboard--events {
    padding-top: 32px;
    margin-top: 32px;
  }
  .student-dashboard__item {
    width: 100%;
  }
  .student-dashboard-profile {
    margin-bottom: 32px;
  }
  .student-dashboard-profile-user,
  .student-dashboard-profile-reminder {
    width: 100%;
  }
  .student-dashboard-profile-user {
    margin-bottom: 8px;
  }
  .student-dashboard-profile-user__name {
    font-size: 2.2rem;
  }
  .student-dashboard-profile-user__foots {
    padding-top: 8px;
  }
  .student-dashboard-profile-reminder-body__item {
    font-size: 1.4rem;
  }
  .student-dashboard-company {
    margin-top: 32px;
  }
  .student-dashboard-event:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
  .student-dashboard-banner {
    margin-top: 40px;
  }
  .admin-dashboard {
    column-count: 1;
    column-gap: 0;
  }
  .admin-dashboard--events {
    padding-top: 32px;
    margin-top: 32px;
  }
  .admin-dashboard__item:not(:nth-of-type(1)) {
    margin-top: 32px;
  }
  .admin-dashboard--events .admin-dashboard__item:not(:nth-of-type(1)) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 575px) {
  .company-dashboard-profile {
    margin-bottom: 32px;
  }
  .company-dashboard-profile__imgs {
    margin-bottom: 24px;
  }
  .company-dashboard-profile__foots {
    padding-top: 16px;
    margin-bottom: -8px;
  }
  .company-dashboard-profile__name {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .company-dashboard-event .box-body {
    height: auto;
  }
  .welcome-user-face {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  .welcome-user__name {
    font-size: 1.2rem;
  }
  .student-dashboard--events {
    padding-top: 24px;
    margin-top: 24px;
  }
  .student-dashboard-profile {
    margin-bottom: 24px;
  }
  .student-dashboard-profile-reminder-body__item {
    font-size: 1.3rem;
  }
  .student-dashboard-company {
    margin-top: 24px;
  }
  .student-dashboard-event:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
  .student-dashboard-banner {
    margin-top: 32px;
  }
  .student-dashboard-banner__innr {
    padding: 24px 16px;
  }
  .admin-dashboard--events {
    padding-top: 24px;
    margin-top: 24px;
  }
  .admin-dashboard__item:not(:nth-of-type(1)) {
    margin-top: 24px;
  }
  .admin-dashboard--events .admin-dashboard__item:not(:nth-of-type(1)) {
    margin-top: 24px;
  }
}

/*//////////////////////*/
/*--- search company ---*/
/*//////////////////////*/
.search-cond {
  margin-bottom: 34px;
}
.search-cond-inputs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -16px;
}
.search-cond-inputs-group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 16px;
}
.search-cond-inputs-group--w-auto {
  width: auto;
}
.search-cond-inputs-group--w-full {
  width: 100%;
}
.search-cond-inputs__head {
  flex: 0 0 auto;
  width: 4.5em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.142;
}
.search-cond-inputs__body {
  flex: 1 1 auto;
}
.search-cond__action {
  padding-top: 24px;
  text-align: center;
}

.search-result-index {
  margin-bottom: 24px;
  font-size: 1.4rem;
}
.search-result-index__num {
  font-size: 1.6rem;
  font-weight: 700;
}

.search-list__item {
  position: relative;
}
.search-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}

.search-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 8px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.search-box-students {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.search-box-students__face {
  flex: 0 0 auto;
  padding: 8px 16px 0;
}
.search-box-students__face-img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.search-box-students__header {
  flex: 0 0 auto;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: calc(100% - 96px);
  padding-top: 8px;
  padding-right: 72px;
}
.search-box-students__header__name {
  flex: 0 0 auto;
  margin: 2px 16px 2px 0;
  color: #000;
}
.search-box-students__header__name-main {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.search-box-students__header__name-kana {
  margin-left: 8px;
  font-size: 1.3rem;
}
.search-box-students__header__last-int {
  flex: 0 0 auto;
  margin: 2px 0;
}
.search-box-students__header__last-int .item-label,
.search-box-students__header__last-int .info-details__head,
.search-box-students__header__last-int .form-parts-wrap__label {
  display: inline-block;
  margin-bottom: 0;
}
.search-box-students__header__last-int__date {
  display: inline-block;
  margin-left: 4px;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
}
.search-box-students__outline {
  flex: 1 1 auto;
  width: 100%;
  padding: 8px 16px 24px 96px;
  color: #000;
  font-size: 1.4rem;
}
.search-box-students__outline .search-box-outline-infos {
  padding-left: 0;
}
.search-box-students__outline .search-box-outline-infos:before {
  display: none;
}
.search-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f2be2e;
}
.search-box:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.search-box-image {
  flex: 0 0 auto;
  width: 45.263157%;
}
.search-box-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-box-students .search-box-image {
  width: 80px;
  height: 72px;
  padding: 8px 0 0 16px;
}
.search-box-students .search-box-image__img {
  display: block;
  border-radius: 50%;
}
.search-box-outline {
  flex: 0 0 auto;
  align-self: center;
  width: calc(100% - 45.263157%);
  padding: 16px;
  color: #000;
  font-size: 1.4rem;
}
.search-box-students .search-box-outline {
  flex: 1 1 auto;
}
.search-box-outline__company-name {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}
.search-box-outline__company-name {
  padding-right: 62px;
}
.search-box-outline__place,
.search-box-outline-infos {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.search-box-outline__place:before,
.search-box-outline-infos:before {
  content: "\f3c5";
  position: absolute;
  left: 0;
  width: 16px;
  font-family: "Font Awesome 5 Free";
  color: #999;
  font-weight: 900;
  text-align: center;
}
.search-box-outline-infos {
  display: flex;
  flex-wrap: wrap;
}
.search-box-outline-infos:nth-last-of-type(1) {
  margin-bottom: 0;
}
.search-box-outline-infos:before {
  content: "\f02b";
}
.search-box-outline-infos__item {
  margin-bottom: 2px;
  font-size: 1.4rem;
}
.search-box-outline-infos__item:not(:nth-last-of-type(1)):after {
  content: "/";
  margin: 0 4px;
}
.search-box__excerpt {
  flex: 0 0 auto;
  width: 100%;
  padding: 16px 24px;
  color: #000;
  font-size: 1.5rem;
  border-top: 1px #ccc solid;
}
.search-box__to {
  flex: 0 0 auto;
  width: 100%;
  padding: 8px;
  font-weight: 500;
  text-align: center;
  background-color: #fafafa;
  border-top: 1px #e6e6e6 solid;
}

.company-image,
.event-image {
  margin-top: -48px;
  margin-bottom: -40px;
}
.company-image--no-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #fff;
  background: #fff url(../img/common/no-image.svg) center no-repeat;
  background-size: contain;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.company-detail,
.event-detail {
  padding: 0 0 8px;
}
.company-detail-name,
.event-detail-header {
  padding: 16px 24px;
  font-weight: 500;
  border-top: 8px #f2be2e solid;
}
.company-detail--edit .company-detail-name,
.company-detail--edit .event-detail-header {
  padding: 24px;
}
.company-detail-name__main,
.company-detail-name__kana {
  display: inline-block;
  line-height: 1.3;
}
.company-detail-name__main {
  margin-right: 8px;
  font-size: 2.4rem;
}
.company-detail-name__kana {
  color: #999;
  font-size: 1.2rem;
}
.company-detail-jobs {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px #ccc solid;
}
.company-detail-pr__img {
  margin-bottom: 24px;
}
.company-detail-pr__img:empty {
  margin-bottom: 0;
}
.company-detail-pr__body {
  line-height: 1.8;
}
.company-detail-pr__body:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .company-detail-pr__body:before {
    margin-top: 0;
  }
}
.company-detail-event .box-body {
  height: 70vh;
  overflow: hidden;
}
.company-detail-event .box-body > div {
  height: 100%;
  overflow: auto;
}
.company-detail-event .event-list__head,
.company-detail-event .company-suspended-list__head,
.company-detail-event .event-list__body,
.company-detail-event .company-suspended-list__body {
  padding-right: 24px;
}

.categories__item:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}

.categories-ttl {
  margin-bottom: 16px;
}
.categories-ttl__label {
  font-weight: 500;
  line-height: 1.2;
}

.categories-list__item {
  border: 1px #ccc solid;
  border-radius: 5px;
  background-color: #ffffff;
}
.categories-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

.categories-list-cat-name {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 24px;
  border-bottom: 1px #ccc solid;
}
.categories-list-cat-name__label {
  position: relative;
  color: #000;
  font-weight: 500;
}
.categories-list-cat-name__action {
  flex: 0 0 auto;
  position: relative;
}
.categories-list-cat-name__action .float-nav {
  position: static;
  transform: none;
}
.categories-list--edit .categories-list-cat-name {
  padding-right: 0;
}

.categories-list__anch {
  flex: 1 1 auto;
  padding: 16px 24px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.categories-list__anch:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  transition: background-color 0.3s;
}
.categories-list__anch:hover:before {
  background-color: rgba(0, 0, 0, 0.04);
}
.categories-list__anch:not([href]):before {
  display: none;
}

.categories-list-terms {
  display: flex;
  align-items: center;
}
.categories-list-terms-list {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 24px 8px;
}
.categories-list-terms-list__item {
  margin-bottom: 8px;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.2;
}
.categories-list-terms-list__item:not(:nth-last-of-type(1)):after {
  content: "/";
  margin: 0 4px;
}
.categories-list-terms__action {
  flex: 0 0 auto;
  padding: 0 16px 0 0;
}

.company-suspended-list {
  width: 100%;
  padding: 16px 0;
}
.company-suspended-list__innr {
  grid-template-columns: 21.108179% 78.891821%;
}
.company-suspended-list__head {
  padding-right: 64px;
}
.company-suspended-list__ttl {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}
.company-suspended-list__body {
  padding-right: 64px;
}
.company-suspended-list__body .info-details--nowrap {
  grid-row-gap: 12px;
  row-gap: 12px;
}
.company-suspended-list__body .info-details__body {
  font-size: 1.4rem;
}
.company-suspended-list__float-nav {
  right: 16px;
}

@media screen and (max-width: 767px) {
  .search-cond-inputs-group {
    width: 100%;
  }
  .search-cond-inputs__head {
    font-size: 1.3rem;
  }
  .search-cond__action {
    padding-top: 20px;
  }
  .company-image,
  .event-image {
    max-width: 100%;
    padding: 0;
  }
  .company-detail--edit .company-detail-name,
  .company-detail--edit .event-detail-header {
    padding: 16px 24px;
  }
  .company-detail-jobs {
    padding-top: 16px;
    margin-top: 16px;
  }
  .company-detail-pr__img {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .categories__item:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
  .categories-ttl {
    margin-bottom: 12px;
  }
  .categories-ttl__label {
    font-size: 1.5rem;
  }
  .categories-list-cat-name {
    padding-right: 16px;
  }
  .categories-list__anch {
    padding: 16px 0 16px 16px;
  }
  .categories-list-terms {
    padding: 16px 16px 8px;
  }
  .categories-list-terms__item {
    font-size: 1.3rem;
  }
  .company-suspended-list {
    padding: 8px 0;
  }
  .company-suspended-list__innr {
    grid-template-columns: 30% 70%;
  }
  .company-suspended-list__head {
    padding-right: 56px;
    display: flex;
    align-items: center;
  }
  .company-suspended-list__ttl {
    flex: 0 1 auto;
    margin-bottom: 0;
    font-size: 1.7rem;
  }
  .company-suspended-list__body {
    padding-right: 16px;
  }
  .company-suspended-list__float-nav {
    right: 16px;
  }
}

@media screen and (max-width: 575px) {
  .search-cond {
    margin-bottom: 24px;
  }
  .search-cond-inputs {
    margin: 0 -12px -8px;
  }
  .search-cond-inputs-group {
    margin-bottom: 8px;
  }
  .search-cond-inputs__head {
    font-size: 1.2rem;
  }
  .search-cond__action {
    padding-top: 16px;
  }
  .search-result-index {
    margin-bottom: 16px;
    padding-left: 16px;
  }
  .search-list {
    padding-right: 8px;
    padding-left: 8px;
  }
  .search-list--admin-companies .float-nav {
    top: 8px;
    right: 8px;
  }
  .search-list--admin-companies .float-nav-tgl {
    background-color: #ffffff;
  }
  .search-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 16px;
  }
  .search-list--students .float-nav {
    top: 8px;
    right: 8px;
  }
  .search-box-students__face-img {
    width: 56px;
    height: 56px;
  }
  .search-box-students__header {
    width: calc(100% - 88px);
    padding-right: 48px;
  }
  .search-box-students__header__name {
    margin: 0 16px 0 0;
  }
  .search-box-students__header__name-main {
    font-size: 1.6rem;
  }
  .search-box-students__header__name-kana {
    font-size: 1.2rem;
  }
  .search-box-students__header__last-int {
    margin: 2px 0 0;
  }
  .search-box-students__header__last-int .item-label,
  .search-box-students__header__last-int .info-details__head,
  .search-box-students__header__last-int .form-parts-wrap__label {
    margin-bottom: 0;
  }
  .search-box-students__outline {
    padding: 16px;
    font-size: 1.3rem;
  }
  .search-box-image {
    width: 100%;
  }
  .search-box-image__img {
    height: auto;
  }
  .search-box-outline {
    width: 100%;
    padding: 12px 16px;
  }
  .search-list--admin-companies .search-box-outline__company-name {
    padding-right: 0;
  }
  .search-box__excerpt {
    padding: 12px 16px;
    font-size: 1.4rem;
  }
  .search-box__to {
    font-size: 1.5rem;
  }
  .company-image,
  .event-image {
    margin-top: -32px;
    margin-bottom: -32px;
  }
  .company-detail-name,
  .event-detail-header {
    padding: 10px 16px 12px;
  }
  .company-detail--edit .company-detail-name,
  .company-detail--edit .event-detail-header {
    padding: 16px;
  }
  .company-detail-jobs {
    padding: 16px 0;
  }
  .company-detail-pr__img {
    margin-bottom: 16px;
  }
  .company-detail-pr__img:empty {
    margin-bottom: 0;
  }
  .company-detail-event .box-body {
    height: auto;
  }
  .company-detail-event .event-list__head,
  .company-detail-event .company-suspended-list__head,
  .company-detail-event .event-list__body,
  .company-detail-event .company-suspended-list__body {
    padding-right: 16px;
  }
  .categories__item:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
  .categories-ttl {
    margin-bottom: 10px;
  }
  .categories-ttl__label {
    font-size: 1.4rem;
  }
  .categories-list {
    margin-right: 8px;
    margin-left: 8px;
  }
  .categories-list-cat-name {
    padding-right: 8px;
  }
  .categories-list__anch {
    padding: 12px 0 12px 16px;
  }
  .categories-list-terms {
    padding: 12px 16px 4px;
  }
  .categories-list-terms__item {
    font-size: 1.2rem;
  }
  .company-suspended-list__head {
    padding-right: 0;
    display: block;
    margin-bottom: 16px;
  }
  .company-suspended-list__ttl {
    font-size: 1.6rem;
  }
  .company-suspended-list__float-nav {
    right: 24px;
  }
  .company-suspended-list__float-nav .float-nav-tgl {
    background-color: #ffffff;
  }
}

/*///////////////*/
/*--- profile ---*/
/*///////////////*/
.student-profile-personal {
  display: flex;
  align-items: flex-start;
  margin: -16px -40px 32px;
}
.student-profile-personal-face {
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
  margin-left: -64px;
}
.student-profile-personal-face__img {
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.student-profile-personal-face .upload-image__label {
  border-radius: 50%;
}
.student-profile-personal-face .upload-image__label:before {
  border-radius: 50%;
}
.student-profile-personal-face .upload-image-remove {
  right: 0;
  bottom: -8px;
  transform: translateY(100%);
}
.student-profile-personal__body {
  flex: 1 1 auto;
  align-self: center;
  padding: 16px 40px 32px 0;
  margin-left: 24px;
  border-bottom: 1px #ccc solid;
}
.student-profile-personal__body {
  padding-bottom: 32px;
}
.student-profile-personal__hunt-status {
  width: fit-content;
  padding: 6px 12px;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #526474;
  border-radius: 2px;
}
.student-profile-personal__hunt-status.ongoing {
  background-color: #5bc427;
}
.student-profile-personal__name {
  margin-bottom: 16px;
  font-size: 3.2rem;
  line-height: 1;
}
.student-profile-personal__name-kanji,
.student-profile-personal__name-kana {
  display: inline-block;
  margin-bottom: 8px;
}
.student-profile-personal__name-kanji {
  font-weight: 500;
}
.student-profile-personal__name-kana {
  font-size: 0.5em;
  color: #808080;
}
.student-profile-personal__attr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -16px;
  margin-bottom: -8px;
}
.student-profile-personal__attr__item {
  flex: 0 1 auto;
  margin-right: 16px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.student-profile-personal__place {
  margin-top: 12px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.student-profile-personal__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -32px;
  margin-bottom: -12px;
}
.student-profile-personal__contact__item {
  flex: 0 1 auto;
  margin-right: 32px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.student-profile-personal__contact__item i {
  margin-right: 8px;
  color: #808080;
}

.student-profile-logs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}
.student-profile-logs__item {
  flex: 0 0 auto;
  width: calc(50% - 12px);
}

/*--- admin  ---*/
.students-profile__job-hunt-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  width: 100%;
}
.students-profile__job-hunt-status-label {
  flex: 0 0 auto;
  margin-right: 16px;
  line-height: 1;
}
.students-profile__job-hunt-status__update {
  flex: 0 0 auto;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1;
}
.students-profile__job-hunt-status__update-label {
  display: inline-block;
  margin-right: 4px;
  color: #808080;
  font-weight: 500;
}
.students-profile__job-hunt-status__update-date {
  display: inline-block;
}

.students-log-list {
  margin-top: 72px;
}
.students-log-list .box-body {
  height: 70vh;
  overflow: hidden;
}
.students-log-list .box-body > div {
  height: 100%;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .student-profile-personal {
    margin: -16px -32px 32px;
  }
  .student-profile-personal-face {
    width: 160px;
    height: 160px;
    margin-left: -32px;
  }
  .student-profile-personal__body {
    padding: 16px 32px 32px 0;
  }
  .student-profile-personal__hunt-status {
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  .student-profile-personal__name {
    margin-bottom: 12px;
    font-size: 3rem;
  }
  .student-profile-personal__contact {
    margin-right: -24px;
  }
  .student-profile-personal__contact__item {
    margin-right: 24px;
  }
  .student-profile-logs {
    margin-top: 70px;
  }
  .student-profile-logs__item {
    width: 100%;
  }
  .student-profile-logs__item:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
  .students-log-list {
    margin-top: 64px;
  }
}

@media screen and (max-width: 575px) {
  .student-profile {
    margin-top: 100px;
  }
  .student-profile-personal {
    display: block;
    margin: 0 -16px 24px;
    position: relative;
  }
  .student-profile-personal-face {
    width: 200px;
    height: 200px;
    margin-left: 0;
    position: absolute;
    top: -116px;
    left: 50%;
    transform: translateX(-50%);
  }
  .student-profile-personal-face .upload-image-remove {
    right: 0;
    bottom: 0;
    transform: translateY(0);
  }
  .student-profile-personal__body {
    padding: 100px 16px 24px;
    margin-left: 0;
  }
  .student-profile-personal__hunt-status {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .student-profile-personal__name {
    margin-bottom: 10px;
    font-size: 2.6rem;
  }
  .student-profile-personal__place {
    margin-bottom: 16px;
  }
  .student-profile-personal__contact {
    margin-right: -16px;
    margin-bottom: -12px;
  }
  .student-profile-personal__contact__item {
    margin-right: 16px;
    margin-bottom: 12px;
  }
  .student-profile-logs {
    margin-top: 60px;
  }
  .student-profile-logs__item:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
  .students-log-list {
    margin-top: 56px;
  }
  .students-log-list .box-body {
    max-height: 100%;
  }
}

/*//////////////////////*/
/*--- interview-logs ---*/
/*//////////////////////*/
.interview-logs-detail-header {
  display: flex;
  align-items: flex-start;
  padding: 0 0 16px;
  margin-top: -8px;
  margin-bottom: 32px;
  border-bottom: 1px #ccc solid;
}
.interview-logs-detail-header__face {
  flex: 0 0 auto;
  width: 192px;
}
.interview-logs-detail-header__face-img {
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.interview-logs-detail-header__body {
  flex: 1 1 auto;
  align-self: center;
  padding: 8px 0 8px 16px;
}
.interview-logs-detail-header__ac-name {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.star-rating {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 12px;
}
.star-rating__input {
  display: none;
}
.star-rating__label {
  flex: 0 0 auto;
  position: relative;
  width: 30px;
  font-family: "Font Awesome 5 Free";
  font-size: 3.2rem;
}
.star-rating__label:before {
  content: "\f005";
  color: #999;
  font-weight: 400;
  transition: color 0.3s;
}
.star-rating__label:after {
  content: "\f005";
  position: absolute;
  top: 0;
  left: 0;
  color: #f2be2e;
  font-weight: 900;
  transform-origin: center;
  transform: scale(1.1);
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0, 0, 0.8, 2);
}
.star-rating__label:hover:before {
  color: #f2be2e;
}
.star-rating__label:hover:after {
  color: #dfa80e;
}
.star-rating__input:checked + .star-rating__label:after {
  opacity: 0;
  transform: scale(0);
}
.star-rating__input:checked
  + .star-rating__label
  + .star-rating__input
  + label:after {
  opacity: 0;
  transform: scale(0);
}
.star-rating__input:checked
  + .star-rating__label
  + .star-rating__input
  + label
  + .star-rating__input
  + label:after {
  opacity: 0;
  transform: scale(0);
}
.star-rating__input:checked
  + .star-rating__label
  + .star-rating__input
  + label
  + .star-rating__input
  + label
  + .star-rating__input
  + label:after {
  opacity: 0;
  transform: scale(0);
}
.star-rating__input:checked
  + .star-rating__label
  + .star-rating__input
  + label
  + .star-rating__input
  + label
  + .star-rating__input
  + label
  + .star-rating__input
  + label:after {
  opacity: 0;
  transform: scale(0);
}

.student-compact-data {
  margin-bottom: 24px;
}
.student-compact-data-innr {
  display: flex;
}
.student-compact-data__face {
  flex: 0 0 auto;
}
.student-compact-data__face-img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}
.student-compact-data__body {
  flex: 1 1 auto;
  padding-top: 4px;
  padding-left: 16px;
}
.student-compact-data__name {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
}
.student-compact-data__name-main {
  display: inline-block;
  margin-right: 8px;
  font-weight: 700;
}
.student-compact-data__name-kana {
  display: inline-block;
  font-size: 0.722em;
}
.student-compact-data__school-data {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4px;
  margin-right: -16px;
  margin-bottom: -8px;
}
.student-compact-data__school-data__item {
  font-size: 1.4rem;
  margin-right: 16px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.interview-logs-pd-info {
  margin-top: 40px;
}

@media screen and (max-width: 999px) {
  .interview-logs-detail-header__face {
    width: 172px;
  }
}

@media screen and (max-width: 767px) {
  .interview-logs-detail-header__face {
    width: 144px;
  }
  .interview-logs-detail-header__ac-name {
    font-size: 2.2rem;
  }
  .interview-logs-pd-info {
    margin-top: 32px;
  }
}

@media screen and (max-width: 575px) {
  .interview-logs-detail-header {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .interview-logs-detail-header__face {
    width: 96px;
  }
  .interview-logs-detail-header__ac-name {
    font-size: 2rem;
  }
  .interview-logs-pd-info {
    margin-top: 24px;
  }
}

/*//////////////*/
/*--- events ---*/
/*//////////////*/
.event-detail-header__ttl {
  margin-bottom: 0;
}

.event-detail-note {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px #ccc solid;
}

.event-detail-application .data-list {
  height: 60vh;
  overflow: auto;
}

.event-detail__show-company-info {
  position: relative;
  padding-right: 130px;
}
.event-detail__show-company-info .text-anch {
  position: absolute;
  top: -8px;
  right: 8px;
}

@media screen and (max-width: 575px) {
  .event-detail-application .data-list {
    height: auto;
  }
  .event-detail-application .box-body {
    padding: 0;
  }
}

/*-------------*/
/*--- parts ---*/
/*-------------*/
.admin-profile {
  margin-bottom: 24px;
}
.admin-profile-body {
  display: grid;
  grid-template-columns: 31.143552% 1fr;
  grid-template-rows: auto 1fr;
  gap: 24px 32px;
  grid-template-areas:
    "icon names"
    "icon mail";
}
.admin-profile__icon {
  grid-area: icon;
}
.admin-profile__icon-frame {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.admin-profile__icon-frame:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.admin-profile__icon-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-profile__icon__change-btn {
  padding-top: 16px;
  text-align: center;
}
.admin-profile__names {
  grid-area: names;
}
.admin-profile__mail {
  grid-area: mail;
}

@media screen and (max-width: 767px) {
  .admin-profile-body {
    gap: 24px 24px;
  }
  .admin-profile__icon__change-btn {
    padding-top: 8px;
  }
  .admin-profile__names .info-details-group--half {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .admin-profile-body {
    gap: 16px 16px;
    grid-template-areas:
      "icon names"
      "mail mail";
  }
  .admin-profile__icon__change-btn {
    padding-top: 8px;
  }
  .admin-profile__names .info-details-group--half {
    width: 100%;
  }
}

/*------------------------*/
/*--- vuetify override ---*/
/*------------------------*/
.v-btn.v-size--default,
.v-btn.v-size--large {
  font-size: 1.4rem;
}

.v-date-picker-header__value button {
  font-size: 1.4rem;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.w-auto {
  width: auto;
}

.atds {
  width: 100%;
}

.w-100 {
  width: 100%;
}

.w100 {
  max-width: 100%;
  height: auto;
}

.w100p {
  width: 100%;
  height: auto;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.lh100 {
  line-height: 100%;
}

.lh150 {
  line-height: 150%;
}

.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.txt-lead {
  margin-bottom: 40px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
.txt-lead--large {
  font-size: 3.2rem;
  line-height: 1.5;
}

.txt--bold {
  font-weight: bold;
}

.txt--up {
  font-size: 1.125em;
}

.txt--small {
  font-size: 0.875em;
  line-height: 1.4em;
}

.txt--1-5 {
  font-size: 1.5em !important;
  line-height: 1.6 !important;
}

.txt--left {
  text-align: left;
}

.txt--center {
  text-align: center;
}

.txt--right {
  text-align: right;
}

.txt--ffs {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.txt--justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.txt--lh1 {
  line-height: 1 !important;
}

.txt--white {
  color: #fff !important;
}

.txt--red {
  color: #e96262;
}

.txt--yellow {
  color: #f2be2e;
}

.txt--grey {
  color: #808080;
}

.txt--blank {
  color: #bbbbbb;
}

.txt--negative-indent {
  text-indent: -0.5em;
}

.txt--gothic {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.midTex {
  font-size: 1.2em;
}

.moreMidTex {
  font-size: 1.35em;
  line-height: 1.5em;
}

.hiMidTex {
  font-size: 1.5em;
  line-height: 1.3em;
}

.bigTex {
  font-size: 2em;
  line-height: 1em;
}

.smallTex {
  font-size: 0.8em;
}

.img--right {
  float: right;
  margin: 0 0 30px 30px;
}

.img--left {
  float: left;
  margin: 0 30px 30px 0;
}

.img--bd {
  border: 1px #ccc solid;
}

.img--of {
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.img--of--contain {
  object-fit: contain;
  font-family: "object-fit:contain;";
}
.img--of--pos-left {
  object-fit: cover;
  object-position: left center;
  font-family: "object-fit:cover; object-position:left center;";
}
.img--of--pos-c-r {
  object-fit: cover;
  object-position: right center;
  font-family: "object-fit:cover; object-position:right center;";
}

.bgc--white {
  background-color: #fff;
}

.bgc--red {
  background-color: #e96262;
}

.display--none {
  display: none;
}

.display--block {
  display: block;
}

.display--ib {
  display: inline-block;
}

.hover--opacity {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.hover--underline:hover {
  text-decoration: underline;
}

.ind {
  text-indent: 1em;
}

.listLike {
  text-indent: -1em;
  padding-left: 1em;
}

.listLike1-5 {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.centerImg {
  display: block;
  margin: 0 auto;
}

.rightImg {
  display: block;
  float: right;
  margin: 0 0 10px 15px;
}

.leftImg {
  display: block;
  float: left;
}

.ws-nw {
  display: inline-block;
  white-space: nowrap;
}

.md-none {
  display: block;
}

.md-visible {
  display: none;
}
.md-visible--inline {
  display: none;
}

.sm-none {
  display: block;
}

.sm-visible {
  display: none;
}

.xs-none {
  display: block !important;
}
.xs-none--inline {
  display: inline;
}

.xs-visible {
  display: none !important;
}
.xs-visible--inline {
  display: none;
}

@media screen and (max-width: 999px) {
  .md-visible {
    display: block;
  }
  .md-visible--inline {
    display: inline;
  }
  .md-m0 {
    margin: 0 !important;
  }
  .md-mb0 {
    margin-bottom: 0 !important;
  }
  .md-mb5 {
    margin-bottom: 5px !important;
  }
  .md-mb10 {
    margin-bottom: 10px !important;
  }
  .md-mb15 {
    margin-bottom: 15px !important;
  }
  .md-mb20 {
    margin-bottom: 20px !important;
  }
  .md-mb25 {
    margin-bottom: 25px !important;
  }
  .md-mb30 {
    margin-bottom: 30px !important;
  }
  .md-mb35 {
    margin-bottom: 35px !important;
  }
  .md-mb40 {
    margin-bottom: 40px !important;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb60 {
    margin-bottom: 60px !important;
  }
  .md-mt0 {
    margin-top: 0 !important;
  }
  .md-mt10 {
    margin-top: 10px !important;
  }
  .md-mt15 {
    margin-top: 15px !important;
  }
  .md-mt20 {
    margin-top: 20px !important;
  }
  .md-mt30 {
    margin-top: 30px !important;
  }
  .md-mt40 {
    margin-top: 40px !important;
  }
  .md-mt50 {
    margin-top: 50px !important;
  }
  .md-mr0 {
    margin-right: 0 !important;
  }
  .md-pb30 {
    padding-bottom: 30px !important;
  }
  .md-pt0 {
    padding-top: 0 !important;
  }
  .md-pt5 {
    padding-top: 5px !important;
  }
  .md-pt10 {
    padding-top: 10px !important;
  }
  .md-pt20 {
    padding-top: 20px !important;
  }
  .md-pt30 {
    padding-top: 30px !important;
  }
  .md-pt40 {
    padding-top: 40px !important;
  }
  .md-pt50 {
    padding-top: 50px !important;
  }
  .md-pt60 {
    padding-top: 60px !important;
  }
  .md-pt70 {
    padding-top: 70px !important;
  }
  .md-pb0 {
    padding-bottom: 0px !important;
  }
  .md-pb5 {
    padding-bottom: 5px !important;
  }
  .md-pb10 {
    padding-bottom: 10px !important;
  }
  .md-pb20 {
    padding-bottom: 20px !important;
  }
  .md-pb30 {
    padding-bottom: 30px !important;
  }
  .md-pb40 {
    padding-bottom: 40px !important;
  }
  .md-pb50 {
    padding-bottom: 50px !important;
  }
  .md-pb60 {
    padding-bottom: 60px !important;
  }
  .md-pb70 {
    padding-bottom: 70px !important;
  }
  .md-pl10 {
    padding-left: 10px !important;
  }
  .md-pl15 {
    padding-left: 15px !important;
  }
  .md-pl20 {
    padding-left: 20px !important;
  }
  .md-pl10 {
    padding-left: 10px !important;
  }
  .md-pl30 {
    padding-left: 30px !important;
  }
  .txt-lead {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .txt--1-5 {
    font-size: 1.2em !important;
  }
  .txt--up {
    font-size: 1.05em;
  }
  .txt-lead {
    margin-bottom: 30px;
  }
  .txt-lead--large {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .xs--txt--right {
    text-align: right;
  }
  .xs--txt--center {
    text-align: center;
  }
  .xs--txt--left {
    text-align: left;
  }
  .xs--display--inline {
    display: inline;
  }
  .xs-m0 {
    margin: 0 !important;
  }
  .xs-mb0 {
    margin-bottom: 0 !important;
  }
  .xs-mb5 {
    margin-bottom: 5px !important;
  }
  .xs-mb10 {
    margin-bottom: 10px !important;
  }
  .xs-mb15 {
    margin-bottom: 15px !important;
  }
  .xs-mb20 {
    margin-bottom: 20px !important;
  }
  .xs-mb25 {
    margin-bottom: 25px !important;
  }
  .xs-mb30 {
    margin-bottom: 30px !important;
  }
  .xs-mb35 {
    margin-bottom: 35px !important;
  }
  .xs-mb40 {
    margin-bottom: 40px !important;
  }
  .xs-mb50 {
    margin-bottom: 50px !important;
  }
  .xs-mb60 {
    margin-bottom: 60px !important;
  }
  .xs-mt0 {
    margin-top: 0 !important;
  }
  .xs-mt10 {
    margin-top: 10px !important;
  }
  .xs-mt15 {
    margin-top: 15px !important;
  }
  .xs-mt20 {
    margin-top: 20px !important;
  }
  .xs-mt30 {
    margin-top: 30px !important;
  }
  .xs-mt40 {
    margin-top: 40px !important;
  }
  .xs-mt50 {
    margin-top: 50px !important;
  }
  .xs-mr0 {
    margin-right: 0 !important;
  }
  .xs-pb30 {
    padding-bottom: 30px !important;
  }
  .xs-pt0 {
    padding-top: 0 !important;
  }
  .xs-pt5 {
    padding-top: 5px !important;
  }
  .xs-pt10 {
    padding-top: 10px !important;
  }
  .xs-pt20 {
    padding-top: 20px !important;
  }
  .xs-pt30 {
    padding-top: 30px !important;
  }
  .xs-pt40 {
    padding-top: 40px !important;
  }
  .xs-pt50 {
    padding-top: 50px !important;
  }
  .xs-pt60 {
    padding-top: 60px !important;
  }
  .xs-pt70 {
    padding-top: 70px !important;
  }
  .xs-pb0 {
    padding-bottom: 0px !important;
  }
  .xs-pb5 {
    padding-bottom: 5px !important;
  }
  .xs-pb10 {
    padding-bottom: 10px !important;
  }
  .xs-pb20 {
    padding-bottom: 20px !important;
  }
  .xs-pb30 {
    padding-bottom: 30px !important;
  }
  .xs-pb40 {
    padding-bottom: 40px !important;
  }
  .xs-pb50 {
    padding-bottom: 50px !important;
  }
  .xs-pb60 {
    padding-bottom: 60px !important;
  }
  .xs-pb70 {
    padding-bottom: 70px !important;
  }
  .xs-pl10 {
    padding-left: 10px !important;
  }
  .xs-pl15 {
    padding-left: 15px !important;
  }
  .xs-pl20 {
    padding-left: 20px !important;
  }
  .xs-pl10 {
    padding-left: 10px !important;
  }
  .xs-pl30 {
    padding-left: 30px !important;
  }
  .xs-none {
    display: none !important;
  }
  .xs-none--inline {
    display: none;
  }
  .xs-visible {
    display: block !important;
  }
  .xs-visible--inline {
    display: inline !important;
  }
}

@media screen and (max-width: 575px) {
  .txt-lead {
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.75;
  }
  .txt-lead--large {
    font-size: 2rem;
    line-height: 1.3;
  }
}
