@charset "UTF-8";
/*
============================================================

sharoushi-banpaku2026

============================================================
*/
/* 共通パーツ
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* いつも使うもの
------------------------------------------------------------ */
/*
============================================================

基本のSCSS

============================================================
*/
/* リセットCSS
------------------------------------------------------------ */
/*---------------------------------------------
リセット
---------------------------------------------*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: block; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  display: none;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*---------------------------------------------------------------------------
YouTUBE
----------------------------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube-embed {
  max-width: 640px;
}
.youtube-embed-inr {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-embed-inr iframe, .youtube-embed-inr object, .youtube-embed-inr embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Mixin
------------------------------------------------------------ */
/*
============================================================

Mixin

============================================================
*/
/* flexbox
----------------------------------------------------------------*/
/* Rex Breakpoint  ≥
----------------------------------------------------------------*/
/* Standard Color
----------------------------------------------------------------*/
/*---------------------------------------------
WEBフォントをスムーズにする用
ftsmz ---->  例→ @include ftsmz;
---------------------------------------------*/
/*---------------------------------------------
文字省略用
ellipsis ---->  例→ @include ellipsis;
---------------------------------------------
@mixin ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}*/
/* このプロジェクト専用
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* いつも使うもの
------------------------------------------------------------ */
/*
============================================================

ベース

============================================================
*/
/* basic
------------------------------------------------------------ */
/* webfont
------------------------------------------------------------ */
/* ヘッダーで読み込み済み */
/*
============================================================

CSS変数（カスタムプロパティ）

============================================================
*/
:root {
  /* 基本色 */
  --clr-blue: #2498FF;
  --clr-sub-blue: #009FE2;
  --clr-yellow: #FFDB25;
  --clr-white: #FFFFFF;
  --clr-black: #000000;
  --clr-gray: #E0E0E0;
  --clr-gray2: #cccccc;
  --clr-primary: #e84709;
  /* フォント */
  --main-font: "Golos Text", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Yu Gothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

/* 全体共通
------------------------------------------------------------ */
/*
============================================================

セッティングまとめ

============================================================
*/
/* 変数セット
------------------------------------------------------------ */
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

全体共通

============================================================
*/
/* WEBフォントチラつき対策
------------------------------------------------------------ */
.preload {
  transition: 0 !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html, body {
  width: 100%;
  height: 100%;
  display: block;
  overflow-x: clip;
}

body {
  font-family: var(--main-font);
  font-weight: nomal;
  font-size: 16px;
  line-height: 1.6;
  color: var(--clr-black);
  display: flex;
  flex-direction: column;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
}

.typesquare_option {
  opacity: 1 !important;
  visibility: visible !important;
}

.nonetb {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .nonetb {
    display: block !important;
  }
}
.nonesp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .nonesp {
    display: block !important;
  }
}
.nonepc {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .nonepc {
    display: none !important;
  }
}
.nonepctb {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .nonepctb {
    display: none !important;
  }
}

.onlytb {
  display: none !important;
}
img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

a {
  filter: brightness(100%);
  transition: all 0.4s;
}
a:hover {
  filter: brightness(110%);
}

/* パスワードマネージャー対策 */
[data-lastpass-icon-root] {
  display: none !important;
}

/* tool
------------------------------------------------------------ */
/*
============================================================

ツールまとめ

============================================================
*/
/* マルケトフォーム
------------------------------------------------------------ */
/*
============================================================

sharoushi-banpaku2026

============================================================
*/
/* 共通パーツ
------------------------------------------------------------ */
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

mktoForm - Reset only (Inline styles only)

Marketoがインラインスタイル（style属性）で設定するCSSのみをリセット

============================================================
*/
/* Marketoインラインスタイルリセット
------------------------------------------------------------ */
.mktoForm[style] {
  width: 100% !important;
  max-width: 100% !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}
.mktoForm .mktoFormRow[style] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mktoForm .mktoFieldDescriptor[style] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mktoForm .mktoFieldWrap[style] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mktoForm .mktoOffset[style],
.mktoForm .mktoGutter[style] {
  display: none !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mktoForm .mktoLabel[style] {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  text-align: left !important;
  float: none !important;
}
.mktoForm .mktoAsterix[style] {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: none !important;
}
.mktoForm .mktoField[style],
.mktoForm .mktoTextField[style],
.mktoForm .mktoEmailField[style],
.mktoForm .mktoTelField[style],
.mktoForm input.mktoField[style],
.mktoForm select.mktoField[style],
.mktoForm textarea.mktoField[style] {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  float: none !important;
  height: auto !important;
}
.mktoForm select.mktoField[style] {
  background-image: none !important;
}
.mktoForm .mktoCheckboxList[style],
.mktoForm .mktoLogicalField[style] {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  float: none !important;
}
.mktoForm input[type=checkbox][style],
.mktoForm input[type=radio][style] {
  margin: 0 !important;
  padding: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
}
.mktoForm .mktoHtmlText[style] {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mktoForm .mktoButtonRow[style] {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  position: static !important;
}
.mktoForm .mktoButtonWrap[style] {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  width: auto !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
}
.mktoForm .mktoButton[style] {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  width: auto !important;
  min-width: auto !important;
}
.mktoForm .mktoInstruction[style] {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.mktoForm .mktoCaptchaDisclaimer[style] {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.mktoForm .grecaptcha-badge {
  visibility: hidden !important;
}
.mktoForm .mktoClear {
  display: none !important;
}
.mktoForm [data-lastpass-icon-root] {
  display: none !important;
}

/*
============================================================

sharoushi-banpaku2026

============================================================
*/
/* 共通パーツ
------------------------------------------------------------ */
/* 変数セット
------------------------------------------------------------ */
/*
============================================================

mktoForm - Custom

MarketoデフォルトCSSをカスタマイズして、フォームの装飾を行う

============================================================
*/
.mktoForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mktoForm .mktoFormRow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (min-width: 769px) {
  .mktoForm .mktoFormRow {
    gap: 24px;
    flex-direction: row;
  }
}
.mktoForm .mktoFormRow:nth-of-type(9) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.mktoForm .mktoFormRow:nth-of-type(9) .mktoFormCol {
  width: auto;
  display: flex;
}
.mktoForm .mktoFormRow:nth-of-type(9) .mktoLabel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mktoForm .mktoFormRow:nth-of-type(9) [type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--clr-white);
  background: var(--clr-white);
}
.mktoForm .mktoFormRow:nth-of-type(9) .mktoCheckboxList {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -32px;
}
.mktoForm .mktoFormRow:nth-of-type(9) .mktoCheckboxList label {
  position: relative;
}
.mktoForm .mktoFormRow:nth-of-type(9) .mktoCheckboxList label:after {
  content: "同意する";
  position: absolute;
  left: 7px;
  bottom: -7px;
  width: 4em;
  line-height: 1;
  font-weight: bold;
}
.mktoForm .mktoFormRow:nth-of-type(9) .mktoAsterix {
  position: absolute;
  left: 206px;
  top: 0;
}
.mktoForm .mktoLabel {
  font-weight: bold;
  font-size: 16px;
  float: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
  color: var(--clr-white);
}
.mktoForm .mktoFormCol {
  width: 100%;
}
.mktoForm .mktoAsterix {
  font-size: 0;
}
.mktoForm .mktoAsterix:before {
  content: "必須";
  font-size: 12px;
  color: #333;
  background: var(--clr-yellow);
  border-radius: 100vmax;
  padding: 2px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mktoForm .mktoField {
  background: var(--clr-white);
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 16px;
  color: var(--clr-black);
  font-weight: 500;
  letter-spacing: 1px;
}
.mktoForm .mktoField::-moz-placeholder {
  color: #ccc;
}
.mktoForm .mktoField::placeholder {
  color: #ccc;
}
.mktoForm .mktoError[style], .mktoForm .mktoErrorMsg[style] {
  line-height: 1;
  font-size: 14px;
  color: var(--clr-yellow);
  font-weight: 500;
}
.mktoForm .mktoFieldWrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mktoForm .mktoGutter {
  display: none;
}
.mktoForm select.mktoField {
  background-image: url(../img/ico-downarw.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 13px 8px;
  cursor: pointer;
}
.mktoForm .mktoCaptchaDisclaimer {
  display: none;
}
.mktoForm .mktoButtonRow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.mktoForm .mktoButtonRow .mktoButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  border-radius: 100vmax;
  background: linear-gradient(90deg, #FFAE66 0%, #E86C00 100%);
  color: var(--clr-white);
  text-align: center;
  font-weight: 900;
  position: relative;
  font-size: 24px;
}
@media (min-width: 769px) {
  .mktoForm .mktoButtonRow .mktoButton {
    width: 400px;
    height: 80px;
    font-size: 28px;
  }
}
.mktoForm .mktoButtonRow .mktoButton::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 18px;
  height: 30px;
  background: url(../img/ico-next.svg) no-repeat center center;
  background-size: cover;
}

/* UX
------------------------------------------------------------ */
/* layout
------------------------------------------------------------ */
.sharoushi-banpaku2026 {
  margin: 0 auto;
  min-height: 100vh;
  background: #f7f7f7;
}
.sharoushi-banpaku2026-wrap {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
}
@media (min-width: 1701px) {
  .sharoushi-banpaku2026-wrap {
    max-width: 100%;
  }
}
.sharoushi-banpaku2026-topbar {
  background: var(--clr-white);
  padding: 0 0;
  height: 60px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-topbar {
    position: sticky;
    height: 80px;
    padding: 0 16px;
  }
}
@media (min-width: 1281px) {
  .sharoushi-banpaku2026-topbar {
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.sharoushi-banpaku2026-topbar-inr {
  height: 100%;
}
.sharoushi-banpaku2026-topbar-logo {
  width: auto;
  height: 100%;
}
.sharoushi-banpaku2026-topbar-logo img {
  width: auto;
  height: 100%;
}
.sharoushi-banpaku2026-topbar-tgl {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100vmax;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 11;
  background-image: url(../img/ico-bgr.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-topbar-tgl {
    display: none;
  }
}
.sharoushi-banpaku2026-topbar-tgl.is-active {
  background-image: url(../img/ico-close.svg);
}
.sharoushi-banpaku2026-head {
  background: var(--clr-blue);
}
.sharoushi-banpaku2026-kv {
  width: 100%;
  background-color: var(--clr-blue);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 0;
}
.sharoushi-banpaku2026-kv-copy {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-kv-copy {
    max-width: 1700px;
    min-width: 1168px;
  }
}
@media (min-width: 1701px) {
  .sharoushi-banpaku2026-kv-copy {
    max-width: 100%;
  }
}
.sharoushi-banpaku2026-kv-copy img {
  width: 100%;
  height: auto;
  display: block;
}
.sharoushi-banpaku2026-kv-cta {
  position: static;
  opacity: 1;
  z-index: 10;
  transition: opacity 0.3s ease, z-index 0.3s ease;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-kv-cta {
    position: absolute;
    top: calc(var(--kv-image-height) * 0.68);
    right: 56px;
    width: clamp(137px, var(--kv-image-width, 1700px) * 0.1176, 200px);
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.16));
    z-index: 10;
  }
}
.sharoushi-banpaku2026-kv-cta a {
  display: block;
  width: 100%;
  height: auto;
}
.sharoushi-banpaku2026-kv-cta a img {
  width: 100%;
  height: auto;
}
.sharoushi-banpaku2026-kv-cta.is-hidden {
  opacity: 0;
  z-index: -1;
}
.sharoushi-banpaku2026-kv-cta.is-show a {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}
.sharoushi-banpaku2026-kv-cta.is-show a img {
  width: 100%;
  height: auto;
}
.sharoushi-banpaku2026-kv-nav {
  background: var(--clr-white);
  padding: 0 0 0;
  width: 100%;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-500px);
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-kv-nav {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 10px 10px 0;
    padding: 40px 38px 40px 20px;
    position: absolute;
    top: 777px;
    left: 0;
    display: block;
    transform: translateY(0);
    z-index: 9;
  }
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-kv-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
.sharoushi-banpaku2026-kv-nav.is-active {
  display: block;
  transform: translateY(0);
  z-index: 10;
}
.sharoushi-banpaku2026-kv-nav-logo {
  display: block;
  width: auto;
  height: 60px;
}
.sharoushi-banpaku2026-kv-nav-logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-kv-nav-logo {
    display: none;
  }
}
.sharoushi-banpaku2026-kv-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-kv-nav-list {
    gap: 20px;
    padding: 0;
  }
}
.sharoushi-banpaku2026-kv-nav li {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-kv-nav li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    height: auto;
  }
}
.sharoushi-banpaku2026-kv-nav li a {
  gap: 8px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  padding: 0 0;
  font-weight: 700;
  transition: color 0.3s;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-kv-nav li a {
    font-size: 20px;
  }
}
.sharoushi-banpaku2026-kv-nav li a:hover {
  color: var(--clr-blue);
}
@media (max-width: 768px) {
  .sharoushi-banpaku2026-kv-nav li a.cvbtn {
    border-radius: 100vmax;
    width: 240px;
    height: 44px;
    background: linear-gradient(90deg, #FFAE66 0%, #E86C00 100%);
    color: var(--clr-white);
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sharoushi-banpaku2026-kv-nav li::before {
  display: inline-block;
  width: 14px;
  height: 14px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-kv-nav li::before {
    content: "";
  }
}
.sharoushi-banpaku2026-kv-nav li.is-active a {
  color: var(--clr-blue);
  font-weight: 600;
}
.sharoushi-banpaku2026-kv-nav li.is-active::before {
  background-image: url(../img/ico-nav.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sharoushi-banpaku2026-nav {
  background: var(--clr-white);
  padding: 24px 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 60px;
  left: 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-nav {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 10px 10px 0;
    padding: 40px 38px 40px 20px;
    position: absolute;
    top: 700px;
    left: 0;
  }
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.sharoushi-banpaku2026-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-nav-list {
    gap: 20px;
  }
}
.sharoushi-banpaku2026-nav li {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-nav li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    height: auto;
  }
}
.sharoushi-banpaku2026-nav li a {
  gap: 8px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  padding: 0 0;
  font-weight: 700;
  transition: color 0.3s;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-nav li a {
    font-size: 20px;
  }
}
.sharoushi-banpaku2026-nav li a:hover {
  color: var(--clr-blue);
}
.sharoushi-banpaku2026-nav li::before {
  display: inline-block;
  width: 14px;
  height: 14px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-nav li::before {
    content: "";
  }
}
.sharoushi-banpaku2026-nav li.is-active a {
  color: var(--clr-blue);
  font-weight: 600;
}
.sharoushi-banpaku2026-nav li.is-active::before {
  background-image: url(../img/nav_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sharoushi-banpaku2026-intro {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro {
    padding: 24px 0;
  }
}
.sharoushi-banpaku2026-intro-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-copy {
    gap: 40px;
  }
}
.sharoushi-banpaku2026-intro-copy-title {
  width: 328px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-copy-title {
    width: 480px;
  }
}
@media (min-width: 1281px) {
  .sharoushi-banpaku2026-intro-copy-title {
    width: 560px;
  }
}
.sharoushi-banpaku2026-intro-copy-text {
  color: var(--clr-white);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-copy-text {
    font-size: 20px;
    text-align: center;
  }
}
.sharoushi-banpaku2026-intro-ilust.ilust01 {
  width: 186px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-ilust.ilust01 {
    position: absolute;
    top: 0;
    right: -100px;
    width: 303px;
  }
}
@media (min-width: 1281px) {
  .sharoushi-banpaku2026-intro-ilust.ilust01 {
    right: -200px;
  }
}
.sharoushi-banpaku2026-intro-ilust.ilust02 {
  display: none;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-ilust.ilust02 {
    display: block;
    width: 282px;
    position: absolute;
    bottom: -64px;
    left: -140px;
  }
}
@media (min-width: 1281px) {
  .sharoushi-banpaku2026-intro-ilust.ilust02 {
    left: -168px;
  }
}
.sharoushi-banpaku2026-intro-point {
  padding: 40px 0 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-point {
    padding: 40px 0;
  }
}
.sharoushi-banpaku2026-intro-point-inr {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  gap: 56px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-point-inr {
    gap: 40px;
    flex-direction: row;
  }
}
.sharoushi-banpaku2026-intro-point-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--clr-white);
  border-radius: 10px;
  position: relative;
  padding: 56px 24px 30px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-point-item {
    width: 320px;
    padding: 64px 24px 30px;
    gap: 24px;
  }
}
.sharoushi-banpaku2026-intro-point-item-num {
  position: absolute;
  top: -40px;
  left: 50%;
  margin: 0 0 0 -40px;
  width: 80px;
  height: 80px;
  background: var(--clr-blue);
  border-radius: 50%;
}
.sharoushi-banpaku2026-intro-point-item-title {
  font-weight: 700;
  line-height: 1.2;
  color: var(--clr-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: auto;
  font-size: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-point-item-title {
    height: 86px;
    font-size: 24px;
    flex-direction: column;
    gap: 0;
  }
}
.sharoushi-banpaku2026-intro-point-item-title span img {
  display: block;
  vertical-align: top;
}
.sharoushi-banpaku2026-intro-point-item-ilust {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-point-item-ilust {
    gap: 20px;
  }
}
.sharoushi-banpaku2026-intro-point-item-ilust-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-point-item-ilust-head {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sharoushi-banpaku2026-intro-point-item-ilust-img {
  width: auto;
  height: 100px;
  flex: auto 0 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-point-item-ilust-img {
    width: 194px;
    height: auto;
  }
}
.sharoushi-banpaku2026-intro-point-item-ilust-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-intro-point-item-ilust-cap {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  flex: 1 0 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-intro-point-item-ilust-cap {
    text-align: center;
  }
}
.sharoushi-banpaku2026-intro-point-item-ilust-text {
  font-size: 14px;
  line-height: 1.6;
}
.sharoushi-banpaku2026-program {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  background-image: url("../img/program/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 24px 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program {
    padding: 80px 0 80px;
    max-width: 1700px;
    min-width: 1168px;
    position: relative;
  }
}
@media (min-width: 1701px) {
  .sharoushi-banpaku2026-program {
    max-width: 100%;
  }
}
.sharoushi-banpaku2026-program-inr {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-inr {
    width: 1000px;
  }
}
.sharoushi-banpaku2026-program-ilust {
  position: absolute;
  top: 0;
  right: 0;
  width: 204px;
  height: 264px;
  z-index: 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-ilust {
    width: 314px;
    height: 436px;
  }
}
.sharoushi-banpaku2026-program-ilust img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-program-title {
  width: auto;
  text-align: center;
  z-index: 1;
  height: 60px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-title {
    height: 72px;
  }
}
.sharoushi-banpaku2026-program-title img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-program-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  padding: 136px 0 0;
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-body {
    padding: 0 0 0;
    gap: 24px;
  }
}
.sharoushi-banpaku2026-program-timeslot {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--clr-white);
  padding: 16px;
  position: relative;
  gap: 24px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-timeslot {
    padding: 40px;
    gap: 24px;
  }
}
.sharoushi-banpaku2026-program-timeslot-label {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-timeslot-label {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.sharoushi-banpaku2026-program-timeslot-time {
  width: auto;
  height: 60px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-timeslot-time {
    height: 49px;
  }
}
.sharoushi-banpaku2026-program-timeslot-time img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-program-timeslot-disp {
  font-size: 16px;
  font-weight: 700;
}
.sharoushi-banpaku2026-program-timeslot::after {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  background: var(--clr-yellow);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-20px);
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-timeslot::after {
    height: 24px;
    bottom: -24px;
  }
}
.sharoushi-banpaku2026-program-timeslot:last-child::after {
  display: none;
}
.sharoushi-banpaku2026-program-category {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-category {
    gap: 20px;
  }
}
.sharoushi-banpaku2026-program-category-name {
  background: #333;
  color: var(--clr-white);
  font-size: 20px;
  font-weight: 700;
  padding: 4px 24px 6px;
  border-radius: 100vmax;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  line-height: 1;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-name {
    min-width: 174px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sharoushi-banpaku2026-program-category-body {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-body.clm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-body.clm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-body.clm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sharoushi-banpaku2026-program-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: var(--clr-white);
  border: 1px solid var(--clr-gray2);
  padding: 48px 16px 16px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-item {
    padding: 56px 16px 16px;
  }
}
.sharoushi-banpaku2026-program-category-item-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 8px 8px;
  text-align: center;
  word-break: break-all;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid var(--clr-gray2);
  box-sizing: border-box;
  background: #2498FF;
  color: var(--clr-white);
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-item-time {
    font-size: 20px;
  }
}
.sharoushi-banpaku2026-program-category-item-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.sharoushi-banpaku2026-program-category-item-head figure {
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-item-head figure {
    flex-direction: column;
  }
}
.sharoushi-banpaku2026-program-category-item-head figure img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  flex: auto 0 0;
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-item-head figure img {
    width: 124px;
    height: 124px;
  }
}
.sharoushi-banpaku2026-program-category-item-head figcaption {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.4;
  flex: 1 0 0;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-item-head figcaption {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.sharoushi-banpaku2026-program-category-item-head figcaption span {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #555555;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-item-head figcaption span {
    font-size: 14px;
  }
}
.sharoushi-banpaku2026-program-category-item-head figcaption span b {
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-black);
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-item-head figcaption span b {
    font-size: 16px;
  }
}
.sharoushi-banpaku2026-program-category-item-head figcaption strong {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-item-head figcaption strong {
    font-size: 14px;
  }
}
.sharoushi-banpaku2026-program-category-item-details {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program-category-item-details {
    font-size: 23px;
    text-align: center;
  }
}
.sharoushi-banpaku2026-program2 {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  background-image: url("../img/program/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 24px 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2 {
    padding: 80px 0 80px;
    max-width: 1700px;
    min-width: 1168px;
    position: relative;
  }
}
@media (min-width: 1701px) {
  .sharoushi-banpaku2026-program2 {
    max-width: 100%;
  }
}
.sharoushi-banpaku2026-program2-inr {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-inr {
    width: 1000px;
  }
}
.sharoushi-banpaku2026-program2-ilust {
  position: absolute;
  top: 0;
  right: 0;
  width: 204px;
  height: 264px;
  z-index: 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-ilust {
    width: 314px;
    height: 436px;
  }
}
.sharoushi-banpaku2026-program2-ilust img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-program2-title {
  width: auto;
  text-align: center;
  z-index: 1;
  height: 60px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-title {
    height: 72px;
  }
}
.sharoushi-banpaku2026-program2-title img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-program2-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  padding: 136px 0 0;
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-body {
    padding: 0 0 0;
    gap: 24px;
  }
}
.sharoushi-banpaku2026-program2-timeslot {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--clr-white);
  padding: 16px;
  position: relative;
  gap: 24px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-timeslot {
    padding: 40px;
    gap: 24px;
  }
}
.sharoushi-banpaku2026-program2-timeslot-label {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-timeslot-label {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.sharoushi-banpaku2026-program2-timeslot-time {
  width: auto;
  height: 60px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-timeslot-time {
    height: 49px;
  }
}
.sharoushi-banpaku2026-program2-timeslot-time img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-program2-timeslot-disp {
  font-size: 16px;
  font-weight: 700;
}
.sharoushi-banpaku2026-program2-timeslot::after {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  background: var(--clr-yellow);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-20px);
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-timeslot::after {
    height: 24px;
    bottom: -24px;
  }
}
.sharoushi-banpaku2026-program2-timeslot:last-child::after {
  display: none;
}
.sharoushi-banpaku2026-program2-category {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-category {
    gap: 20px;
  }
}
.sharoushi-banpaku2026-program2-category-name {
  background: #333;
  color: var(--clr-white);
  font-size: 20px;
  font-weight: 700;
  padding: 4px 24px 6px;
  border-radius: 100vmax;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  line-height: 1;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-category-name {
    min-width: 174px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sharoushi-banpaku2026-program2-category-body {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-program2-category-body {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sharoushi-banpaku2026-program2-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 10px;
  background: var(--clr-white);
  border: 1px solid var(--clr-gray2);
  padding: 16px;
}
.sharoushi-banpaku2026-program2-category-item-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.sharoushi-banpaku2026-program2-category-item-head figure {
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program2-category-item-head figure {
    flex-direction: column;
  }
}
.sharoushi-banpaku2026-program2-category-item-head figure img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  flex: auto 0 0;
}
.sharoushi-banpaku2026-program2-category-item-head figcaption {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.4;
  flex: 1 0 0;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program2-category-item-head figcaption {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.sharoushi-banpaku2026-program2-category-item-head figcaption span {
  font-size: 16px;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program2-category-item-head figcaption span {
    font-size: 14px;
  }
}
.sharoushi-banpaku2026-program2-category-item-head figcaption strong {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program2-category-item-head figcaption strong {
    font-size: 14px;
  }
}
.sharoushi-banpaku2026-program2-category-item-details {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .sharoushi-banpaku2026-program2-category-item-details {
    font-size: 20px;
  }
}
.sharoushi-banpaku2026-speakers {
  background: var(--clr-white);
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 24px 40px;
  position: relative;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers {
    padding: 104px 0 0;
    max-width: 1700px;
    min-width: 1168px;
    position: relative;
  }
}
@media (min-width: 1701px) {
  .sharoushi-banpaku2026-speakers {
    max-width: 100%;
  }
}
.sharoushi-banpaku2026-speakers-inr {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-inr {
    width: 1000px;
  }
}
.sharoushi-banpaku2026-speakers-title {
  width: auto;
  height: 60px;
  text-align: center;
  z-index: 1;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-title {
    height: 72px;
  }
}
.sharoushi-banpaku2026-speakers-title img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-speakers-ilust {
  position: absolute;
  top: 0;
  right: 0;
  width: 188px;
  height: 254px;
  z-index: 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-ilust {
    width: 314px;
    height: 460px;
  }
}
.sharoushi-banpaku2026-speakers-ilust img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-speakers-body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  z-index: 1;
  padding: 56px 0 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-body {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 0 0;
  }
}
.sharoushi-banpaku2026-speakers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: var(--clr-white);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  padding: 16px 8px;
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-item {
    gap: 20px;
    padding: 24px 20px;
  }
}
.sharoushi-banpaku2026-speakers-item-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-item-head {
    gap: 20px;
  }
}
.sharoushi-banpaku2026-speakers-item-head figure {
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  gap: 20px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-item-head figure {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sharoushi-banpaku2026-speakers-item-head figure img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100vmax;
  overflow: hidden;
  flex: auto 0 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-item-head figure img {
    width: 200px;
    height: 200px;
  }
}
.sharoushi-banpaku2026-speakers-item-head figcaption {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-item-head figcaption {
    align-items: center;
  }
}
.sharoushi-banpaku2026-speakers-item-head figcaption span {
  font-size: 16px;
  display: block;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-item-head figcaption span {
    font-size: 16px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sharoushi-banpaku2026-speakers-item-head figcaption strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-item-head figcaption strong {
    font-size: 20px;
  }
}
.sharoushi-banpaku2026-speakers-item-details {
  width: 100%;
}
.sharoushi-banpaku2026-speakers-item-details::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--clr-black);
  margin: 0 0 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-speakers-item-details::before {
    margin: 0 0 20px;
  }
}
.sharoushi-banpaku2026-eventoverview {
  background: var(--clr-white);
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 24px 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-eventoverview {
    padding: 104px 0 0px;
  }
}
.sharoushi-banpaku2026-eventoverview-inr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-eventoverview-inr {
    width: 1000px;
  }
}
.sharoushi-banpaku2026-eventoverview-title {
  width: auto;
  height: 60px;
  text-align: center;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-eventoverview-title {
    height: 72px;
  }
}
.sharoushi-banpaku2026-eventoverview-title img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-eventoverview-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-eventoverview-body {
    gap: 40px;
    flex-direction: row;
  }
}
.sharoushi-banpaku2026-eventoverview-details {
  width: -moz-fit-content;
  width: fit-content;
  flex: 1 0 0;
}
.sharoushi-banpaku2026-eventoverview-details dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sharoushi-banpaku2026-eventoverview-details div {
  display: flex;
  gap: 24px;
}
.sharoushi-banpaku2026-eventoverview-details dt {
  text-align: center;
}
.sharoushi-banpaku2026-eventoverview-details dt span {
  display: block;
  width: 84px;
  background: var(--clr-sub-blue);
  color: var(--clr-white);
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sharoushi-banpaku2026-eventoverview-details dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
}
.sharoushi-banpaku2026-eventoverview-details-note {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 16px;
  width: 100%;
  color: #ffffff;
  padding: 8px;
  justify-content: center;
  align-items: center;
  background: #333333;
}
.sharoushi-banpaku2026-eventoverview-img {
  width: 100%;
  flex: auto 0 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-eventoverview-img {
    width: 568px;
  }
}
.sharoushi-banpaku2026-sponsoringcompanies {
  background: var(--clr-white);
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 24px 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-sponsoringcompanies {
    padding: 104px 0 80px;
    max-width: 1700px;
    min-width: 1168px;
    position: relative;
  }
}
@media (min-width: 1701px) {
  .sharoushi-banpaku2026-sponsoringcompanies {
    max-width: 100%;
  }
}
.sharoushi-banpaku2026-sponsoringcompanies-inr {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-sponsoringcompanies-inr {
    width: 1000px;
  }
}
.sharoushi-banpaku2026-sponsoringcompanies-title {
  width: auto;
  height: 60px;
  text-align: center;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-sponsoringcompanies-title {
    height: 72px;
  }
}
.sharoushi-banpaku2026-sponsoringcompanies-title img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sharoushi-banpaku2026-sponsoringcompanies-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-sponsoringcompanies-body {
    gap: 40px 56px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.sharoushi-banpaku2026-sponsoringcompanies-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-sponsoringcompanies-img {
    width: 200px;
    height: auto;
  }
}
.sharoushi-banpaku2026-sponsoringcompanies-img .noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 88px;
  background: var(--clr-gray);
  padding: 20px;
  color: var(--clr-black);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-sponsoringcompanies-img .noimage {
    width: 180px;
    height: 100px;
  }
}
.sharoushi-banpaku2026-form {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 0 0;
  background: var(--clr-white);
  color: var(--clr-white);
  padding: 40px 0 0;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-form {
    padding: 104px 0 0;
    max-width: 1700px;
    min-width: 1168px;
    position: relative;
  }
}
@media (min-width: 1701px) {
  .sharoushi-banpaku2026-form {
    max-width: 100%;
  }
}
.sharoushi-banpaku2026-form-inr {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-image: url(../img/form/ilust_sp.svg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #1788db;
  padding: 200px 24px 80px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-form-inr {
    padding: 348px 0 80px;
    background-image: url(../img/form/ilust.svg);
  }
}
.sharoushi-banpaku2026-form-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.sharoushi-banpaku2026-form-title-top {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-form-title-top {
    font-size: 48px;
  }
}
.sharoushi-banpaku2026-form-title-btm {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-form-title-btm {
    text-align: center;
  }
}
.sharoushi-banpaku2026-form-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 800px;
}
.sharoushi-banpaku2026-form-main {
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-form-main {
    width: 800px;
  }
}
.sharoushi-banpaku2026-form-iframe {
  width: 100% !important;
  flex: auto 0 0;
}
.sharoushi-banpaku2026-form-iframe iframe {
  width: 100%;
  aspect-ratio: 2/1.5;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-form-iframe iframe {
    height: auto;
  }
}
.sharoushi-banpaku2026-form-link {
  width: 100%;
  flex: auto 0 0;
  color: var(--clr-white);
  padding: 16px;
  font-size: 12px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-form-link {
    text-align: center;
    padding: 20px;
  }
}
.sharoushi-banpaku2026-form-link a {
  color: var(--clr-yellow);
  text-decoration: underline;
}
.sharoushi-banpaku2026-form-cancel {
  width: 100%;
  flex: auto 0 0;
  color: var(--clr-black);
  padding: 16px;
  border-radius: 10px;
  color: #555;
  background: var(--clr-white);
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-form-cancel {
    padding: 16px 24px;
  }
}
.sharoushi-banpaku2026-form-cancel-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
.sharoushi-banpaku2026-form-cancel-text {
  font-size: 12px;
  line-height: 1.6;
}
.sharoushi-banpaku2026-privacypolicy {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 32px 24px 40px;
  background: var(--clr-white);
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy {
    padding: 24px 40px 120px;
    height: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.sharoushi-banpaku2026-privacypolicy-inr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy-inr {
    max-width: 900px;
    gap: 40px;
  }
}
.sharoushi-banpaku2026-privacypolicy-logo {
  width: auto;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sharoushi-banpaku2026-privacypolicy-logo img {
  width: -moz-fit-content;
  width: fit-content;
}
.sharoushi-banpaku2026-privacypolicy-title {
  width: 100%;
  font-size: 24px;
  line-height: 1;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy-title {
    font-size: 32px;
    padding: 0 0 0;
  }
}
.sharoushi-banpaku2026-privacypolicy-title span {
  border-bottom: 1px solid var(--clr-primary);
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.sharoushi-banpaku2026-privacypolicy-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  width: 100%;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy-text {
    font-size: 16px;
    padding: 0 0;
  }
}
.sharoushi-banpaku2026-privacypolicy dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy dl {
    gap: 12px;
  }
}
.sharoushi-banpaku2026-privacypolicy dl div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy dl div {
    gap: 8px;
    flex-direction: row;
  }
}
.sharoushi-banpaku2026-privacypolicy dl dt, .sharoushi-banpaku2026-privacypolicy dl dd {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-privacypolicy dl dt, .sharoushi-banpaku2026-privacypolicy dl dd {
    font-size: 14px;
  }
}
.sharoushi-banpaku2026-privacypolicy dl dt {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  flex: auto 0 0;
}
.sharoushi-banpaku2026-privacypolicy dl dt:before {
  content: "・";
}
.sharoushi-banpaku2026-privacypolicy dl dt:after {
  content: "：";
}
.sharoushi-banpaku2026-privacypolicy dl dd {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.sharoushi-banpaku2026-privacypolicy dl dd a {
  color: #0975f3;
  text-decoration: underline;
}
.sharoushi-banpaku2026-privacypolicy dl dd a:hover {
  opacity: 0.8;
}
.sharoushi-banpaku2026-footer {
  width: 100%;
  background: var(--clr-black);
  padding: 40px;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-footer {
    padding: 40px 20px;
  }
}
.sharoushi-banpaku2026-footer-copyright {
  display: grid;
  place-content: center;
}
.sharoushi-banpaku2026-footer-copyright span {
  color: var(--clr-white);
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .sharoushi-banpaku2026-footer-copyright span {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .sp-on {
    display: none !important;
  }
}
@media screen and (max-width: 886px) {
  .pc-on {
    display: none;
  }
}
.program_change {
  font-family: var(--main-font);
  width: -webkit-fill-available;
  margin-top: -34px;
  font-weight: 600;
  text-align: end;
}
@media screen and (max-width: 769px) {
  .program_change {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */