@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  /*-webkit-print-color-adjust: exact;*/
}

/* HTML5 display definitions
     ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #333;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em;
}

p {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dl,
dd {
  margin: 0;
}

small {
  font-size: 100%;
}

em {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.15s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

/**
 * pxとemへ変換する。
 *
 * @param $px   pxサイズ
 * @param $base ベースとなるpxサイズ
 * @return 変換後のemサイズ
 */
* {
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  margin: 0;
  font-size: 14px;
}

.s-event {
  padding-top: 78px;
}

@media only screen and (max-width: 768px) {
  .s-event {
    padding-top: 80px;
  }
}

.s-event-content {
  background-image: url("/assets/images/original/s-event-body-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 136px;
}

@media only screen and (max-width: 768px) {
  .s-event-content {
    background-image: url("/assets/images/original/s-event-body-bg-sp.jpg");
    padding-bottom: 80px;
  }
}

.s-event-img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.s-event-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.s-event-header {
  padding: 18px 0;
  position: relative;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  /* transition: background 0.3s ease, box-shadow 0.3s ease; */
}

@media only screen and (max-width: 767px) {
  .s-event-header {
    padding: 15px 0;
  }
}

.s-event-header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 1001;
    padding: 0 12.5px;
    background-color: #5081a5;
    border-radius: 8px;
    height: 50px;
  }
}

.hamburger span {
  display: block;
  height: 3px;
  background: #ffffff;
  transition: 0.3s;
  width: 25px;
}

/* Animate to X */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 7px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

.no-scroll {
  overflow: hidden;
}

.s-event-nav {
  display: block;
}

@media only screen and (max-width: 767px) {
  .s-event-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 275px;
    height: 100%;
    background: #fff;
    transition: right 0.3s;
    z-index: 999;
    padding: 150px 20px 0 20px;
  }

  .s-event-nav.active {
    right: 0;
  }
}

.s-event-nav__ul {
  display: flex;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .s-event-nav__ul {
    flex-direction: column;
    gap: 15px;
  }
}

.s-event-nav__link {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #5081a5;
}

@media only screen and (max-width: 767px) {
  .s-event-nav__link {
    font-size: 14px;
  }
}

.s-event-toggle-btn {
  width: 50px;
  height: 50px;
  background-color: #5081a5;
  border: 0;
  display: block;
  border-radius: 8px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .s-event-toggle-btn {
    display: block;
  }
}

.s-event-hero {
  background-image: url(/assets/images/original/s-event-hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
  padding-bottom: 56px;
  display: flex;
  align-items: end;
}

@media only screen and (max-width: 767px) {
  .s-event-hero {
    background-image: url(/assets/images/original/s-event-hero-sp.jpg);
    height: 320px;
    padding-bottom: 17px;
  }
}

.s-event-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(31, 79, 115, 0.5);*/
  z-index: 2;
}

.s-event-hero .s-event-container {
  position: relative;
  z-index: 3;
}

.s-event-hero__ttl {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.28;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .s-event-hero__ttl {
    font-size: 30px;
    margin-bottom: 9px;
    line-height: 1.6;
  }
}

.s-event-hero__desc {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .s-event-hero__desc {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.s-event-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 30px 25px 20px;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  z-index: 33;
}

@media only screen and (max-width: 767px) {
  .s-event-menu {
    display: none;
    position: relative;
    transform: none;
    padding: 40px 15px 10px;
    background-color: transparent;
  }
}

.s-event-menu__top {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .s-event-menu__top {
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0;
    gap: 15px;
  }
}

.s-event-menu__top::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #f1f5f8;
  border-radius: 2px;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .s-event-menu__top::before {
    display: none;
  }
}

.s-event-menu__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.925;
  transition: all 0.3s ease-in-out;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .s-event-menu__link {
    width: calc(50% - 7.5px);
    border-radius: 4px;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}

@media only screen and (max-width: 767px) {
  .s-event-menu__link span {
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='Group_308' data-name='Group 308' transform='translate(-158 -1452)'%3E%3Ccircle id='Ellipse_12' data-name='Ellipse 12' cx='7.5' cy='7.5' r='7.5' transform='translate(158 1452)' fill='%2333aeef'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M0,0,2.97,2.97,0,5.94' transform='translate(168.47 1459.03) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.s-event-menu__link:hover {
  color: #33aeef;
}

.s-event-menu__link.-active {
  color: #33aeef;
  position: relative;
  transition: all 0.3s ease;
}

.s-event-menu__link.-active::before {
  position: absolute;
  content: "";
  background-color: #33aeef;
  width: 2px;
  height: 100%;
  border-radius: 2px;
  left: -10px;
  top: 0;
  transition: all 0.3s ease;
  /* opacity: 0;
  transform: scaleY(0);
  transition: opacity 0.3s ease, transform 0.3s ease; */
}

@media only screen and (max-width: 767px) {
  .s-event-menu__link.-active::before {
    display: none;
  }
}

.s-event-menu__link-btm {
  padding-left: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .s-event-menu__link-btm {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
  }
}

.s-event-menu__link-btm::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #5081a5;
  border-radius: 2px;
  left: -10px;
  top: 0;
}

@media only screen and (max-width: 992px) {
  .s-event-menu__link-btm::before {
    display: none;
  }
}

.wrapper {
  min-width: 1120px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: 100%;
  }
}

