/* break point */
/* color setting */
@media only screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.only-sp-inline {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .only-sp-inline {
    display: none;
  }
}

.only-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

.only-pc-inline {
  display: none;
}

@media only screen and (min-width: 768px) {
  .only-pc-inline {
    display: inline;
  }
}

.nowrap {
  white-space: nowrap;
}

.article_content__event .widget_area.fixed.bottom {
  bottom: -25px;
}

.l-banner__item {
  background: #FFF9F0;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .l-banner__item {
    margin-bottom: 1.5625vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner__item {
    margin-bottom: 20px;
  }
}

.l-banner__item-ttl {
  align-items: center;
  background: #FFC610;
  border: solid #FFC610;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  border-width: 5px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .l-banner__item-ttl {
    border-radius: 0.46875vw 0.46875vw 0 0;
    border-width: 0.39062vw;
    font-size: 1.5625vw;
    height: 3.125vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner__item-ttl {
    border-radius: 6px 6px 0 0;
    border-width: 5px;
    font-size: 20px;
    height: 40px;
  }
}

.l-banner__body {
  border: solid #FFC610;
  border-radius: 0 0 6px 6px;
  border-top: none;
  border-width: 5px;
  padding: 20px 15px 15px;
}

.l-banner__body._sidebar {
  border-radius: 6px;
  border-top: 5px solid #FFC610;
  display: none;
  color: #222222;
}

@media only screen and (min-width: 768px) {
  .l-banner__body {
    border-radius: 0 0 0.46875vw 0.46875vw;
    border-width: 0.39062vw;
    padding: 1.5625vw 1.17188vw 1.17188vw;
  }

  .l-banner__body._sidebar {
    border-radius: 6px;
    border-top: 0.39062vw solid #FFC610;
    display: block;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner__body {
    border-width: 5px;
    padding: 20px 15px 15px;
  }

  .l-banner__body._sidebar {
    border-radius: 6px;
    border-top: 5px solid #FFC610;
  }
}

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

.l-banner__item-txt._sub {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .l-banner__item-txt._sub {
    font-size: 1.17188vw;
    margin-bottom: 0.46875vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner__item-txt._sub {
    font-size: 15px;
    margin-bottom: 6px;
  }
}

.l-banner__item-txt._main {
  color: #FFC610;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 13px;
}

@media only screen and (min-width: 768px) {
  .l-banner__item-txt._main {
    font-size: 1.5625vw;
    margin-bottom: 1.01562vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner__item-txt._main {
    font-size: 20px;
    margin-bottom: 13px;
  }
}

.l-banner__item-txt._main ._inline {
  display: inline-block;
}

.l-banner__item-img {
  margin: 0 auto 10px;
  max-width: 329px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-banner__item-img {
    margin: 0 auto 0.78125vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner__item-img {
    margin: 0 auto 10px;
  }
}

.l-banner__item-img img {
  vertical-align: middle;
}

.l-banner__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71429;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .l-banner__txt {
    font-size: 1.09375vw;
    margin-bottom: 1.17188vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner__txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.l-banner__txt ._bold {
  font-weight: 600;
}

.l-banner__btn--box {
  text-align: center;
}

.l-banner__btn {
  align-items: center;
  background:
    linear-gradient(96.41deg, #0080FF -100.1%, #00AAFF -64.89%, #FFC610 -30.77%, #FFC610 26.45%, #1AC44A 57.88%, #00AAFF 81.48%, #0080FF 114.77%);
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  height: 58px;
  justify-content: center;
  max-width: 330px;
  transition: all .4s ease;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-banner__btn {
    font-size: 1.40625vw;
    height: 4.53125vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner__btn {
    font-size: 18px;
    height: 58px;
  }
}

@media (hover: hover) {
  .l-banner__btn:hover {
    -webkit-transform: translateY(4px);
    box-shadow: none;
    transform: translateY(4px);
  }
}

.l-banner-interview {
  background: #FFF;
  border: solid #FFC610;
  border-radius: 6px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  padding: 20px 15px 15px;
}

@media only screen and (min-width: 768px) {
  .l-banner-interview {
    border: 0.39062vw solid #FFC610;
    border-radius: 0.46875vw;
    margin-bottom: 1.5625vw;
    padding: 1.5625vw 1.17188vw 1.17188vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner-interview {
    border: 5px solid #FFC610;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px 15px 15px;
  }
}

.l-banner-interview__ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-banner-interview__ttl {
    font-size: 1.40625vw;
    margin-bottom: 0.46875vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner-interview__ttl {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.l-banner-interview__img {
  background: #fff;
  margin: 0 auto 10px;
  max-width: 329px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-banner-interview__img {
    margin: 0 auto 0.78125vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner-interview__img {
    margin: 0 auto 10px;
  }
}

.l-banner-interview__img img {
  vertical-align: middle;
}

.l-banner-interview__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71429;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .l-banner-interview__txt {
    font-size: 1.09375vw;
    margin-bottom: 1.17188vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner-interview__txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.l-banner-interview__txt ._bold {
  font-weight: 600;
}

.l-banner-interview__btn--box {
  text-align: center;
}

.l-banner-interview__btn {
  align-items: center;
  background: #FFC610;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  height: 58px;
  justify-content: center;
  max-width: 330px;
  transition: all .4s ease;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-banner-interview__btn {
    border-radius: 2.34375vw;
    box-shadow: 0 0.3125vw 1.17188vw rgba(0, 0, 0, 0.16);
    font-size: 1.40625vw;
    height: 4.53125vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-banner-interview__btn {
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
    font-size: 18px;
    height: 58px;
  }
}

@media (hover: hover) {
  .l-banner-interview__btn:hover {
    -webkit-transform: translateY(4px);
    box-shadow: none;
    opacity: 0.7;
    transform: translateY(4px);
  }
}

.l-latest {
  border: 2px solid #0080ff;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .l-latest {
    margin-bottom: 1.5625vw;
  }
}

@media only screen and (min-width: 1280px) {
  .l-latest {
    margin-bottom: 20px;
  }
}

.l-latest__ttl {
  background: #0080ff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.11111;
  text-align: center;
}

.l-latest__date {
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

.l-latest__img {
  background-size: contain;
  padding-top: 56.28019%;
}

.l-related-column__item {
  align-items: center;
  border-bottom: solid 1px #D8D8D8;
  display: flex;
  padding: 20px 0;
}

.l-related-column__item:last-child {
  border-bottom: none;
}

.l-related-column__img {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  width: 37.8%;
}

.l-related-column__img::before {
  content: '';
  display: block;
  padding-top: 63.15789%;
}

.l-related-column__img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.l-related-column__txt {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 15px;
  width: 62.2%;
  color: #222222;
}

.l-related-interview__item {
  display: block;
  margin-bottom: 20px;
}

.l-related-interview__img {
  overflow: hidden;
  padding-top: 66.46154%;
  position: relative;
}

.l-related-interview__img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.l-related-interview__ttl {
  position: relative;
  z-index: 1;
}

.l-related-interview__ttl ._name {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-weight: 600;
  height: 52px;
  justify-content: center;
  margin-left: -1px;
  margin-top: -26px;
  max-width: 190px;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.l-related-interview__ttl ._name img {
  max-height: 100%;
}

.l-related-interview__ttl ._txt {
  color: #0000ff;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: underline;
}

/*# sourceMappingURL=sourcemaps/sidebar.css.map */