@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit] {
  -webkit-appearance: none;
}

@media print {
  @page {
    size: A4;
  }
}
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-width: 375px;
  min-height: 100vh;
}
@media print {
  html,
body {
    min-width: 1080px;
  }
}

html {
  color: #222222;
  font-size: 62.5%;
}

body {
  background-color: white;
  font-size: 1.6em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
body * {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

b,
strong,
small,
span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

br {
  line-height: 0;
}

a {
  color: #1400C8;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  text-decoration: underline;
}

.c-catch .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-top: 72px;
}
@media print, screen and (max-width: 575px) {
  .c-catch .hs_cos_wrapper_type_linked_image {
    margin-top: 40px;
  }
}
.c-catch img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-flexcols {
  padding: 0 20px;
}
.c-flexcols:first-child {
  padding-left: 0;
}
.c-flexcols:last-child {
  padding-right: 0;
}
@media print, screen and (max-width: 1079px) {
  .c-flexcols {
    padding: 0;
  }
}
.c-flexcols h2 {
  margin: 72px 0 24px 0;
}
@media print, screen and (max-width: 575px) {
  .c-flexcols h2 {
    margin-top: 48px;
  }
}
.c-flexcols h3 {
  margin: 72px 0 24px 0;
}
@media print, screen and (max-width: 575px) {
  .c-flexcols h3 {
    margin-top: 40px;
  }
}
.c-flexcols .hs_cos_wrapper_type_header > h2, .c-flexcols .hs_cos_wrapper_type_header > h3,
.c-flexcols .hs_cos_wrapper_type_module > h2,
.c-flexcols .hs_cos_wrapper_type_module > h3 {
  margin-bottom: 0;
}
.c-flexcols .hs_cos_wrapper_type_rich_text p,
.c-flexcols .hs_cos_wrapper_type_inline_rich_text p {
  letter-spacing: 0.1em;
  margin-top: 1.6em;
}
.c-flexcols .hs_cos_wrapper_type_rich_text ul,
.c-flexcols .hs_cos_wrapper_type_inline_rich_text ul {
  padding-left: 1em;
  margin-top: 1.6em;
}
.c-flexcols .oembed_container {
  margin-top: 24px;
}
.c-flexcols .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-top: 24px;
}
.c-flexcols .hs_cos_wrapper_type_linked_image a {
  transition: opacity ease 0.2s;
}
.c-flexcols .hs_cos_wrapper_type_linked_image a:hover {
  opacity: 0.75;
}
.c-flexcols .hs_cos_wrapper_type_linked_image img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-flexcols--carewiz {
  background-color: white;
  border-radius: 8px;
  margin-top: 24px;
  padding: 24px !important;
}
.c-flexcols--carewiz > span > *:first-child * {
  margin-top: 0;
}
@media print, screen and (max-width: 575px) {
  .c-flexcols--carewiz {
    padding: 16px !important;
  }
}
.c-flexcols--carewiz h2 {
  color: #1e93ff;
  font-size: 2.4rem;
  font-weight: bold;
}
.c-flexcols--carewiz h3 {
  color: #1e93ff !important;
}

.c-target .hs_cos_wrapper_type_rich_text {
  display: block;
  background-color: #EEEEEE;
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 24px;
  padding: 24px 30px;
}
@media print, screen and (max-width: 767px) {
  .c-target .hs_cos_wrapper_type_rich_text {
    padding: 16px 24px;
  }
}
@media print, screen and (max-width: 575px) {
  .c-target .hs_cos_wrapper_type_rich_text {
    margin-top: 20px;
  }
}
.c-target .hs_cos_wrapper_type_rich_text > * {
  margin-top: 1.5em;
}
.c-target .hs_cos_wrapper_type_rich_text > *:first-child {
  margin-top: 0;
}
.c-target .hs_cos_wrapper_type_rich_text ul {
  padding-left: 1em;
}
.c-target .hs_cos_wrapper_type_rich_text ul li {
  margin-top: 10px;
}
.c-target .hs_cos_wrapper_type_rich_text ul li:first-child {
  margin-top: 0;
}