.s-event-icon-btn {
  width: 8px;
  height: 16px;
  transition: all 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.061' height='16.707' viewBox='0 0 9.061 16.707'%3E%3Cpath id='Path_3' data-name='Path 3' d='M229.615,88.208l8,8-8,8' transform='translate(-229.261 -87.854)' fill='none' stroke='%235181a5' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}

@media only screen and (max-width: 767px) {
  .s-event-icon-btn {
    /* width: 16px;
    height: 16px;
    border: 0;
    border-radius: 100%;
    transition: all 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Group_604' data-name='Group 604' transform='translate(-1452 174) rotate(-90)'%3E%3Ccircle id='Ellipse_12' data-name='Ellipse 12' cx='8' cy='8' r='8' transform='translate(158 1452)' fill='%2333aeef'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M0,0,3,3,0,6' transform='translate(169 1459) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A"); */
  }
}

.s-event-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

@media only screen and (max-width: 767px) {}

.s-event-tag {
  width: 60px;
  height: 19px;
  padding: 3px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.s-event-tag.our-own {
  background-color: #c2b47e;
}

.s-event-tag.woman {
  background-color: #ebb9db;
}

.s-event-tag.male {
  background-color: #a8b2df;
}

.s-event-content {
  padding-inline: 4.1666666667% 10.29%;
  overflow-x: hidden;
}

@media only screen and (max-width: 1320px) {
  .s-event-content {
    padding-inline: 15px;
  }
}

.s-event__steps {
  padding-block: 160px 80px;
  padding-left: 79px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 768px) {
  .s-event__steps {
    padding-left: 0;
    padding-block: 54px 40px;
  }
}

.s-event__steps:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  top: 0;
  left: 33px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='1486' viewBox='0 0 30 1486'%3E%3Cg id='Group_201' data-name='Group 201' transform='translate(-95 -780)' style='isolation: isolate'%3E%3Crect id='img-photo' width='30' height='5' transform='translate(95 2261)' fill='%23e3e8eb'/%3E%3Crect id='img-photo-2' data-name='img-photo' width='30' height='10' transform='translate(95 2246)' fill='%23e3e8eb'/%3E%3Crect id='img-photo-3' data-name='img-photo' width='30' height='1456' transform='translate(95 780)' fill='%23e3e8eb'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .s-event__steps:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2298' viewBox='0 0 30 2298'%3E%3Cg id='Group_246' data-name='Group 246' transform='translate(-95 -780)' style='isolation: isolate'%3E%3Crect id='img-photo' width='30' height='5' transform='translate(95 3073)' fill='%23e3e8eb'/%3E%3Crect id='img-photo-2' data-name='img-photo' width='30' height='10' transform='translate(95 3058)' fill='%23e3e8eb'/%3E%3Crect id='img-photo-3' data-name='img-photo' width='30' height='2268' transform='translate(95 780)' fill='%23e3e8eb'/%3E%3C/g%3E%3C/svg%3E%0A");
    left: -15px;
    z-index: 1;
  }
}

.s-event-block {
  background: #f0f3f5;
  padding: 30px 40px;
  border-radius: 16px;
  border: 1px solid #5081a5;
  box-shadow: 6px 6px 0 #5081a5;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
}

.s-event-block:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .s-event-block:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .s-event-block {
    padding: 15px;
    flex-direction: column;
    margin-right: -30px;
    padding-right: 30px;
  }
}

.s-event-block__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30.8px;
  color: #14212b;
  margin-bottom: 16px;
  position: relative;
}

.s-event-block__title::before {
  content: "";
  display: block;
  height: 16px;
  width: 68px;
  background-image: url("/assets/images/original/s-event-dot.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .s-event-block__title::before {
    background-image: url("/assets/images/original/s-event-dot_sp.png");
    height: 16px;
    width: 16px;
    left: -23px;
  }
}

@media only screen and (max-width: 768px) {
  .s-event-block__featimage {
    margin-bottom: 18px;
  }
}

.s-event-block__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: calc(100% - 194px);
  width: 100%;
  padding-left: 18px;
}

@media only screen and (max-width: 768px) {
  .s-event-block__row {
    max-width: 100%;
    padding-left: 0;
  }
}

.s-event-block__col {
  width: calc(20% - 9.6px);
}

@media only screen and (max-width: 768px) {
  .s-event-block__col {
    width: calc(50% - 6px);
  }
}

.s-event-block__card {
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e3e8eb;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  padding: 15.5px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s-event-block__card:has(.s-event-tags) .s-event-block__card-header {
  margin-bottom: 12px;
}

.s-event-block__card:not(:has(.s-event-tags)) .s-event-block__card-body {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .s-event-block__card {
    padding: 13px;
  }
}

.s-event-block__card-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 22.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* margin-bottom: 12px; */
  min-height: 43px;
}

@media only screen and (max-width: 1320px) {
  .s-event-block__card-header {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .s-event-block__card-header {
    font-size: 16px;
  }
}

.s-event-block__card-body {
  padding-inline: 4%;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
}

.s-event-block__card:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
}

/* .s-event-block__card:hover .s-event-icon-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='_' data-name='&gt;' transform='translate(-1452 174) rotate(-90)'%3E%3Cg id='Ellipse_12' data-name='Ellipse 12' transform='translate(158 1452)' fill='none' stroke='%2333aeef' stroke-width='1'%3E%3Ccircle cx='8' cy='8' r='8' stroke='none'/%3E%3Ccircle cx='8' cy='8' r='7.5' fill='none'/%3E%3C/g%3E%3Cpath id='Path_3' data-name='Path 3' d='M0,0,3,3,0,6' transform='translate(169 1459) rotate(90)' fill='none' stroke='%2333aeef' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
} */

.s-event-block.all {
  /*padding: 30px 35px 30px 65px;*/
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .s-event-block.all {
    margin-left: -30px;
    margin-right: -45px;
    padding: 40px 45px 40px 35px;
    flex-wrap: wrap;
  }
}

.s-event-block.all .s-event-block__title {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .s-event-block.all .s-event-block__title {
    text-align: center;
    margin-bottom: 14px;
  }
}

.s-event-block.all .s-event-block__info {
  display: flex;
  align-items: center;
  max-width: 260px;
  width: 100%;
  position: relative;
}

.s-event-block.all .s-event-block__info:after {
  content: "";
  display: block;
  width: 120px;
  height: 260px;
  background-image: url(/assets/images/original/s-event-single-pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -30px;
}

@media only screen and (max-width: 768px) {
  .s-event-block.all .s-event-block__info:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .s-event-block.all .s-event-block__info {
    max-width: 100%;
    justify-content: center;
  }
}

.s-event-block.all .s-event-block__title:before {
  display: none;
}

.s-event .s-promotion-newpage__section {
  padding: 80px 0 0;
  max-width: 1440px;
  margin: 0 auto;
}

/*.s-event .s-promotion-newpage__section .s-promotion-newpage__card-col {*/
/*  border: unset;*/
/*  padding: 40px;*/
/*  gap: 24px;*/
/*  background-color: #fff;*/
/*}*/

/*.s-event .s-promotion-newpage__section .s-promotion-newpage__card-col .s-diversity-img {*/
/*  object-fit: cover;*/
/*  aspect-ratio: 313/160;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*  .s-event .s-promotion-newpage__section .s-promotion-newpage__card-col {*/
/*    flex-direction: column;*/
/*    padding: 21px 16px;*/
/*  }*/

/*  .s-event .s-promotion-newpage__section .s-promotion-newpage__card-col .s-diversity-img {*/
/*    aspect-ratio: 313/160;*/
/*    max-width: 100%;*/
/*  }*/
/*}*/

.s-event .s-promotion-newpage__section .s-promotion-newpage__card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
  /*color: #282828;*/
}

.s-event .s-promotion-newpage__section .s-promotion-newpage__btn {
  margin-right: auto;
}

.s-event__footer {
  background-color: #5081a5;
  padding: 20px 15px;
}

@media only screen and (max-width: 767px) {
  .s-event__footer {
    padding: 30px 15px 20px;
  }
}

.s-event__footer-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .s-event__footer-wrapper {
    flex-direction: column;
  }
}

.s-event__footer-copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .s-event__footer-copyright {
    margin-top: 16px;
  }
}

.s-event .breadcrumb {
  padding: 130px 0 60px !important;
}

@media only screen and (max-width: 767px) {
  .s-event .breadcrumb {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  #content {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  #page {
    box-shadow: unset !important;
  }
}

.s-event-goto {
  display: none;
}

@media only screen and (max-width: 767px) {
  .s-event-goto {
    display: block;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #000;
  }

  .s-event-goto-p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
  }

  .s-event-goto .s-event-nav__li {
    margin-bottom: 10px;
    
  }
}

.s-event-picture {
  flex-shrink: 0;
}

.s-event-picture img {
  height: 100%;
}

/*# sourceMappingURL=static_life-event.css.map */