@charset "UTF-8";
/* ==========================================================================
   Mixin　ミックスインの定義
   ========================================================================== */
/**
 * media queries
**/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

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

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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, Firefox, and Safari.
 */
/*h1 {
	font-size: 2em;
	margin: .67em 0;
}*/
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/*figure {
	margin: 1em 40px;
}*/
/**
 * 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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
/*nav ol,
nav ul {
	list-style: none;
}*/
/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (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 images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  /* background-color: transparent; */
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

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

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* All browsers without overlaying scrollbars */
html {
  overflow-y: scroll;
}

/* Reset padding and margin of all elements */
* {
  padding: 0;
  margin: 0;
}

/* Inherit styling in all browsers */
button,
input,
select,
textarea {
  font-family: inherit;
}

/* Remove focus outline in all browsers */
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Remove input background color in Chrome */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* Set table width & table-layout */
table {
  width: 100%;
  table-layout: fixed;
}

body {
  font-family: "Noto Sans Japanese", sans;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 88.8%;
  line-height: 1.7;
  font-weight: 400;
  color: #444;
}

p {
  line-height: 1.7;
}
p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

a {
  color: #444;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.2s ease-in-out;
}
.thumb > img {
  width: 100%;
}

.thumb {
  overflow: hidden;
}
a:hover .thumb img {
  transform: scale(1.1);
}

h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0 0 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

hr {
  border: 0;
  border-top: 1px dashed #cfcfcf;
  margin: 3em 0;
}

ul {
  list-style: none;
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote {
  padding: 1.5em;
  margin: 2em 0;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

blockquote:before,
blockquote:after {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 2em;
  color: #cfcfcf;
}

blockquote:before {
  content: "\f10d";
  left: 0.5em;
  top: 0;
}

blockquote:after {
  content: "\f10e";
  right: 0.5em;
  bottom: 0;
}

blockquote p {
  font-weight: bold;
  margin: 1.5em 0;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemap-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}
.googlemap-wrap iframe, .googlemap-wrap object, .googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  color: #352622;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.kono2025 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kono2025-Back {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -2;
    width: 100%;
    height: 100vh;
    background-image: url("img/back.jpg");
    background-position: center center;
    background-size: cover;
    filter: blur(8px);
  }
}
.kono2025 p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .kono2025 p {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
}
.kono2025 p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.kono2025 p.db {
  margin-top: 3em;
}
.kono2025 p.tb {
  margin-top: 4.5em;
}
.kono2025-Deco1 {
  font-weight: 600;
  background: linear-gradient(transparent 70%, rgb(230.5731225296, 125.5375494071, 73.4268774704) 70%);
  padding: 0 0.2em;
}
.kono2025-Deco2 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgb(193.3551401869, 222.3644859813, 93.6355140187) 70%);
  padding: 0 0.2em;
}
.kono2025-Deco3 {
  font-weight: bold;
  text-decoration: underline;
}
.kono2025-Deco4 {
  font-weight: bold;
}
.kono2025-Deco5 {
  color: #df5e1e;
  font-weight: bold;
  text-decoration: underline;
}
.kono2025-H2 {
  position: relative;
  font-family: "Noto Serif Japanese", serif;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  background-color: #df5e1e;
  color: #fff;
  margin: 0 auto;
  padding: 3rem 1rem;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .kono2025-H2 {
    font-size: 2.5rem;
    font-weight: normal;
  }
}
@media screen and (min-width: 1920px) {
  .kono2025-H2 {
    font-size: 3rem;
  }
}
.kono2025-H2 span {
  font-size: 2em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .kono2025-H2 {
    letter-spacing: 2px;
    padding: 5rem 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .kono2025-H2 {
    letter-spacing: 4px;
  }
}
.course .kono2025-H2 {
  padding: 3rem 0.5rem;
  background-color: #df5e1e;
}
.course.alt .kono2025-H2 {
  padding: 3rem 0.5rem;
  background-color: #92b224;
}
.kono2025-H2_Wrap {
  background-size: cover;
  background-position: center;
}
.kono2025-H3 {
  text-align: center;
  font-size: 1.3rem;
  margin: 5rem 0 3rem;
  border: 2px solid #352622;
  border-width: 2px 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .kono2025-H3 {
    font-size: 2rem;
  }
}
.kono2025-H4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #df5e1e;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 5rem 0 3rem;
  line-height: 1.2;
}
@media screen and (min-width: 550px) {
  .kono2025-H4 {
    font-size: 2.5rem;
  }
}
.course1 .kono2025-H4 {
  color: #df5e1e;
}
.course2 .kono2025-H4 {
  color: #92b224;
}
.kono2025-H4 span {
  font-size: 0.5em;
  font-weight: normal;
  letter-spacing: 2px;
}
.kono2025-H4 span::before {
  content: "\a";
  white-space: pre;
}
.kono2025 .lead h2 {
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: 6vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .kono2025 .lead h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .kono2025 .lead h2 {
    font-size: 3rem;
    line-height: 1.5;
    min-height: 3;
  }
}
@media screen and (min-width: 550px) {
  .kono2025 .lead h2 {
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 768px) {
  .kono2025 .lead h2 {
    letter-spacing: 4px;
  }
}
.kono2025 .lead h2 span {
  font-size: 0.7em;
  line-height: 1;
}
.kono2025 .lead h2 rt {
  font-size: 0.3em;
}
.kono2025 .lead .h2-wrap {
  position: relative;
  background-size: contain;
  background-position: center center;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .kono2025 .lead .h2-wrap {
    padding: 6rem 0;
  }
}
.kono2025-Main {
  position: relative;
}
.kono2025-Inner {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .kono2025-Inner {
    max-width: 1366px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
}
.kono2025-Headcopy {
  background-image: url("img/back.png");
  background-position: top center;
  background-size: cover;
  border-bottom: 4px solid #df5e1e;
}
@media screen and (min-width: 768px) {
  .kono2025-Headcopy {
    border-bottom-width: 8px;
  }
}
.kono2025-Headcopy img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.kono2025-Sentence {
  position: relative;
  z-index: 2;
  max-width: 1368px;
  margin: 0 auto;
}
.kono2025-Section_Inner {
  padding: 2rem 1rem 4rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 990px) {
  .kono2025-Section_Inner {
    padding: 5rem 1rem;
  }
}
.kono2025-Section_Image {
  max-width: 600px;
  margin: 3rem auto;
  font-size: 0.9em;
  text-align: center;
  letter-spacing: 0.02em;
}
.kono2025-Section_Image img {
  width: 100%;
  border: 1px solid #f6f6f6;
}
.kono2025-Section_Image.small {
  max-width: 480px;
}
.kono2025-Section_Image.col > div:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 550px) {
  .kono2025-Section_Image.col {
    display: flex;
    max-width: 960px;
  }
  .kono2025-Section_Image.col > div:not(:first-of-type) {
    margin: 0;
    margin-left: 1rem;
  }
}
.kono2025-Section_Note p {
  display: inline-block;
  color: #df5e1e;
  padding: 1rem 1.5rem;
  border: 1px solid #df5e1e;
  margin: 3rem auto;
  background-color: #fff;
}
.kono2025-Section_Note p.alt {
  color: #d96d5a;
  border-color: #d96d5a;
}
.kono2025-Section_Note p.alt a {
  color: #d96d5a;
}
.course1 .kono2025-Section_Note p {
  color: #df5e1e;
  border-color: #df5e1e;
}
.course2 .kono2025-Section_Note p {
  color: #92b224;
  border-color: #92b224;
}
@media screen and (min-width: 550px) {
  .kono2025-Section_Note {
    text-align: center;
  }
  .kono2025-Section_Note p {
    padding: 1rem 2rem;
  }
}
.kono2025-Bread dl:not(:first-of-type) {
  margin: 3rem 0;
}
.kono2025-Bread dt, .kono2025-Bread li {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .kono2025-Bread dt, .kono2025-Bread li {
    font-size: 1.3rem;
  }
}
.kono2025-Bread dd {
  background-color: rgba(146, 178, 36, 0.1);
  border-radius: 4px;
  padding: 6px 14px;
  margin-bottom: 2rem;
  line-height: 2;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .kono2025-Bread dd {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
.kono2025-Bread + p:last-of-type {
  margin-top: 4.5rem;
}
.kono2025-Bread ul {
  margin: 3rem 0;
}
.kono2025-Bread li {
  margin: 1.5rem 0;
}
.kono2025-Bread p {
  margin-top: 2rem;
  text-align: center;
}
.kono2025-Action {
  padding: 2rem;
  text-align: center;
  background-color: #df5e1e;
  background-image: url(img/itsukushima2021/wavecut.png);
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .kono2025-Action {
    padding: 3rem 2rem;
  }
}
.kono2025-Action_Button {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  color: #df5e1e;
  letter-spacing: 4px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .kono2025-Action_Button {
    padding: 1.5rem 4rem;
    line-height: 1;
    border-radius: 5rem;
  }
}
.kono2025-Action_Button:hover {
  opacity: 0.5;
}
.kono2025-Action_Button span {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .kono2025-Action_Button span {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.kono2025-Action_Note {
  color: #fff;
  margin-top: 0.5rem;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .kono2025-Action_Note {
    font-size: 1rem;
  }
}
.kono2025-Credit {
  text-align: center;
  line-height: 2rem;
  font-size: 11px;
  padding-bottom: 66px;
}
.kono2025-Credit a {
  font-size: 11px;
  display: block;
}
@media screen and (min-width: 768px) {
  .kono2025-Credit {
    font-size: 1rem;
    margin: 0 auto;
    line-height: 2rem;
  }
  .kono2025-Credit a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .kono2025-Credit {
    padding-bottom: 94px;
  }
}
.kono2025-Header img {
  width: 100%;
}
.kono2025-Header .pc {
  display: none;
}
.kono2025-Header .sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .kono2025-Header .pc {
    display: block;
  }
  .kono2025-Header .sp {
    display: none;
  }
}
.kono2025-Header .scroll {
  margin: 0 0 2rem;
}
@media screen and (min-width: 1024px) {
  .kono2025-Header .scroll {
    margin-top: -5%;
  }
}
.kono2025-Header .scroll-wrap {
  display: flex;
  overflow: hidden;
}
.kono2025-Header .scroll-list {
  display: flex;
  list-style: none;
  padding: 0;
}
.kono2025-Header .scroll-item {
  width: 50vw;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .kono2025-Header .scroll-item {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .kono2025-Header .scroll-item {
    width: 25vw;
  }
}
@media screen and (min-width: 1024px) {
  .kono2025-Header .scroll-item {
    width: 20vw;
  }
}
.kono2025-Header .scroll-item > img {
  width: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.kono2025-Header .scroll-list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.kono2025-Menu {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1rem;
  border: 1px solid #efefef;
  border-width: 1px 0;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .kono2025-Menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    background-color: transparent;
    border: 0;
    padding: 2rem;
  }
  .open .kono2025-Menu {
    display: block;
  }
  .kono2025-Menu_List_Item {
    padding: 0.5rem 1rem;
  }
  .kono2025-Menu_List_Item:not(:first-of-type) {
    margin-top: 0.5rem;
  }
  .kono2025-Menu_List_Item a {
    color: #fff;
  }
  .kono2025-Menu_List_Item a.currnet, .kono2025-Menu_List_Item a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  .kono2025-Menu_List {
    display: flex;
    justify-content: center;
  }
  .kono2025-Menu_List_Item {
    font-size: 16px;
    padding: 0.5rem 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1366px) {
  .kono2025-Menu_List_Item {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .kono2025-Menu_List_Item a.currnet, .kono2025-Menu_List_Item a:hover {
    text-decoration: underline;
  }
}
.kono2025-Video {
  margin: 2rem auto 1rem;
  width: 100%;
  max-width: 93%;
}
@media screen and (min-width: 768px) {
  .kono2025-Video {
    padding: 3rem 0 0;
    max-width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .kono2025-Video {
    max-width: 768px;
  }
}
.kono2025-Video_Title {
  text-align: center;
  font-weight: bold;
  font-size: 4.7vw;
  margin-bottom: 1rem;
}
.kono2025-Video_Title span {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .kono2025-Video_Title {
    font-size: 2rem;
  }
}
.kono2025-Schedule.course1 {
  background-color: rgba(223, 94, 30, 0.1);
}
.kono2025-Schedule.course2 {
  background-color: rgba(146, 178, 36, 0.1);
}
.kono2025-Schedule_Head {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 3rem auto 1rem;
}
.kono2025-Schedule_List_Item {
  margin-top: 1rem;
  border: 1px solid #efefef;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .kono2025-Schedule_List {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
  }
  .kono2025-Schedule_List_Item {
    width: 23.5%;
    margin: 0;
    position: relative;
  }
  .kono2025-Schedule_List_Item:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  .kono2025-Schedule_List_Item:nth-of-type(n+5) {
    margin-top: 4%;
  }
  .kono2025-Schedule_List_Item:not(:last-of-type)::after {
    content: "";
    display: block;
    height: 51.9615242271px;
    width: 40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: 100;
    transform: translateY(-50%);
  }
  .course1 .kono2025-Schedule_List_Item:not(:last-of-type)::after {
    background-color: rgba(223, 94, 30, 0.2);
  }
  .course2 .kono2025-Schedule_List_Item:not(:last-of-type)::after {
    background-color: rgba(146, 178, 36, 0.2);
  }
}
.kono2025-Schedule_List dl {
  text-align: center;
}
.kono2025-Schedule_List dt {
  font-size: 1.2rem;
  background-color: #ddd;
  line-height: 1.2;
  padding: 8px 0;
}
.course1 .kono2025-Schedule_List dt {
  background-color: rgba(223, 94, 30, 0.3);
}
.course2 .kono2025-Schedule_List dt {
  background-color: rgba(146, 178, 36, 0.3);
}
.kono2025-Schedule_List dd {
  line-height: 1;
}
.kono2025-Schedule_Date_Item {
  padding: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.kono2025-Schedule_Date_Item span {
  display: inline-block;
  border-radius: 30px;
  padding: 2px 16px;
  font-size: 0.5em;
  letter-spacing: 1px;
  margin-top: 8px;
  vertical-align: super;
  color: #fff;
  background-color: #df5e1e;
  border: 1px solid #df5e1e;
}
.kono2025-Schedule_Date_Item.tokyo span {
  background-color: transparent;
  color: #df5e1e;
}
.course1 .kono2025-Schedule_Date_Item span {
  background-color: #df5e1e;
  border-color: #df5e1e;
}
.course1 .kono2025-Schedule_Date_Item.tokyo span {
  background-color: transparent;
  color: #df5e1e;
}
.course2 .kono2025-Schedule_Date_Item span {
  background-color: #92b224;
  border-color: #92b224;
}
.course2 .kono2025-Schedule_Date_Item.tokyo span {
  background-color: transparent;
  color: #92b224;
}
.kono2025-Schedule_Date_Item:last-of-type {
  border-top: 1px dashed #efefef;
}
.kono2025-Schedule_Date_Item i {
  font-size: 0.6em;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .kono2025-Schedule_Date {
    display: flex;
  }
  .kono2025-Schedule_Date_Item {
    flex: 1;
  }
  .kono2025-Schedule_Date_Item:last-of-type {
    border: 0;
    border-left: 1px dashed #efefef;
  }
}
.kono2025-Schedule_Place_List a {
  color: #df5e1e;
  text-decoration: underline;
}
.kono2025-Schedule_Place_List a:hover {
  text-decoration: none;
}
.kono2025-Schedule_Place_List img {
  width: 100%;
}
@media screen and (max-width: 549px) {
  .kono2025-Schedule_Place_List_Item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 550px) {
  .kono2025-Schedule_Place_List {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .kono2025-Schedule_Place_List_Item {
    flex: 1;
    max-width: 48%;
  }
  .kono2025-Schedule_Place_List_Item:not(:first-of-type) {
    margin-left: 2%;
  }
}
.kono2025-Schedule_Place_Area {
  color: #df5e1e;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.kono2025-Schedule_Place_Area span {
  font-size: 0.8em;
  font-weight: normal;
}
.kono2025-Schedule_Place_Area span::before {
  content: "\a";
  white-space: pre;
}
.course1 .kono2025-Schedule_Place_Area {
  color: #df5e1e;
}
.course2 .kono2025-Schedule_Place_Area {
  color: #92b224;
}
.kono2025-Schedule_Place_Name {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 8px 0 4px;
  line-height: 1.3;
}
.kono2025-Schedule_Timeline {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 549px) {
  .kono2025-Schedule_Timeline {
    max-width: 70%;
    margin: 0 auto;
  }
  .kono2025-Schedule_Timeline_Item {
    border-left: 2px solid #efefef;
    padding-left: 2rem;
    padding-bottom: 1rem;
    position: relative;
  }
  .course1 .kono2025-Schedule_Timeline_Item {
    border-color: #df5e1e;
  }
  .course2 .kono2025-Schedule_Timeline_Item {
    border-color: #92b224;
  }
  .kono2025-Schedule_Timeline_Item::after {
    content: "";
    width: 16px;
    height: 16px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top right/50% 100%;
    position: absolute;
    left: -9px;
    bottom: 25%;
  }
  .course1 .kono2025-Schedule_Timeline_Item::after {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #df5e1e 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #df5e1e 50.5%) no-repeat top right/50% 100%;
  }
  .course2 .kono2025-Schedule_Timeline_Item::after {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #92b224 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #92b224 50.5%) no-repeat top right/50% 100%;
  }
  .kono2025-Schedule_Timeline_Item br {
    display: none;
  }
  .kono2025-Schedule_Timeline_Inner {
    display: inline-block;
    text-align: center;
    padding-left: 3rem;
    position: relative;
  }
  .kono2025-Schedule_Timeline_Inner div {
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding-left: 0.5rem;
  }
  .kono2025-Schedule_Timeline_Inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100%;
    background-color: #efefef;
    z-index: 1;
  }
  .kono2025-Schedule_Timeline_Inner::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #df5e1e;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
}
@media screen and (min-width: 550px) {
  .kono2025-Schedule_Timeline {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .kono2025-Schedule_Timeline_Item {
    flex: 1.5;
    border-bottom: 4px solid #efefef;
    position: relative;
  }
  .kono2025-Schedule_Timeline_Item:first-of-type {
    flex: 1;
  }
  .kono2025-Schedule_Timeline_Item:nth-of-type(5) {
    flex: 0.75;
  }
  .kono2025-Schedule_Timeline_Item:last-of-type {
    flex: 1;
  }
  .course1 .kono2025-Schedule_Timeline_Item {
    border-color: #df5e1e;
  }
  .course2 .kono2025-Schedule_Timeline_Item {
    border-color: #92b224;
  }
  .kono2025-Schedule_Timeline_Item::after {
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat bottom right/100% 50%;
    position: absolute;
    bottom: -12px;
    left: 75%;
  }
  .course1 .kono2025-Schedule_Timeline_Item::after {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #df5e1e 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #df5e1e 50.5%) no-repeat bottom right/100% 50%;
  }
  .course2 .kono2025-Schedule_Timeline_Item::after {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #92b224 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #92b224 50.5%) no-repeat bottom right/100% 50%;
  }
  .kono2025-Schedule_Timeline_Item_Inner {
    display: inline-block;
    text-align: center;
    padding-bottom: 3rem;
    line-height: 1.5;
    position: relative;
  }
  .kono2025-Schedule_Timeline_Item_Inner div {
    position: relative;
    z-index: 2;
    padding-bottom: 0.5rem;
  }
  .kono2025-Schedule_Timeline_Item_Inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 40%;
    width: 4px;
    background-color: #efefef;
    z-index: 1;
  }
  .kono2025-Schedule_Timeline_Item_Inner::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #df5e1e;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .course1 .kono2025-Schedule_Timeline_Item_Inner::before, .course1 .kono2025-Schedule_Timeline_Item_Inner::after {
    background-color: #df5e1e;
  }
  .course2 .kono2025-Schedule_Timeline_Item_Inner::before, .course2 .kono2025-Schedule_Timeline_Item_Inner::after {
    background-color: #92b224;
  }
}
.kono2025-Schedule_Timeline span {
  display: inline-block;
  line-height: 1;
  margin-bottom: 8px;
  margin-right: 1rem;
}
@media screen and (min-width: 550px) {
  .kono2025-Schedule_Timeline span {
    margin: 0;
    font-size: 2rem;
  }
}
.kono2025-Schedule_Calendar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 5rem auto;
}
@media screen and (max-width: 1023px) {
  .kono2025-Schedule_Calendar_Item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .kono2025-Schedule_Calendar_Item {
    width: 32%;
  }
  .kono2025-Schedule_Calendar_Item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .kono2025-Schedule_Calendar_Item:nth-of-type(n+4) {
    margin-top: 2%;
  }
}
.kono2025-Flow p {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .kono2025-Flow_Col {
    padding: 0 1rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .kono2025-Flow_Col:not(:first-of-type) {
    margin-top: 3rem;
  }
  .kono2025-Flow_Col_Item:last-of-type {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .kono2025-Flow_Col {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kono2025-Flow_Col {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .kono2025-Flow_Col:not(:first-of-type) {
    margin-top: 5rem;
  }
  .kono2025-Flow_Col_Item:first-of-type {
    flex: 1;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .kono2025-Flow_Col_Item:first-of-type {
    width: 500px;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .kono2025-Flow_Col_Item:first-of-type {
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .kono2025-Flow_Col_Item:last-of-type {
    flex: 1;
  }
  .kono2025-Flow_Col_Item:last-of-type.alt {
    flex: 3;
  }
}
.kono2025-Flow_Title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #352622;
}
@media screen and (min-width: 768px) {
  .kono2025-Flow_Title {
    font-size: 1.5rem;
  }
}
.kono2025-Flow_Title span {
  font-size: 0.7em;
  font-weight: bold;
  color: #57a773;
}
.kono2025-Flow_Detail {
  margin: 5rem auto;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .kono2025-Flow_Detail dl {
    padding: 0 1rem;
  }
  .kono2025-Flow_Detail dl:not(:first-of-type) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .kono2025-Flow_Detail_Col {
    display: flex;
  }
  .kono2025-Flow_Detail dl {
    flex: 1;
  }
  .kono2025-Flow_Detail dl:last-of-type {
    margin-left: 3rem;
  }
}
.kono2025-Flow_Detail dt {
  display: block;
  border: 1px solid #352622;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.kono2025-Flow_Detail dt, .kono2025-Flow_Detail dd {
  font-size: 1rem;
}
.kono2025-Flow_Detail dd span {
  font-weight: bold;
}
.kono2025-Flow_Detail dd span.red {
  color: #57a773;
}
.kono2025-Flow_Detail_Note {
  padding: 1.5rem;
  margin-top: 3rem;
  border: 1px solid #352622;
  border-width: 1px 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .kono2025-Flow_Detail_Note {
    padding: 3rem;
  }
}
.kono2025-Flow_Option {
  max-width: 1366px;
  margin: 0 auto;
}
.kono2025-Flow_Option_Title {
  text-align: center;
  font-weight: bold;
  color: #df5e1e;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  margin-top: 3rem;
}
.kono2025-Flow_Option ul {
  padding-left: 30px;
  margin: 0 auto;
  max-width: 600px;
  border: 2px solid #df5e1e;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .kono2025-Flow_Option ul {
    padding: 3rem;
  }
}
.kono2025-Flow_Option li {
  font-size: 1rem;
}
.kono2025-Flow_Option li:not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (min-width: 1366px) {
  .kono2025-Flow_Option li {
    font-size: 1.2rem;
  }
}
.kono2025-Flow_Course {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 3rem;
}
.kono2025-Flow_Course_Head {
  text-align: center;
  color: #df5e1e;
  font-weight: bold;
  font-size: 7vw;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.alt .kono2025-Flow_Course_Head {
  color: #92b224;
}
.kono2025-Flow_Course_Head span {
  font-size: 0.55em;
}
@media screen and (min-width: 550px) {
  .kono2025-Flow_Course_Head {
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .kono2025-Flow_Course_Head span {
    font-size: 0.5em;
  }
}
.kono2025-Nounce {
  font-weight: bold;
  text-align: center;
  border: 2px solid #df5e1e;
  border-radius: 8px;
  width: 768px;
  max-width: 95%;
  margin: 3rem auto;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .kono2025-Nounce {
    padding: 3rem;
  }
  .kono2025-Nounce p {
    font-size: 1.5em;
  }
}
.kono2025-Nounce_2 {
  color: #df5e1e;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .kono2025-Nounce_2 {
    font-size: 2.5rem;
  }
}
.kono2025-Nounce_3 {
  color: #df5e1e;
  font-size: 6vw;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .kono2025-Nounce_3 {
    font-size: 2.5rem;
  }
}

.mo2021-Action {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 300;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #efefef;
  padding: 0.5rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mo2021-Action {
    padding: 1rem 0;
  }
}
.mo2021-Action a {
  text-decoration: none;
}

.mo2021-Action_Col {
  max-width: 1240px;
  margin: 0 auto;
}

.mo2021-Action_Col_Item:first-of-type {
  line-height: 1.5;
  font-size: 0.9em;
}

.mo2021-Action_Col_Item:first-of-type span {
  font-size: 0.5em;
}

.mo2021-Action_Col_Item:first-of-type a {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  color: #4D4D4D;
}

@media screen and (min-width: 768px) {
  .mo2021-Action_Col_Item:first-of-type a {
    font-size: 2.5rem;
  }
}
.mo2021-Action_Col_Item:last-of-type {
  font-size: 1rem;
  margin-left: 1rem;
}

.mo2021-Action_Col_Item:last-of-type a {
  display: block;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  width: 320px;
  max-width: 100%;
  color: #fff;
  background-color: #57a773;
  border: 2px solid #57a773;
  border-radius: 8px;
  padding: 0.3rem;
  /*font-size: 14.208px;*/
  margin: 4px auto 0;
}

@media screen and (min-width: 768px) {
  .mo2021-Action_Col_Item:last-of-type a {
    margin-top: 0;
    padding: 0.6rem;
    font-size: 1.2rem;
  }
}
.mo2021-Action_Col_Item:last-of-type a:hover {
  opacity: 0.7;
}

.mo2021-Action_Col {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width: 549px) {
  .mo2021-Action_Col_Item:first-of-type {
    flex: 1;
  }
  .mo2021-Action_Col_Item:last-of-type {
    margin-left: 0.5rem;
  }
  .mo2021-Action_Col_Item:last-of-type a {
    margin: 0;
    width: auto;
    letter-spacing: 1px;
    padding: 0.2rem 1.5rem;
  }
}
.mo2021-Action_Toggle {
  position: absolute;
  right: 12px;
  top: -72px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .mo2021-Action_Toggle {
    display: none;
  }
}
.mo2021-Action_Toggle::before {
  content: "目次";
}

.open .mo2021-Action_Toggle::before {
  content: "閉じる";
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  /*width: 100%;*/
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.5s ease;
  z-index: 125;
  cursor: pointer;
}

.open .overlay {
  visibility: visible;
  opacity: 1;
}

/* iframeに重なる要素を選択できなくなるため */
.open iframe {
  pointer-events: none;
}

.lead .kono2025-Section_Inner {
  max-width: 768px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lead .kono2025-Section_Inner {
    max-width: 90%;
  }
}
.lead h2 {
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: 6vw;
  margin: 0;
  padding: 3rem 1rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .lead h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .lead h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .lead h2 {
    padding: 5rem 1rem;
    letter-spacing: 4px;
  }
}
.lead h2 span {
  font-size: 0.7em;
  line-height: 1;
}
.lead .h2-wrap {
  background-image: url("img/h-back.png");
  background-size: contain;
  background-position: center;
}
.lead h3 {
  text-align: center;
  font-size: 1.3rem;
  margin: 5rem 0 3rem;
  border: 2px solid #df5e1e;
  border-width: 2px 0;
  padding: 2rem 0;
  color: #df5e1e;
}
@media screen and (min-width: 768px) {
  .lead h3 {
    font-size: 2rem;
  }
}
.lead .kono2025-H4 {
  line-height: 2;
  margin-top: 0;
}
@media screen and (max-width: 549px) {
  .lead .kono2025-H4 {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
}
.lead-List {
  padding: 0 1rem;
}
.lead-List_Item {
  margin-top: 3rem;
}
.lead-List_Title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}
.lead-List_Title span {
  color: #df5e1e;
  font-size: 0.8em;
  padding: 0 4px;
  display: inline-block;
  margin-bottom: 12px;
}
@media screen and (min-width: 550px) {
  .lead-List_Title {
    font-size: 1.5rem;
  }
}
.lead-List_Theme {
  border-bottom: 1px dotted #df5e1e;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
.lead-List_Col {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .lead-List_Col {
    display: flex;
  }
  .lead-List_Col_Item:first-of-type {
    width: 300px;
    margin-right: 1.5rem;
  }
  .lead-List_Col_Item:last-of-type {
    flex: 1;
  }
}
.lead-List_Image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.lead-List_Desc {
  text-align: justify;
  margin-top: 0.5rem;
  line-height: 2;
}
@media screen and (min-width: 550px) {
  .lead-List_Desc {
    margin: 0;
    font-size: 1rem;
  }
}

.compare {
  margin-top: 3rem;
}
.compare table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #cccccc;
  counter-reset: number 0;
}
.compare tr:first-of-type {
  background-color: #efefef;
  font-size: 0.9em;
}
.compare tr:first-of-type th:nth-child(2) {
  color: #fff;
  background-color: #df5e1e;
}
.compare tr:first-of-type th:nth-child(3) {
  color: #fff;
  background-color: #92b224;
}
.compare tr:not(:first-of-type) {
  border-top: 1px solid #cccccc;
}
.compare tr:not(:first-of-type) th {
  font-weight: normal;
}
.compare tr:not(:first-of-type) th div {
  display: flex;
  align-items: center;
  line-height: 1.3;
  text-align: justify;
}
.compare tr:not(:first-of-type) td:nth-child(2) {
  color: #df5e1e;
  background-color: rgba(223, 94, 30, 0.1);
}
.compare tr:not(:first-of-type) td:nth-child(3) {
  color: #92b224;
  background-color: rgba(146, 178, 36, 0.1);
}
.compare th, .compare td {
  width: 25%;
  padding: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .compare th, .compare td {
    font-size: 1rem;
  }
}
.compare th:first-child {
  width: 50%;
  text-align: left;
}
.compare th:first-child span {
  margin-right: 4px;
}
.compare th:first-child span::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #df5e1e;
  color: #fff;
  border-radius: 50%;
}
.compare th:not(:first-of-type) {
  border-left: 1px solid #cccccc;
  padding: 0.5rem 0;
}
.compare td {
  border-left: 1px solid #cccccc;
}
.compare td:not(.small) {
  font-size: 1.2rem;
}

.course {
  background-color: rgba(223, 94, 30, 0.1);
}
.course.alt {
  background-color: rgba(146, 178, 36, 0.1);
}
.course.alt .kono2025-H4 {
  color: #92b224;
}
.course-Inner {
  max-width: 1024px;
}
.course .kono2025-H2 {
  font-size: 5vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .course .kono2025-H2 {
    font-size: 2rem;
  }
}
.course_Title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #352622;
}
@media screen and (min-width: 768px) {
  .course_Title {
    font-size: 1.5rem;
  }
}
.course_Title span {
  font-size: 0.7em;
  font-weight: bold;
  color: #57a773;
}
.course-Flow_Col p {
  line-height: 1.7;
}
.course-Flow_Col ul {
  background-color: rgba(223, 94, 30, 0.1);
  border-radius: 8px;
  padding: 12px;
  list-style: disc;
  padding-left: 30px;
  list-style-type: disc;
  margin-top: 1.5rem;
}
.alt .course-Flow_Col ul {
  background-color: rgba(146, 178, 36, 0.1);
}
@media screen and (min-width: 550px) {
  .course-Flow_Col ul {
    padding-left: 40px;
  }
}
.course-Flow_Col li {
  line-height: 1.4;
}
.course-Flow_Col li:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (min-width: 550px) {
  .course-Flow_Col li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .course-Flow_Col {
    padding: 0 1rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .course-Flow_Col:not(:first-of-type) {
    margin-top: 3rem;
  }
  .course-Flow_Col_Item:last-of-type {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .course-Flow_Col {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .course-Flow_Col {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .course-Flow_Col.start {
    align-items: flex-start;
  }
  .course-Flow_Col:not(:first-of-type) {
    margin-top: 5rem;
  }
  .course-Flow_Col_Item:first-of-type {
    flex: 1;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .course-Flow_Col_Item:first-of-type {
    width: 500px;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .course-Flow_Col_Item:first-of-type {
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .course-Flow_Col_Item:last-of-type {
    flex: 1;
  }
}
.course-Flow_Title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #352622;
}
@media screen and (min-width: 768px) {
  .course-Flow_Title {
    font-size: 1.5rem;
  }
}
.course-Flow_Title span {
  font-size: 0.7em;
  font-weight: bold;
  color: #57a773;
}
.course-Bread {
  padding: 0 1rem;
}
.course-Bread_Item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .course-Bread {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .course-Bread_Item {
    flex: 1;
    max-width: 70%;
    margin-top: 5%;
  }
  .course-Bread_Item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .course-Bread_Col {
    display: flex;
  }
  .course-Bread_Col_Item:first-of-type {
    width: 150px;
    margin-right: 10px;
  }
  .course-Bread_Col_Item:last-of-type {
    flex: 1;
  }
}
.course-Bread_Image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.course-Bread_Title {
  text-align: center;
  font-size: 1.3rem;
  border-bottom: 1px dotted #df5e1e;
  line-height: 1.3;
  padding: 0.5rem 0;
}
.course-Bread_Title span {
  color: #df5e1e;
  font-size: 0.7em;
}
.course-Bread_Content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.course-Bread_Content ul {
  background-color: rgba(223, 94, 30, 0.1);
  border-radius: 8px;
  padding: 12px;
  list-style: disc;
  padding-left: 40px;
}
.course-Bread_Content li {
  line-height: 1.4;
}
.course-Bread_Content li:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (min-width: 550px) {
  .course-Bread_Content li {
    font-size: 1rem;
  }
}
.course-Schedule table {
  border: 1px solid #352622;
}
.course-Schedule tr:not(:first-of-type) {
  border-top: 1px solid #352622;
}
.course-Schedule th {
  background-color: #df5e1e;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.alt .course-Schedule th {
  background-color: #92b224;
}
.course-Schedule td {
  background-color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .course-Schedule th, .course-Schedule td {
    display: block;
  }
  .course-Schedule th {
    border-bottom: 1px solid #352622;
  }
}
@media screen and (min-width: 768px) {
  .course-Schedule th {
    width: 30%;
    border-right: 1px solid #352622;
    padding: 1.5rem;
  }
  .course-Schedule td {
    width: 70%;
    font-size: 1.5em;
  }
}
.course-Schedule_Col {
  display: flex;
  align-items: center;
  width: 100%;
}
.course-Schedule_Col_Item {
  flex: 1;
  text-align: center;
  padding: 1.5rem;
  position: relative;
}
.course-Schedule_Col_Item:not(:first-of-type) {
  border-left: 1px dashed rgba(53, 38, 34, 0.25);
}
.course-Schedule_Col_Item:not(:first-of-type)::before {
  content: "or";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  font-weight: bold;
  width: 50px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 0.5em;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .course-Schedule_Col_Item:not(:first-of-type)::before {
    font-size: 2rem;
  }
}
.course-Schedule_Col_Item .date {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.course-Schedule_Col_Item .date .num {
  font-size: 1.5em;
}
.course-Schedule_Detail {
  margin: 1.5rem 0;
}
.course-Schedule_Detail_List {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .course-Schedule_Detail_List_Item:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .course-Schedule_Detail_List {
    flex-direction: row;
  }
  .course-Schedule_Detail_List_Item {
    flex: 1;
    max-width: 48%;
  }
  .course-Schedule_Detail_List_Item:not(:first-of-type) {
    margin-left: 4%;
  }
}
.course-Schedule_Detail input[type=checkbox] {
  display: none;
}
.course-Schedule_Detail label, .course-Schedule_Detail_Accordion {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.course-Schedule_Detail label {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  border: 1px solid #352622;
  padding: 1rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .course-Schedule_Detail label {
    font-size: 1.5rem;
  }
}
.course-Schedule_Detail label::after,
.course-Schedule_Detail label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #222222;
}
.course-Schedule_Detail label::after {
  transform: translateY(-50%) rotate(90deg);
}
.course-Schedule_Detail_Accordion {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
}
input[type=checkbox]:checked ~ .course-Schedule_Detail_Accordion {
  max-height: none;
  padding: 1.5rem;
  background-color: rgba(223, 94, 30, 0.1);
}
.alt input[type=checkbox]:checked ~ .course-Schedule_Detail_Accordion {
  background-color: rgba(146, 178, 36, 0.1);
}
.course-Schedule_Detail input[type=checkbox]:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg) !important;
}
.course-Schedule_Detail dl:not(:first-of-type) {
  margin-top: 2rem;
}
.course-Schedule_Detail dt {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #352622;
}
.course-Schedule_Detail dd {
  padding-top: 1rem;
}

.online p.center {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .online p.center {
    text-align: center;
  }
}
.online_Col {
  margin-top: 3rem;
}
@media screen and (min-width: 550px) {
  .online_Col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 960px;
    margin: 3rem auto;
  }
}
.online_Col_Item:last-of-type {
  margin-top: 1.5rem;
}
@media screen and (min-width: 550px) {
  .online_Col_Item {
    width: 48%;
    overflow: hidden;
  }
  .online_Col_Item:last-of-type {
    margin: 0;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) {
  .online_Col_Item {
    font-size: 1.2rem;
  }
}
.online_Col_Item img {
  width: 100%;
}
.online_Col_Item.sp {
  padding: 0;
  background-color: transparent !important;
}
.online_Col_Item:first-of-type {
  background-color: rgba(46, 196, 182, 0.3);
}
.online_Col_Item:last-of-type {
  background-color: rgba(255, 210, 137, 0.3);
}
.online_Col_Item dl {
  padding: 2rem;
}
.online_Col_Item dt {
  display: block;
  line-height: 1.5;
  padding-bottom: 0.5rem;
}
.online_Col_Item dd {
  border-top: 1px solid #000;
  padding-top: 1rem;
}
.online_Copy {
  font-weight: bold;
  color: #bc5537;
}
.online_Name {
  font-size: 1.5em;
}
.online_Howto {
  border: 1px solid #352622;
  margin: 5rem auto;
  max-width: 1024px;
}
.online_Howto p {
  line-height: 1.7;
}
.online_Howto_Head {
  text-align: center;
  font-weight: normal;
  font-size: 6vw;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.online_Howto_Head span {
  color: #df5e1e;
  font-size: 0.6em;
}
@media screen and (min-width: 550px) {
  .online_Howto_Head {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  .online_Howto_Head span {
    font-size: 0.5em;
  }
}
.online_Howto_Inner {
  max-width: 768px;
  margin: 0 auto;
  text-align: justify;
}
.online_Howto_Item {
  margin-top: 5rem;
}
.online_Howto_Item_Image {
  margin-top: 1.5rem;
}
.online_Howto_Item_Image img {
  display: block;
}
.online_Qa {
  margin-top: 5rem;
}
.online_Qa_Head {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .online_Qa_Head {
    font-size: 2.5rem;
  }
}
.online_Qa li:not(:first-of-type) {
  margin-top: 3rem;
}
.online_Qa dt {
  font-size: 1.2rem;
  color: #df5e1e;
  font-weight: bold;
  margin-bottom: 2rem;
  text-decoration: underline;
}
@media screen and (min-width: 550px) {
  .online_Qa dt {
    font-size: 1.8rem;
  }
}
.online_Qa dd {
  line-height: 2;
}
@media screen and (min-width: 550px) {
  .online_Qa dd {
    font-size: 1.1rem;
  }
}

.staff .kono2025-Section_Inner {
  max-width: 1024px;
  margin: 0 auto;
}
.staff img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 100%;
}
.staff-List {
  padding: 0 1rem;
  max-width: 960px;
  margin: 0 auto;
}
.staff-List_Item {
  margin-top: 3rem;
}
@media screen and (max-width: 549px) {
  .supporter .staff-List_Item {
    margin-top: 2rem;
  }
}
.staff-List.supporter {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .staff-List.supporter {
    display: flex;
    flex-wrap: wrap;
  }
  .staff-List.supporter .staff-List_Item {
    width: 22%;
  }
  .staff-List.supporter .staff-List_Item:not(:nth-of-type(4n+1)) {
    margin-left: 4%;
  }
  .staff-List.supporter .staff-List_Item:not(:nth-of-type(n+5)) {
    margin-top: 0;
  }
  .staff-List.supporter .staff-Col {
    display: block;
  }
  .staff-List.supporter .staff-Col_Item:first-of-type {
    margin: 0 auto 0.5rem;
  }
  .staff-List.supporter .staff-Name {
    text-align: center;
    font-size: 1.1rem;
  }
  .staff-List.supporter .staff-Name span {
    display: block;
    margin-top: 4px;
  }
}
@media screen and (max-width: 549px) {
  .staff-Col_Item:first-of-type {
    width: 200px;
    margin: 0 auto;
  }
  .supporter .staff-Col {
    display: flex;
    flex-wrap: wrap;
  }
  .supporter .staff-Col_Item:first-of-type {
    width: 70px;
    margin-right: 0.5rem;
  }
  .supporter .staff-Col_Item:last-of-type {
    flex: 1;
  }
}
@media screen and (min-width: 550px) {
  .staff-Col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .staff-Col_Item:first-of-type {
    width: 120px;
    margin-right: 1rem;
  }
  .staff-Col_Item:first-of-type.big {
    width: 200px;
    margin-right: 2rem;
  }
  .staff-Col_Item:last-of-type {
    flex: 1;
  }
}
.staff-Name {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1rem;
}
.staff-Name .small {
  margin-top: 4px;
  font-size: 0.6em;
  letter-spacing: 1px;
}
@media screen and (max-width: 549px) {
  .staff-Name {
    text-align: center;
    margin: 1rem 0 0;
  }
  .staff-Name span::before {
    content: "\a";
    white-space: pre;
  }
  .supporter .staff-Name {
    text-align: left;
    font-size: 1.2rem;
    margin: 0;
  }
}
.staff-Desc {
  margin-top: 0.5rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 550px) {
  .staff-Desc {
    font-size: 1rem;
  }
}

.follow section {
  max-width: 960px;
  margin: 0 auto;
}
.follow section:not(:first-of-type) {
  margin-top: 5rem;
}
.follow p {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}
.follow-Title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.follow-Title span {
  color: #df5e1e;
  font-size: 0.7em;
}
@media screen and (min-width: 550px) {
  .follow-Title {
    font-size: 2rem;
  }
}
.follow-Col {
  max-width: 600px;
  margin: 0 auto;
}
.follow-Col_Item {
  margin-top: 2rem;
}
.follow-Col_Image {
  margin-bottom: 1.5rem;
}
.follow-Col_Image:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .follow-Col {
    max-width: none;
    display: flex;
  }
  .follow-Col_Item {
    margin: 0;
  }
  .follow-Col_Item:first-of-type {
    margin-right: 2rem;
    width: 55%;
  }
  .follow-Col_Item:last-of-type {
    width: 45%;
  }
}
.follow-List_Item {
  padding: 1rem;
  border: 1px solid #ddd;
  font-size: 1rem;
}
.follow-List_Item:nth-of-type(even) {
  background-color: #ddd;
}
@media screen and (min-width: 768px) {
  .follow-List_Item {
    line-height: 1;
  }
}
.follow-List_Item dt {
  font-weight: bold;
}
.follow-List_Item dd {
  padding-top: 0.5rem;
  line-height: 1.4;
}
.follow-Col2_Item {
  margin-top: 2rem;
}
@media screen and (min-width: 550px) {
  .follow-Col2 {
    display: flex;
    align-items: center;
  }
  .follow-Col2_Item {
    margin: 0;
  }
  .follow-Col2_Item:not(:last-of-type) {
    width: 350px;
    margin-right: 2rem;
  }
  .follow-Col2_Item:last-of-type {
    flex: 1;
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  .follow-Col2_Item:not(:first-of-type) p {
    font-size: 14px;
  }
}

.voice-Inner {
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .voice-Inner {
    max-width: 768px;
  }
}
.voice-List_Item:not(:first-of-type) {
  margin: 3rem 0;
}
.voice-Col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
}
.voice-Image {
  width: 60px;
  margin: 0 auto;
  margin-right: 0.5rem;
}
.voice-Image img {
  border-radius: 50%;
}
.voice-Category {
  font-weight: bold;
  letter-spacing: 1px;
}
.voice-Category span {
  background-color: #2ec4b6;
  color: #fff;
  border-radius: 1rem;
  padding: 0 1rem;
  display: inline-block;
}
.voice-Category span.online {
  background-color: #f59700;
}
@media screen and (min-width: 550px) {
  .voice-Category {
    font-size: 1rem;
  }
}
.voice-Name {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2px;
  text-align: left;
}
@media screen and (min-width: 550px) {
  .voice-Name {
    font-size: 1.3rem;
  }
}
.voice-Kana {
  font-size: 1rem;
}
.voice-Kana span {
  display: inline-block;
  border: 1px solid #df5e1e;
  color: #fff;
  background-color: #df5e1e;
  border-radius: 4px;
  margin-left: 8px;
  line-height: 1;
  padding: 2px 4px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}
.voice-Sentence {
  flex: 1;
}
.voice-Desc {
  background-color: rgba(223, 94, 30, 0.1);
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px 16px;
  line-height: 1.8;
  text-align: justify;
  font-size: 15px;
}
@media screen and (min-width: 550px) {
  .voice-Desc {
    font-size: 1rem;
  }
}
.voice-Desc span {
  font-weight: bold;
  color: #df5e1e;
  text-decoration: underline;
}
.voice-Scroll_Head {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  color: #df5e1e;
}
@media screen and (min-width: 550px) {
  .voice-Scroll_Head {
    font-size: 1.5rem;
  }
}
.voice-Scroll ul {
  height: 400px;
  max-height: 50vh;
  overflow-y: scroll;
  border: 1px solid #efefef;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 550px) {
  .voice-Scroll ul {
    padding: 1.5rem;
  }
}

.step dl {
  margin: 0 auto;
  max-width: 768px;
  display: flex;
}
.step dl:not(:first-of-type) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .step dl {
    flex-direction: column;
    justify-content: center;
  }
}
.step dt {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  background-color: #df5e1e;
  border-radius: 50%;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .step dt {
    margin: 0 auto 1rem;
  }
}
.step dt span {
  display: block;
  width: 100%;
  font-size: 2.5em;
  text-align: center;
  letter-spacing: 4px;
}
.step dd {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .step dd {
    margin-left: 1rem;
  }
}
.step-Title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .step-Title {
    text-align: center;
    font-size: 1.4rem;
  }
}
.step p {
  line-height: 1.7;
  text-align: justify;
}
.step img {
  display: block;
  margin-top: 2rem;
  border: 2px solid #df5e1e;
}

.plan p {
  text-align: center;
  margin-bottom: 3rem;
}
.plan p a {
  color: #df5e1e;
  text-decoration: underline;
}
.plan p a:hover {
  text-decoration: none;
}
.plan-List {
  max-width: 640px;
  margin: 3rem auto;
}
.plan-List_Item {
  border: 1px solid #efefef;
  padding: 1rem 1.5rem;
  border-left: 4px solid #df5e1e;
}
.plan-List_Item:not(:first-of-type) {
  margin-top: 1rem;
}
.plan-List_Title {
  font-size: 1.3rem;
  font-weight: bold;
}
.plan-List_Desc {
  font-size: 16px;
}
.plan-Item {
  max-width: 768px;
  margin: 0 auto;
}
.plan-Item:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (min-width: 550px) {
  .plan-Item:not(:first-of-type) {
    margin-top: 5rem;
  }
}
.plan-SubTitle {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #df5e1e;
}
.plan-SubTitle span {
  display: inline-block;
  background-color: #df5e1e;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1;
  margin-right: 8px;
}
@media screen and (min-width: 550px) {
  .plan-SubTitle {
    font-size: 1.2rem;
  }
}
.plan-Title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (min-width: 550px) {
  .plan-Title {
    font-size: 2rem;
  }
}
.plan-Desc {
  margin-bottom: 1rem;
}
@media screen and (min-width: 550px) {
  .plan-Desc {
    font-size: 1rem;
  }
}
.plan-Note {
  list-style-type: disc;
  border: 4px solid #ddd;
  padding: 1rem;
  text-align: justify;
  margin: 1rem 0;
  line-height: 1.7;
}
@media screen and (min-width: 550px) {
  .plan-Note {
    font-size: 1rem;
  }
}
.plan-Note li {
  line-height: 1.4;
}
.plan-Note li:not(:first-of-type) {
  margin-top: 1rem;
}
.plan-Note li.accent {
  color: #aa0002;
  font-weight: bold;
}
.plan-Note a {
  color: #aa0002;
  text-decoration: underline;
  font-weight: bold;
}
.plan-Note a:hover {
  text-decoration: none;
}
.plan-Price {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .plan-Price_Col_Item:last-of-type {
    margin: 4rem auto 3rem;
  }
}
@media screen and (min-width: 768px) {
  .plan-Price_Col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .plan-Price_Col_Item {
    width: 48%;
  }
}
.plan-Price_Col_Item {
  background-color: rgba(223, 94, 30, 0.2);
}
.plan-Price_Col_Item.alt {
  background-color: rgba(146, 178, 36, 0.2);
}
.plan-Price_Col_Inner {
  padding: 0 1rem 1.5rem;
}
.plan-Price_Col_Head {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  background-color: #df5e1e;
  color: #fff;
  padding: 1rem;
}
.alt .plan-Price_Col_Head {
  background-color: #92b224;
}
.plan-Price_Col_Num {
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 1.5rem;
}
.plan-Price_Col_Num.alt {
  color: #57a773;
}
.plan-Price_Col_Num span {
  font-size: 0.6em;
}
.plan-Price_Col_Num span:first-of-type {
  margin-right: 0.5rem;
}
.plan-Price_Col_Num span:last-of-type {
  margin-left: 0.5rem;
}
.plan-Price_Col_Num span.small {
  font-size: 0.4em;
}
.plan-Price_Col_Name {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.plan-Price_Col_Name.alt {
  color: #57a773;
}
.plan-Price_Col_Detail {
  margin-top: 12px;
  font-size: 1rem;
}
.plan-Price_Col_Detail span {
  display: block;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
  padding: 8px 16px;
  border-radius: 4px;
  letter-spacing: 0.25px;
  margin-top: 16px;
}
.plan-Price ul {
  display: inline-block;
  margin-top: 1.5rem;
}
.plan-Price li {
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.plan-Price li span {
  font-size: unset;
}
.plan-Price li span:first-of-type {
  margin-right: 8px;
}
.plan-Price_Head {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #df5e1e;
  margin-bottom: 1.5rem;
}
.plan-Price_Head.green {
  color: #57a773;
}
.plan-Price_Note {
  color: #57a773;
  font-weight: bold;
  text-align: left;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .plan-Price_Note {
    text-align: center;
  }
}
.plan-Action {
  margin-top: 1rem;
}
.plan-Action_Button {
  display: inline-block;
  width: 100%;
  background-color: #df5e1e;
  color: #fff;
  border-radius: 50px;
  padding: 0.7rem 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border: 2px solid #df5e1e;
  line-height: 1.1;
}
@media screen and (min-width: 550px) {
  .plan-Action_Button {
    font-size: 1.5rem;
  }
}
.plan-Action_Button:not(:first-of-type) {
  margin-top: 1.5rem;
}
.alt .plan-Action_Button {
  background-color: #92b224;
  border-color: #92b224;
}
.alt .plan-Action_Button:hover {
  color: #92b224;
}
.plan-Action_Button.uniwajuku {
  background-color: #57a773;
  border-color: #57a773;
}
.plan-Action_Button.disabled {
  pointer-events: none;
  background-color: #aaa;
  border: 0;
}
.plan-Action_Button.regular {
  background-color: #aaa;
  border-color: #aaa;
}
.plan-Action_Button:hover {
  color: #df5e1e;
  background-color: #fff;
}
.plan-Action_Button.alt:hover {
  color: #92b224;
}
.plan-Action_Button.uniwajuku:hover {
  color: #57a773;
}
.plan-Action_Button.regular:hover {
  color: #aaa;
}
.plan-Action_Button span {
  font-size: 0.65em;
  font-weight: normal;
}
.plan-Uniwajuku {
  margin: 5rem auto;
  max-width: 1024px;
}
.plan-Uniwajuku p {
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .plan-Uniwajuku_Col_Item:first-of-type {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .plan-Uniwajuku_Col {
    display: flex;
    align-items: center;
  }
  .plan-Uniwajuku_Col_Item {
    flex: 1;
  }
  .plan-Uniwajuku_Col_Item:first-of-type {
    padding-right: 3rem;
  }
}
.plan-Uniwajuku_Button {
  display: block;
  text-align: center;
  background-color: #352622;
  border: 1px solid #352622;
  color: #fff;
  letter-spacing: 2px;
  padding: 1rem;
  font-size: 1.2rem;
  margin-top: 2rem;
}
.plan-Uniwajuku_Button:hover {
  background-color: transparent;
  color: #352622;
}

.question {
  background-color: rgba(223, 94, 30, 0.1);
}
.question-Inner {
  max-width: 1024px;
}
.question dl {
  padding: 1.5rem;
  border-top: 1px solid #352622;
}
@media screen and (min-width: 768px) {
  .question dl {
    padding: 3rem;
  }
}
.question dt {
  color: #df5e1e;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 550px) {
  .question dt {
    font-size: 1.2rem;
  }
}
.question dd {
  padding-top: 1rem;
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 550px) {
  .question dd {
    font-size: 1rem;
  }
}
.question dd a {
  color: #57a773;
  text-decoration: underline;
  font-weight: bold;
}
.question dd a:hover {
  text-decoration: none;
}
.question-Tel {
  text-align: center;
}
.question-Tel img:hover {
  opacity: 0.5;
}
.question-Tel_Reserved {
  font-size: 1.2em;
  display: inline-block;
  color: #aa0002;
  border: 1px solid #aa0002;
  padding: 0 8px;
  border-radius: 4px;
  margin-top: 1rem;
}
.question a:hover img {
  opacity: 0.5;
}