.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
  font-size: 1.3rem;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a {
  color: #1400C8;
  text-decoration: underline !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a:hover {
  color: #1400C8;
  text-decoration: none !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area #hs-eu-confirmation-button {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #1400C8 !important;
  border: 0 !important;
  transition: opacity ease 0.2s;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area #hs-eu-confirmation-button:hover {
  opacity: 0.75;
}

.hs-form {
  margin-top: 24px;
}
.hs-form > fieldset {
  display: flex;
  align-items: center;
  max-width: none;
  margin: 0 auto;
}
.hs-form, .hs-form > fieldset {
  max-width: none !important;
}
.hs-form > .field, .hs-form > .hs-dependent-field, .hs-form > fieldset > .field, .hs-form > fieldset > .hs-dependent-field {
  flex: 1;
  margin: 0 8px 34px 0;
}
@media print, screen and (max-width: 767px) {
  .hs-form > .field, .hs-form > .hs-dependent-field, .hs-form > fieldset > .field, .hs-form > fieldset > .hs-dependent-field {
    margin-bottom: 20px;
  }
}
.hs-form > .field:last-child, .hs-form > .hs-dependent-field:last-child, .hs-form > fieldset > .field:last-child, .hs-form > fieldset > .hs-dependent-field:last-child {
  margin-right: 0;
}
.hs-form > .field > label, .hs-form > .hs-dependent-field > label, .hs-form > fieldset > .field > label, .hs-form > fieldset > .hs-dependent-field > label {
  display: block;
  font-size: 1.6rem;
  color: #666666;
  line-height: 1.4;
  margin-bottom: 4px;
}
.hs-form > .field .hs-form-required, .hs-form > .hs-dependent-field .hs-form-required, .hs-form > fieldset > .field .hs-form-required, .hs-form > fieldset > .hs-dependent-field .hs-form-required {
  display: inline-block;
  font-size: 1.2rem;
  color: #DF3333;
  margin-left: 2px;
}
.hs-form > .field > .input, .hs-form > .hs-dependent-field > .input, .hs-form > fieldset > .field > .input, .hs-form > fieldset > .hs-dependent-field > .input {
  display: flex;
  margin-right: 0 !important;
}
.hs-form > .field input[type=text],
.hs-form > .field input[type=email],
.hs-form > .field input[type=tel],
.hs-form > .field select,
.hs-form > .field textarea, .hs-form > .hs-dependent-field input[type=text],
.hs-form > .hs-dependent-field input[type=email],
.hs-form > .hs-dependent-field input[type=tel],
.hs-form > .hs-dependent-field select,
.hs-form > .hs-dependent-field textarea, .hs-form > fieldset > .field input[type=text],
.hs-form > fieldset > .field input[type=email],
.hs-form > fieldset > .field input[type=tel],
.hs-form > fieldset > .field select,
.hs-form > fieldset > .field textarea, .hs-form > fieldset > .hs-dependent-field input[type=text],
.hs-form > fieldset > .hs-dependent-field input[type=email],
.hs-form > fieldset > .hs-dependent-field input[type=tel],
.hs-form > fieldset > .hs-dependent-field select,
.hs-form > fieldset > .hs-dependent-field textarea {
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  color: #33475b;
  font-size: 1.45rem;
  letter-spacing: 0;
  width: 100% !important;
  padding: 12px 8px;
}
.hs-form > .field input[type=text]::-moz-placeholder, .hs-form > .field input[type=email]::-moz-placeholder, .hs-form > .field input[type=tel]::-moz-placeholder, .hs-form > .field select::-moz-placeholder, .hs-form > .field textarea::-moz-placeholder, .hs-form > .hs-dependent-field input[type=text]::-moz-placeholder, .hs-form > .hs-dependent-field input[type=email]::-moz-placeholder, .hs-form > .hs-dependent-field input[type=tel]::-moz-placeholder, .hs-form > .hs-dependent-field select::-moz-placeholder, .hs-form > .hs-dependent-field textarea::-moz-placeholder, .hs-form > fieldset > .field input[type=text]::-moz-placeholder, .hs-form > fieldset > .field input[type=email]::-moz-placeholder, .hs-form > fieldset > .field input[type=tel]::-moz-placeholder, .hs-form > fieldset > .field select::-moz-placeholder, .hs-form > fieldset > .field textarea::-moz-placeholder, .hs-form > fieldset > .hs-dependent-field input[type=text]::-moz-placeholder, .hs-form > fieldset > .hs-dependent-field input[type=email]::-moz-placeholder, .hs-form > fieldset > .hs-dependent-field input[type=tel]::-moz-placeholder, .hs-form > fieldset > .hs-dependent-field select::-moz-placeholder, .hs-form > fieldset > .hs-dependent-field textarea::-moz-placeholder {
  color: #bfbfbf;
  font-size: 1.45rem;
}
.hs-form > .field input[type=text]:-ms-input-placeholder, .hs-form > .field input[type=email]:-ms-input-placeholder, .hs-form > .field input[type=tel]:-ms-input-placeholder, .hs-form > .field select:-ms-input-placeholder, .hs-form > .field textarea:-ms-input-placeholder, .hs-form > .hs-dependent-field input[type=text]:-ms-input-placeholder, .hs-form > .hs-dependent-field input[type=email]:-ms-input-placeholder, .hs-form > .hs-dependent-field input[type=tel]:-ms-input-placeholder, .hs-form > .hs-dependent-field select:-ms-input-placeholder, .hs-form > .hs-dependent-field textarea:-ms-input-placeholder, .hs-form > fieldset > .field input[type=text]:-ms-input-placeholder, .hs-form > fieldset > .field input[type=email]:-ms-input-placeholder, .hs-form > fieldset > .field input[type=tel]:-ms-input-placeholder, .hs-form > fieldset > .field select:-ms-input-placeholder, .hs-form > fieldset > .field textarea:-ms-input-placeholder, .hs-form > fieldset > .hs-dependent-field input[type=text]:-ms-input-placeholder, .hs-form > fieldset > .hs-dependent-field input[type=email]:-ms-input-placeholder, .hs-form > fieldset > .hs-dependent-field input[type=tel]:-ms-input-placeholder, .hs-form > fieldset > .hs-dependent-field select:-ms-input-placeholder, .hs-form > fieldset > .hs-dependent-field textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 1.45rem;
}
.hs-form > .field input[type=text]::placeholder,
.hs-form > .field input[type=email]::placeholder,
.hs-form > .field input[type=tel]::placeholder,
.hs-form > .field select::placeholder,
.hs-form > .field textarea::placeholder, .hs-form > .hs-dependent-field input[type=text]::placeholder,
.hs-form > .hs-dependent-field input[type=email]::placeholder,
.hs-form > .hs-dependent-field input[type=tel]::placeholder,
.hs-form > .hs-dependent-field select::placeholder,
.hs-form > .hs-dependent-field textarea::placeholder, .hs-form > fieldset > .field input[type=text]::placeholder,
.hs-form > fieldset > .field input[type=email]::placeholder,
.hs-form > fieldset > .field input[type=tel]::placeholder,
.hs-form > fieldset > .field select::placeholder,
.hs-form > fieldset > .field textarea::placeholder, .hs-form > fieldset > .hs-dependent-field input[type=text]::placeholder,
.hs-form > fieldset > .hs-dependent-field input[type=email]::placeholder,
.hs-form > fieldset > .hs-dependent-field input[type=tel]::placeholder,
.hs-form > fieldset > .hs-dependent-field select::placeholder,
.hs-form > fieldset > .hs-dependent-field textarea::placeholder {
  color: #bfbfbf;
  font-size: 1.45rem;
}
.hs-form > .field input[type=text][disabled],
.hs-form > .field input[type=email][disabled],
.hs-form > .field input[type=tel][disabled],
.hs-form > .field select[disabled],
.hs-form > .field textarea[disabled], .hs-form > .hs-dependent-field input[type=text][disabled],
.hs-form > .hs-dependent-field input[type=email][disabled],
.hs-form > .hs-dependent-field input[type=tel][disabled],
.hs-form > .hs-dependent-field select[disabled],
.hs-form > .hs-dependent-field textarea[disabled], .hs-form > fieldset > .field input[type=text][disabled],
.hs-form > fieldset > .field input[type=email][disabled],
.hs-form > fieldset > .field input[type=tel][disabled],
.hs-form > fieldset > .field select[disabled],
.hs-form > fieldset > .field textarea[disabled], .hs-form > fieldset > .hs-dependent-field input[type=text][disabled],
.hs-form > fieldset > .hs-dependent-field input[type=email][disabled],
.hs-form > fieldset > .hs-dependent-field input[type=tel][disabled],
.hs-form > fieldset > .hs-dependent-field select[disabled],
.hs-form > fieldset > .hs-dependent-field textarea[disabled] {
  color: #bfbfbf;
}
.hs-form > .field input[type=text]:focus,
.hs-form > .field input[type=email]:focus,
.hs-form > .field input[type=tel]:focus,
.hs-form > .field select:focus,
.hs-form > .field textarea:focus, .hs-form > .hs-dependent-field input[type=text]:focus,
.hs-form > .hs-dependent-field input[type=email]:focus,
.hs-form > .hs-dependent-field input[type=tel]:focus,
.hs-form > .hs-dependent-field select:focus,
.hs-form > .hs-dependent-field textarea:focus, .hs-form > fieldset > .field input[type=text]:focus,
.hs-form > fieldset > .field input[type=email]:focus,
.hs-form > fieldset > .field input[type=tel]:focus,
.hs-form > fieldset > .field select:focus,
.hs-form > fieldset > .field textarea:focus, .hs-form > fieldset > .hs-dependent-field input[type=text]:focus,
.hs-form > fieldset > .hs-dependent-field input[type=email]:focus,
.hs-form > fieldset > .hs-dependent-field input[type=tel]:focus,
.hs-form > fieldset > .hs-dependent-field select:focus,
.hs-form > fieldset > .hs-dependent-field textarea:focus {
  outline-color: #73b8ef;
}
.hs-form > .field input[type=text].invalid, .hs-form > .field input[type=text].error,
.hs-form > .field input[type=email].invalid,
.hs-form > .field input[type=email].error,
.hs-form > .field input[type=tel].invalid,
.hs-form > .field input[type=tel].error,
.hs-form > .field select.invalid,
.hs-form > .field select.error,
.hs-form > .field textarea.invalid,
.hs-form > .field textarea.error, .hs-form > .hs-dependent-field input[type=text].invalid, .hs-form > .hs-dependent-field input[type=text].error,
.hs-form > .hs-dependent-field input[type=email].invalid,
.hs-form > .hs-dependent-field input[type=email].error,
.hs-form > .hs-dependent-field input[type=tel].invalid,
.hs-form > .hs-dependent-field input[type=tel].error,
.hs-form > .hs-dependent-field select.invalid,
.hs-form > .hs-dependent-field select.error,
.hs-form > .hs-dependent-field textarea.invalid,
.hs-form > .hs-dependent-field textarea.error, .hs-form > fieldset > .field input[type=text].invalid, .hs-form > fieldset > .field input[type=text].error,
.hs-form > fieldset > .field input[type=email].invalid,
.hs-form > fieldset > .field input[type=email].error,
.hs-form > fieldset > .field input[type=tel].invalid,
.hs-form > fieldset > .field input[type=tel].error,
.hs-form > fieldset > .field select.invalid,
.hs-form > fieldset > .field select.error,
.hs-form > fieldset > .field textarea.invalid,
.hs-form > fieldset > .field textarea.error, .hs-form > fieldset > .hs-dependent-field input[type=text].invalid, .hs-form > fieldset > .hs-dependent-field input[type=text].error,
.hs-form > fieldset > .hs-dependent-field input[type=email].invalid,
.hs-form > fieldset > .hs-dependent-field input[type=email].error,
.hs-form > fieldset > .hs-dependent-field input[type=tel].invalid,
.hs-form > fieldset > .hs-dependent-field input[type=tel].error,
.hs-form > fieldset > .hs-dependent-field select.invalid,
.hs-form > fieldset > .hs-dependent-field select.error,
.hs-form > fieldset > .hs-dependent-field textarea.invalid,
.hs-form > fieldset > .hs-dependent-field textarea.error {
  border-color: #DF3333;
}
.hs-form > .field select, .hs-form > .hs-dependent-field select, .hs-form > fieldset > .field select, .hs-form > fieldset > .hs-dependent-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(img/arrow-select.svg);
  background-position: center right 8px;
  background-repeat: no-repeat;
  padding-right: 28px;
}
.hs-form > .field textarea, .hs-form > .hs-dependent-field textarea, .hs-form > fieldset > .field textarea, .hs-form > fieldset > .hs-dependent-field textarea {
  height: 140px;
}
.hs-form > .field .inputs-list, .hs-form > .hs-dependent-field .inputs-list, .hs-form > fieldset > .field .inputs-list, .hs-form > fieldset > .hs-dependent-field .inputs-list {
  list-style: none;
  font-size: 1.45rem;
}
.hs-form > .field .hs-error-msgs, .hs-form > .hs-dependent-field .hs-error-msgs, .hs-form > fieldset > .field .hs-error-msgs, .hs-form > fieldset > .hs-dependent-field .hs-error-msgs {
  list-style: none;
  line-height: 1.2;
}
.hs-form > .field .hs-error-msgs li .hs-error-msg, .hs-form > .hs-dependent-field .hs-error-msgs li .hs-error-msg, .hs-form > fieldset > .field .hs-error-msgs li .hs-error-msg, .hs-form > fieldset > .hs-dependent-field .hs-error-msgs li .hs-error-msg {
  font-size: 1.3rem;
  color: #DF3333;
}
.hs-form > fieldset > .hs-richtext, .hs-form > .hs-richtext {
  font-size: 1.45rem;
}
.hs-form > .hs-submit .actions {
  display: flex;
  align-items: center;
}
.hs-form > .hs-submit .actions .hs-button.primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  height: 66px;
  background: linear-gradient(86.06deg, #1400c8 28.51%, #0040bb 145.16%);
  border: 0;
  border-radius: 60px;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  margin: 40px 0 0 0;
  cursor: pointer;
  transition: opacity ease 0.2s;
}
@media print, screen and (max-width: 767px) {
  .hs-form > .hs-submit .actions .hs-button.primary {
    max-width: 370px;
    height: 58px;
  }
}
@media print, screen and (max-width: 767px) {
  .hs-form > .hs-submit .actions .hs-button.primary {
    max-width: 230px;
  }
}
.hs-form > .hs-submit .actions .hs-button.primary:hover {
  opacity: 0.75;
}
.hs-form > .hs_error_rollup {
  border-radius: 4px;
  border: 1px solid #DF3333;
  color: #DF3333;
  text-align: center;
  margin-top: 40px;
  padding: 10px;
}
.hs-form > .hs_error_rollup ul {
  list-style: none;
}

.u-fontweight-normal {
  font-weight: normal;
}
.u-fontweight-bold {
  font-weight: bold;
}
.u-fontcolor-primary {
  color: #1400C8;
}
.u-fontcolor-text {
  color: #222222;
}

.u-textalign-left {
  text-align: left;
}
.u-textalign-center {
  text-align: center;
}
.u-textalign-right {
  text-align: right;
}

.u-hide {
  display: none !important;
}
@media print, screen and (min-width: 1440px) {
  .u-hide--max-wide {
    display: none !important;
  }
}
@media print, screen and (max-width: 1439px) {
  .u-hide--max-narrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 1080px) {
  .u-hide--pc, .u-hide--pc-wide {
    display: none !important;
  }
}
@media print, screen and (max-width: 1079px) {
  .u-hide--pc-narrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u-hide--tb-wide {
    display: none !important;
  }
}
@media print, screen and (max-width: 767px) {
  .u-hide--tb-narrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 576px) {
  .u-hide--sp-wide {
    display: none !important;
  }
}
@media print, screen and (max-width: 575px) {
  .u-hide--sp, .u-hide--sp-narrow {
    display: none !important;
  }
}

.u-flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
}
@media print, screen and (max-width: 767px) {
  .u-flex {
    flex-direction: column;
  }
}
.u-flex-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.u-overflow-x {
  max-width: 100%;
  overflow-x: auto;
}

/* ExaEvent_プログラム */
/*
これはモジュールの入れ物のため、
モジュールとして実装せず、
テンプレート側cssにincludeする
*/
.ewevt-program {
  --program_time_width: 150px;
}
@media print, screen and (max-width: 1079px) {
  .ewevt-program {
    --program_time_width: 116px;
  }
}
@media print, screen and (max-width: 767px) {
  .ewevt-program {
    --program_time_width: 96px;
  }
}
@media print, screen and (max-width: 575px) {
  .ewevt-program {
    --program_time_width: 80px;
  }
}
.ewevt-program > .hs_cos_wrapper_type_widget_container {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  padding: 0 0 48px 0;
}
.ewevt-program > .hs_cos_wrapper_type_widget_container::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  content: "";
  width: var(--program_time_width);
  height: 100%;
  background: linear-gradient(180deg, rgba(85, 185, 211, 0.73) -9.98%, rgba(20, 0, 200, 0.73) 100%);
}

.content {
  padding: 0 20px 240px 20px;
}
@media print, screen and (max-width: 575px) {
  .content {
    padding: 0 12px 80px 12px;
  }
}
.content__wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .content__wrap {
    margin-bottom: 0;
  }
}

.detail {
  --padding-right: calc(80px - 2.5%);
  --padding-bottom: 72px;
  padding: 0 var(--padding-right) var(--padding-bottom) 0;
}
@media print, screen and (max-width: 1079px) {
  .detail {
    --padding-right: 0;
  }
}
@media print, screen and (max-width: 575px) {
  .detail {
    --padding-bottom: 48px;
  }
}
.detail--narrow-padding {
  --padding-right: calc(16px - 2.5%);
}
.detail.span12 {
  --padding-right: 0;
}
.detail h1 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.detail h3 {
  color: #1400C8;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 72px;
}
@media print, screen and (max-width: 575px) {
  .detail h3 {
    margin-top: 40px;
  }
}

