@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.nojq {
  display: none;
}

html,
body {
  margin: 0 !important;
  padding: 0;
  background-color: #f2f2f2;
  overflow-x: hidden;
}

main {
  font-family: "M PLUS 1p", sans-serif;
}

.sticky-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: calc(48 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(42 / 1920 * 100vw) calc(98 / 1920 * 100vw);
  background: #fff;
  z-index: 100;
}

@media (max-width: 1024px) {
  .sticky-header {
    padding: calc(20 / 390 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sticky-header .logo {
  max-width: calc(536 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .sticky-header .logo {
    max-width: calc(196 / 390 * 100vw);
  }
}

.sticky-header .logo img {
  width: 100%;
  height: 100%;
}

.sticky-header .hamburger {
  display: none;
}

@media (max-width: 1024px) {
  .sticky-header .hamburger {
    display: block;
    width: calc(44 / 390 * 100vw);
    height: calc(32 / 390 * 100vw);
    cursor: pointer;
    z-index: 90;
    margin-left: auto;
  }
}

.sticky-header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

@media (max-width: 1024px) {
  .sticky-header .menu-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: calc(92 / 390 * 100vw) 0px 0px;
    z-index: 100;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
  }
  .sticky-header .menu-list .menu-close {
    display: block;
    position: absolute;
    top: calc(26 / 390 * 100vw);
    right: calc(28 / 390 * 100vw);
    cursor: pointer;
  }
  .sticky-header .menu-list .menu-close .close-icon {
    width: calc(36 / 390 * 100vw);
    height: calc(36 / 390 * 100vw);
  }
}

.sticky-header .menu-list .menu-close {
  display: none;
}

@media (max-width: 1024px) {
  .sticky-header .menu-list .menu-close {
    display: block;
  }
}

.sticky-header .menu-list .menu-item {
  font-size: calc(28 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  margin-right: calc(40 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .sticky-header .menu-list .menu-item {
    width: 100%;
    font-size: calc(22 / 390 * 100vw);
    margin-right: 0px;
    margin-bottom: calc(48 / 390 * 100vw);
    text-align: center;
  }
}

.sticky-header .menu-list .menu-item:last-child {
  margin-right: 0;
}

.sticky-header .menu-list .contact {
  color: #fff;
  background-color: #1b3e80;
  padding: calc(22 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .sticky-header .menu-list .contact {
    padding: calc(20 / 390 * 100vw) calc(34 / 390 * 100vw);
    display: inline-block;
    max-width: calc(200 / 390 * 100vw);
    width: 100%;
    margin: 0 calc(96 / 390 * 100vw);
  }
}

@media (max-width: 1024px) {
  .sticky-header.menu-open .menu-list {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .sticky-header.menu-open .hamburger {
    display: none;
  }
}

.sticky-header.show {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  backdrop-filter: blur(15px) saturate(180%);
}

.sticky-header .sp-menu-logo {
  display: none;
}

@media (max-width: 1024px) {
  .sticky-header .sp-menu-logo {
    display: block;
    max-width: calc(184 / 390 * 100vw);
    width: 100%;
    margin: calc(36 / 390 * 100vw) auto 0;
  }
  .sticky-header .sp-menu-logo img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  body.menu-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
}

.sticky-item {
  position: fixed;
  top: calc(122 / 1920 * 100vw);
  right: calc(14 / 1920 * 100vw);
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(calc(20 / 1920 * 100vw));
          transform: translateY(calc(20 / 1920 * 100vw));
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: calc(230 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .sticky-item {
    max-width: calc(84 / 390 * 100vw);
    top: calc(80 / 390 * 100vw);
    right: calc(6 / 390 * 100vw);
    z-index: 90;
  }
}

.sticky-item .form-link {
  max-width: calc(230 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .sticky-item .form-link {
    max-width: calc(84 / 390 * 100vw);
  }
}

.sticky-item .form-link img {
  width: 100%;
  height: 100%;
}

.sticky-item .year {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: calc(40 / 1920 * 100vw);
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 40;
}

@media (max-width: 1024px) {
  .sticky-item .year {
    font-size: calc(14 / 390 * 100vw);
  }
}

.sticky-item.fixed {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(calc(0 / 1920 * 100vw));
          transform: translateY(calc(0 / 1920 * 100vw));
}

.hero-area {
  position: relative;
  width: 100%;
  z-index: 50;
}

.hero-area .hero-content {
  position: relative;
}

@media (max-width: 1024px) {
  .hero-area .hero-content {
    position: static;
  }
}

.hero-area .hero-content .main-background {
  position: absolute;
  top: calc(-162 / 1920 * 100vw);
  width: 110%;
  height: auto;
  left: 40%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  z-index: -1;
}

@media (max-width: 1024px) {
  .hero-area .hero-content .main-background {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
  }
}

.hero-area .hero-content .main-background img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-area .hero-content .main-background .sp-none {
  display: block;
}

@media (max-width: 1024px) {
  .hero-area .hero-content .main-background .sp-none {
    display: none;
  }
}

.hero-area .hero-content .main-background .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .hero-area .hero-content .main-background .pc-none {
    display: block;
  }
}

.hero-area .hero-content .right-background {
  position: absolute;
  width: 82%;
  z-index: 1;
  top: calc(-170 / 1920 * 100vw);
  right: calc(-787 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .hero-content .right-background {
    top: calc(-22 / 390 * 100vw);
    right: calc(-190 / 390 * 100vw);
    max-width: calc(390 / 390 * 100vw);
    width: 100%;
  }
}

.hero-area .hero-content .right-background img {
  width: 100%;
}

.hero-area .hero-content .right-background .sp-none {
  display: block;
}

@media (max-width: 1024px) {
  .hero-area .hero-content .right-background .sp-none {
    display: none;
  }
}

.hero-area .hero-content .right-background .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .hero-area .hero-content .right-background .pc-none {
    display: block;
  }
}

.hero-area .hero-content .left-background {
  position: absolute;
  width: 51%;
  top: calc(-133 / 1920 * 100vw);
  left: calc(-270 / 1920 * 100vw);
  z-index: 1;
}

@media (max-width: 1024px) {
  .hero-area .hero-content .left-background {
    top: calc(-54 / 390 * 100vw);
    left: calc(-98 / 390 * 100vw);
    max-width: calc(250 / 390 * 100vw);
    width: 100%;
  }
}

.hero-area .hero-content .left-background img {
  width: 100%;
}

.hero-area .hero-content .left-background .sp-none {
  display: block;
}

@media (max-width: 1024px) {
  .hero-area .hero-content .left-background .sp-none {
    display: none;
  }
}

.hero-area .hero-content .left-background .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .hero-area .hero-content .left-background .pc-none {
    display: block;
  }
}

.hero-area .hero-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(44 / 1920 * 100vw);
  position: relative;
  z-index: 40;
}

@media (max-width: 1024px) {
  .hero-area .hero-head {
    padding-top: calc(18 / 390 * 100vw);
  }
}

.hero-area .hero-head .nagoya-logo {
  width: calc(40 / 1920 * 100vw);
  height: calc(40 / 1920 * 100vw);
  margin-right: calc(10 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .hero-head .nagoya-logo {
    width: calc(24 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
  }
}

.hero-area .hero-head .city-name {
  font-size: calc(32 / 1920 * 100vw);
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .hero-area .hero-head .city-name {
    font-size: calc(15 / 390 * 100vw);
  }
}

.hero-area .main-logo-img {
  position: relative;
  margin: calc(104 / 1920 * 100vw) auto calc(168 / 1920 * 100vw);
  z-index: 2;
  width: calc(624 / 1920 * 100vw);
  height: calc(615 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .main-logo-img {
    margin: calc(44 / 390 * 100vw) auto calc(10 / 390 * 100vw);
    width: calc(256 / 390 * 100vw);
    height: calc(254 / 390 * 100vw);
  }
}

.hero-area .main-logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-area .main-logo-img .sp-none {
  display: block;
}

@media (max-width: 1024px) {
  .hero-area .main-logo-img .sp-none {
    display: none;
  }
}

.hero-area .main-logo-img .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .hero-area .main-logo-img .pc-none {
    display: block;
  }
}

.hero-area .circle-link-item {
  position: absolute;
  z-index: 30;
  top: calc(680 / 1920 * 100vw);
  right: calc(360 / 1920 * 100vw);
  width: calc(230 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .circle-link-item {
    position: relative;
    top: 0;
    right: 0;
    width: calc(100 / 390 * 100vw);
    margin: 0 auto;
  }
}

.hero-area .circle-link-item .form-link {
  width: 100%;
  display: block;
}

.hero-area .circle-link-item .form-link img {
  width: 100%;
  height: 100%;
}

.hero-area .circle-link-item .year {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: calc(40 / 1920 * 100vw);
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 40;
}

@media (max-width: 1024px) {
  .hero-area .circle-link-item .year {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media (max-width: 1024px) {
  .hero-area .menu-content {
    display: none;
  }
}

.hero-area .menu-content .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.hero-area .menu-content .menu-list .menu-item {
  font-size: calc(28 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  margin-right: calc(40 / 1920 * 100vw);
}

.hero-area .menu-content .menu-list .menu-item:last-child {
  margin-right: 0;
}

.hero-area .menu-content .menu-list .contact {
  color: #fff;
  background-color: #1b3e80;
  padding: calc(22 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  border-radius: 50px;
}

.hero-area .recruitment-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 40;
  margin-top: calc(75 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.hero-area .recruitment-events .recruitment-item {
  position: relative;
  z-index: 42;
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .recruitment-item:nth-child(3) {
    width: 100%;
  }
}

.hero-area .recruitment-events .recruitment-item .event-detail {
  position: absolute;
  color: #fff;
  z-index: 42;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.hero-area .recruitment-events .recruitment-item .event-detail .part {
  font-size: calc(32 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .recruitment-item .event-detail .part {
    font-size: calc(16 / 390 * 100vw);
  }
}

.hero-area .recruitment-events .recruitment-item .event-detail .title {
  font-size: calc(38 / 1920 * 100vw);
  line-height: 1.4em;
}

.hero-area .recruitment-events .recruitment-item .event-detail .title .pc-none {
  display: block;
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .recruitment-item .event-detail .title .pc-none {
    display: none;
  }
}

.hero-area .recruitment-events .recruitment-item .event-detail .title .sp-none {
  display: block;
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .recruitment-item .event-detail .title .sp-none {
    display: none;
  }
}

.hero-area .recruitment-events .recruitment-item .event-detail .date {
  font-size: calc(36 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .recruitment-item .event-detail .date {
    font-size: calc(14 / 390 * 100vw);
  }
}

.hero-area .recruitment-events .recruitment-item .event-detail .more-link {
  font-size: calc(28 / 1920 * 100vw);
  border-bottom: 1px solid #fff;
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .recruitment-item .event-detail .more-link {
    font-size: calc(14 / 390 * 100vw);
  }
}

.hero-area .recruitment-events .first .item-background {
  max-width: calc(436 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .first .item-background {
    max-width: calc(186 / 390 * 100vw);
  }
}

.hero-area .recruitment-events .first .item-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-area .recruitment-events .first .event-detail {
  top: 50%;
  left: 46%;
}

.hero-area .recruitment-events .first .event-detail .part {
  margin-bottom: calc(32 / 1920 * 100vw);
}

.hero-area .recruitment-events .first .event-detail .title {
  margin-bottom: calc(18 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .first .event-detail .title {
    font-size: calc(18 / 390 * 100vw);
  }
}

.hero-area .recruitment-events .first .event-detail .date {
  margin-bottom: calc(24 / 1920 * 100vw);
}

.hero-area .recruitment-events .second {
  margin-top: calc(50 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .second {
    margin-top: 0;
  }
}

.hero-area .recruitment-events .second .item-background {
  max-width: calc(514 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .second .item-background {
    max-width: calc(204 / 390 * 100vw);
  }
}

.hero-area .recruitment-events .second .item-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-area .recruitment-events .second .event-detail {
  top: 54%;
  left: 46%;
}

.hero-area .recruitment-events .second .event-detail .part {
  margin-bottom: calc(24 / 1920 * 100vw);
}

.hero-area .recruitment-events .second .event-detail .title {
  margin-bottom: calc(12 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .second .event-detail .title {
    font-size: calc(16 / 390 * 100vw);
  }
}

.hero-area .recruitment-events .second .event-detail .date {
  margin-bottom: calc(30 / 1920 * 100vw);
}

.hero-area .recruitment-events .third .item-background {
  max-width: calc(480 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .third .item-background {
    max-width: calc(208 / 390 * 100vw);
    margin: 0 auto;
  }
}

.hero-area .recruitment-events .third .item-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-area .recruitment-events .third .event-detail {
  top: 44%;
  left: 56%;
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .third .event-detail {
    width: auto;
    top: 46%;
    left: 52%;
  }
}

.hero-area .recruitment-events .third .event-detail .part {
  margin-bottom: calc(20 / 1920 * 100vw);
}

.hero-area .recruitment-events .third .event-detail .title {
  margin-bottom: calc(22 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .recruitment-events .third .event-detail .title {
    font-size: calc(18 / 390 * 100vw);
  }
}

.hero-area .recruitment-events .third .event-detail .date {
  margin-bottom: calc(20 / 1920 * 100vw);
}

.hero-area .hero-area-text {
  position: relative;
  margin-bottom: calc(92 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .hero-area .hero-area-text {
    margin: calc(36 / 390 * 100vw) auto calc(8 / 390 * 100vw);
  }
}

.hero-area .hero-area-text .head-left {
  position: absolute;
  top: calc(-100 / 1920 * 100vw);
  left: calc(80 / 1920 * 100vw);
  max-width: calc(280 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-area .hero-area-text .head-left {
    top: calc(-210 / 390 * 100vw);
    left: calc(-80 / 390 * 100vw);
    max-width: calc(180 / 390 * 100vw);
  }
}

.hero-area .hero-area-text .head-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-area .hero-area-text .head-right {
  position: absolute;
  top: calc(-160 / 1920 * 100vw);
  right: calc(100 / 1920 * 100vw);
  max-width: calc(280 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-area .hero-area-text .head-right {
    top: calc(-240 / 390 * 100vw);
    right: calc(-80 / 390 * 100vw);
    max-width: calc(180 / 390 * 100vw);
  }
}

.hero-area .hero-area-text .head-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-area .hero-area-text .text-img {
  max-width: calc(978 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .hero-area .hero-area-text .text-img {
    display: none;
  }
}

.hero-area .hero-area-text .text-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-area .hero-area-text .sp-text-img {
  display: none;
}

@media (max-width: 1024px) {
  .hero-area .hero-area-text .sp-text-img {
    display: block;
    max-width: calc(334 / 390 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
}

.hero-area .hero-area-text .sp-text-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-area {
  width: 100%;
  margin: calc(108 / 1920 * 100vw) auto 0;
  padding: 0 calc(170 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .news-area {
    max-width: 100%;
    margin: calc(50 / 390 * 100vw) auto 0;
    padding: 0 calc(20 / 390 * 100vw);
  }
}

.news-area .section-title {
  font-size: calc(64 / 1920 * 100vw);
  margin-bottom: calc(62 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  text-decoration: underline;
  -webkit-text-decoration-color: #fce900;
  text-decoration-color: #fce900;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.1em;
}

@media (max-width: 1024px) {
  .news-area .section-title {
    font-size: calc(30 / 390 * 100vw);
    margin-bottom: calc(40 / 390 * 100vw);
  }
}

.news-area .get-posts {
  width: 100%;
  padding: calc(60 / 1920 * 100vw) calc(90 / 1920 * 100vw);
  background-image: url("assets/images/top/news-background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: calc(662 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .news-area .get-posts {
    background-image: url("assets/images/top/sp-news-background.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: calc(520 / 390 * 100vw);
    padding: calc(36 / 390 * 100vw) calc(30 / 390 * 100vw);
  }
}

.news-area .get-posts .no-posts-placeholder {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888;
}

.news-area .get-posts .post-item {
  border-bottom: 1px dotted #1b3e80;
  padding: calc(24 / 1920 * 100vw) 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .news-area .get-posts .post-item {
    padding: calc(16 / 390 * 100vw) 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news-area .get-posts .post-item .sp-flex {
  display: none;
}

@media (max-width: 1024px) {
  .news-area .get-posts .post-item .sp-flex {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: calc(6 / 390 * 100vw);
  }
}

.news-area .get-posts .post-item:nth-of-type(1) {
  padding-top: 0px;
}

.news-area .get-posts .post-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.news-area .get-posts .post-item .pc-post-date {
  font-size: calc(32 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  margin-right: calc(80 / 1920 * 100vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1024px) {
  .news-area .get-posts .post-item .pc-post-date {
    display: none;
  }
}

.news-area .get-posts .post-item .sp-post-date {
  display: none;
}

@media (max-width: 1024px) {
  .news-area .get-posts .post-item .sp-post-date {
    display: block;
    font-weight: bold;
    color: #1b3e80;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: calc(14 / 390 * 100vw);
    margin-right: calc(20 / 390 * 100vw);
  }
}

.news-area .get-posts .post-item .pc-post-category {
  font-size: calc(24 / 1920 * 100vw);
  font-weight: bold;
  padding: calc(4 / 1920 * 100vw) calc(34 / 1920 * 100vw);
  border-radius: 50px;
  margin-right: calc(56 / 1920 * 100vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1024px) {
  .news-area .get-posts .post-item .pc-post-category {
    display: none;
  }
}

.news-area .get-posts .post-item .sp-post-category {
  display: none;
}

@media (max-width: 1024px) {
  .news-area .get-posts .post-item .sp-post-category {
    display: block;
    font-size: calc(12 / 390 * 100vw);
    padding: calc(2 / 390 * 100vw) calc(18 / 390 * 100vw);
    margin-right: 0;
    font-weight: bold;
    border-radius: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.news-area .get-posts .post-item .category-event {
  border: 4px solid #e96952;
  color: #e96952;
}

.news-area .get-posts .post-item .category-news {
  border: 4px solid #5aa61e;
  color: #5aa61e;
}

.news-area .get-posts .post-item .post-title {
  display: block;
  font-size: calc(32 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media (max-width: 1024px) {
  .news-area .get-posts .post-item .post-title {
    font-size: calc(15 / 390 * 100vw);
    max-width: 100%;
  }
}

.about-area {
  width: 100%;
  margin: calc(142 / 1920 * 100vw) auto 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 1024px) {
  .about-area {
    margin: calc(48 / 390 * 100vw) auto 0;
  }
}

.about-area .section-title {
  font-size: calc(72 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: calc(108 / 1920 * 100vw);
  text-decoration: underline;
  -webkit-text-decoration-color: #fce900;
  text-decoration-color: #fce900;
  text-decoration-thickness: 0.8em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.3em;
}

@media (max-width: 1024px) {
  .about-area .section-title {
    font-size: calc(34 / 390 * 100vw);
    margin: calc(40 / 390 * 100vw) auto calc(54 / 390 * 100vw);
  }
}

.about-area .section-title .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .about-area .section-title .pc-none {
    display: block;
  }
}

.about-area .head-left {
  position: absolute;
  z-index: -1;
  top: calc(-120 / 1920 * 100vw);
  left: calc(70 / 1920 * 100vw);
  max-width: calc(326 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .about-area .head-left {
    max-width: calc(118 / 390 * 100vw);
    top: calc(0 / 390 * 100vw);
    left: calc(-56 / 1920 * 100vw);
  }
}

.about-area .head-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-area .head-right {
  position: absolute;
  z-index: -1;
  top: calc(-164 / 1920 * 100vw);
  right: calc(140 / 1920 * 100vw);
  max-width: calc(200 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .about-area .head-right {
    max-width: calc(100 / 390 * 100vw);
    top: calc(50 / 390 * 100vw);
    right: calc(-10 / 390 * 100vw);
  }
}

.about-area .head-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-area .head-item {
  position: absolute;
  z-index: -1;
  top: calc(160 / 1920 * 100vw);
  right: calc(190 / 1920 * 100vw);
  max-width: calc(206 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .about-area .head-item {
    position: relative;
    max-width: calc(120 / 390 * 100vw);
    margin: 0 auto;
    top: 0;
    right: 0;
  }
}

.about-area .head-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-area .head-item.pc-none {
  display: block;
}

@media (max-width: 1024px) {
  .about-area .head-item.pc-none {
    display: none;
  }
}

.about-area .head-item.sp-none {
  display: none;
}

@media (max-width: 1024px) {
  .about-area .head-item.sp-none {
    display: block;
  }
}

.about-area .about-content {
  font-size: calc(34 / 1920 * 100vw);
  font-weight: bold;
  text-align: center;
  color: #1b3e80;
  line-height: 2.4em;
}

@media (max-width: 1024px) {
  .about-area .about-content {
    font-size: calc(17 / 390 * 100vw);
  }
}

.about-area .about-content .sp-none {
  display: block;
}

@media (max-width: 1024px) {
  .about-area .about-content .sp-none {
    display: none;
  }
}

.about-area .about-content .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .about-area .about-content .pc-none {
    display: block;
  }
}

.workshop-area {
  width: 100%;
  margin: calc(132 / 1920 * 100vw) auto 0px;
  position: relative;
  z-index: 0;
}

@media (max-width: 1024px) {
  .workshop-area {
    margin: calc(84 / 390 * 100vw) auto 0px;
  }
}

.workshop-area .side-item-1 {
  position: absolute;
  width: 100%;
}

.workshop-area .side-item-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .head-left-1 {
  top: calc(-330 / 1920 * 100vw);
  left: calc(-340 / 1920 * 100vw);
  max-width: calc(480 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .head-left-1 {
    top: calc(-80 / 390 * 100vw);
    left: calc(-40 / 390 * 100vw);
    max-width: calc(160 / 390 * 100vw);
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    z-index: -1;
  }
}

.workshop-area .head-right-1 {
  top: calc(-140 / 1920 * 100vw);
  right: calc(56 / 1920 * 100vw);
  max-width: calc(326 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .head-right-1 {
    top: calc(-70 / 390 * 100vw);
    right: calc(-60 / 390 * 100vw);
    max-width: calc(132 / 390 * 100vw);
    z-index: -1;
  }
}

.workshop-area .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

@media (max-width: 1024px) {
  .workshop-area .part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .workshop-area .part:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.workshop-area .part .part-img {
  display: block;
}

@media (max-width: 1024px) {
  .workshop-area .part .part-img {
    display: none;
  }
}

.workshop-area .part .part-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .part .sp-part-img {
  display: none;
}

@media (max-width: 1024px) {
  .workshop-area .part .sp-part-img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

.workshop-area .part .sp-part-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .part .part-content {
  max-width: calc(694 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .workshop-area .part .part-content {
    max-width: 100%;
    padding: 0px calc(24 / 390 * 100vw);
  }
}

.workshop-area .part .part-content .content-title {
  font-size: calc(52 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  text-decoration: underline;
  -webkit-text-decoration-color: #fce900;
  text-decoration-color: #fce900;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.2em;
}

@media (max-width: 1024px) {
  .workshop-area .part .part-content .content-title {
    font-size: calc(36 / 390 * 100vw);
    line-height: 1.5em;
  }
}

.workshop-area .part .part-content .content-title .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .workshop-area .part .part-content .content-title .pc-none {
    display: block;
  }
}

.workshop-area .part .part-content .content-title .sp-none {
  display: block;
}

@media (max-width: 1024px) {
  .workshop-area .part .part-content .content-title .sp-none {
    display: none;
  }
}

@media (max-width: 1024px) {
  .workshop-area .part .part-content:nth-child(1) .content-title {
    text-align: right;
  }
}

.workshop-area .part .part-content .dot-line {
  display: inline-block;
  width: 100%;
  border-bottom: 2px dotted #1b3e80;
  margin: calc(74 / 1920 * 100vw) 0 calc(54 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .part .part-content .dot-line {
    margin: calc(64 / 390 * 100vw) auto calc(44 / 390 * 100vw);
  }
}

.workshop-area .part .part-content .deadline {
  max-width: calc(362 / 1920 * 100vw);
  width: 100%;
  margin-bottom: calc(34 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .part .part-content .deadline {
    margin: 0 auto;
    max-width: calc(240 / 390 * 100vw);
    margin-bottom: calc(34 / 390 * 100vw);
  }
}

.workshop-area .part .part-content .deadline img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .workshop-area .part .part-content .content-img {
    display: none;
  }
}

.workshop-area .part .part-content .content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .part .part-content .sp-content-img {
  display: none;
}

@media (max-width: 1024px) {
  .workshop-area .part .part-content .sp-content-img {
    display: block;
    max-width: 100%;
  }
  .workshop-area .part .part-content .sp-content-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.workshop-area .first {
  max-width: calc(1600 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto calc(132 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .first {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: calc(30 / 390 * 100vw);
  }
}

.workshop-area .first .part-content {
  margin-top: calc(126 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .first .part-content {
    width: 100%;
    margin-top: calc(4 / 390 * 100vw);
  }
}

.workshop-area .first .part-content .content-title {
  margin-bottom: calc(98 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .first .part-content .content-title {
    margin-bottom: calc(46 / 390 * 100vw);
  }
}

.workshop-area .first .part-content .content-img {
  margin-bottom: calc(54 / 1920 * 100vw);
}

.workshop-area .first .part-img {
  max-width: calc(764 / 1920 * 100vw);
  width: 100%;
  margin-right: calc(96 / 1920 * 100vw);
}

.workshop-area .second {
  max-width: calc(1634 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto calc(290 / 1920 * 100vw);
  position: relative;
}

@media (max-width: 1024px) {
  .workshop-area .second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: calc(24 / 390 * 100vw);
  }
}

@media (max-width: 1024px) {
  .workshop-area .second .part-content {
    width: 100%;
    margin-top: calc(52 / 390 * 100vw);
  }
}

.workshop-area .second .part-content .content-title {
  margin-bottom: calc(70 / 1920 * 100vw);
  line-height: 1.6em;
}

@media (max-width: 1024px) {
  .workshop-area .second .part-content .content-title {
    text-align: right;
  }
}

.workshop-area .second .part-content .content-img {
  margin-bottom: calc(54 / 1920 * 100vw);
}

.workshop-area .second .part-img {
  max-width: calc(904 / 1920 * 100vw);
  width: 100%;
  margin-top: calc(150 / 1920 * 100vw);
  margin-left: calc(36 / 1920 * 100vw);
}

.workshop-area .second .side-item-2 {
  position: absolute;
  width: 100%;
}

@media (max-width: 1024px) {
  .workshop-area .second .side-item-2 {
    display: none;
  }
}

.workshop-area .second .side-item-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .second .head-left-2 {
  top: calc(-300 / 1920 * 100vw);
  left: calc(-200 / 1920 * 100vw);
  max-width: calc(372 / 1920 * 100vw);
}

.workshop-area .second .head-right-2 {
  top: calc(-60 / 1920 * 100vw);
  right: calc(-200 / 1920 * 100vw);
  max-width: calc(360 / 1920 * 100vw);
}

.workshop-area .third {
  max-width: calc(1750 / 1920 * 100vw);
  width: 100%;
  margin-left: calc(-58 / 1920 * 100vw);
  margin-bottom: calc(192 / 1920 * 100vw);
  position: relative;
}

@media (max-width: 1024px) {
  .workshop-area .third {
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: lpx_(56);
  }
}

@media (max-width: 1024px) {
  .workshop-area .third .part-content {
    width: 100%;
    margin-top: calc(36 / 390 * 100vw);
  }
}

.workshop-area .third .part-content .content-title {
  margin-bottom: calc(94 / 1920 * 100vw);
  line-height: 1.6em;
}

.workshop-area .third .part-content .content-img {
  margin-bottom: calc(68 / 1920 * 100vw);
}

.workshop-area .third .part-img {
  max-width: calc(976 / 1920 * 100vw);
  width: 100%;
  margin-top: calc(74 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .third .part-img {
    display: none;
  }
}

.workshop-area .third .side-item-3 {
  position: absolute;
  width: 100%;
}

@media (max-width: 1024px) {
  .workshop-area .third .side-item-3 {
    display: none;
  }
}

.workshop-area .third .side-item-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .third .head-right-3 {
  top: calc(-240 / 1920 * 100vw);
  right: calc(-130 / 1920 * 100vw);
  max-width: calc(270 / 1920 * 100vw);
}

.workshop-area .content-detail {
  font-size: calc(26 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  width: 100%;
  line-height: 1.9em;
  margin-right: calc(54 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .content-detail {
    font-size: calc(16 / 390 * 100vw);
    margin-right: 0;
  }
}

.workshop-area .requirement {
  width: 100%;
}

@media (max-width: 1024px) {
  .workshop-area .requirement {
    max-width: 100%;
    margin: 0 auto;
  }
}

.workshop-area .requirement img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .button-area {
  margin-top: calc(54 / 1920 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  .workshop-area .button-area {
    margin-top: calc(50 / 390 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.workshop-area .button-area .more-button {
  display: inline-block;
  background-color: #1b3e80;
  color: #fff;
  font-size: calc(28 / 1920 * 100vw);
  font-weight: bold;
  border-radius: calc(50 / 1920 * 100vw);
  max-width: calc(318 / 1920 * 100vw);
  width: 100%;
  padding: calc(34 / 1920 * 100vw) calc(60 / 1920 * 100vw);
  text-align: center;
}

@media (max-width: 1024px) {
  .workshop-area .button-area .more-button {
    font-size: calc(16 / 390 * 100vw);
    max-width: calc(208 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw) calc(48 / 390 * 100vw);
    border-radius: calc(54 / 390 * 100vw);
  }
}

.workshop-area .event {
  position: relative;
}

@media (max-width: 1024px) {
  .workshop-area .event {
    margin: calc(56 / 390 * 100vw) auto 0px;
  }
}

.workshop-area .event .head-left {
  position: absolute;
  top: calc(-80 / 1920 * 100vw);
  left: calc(98 / 1920 * 100vw);
  max-width: calc(326 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .workshop-area .event .head-left {
    display: none;
  }
}

.workshop-area .event .head-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .event .head-right {
  position: absolute;
  top: calc(-80 / 1920 * 100vw);
  right: calc(176 / 1920 * 100vw);
  max-width: calc(240 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .workshop-area .event .head-right {
    display: none;
  }
}

.workshop-area .event .head-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .event .event-title-area {
  position: relative;
}

.workshop-area .event .event-title-area .line {
  width: calc(670 / 1920 * 100vw);
  height: calc(80 / 1920 * 100vw);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .workshop-area .event .event-title-area .line {
    width: 100%;
    height: calc(34 / 390 * 100vw);
  }
}

.workshop-area .event .event-title-area .line img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .event .event-title-area .event-title {
  position: absolute;
  top: -32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: calc(72 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  margin-bottom: calc(82 / 1920 * 100vw);
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #fce900;
  text-decoration-color: #fce900;
  text-decoration-thickness: 0.8em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.2em;
}

@media (max-width: 1024px) {
  .workshop-area .event .event-title-area .event-title {
    display: none;
  }
}

.workshop-area .event .event-title-area .sp-event-title {
  display: none;
}

@media (max-width: 1024px) {
  .workshop-area .event .event-title-area .sp-event-title {
    position: absolute;
    top: -32%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    font-size: calc(34 / 390 * 100vw);
    font-weight: bold;
    color: #1b3e80;
    margin-bottom: calc(52 / 390 * 100vw);
    text-align: center;
    width: 100%;
    text-decoration: underline;
    -webkit-text-decoration-color: #fce900;
    text-decoration-color: #fce900;
    text-decoration-thickness: 0.8em;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: -0.2em;
  }
}

.workshop-area .event .event-img {
  max-width: calc(1454 / 1920 * 100vw);
  width: 100%;
  margin: calc(52 / 1920 * 100vw) auto calc(80 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .workshop-area .event .event-img {
    display: none;
  }
}

.workshop-area .event .event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .event .sp-event-img {
  display: none;
}

@media (max-width: 1024px) {
  .workshop-area .event .sp-event-img {
    display: block;
    max-width: 100%;
    margin: calc(52 / 390 * 100vw) auto calc(50 / 390 * 100vw);
  }
  .workshop-area .event .sp-event-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.workshop-area .event .event-content {
  max-width: calc(1190 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .workshop-area .event .event-content {
    max-width: 100%;
    font-size: calc(16 / 390 * 100vw);
    padding: 0 calc(24 / 390 * 100vw);
  }
}

.workshop-area .event .event-content .content-detail {
  max-width: calc(694 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .workshop-area .event .event-content .content-detail {
    max-width: 100%;
    text-align: left;
  }
}

.workshop-area .event .event-content .button-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.workshop-area .event .event-content .sp-dot-line {
  display: none;
}

@media (max-width: 1024px) {
  .workshop-area .event .event-content .sp-dot-line {
    display: inline-block;
    width: 100%;
    border-bottom: 2px dotted #1b3e80;
    margin: calc(44 / 390 * 100vw) 0;
  }
}

.workshop-area .event .right-item .requirement {
  display: block;
  max-width: calc(444 / 1920 * 100vw);
  width: 100%;
  margin: calc(42 / 1920 * 100vw) auto 0;
}

@media (max-width: 1024px) {
  .workshop-area .event .right-item .requirement {
    display: none;
  }
}

.workshop-area .event .right-item .requirement img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workshop-area .event .right-item .sp-requirement {
  display: none;
}

@media (max-width: 1024px) {
  .workshop-area .event .right-item .sp-requirement {
    display: block;
    max-width: calc(208 / 390 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
}

.workshop-area .event .right-item .sp-requirement img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-section-title {
  font-size: calc(74 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  text-decoration: underline;
  text-align: left;
  -webkit-text-decoration-color: #fce900;
  text-decoration-color: #fce900;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.1em;
}

@media (max-width: 1024px) {
  .page-section-title {
    font-size: calc(36 / 390 * 100vw);
    text-align: center;
  }
}

.button-area {
  margin: calc(96 / 1920 * 100vw) auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .button-area {
    margin: calc(56 / 390 * 100vw) auto 0px;
  }
}

.button-area .more-button {
  display: inline-block;
  background-color: #1b3e80;
  color: #fff;
  font-size: calc(28 / 1920 * 100vw);
  font-weight: bold;
  border-radius: calc(50 / 1920 * 100vw);
  max-width: calc(320 / 1920 * 100vw);
  width: 100%;
  padding: calc(34 / 1920 * 100vw) 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .button-area .more-button {
    font-size: calc(16 / 390 * 100vw);
    max-width: calc(208 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw) 0;
    border-radius: calc(54 / 390 * 100vw);
  }
}

.post-category {
  font-size: calc(24 / 1920 * 100vw);
  font-weight: bold;
  padding: calc(4 / 1920 * 100vw) calc(34 / 1920 * 100vw);
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .post-category {
    font-size: calc(12 / 390 * 100vw);
    padding: calc(2 / 390 * 100vw) calc(14 / 390 * 100vw);
  }
}

.item-category-event {
  border: 4px solid #e96952;
  color: #e96952;
}

.item-category-news {
  border: 4px solid #5aa61e;
  color: #5aa61e;
}

.event-news-page {
  max-width: calc(1430 / 1920 * 100vw);
  width: 100%;
  margin: calc(302 / 1920 * 100vw) auto 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 1024px) {
  .event-news-page {
    max-width: 100%;
    margin: calc(114 / 390 * 100vw) auto 0;
  }
}

.event-news-page .side-item-1 {
  position: absolute;
  width: 100%;
}

@media (max-width: 1024px) {
  .event-news-page .side-item-1 {
    display: none;
  }
}

.event-news-page .side-item-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.event-news-page .head-left-1 {
  top: calc(-80 / 1920 * 100vw);
  left: calc(-405 / 1920 * 100vw);
  max-width: calc(320 / 1920 * 100vw);
  z-index: -1;
}

.event-news-page .head-right-1 {
  top: calc(-35 / 1920 * 100vw);
  right: calc(-310 / 1920 * 100vw);
  max-width: calc(260 / 1920 * 100vw);
}

.event-news-page .get-category {
  font-size: calc(28 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: calc(118 / 1920 * 100vw) 0 calc(80 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .get-category {
    font-size: calc(21 / 390 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: calc(28 / 390 * 100vw) 0 calc(24 / 390 * 100vw);
  }
}

.event-news-page .get-category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(18 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .get-category .category-list {
    margin-left: 0px;
    text-align: center;
    margin-top: calc(14 / 390 * 100vw);
  }
}

.event-news-page .get-category .category-list .category-item-event {
  cursor: pointer;
  border: 4px solid #e96952;
  color: #e96952;
  font-size: calc(22 / 1920 * 100vw);
  font-weight: bold;
  padding: calc(4 / 1920 * 100vw) calc(34 / 1920 * 100vw);
  border-radius: 50px;
  margin-right: calc(16 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .get-category .category-list .category-item-event {
    font-size: calc(12 / 390 * 100vw);
    padding: calc(2 / 390 * 100vw) calc(18 / 390 * 100vw);
    margin-right: calc(10 / 390 * 100vw);
  }
}

.event-news-page .get-category .category-list .category-item-news {
  cursor: pointer;
  border: 4px solid #5aa61e;
  color: #5aa61e;
  font-size: calc(22 / 1920 * 100vw);
  font-weight: bold;
  padding: calc(4 / 1920 * 100vw) calc(34 / 1920 * 100vw);
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .event-news-page .get-category .category-list .category-item-news {
    font-size: calc(12 / 390 * 100vw);
    padding: calc(2 / 390 * 100vw) calc(18 / 390 * 100vw);
  }
}

.event-news-page .post-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(40 / 1920 * 100vw) calc(24 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .post-list {
    max-width: calc(360 / 390 * 100vw);
    gap: calc(34 / 390 * 100vw) calc(6 / 390 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.event-news-page .post-list .post-item {
  max-width: calc(454 / 1920 * 100vw);
  width: 100%;
  color: #1b3e80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .event-news-page .post-list .post-item {
    max-width: calc(176 / 390 * 100vw);
  }
}

.event-news-page .post-list .post-item .post-thumbnail {
  border-radius: 20px;
  max-width: calc(454 / 1920 * 100vw);
  aspect-ratio: 454 / 280;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .event-news-page .post-list .post-item .post-thumbnail {
    max-width: calc(176 / 390 * 100vw);
    aspect-ratio: 176 / 108;
  }
}

.event-news-page .post-list .post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-news-page .post-list .post-item .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: calc(40 / 1920 * 100vw) 0px calc(24 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .post-list .post-item .flex-item {
    margin: calc(16 / 390 * 100vw) 0px calc(10 / 390 * 100vw);
  }
}

.event-news-page .post-list .post-item .flex-item .post-date {
  font-size: calc(25 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .post-list .post-item .flex-item .post-date {
    font-size: calc(14 / 390 * 100vw);
  }
}

.event-news-page .post-list .post-item .post-title {
  font-size: calc(26 / 1920 * 100vw);
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .event-news-page .post-list .post-item .post-title {
    font-size: calc(14 / 390 * 100vw);
  }
}

.event-news-page .not-text {
  text-align: left;
  font-size: calc(28 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
}

.event-news-page .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(10 / 1920 * 100vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(120 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .pagination {
    gap: calc(6 / 390 * 100vw);
    margin-top: calc(44 / 390 * 100vw);
  }
}

.event-news-page .pagination a,
.event-news-page .pagination span {
  padding: calc(24 / 1920 * 100vw) calc(20 / 1920 * 100vw);
  border: 2px solid #1b3e80;
  color: #1b3e80;
  text-decoration: none;
  border-radius: 10px;
  max-width: calc(64 / 1920 * 100vw);
  max-height: calc(60 / 1920 * 100vw);
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .event-news-page .pagination a,
  .event-news-page .pagination span {
    padding: calc(14 / 390 * 100vw);
    max-width: calc(48 / 390 * 100vw);
    max-height: calc(44 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

.event-news-page .pagination .current {
  background-color: #1b3e80;
  color: #fff;
}

.event-news-page .dots {
  padding: calc(24 / 1920 * 100vw) 0px !important;
  border: none !important;
  max-width: calc(18 / 1920 * 100vw) !important;
  color: #1b3e80;
}

.event-news-page .post-single-item {
  max-width: calc(1197 / 1920 * 100vw);
  width: 100%;
  margin: calc(114 / 1920 * 100vw) auto 0;
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item {
    max-width: calc(360 / 390 * 100vw);
    margin: calc(48 / 390 * 100vw) auto 0;
  }
}

.event-news-page .post-single-item .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(42 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .flex-item {
    margin-bottom: calc(18 / 390 * 100vw);
  }
}

.event-news-page .post-single-item .post-date {
  font-size: calc(32 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  margin-right: calc(56 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .post-date {
    font-size: calc(20 / 390 * 100vw);
  }
}

.event-news-page .post-single-item .post-title {
  font-size: calc(43 / 1920 * 100vw);
  font-weight: bold;
  margin-bottom: calc(38 / 1920 * 100vw);
  color: #1b3e80;
  line-height: 1.2em;
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .post-title {
    font-size: calc(24 / 390 * 100vw);
    margin-bottom: calc(22 / 390 * 100vw);
    line-height: 1.5em;
  }
}

.event-news-page .post-single-item .post-thumbnail {
  max-width: calc(1197 / 1920 * 100vw);
  margin-bottom: calc(60 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .post-thumbnail {
    max-width: 100%;
    margin-bottom: calc(50 / 390 * 100vw);
  }
}

.event-news-page .post-single-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20px;
}

.event-news-page .post-single-item .post-content h1 {
  font-size: calc(43 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  padding-bottom: calc(24 / 1920 * 100vw);
  border-bottom: 2px dotted #1b3e80;
  margin-bottom: calc(40 / 1920 * 100vw);
  line-height: 1.2em;
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .post-content h1 {
    font-size: calc(24 / 390 * 100vw);
    padding-bottom: calc(24 / 390 * 100vw);
    margin-bottom: calc(24 / 390 * 100vw);
    line-height: 1.5em;
  }
}

.event-news-page .post-single-item .post-content h2 {
  font-size: calc(37 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  padding-left: calc(30 / 1920 * 100vw);
  margin-bottom: calc(36 / 1920 * 100vw);
  position: relative;
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .post-content h2 {
    font-size: calc(22 / 390 * 100vw);
    padding-left: calc(18 / 390 * 100vw);
    margin-bottom: calc(18 / 390 * 100vw);
  }
}

.event-news-page .post-single-item .post-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(15 / 1920 * 100vw);
  height: 100%;
  background-color: #ffe900;
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .post-content h2::before {
    width: calc(8 / 390 * 100vw);
    height: 100%;
  }
}

.event-news-page .post-single-item .post-content h3 {
  font-size: calc(32 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  margin-bottom: calc(20 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .post-content h3 {
    font-size: calc(20 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
  }
}

.event-news-page .post-single-item .post-content p {
  font-size: calc(24 / 1920 * 100vw);
  color: #1b3e80;
  margin-bottom: calc(64 / 1920 * 100vw);
  line-height: 2em;
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .post-content p {
    font-size: calc(16 / 390 * 100vw);
    margin-bottom: calc(54 / 390 * 100vw);
  }
}

.event-news-page .post-single-item .post-content .wp-block-image {
  margin-bottom: calc(6 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .event-news-page .post-single-item .post-content .wp-block-image {
    margin-bottom: calc(5 / 390 * 100vw);
    max-width: 100%;
  }
}

.event-news-page .post-single-item .post-content .wp-block-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page {
  margin-top: calc(194 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page {
    margin-top: calc(79 / 390 * 100vw);
  }
}

.ws-page .head-images {
  max-width: 100%;
}

.ws-page .head-images img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .part-img {
  max-width: calc(200 / 1920 * 100vw);
  margin: calc(56 / 1920 * 100vw) auto calc(26 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .part-img {
    max-width: calc(84 / 390 * 100vw);
    margin: calc(28 / 390 * 100vw) auto calc(22 / 390 * 100vw);
  }
}

.ws-page .part-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .comingsoon-content {
  font-size: calc(50 / 1920 * 100vw);
  font-weight: bold;
  text-align: center;
  color: #1b3e80;
  margin: calc(60 / 1920 * 100vw) auto;
}

@media (max-width: 1024px) {
  .ws-page .comingsoon-content {
    font-size: calc(28 / 390 * 100vw);
    margin: calc(40 / 390 * 100vw) auto;
  }
}

.ws-page .ws-page-h1 {
  font-size: calc(84 / 1920 * 100vw);
  margin-bottom: calc(60 / 1920 * 100vw);
  line-height: 1.8em;
  font-weight: bold;
  color: #1b3e80;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #fce900;
  text-decoration-color: #fce900;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.1em;
}

@media (max-width: 1024px) {
  .ws-page .ws-page-h1 {
    font-size: calc(36 / 390 * 100vw);
    margin-bottom: calc(36 / 390 * 100vw);
  }
}

.ws-page .ws-date {
  font-size: calc(36 / 1920 * 100vw);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(22 / 1920 * 100vw);
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .ws-date {
    font-size: calc(22 / 390 * 100vw);
    margin-bottom: calc(12 / 390 * 100vw);
  }
}

.ws-page .ws-time {
  font-size: calc(30 / 1920 * 100vw);
  text-align: center;
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .ws-time {
    font-size: calc(20 / 390 * 100vw);
  }
}

.ws-page .ws-about-text {
  max-width: calc(1044 / 1920 * 100vw);
  width: 100%;
  margin: calc(50 / 1920 * 100vw) auto;
  color: #1b3e80;
  font-size: calc(24 / 1920 * 100vw);
  line-height: 1.8em;
}

@media (max-width: 1024px) {
  .ws-page .ws-about-text {
    max-width: calc(354 / 390 * 100vw);
    margin: calc(30 / 390 * 100vw) auto calc(32 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
}

.ws-page .for-parents-text {
  max-width: calc(1044 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .ws-page .for-parents-text {
    max-width: calc(354 / 390 * 100vw);
    margin: 0 auto calc(60 / 390 * 100vw);
  }
}

.ws-page .for-parents-text .head-text {
  max-width: calc(310 / 1920 * 100vw);
  width: 100%;
  font-size: calc(34 / 1920 * 100vw);
  color: #1b3e80;
  border-top: 2px solid #1b3e80;
  border-bottom: 2px solid #1b3e80;
  padding: calc(16 / 1920 * 100vw) 0px;
  margin: 0 auto calc(34 / 1920 * 100vw);
  text-align: center;
}

@media (max-width: 1024px) {
  .ws-page .for-parents-text .head-text {
    max-width: calc(310 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw) 0px;
    margin: 0 auto calc(32 / 390 * 100vw);
  }
}

.ws-page .for-parents-text .detail-text {
  font-size: calc(24 / 1920 * 100vw);
  line-height: 1.8em;
  color: #1b3e80;
  text-align: left;
}

@media (max-width: 1024px) {
  .ws-page .for-parents-text .detail-text {
    font-size: calc(18 / 390 * 100vw);
  }
}

.ws-page .ws-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: calc(130 / 1920 * 100vw) auto calc(90 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .ws-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(354 / 390 * 100vw);
    margin: calc(30 / 1920 * 100vw) auto calc(60 / 390 * 100vw);
  }
}

.ws-page .ws-point .point-head {
  font-size: calc(34 / 1920 * 100vw);
  margin-right: calc(12 / 1920 * 100vw);
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .ws-point .point-head {
    font-size: calc(24 / 390 * 100vw);
    margin-right: 0px;
    margin-bottom: calc(32 / 390 * 100vw);
  }
}

.ws-page .ws-point .list-item .flex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(24 / 1920 * 100vw);
  margin-bottom: calc(22 / 1920 * 100vw);
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .ws-point .list-item .flex-text {
    font-size: calc(18 / 390 * 100vw);
    margin-bottom: calc(22 / 390 * 100vw);
    line-height: 1.5em;
  }
}

.ws-page .ws-point .list-item .flex-text:last-child {
  margin-bottom: 0px;
}

.ws-page .ws-point .list-item .flex-text span {
  margin-right: calc(14 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .ws-point .list-item .flex-text span {
    margin-right: calc(16 / 390 * 100vw);
  }
}

.ws-page .ws-point .list-item .flex-text .text .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .ws-point .list-item .flex-text .text .pc-none {
    display: block;
  }
}

.ws-page .apply-contents {
  position: relative;
  margin: calc(150 / 1920 * 100vw) auto calc(132 / 1920 * 100vw);
  max-width: calc(884 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .ws-page .apply-contents {
    max-width: calc(334 / 390 * 100vw);
    margin: calc(60 / 390 * 100vw) auto calc(50 / 390 * 100vw);
  }
}

.ws-page .apply-contents .cost-item {
  max-width: calc(150 / 1920 * 100vw);
  position: absolute;
  top: calc(-64 / 1920 * 100vw);
  right: calc(0 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .apply-contents .cost-item {
    max-width: calc(80 / 390 * 100vw);
    top: calc(-45 / 390 * 100vw);
    right: calc(0 / 390 * 100vw);
  }
}

.ws-page .apply-contents .cost-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .apply-contents .apply-content {
  max-width: calc(846 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
  background-color: #e96951;
  color: #fff;
  padding: calc(54 / 1920 * 100vw) 0px;
  border-radius: 15px;
  font-size: calc(35 / 1920 * 100vw);
  text-align: center;
  line-height: 1.6em;
}

@media (max-width: 1024px) {
  .ws-page .apply-contents .apply-content {
    max-width: calc(318 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) 0;
  }
}

.ws-page .apply-contents .apply-content .pc-none {
  display: block;
}

@media (max-width: 1024px) {
  .ws-page .apply-contents .apply-content .pc-none {
    display: none;
  }
}

.ws-page .apply-contents .apply-content .sp-none {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .apply-contents .apply-content .sp-none {
    display: block;
  }
}

.ws-page .apply-contents .apply-content .deadline {
  font-size: calc(30 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .apply-contents .apply-content .deadline {
    font-size: calc(16 / 390 * 100vw);
  }
}

.ws-page .apply-contents.bottom-area {
  margin: calc(124 / 1920 * 100vw) auto calc(112 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .apply-contents.bottom-area {
    margin: calc(72 / 390 * 100vw) auto calc(50 / 390 * 100vw);
  }
}

.ws-page .apply-contents.bottom-area .cost-item {
  top: calc(-64 / 1920 * 100vw);
  right: calc(0 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .apply-contents.bottom-area .cost-item {
    top: calc(-45 / 390 * 100vw);
    right: calc(0 / 390 * 100vw);
  }
}

.ws-page .apply-contents.bottom-area .apply-detail {
  max-width: calc(846 / 1920 * 100vw);
  width: 100%;
  margin: calc(30 / 1920 * 100vw) auto 0px;
  text-align: left;
  font-size: calc(22 / 1920 * 100vw);
  color: #1b3e80;
  line-height: 1.6em;
}

@media (max-width: 1024px) {
  .ws-page .apply-contents.bottom-area .apply-detail {
    max-width: calc(372 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    margin: calc(32 / 390 * 100vw) auto 0px;
  }
}

.ws-page .ws-page-h2 {
  font-size: calc(64 / 1920 * 100vw);
  font-weight: bold;
  text-align: center;
  color: #1b3e80;
  margin: 0 auto calc(46 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .ws-page-h2 {
    font-size: calc(32 / 390 * 100vw);
  }
}

.ws-page .h2-line {
  max-width: calc(1400 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .ws-page .h2-line {
    display: none;
  }
}

.ws-page .h2-line img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .sp-h2-line {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .sp-h2-line {
    display: block;
    max-width: calc(360 / 390 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
}

.ws-page .sp-h2-line img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .course-content {
  margin: calc(52 / 1920 * 100vw) auto calc(132 / 1920 * 100vw);
}

.ws-page .course-content .course-item {
  margin-top: calc(52 / 1920 * 100vw);
  max-width: calc(1270 / 1920 * 100vw);
  margin: calc(52 / 1920 * 100vw) auto 0;
}

.ws-page .course-content .course-item:first-child {
  margin-bottom: calc(78 / 1920 * 100vw);
}

.ws-page .course-content .course-item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .ws-page .course-content .course-item {
    display: none;
  }
}

.ws-page .course-content .sp-course-item {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .course-content .sp-course-item {
    display: block;
    max-width: calc(360 / 390 * 100vw);
    margin: calc(14 / 390 * 100vw) auto 0;
  }
  .ws-page .course-content .sp-course-item:first-child {
    margin-bottom: calc(22 / 390 * 100vw);
  }
  .ws-page .course-content .sp-course-item img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.ws-page .lecturer-content {
  margin-bottom: calc(158 / 1920 * 100vw);
  margin: calc(116 / 1920 * 100vw) auto calc(158 / 1920 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ws-page .lecturer-content .lecturer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(524 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .ws-page .lecturer-content .lecturer-item {
    max-width: calc(172 / 390 * 100vw);
  }
}

.ws-page .lecturer-content .lecturer-item:first-child {
  margin-right: calc(58 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .lecturer-content .lecturer-item:first-child {
    margin-right: calc(10 / 390 * 100vw);
  }
}

.ws-page .lecturer-content .lecturer-item .lecturer-img {
  max-width: calc(310 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto calc(36 / 1920 * 100vw);
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .ws-page .lecturer-content .lecturer-item .lecturer-img {
    max-width: calc(138 / 390 * 100vw);
    margin: 0 auto calc(22 / 390 * 100vw);
  }
}

.ws-page .lecturer-content .lecturer-item .lecturer-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.ws-page .lecturer-content .lecturer-item .lecturer-name {
  font-size: calc(36 / 1920 * 100vw);
  font-weight: bold;
  margin-bottom: calc(22 / 1920 * 100vw);
  text-align: center;
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .lecturer-content .lecturer-item .lecturer-name {
    font-size: calc(24 / 390 * 100vw);
    margin-bottom: calc(18 / 390 * 100vw);
  }
}

.ws-page .lecturer-content .lecturer-item .lecturer-company {
  font-size: calc(22 / 1920 * 100vw);
  margin-bottom: calc(34 / 1920 * 100vw);
  text-align: center;
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .lecturer-content .lecturer-item .lecturer-company {
    font-size: calc(18 / 390 * 100vw);
    margin: 0 auto calc(18 / 390 * 100vw);
  }
}

.ws-page .lecturer-content .lecturer-item .lecturer-text {
  font-size: calc(20 / 1920 * 100vw);
  line-height: 1.8em;
  text-align: left;
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .lecturer-content .lecturer-item .lecturer-text {
    font-size: calc(16 / 390 * 100vw);
  }
}

.ws-page .lecturer-content.part-1 .lecturer-item {
  max-width: calc(1380 / 1920 * 100vw);
  margin-right: 0px;
}

.ws-page .lecturer-content.part-3 {
  display: none;
}

.ws-page .guest-content {
  max-width: calc(1380 / 1920 * 100vw);
  width: 100%;
  margin: calc(116 / 1920 * 100vw) auto calc(142 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .guest-content {
    max-width: calc(344 / 390 * 100vw);
    margin: calc(12 / 390 * 100vw) auto calc(32 / 390 * 100vw);
  }
}

.ws-page .guest-content .guest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: calc(72 / 1920 * 100vw) auto 0;
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ws-page .guest-content .guest-item:first-child {
  margin-bottom: calc(78 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-item:first-child .guest-position {
    max-width: calc(140 / 390 * 100vw);
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-item:last-child .guest-position {
    max-width: calc(140 / 390 * 100vw);
    margin-left: auto;
  }
}

.ws-page .guest-content .guest-img {
  max-width: calc(580 / 1920 * 100vw);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-img {
    max-width: calc(320 / 390 * 100vw);
  }
}

.ws-page .guest-content .guest-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .guest-content .pc-guest-img {
  max-width: calc(580 / 1920 * 100vw);
  margin: 0 auto;
  display: block;
}

@media (max-width: 1024px) {
  .ws-page .guest-content .pc-guest-img {
    display: none;
  }
}

.ws-page .guest-content .pc-guest-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .guest-content .sp-guest-img {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .guest-content .sp-guest-img {
    display: block;
    max-width: calc(346 / 390 * 100vw);
    margin: 0 auto;
  }
}

.ws-page .guest-content .sp-guest-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .guest-content .guest-detail-content {
  color: #1b3e80;
  max-width: calc(746 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-detail-content {
    max-width: 100%;
    margin: calc(32 / 390 * 100vw) auto 0;
  }
}

.ws-page .guest-content .guest-detail-content .guest-detail-head {
  margin-bottom: calc(68 / 1920 * 100vw);
  position: relative;
  padding-left: calc(40 / 1920 * 100vw);
  font-weight: bold;
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-detail-content .guest-detail-head {
    padding-left: 0px;
  }
}

.ws-page .guest-content .guest-detail-content .guest-detail-head .guest-name {
  font-size: calc(47 / 1920 * 100vw);
  margin-bottom: calc(22 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-detail-content .guest-detail-head .guest-name {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }
}

.ws-page .guest-content .guest-detail-content .guest-detail-head .guest-company {
  font-size: calc(26 / 1920 * 100vw);
  margin-bottom: calc(14 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-detail-content .guest-detail-head .guest-company {
    font-size: calc(18 / 390 * 100vw);
    margin-bottom: calc(14 / 390 * 100vw);
  }
}

.ws-page .guest-content .guest-detail-content .guest-detail-head .guest-position {
  font-size: calc(26 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-detail-content .guest-detail-head .guest-position {
    font-size: calc(18 / 390 * 100vw);
    border-bottom: 2px dotted #1b3e80;
    max-width: calc(130 / 390 * 100vw);
    width: 100%;
    padding-bottom: calc(22 / 390 * 100vw);
  }
}

.ws-page .guest-content .guest-detail-content .guest-detail-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(8 / 1920 * 100vw);
  background-image: radial-gradient(circle, #1b3e80 calc(2 / 1920 * 100vw), transparent calc(2 / 1920 * 100vw));
  background-size: calc(6 / 1920 * 100vw) calc(7 / 1920 * 100vw);
  background-repeat: repeat-y;
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-detail-content .guest-detail-head::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-detail-content .text-right {
    text-align: right;
  }
}

.ws-page .guest-content .guest-detail-content .guest-detail-text {
  font-size: calc(20 / 1920 * 100vw);
  line-height: 1.8em;
}

@media (max-width: 1024px) {
  .ws-page .guest-content .guest-detail-content .guest-detail-text {
    font-size: calc(16 / 390 * 100vw);
    padding-top: calc(20 / 390 * 100vw);
  }
}

.ws-page .timetable-content {
  max-width: calc(1350 / 1920 * 100vw);
  width: 100%;
  margin: calc(102 / 1920 * 100vw) auto calc(183 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .timetable-content {
    max-width: 100%;
    margin: calc(42 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
    overflow-x: auto;
    padding: 0 calc(30 / 390 * 100vw);
  }
}

.ws-page .timetable-content img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .ws-page .timetable-content img {
    width: calc(700 / 390 * 100vw);
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

@media (max-width: 1024px) {
  .ws-page .sp-devise {
    max-width: 100%;
    width: 100%;
    padding: 0 calc(20 / 390 * 100vw);
  }
}

@media (max-width: 1024px) {
  .ws-page .sp-devise img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.ws-page .workshop-content {
  margin: calc(86 / 1920 * 100vw) auto calc(108 / 1920 * 100vw);
}

.ws-page .workshop-content .about-text {
  font-size: calc(35 / 1920 * 100vw);
  text-align: center;
  color: #1b3e80;
  line-height: 1.6em;
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .about-text {
    font-size: calc(20 / 390 * 100vw);
    margin-bottom: calc(24 / 390 * 100vw);
    line-height: 1.4em;
  }
}

.ws-page .workshop-content .about-text .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .about-text .pc-none {
    display: block;
  }
}

.ws-page .workshop-content .date-list {
  margin-top: calc(98 / 1920 * 100vw);
}

.ws-page .workshop-content .date-list .list-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1272 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto calc(30 / 1920 * 100vw);
  color: #1b3e80;
  padding: calc(56 / 1920 * 100vw) calc(48 / 1920 * 100vw) calc(48 / 1920 * 100vw) calc(34 / 1920 * 100vw);
  border-radius: 32px;
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .date-list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(354 / 390 * 100vw);
    margin: 0 auto calc(14 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) calc(22 / 390 * 100vw);
  }
}

.ws-page .workshop-content .date-list .list-item .date-img {
  max-width: calc(266 / 1920 * 100vw);
  margin-right: calc(58 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .date-list .list-item .date-img {
    max-width: calc(162 / 390 * 100vw);
    margin: 0 auto calc(22 / 390 * 100vw);
  }
}

.ws-page .workshop-content .date-list .list-item .date-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .workshop-content .date-list .list-item .event-detail {
  position: relative;
  padding-left: calc(48 / 1920 * 100vw);
  max-width: calc(864 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .date-list .list-item .event-detail {
    padding-left: 0px;
    max-width: 100%;
  }
}

.ws-page .workshop-content .date-list .list-item .event-detail .main-text {
  font-size: calc(37 / 1920 * 100vw);
  font-weight: bold;
  margin-bottom: calc(28 / 1920 * 100vw);
  text-align: left;
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .date-list .list-item .event-detail .main-text {
    font-size: calc(24 / 390 * 100vw);
    text-align: center;
    margin-bottom: calc(22 / 390 * 100vw);
    line-height: 1.3em;
  }
}

.ws-page .workshop-content .date-list .list-item .event-detail .main-text .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .date-list .list-item .event-detail .main-text .pc-none {
    display: block;
  }
}

.ws-page .workshop-content .date-list .list-item .event-detail .detail-text {
  font-size: calc(24 / 1920 * 100vw);
  line-height: 1.8em;
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .date-list .list-item .event-detail .detail-text {
    font-size: calc(16 / 390 * 100vw);
    border-top: 2px dotted #1b3e80;
    padding-top: calc(18 / 390 * 100vw);
  }
}

.ws-page .workshop-content .date-list .list-item .event-detail::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(2 / 1920 * 100vw);
  background-image: radial-gradient(circle, #1b3e80 calc(1 / 1920 * 100vw), transparent calc(1 / 1920 * 100vw));
  background-size: calc(2 / 1920 * 100vw) calc(6 / 1920 * 100vw);
  background-repeat: repeat-y;
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .date-list .list-item .event-detail::before {
    display: none;
  }
}

.ws-page .workshop-content .date-list .list-item:last-child {
  margin-bottom: 0px;
}

.ws-page .workshop-content .supplement-text {
  font-size: calc(35 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
  line-height: 1.5em;
  max-width: calc(1084 / 1920 * 100vw);
  margin: calc(90 / 1920 * 100vw) auto 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .supplement-text {
    font-size: calc(20 / 390 * 100vw);
    max-width: 100%;
    margin: calc(30 / 390 * 100vw) auto 0;
  }
}

.ws-page .workshop-content .supplement-text .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .workshop-content .supplement-text .pc-none {
    display: block;
  }
}

.ws-page .after-follow-content {
  max-width: calc(1400 / 1920 * 100vw);
  width: 100%;
  margin: calc(68 / 1920 * 100vw) auto calc(102 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .after-follow-content {
    max-width: calc(354 / 390 * 100vw);
    margin: calc(34 / 390 * 100vw) auto calc(52 / 390 * 100vw);
  }
}

.ws-page .after-follow-content .text {
  color: #1b3e80;
  font-size: calc(26 / 1920 * 100vw);
  line-height: 1.8em;
  margin-bottom: calc(40 / 1920 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ws-page .after-follow-content .text::before {
  content: "•";
  color: #1b3e80;
  font-size: calc(26 / 1920 * 100vw);
  line-height: 1.8em;
  margin-right: calc(10 / 1920 * 100vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1024px) {
  .ws-page .after-follow-content .text::before {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media (max-width: 1024px) {
  .ws-page .after-follow-content .text {
    font-size: calc(16 / 390 * 100vw);
    margin-bottom: calc(18 / 390 * 100vw);
  }
}

.ws-page .after-follow-content .text .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .after-follow-content .text .pc-none {
    display: block;
  }
}

.ws-page .details {
  max-width: calc(1400 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .ws-page .details {
    max-width: calc(360 / 390 * 100vw);
  }
}

.ws-page .details .overview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: calc(76 / 1920 * 100vw) 0px calc(56 / 1920 * 100vw) calc(44 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: calc(40 / 390 * 100vw) auto calc(22 / 390 * 100vw);
  }
}

.ws-page .details .overview-content .ws-page-h3 {
  margin-top: calc(16 / 1920 * 100vw);
}

.ws-page .details .overview-content .overview-img {
  display: block;
  max-width: calc(1064 / 1920 * 100vw);
  width: 100%;
}

.ws-page .details .overview-content .overview-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content .overview-img {
    display: none;
  }
}

.ws-page .details .overview-content .sp-overview-img {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content .sp-overview-img {
    display: block;
    max-width: calc(290 / 390 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
  .ws-page .details .overview-content .sp-overview-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.ws-page .details .overview-content-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: calc(1270 / 1920 * 100vw);
  width: 100%;
  margin: calc(102 / 1920 * 100vw) 0px calc(46 / 1920 * 100vw) calc(44 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(372 / 390 * 100vw);
    margin: calc(24 / 390 * 100vw) auto 0;
  }
}

.ws-page .details .overview-content-3 .flex-content-date {
  margin-right: calc(156 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content-3 .flex-content-date {
    margin-right: 0px;
  }
}

.ws-page .details .overview-content-3 .flex-content-date .ws-page-h3 {
  margin-bottom: calc(32 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content-3 .flex-content-date .ws-page-h3 {
    margin-bottom: calc(12 / 1920 * 100vw);
  }
}

.ws-page .details .overview-content-3 .flex-content-date .overview-img {
  max-width: calc(820 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content-3 .flex-content-date .overview-img {
    display: none;
  }
}

.ws-page .details .overview-content-3 .flex-content-date .overview-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .details .overview-content-3 .flex-content-date .sp-overview-img {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content-3 .flex-content-date .sp-overview-img {
    display: block;
    max-width: 100%;
  }
  .ws-page .details .overview-content-3 .flex-content-date .sp-overview-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content-3 .flex-content-capacity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: calc(18 / 390 * 100vw) auto 0px;
  }
}

.ws-page .details .overview-content-3 .flex-content-capacity .ws-page-h3 {
  text-align: center;
  margin: 0 auto calc(24 / 1920 * 100vw);
}

.ws-page .details .overview-content-3 .flex-content-capacity .overview-img {
  max-width: calc(242 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content-3 .flex-content-capacity .overview-img {
    display: none;
  }
}

.ws-page .details .overview-content-3 .flex-content-capacity .overview-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .details .overview-content-3 .flex-content-capacity .sp-overview-img {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .details .overview-content-3 .flex-content-capacity .sp-overview-img {
    display: block;
    max-width: calc(170 / 390 * 100vw);
    margin-left: calc(66 / 390 * 100vw);
  }
}

.ws-page .details .overview-content-3 .flex-content-capacity .sp-overview-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .details .sp-overview-content-detail {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .details .sp-overview-content-detail {
    display: block;
    width: 100%;
    margin: calc(20 / 390 * 100vw) auto calc(30 / 390 * 100vw);
  }
  .ws-page .details .sp-overview-content-detail .sp-overview-img {
    max-width: calc(324 / 390 * 100vw);
    width: 100%;
    margin: calc(20 / 390 * 100vw) auto 0;
  }
  .ws-page .details .sp-overview-content-detail .sp-overview-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.ws-page .details .dot-line {
  max-width: calc(1392 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .ws-page .details .dot-line {
    max-width: calc(364 / 390 * 100vw);
  }
}

.ws-page .details .dot-line img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .details .sp-dot-line {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .details .sp-dot-line {
    display: block;
    max-width: calc(364 / 390 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
}

.ws-page .details .sp-dot-line img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .details .map-content {
  max-width: calc(1290 / 1920 * 100vw);
  width: 100%;
  margin: calc(72 / 1920 * 100vw) 0px calc(94 / 1920 * 100vw) calc(44 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .map-content {
    max-width: calc(360 / 390 * 100vw);
    margin: calc(36 / 390 * 100vw) auto calc(44 / 390 * 100vw);
  }
}

.ws-page .details .map-content .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1276 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .ws-page .details .map-content .access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(360 / 390 * 100vw);
    margin: calc(36 / 390 * 100vw) auto calc(44 / 390 * 100vw);
  }
}

.ws-page .details .map-content .access .google-map {
  margin-right: calc(50 / 1920 * 100vw);
  max-width: calc(668 / 1920 * 100vw);
  height: calc(442 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .ws-page .details .map-content .access .google-map {
    margin-right: 0px;
    max-width: calc(356 / 390 * 100vw);
    height: calc(210 / 390 * 100vw);
  }
}

.ws-page .details .map-content .access .google-map iframe {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.ws-page .details .map-content .access .facility-name {
  font-size: calc(34 / 1920 * 100vw);
  font-weight: bold;
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .details .map-content .access .facility-name {
    font-size: calc(24 / 390 * 100vw);
    margin-top: calc(34 / 390 * 100vw);
  }
}

.ws-page .details .map-content .access .facility-name .address {
  font-size: calc(20 / 1920 * 100vw);
  font-weight: normal;
}

@media (max-width: 1024px) {
  .ws-page .details .map-content .access .facility-name .address {
    display: block;
    font-size: calc(17 / 390 * 100vw);
    padding-top: calc(16 / 390 * 100vw);
  }
}

.ws-page .details .map-content .access .access-detail-text {
  text-align: left;
  line-height: 2em;
  color: #1b3e80;
  font-size: calc(20 / 1920 * 100vw);
  margin-bottom: calc(20 / 1920 * 100vw);
  max-width: calc(558 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .ws-page .details .map-content .access .access-detail-text {
    font-size: calc(17 / 390 * 100vw);
    margin-bottom: calc(30 / 390 * 100vw);
    max-width: 100%;
  }
}

.ws-page .details .event-content {
  max-width: calc(1370 / 1920 * 100vw);
  width: 100%;
  margin: calc(78 / 1920 * 100vw) auto calc(94 / 1920 * 100vw) calc(44 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .event-content {
    max-width: calc(364 / 390 * 100vw);
    margin: calc(36 / 390 * 100vw) auto calc(54 / 390 * 100vw);
  }
}

.ws-page .details .event-content .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .ws-page .details .event-content .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ws-page .details .event-content .content-block .content-item {
  max-width: calc(440 / 1920 * 100vw);
  width: 100%;
  background-color: #fff;
  border-radius: 34px;
  margin-right: calc(26 / 1920 * 100vw);
  padding: calc(32 / 1920 * 100vw) 0;
}

@media (max-width: 1024px) {
  .ws-page .details .event-content .content-block .content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(364 / 390 * 100vw);
    padding: calc(20 / 390 * 100vw) calc(16 / 390 * 100vw);
    margin: calc(22 / 390 * 100vw) 0 calc(16 / 1920 * 100vw);
  }
}

.ws-page .details .event-content .content-block .content-item:nth-child(2) .head-img {
  padding-top: calc(26 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .event-content .content-block .content-item:nth-child(2) .head-img {
    padding-top: 0px;
  }
}

.ws-page .details .event-content .content-block .content-item:last-child {
  margin-right: 0px;
}

@media (max-width: 1024px) {
  .ws-page .details .event-content .content-block .content-item:last-child {
    margin-bottom: 0px;
  }
}

.ws-page .details .event-content .content-block .content-item .head-img {
  max-width: calc(68 / 1920 * 100vw);
  margin: 0 auto calc(28 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .event-content .content-block .content-item .head-img {
    max-width: calc(68 / 390 * 100vw);
    margin: 0px calc(16 / 390 * 100vw) 0px 0px;
  }
}

.ws-page .details .event-content .content-block .content-item .head-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-page .details .event-content .content-block .content-item .content-text {
  font-size: calc(24 / 1920 * 100vw);
  line-height: 1.6em;
  color: #1b3e80;
  text-align: center;
}

@media (max-width: 1024px) {
  .ws-page .details .event-content .content-block .content-item .content-text {
    font-size: calc(18 / 390 * 100vw);
    text-align: left;
    max-width: calc(236 / 390 * 100vw);
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.ws-page .details .event-content .content-block .content-item .content-text .sp-none {
  display: block;
}

@media (max-width: 1024px) {
  .ws-page .details .event-content .content-block .content-item .content-text .sp-none {
    display: none;
  }
}

.ws-page .details .event-content .content-block .sub-text {
  font-size: calc(18 / 1920 * 100vw);
  margin-top: calc(24 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .event-content .content-block .sub-text {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(4 / 390 * 100vw);
  }
}

.ws-page .details .ws-page-h3 {
  font-size: calc(38 / 1920 * 100vw);
  font-weight: bold;
  text-align: left;
  margin-bottom: calc(58 / 1920 * 100vw);
  margin-right: calc(118 / 1920 * 100vw);
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .details .ws-page-h3 {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
    margin-right: 0px;
    text-align: center;
  }
}

.ws-page .details .button-area {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: calc(24 / 1920 * 100vw) auto 0px;
}

@media (max-width: 1024px) {
  .ws-page .details .button-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.ws-page .details .button-area .more-button {
  max-width: calc(230 / 1920 * 100vw);
  width: 100%;
  padding: calc(24 / 1920 * 100vw) 0px;
  font-size: calc(20 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .button-area .more-button {
    max-width: calc(210 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw) 0px;
    font-size: calc(16 / 390 * 100vw);
  }
}

.ws-page .details .subject-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1b3e80;
  margin: calc(58 / 1920 * 100vw) 0px calc(62 / 1920 * 100vw) calc(44 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .subject-content {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: calc(36 / 390 * 100vw) auto calc(44 / 390 * 100vw);
  }
}

.ws-page .details .subject-content .subject-detail {
  font-size: calc(26 / 1920 * 100vw);
  line-height: 1.8em;
  margin-left: calc(36 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .subject-content .subject-detail {
    display: none;
  }
}

.ws-page .details .subject-content .sp-subject-detail {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .details .subject-content .sp-subject-detail {
    display: block;
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.6em;
    max-width: calc(332 / 390 * 100vw);
    width: 100%;
    text-align: left;
    margin-top: calc(26 / 390 * 100vw);
  }
}

@media (max-width: 1024px) {
  .ws-page .details .subject-content .sp-subject-detail .flex-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1024px) {
  .ws-page .details .subject-content .sp-subject-detail .flex-text span {
    margin-right: calc(8 / 390 * 100vw);
  }
}

@media (max-width: 1024px) {
  .ws-page .details .subject-content .sp-subject-detail .flex-text:first-child {
    margin-bottom: calc(18 / 390 * 100vw);
  }
}

.ws-page .details .belongings-content {
  margin: calc(62 / 1920 * 100vw) 0px calc(116 / 1920 * 100vw) calc(44 / 1920 * 100vw);
  color: #1b3e80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: calc(36 / 390 * 100vw) auto calc(44 / 390 * 100vw);
  }
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail {
    margin-top: calc(30 / 390 * 100vw);
  }
}

.ws-page .details .belongings-content .belongings-detail .belongings-detail-common {
  font-size: calc(26 / 1920 * 100vw);
  line-height: 1.8em;
  width: 100%;
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .belongings-detail-common {
    display: none;
  }
}

.ws-page .details .belongings-content .belongings-detail .belongings-detail-common .main-text {
  font-size: calc(29 / 1920 * 100vw);
  margin-bottom: calc(34 / 1920 * 100vw);
  line-height: 1;
}

.ws-page .details .belongings-content .belongings-detail .belongings-detail-text {
  font-size: calc(26 / 1920 * 100vw);
  line-height: 1.8em;
  width: 100%;
  text-align: left;
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .belongings-detail-text {
    font-size: calc(22 / 390 * 100vw);
    text-align: center;
  }
}

.ws-page .details .belongings-content .belongings-detail .sp-belongings-detail-common {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .sp-belongings-detail-common {
    display: block;
    font-size: calc(16 / 390 * 100vw);
    max-width: calc(360 / 390 * 100vw);
    margin-bottom: calc(32 / 390 * 100vw);
    line-height: 1.6em;
  }
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .sp-belongings-detail-common .main-text {
    font-size: calc(22 / 390 * 100vw);
    border-top: 2px solid #1b3e80;
    border-bottom: 2px solid #1b3e80;
    padding: calc(14 / 390 * 100vw) 0;
    margin: 0 auto calc(20 / 390 * 100vw);
    text-align: center;
    max-width: calc(262 / 390 * 100vw);
    line-height: 1.4em;
  }
}

.ws-page .details .belongings-content .belongings-detail .pc-about {
  width: 100%;
  margin-top: calc(26 / 1920 * 100vw);
}

.ws-page .details .belongings-content .belongings-detail .pc-about .main-text {
  font-size: calc(29 / 1920 * 100vw);
  margin-bottom: calc(26 / 1920 * 100vw);
  line-height: 1;
  display: block;
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .pc-about .main-text {
    display: none;
  }
}

.ws-page .details .belongings-content .belongings-detail .pc-about .sp-main-text {
  display: none;
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .pc-about .sp-main-text {
    display: block;
    font-size: calc(22 / 390 * 100vw);
    border-top: 2px solid #1b3e80;
    border-bottom: 2px solid #1b3e80;
    padding: calc(14 / 390 * 100vw) 0;
    margin: 0 auto calc(30 / 390 * 100vw);
    text-align: center;
    max-width: calc(360 / 390 * 100vw);
    line-height: 1.4em;
  }
}

.ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex .about-text:first-child {
  margin-right: calc(72 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex .about-text:first-child {
    margin-bottom: calc(30 / 390 * 100vw);
    margin-right: 0px;
  }
}

.ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex .pc-name {
  font-size: calc(24 / 1920 * 100vw);
  margin-bottom: calc(26 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex .pc-name {
    font-size: calc(22 / 390 * 100vw);
    text-align: center;
    margin-bottom: calc(20 / 390 * 100vw);
  }
}

.ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex .about-text-detail {
  font-size: calc(19 / 1920 * 100vw);
  max-width: calc(360 / 1920 * 100vw);
  line-height: 1.8em;
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex .about-text-detail {
    font-size: calc(15 / 390 * 100vw);
    max-width: calc(360 / 390 * 100vw);
  }
}

.ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex .spec-detail {
  font-size: calc(22 / 1920 * 100vw);
  margin-top: calc(32 / 1920 * 100vw);
  line-height: 1.8em;
}

@media (max-width: 1024px) {
  .ws-page .details .belongings-content .belongings-detail .pc-about .pc-about-flex .spec-detail {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(18 / 390 * 100vw);
  }
}

.ws-page .details .precautions-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: calc(88 / 1920 * 100vw) 0 calc(126 / 1920 * 100vw) calc(44 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .ws-page .details .precautions-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: calc(36 / 390 * 100vw) auto calc(44 / 390 * 100vw);
  }
}

.ws-page .details .precautions-content .precautions-detail {
  font-size: calc(22 / 1920 * 100vw);
  line-height: 1.8em;
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .ws-page .details .precautions-content .precautions-detail {
    font-size: calc(16 / 390 * 100vw);
    max-width: calc(364 / 390 * 100vw);
  }
}

.event-page {
  padding-top: calc(214 / 1920 * 100vw);
  margin-top: calc(168 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .event-page {
    padding-top: calc(70 / 390 * 100vw);
    margin-top: calc(50 / 390 * 100vw);
  }
}

.event-page .page-section-title {
  text-align: center;
}

.event-page .date {
  font-size: calc(28 / 1920 * 100vw);
  margin: calc(92 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);
  text-align: center;
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .event-page .date {
    font-size: calc(22 / 390 * 100vw);
    margin: calc(30 / 390 * 100vw) 0 calc(26 / 390 * 100vw);
  }
}

.event-page .main-text {
  font-size: calc(88 / 1920 * 100vw);
  font-weight: bold;
  margin-bottom: calc(184 / 1920 * 100vw);
  text-align: center;
  color: #1b3e80;
}

@media (max-width: 1024px) {
  .event-page .main-text {
    font-size: calc(38 / 390 * 100vw);
    margin-bottom: calc(36 / 390 * 100vw);
  }
}

.footer-head-blocks {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(244 / 1920 * 100vw);
}

.footer-head-blocks .footer-head {
  max-width: calc(520 / 1920 * 100vw);
  width: 100%;
  position: absolute;
  top: calc(-50% + calc(100 / 1920 * 100vw));
}

@media (max-width: 1024px) {
  .footer-head-blocks .footer-head {
    max-width: calc(200 / 390 * 100vw);
    top: calc(-50% + calc(-12 / 390 * 100vw));
  }
}

.footer-head-blocks .footer-head img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-head-blocks .left {
  left: calc(-192 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-head-blocks .left {
    left: calc(-67 / 390 * 100vw);
  }
}

.footer-head-blocks .right {
  right: calc(-192 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-head-blocks .right {
    right: calc(-67 / 390 * 100vw);
  }
}

.footer-container {
  background-color: #1b3e80;
  color: #fff;
}

.footer-container .footer-content {
  max-width: calc(1486 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
  padding: calc(76 / 1920 * 100vw) 0px calc(60 / 1920 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .footer-container .footer-content {
    max-width: 100%;
    padding: calc(64 / 390 * 100vw) 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container .footer-content .logo-img {
  max-width: calc(350 / 1920 * 100vw);
  width: 100%;
  margin-right: calc(96 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .logo-img {
    max-width: calc(180 / 390 * 100vw);
    margin-right: 0;
    margin-bottom: calc(44 / 390 * 100vw);
  }
}

.footer-container .footer-content .logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-container .footer-content .detail-content {
  width: 100%;
}

.footer-container .footer-content .detail-content .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(44 / 1920 * 100vw);
  width: 100%;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: calc(46 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .footer-item:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container .footer-content .detail-content .footer-item .menu {
  background-color: #fff;
  color: #1b3e80;
  font-size: calc(20 / 1920 * 100vw);
  font-weight: bold;
  border-radius: 5px;
  max-width: calc(126 / 1920 * 100vw);
  width: 100%;
  text-align: center;
  padding: calc(8 / 1920 * 100vw) calc(12 / 1920 * 100vw);
  margin-right: calc(40 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item .menu {
    font-size: calc(16 / 390 * 100vw);
    max-width: calc(96 / 390 * 100vw);
    padding: calc(6 / 390 * 100vw) calc(8 / 390 * 100vw);
    margin-right: 0px;
    margin-bottom: calc(22 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .footer-item:last-child .menu {
  margin-top: calc(16 / 1920 * 100vw);
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .flex-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: calc(22 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .flex-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: calc(22 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .flex-menu .menu {
  margin-right: calc(8 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .flex-menu .menu {
    margin-right: calc(6 / 390 * 100vw);
    margin-bottom: 0px;
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .flex-menu .menu:first-child {
  min-width: calc(200 / 1920 * 100vw);
  max-width: 100%;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .flex-menu .menu:first-child {
    min-width: calc(146 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .flex-menu .menu:last-child {
  margin-right: 0px;
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(20 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .logo-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(34 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .logo-images {
    margin-right: 0px;
    margin-bottom: calc(18 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .logo-images .web-logo {
  max-width: calc(170 / 1920 * 100vw);
  height: calc(84 / 1920 * 100vw);
  margin-right: calc(24 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .logo-images .web-logo {
    max-width: calc(110 / 390 * 100vw);
    height: calc(54 / 390 * 100vw);
    margin-right: calc(16 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .logo-images .web-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .logo-images .sns-logo {
  max-width: calc(60 / 1920 * 100vw);
  margin-right: calc(20 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .logo-images .sns-logo {
    max-width: calc(36 / 390 * 100vw);
    margin-right: calc(12 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .logo-images .sns-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .logo-images .sns-logo:last-child {
  margin-right: 0;
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .links {
  position: relative;
  padding-left: calc(34 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .links {
    padding-left: 0px;
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .links .link-text {
  font-size: calc(26 / 1920 * 100vw);
  margin-bottom: calc(18 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .links .link-text {
    font-size: calc(16 / 390 * 100vw);
    margin-bottom: calc(22 / 390 * 100vw);
    line-height: 1.6em;
    text-align: center;
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .links .link-text a {
  border-bottom: 1px solid #fff;
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .links::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(64 / 1920 * 100vw);
  width: calc(4 / 1920 * 100vw);
  background-color: #fff;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .links::before {
    display: none;
  }
}

.footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .links .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .footer-item.menu-flex-block .connection-sns-items .links .pc-none {
    display: block;
  }
}

.footer-container .footer-content .detail-content .archive-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-container .footer-content .detail-content .archive-items .archive-item {
  margin-right: calc(28 / 1920 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .archive-items .archive-item {
    margin-right: calc(14 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .archive-items .archive-item:last-child {
  margin-right: 0;
}

.footer-container .footer-content .detail-content .archive-items .archive-item .item-logo {
  display: inline-block;
  width: calc(162 / 1920 * 100vw);
  height: calc(162 / 1920 * 100vw);
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .archive-items .archive-item .item-logo {
    width: calc(146 / 390 * 100vw);
    height: calc(146 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .archive-items .archive-item .item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-container .footer-content .detail-content .sponsorship-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .sponsorship-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-container .footer-content .detail-content .sponsorship-items .nagoya-logo {
  max-width: calc(62 / 1920 * 100vw);
  width: 100%;
  margin-right: calc(14 / 1920 * 100vw);
  color: #fff;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .sponsorship-items .nagoya-logo {
    max-width: calc(62 / 390 * 100vw);
    margin-right: 0px;
    margin-bottom: calc(30 / 390 * 100vw);
  }
}

.footer-container .footer-content .detail-content .sponsorship-items .nagoya-logo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-container .footer-content .detail-content .sponsorship-items .sponsorship-name {
  font-size: calc(26 / 1920 * 100vw);
  line-height: 1.4em;
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .sponsorship-items .sponsorship-name {
    font-size: calc(16 / 390 * 100vw);
    line-height: 2em;
    text-align: center;
  }
}

.footer-container .footer-content .detail-content .operation-items .item-text {
  margin-bottom: calc(24 / 1920 * 100vw);
  font-size: calc(24 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .operation-items .item-text {
    margin-bottom: calc(18 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    text-align: center;
  }
}

.footer-container .footer-content .detail-content .operation-items .item-text.company {
  font-size: calc(30 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .operation-items .item-text.company {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media (max-width: 1024px) {
  .footer-container .footer-content .detail-content .operation-items:last-child {
    margin-bottom: 0px;
  }
}

.footer-container .copyright {
  font-size: calc(15 / 1920 * 100vw);
  text-align: center;
  padding-bottom: calc(20 / 1920 * 100vw);
}

@media (max-width: 1024px) {
  .footer-container .copyright {
    font-size: calc(12 / 390 * 100vw);
    padding-bottom: calc(50 / 390 * 100vw);
  }
}

.footer-container .copyright .pc-none {
  display: none;
}

@media (max-width: 1024px) {
  .footer-container .copyright .pc-none {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */