@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

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

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-section__container-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the section__container padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the section__container border and padding of focus outlines in Firefox.
 */
::-moz-focus-section__container {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
}

h1,
ul,
ol,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

h2,
h3,
p {
  margin-top: 0;
}

h3 {
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  margin: 0;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
textarea {
  outline: none;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

.pl20 {
  padding-left: 2rem;
}

@media (max-width: 640px) {
  .pb16--md {
    padding-bottom: 16rem !important;
  }
}

.bg_gray {
  background: #F9F8F5;
}

.bg_blue {
  background: #35409E;
  color: #fff;
}
.bg_blue h2 {
  color: #fff;
}

.sp_none {
  display: none;
}
@media (min-width: 1024px) {
  .sp_none {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 640px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 640px) {
  .pc {
    display: block;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 4rem 20px 6rem;
}
@media (min-width: 1024px) {
  .container {
    padding: 5rem 20px 10rem;
    max-width: 1240px;
  }
}

.container--medium {
  max-width: 1066px;
  padding-bottom: 5rem;
}

.container--small {
  max-width: 820px;
  padding-bottom: 4rem;
}
@media (max-width: 640px) {
  .container--small {
    padding-bottom: 2rem;
  }
}

@media (max-width: 640px) {
  section {
    overflow-x: hidden;
  }
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 640px) {
  .col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.col2__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col2__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: calc(50% - 1rem);
}
.col2__half input {
  width: 100%;
}

.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col3__list-item {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
  margin-bottom: 30px;
}
.col3__list-item:nth-child(2n+1) {
  margin-left: 0;
}
@media (min-width: 640px) {
  .col3__list-item {
    width: calc((100% - 8rem) / 3);
    margin-left: 4rem;
  }
  .col3__list-item:nth-child(2n+1) {
    margin-left: auto;
  }
  .col3__list-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .col3__list-item {
    width: calc((100% - 160px) / 3);
    margin-left: 80px;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  border-bottom: 1px solid #CBCBCB;
}
.table th,
.table td {
  padding: 1.5rem 2rem;
  border-top: 1px solid #CBCBCB;
}
@media (max-width: 640px) {
  .table th,
  .table td {
    display: block;
    width: 100%;
  }
}
.table th {
  background: #F7F7F7;
  text-align: left;
  color: #35409E;
  white-space: nowrap;
  font-weight: bold;
}
.table iframe {
  max-width: 100%;
}

.btn {
  display: block;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #35409E;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.btn:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../images/arrow_blue.png) no-repeat center center/contain;
}
.btn:hover {
  background: rgb(88.3886255924, 99.9881516588, 199.1113744076);
}

.btn--apply {
  background: #F18626;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  font-size: 2.8rem;
}
@media (max-width: 640px) {
  .btn--apply {
    font-size: 2.1rem;
  }
}
.btn--apply:hover {
  background: rgb(244.0909090909, 160.7142857143, 85.9090909091);
}
.btn--apply:after {
  width: 26px;
  height: 26px;
  background: url(../images/arrow_orange.png) no-repeat center center/contain;
}
@media (max-width: 640px) {
  .btn--apply:after {
    width: 20px;
    height: 20px;
  }
}

.btn--secondary {
  padding: 1.3rem;
  font-size: 1.8rem;
  min-width: 238px;
  width: 300px;
  margin-right: 0;
}
@media (max-width: 640px) {
  .btn--secondary {
    width: 100%;
    min-width: 100%;
    font-size: 1.4rem;
  }
}

.ib {
  display: inline-block;
}

.ml5 {
  margin-left: -0.7rem;
}

.text--point {
  font-weight: bold;
  color: #35409E;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFB00));
  background: linear-gradient(transparent 50%, #FFFB00 50%);
}

.text--blue {
  color: #35409E;
}

.text--huge {
  font-size: 2.6rem;
}
@media (max-width: 640px) {
  .text--huge {
    font-size: 140%;
  }
}

.text--large {
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .text--large {
    font-size: 120%;
  }
}

.text--small {
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .text--small {
    font-size: 90%;
  }
}

.btn.btn--apply {
  margin: 4rem auto;
  cursor: pointer;
}

table {
  margin-bottom: 2rem;
}

td {
  font-weight: normal;
}
@media (max-width: 640px) {
  td {
    padding-bottom: 3rem;
  }
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  padding: 1rem;
  border: 1px solid #B9B9B9;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=number] {
  width: 15%;
  min-width: 8rem;
}

input[type=email],
input[type=tel] {
  width: 70%;
}
@media (max-width: 640px) {
  input[type=email],
  input[type=tel] {
    width: 100%;
  }
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  vertical-align: middle;
}
input[type=radio] + span:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
  margin-right: 0.3rem;
}
input[type=radio] + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #35409E;
  opacity: 0;
}

input[type=radio]:checked + span:before {
  background: #F7F7F7;
}
input[type=radio]:checked + span:after {
  opacity: 1;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: middle;
  text-indent: -3rem;
  margin: 0 0 1rem 3rem;
}
input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #B9B9B9;
  margin-right: 1rem;
}
input[type=checkbox] + span:after {
  border-right: 3px solid #35409E;
  border-bottom: 3px solid #35409E;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  opacity: 0;
  position: absolute;
  top: 0.6rem;
  left: -2.3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type=checkbox]:checked + span:before {
  background: rgb(241.1469194313, 242.1113744076, 250.3530805687);
}
input[type=checkbox]:checked + span:after {
  opacity: 1;
}

select {
  border: 1px solid #B9B9B9;
  width: 30%;
  padding: 1.2rem;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  select {
    width: 100%;
  }
}

textarea {
  width: 100%;
  border: 1px solid #B9B9B9;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.8;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
textarea:focus {
  border-color: rgb(126.5781990521, 135.518957346, 211.9218009479);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(53, 64, 158, 0.25);
          box-shadow: 0px 0px 3px 0px rgba(53, 64, 158, 0.25);
}

input:focus, input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  border-color: rgb(126.5781990521, 135.518957346, 211.9218009479);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(53, 64, 158, 0.25);
          box-shadow: 0px 0px 3px 0px rgba(53, 64, 158, 0.25);
}

.form__header {
  background: #F9F8F5;
  padding: 3rem;
}

.form__title {
  color: #35409E;
  font-size: 3.8rem;
  text-align: center;
}
@media (max-width: 640px) {
  .form__title {
    font-size: 3.2rem;
  }
}

.form__required {
  background: #F18626;
  margin-left: 1rem;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 1.4rem;
}

.col2__half p {
  display: contents;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 7px;
}

.wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}

.privacy_txt {
  margin-top: 20px;
  font-size: 1.4rem;
}

.select_txt {
  color: #ff5101;
}

iframe {
  max-width: 100%;
}

.section__title {
  text-align: center;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  line-height: 1.4;
  color: #35409E;
}
@media (min-width: 640px) {
  .section__title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1024px) {
  .section__title {
    margin-bottom: 6rem;
  }
}
.section__title span {
  font-size: 2rem;
}
@media (max-width: 640px) {
  .section__title span {
    font-size: 70%;
  }
}

.mv {
  background-color: #F2EEE6;
}
.mv .btn.btn--apply {
  display: block;
  position: relative;
  top: -43px;
}
.mv img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .mv img {
    max-width: 1300px;
  }
}

.btn_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.btn_fixed .btn {
  max-width: 100%;
}

.btn_entries {
  width: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 640px) {
  .btn_entries {
    bottom: 10px;
  }
}
.btn_entries .btn.btn--apply {
  margin-bottom: 0;
  margin-right: 3px;
  padding: 10px;
  pointer-events: all;
  font-size: 1.6rem;
}
@media (min-width: 640px) {
  .btn_entries .btn.btn--apply {
    font-size: 2rem;
  }
}
.btn_entries .btn.btn--apply::after {
  display: none;
}
.btn_entries .btn.btn--apply:last-child {
  margin-right: 0;
}
.btn_entries .btn.btn--apply h3 {
  margin: 0;
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  .btn_entries .btn.btn--apply h3 {
    font-size: 1.8rem;
  }
}
.btn_entries .btn.btn--apply h3 span {
  display: inline-block;
  margin-right: 3px;
}

.page_entrance {
  background-color: #f2eee6;
}

.entrance_schedhule {
  padding: 20px;
  background-color: #f2eee6;
}

.schedule_list {
  padding: 0;
  list-style: none;
  margin: 0 auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 640px) {
  .schedule_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
}
.schedule_list li {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  width: 40%;
  padding: 5px;
  margin: 0 1.5% 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
  border: 2px solid #FFF;
}
@media (min-width: 640px) {
  .schedule_list li {
    font-size: 2.2rem;
    width: 20%;
    padding: 12px;
    margin: 0;
  }
}
.schedule_list li:hover {
  border: 2px solid #35409E;
}
.schedule_list li.nav_active {
  border: 2px solid #35409E;
}
@media (min-width: 640px) {
  .schedule_list li.nav_active::before {
    content: "";
    display: block;
    width: calc(100% + 4px);
    height: 30px;
    position: absolute;
    bottom: -19px;
    left: -2px;
    background-color: #FFF;
    border-left: 2px solid #35409E;
    border-right: 2px solid #35409E;
    z-index: 0;
  }
}
.schedule_list li .ribbon {
  font-size: 1.2rem;
  line-height: 1.3em;
  padding: 2px 5px;
  border: 1px solid #fd432a;
  color: #fd432a;
}
@media (min-width: 640px) {
  .schedule_list li .ribbon {
    font-size: 1.4rem;
  }
}
.schedule_list li.finished_event {
  pointer-events: none;
  border: none;
  width: 40%;
  opacity: 0.4;
}
@media (min-width: 640px) {
  .schedule_list li.finished_event {
    width: 15%;
  }
}
.schedule_list li.finished_event .ribbon {
  color: #000;
  border: 1px solid #999;
}
.schedule_list li a {
  background-color: #FFF;
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
  display: block;
  color: #000;
  position: relative;
}
.schedule_list li a .more {
  display: block;
  margin-top: 8px;
  border-radius: 200px;
  border: 2px solid #35409E;
  font-size: 1.5rem;
  padding: 5px 10px;
  text-align: center;
  color: #35409E;
}
@media (min-width: 640px) {
  .schedule_list li a .more {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: 0;
    padding: 5px 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.6rem;
    color: #35409E;
  }
}
.schedule_list li h3 {
  font-size: 1.4rem;
  margin: 5px 0;
}
@media (min-width: 640px) {
  .schedule_list li h3 {
    font-size: 1.8rem;
  }
}
.schedule_list li .number {
  font-size: 1.6rem;
  line-height: 1.4em;
}
@media (min-width: 640px) {
  .schedule_list li .number {
    font-size: 3rem;
  }
}
.schedule_list li .schedule_y .number {
  font-size: 1.3rem;
  line-height: 1.3em;
}
@media (min-width: 640px) {
  .schedule_list li .schedule_y .number {
    font-size: 2rem;
  }
}
.schedule_list li small {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 2px;
}
@media (min-width: 640px) {
  .schedule_list li small {
    font-size: 1.6rem;
  }
}
.schedule_list li .area {
  background-color: #35409E;
  color: #fff;
  padding: 0.2rem 1rem;
  font-size: 1.5rem;
  border-radius: 3px;
  line-height: 1.2em;
  margin: 0 3px;
  vertical-align: text-top;
}
@media (min-width: 640px) {
  .schedule_list li .area {
    font-size: 2rem;
  }
}
.schedule_list li .week {
  border: 1px solid #000;
  border-radius: 200px;
  font-size: 1.1rem;
  width: 18px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
}
@media (min-width: 640px) {
  .schedule_list li .week {
    font-size: 1.6rem;
    width: 25px;
    line-height: 23px;
  }
}
.schedule_list li .week_sun {
  color: #ff0c0c;
}
.schedule_list li .week_sat {
  color: #257cff;
}
.schedule_list li .schedule_y {
  position: relative;
}
.schedule_list li .schedule_m {
  position: relative;
}

.event_info {
  background-color: #FFF;
}
.event_info .container {
  padding-top: 4rem;
}

.about_concept .container {
  padding-bottom: 0;
}

.about_text {
  line-height: 1.8em;
  margin: 0 auto 0;
}
@media (min-width: 1024px) {
  .about_text {
    max-width: 850px;
    text-align: center;
    line-height: 2em;
    margin: 0 auto 40px;
  }
}

.about .container {
  padding-top: 1rem;
}
.about .col2 {
  display: block;
  gap: 7rem;
}
@media (min-width: 1024px) {
  .about .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .about .col2 {
    gap: 7rem;
  }
}
.about .col2__image {
  position: relative;
  width: 50%;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .about .col2__image {
    width: 293px;
  }
}
.about .col2__text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .about .col2__text {
    font-size: 2rem;
    padding-bottom: 12rem;
  }
}
.about .col2__text p {
  margin-bottom: 2rem;
}

.about__map,
.about__people,
.about__vege1,
.about__vege2 {
  position: absolute;
}

.about__map {
  width: 100px;
  top: -120px;
  right: -110px;
  left: unset;
  z-index: -1;
}
@media (min-width: 640px) {
  .about__map {
    width: 160px;
    top: -200px;
    right: -160px;
  }
}
@media (min-width: 1024px) {
  .about__map {
    width: 167px;
    left: -39px;
    top: 295px;
  }
}

.about__people {
  width: 90px;
  right: -75px;
  bottom: 0;
}
@media (min-width: 640px) {
  .about__people {
    width: 138px;
    right: -150px;
  }
}
@media (min-width: 1024px) {
  .about__people {
    right: 0;
  }
}

.about__vege1 {
  top: -200px;
  left: 20px;
  width: 40px;
}
@media (min-width: 640px) {
  .about__vege1 {
    width: 70px;
    top: -350px;
    left: 50px;
  }
}
@media (min-width: 1024px) {
  .about__vege1 {
    top: -10px;
    right: 0;
    left: unset;
  }
}

.about__vege2 {
  top: -210px;
  left: 60px;
  width: 50px;
}
@media (min-width: 640px) {
  .about__vege2 {
    width: 60px;
    top: -300px;
    left: 120px;
  }
}
@media (min-width: 1024px) {
  .about__vege2 {
    top: -70px;
    right: 50px;
    left: unset;
  }
}

.benefit {
  text-align: center;
  margin-top: 40px;
}

.recommend:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin: 5rem auto 0;
  border-style: solid;
  border-width: 68px 60px 0 60px;
  border-color: #FFE207 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 640px) {
  .recommend:after {
    margin-top: 2rem;
    border-width: 30px 20px 0 20px;
  }
}

.recommend__list-item {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  margin: 0 0 2rem 4.2rem;
  padding: 2rem 2.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 640px) {
  .recommend__list-item {
    font-size: 1.6rem;
    padding: 1.5rem 1.8rem;
  }
}
.recommend__list-item:before {
  position: absolute;
  bottom: 0;
  left: -42px;
  content: "";
  display: block;
  background: url("../images/recommend_li.png") no-repeat left top/contain;
  width: 32px;
  height: 32px;
}
@media (max-width: 640px) {
  .recommend__list-item:before {
    width: 20px;
    height: 20px;
    left: -32px;
  }
}

.merit {
  overflow-x: visible;
}

.merit__list-item {
  position: relative;
  z-index: 5;
  background: #F9F8F5;
  max-width: 485px;
  margin: 0 auto 1rem;
  padding: 1rem;
  border: 2px solid #35409E;
  border-radius: 10px;
  font-size: 2.3rem;
  font-weight: bold;
  list-style-type: none;
}
@media (max-width: 640px) {
  .merit__list-item {
    font-size: 1.6rem;
  }
}

.merit__list-item-num {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1rem;
  line-height: 4rem;
  text-align: center;
  font-size: 2.4rem;
  background: #35409E;
  color: #fff;
}
@media (max-width: 640px) {
  .merit__list-item-num {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}

.merit__img1,
.merit__img2,
.merit__img3,
.merit__img4 {
  position: absolute;
}

.merit__img1 {
  width: 140px;
  bottom: 10px;
  left: 60px;
  z-index: 1;
}
@media (min-width: 640px) {
  .merit__img1 {
    top: 300px;
    left: -20px;
    bottom: unset;
  }
}
@media (min-width: 1024px) {
  .merit__img1 {
    width: 303px;
    top: 260px;
  }
}

.merit__img2 {
  width: 90px;
  bottom: 50px;
  left: -10px;
}
@media (min-width: 640px) {
  .merit__img2 {
    top: 200px;
    left: 40px;
    bottom: unset;
  }
}
@media (min-width: 1024px) {
  .merit__img2 {
    width: 223px;
    top: 90px;
  }
}

.merit__img3 {
  width: 100px;
  bottom: 20px;
  left: 180px;
}
@media (min-width: 640px) {
  .merit__img3 {
    width: 130px;
    top: 140px;
    right: 0;
    bottom: unset;
    left: unset;
  }
}
@media (min-width: 1024px) {
  .merit__img3 {
    width: 246px;
    top: 110px;
  }
}

.merit__img4 {
  bottom: -20px;
  width: 105px;
  right: 10px;
}
@media (min-width: 640px) {
  .merit__img4 {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .merit__img4 {
    width: 175px;
    right: 90px;
  }
}

.seminar_main {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (min-width: 640px) {
  .seminar_main {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
.seminar_main .section__title {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .seminar_main .seminar_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.seminar_main .seminar_content h4 {
  color: #35409E;
  margin: 10px 0 5px;
  font-size: 2rem;
}
.seminar_main .seminar_content h4 small {
  font-size: 1.6rem;
}
.seminar_main .seminar_content h5 {
  font-size: 1.4rem;
  margin: 0;
}
.seminar_main .seminar_content h5 strong {
  font-size: 1.6rem;
}

@media (min-width: 640px) {
  .oita_about {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .oita_access {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.oita_access strong {
  font-size: 1.8rem;
}

.oita_access_map {
  margin-bottom: 20px;
}

.title_air {
  color: #e75480;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: bold;
  margin: 10px 0 3px;
}

.title_train {
  color: #3cb371;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: bold;
  margin: 10px 0 3px;
}

.txt_ship {
  margin-top: 20px;
  color: #257cff;
  font-weight: 600;
  font-size: 1.7rem;
}

.support .col2 {
  margin-bottom: 6.5rem;
  gap: 4rem;
}
@media (max-width: 640px) {
  .support .col2 {
    gap: 2rem;
  }
}
.support .col2__image {
  width: 420px;
}
.support p {
  line-height: 2.2;
}

.charm .section__container {
  max-width: 1127px;
}
.charm .col2 {
  display: block;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .charm .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .charm .col2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.charm .col2_r .col2__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.charm .col2_r .col2__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.charm .btn {
  margin-top: 4.5rem;
}
.charm .col2__image {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .charm .col2__image {
    width: 30vw;
  }
}
@media (min-width: 1024px) {
  .charm .col2__image {
    width: 390px;
  }
}
.charm .col2__image,
.charm .col2__text {
  position: relative;
}
.charm .map {
  position: absolute;
  left: -11%;
  width: 100px;
  top: -60px;
}
@media (min-width: 640px) {
  .charm .map {
    width: 130px;
    top: -100px;
    left: -14%;
  }
}
@media (min-width: 1024px) {
  .charm .map {
    width: 197px;
    top: -110px;
    left: -11%;
  }
}
.charm .fruit {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 80px;
}
@media (min-width: 1024px) {
  .charm .fruit {
    bottom: -140px;
    width: 170px;
  }
}
.charm p {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .charm p {
    font-size: 1.6rem;
  }
}

.voice .col2 {
  margin-bottom: 6.5rem;
  display: block;
}
@media (min-width: 640px) {
  .voice .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .voice .col2 {
    gap: 6rem;
  }
}
.voice .col2__image {
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .voice .col2__image {
    width: 330px;
  }
}
.voice h3 {
  margin-top: 0;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .voice h3 {
    font-size: 2.4rem;
  }
}
.voice p {
  font-size: 1.4rem;
  line-height: 1.875;
}
@media (min-width: 1024px) {
  .voice p {
    font-size: 1.6rem;
  }
}

.group_list .btn::after {
  display: none;
}

.exhibitor .group_list img {
  display: block;
  border: 1px solid #ddd;
}
.exhibitor h3 {
  font-size: 1.4rem;
  line-height: 1.3em;
  text-align: center;
  margin: 5px 0;
}
@media (min-width: 1024px) {
  .exhibitor h3 {
    font-size: 1.8rem;
  }
}
.exhibitor h4 {
  font-size: 1.6rem;
  line-height: 1.2em;
  text-align: center;
  margin: 5px 0;
  color: #35409E;
}
@media (min-width: 1024px) {
  .exhibitor h4 {
    font-size: 2rem;
  }
}
.exhibitor h4.title_s {
  font-size: 1.4rem;
}
.exhibitor h5 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin: 10px 0 5px;
}
.exhibitor p {
  font-size: 1.4rem;
  line-height: 1.4em;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .exhibitor p {
    font-size: 1.8rem;
  }
}
.exhibitor .btn--secondary {
  width: 100%;
  margin-bottom: 4rem;
  font-size: 1.4rem;
  color: #35409E;
  background-color: inherit;
  border: 1px solid #35409E;
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 640px) {
  .exhibitor .btn--secondary {
    font-size: 1.6rem;
  }
}
.exhibitor .btn--secondary::after {
  display: none;
}
@media (min-width: 1024px) {
  .exhibitor .btn--secondary::after {
    display: block;
  }
}
.exhibitor .flex_basis {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 640px) {
  .exhibitor .flex_basis {
    display: none;
  }
}

.qa__item {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 4rem;
  padding: 1rem 2.5rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
.qa__item dt,
.qa__item dd {
  position: relative;
  padding: 1.5rem 0 1.5rem 5rem;
  line-height: 1.6;
}
.qa__item dt {
  padding-bottom: 0;
  font-size: 2.1rem;
  font-weight: bold;
  color: #35409E;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .qa__item dt {
    font-size: 1.8rem;
  }
}
.qa__item dt:before {
  content: "Q";
}
@media (max-width: 640px) {
  .qa__item dd {
    font-size: 1.4rem;
  }
}
.qa__item dd:before {
  content: "A";
  font-size: 2.1rem;
  color: #F18626;
}
.qa__item dt::before,
.qa__item dd::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.8rem;
  font-weight: bold;
  vertical-align: middle;
}

footer {
  background: #35409E;
  color: #fff;
  font-size: 1.3rem;
}
footer .text--small {
  display: block;
  margin-top: 0.2rem;
}
footer a {
  color: #fff;
}

.footer__container {
  padding: 5rem;
}
@media (max-width: 640px) {
  .footer__container {
    padding: 3rem 2rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.schedule_main {
  display: none;
  border: 2px solid #35409E;
}

.schedule_main.is-contents-active {
  display: block;
}

.seminar_fuki {
  position: relative;
  display: inline-block;
  background: #35409E;
  border: none;
  border-radius: 10px;
  padding: 0.7rem 1.5rem;
  font-size: 1.4rem;
  color: #FFF;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .seminar_fuki {
    font-size: 1.4rem;
  }
}
.seminar_fuki::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #35409E transparent transparent transparent;
}
.seminar_fuki span {
  display: inline-block;
}