.form {
  --margin-top: 72px;
  --padding-block: 48px;
  --padding-inline: 32px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: var(--padding-block) var(--padding-inline);
  margin-top: var(--margin-top);
}
@media print, screen and (max-width: 767px) {
  .form {
    --padding-block: 40px;
    --padding-inline: 24px;
  }
}
@media print, screen and (max-width: 575px) {
  .form {
    --padding-block: 32px;
    --padding-inline: 16px;
    --margin-top: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .form--narrow-padding {
    --padding-block: 24px;
    --padding-inline: 20px;
  }
}
.form--over-mv {
  --margin-top: 0;
  transform: translateY(-156px);
}
@media print, screen and (max-width: 1079px) {
  .form--over-mv {
    transform: translateY(-100px);
  }
}
@media print, screen and (max-width: 767px) {
  .form--over-mv {
    --margin-top: 48px;
    transform: translateY(0);
  }
}
.form h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 767px) {
  .form h3 {
    margin-bottom: 16px;
  }
}

.template--pr .form.form--over-mv {
  transform: translateY(-48px);
}
@media print, screen and (max-width: 767px) {
  .template--pr .form.form--over-mv {
    transform: translateY(-80px);
  }
}
@media print, screen and (max-width: 575px) {
  .template--pr .form.form--over-mv {
    transform: translateY(0);
  }
}
@media print, screen and (max-width: 767px) {
  .template--pr .form.form--1column {
    transform: translateY(-96px);
  }
}
@media print, screen and (max-width: 575px) {
  .template--pr .form.form--1column {
    transform: translateY(-80px);
  }
}

.template--recruit .l-header__branding a svg {
  fill: #1400C8;
}

.template--carewiz {
  background-color: #f8fbfd;
}
.template--carewiz .l-main a {
  color: #1e93ff;
}
.template--carewiz .detail h1 {
  color: #222222;
  margin-top: 32px;
}
.template--carewiz .hs-form > .hs-submit .actions .hs-button.primary {
  background: #1e93ff;
}
/*# sourceMappingURL=_map/css/style.css.map */