@charset "UTF-8";
/*Foundation*/
/*reset*/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  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 */
  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 {
  margin: 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;
  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-inner-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 inner 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 inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  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;
}

/*base */
/*WordPressテーマ開発用*/
/*
	Theme Name:動画の学び舎LP
	Description:動画の学び舎新規生徒募集用LP
	Version:1.0.0
	Author:narumi
	Tags:portfolio web movie-school LP
	License:GNU General Public License V3.0
	License URI:https://www.gnu.org/licenses/gpl-3.0.ja.html
	Text Domain:douganomanabiya
*/
html {
  font-size: 62.5%;
}

body {
  /*font-sizeを指定していない場合16pxとなる*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  overflow-x: hidden;
}

input {
  color: #333;
}

a {
  cursor: pointer;
}

dl {
  font-weight: 500;
}

dt {
  font-weight: 500;
}

.l-main {
  max-width: 960px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.l-footer {
  width: min(100%, 960px);
  background: url("./img/footer.png") no-repeat left top/cover;
  height: min(22.6666666667vw, 229.12px);
  margin: 0 auto;
}

/*
.l-footer--complete{
	display: none;
	width:min(100%,va.$maxWidth);
	background: url('./img/footer-completion-of-application.png') no-repeat left top/ cover;	
	height:min(calc(421/va.$pc-design-width*100vw),calc(421 * va.$max-size));
	margin:0 auto;
}
*/
/*
[data-screen="input"] .l-footer{
	display: block;
}

[data-screen="confirm"] .l-footer{
	display: block;
}

[data-screen="complete"] .l-footer{
	display: none;
}

[data-screen="complete"] .l-footer--complete{
	display: block;
}
*/
/*
@use '../../Foundation/vars' as va;
@use '../../Foundation/mixin';

.p-FV{
	width:min(100%,va.$maxWidth);
	height:min(calc(1375/va.$pc-design-width*100vw),calc(1375 * va.$max-size));
	background: url('./img/FV-main.png') no-repeat left top/ contain;
}
*/
.p-FV__top__wrapper {
  background: url("./img/header-img.png") no-repeat left top/contain;
  width: min(100%, 960px);
  height: min(20.9333333333vw, 200.96px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-FV__top__container {
  width: min(100%, 960px);
  height: min(140.4vw, 1347.84px);
  background: url("./img/FV-main.png") no-repeat left top/contain;
}

.p-FV__top__inner {
  width: min(94.4vw, 906.24px);
  margin: min(2.8vw, 26.88px) 0 min(2.5333333333vw, 24.32px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-FV__top__inner__txt {
  width: min(46.1333333333vw, 442.88px);
  height: min(6.6666666667vw, 64px);
  background-color: #fff;
  font-size: min(4.2666666667vw, 40.96px);
  text-align: center;
  font-weight: bold;
  color: #333;
}

.p-FV__top__wrapper__txt {
  font-size: min(4vw, 38.4px);
  color: #fff;
  font-weight: bold;
}

.p-FV__middle__txt__wrapper {
  padding: min(5.2vw, 49.92px) 0 0;
  margin-bottom: min(12.9333333333vw, 124.16px);
}

.p-FV__middle__txt__first {
  font-weight: bold;
  font-size: min(9.6vw, 92.16px);
}

.p-FV__middle__txt {
  width: min(94vw, 902.4px);
  height: min(57.8666666667vw, 555.52px);
  object-fit: contain;
}

.p-heading1 {
  background: url("./img/FV-skill-background.png") no-repeat left top/contain;
  width: min(97.2vw, 933.12px);
  height: min(10.9333333333vw, 104.96px);
  display: flex;
  align-items: center;
  margin-bottom: min(2.5333333333vw, 24.32px);
}

.p-heading1__txt {
  width: min(97.2vw, 933.12px);
  height: min(10.9333333333vw, 104.96px);
  object-fit: cover;
}

.p-FV__medal__wrapper {
  margin-left: min(4vw, 38.4px);
  width: min(91.8666666667vw, 881.92px);
  display: flex;
  justify-content: space-between;
}

.p-FV__medal {
  height: min(29.0666666667vw, 279.04px);
  width: min(29.0666666667vw, 279.04px);
}

.p-FV__online-briefing-session {
  width: min(100vw, 960px);
  height: min(42.9333333333vw, 412.16px);
  background: url("./img/online-briefing-session-background.png") no-repeat left top/cover;
  padding-top: min(5.0666666667vw, 48.64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.p-FV__online-briefing-session__heading2 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: min(5.6vw, 53.76px);
  font-weight: bold;
  letter-spacing: -0.04em;
  position: relative;
  margin-bottom: min(6.1333333333vw, 58.88px);
}
.p-FV__online-briefing-session__heading2::before {
  content: "";
  position: absolute;
  left: max(-6.1333333333vw, -58.88px);
  top: min(4.4vw, 42.24px);
  height: 2px;
  width: min(5.7333333333vw, 55.04px);
  background-color: #fff;
  transform: rotate(-127deg);
}
.p-FV__online-briefing-session__heading2::after {
  content: "";
  position: absolute;
  right: max(-6.1333333333vw, -58.88px);
  top: min(4.4vw, 42.24px);
  height: 2px;
  width: min(5.7333333333vw, 55.04px);
  background-color: #fff;
  transform: rotate(-54deg);
}

.p-link-to-contact {
  background: url("./img/online-briefing-session-to-contact.png") no-repeat left top/cover;
  width: min(81.8666666667vw, 785.92px);
  height: min(16.1333333333vw, 154.88px);
  font-size: 0;
  display: block;
  margin: 0 auto;
}

.p-fear {
  width: min(100vw, 960px);
  height: min(139.3333333333vw, 1337.6px);
  background: url("./img/fear-background.png") no-repeat left top/contain;
  padding: min(8.5333333333vw, 81.92px) 0 0;
}

.p-fear__heading2 {
  margin-bottom: min(7.4666666667vw, 71.68px);
}

.p-fear__heading2__txt {
  width: min(64.5333333333vw, 619.52px);
  height: min(25.2vw, 241.92px);
  margin: 0 auto;
  object-fit: contain;
  display: block;
}

.p-fear__txt__img {
  width: min(64.5333333333vw, 619.52px);
  height: min(8vw, 76.8px);
  object-fit: contain;
  margin-bottom: min(2vw, 19.2px);
}

.p-fear__list__items {
  width: min(84vw, 806.4px);
  height: min(61.3333333333vw, 588.8px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}

.p-fear__list__item--normal {
  background-color: #fff;
  width: min(83.4666666667vw, 801.28px);
  display: flex;
  align-items: center;
  padding: min(1.3333333333vw, 12.8px) 0 min(1.3333333333vw, 12.8px) min(2vw, 19.2px);
  font-size: min(4.2666666667vw, 40.96px);
  letter-spacing: -0.025em;
}
.p-fear__list__item--short {
  background-color: #fff;
  width: min(58.5333333333vw, 561.92px);
  display: flex;
  align-items: center;
  padding: min(1.3333333333vw, 12.8px) 0 min(1.3333333333vw, 12.8px) min(2vw, 19.2px);
  font-size: min(4.2666666667vw, 40.96px);
  letter-spacing: -0.025em;
}

.p-solve {
  padding: min(10.4vw, 99.84px) 0 min(10.2666666667vw, 98.56px);
  width: min(100%, 960px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-solve__heading2 {
  text-align: center;
  margin-bottom: min(8.9333333333vw, 85.76px);
  font-size: min(6.4vw, 61.44px);
}

.p-solve__contents__wrapper {
  width: min(92vw, 883.2px);
}

.p-solve__content {
  width: min(92vw, 883.2px);
  display: flex;
  align-items: center;
}

.p-solve__content__img--anytime {
  background: url("./img/solve-at-any-time-you-like.png") no-repeat left top/contain;
  height: min(20.8vw, 199.68px);
  width: min(37.7333333333vw, 362.24px);
}
.p-solve__content__img--anywhere {
  background: url("./img/solve-anywhere.png") no-repeat left top/contain;
  height: min(20.8vw, 199.68px);
  width: min(37.7333333333vw, 362.24px);
}
.p-solve__content__img--realtime {
  background: url("./img/solve-skill.png") no-repeat left top/contain;
  height: min(20.8vw, 199.68px);
  width: min(37.7333333333vw, 362.24px);
}

.p-solve__content__txt--anytime {
  width: min(45.3333333333vw, 435.2px);
  height: min(10vw, 96px);
  margin-left: min(5.6vw, 53.76px);
  object-fit: contain;
}
.p-solve__content__txt--anytime {
  width: min(40.9333333333vw, 392.96px);
  height: min(15.3333333333vw, 147.2px);
  margin-left: min(5.6vw, 53.76px);
  object-fit: contain;
}
.p-solve__content__txt--anytime {
  width: min(40.9333333333vw, 392.96px);
  height: min(15.3333333333vw, 147.2px);
  margin-left: min(5.6vw, 53.76px);
  object-fit: contain;
}

.p-solve__content--has-border {
  width: min(92vw, 883.2px);
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ccc;
  margin-bottom: min(4.2666666667vw, 40.96px);
  padding-bottom: min(4.2666666667vw, 40.96px);
}

.p-about__douganomanabiya {
  width: min(100%, 960px);
  height: min(127.2vw, 1221.12px);
  background: url("./img/about-background.png") no-repeat left top/cover;
  padding-top: min(5.6vw, 53.76px);
}

.p-about__douganomanabiya__heading2 {
  margin-bottom: min(18vw, 172.8px);
}

.p-about__douganomanabiya__heading2__top {
  display: block;
  text-align: center;
  color: #333333;
  font-size: min(6.4vw, 61.44px);
  margin-bottom: min(5.6vw, 53.76px);
  font-weight: bold;
}

.p-about__douganomanabiya__heading2__btm {
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: min(6.4vw, 61.44px);
  line-height: 1.25;
}

.p-about__douganomanabiya__heading2__new-school {
  background: url("./img/about-new-school.png") no-repeat left top/contain;
  width: min(46.8vw, 449.28px);
  height: min(6.9333333333vw, 66.56px);
  display: inline-block;
  top: min(1.3333333333vw, 12.8px);
  left: min(0.5333333333vw, 5.12px);
  position: relative;
}

.p-about__douganomanabiya__txt--top {
  font-size: min(4.8vw, 46.08px);
  line-height: 1.1666666667;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: min(20.4vw, 195.84px);
  margin-bottom: min(6.4vw, 61.44px);
}
.p-about__douganomanabiya__txt--middle {
  font-size: min(4.8vw, 46.08px);
  line-height: 1.1666666667;
  text-align: center;
  margin-bottom: min(6.4vw, 61.44px);
}
.p-about__douganomanabiya__txt--btm {
  font-size: min(4.8vw, 46.08px);
  line-height: 1.1666666667;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: min(21.7333333333vw, 208.64px);
}

.p-market {
  width: min(100%, 960px);
  padding-top: min(6.2666666667vw, 60.16px);
}

.p-market__heading2 {
  background: url("./img/market-heading-background.png") no-repeat left top/contain;
  width: min(94.2666666667vw, 904.96px);
  height: min(19.7333333333vw, 189.44px);
  margin: 0 auto min(5.4666666667vw, 52.48px);
  padding-top: min(1.6vw, 15.36px);
  text-align: center;
  font-size: min(4.8vw, 46.08px) 0;
  line-height: 1.1666666667;
  color: #333;
}

.p-market__heading2__top {
  display: block;
  font-size: min(4.8vw, 46.08px);
  line-height: 1.1666666667;
  color: #333;
}

.p-market__heading2__emphasis {
  font-size: min(8vw, 76.8px);
  line-height: 1.4285714286;
  color: #333;
  font-weight: bold;
}

.p-market__growth-rate {
  width: min(64vw, 614.4px);
  height: min(6.2666666667vw, 60.16px);
  object-fit: contain;
  margin: 0 auto min(3.4666666667vw, 33.28px);
  display: block;
}

.p-market__market-graph {
  width: min(71.7333333333vw, 688.64px);
  height: min(39.7333333333vw, 381.44px);
  object-fit: contain;
  margin: 0 auto min(4.6666666667vw, 44.8px);
  display: block;
}

.p-market__dot__wrapper {
  width: min(0.9333333333vw, 8.96px);
  height: min(8.9333333333vw, 85.76px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto min(6vw, 57.6px);
}

.p-market__txt {
  font-size: min(4.8vw, 46.08px);
  line-height: 1.1666666667;
  color: #333;
  margin-bottom: min(8.1333333333vw, 78.08px);
  text-align: center;
}

.p-market__txt__emphasis {
  font-size: min(6.4vw, 61.44px);
  line-height: 1.1428571429;
  color: #a7010d;
  font-weight: bold;
  letter-spacing: -0.04em;
}

.p-secret {
  width: min(100%, 960px);
}

.p-secret__heading2__img {
  width: min(100vw, 960px);
  height: min(32.2666666667vw, 309.76px);
  object-fit: contain;
}

.p-secret__main {
  width: min(100%, 960px);
  height: min(652vw, 6259.2px);
  padding-top: min(7.0666666667vw, 67.84px);
  background: url("./img/secret-main-background.png") no-repeat left top/cover;
}

/*
.p-secret__contents__container{
	width:min(calc(657/va.$pc-design-width*100vw),calc(657 * va.$max-size));
	display: flex;
	flex-direction: column;
	//justify-content: space-between;
	align-items:center ;
	margin:0 auto min(calc(48/va.$pc-design-width*100vw),calc(48 * va.$max-size));
	&--last{
		width:min(calc(657/va.$pc-design-width*100vw),calc(657 * va.$max-size));
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items:center ;
		margin-left:auto;
		margin-right:auto;		
	}
}
*/
.p-secret__contents--number01 {
  width: min(91.0666666667vw, 874.24px);
  height: min(119.2vw, 1144.32px);
  margin: 0 auto min(6.4vw, 61.44px);
  object-fit: contain;
  display: block;
}
.p-secret__contents--number02 {
  width: min(91.0666666667vw, 874.24px);
  height: min(119.2vw, 1144.32px);
  margin: 0 auto min(6.4vw, 61.44px);
  object-fit: contain;
  display: block;
}
.p-secret__contents--number03 {
  width: min(91.0666666667vw, 874.24px);
  height: min(125.7333333333vw, 1207.04px);
  margin: 0 auto min(6.4vw, 61.44px);
  object-fit: contain;
  display: block;
}
.p-secret__contents--number04 {
  width: min(91.0666666667vw, 874.24px);
  height: min(124.5333333333vw, 1195.52px);
  margin: 0 auto min(6.4vw, 61.44px);
  object-fit: contain;
  display: block;
}
.p-secret__contents--number05 {
  width: min(91.0666666667vw, 874.24px);
  height: min(124.6666666667vw, 1196.8px);
  margin: 0 auto min(14.5333333333vw, 139.52px);
  object-fit: contain;
  display: block;
}

.p-secret__contents__wrapper {
  box-shadow: 0px 6px 15.77px 3.23px rgba(88, 88, 88, 0.18);
  width: min(87.6vw, 840.96px);
}

.p-secret__contents__heading3 {
  background: url("./img/secret-heading-background.png") no-repeat left top/contain;
  width: min(87.6vw, 840.96px);
  height: min(24.4vw, 234.24px);
  font-size: min(4.8vw, 46.08px);
  line-height: 1.1666666667;
  color: #333;
  letter-spacing: -0.04em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-secret__contents__heading3__emphasis {
  font-size: min(6.4vw, 61.44px);
  line-height: 0.875;
  color: #a7010d;
  font-weight: bold;
}

.p-secret__contents__inner {
  background-color: #fff;
}

.p-secret__contents__img {
  width: min(73.6vw, 706.56px);
  height: min(47.7333333333vw, 458.24px);
  object-fit: contain;
  margin: 0 auto min(6.4vw, 61.44px);
  padding-top: min(6.4vw, 61.44px);
  display: block;
}

.p-secret__contents__txt {
  width: min(64.6666666667vw, 620.8px);
  margin: 0 auto;
  padding-bottom: min(6vw, 57.6px);
  font-size: min(4vw, 38.4px);
  line-height: 1.4;
  color: #333;
  letter-spacing: -0.04em;
}

.p-free-consultation-service {
  background: url("./img/free-consultation-service-background.png") no-repeat left top/cover;
  width: min(100%, 960px);
  height: min(63.3333333333vw, 608px);
}

.p-free-consultation-service__heading2 {
  padding-top: min(4.6666666667vw, 44.8px);
  margin-bottom: min(5.2vw, 49.92px);
}

.p-free-consultation-service__heading2__txt {
  width: min(79.4666666667vw, 762.88px);
  height: min(7.6vw, 72.96px);
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.p-free-consultation-service__txt__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: min(17.3333333333vw, 166.4px);
  margin-bottom: min(6.4vw, 61.44px);
}

.p-free-consultation-service__txt {
  font-size: min(4.8vw, 46.08px);
  color: #005286;
  font-weight: bold;
  letter-spacing: -0.04em;
  background-color: #fff;
  padding: 0 min(2.4vw, 23.04px);
  display: block;
  margin: auto;
}

.p-attendance-style__img {
  margin: 0 auto min(10.6666666667vw, 102.4px);
  width: min(100%, 960px);
  height: min(213.4666666667vw, 2049.28px);
  object-fit: cover;
}

.p-select-plan__container {
  background: url("./img/select-plan-background.png") no-repeat left top/contain;
  width: min(100%, 960px);
  height: min(150.1333333333vw, 1441.28px);
  margin-bottom: min(11.6vw, 111.36px);
}

.p-select-plan__heading2 {
  width: min(100%, 960px);
  height: min(11.4666666667vw, 110.08px);
  background: url("./img/select-plan-heading2-background.png") no-repeat left top/cover;
  margin-top: min(5.6vw, 53.76px);
  margin-bottom: min(4.6666666667vw, 44.8px);
  display: grid;
  place-items: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.04em;
  font-size: min(6.4vw, 61.44px);
}

.p-select-plan__txt {
  text-align: center;
  font-size: min(6.4vw, 61.44px);
  line-height: 1;
  color: #333;
  letter-spacing: -0.04em;
  margin-bottom: min(8.4vw, 80.64px);
}

.p-select-plan__table {
  height: min(106.4vw, 1021.44px);
  width: min(93.3333333333vw, 896px);
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.p-option {
  width: min(100%, 960px);
  margin-bottom: min(12.1333333333vw, 116.48px);
}

.p-option__heading2__txt {
  width: min(100vw, 960px);
  height: min(30.6666666667vw, 294.4px);
  object-fit: contain;
}

.p-option__heading2 {
  margin-bottom: min(7.8666666667vw, 75.52px);
}

.p-option__plan__wrapper {
  width: min(92vw, 883.2px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

.p-option__safety-plan {
  margin-bottom: min(8.9333333333vw, 85.76px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-option__heading3 {
  background: url("./img/option-plan-background.png") no-repeat left top/contain;
  width: min(58.8vw, 564.48px);
  height: min(14.6666666667vw, 140.8px);
  font-size: min(6.4vw, 61.44px);
  line-height: 0.625;
  color: #fff;
  letter-spacing: -0.04em;
  display: grid;
  place-items: center;
  margin-bottom: min(3.6vw, 34.56px);
  text-align: center;
}

.p-option__heading3__ticket-only {
  font-size: min(4vw, 38.4px);
  line-height: 1.6;
}

.p-option__heading3__night-plan {
  position: relative;
  top: max(-0.9333333333vw, -8.96px);
}

.p-option__heading3__individual-lessons-plan {
  position: relative;
  top: max(-0.9333333333vw, -8.96px);
}

.p-option__safety-plan__table {
  width: min(92vw, 883.2px);
  height: min(38.8vw, 372.48px);
  object-fit: contain;
  margin-bottom: min(4.5333333333vw, 43.52px);
}

.p-option__txt {
  font-size: min(4vw, 38.4px);
  line-height: 1.2;
  color: #333;
  letter-spacing: -0.04em;
  text-align: center;
}

.p-option__night-plan {
  margin-bottom: min(9.0666666667vw, 87.04px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-option__night-plan__table {
  width: min(92vw, 883.2px);
  height: min(20.4vw, 195.84px);
  object-fit: contain;
  margin-bottom: min(4.9333333333vw, 47.36px);
}

.p-option__individual-lessons-plan {
  margin-bottom: min(10.2666666667vw, 98.56px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-option__individual-lessons__table {
  width: min(92vw, 883.2px);
  height: min(10.1333333333vw, 97.28px);
  object-fit: contain;
  margin-bottom: min(4.9333333333vw, 47.36px);
}

.p-option__cautionary-note {
  text-align: center;
  font-size: min(2.4vw, 23.04px);
  line-height: 2;
  color: #333;
  letter-spacing: -0.04em;
}

.p-lecturer {
  width: min(100%, 960px);
  background: url("./img/lecturer-background.png") no-repeat left top/cover;
  position: relative;
  z-index: -1;
}

.p-lecturer__triangle {
  background: url("./img/lecturer-top-triangle.png") no-repeat left top/contain;
  width: min(17.4666666667vw, 167.68px);
  height: min(8.2666666667vw, 79.36px);
  display: block;
  margin: 0 auto;
  padding-bottom: min(17.3333333333vw, 166.4px);
}

.p-lecturer__heading2 {
  font-size: min(6.4vw, 61.44px);
  line-height: 0.75;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: min(8.2666666667vw, 79.36px);
}

.p-lecturer__individual__inner {
  display: flex;
  justify-content: space-between;
  width: min(83.2vw, 798.72px);
  margin: 0 auto;
}

.p-lecturer__individual__img {
  width: min(49.6vw, 476.16px);
  height: min(59.8666666667vw, 574.72px);
  object-fit: contain;
}

.p-lecturer__individual__description {
  width: min(32vw, 307.2px);
  margin-bottom: min(3.6vw, 34.56px);
  padding-top: min(15.0666666667vw, 144.64px);
  font-size: min(3.2vw, 30.72px);
  line-height: 1.5;
  color: #333;
  letter-spacing: -0.04em;
}

.p-lecturer__individual__name {
  font-size: min(4.8vw, 46.08px);
  line-height: 1;
  color: #333;
  letter-spacing: -0.04em;
}

.p-lecturer__individual__class-features {
  width: min(100%, 960px);
  background: url("./img/lecturer-copywriting-left-up.png") no-repeat left top/contain;
  width: min(100vw, 960px);
  height: min(23.2vw, 222.72px);
  font-size: min(4.8vw, 46.08px);
  line-height: 1.4444444444;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.04em;
  display: grid;
  place-items: center;
  text-align: center;
  margin-bottom: min(3.2vw, 30.72px);
}

.p-lecturer__individual__txt__wrapper {
  width: min(92vw, 883.2px);
  height: min(81.4666666667vw, 782.08px);
  background: url("./img/lecturer-individual-background.png") no-repeat left top/contain;
  margin: max(-50.6666666667vw, -486.4px) auto 0;
  position: relative;
  z-index: -1;
  font-size: min(3.2vw, 30.72px);
  line-height: 2;
  color: #333;
  letter-spacing: -0.04em;
}

.p-lecturer__individual__txt {
  width: min(73.0666666667vw, 701.44px);
  margin: 0 auto;
  position: relative;
  bottom: max(-48vw, -460.8px);
}

.p-lecturer__individual__wrapper {
  margin-bottom: min(10.9333333333vw, 104.96px);
}
.p-lecturer__individual__wrapper--last {
  margin-bottom: min(17.3333333333vw, 166.4px);
}

.p-lecturer__individual__post {
  margin-bottom: min(3.2vw, 30.72px);
}

.p-lecturer__individual__inner--reverse {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: min(83.2vw, 798.72px);
  margin: 0 auto;
}

.p-lecturer__individual__class-features--reverse {
  width: min(100%, 960px);
  background: url("./img/lecturer-copywriting-right-up.png") no-repeat left top/contain;
  width: min(100vw, 960px);
  height: min(23.2vw, 222.72px);
  font-size: min(4.8vw, 46.08px);
  line-height: 1.4444444444;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.04em;
  display: grid;
  place-items: center;
  text-align: center;
  margin-bottom: min(3.2vw, 30.72px);
}

.p-origin {
  width: min(100%, 960px);
  margin-bottom: min(11.3333333333vw, 108.8px);
  padding-bottom: min(8vw, 76.8px);
  background: url("./img/origin-background.png") no-repeat left top/cover;
  background-position-y: min(2.4vw, 23.04px);
}

.p-origin__heading2 {
  width: min(100vw, 960px);
  height: min(35.2vw, 337.92px);
  background: url("./img/origin-heading2-background.png") no-repeat left top/contain;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: min(6.4vw, 61.44px);
  margin-bottom: min(8.6666666667vw, 83.2px);
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.04em;
}

.p-origin__txt__cross {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(83.7333333333vw, 803.84px);
  margin: 0 auto min(4.8vw, 46.08px);
  font-size: min(6.4vw, 61.44px);
  line-height: 0.75;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.14em;
}

.p-origin__txt__cross__img {
  width: min(9.0666666667vw, 87.04px);
  height: min(8.5333333333vw, 81.92px);
  background: url("./img/origin-cross.png") no-repeat left top/contain;
  display: block;
}

.p-origin__txt {
  font-size: min(4.8vw, 46.08px);
  line-height: 1;
  color: #333;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: min(2.4vw, 23.04px);
}

.p-origin__dissatisfaction__wrapper {
  margin: 0 auto min(11.6vw, 111.36px);
  width: min(92vw, 883.2px);
}

.p-origin__dissatisfaction {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(2.2666666667vw, 21.76px);
}

.p-origin__txt__dissatisfaction__top {
  width: min(79.2vw, 760.32px);
  height: min(10.5333333333vw, 101.12px);
  margin: 0 auto min(2.8vw, 26.88px);
  display: block;
  object-fit: contain;
}

.p-origin__dot__wrapper {
  width: min(0.9333333333vw, 8.96px);
  height: min(7.2vw, 69.12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto min(3.3333333333vw, 32px);
}

.p-origin__dissatisfaction__txt__wrapper {
  display: grid;
  place-items: center;
  width: min(43.8666666667vw, 421.12px);
}

.p-origin__dissatisfaction__txt {
  font-size: min(4vw, 38.4px);
  line-height: 1.6;
  color: #333;
  letter-spacing: -0.04em;
  text-align: center;
}

.p-origin__dissatisfaction__img--1 {
  width: min(47.3333333333vw, 454.4px);
  height: min(22.4vw, 215.04px);
  background: url("./img/origin-dissatisfaction-1.png") no-repeat left top/contain;
}
.p-origin__dissatisfaction__img--2 {
  width: min(47.3333333333vw, 454.4px);
  height: min(22.4vw, 215.04px);
  background: url("./img/origin-dissatisfaction-2.png") no-repeat left top/contain;
}
.p-origin__dissatisfaction__img--3 {
  width: min(47.3333333333vw, 454.4px);
  height: min(22.4vw, 215.04px);
  background: url("./img/origin-dissatisfaction-3.png") no-repeat left top/contain;
}
.p-origin__dissatisfaction__img--4 {
  width: min(47.3333333333vw, 454.4px);
  height: min(22.4vw, 215.04px);
  background: url("./img/origin-dissatisfaction-4.png") no-repeat left top/contain;
}

.p-origin__dissatisfaction-reverse {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-bottom: min(2.2666666667vw, 21.76px);
}

.p-origin__dissatisfaction-reverse__txt__wrapper {
  display: grid;
  place-items: center;
  width: min(43.8666666667vw, 421.12px);
}

.p-origin__dissatisfaction-reverse--last {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-bottom: min(2.2666666667vw, 21.76px);
}

.p-problem__txt__emphasis {
  font-size: min(4vw, 38.4px);
  line-height: 1.6;
  color: #333;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: min(1.3333333333vw, 12.8px);
}
.p-problem__txt__emphasis::after {
  content: "";
  background: url("./img/origin-problem-underline.png") no-repeat left top/cover;
  display: inline-block;
  width: min(85.0666666667vw, 819.2px);
  height: min(0.5333333333vw, 5.12px);
  position: absolute;
  bottom: max(-0.5333333333vw, -5.12px);
  left: min(6.6666666667vw, 67.84px);
}

.p-problem__txt {
  font-size: min(4vw, 38.4px);
  line-height: 1.6;
  color: #333;
  position: relative;
  text-align: center;
  margin-bottom: min(5.2vw, 49.92px);
  letter-spacing: -0.04em;
}

.p-problem__solve__txt__arrow {
  background: url("./img/origin-problem-solve-arrow.png") no-repeat left top/contain;
  background-position-y: min(1.3333333333vw, 12.8px);
  width: min(45.3333333333vw, 435.2px);
  height: min(20vw, 192px);
  margin: 0 auto min(4.6666666667vw, 71.68px);
  /*
  display: grid;
  place-content: center;
  font-size:min(calc(30/va.$pc-design-width*100vw),calc(30 * va.$max-size));
  line-height: calc(48/30);
  color:#fff;
  letter-spacing: calc(-40/1000 * 1em);
  text-align: center;
  */
}

.p-problem__solve__wrapper {
  width: min(90vw, 864px);
  margin: 0 auto min(6vw, 57.6px);
  /*
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  */
}

.p-problem__solve__img--01 {
  /*
  background: url('./img/origin-problem-solve-1.png') no-repeat left top/ contain;		
  width:min(calc(675/va.$pc-design-width*100vw),calc(675 * va.$max-size));
  height:min(calc(58/va.$pc-design-width*100vw),calc(58 * va.$max-size));
  background-position-y: min(calc(3/va.$pc-design-width*100vw),calc(3 * va.$max-size));
  */
  background: url("./img/origin-problem-solve-1-1.png") no-repeat left top/contain;
  width: min(90vw, 864px);
  height: min(25.2vw, 241.92px);
}
.p-problem__solve__img--02 {
  background: url("./img/origin-problem-solve-2-2.png") no-repeat left top/contain;
  width: min(90vw, 864px);
  height: min(25.2vw, 241.92px);
}

.p-problem__solve__txt {
  font-size: min(4.8vw, 46.08px);
  line-height: 1.3333333333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: min(9.0666666667vw, 87.04px);
}

.p-problem__solve__item {
  margin-bottom: min(2.9333333333vw, 28.16px);
}

.p-origin__opening-school__txt {
  text-align: center;
  font-size: min(4.8vw, 46.08px);
  line-height: 1.3333333333;
  color: #333;
  letter-spacing: -0.04em;
}

.p-origin__opening-school__txt__emphasis {
  display: block;
  font-size: min(8vw, 76.8px);
  line-height: 0.8;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.04em;
}

.p-proposal {
  width: min(100%, 960px);
}

.p-proposal__txt {
  width: min(100vw, 960px);
  height: min(47.4666666667vw, 455.68px);
  object-fit: contain;
}

.p-proposal__img {
  width: min(100vw, 960px);
  height: min(72.4vw, 695.04px);
  object-fit: contain;
  position: relative;
  z-index: -1;
  margin-top: max(-23.6vw, -226.56px);
}

.p-flow {
  width: min(100%, 960px);
  padding: min(11.2vw, 107.52px) 0;
}

.p-flow__heading2 {
  text-align: center;
  font-size: min(6.4vw, 61.44px);
  line-height: 1;
  color: #333;
  letter-spacing: -0.04em;
  position: relative;
  margin-bottom: min(14vw, 134.4px);
}
.p-flow__heading2::after {
  content: "";
  width: min(13.4666666667vw, 129.28px);
  height: min(0.4vw, 3.84px);
  background-color: #333;
  left: min(43.0666666667vw, 413.44px);
  top: min(13.0666666667vw, 125.44px);
  display: block;
  position: absolute;
}

.p-flow__img {
  width: min(82.5333333333vw, 893.44px);
  height: min(93.0666666667vw, 893.44px);
  margin: 0 auto;
  object-fit: contain;
  display: block;
}

.p-FAQ {
  width: min(100%, 960px);
  padding-bottom: min(14.4vw, 138.24px);
}

.p-FAQ__heading2 {
  background: url("./img/FAQ-heading-background.png") no-repeat left top/contain;
  width: min(100vw, 960px);
  height: min(26.9333333333vw, 258.56px);
  display: grid;
  place-items: center;
  font-size: min(6.4vw, 61.44px);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.04em;
  margin-bottom: min(10.6666666667vw, 102.4px);
}

.p-FAQ__wrapper {
  width: min(92vw, 883.2px);
  margin: 0 auto;
  display: grid;
  gap: min(8vw, 76.8px);
}

.p-FAQ__question {
  background: url("./img/FAQ-item-heading-background.png") no-repeat left top/cover;
  height: min(16.8vw, 161.28px);
  display: flex;
  align-items: center;
  padding-left: min(4.5333333333vw, 43.52px);
  font-size: min(4vw, 38.4px);
  line-height: 1.6;
  color: #fff;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.p-FAQ__answer {
  height: min(25.6vw, 245.76px);
  padding-left: min(6.8vw, 65.28px);
  border: 2px solid #333;
  display: flex;
  align-items: center;
  font-size: min(4vw, 38.4px);
  line-height: 1.6;
  color: #333;
  letter-spacing: -0.04em;
}

.p-contact {
  width: min(100%, 960px);
}

.p-contact__heading2--input {
  display: none;
  background: url("./img/contact-heading2__input.png") no-repeat left top/contain;
  width: min(100%, 960px);
  height: min(25.3333333333vw, 243.2px);
  margin-bottom: min(7.4666666667vw, 71.68px);
}
.p-contact__heading2--confirm {
  display: none;
  background: url("./img/contact-heading2__confirm.png") no-repeat left top/contain;
  width: min(100%, 960px);
  height: min(25.3333333333vw, 243.2px);
  margin-bottom: min(7.4666666667vw, 71.68px);
}
.p-contact__heading2--complete {
  display: none;
  background: url("./img/contact-heading2__complete.png") no-repeat left top/contain;
  width: min(100%, 960px);
  height: min(25.3333333333vw, 243.2px);
  margin-bottom: min(7.4666666667vw, 71.68px);
  /*
  & [data-screen="complete"]{
  	display: block;
  }
  */
}

[data-screen=input] .p-contact__heading2--input {
  display: block;
}

[data-screen=confirm] .p-contact__heading2--confirm {
  display: block;
}

[data-screen=complete] .p-contact__heading2--complete {
  display: block;
}

.p-contact__txt {
  display: none;
  font-size: min(3.2vw, 30.72px);
  color: #333;
  text-align: center;
  margin-bottom: min(7.4666666667vw, 71.68px);
}

[data-screen=input] .p-contact__txt {
  display: block;
}

.smf-item__label__text {
  font-size: min(4vw, 38.4px);
  color: #333;
  letter-spacing: -0.04em;
}

.p-form__name__CC__wrapper {
  width: min(77.4666666667vw, 743.68px);
  margin: 0 auto min(2.2666666667vw, 21.76px);
}
.p-form__name__CC__wrapper > .smf-item__col--controls > .smf-item__controls {
  display: flex;
  justify-content: space-between;
}

.p-form__name__kana__wrapper {
  width: min(77.4666666667vw, 743.68px);
  margin: 0 auto min(6.4vw, 61.44px);
}
.p-form__name__kana__wrapper > .smf-item__col--controls > .smf-item__controls {
  display: flex;
  justify-content: space-between;
}

.p-form__email__wrapper, .p-form__tel__wrapper {
  width: min(77.4666666667vw, 743.68px);
  margin: 0 auto min(6.4vw, 61.44px);
}

.p-form__pref__wrapper {
  width: min(77.4666666667vw, 743.68px);
  margin: 0 auto min(10.2666666667vw, 98.56px);
}

.p-form__select-day__first-choice__wrapper, .p-form__select-day__second-choice__wrapper, .p-form__select-day__third-choice__wrapper {
  width: min(77.4666666667vw, 743.68px);
  margin: 0 auto min(2.2666666667vw, 21.76px);
}

.p-form__select-time__first-choice__wrapper, .p-form__select-time__second-choice__wrapper {
  width: min(77.4666666667vw, 743.68px);
  margin: 0 auto min(6.4vw, 61.44px);
}

.p-form__select-time__third-choice__wrapper {
  width: min(77.4666666667vw, 743.68px);
  margin: 0 auto min(7.7333333333vw, 74.24px);
}

.p-form__txtarea__wrapper {
  width: min(77.4666666667vw, 743.68px);
  margin: 0 auto min(8.5333333333vw, 74.24px);
}

.smf-text-control > .p-form__name-box.smf-text-control__control {
  padding: 0;
  width: min(36.6666666667vw, 352px);
  height: min(8.8vw, 84.48px);
  box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}

.smf-text-control > .smf-text-control__control.p-form__email {
  padding: 0;
  width: min(77.6vw, 744.96px);
  height: min(8.8vw, 84.48px);
  box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}

.smf-text-control > .smf-text-control__control.p-form__tel {
  padding: 0;
  width: min(77.6vw, 744.96px);
  height: min(8.8vw, 84.48px);
  box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}

.smf-select-control > .smf-select-control__control.p-form__pref {
  padding: 0;
  width: min(77.6vw, 744.96px);
  height: min(8.8vw, 84.48px);
  box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}

/*.smf-item__col.smf-item__col--controls{
	box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}*/
[type=text].smf-text-control__control.js-datepicker.p-form__select-day.hasDatepicker {
  box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}

.p-form__txtarea {
  padding: 0;
  width: min(77.6vw, 744.96px);
  height: min(25.3333333333vw, 243.2px);
  box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}

.p-form__name-box, .p-form__email, .p-form__tel {
  font-size: min(4vw, 38.4px);
}

.p-form__pref {
  font-size: min(4vw, 38.4px);
}

.p-form__select-day {
  font-size: min(4vw, 38.4px);
  padding: 0;
  width: min(77.6vw, 744.96px);
  height: min(8.8vw, 84.48px);
  box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}

.p-form__select-time {
  font-size: min(4vw, 38.4px);
  padding: 0;
  width: min(77.6vw, 744.96px);
  height: min(8.8vw, 84.48px);
  box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}

.p-form__txtarea {
  font-size: min(2.4vw, 23.04px);
  box-shadow: 0px 5px 7.9px 2.1px rgba(65, 63, 63, 0.11);
}

.smf-action > .smf-button-control > .smf-button-control__control {
  width: min(81.8666666667vw, 785.92px);
  height: min(15.4666666667vw, 148.48px);
  margin: 0 auto min(8.5333333333vw, 74.24px);
  background: url("./img/contact-btn.png") no-repeat left top/cover;
  display: block;
  font-size: 0;
  border: none;
}

.smf-placeholder {
  font-size: min(4vw, 38.4px);
}

[data-screen=confirm] .p-form__name__kana__wrapper > .smf-item__col--controls > .smf-item__controls {
  justify-content: flex-start;
}

[data-screen=confirm] .p-form__name__CC__wrapper > .smf-item__col--controls > .smf-item__controls {
  justify-content: flex-start;
}

[data-screen=confirm] .smf-item__col--controls > .smf-item__controls > .smf-placeholder {
  margin-right: min(4vw, 38.4px);
}

[data-screen=confirm] .smf-item__col.smf-item__col--controls {
  box-shadow: none;
}

[data-screen=confirm] .smf-action > .smf-button-control:first-child > .smf-button-control__control {
  width: min(65.8666666667vw, 632.32px);
  height: min(15.4666666667vw, 148.48px);
  margin: 0 auto min(4.8vw, 46.08px);
  background: url("./img/contact-back-btn.png") no-repeat left top/cover;
  display: block;
  font-size: 0;
  border: none;
}

.p-form__thx-txt__top {
  text-align: center;
  font-size: min(4vw, 38.4px);
  margin-bottom: min(11.4666666667vw, 110.08px);
}

.p-form__thx-txt__btm {
  text-align: center;
  font-size: min(4vw, 38.4px);
  margin-bottom: min(11.4666666667vw, 110.08px);
}

.smf-form .smf-item .smf-select-control__control.p-form__select-time {
  padding: 0;
}

.ui-widget {
  background-color: #fff;
}

.ui-datepicker-calendar {
  width: min(46.6666666667vw, 448px);
  height: min(32vw, 307.2px);
  font-size: min(2.4vw, 23.04px);
  border: 2px solid #ccc;
}

.ui-widget-header {
  font-size: min(1.8666666667vw, 17.92px);
  display: flex;
  justify-content: space-between;
}

/*
@use './p-attendance-style';
@use './p-attendance-style__select-day__txt';
@use './p-attendance-style__heading2';
@use './p-attendance-style__heading2__txt';
@use './p-attendance-style__class-schedule__txt';
@use './p-attendance-style__class-schedule__time__wrapper';
@use './p-attendance-style__class-schedule__time__dt';
@use './p-attendance-style__class-schedule__time__dd';
@use './p-attendance-style__class-schedule__date-and-time__wrapper';
@use './p-attendance-style__class-schedule__date-and-time__dt';
@use './p-attendance-style__class-schedule__date-and-time__dd';
@use './p-attendance-style__txt';
@use './p-attendance-style__cautionary-note';
@use './p-attendance__comparison__heading3';
@use './p-attendance__comparison__txt';
@use './p-attendance__comparison__table';
*/
/*
@use './p-select-plan__copywriting__wrapper';
@use './p-select-plan__copywriting';
@use './p-select-plan__inner';
@use './p-select-plan__ticket';
@use './p-select-plan__ticket__ttl';
@use './p-select-plan__ticket__inner';
@use './p-select-plan__ticket__price-list';
@use './p-select-plan__ticket__txt';
@use './p-select-plan__ticket__pace';
@use './p-select-plan__center-line';
@use './p-select-plan__fixed';
@use './p-select-plan__fixed__ttl';
@use './p-select-plan__fixed__price-list';
@use './p-select-plan__fixed__inner';
@use './p-select-plan__fixed__cautionary-note';
*/
.c-check-box {
  display: inline-block;
  width: min(5.6vw, 53.76px);
  height: min(5.6vw, 53.76px);
  background: url("./img/fear-chekc.png") no-repeat left top/cover;
  margin-right: min(1.8666666667vw, 17.92px);
}

.c-dot--333 {
  width: min(1.0666666667vw, 10.24px);
  height: min(0.9333333333vw, 8.96px);
  background-color: #333;
  border-radius: 50%;
}

.c-dot__origin--333 {
  width: min(1.0666666667vw, 10.24px);
  height: min(1.0666666667vw, 10.24px);
  background-color: #333;
  border-radius: 50%;
}

.c-FAQ__q {
  font-size: min(8vw, 76.8px);
  line-height: 0.8;
  color: #fff;
  letter-spacing: -0.04em;
  margin-bottom: min(2vw, 19.2px);
}

.u-color--a7010d {
  color: #a7010d;
  font-weight: bold;
}

.u-font--bold {
  font-weight: bold;
}

.u-treatment__dot--a7010d {
  position: relative;
}
.u-treatment__dot--a7010d::before {
  content: "";
  width: min(1.0666666667vw, 10.24px);
  height: min(0.9333333333vw, 8.96px);
  background-color: #a7010d;
  position: absolute;
  top: min(0.4vw, 3.84px);
  left: min(1.8666666667vw, 17.92px);
  border-radius: 50%;
}

.u-display--block {
  display: block;
}

.u-margin-bottom--29px {
  margin-bottom: min(3.8666666667vw, 37.12px);
}

.u-margin-bottom--24px {
  margin-bottom: min(3.2vw, 30.72px);
}

.u-margin-bottom--15px {
  margin-bottom: min(2vw, 19.2px);
}

.u-margin-bottom--20px {
  margin-bottom: min(2.6666666667vw, 25.6px);
}

.u-margin-bottom--45px {
  margin-bottom: min(6vw, 57.6px);
}

.u-margin-right--15px {
  margin-right: min(2vw, 19.2px);
}

.u-margin-right--35px {
  margin-right: min(4.6666666667vw, 44.8px);
}

.u-margin-left--28px {
  display: inline-block;
  margin-left: min(3.7333333333vw, 35.84px);
}

.u-margin-left--50px {
  display: inline-block;
  margin-left: min(6.6666666667vw, 64px);
}

.u-fluorescent-color--f3ee67 {
  background: linear-gradient(transparent 60%, #f3ee67 60%);
}

.u-color--daa404 {
  color: #daa404;
}

.u-blanc-box--21px {
  width: min(100%, 960px);
  height: min(2.8vw, 26.88px);
}

.u-letter-spacing---40px {
  letter-spacing: -0.04em;
}
/*# sourceMappingURL=../style.css.map */