/* ./your-css-folder/styles.css */

/* ! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}


/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
*/

::-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
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
 /* padding: 0;
  line-height: inherit;*/
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
}

@font-face {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN";
  font-display: swap;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.inner {
  max-width: 100%;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.t-btn {
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
}

.t-btn > a {
  white-space: nowrap !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.t-btn-red {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.t-btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.t-btn-1-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .t-btn-1-4 {
    width: 25%;
  }
}

.t-btn-1-4 button {
  margin-left: 1rem;
  margin-right: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-x-36 {
  left: 9rem;
  right: 9rem;
}

.-inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-y-3\/8 {
  top: 37.5%;
  bottom: 37.5%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.top-10 {
  top: 2.5rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.-left-1 {
  left: -0.25rem;
}

.top-1 {
  top: 0.25rem;
}

.top-0 {
  top: 0px;
}

.-bottom-0 {
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-1\/16 {
  left: 6.25%;
}

.right-0 {
  right: 0px;
}

.right-1\/16 {
  right: 6.25%;
}

.top-1\/16 {
  top: 6.25%;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-auto {
  margin: auto;
}

.m-4 {
  margin: 1rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-1 {
  margin: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mt-16 {
  margin-top: 4rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-80 {
  margin-left: 20rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mr-auto {
  margin-right: auto;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mt-40 {
  margin-top: 10rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[80px\] {
  height: 80px;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-20 {
  height: 5rem;
}

.h-80 {
  height: 20rem;
}

.h-full {
  height: 100%;
}

.h-40 {
  height: 10rem;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-52 {
  height: 13rem;
}

.h-1\/2 {
  height: 50%;
}

.h-\[600px\] {
  height: 600px;
}

.h-60 {
  height: 15rem;
}

.h-\[510px\] {
  height: 510px;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-\[320px\] {
  height: 320px;
}

.h-\[560px\] {
  height: 560px;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[400px\] {
  height: 400px;
}

.h-16 {
  height: 4rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.max-h-full {
  max-height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/4 {
  width: 25%;
}

.w-6 {
  width: 1.5rem;
}

.w-10 {
  width: 2.5rem;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-64 {
  width: 16rem;
}

.w-24 {
  width: 6rem;
}

.w-48 {
  width: 12rem;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-60 {
  width: 15rem;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-52 {
  width: 13rem;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-40 {
  width: 10rem;
}

.w-3\/4 {
  width: 75%;
}

.w-\[300px\] {
  width: 300px;
}

.w-36 {
  width: 9rem;
}

.w-2\/4 {
  width: 50%;
}

.w-\[420px\] {
  width: 420px;
}

.w-auto {
  width: auto;
}

.w-8 {
  width: 2rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-\[400px\] {
  width: 400px;
}

.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-full {
  min-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.table-fixed {
  table-layout: fixed;
}

.border-separate {
  border-collapse: separate;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
  transform: var(--tw-transform);
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
  transform: var(--tw-transform);
}

.translate-x-1\/8 {
  --tw-translate-x: 12.5%;
  transform: var(--tw-transform);
}

.translate-y-3\/8 {
  --tw-translate-y: 37.5%;
  transform: var(--tw-transform);
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
  transform: var(--tw-transform);
}

.translate-y-1\/8 {
  --tw-translate-y: 12.5%;
  transform: var(--tw-transform);
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
  transform: var(--tw-transform);
}

.translate-x-1\/16 {
  --tw-translate-x: 6.25%;
  transform: var(--tw-transform);
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.-translate-x-1\/8 {
  --tw-translate-x: -12.5%;
  transform: var(--tw-transform);
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: var(--tw-transform);
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.place-content-between {
  place-content: space-between;
}

.content-end {
  align-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-center {
  justify-items: center;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.place-self-stretch {
  place-self: stretch;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-top {
  background-position: top;
}

.bg-top-48 {
  background-position: center top 48rem;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-20 {
  padding: 5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[5rem\] {
  line-height: 5rem;
}

.leading-\[50px\] {
  line-height: 50px;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/**
 * Use this directive to control where Tailwind injects the responsive
 * variations of each utility.
 *
 * If omitted, Tailwind will append these classes to the very end of
 * your stylesheet by default.
 */

.visited\:text-white:visited {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }
}

@media (min-width: 768px) {
  .md\:inner-md {
    width: 92%;
    max-width: 100rem;
    margin: 0 auto
  }

  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/**
Base
 */

/*body*/

.id-body-margin {
  margin-left: auto;
  margin-right: auto;
}

/*header*/

@media (min-width: 768px) {
  #header {
    display: none;
  }
}

#id-nav {
  /*@apply bg-white container md:container m-auto py-10 px-5;*/
  margin: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.linkbox {
  position: relative;
}

.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}

.id-single-head {
  background-image: url("src/img/header/h_single.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.5rem 0;
  box-sizing: border-box;
}

.h1-bg {
  /*@apply mx-auto;*/
}

.h1-bg .h1-txt .border {
  position: relative;
  padding: 8% 0
}

.id-single-head .id-h1-txt{
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, 'Noto Serif JP', serif;
  /*width: 33%;*/
  /*height: inherit;*/
  margin: 0 auto;
  position: relative;
  line-height: 8rem;
  font-size: 3rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .id-single-head .id-h1-txt {
    width: 50%;
  }
}

@media screen and (max-width:768px) {
  .id-single-head .id-h1-txt {
    line-height: 6rem;
    font-size: 2rem;
  }
}

.id-single-head .id-h1-txt::before{
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  left: -1rem;
  top: -1rem;
  height: 107%;
  width: 3px
}

.id-single-head .id-h1-txt::after{
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  right: -1rem;
  top: -1rem;
  height: 107%;
  width: 3px
}

/**
nav
 */

.id-g-nav-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .id-g-nav-wrapper {
    display: flex;
  }
}

.id-g-nav-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-width: 0px;
  padding: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.id-g-nav-drop-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
  border-width: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.id-g-nav-drop-button:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.id-g-nav-drop-button {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.id-g-nav-drop-button::before {
  /*@apply border-l-2 border-gray-800;*/
}

.id-g-nav-drop-button-inner {
  display: flex;
  justify-content: space-between;
}

.id-g-nav-drop-button-inner-svg {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.id-g-nav-drop-button-show {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.id-g-nav-drop-button-show-a {
  display: block !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.id-g-nav-drop-button-show-a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

/*grid版*/

.id-g-navbar-grid-wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.id-g-navmenu-grid-wrapper {
  display: none;
}

.id-g-navmenu-grid-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 768px) {
  .id-g-navmenu-grid-wrapper {
    display: flex;
  }
}

.id-g-navmenu-single-grid {
  position: absolute;
  z-index: 10;
  margin-left: -1rem;
  margin-top: 0.75rem;
  width: 100vw;
  max-width: 28rem;
  --tw-translate-y: 0.25rem;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  opacity: 0;
}

@media (min-width: 1024px) {
  .id-g-navmenu-single-grid {
    left: 50%;
  }

  .id-g-navmenu-single-grid {
    margin-left: 0px;
  }

  .id-g-navmenu-single-grid {
    max-width: 42rem;
  }

  .id-g-navmenu-single-grid {
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
  }
}

.id-g-navmenu-single-grid-show {
  position: absolute;
  z-index: 10;
  margin-left: -1rem;
  margin-top: 0.75rem;
  width: 100vw;
  max-width: 28rem;
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  opacity: 1;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .id-g-navmenu-single-grid-show {
    left: 50%;
  }

  .id-g-navmenu-single-grid-show {
    margin-left: 0px;
  }

  .id-g-navmenu-single-grid-show {
    max-width: 42rem;
  }

  .id-g-navmenu-single-grid-show {
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
  }
}

.id-nav-columns {
  display: inline-flex;
  align-items: center;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.id-nav-columns:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.id-nav-columns-clicked {
  display: inline-flex;
  align-items: center;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.id-g-navtoggle-grid-show-wrapper {
  position: absolute;
  z-index: 30;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.id-g-navtoggle-grid-show-wrapper a::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #dd3333;
  /*-webkit-transform: rotate(45deg);*/
  /*-ms-transform: rotate(45deg);*/
  /*transform: rotate(45deg);*/
}

.id-g-navtoggle-grid-show-columns {
  position: relative;
  display: grid;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .id-g-navtoggle-grid-show-columns {
    gap: 2rem;
  }

  .id-g-navtoggle-grid-show-columns {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .id-g-navtoggle-grid-show-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*.id-nav-alpine-button {*/

/*    @apply border-transparent;*/

/*}*/

.id-gnav-alpine-show-ul {
  display: grid;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .id-gnav-alpine-show-ul {
    gap: 2rem;
  }

  .id-gnav-alpine-show-ul {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .id-gnav-alpine-show-ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.id-gnav-alpine-show-ul a::before {
    content: "";
    position: absolute;
    top: 28%;
    left: -2rem;
    background-color: #dd3333;
    border: solid 7px #d33;
}

.id-gnav-alpine-show-ul a {
  font-size: 1rem;
  line-height: 1.5rem;
	    font-weight: normal;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 20%);
}

.id-gnav-alpine-show-ul a::hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

/**
top
 */

.id-top {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
  flex-shrink: 0;
  justify-content: center;
}

@media (min-width: 768px) {
  .id-top {
    width: 100%;
  }

  @media (min-width: 640px) {
    .id-top {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .id-top {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .id-top {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .id-top {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .id-top {
      max-width: 1536px;
    }
  }

  .id-top {
    margin-left: auto;
    margin-right: auto;
  }

  .id-top {
    display: flex;
  }

  .id-top {
    max-height: 100%;
  }

  .id-top {
    min-height: 100%;
  }

  .id-top {
    flex-direction: row;
  }
}

.id-top-contents {
  width: 50%;
  flex-grow: 0;
}

@media (min-width: 768px) {
  .id-top-contents {
    flex-grow: 0;
  }
}

.id-top-current-student {
  width: 96%;
  max-width: 1560px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.id-top-current-student a img {
  width: 220px;
}

.id-top {
  align-items: center;
}

.id-top div {
  /*margin-top: 0.5em;*/
  /*margin-bottom: 0.5em;*/
}

.id-top-contents {
  width: 45%;
  max-width: 650px;
  min-width: 320px;
  flex-grow: 0;
}

.id-top-h-tel {
  /*max-width: 270px;*/
  margin-left: 0.5em;
  margin-right: 0.5em;
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
}

@media (min-width: 640px) {
  .id-top-h-tel {
    flex-direction: row;
  }
}

.id-top-inquiries_box {
  max-width: 200px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.id-top-inquiries {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.25rem;
}

.id-logo {
  height: 5rem;
  text-align: left;
  vertical-align: bottom;
}

.id-catch-inquiries {
  width: 100% !important;
}

@media (min-width: 640px) {
  .id-catch-inquiries {
    max-width: 640px !important;
  }
}

@media (min-width: 768px) {
  .id-catch-inquiries {
    max-width: 768px !important;
  }
}

@media (min-width: 1024px) {
  .id-catch-inquiries {
    max-width: 1024px !important;
  }
}

@media (min-width: 1280px) {
  .id-catch-inquiries {
    max-width: 1280px !important;
  }
}

@media (min-width: 1536px) {
  .id-catch-inquiries {
    max-width: 1536px !important;
  }
}

.id-catch-inquiries {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  justify-items: center !important;
}

.id-catch-inquiries-items {
  display: inline-flex;
  width: 25%;
}

.top-banner{
  display: flex;
  flex-wrap:wrap;
}

.top-banner li {
  width: calc(100%/3);
  /*←画像を横に4つ並べる場合*/
  padding:0 5px;
  /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing:border-box;
}

.top-banner li img {
  max-width:100%;
  /*画像のはみだしを防ぐ*/
  height: auto;
  /*画像の縦横比を維持 */
  border:solid 1px #ccc;
  /*←画像を1pxのグレーの枠線で囲む指定の場合*/
  --tw-translate-y: -100%;
  transform: var(--tw-transform);
}

@media screen and (max-width:480px) {
  .id-top-current-student {
    width: 100%;
    max-width: 35vw;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .id-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
  }

  .id-top-h-tel {
    max-width: 47vw;
    margin-left: 4vw;
    margin-right: 1vw;
  }

  .id-top-inquiries_box {
    max-width: 42vw;
    margin-left: auto;
    margin-right: 1vw;
  }
}

/**
アイキャッチ
参考: https://www.nxworld.net/css-background-aspect-ratio.html
 */

.eye-catch{
  width: 100%;
  _height: 720px;
  /*padding-top: calc(720 / 1920 * 100%); !* calc(画像高さ ÷ 画像横幅 × 100%) *!*/
  /*padding-top: ; !* calc(画像高さ ÷ 画像横幅 × 100%) *!*/
  _background: url(src/img/t_eye_catch.png) center center / cover no-repeat;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.eye-catch-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  top: 25%;
  left: 25%;
  width:  90%;
  height: 50%;
}

.eye-catch-contents img {
  /*@apply block w-full min-w-full h-2　my-auto;*/
  /*@apply text-center h-1/2;*/
}

/**
吹き出し用CSS
 */

.balloon2 {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media (min-width: 640px) {
  .balloon2 {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .balloon2 {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .balloon2 {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .balloon2 {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .balloon2 {
    max-width: 1536px;
  }
}

.balloon2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  /*margin: 1.5rem 0;*/
  /*@apply h-20;*/
  /*@apply w-4/6;*/
  padding: 7px 10px;
  /*margin: auto;*/
  /*@apply px-7;*/
  /*@apply px-60;*/
  min-width: 120px;
  max-width: 75%;
  color: #555;
  font-size: 16px;
  text-align: center;
  background: rgba(29,31,66,.0);
  border: solid 3px #FFF;
  box-sizing: border-box;
  z-index: 10;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid rgba(29,31,66,.8);
  border-top: 12px solid rgba(255,255,255,0.6);
  z-index: 12;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid rgba(29,31,66,.8);
  border-top: 14px solid rgba(29,31,66,.1);
  z-index: 11;
}

.balloon2 p {
  margin: 0;
  padding: 0;
  z-index: 13;
}

/**
初めての方へ
 */

.to-first-bg-img{
  background: url(src/img/appointment.jpg);
  /*width: 100%;*/
  height: 24rem;
  background-size:cover;
  background-position: center top 33%;
  position: relative;
}

.to-first-bg-img::after {
  content: '';
  background-color: rgba(29,31,66,.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 24rem;
}

.to-first-rect-with-tri {
  /*width: 200px;*/
  /*height: 200px;*/
  box-sizing: border-box;
  height: 3.5rem;
}

.to-first-rect-with-tri:hover {
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .to-first-rect-with-tri {
    height: 5rem;
  }

  .to-first-rect-with-tri {
    width: 25%;
  }
}

.to-first-rect-with-tri {
  background: #fff;
  background-image: linear-gradient(-45deg, #f00 10px, transparent 0);
}

.to-first-rect-text {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

/**
説明会BOX
 */

topics-wrapper {
  /*@apply container mx-auto flex flex-col lg:flex-row lg:flex-nowrap bg-gray-100 lg:h-full py-20 box-border justify-between;*/
  width: 100%;
}

@media (min-width: 640px) {
  topics-wrapper {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  topics-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  topics-wrapper {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  topics-wrapper {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  topics-wrapper {
    max-width: 1536px;
  }
}

topics-wrapper {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding: 8rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  topics-wrapper {
    display: flex;
  }

  topics-wrapper {
    height: 100%;
  }

  topics-wrapper {
    flex-direction: row;
  }

  topics-wrapper {
    flex-wrap: nowrap;
  }
}

.is-box-wrapper {
  margin-top: 1rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .is-box-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .is-box-wrapper {
    place-content: space-between;
  }

  .is-box-wrapper {
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .is-box-wrapper {
    width: 50%;
  }
}

.is-box {
  position: relative;
  /*padding:0.25em 1em;*/
  height: 18rem;
  max-width: 20rem;
  flex: 0 1 auto;
  padding: 1rem;
  /*@apply w-full*/
  /*@apply px-4 py-8;*/
}

.is-box:before,.is-box:after{
  content:'';
  width: 20px;
  height: 30px;
  /*@apply w-3/6 h-3/6;*/
  position: absolute;
  display: inline-block;
}

.is-box:before{
  border-left: solid 3px red;
  border-top: solid 3px red;
  top:0;
  left: 0;
}

.is-box:after{
  border-right: solid 3px black;
  border-bottom: solid 3px black;
  bottom:0;
  right: 0;
}

.is-box > span {
  margin: 2rem;
  width: 66.666667%;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.is-box h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.is-box p {
  /*margin: 0;*/
  /*padding: 0;*/
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.right-topics-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.right-topics-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  _border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  _border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  _border-style: dashed;
  --tw-divide-opacity: 1;
  _border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

@media (min-width: 1024px) {
  .right-topics-wrapper {
    margin-left: 2.5rem;
  }

  .right-topics-wrapper {
    width: 50%;
  }
}

.right-topic {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .right-topic {
    height: 20%;
  }
}

.right-topic span {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.5rem;
}

@media (min-width: 1024px) {
  .right-topic span {
    width: 16.666667%;
  }
}

.right-topic ul{
  /*@apply bg-transparent !important;*/
}

.right-topic li {
  margin-bottom: 0.25rem;
  display: block;
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
	float: left;
margin-right: 0.5em;
}

.right-topic a:visited {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.right-topic a:visited:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.right-topic > div {
  margin-bottom: 1rem;
}

/*
IDスタイル
*/

.id-style {
  width: 100%;
}

@media (min-width: 640px) {
  .id-style {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .id-style {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .id-style {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .id-style {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .id-style {
    max-width: 1536px;
  }
}

.id-style {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  height: 10rem;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
}

.id-style-child {
  position: absolute;
  height: 50%;
  width: 50%;
  text-align: center;
}

@media (min-width: 768px) {
  .id-style-child {
    height: 33.333333%;
  }

  .id-style-child {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  .id-style-child {
    height: 16.666667%;
  }

  .id-style-child {
    width: 16.666667%;
  }
}

.id-style-child >img {
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.id-style-child > p {
  position: absolute;
  top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .id-style-child > p {
    white-space: nowrap;
  }
}

/**
あなたの未来を一緒に切り開くコンテンツ
 */

.future-contents-wrapper {
  width: 100%;
}

@media (min-width: 640px) {
  .future-contents-wrapper {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .future-contents-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .future-contents-wrapper {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .future-contents-wrapper {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .future-contents-wrapper {
    max-width: 1536px;
  }
}

.future-contents-wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .future-contents-wrapper {
    flex-direction: row;
  }

  .future-contents-wrapper {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
}

.future-contents {
  position: relative;
  height: 13rem;
  width: 13rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 1024px) {
  .future-contents {
    padding-top: 3rem;
  }
}

.future-contents > h3 {
  position: absolute;
  left: -0.75rem;
  top: -1.75rem;
  width: 13rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .future-contents > h3 {
    top: -2.5rem;
  }

  .future-contents > h3 {
    left: -0.375rem;
  }

  .future-contents > h3 {
    top: 0.375rem;
  }
}

.future-contents > h4 {
  font-weight: 700;
}

/*
学習スタイルアンド５つのスタイル
 */

.study-style-wrapper {
  width: 100%;
}

@media (min-width: 640px) {
  .study-style-wrapper {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .study-style-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .study-style-wrapper {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .study-style-wrapper {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .study-style-wrapper {
    max-width: 1536px;
  }
}

.study-style-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 1024px) {
  .study-style-wrapper {
    flex-direction: row;
  }
}

.study-style{
  width: 100%;
  height: 400px;
  /*padding-top: calc(400 / 400 * 100%); !* calc(画像高さ ÷ 画像横幅 × 100%) *!*/
  /*padding-top: ; !* calc(画像高さ ÷ 画像横幅 × 100%) *!*/
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
  display: table;
}

.study-style-child-1 {
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  display: table-cell;
  white-space: pre-line;
  text-align: center;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .study-style-child-1 {
    flex-grow: 1;
  }

  .study-style-child-1 {
    align-items: stretch;
  }
}

.study-style-child-1 {
  /*top: 12.5%;*/
  /*right: 12.5%;*/
  /*bottom: 25%;*/
  /*left: 25%;*/
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
  height: 50%;
  width: 50%;
  width:  50%;
  height: 50%;
}

.study-style-child-2 {
  position: absolute;
  margin: auto;
  display: table-cell;
  justify-content: center;
  white-space: pre-line;
  text-align: center;
  vertical-align: middle;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  top: 50%;
  left: 50%;
  width:  50%;
  height: 50%;
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
}

/**
PICK UP
 */

/*.pickup-bg {*/

/*    @apply bg-white bg-opacity-10 z-10;*/

/*    background-position: center top 67.5px;*/

/*}*/

.pickup-bg{
  /*background-image: url(src/img/t_pickup.png);*/
  width: 100%;
  /*height: 115px;*/
  /*background-size:cover;*/
  position: relative;
}

.pickup-bg::after {
  content: '';
  background-color: rgba(255,255,255,.5);
  position: absolute;
  background-position: center 67.5px;
  left: 0;
  right: 0;
  z-index: 20;
  /*top: 0;*/
  /*bottom: 0;*/
}

.pickup-contents-wrapper {
  z-index: 20;
  display: grid;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}

@media (min-width: 768px) {
  .pickup-contents-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pickup-contents-wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.pickup-content {
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.pickup-content-top {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.pickup-content-top > span {
  height: 16.666667%;
  width: 66.666667%;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pickup-content-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.pickup-content-bottom > p {
  white-space: pre-line;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pickup-content-bottom > img {
  height: 100%;
  flex-shrink: 0;
}

#pickup-img {
  grid-column-end: span 2;
}

/**
voice
 */

.voices {
  margin-bottom: 6rem;
  min-height: 100%;
  min-width: 100%;
}

.voice-current-wrapper {
  min-height: 100%;
  min-width: 100%;
}

@media (min-width: 1024px) {
  .voice-current-wrapper {
    height: 600px;
  }

  .voice-current-title-box {
    --tw-translate-x: 12.5%;
    transform: var(--tw-transform);
  }

  .voice-current-title-box {
    --tw-translate-y: 37.5%;
    transform: var(--tw-transform);
  }

  .voice-current-title-box > img {
    height: 15rem;
  }
}

.voice-current-title-box > p {
  --tw-translate-x: -25%;
  transform: var(--tw-transform);
  --tw-translate-y: -100%;
  transform: var(--tw-transform);
  white-space: pre;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.voice-box-wrapper {
  margin-bottom: 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border-width: 2px;
  border-style: solid;
}

@media (min-width: 1024px) {
  .voice-box-wrapper {
    position: absolute;
  }

  .voice-box-wrapper {
    width: 75%;
  }

  .voice-box-wrapper {
    --tw-translate-x: 25%;
    transform: var(--tw-transform);
  }

  .voice-box-wrapper {
    --tw-translate-y: 12.5%;
    transform: var(--tw-transform);
  }

  .voice-box-wrapper {
    flex-direction: row-reverse;
  }

  .voice-box-wrapper {
    justify-content: space-between;
  }
}

.voice-box {
  height: 100%;
  width: 300px;
}

.voice-box > p {
  white-space: pre-line;
  text-align: left;
  font-weight: 700;
}

.voice-detail {
  top: 37.5%;
  bottom: 37.5%;
  left: 6.25%;
  display: flex;
  height: 5rem;
  width: 9rem;
  align-content: center;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .voice-detail {
    --tw-translate-y: -100%;
    transform: var(--tw-transform);
  }
}

.voice-graduate {
}

/**
Good School
 */

.good-school-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 510px;
  height: auto;
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.good-school-imgs {
  display: flex;
  width: 50%;
  flex-direction: row;
  align-items: center;
}

.good-school-imgs > img {
  /*@apply inline-flex;*/
}

.good-school-img-left {
  width: 100%;
  flex-grow: 1;
}

.good-school-img-gight {
  width: 33.333333%;
}

/**
MESSAGE
 */

.message-card {
  display: inline-block;
  align-items: center;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.message-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.message-card {
  height: 70px;
  width: 300px;
  line-height: 70px;
  background-image: linear-gradient(-45deg, #FFFFFF 10px, transparent 0);
}

/**
Teachers
 */

.teachers-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  background-size: cover;
  background-position: center;
  padding: 5rem;
}

@media (min-width: 768px) {
  .teachers-wrapper {
    flex-direction: row;
  }
}

.teachers-message {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .teachers-message {
    width: 50%;
  }

  .teachers-message {
    --tw-translate-y: 25%;
    transform: var(--tw-transform);
  }

  .teachers-message {
    --tw-translate-x: 12.5%;
    transform: var(--tw-transform);
  }
}

.teachers-photos {
  display: flex;
  width: 100%;
  flex-grow: 0;
  flex-direction: column;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .teachers-photos {
    width: 50%;
  }
}

.teachers-photos-upper {
  display: inline-flex;
  flex-wrap: nowrap;
}

.teachers-photos-bottom {
  /*@apply flex flex-col lg:flex-row lg:flex-wrap mx-auto gap-1 lg:translate-x-1/16;*/
}

@media (min-width: 1024px) {
  .teachers-photos-bottom {
    --tw-translate-x: 12.5%;
    transform: var(--tw-transform);
  }
}

.teachers-photos img {
  /*@apply flex-shrink;*/
  display: inline-flex;
  max-width: 20%;
}

.access {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .access {
    flex: none;
  }
}

/**
学費
 */

/**
フッター
 */

#id-footer-sidebar {
  display: none !important;
  width: 50% !important;
  align-items: flex-start !important;
  justify-items: center !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  #id-footer-sidebar {
    display: grid !important;
  }

  #id-footer-sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.copyright {
  display: none;
}

#id-footer-sidebar li{
  position: relative;
  padding: 0px 0px 0px 1em;
}

#id-footer-sidebar li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid red;
  content: "";
}

.list_triangle {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: grid;
  width: 50%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.list_triangle > li {
  position: relative;
  padding: 0px 0px 0px 1em;
}

.list_triangle > li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid red;
  content: "";
}


/**
夢を叶えるコツ
 */

.dream-tips-boxes-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  _width: 400px;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .dream-tips-boxes-wrapper {
    flex-direction: row;
  }
}

.dream-tips-boxes-wrapper img {
  /*w-full;*/
}

.dream-tips-content-wrapper {
  box-sizing: border-box;
  padding: 1.25rem;
}

/**
フッター
 */

.id-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-content: start;
}

.id-footer-alpine-wrapper {
  display: none !important;
  width: 50% !important;
  align-items: flex-start !important;
  justify-items: center !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .id-footer-alpine-wrapper {
    display: grid !important;
  }

  .id-footer-alpine-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.id-footer-alpine {
  position: relative;
}

/*.id-footer-alpine button::before {*/

/*    position: absolute;*/

/*top: 50%;*/

/*left: 0px;*/

/*transform: translateX(-200%);*/

/*transform: translateY(50%);*/

/*@apply -inset-x-1;*/

/*    width: 0px;*/

/*    height: 0px;*/

/*    border: 0.3em solid transparent;*/

/*    border-left: 0.4em solid red;*/

/*    content: "";*/

/*}*/

.id-g-footer-grid-show-wrapper {
  position: absolute;
  z-index: 30;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  width: 40rem;
}

.id-g-footer-grid-show-wrapper button::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #dd3333;
  /*-webkit-transform: rotate(45deg);*/
  /*-ms-transform: rotate(45deg);*/
  /*transform: rotate(45deg);*/
}

.id-footer-alpine-show-ul {
  display: grid;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .id-footer-alpine-show-ul {
    gap: 2rem;
  }

  .id-footer-alpine-show-ul {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .id-footer-alpine-show-ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.id-footer-alpine-show-ul  a::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  width: 7px;
  height: 7px;
  background-color: #dd3333;
}

.id-footer-alpine-show-ul a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.id-footer-alpine-show-ul a::hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

/**
武藤さん
 */

/*div#post_slider {*/

/*    display: none;*/

/*}*/

/*.p-mainVisual {*/

/*    padding-left: 0 !important;*/

/*    padding-right: 0 !important;*/

/*}*/

/*.top-banner {*/

/*}*/

/*.top-banner li {*/

/*    width: 100%;*/

/*    padding: 0px 5px;*/

/*    box-sizing: border-box;*/

/*    margin-left: auto;*/

/*    display: block;*/

/*    margin-right: auto;*/

/*    max-width: 30vw;*/

/*    min-width: 320px;*/

/*    margin-top:1vh;*/

/*}*/

/*#content {*/

/*    background-image: url('src/img/c_back_01.png');*/

/*}*/

/*.topics-wrapper {*/

/*    background-image: url('src/img/c_back_02.png');*/

/*}*/

/*.l-container {*/

/*    max-width: 100%;*/

/*    padding-left:0;*/

/*    padding-right:0;*/

/*}*/

/*.container {*/

/*    max-width:100%;*/

/*    width: 100%;*/

/*    min-width: 320px;*/

/*}*/

/*.gnav_id_0 {*/

/*    height: auto;*/

/*    box-sizing: border-box;*/

/*    flex-grow: 1;*/

/*    align-items: stretch;*/

/*}*/

/*.gnav_idg_1 {*/

/*    min-width: 130px;*/

/*    border-left: #ddd solid 1px !important;*/

/*    border-right: #ddd solid 1px !important;*/

/*    box-sizing: border-box;*/

/*    flex: 1;*/

/*    padding-bottom: 1em;*/

/*}*/

/*a.gnav_idg_2 {*/

/*    display: block;*/

/*    width: 100%;*/

/*    text-align: center;*/

/*    line-height: 1.4em;*/

/*    display: flex;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*    text-align: center;*/

/*    height: 100%;*/

/*    margin-left: 0;*/

/*    margin-right: 0;*/

/*}*/

/*.border-red-500 {*/

/*    --tw-border-opacity: 1;*/

/*    border-color: rgba(239, 68, 68, var(--tw-border-opacity));*/

/*    border-bottom: red solid 5px;*/

/*}*/

/*.to-first-bg-img {*/

/*    padding-top: 3vh;*/

/*    padding-bottom: 3vh;*/

/*}*/

/*.to-first-bg-img {*/

/*    min-height: 24rem;*/

/*}*/

/*.sec_01_h {*/

/*    background-image: url('src/img/t_sec_01_h_back.png');*/

/*    background-size: contain;*/

/*    background-position: center;*/

/*    background-repeat: no-repeat;*/

/*    width: 100%;*/

/*    max-width: 1240px;*/

/*    display: block;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    padding-bottom: 1.7em;*/

/*    padding-left: 0;*/

/*    padding-right: 0;*/

/*    padding-top: 0;*/

/*    text-align: center;*/

/*}*/

/*img.sec_01_h_img {*/

/*    width: 3rem;*/

/*    padding-top: 0.5rem;*/

/*    padding-bottom: 1.5rem;*/

/*}*/

/*.sec_01_h h2 {*/

/*    font-size: 1.8rem;*/

/*    padding-top: 2rem;*/

/*}*/

/*.sec_01_img {*/

/*    max-width: 1240px;*/

/*}*/

/*.future-contents-wrapper {*/

/*    max-width: 1260px;*/

/*    justify-content: space-around;*/

/*    align-items: stretch;*/

/*}*/

/*.future-contents {*/

/*    box-sizing: border-box;*/

/*    padding-left: 0.8em;*/

/*    padding-right: 0.8em;*/

/*    padding-bottom: 1rem;*/

/*    height: inherit;*/

/*}*/

/*.future-contents h3 {*/

/*    font-weight: inherit;*/

/*    font-size: 1.1em;*/

/*    width: 100%;*/

/*    padding-left: 0.3em;*/

/*}*/

/*.future-contents h4 {*/

/*    font-size: 0.9em;*/

/*}*/

/*.future-contents p {*/

/*    font-weight: 700;*/

/*    font-size: 0.8em;*/

/*    line-height: 1.2rem;*/

/*}*/

/*h2.h2_00 {*/

/*    font-size: 1.8rem;*/

/*    font-weight: 700;*/

/*    text-align: center;*/

/*    padding-top: 2em;*/

/*    margin-top: 2.2em;*/

/*    margin-bottom: 1em;*/

/*    letter-spacing: 0.15em;*/

/*}*/

/*h2.ba_id_style {*/

/*    background-image: url('src/img/c_heading02.png');*/

/*    background-repeat: no-repeat;*/

/*    background-position: top center;*/

/*}*/

/*.study-style-wrapper {*/

/*    max-width: 1280px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    display: flex;*/

/*    flex-direction: inherit;*/

/*    -moz-column-gap: 1rem;*/

/*    column-gap: inherit;*/

/*    flex-wrap: wrap;*/

/*    justify-content: space-around;*/

/*}*/

/*a.study_img {*/

/*    max-width: 400px;*/

/*    margin-bottom: 3em;*/

/*    width: 30vw;*/

/*}*/

/*!*　声　*!*/

/*.voice-current-wrapper {*/

/*    height: 600px;*/

/*    min-height:100%;*/

/*    min-width: 100%;*/

/*}*/

/*.voice_01 {*/

/*    background-image: url('src/img/t_sec_05_00.png');*/

/*    background-position: left center;*/

/*}*/

/*.voice_02 {*/

/*    background-image: url('src/img/t_sec_06_00.png');*/

/*    background-position: right center;*/

/*}*/

/*.voice-current-title-box {*/

/*    background-repeat: no-repeat;*/

/*    background-size: auto 320px;*/

/*    padding-top: 14em;*/

/*    display: block;*/

/*    height: 100%;*/

/*}*/

/*.voice-current-title-box {*/

/*    --tw-translate-y: inherit;*/

/*    transform: var(--tw-transform);*/

/*    --tw-translate-x:inherit;*/

/*    transform: var(--tw-transform);*/

/*}*/

/*.voice-box-wrapper {*/

/*    justify-content: space-around;*/

/*    border: none;*/

/*    max-width: 1600px;*/

/*    flex-direction: row;*/

/*    --tw-translate-y: inherit;*/

/*    transform: inherit;*/

/*    width: 100%;*/

/*}*/

/*.voice-box-wrapper {*/

/*    margin-bottom: 4rem;*/

/*    box-sizing: border-box;*/

/*    display: flex;*/

/*    align-items: center;*/

/*}*/

/*.h2_voice_box {*/

/*    display: flex;*/

/*    flex-direction: column;*/

/*    flex-flow: column;*/

/*    justify-content: space-around;*/

/*    min-width: 500px;*/

/*}*/

/*h2.h2_voice {*/

/*    color: #fff;*/

/*    text-align: center;*/

/*}*/

/*.h2_voice span {*/

/*    font-size: 0.8rem;*/

/*}*/

/*.voice-detail {*/

/*    --tw-translate-y: inherit;*/

/*    transform: var(--tw-transform);*/

/*}*/

/*.voice-detail {*/

/*    top: inherit;*/

/*    bottom: inherit;*/

/*    left: inherit;*/

/*    display: flex;*/

/*    height: 2rem;*/

/*    width: 14rem;*/

/*    align-content: center;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*    --tw-bg-opacity: 1;*/

/*    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));*/

/*    --tw-text-opacity: 1;*/

/*    color: rgba(255, 255, 255, var(--tw-text-opacity));*/

/*}*/

/*.voice-box {*/

/*    height: 400px;*/

/*    width: 100%;*/

/*    max-width: 400px;*/

/*    background-color: #fff;*/

/*    box-shadow: 0px 0px 15px -5px #777777;*/

/*}*/

/*.voice-box img {*/

/*    height: 200px;*/

/*    width: 100%;*/

/*    object-fit: cover;*/

/*    display: block;*/

/*}*/

/*.voice-box p {*/

/*    white-space: pre-line;*/

/*    text-align: inherit;*/

/*    font-weight: 700;*/

/*    padding: 1em;*/

/*}*/

/*.voice-box div {*/

/*    padding-left: 1em;*/

/*    padding-right: 1em;*/

/*}*/

/*.voice_02_row_r {*/

/*    flex-direction: row-reverse;*/

/*}*/

/*!*　声ここまで　*!*/

/*.eye-catch {*/

/*    width: 100%;*/

/*    height: 720px;*/

/*    background: url(src/img/t_eye_catch.png) center center / cover no-repeat;*/

/*    box-sizing: border-box;*/

/*    display: inherit;*/

/*    flex-direction: inherit;*/

/*    justify-content: inherit;*/

/*}*/

/*.eye-catch-contents {*/

/*    display: inherit;*/

/*    flex-direction: inherit;*/

/*    align-items: inherit;*/

/*    justify-content: inherit;*/

/*    top: inherit;*/

/*    left: inherit;*/

/*    width: inherit;*/

/*    display: block;*/

/*    width: 491px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    padding-bottom: 20vh;*/

/*    padding-top: 20vh;*/

/*}*/

/*.top-banner {*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*    flex-flow: nowrap;*/

/*    max-width: 1300px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*.topics_back {*/

/*    background-image: url(src/img/c_back_02.png);*/

/*    padding-top: 4em;*/

/*    padding-bottom: 4em;*/

/*}*/

/*.topics-wrapper {*/

/*    max-width: 1240px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*.is-box-wrapper {*/

/*    margin-top: 1rem;*/

/*    box-sizing: border-box;*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*    align-items: center;*/

/*    justify-content: space-around;*/

/*    grid-template-columns: none;*/

/*}*/

/*@media (min-width: 1536px) {*/

/*}*/

/*@media (min-width: 1280px) {*/

/*}*/

/*@media (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 768px) and (max-width:1023px) {*/

/*    .gnav_id_0 {*/

/*        display:none;*/

/*    }*/

/*    .sec_01_h {*/

/*        background-size: cover;*/

/*        background-position: top;*/

/*    }*/

/*}*/

/*@media (max-width:767px) {*/

/*    .sec_01_h {*/

/*        background-size: cover;*/

/*        background-position: top;*/

/*    }*/

/*    .future-contents {*/

/*        height: inherit;*/

/*        width: 80%;*/

/*        margin-left: auto;*/

/*        margin-right: auto;*/

/*    }*/

/*    .future-contents h3 {*/

/*        position: inherit;*/

/*        left: 0;*/

/*        top: 0;*/

/*        top: -0.5rem;*/

/*        text-align:center;*/

/*    }*/

/*    .future-contents p {*/

/*        font-weight: inherit;*/

/*        font-size: 1em;*/

/*        line-height: 1.6rem;*/

/*    }*/

/*    h2.h2_00 {*/

/*        font-size: 1.6rem;*/

/*        letter-spacing: 0em;*/

/*    }*/

/*    a.study_img {*/

/*        width: 90vw;*/

/*    }*/

/*    .voice-box-wrapper {*/

/*        flex-direction: column;*/

/*    }*/

/*    .voice-box {*/

/*        width: 90%;*/

/*        margin-left: auto;*/

/*        margin-right: auto;*/

/*    }*/

/*    .voice_01{*/

/*        background-position: left top;*/

/*    }*/

/*    .voice_02{*/

/*        background-position: right top;*/

/*    }*/

/*    .voice-current-title-box {*/

/*        background-size: auto 420px;*/

/*    }*/

/*    .voice-current-wrapper {*/

/*        height: 100%;*/

/*        min-height:600px;*/

/*        min-width: 100%;*/

/*    }*/

/*    .voice_02_row_r {*/

/*        flex-direction: column;*/

/*    }*/

/*    .voice-box {*/

/*        font-size:0.9rem;*/

/*    }*/

/*    .voice-box img {*/

/*        height: 165px;*/

/*    }*/

/*    .top-banner {*/

/*        flex-flow: wrap;*/

/*    }*/

/*}*/

/**
2回目
 */

/*div#post_slider {*/

/*    display: none;*/

/*}*/

/*.p-mainVisual {*/

/*    padding-left: 0 !important;*/

/*    padding-right: 0 !important;*/

/*}*/

/*.top-banner {*/

/*}*/

/*.top-banner li {*/

/*    width: 100%;*/

/*    padding: 0px 5px;*/

/*    box-sizing: border-box;*/

/*    margin-left: auto;*/

/*    display: block;*/

/*    margin-right: auto;*/

/*    max-width: 30vw;*/

/*    min-width: 320px;*/

/*    margin-top:1vh;*/

/*}*/

/*#content {*/

/*    background-image: url('src/img/c_back_01.png');*/

/*}*/

/*.topics-wrapper {*/

/*    background-image: url('src/img/c_back_02.png');*/

/*}*/

/*.l-container {*/

/*    max-width: 100%;*/

/*    padding-left:0;*/

/*    padding-right:0;*/

/*}*/

/*.container {*/

/*    max-width:100%;*/

/*    width: 100%;*/

/*    min-width: 320px;*/

/*}*/

/*.gnav_id_0 {*/

/*    height: auto;*/

/*    box-sizing: border-box;*/

/*    flex-grow: 1;*/

/*    align-items: stretch;*/

/*}*/

/*.gnav_idg_1 {*/

/*    min-width: 130px;*/

/*    border-left: #ddd solid 1px !important;*/

/*    border-right: #ddd solid 1px !important;*/

/*    box-sizing: border-box;*/

/*    flex: 1;*/

/*    padding-bottom: 1em;*/

/*}*/

/*a.gnav_idg_2 {*/

/*    display: block;*/

/*    width: 100%;*/

/*    text-align: center;*/

/*    line-height: 1.4em;*/

/*    display: flex;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*    text-align: center;*/

/*    height: 100%;*/

/*    margin-left: 0;*/

/*    margin-right: 0;*/

/*}*/

/*.border-red-500 {*/

/*    --tw-border-opacity: 1;*/

/*    border-color: rgba(239, 68, 68, var(--tw-border-opacity));*/

/*    border-bottom: red solid 5px;*/

/*}*/

/*.to-first-bg-img {*/

/*    padding-top: 3vh;*/

/*    padding-bottom: 3vh;*/

/*}*/

/*.to-first-bg-img {*/

/*    min-height: 24rem;*/

/*}*/

/*.sec_01_h {*/

/*    background-image: url('src/img/t_sec_01_h_back.png');*/

/*    background-size: contain;*/

/*    background-position: center;*/

/*    background-repeat: no-repeat;*/

/*    width: 100%;*/

/*    max-width: 1240px;*/

/*    display: block;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    padding-bottom: 1.7em;*/

/*    padding-left: 0;*/

/*    padding-right: 0;*/

/*    padding-top: 0;*/

/*    text-align: center;*/

/*}*/

/*img.sec_01_h_img {*/

/*    width: 3rem;*/

/*    padding-top: 0.5rem;*/

/*    padding-bottom: 1.5rem;*/

/*}*/

/*.sec_01_h h2 {*/

/*    font-size: 1.8rem;*/

/*    padding-top: 2rem;*/

/*}*/

/*.sec_01_img {*/

/*    max-width: 1240px;*/

/*}*/

/*.future-contents-wrapper {*/

/*    max-width: 1260px;*/

/*    justify-content: space-around;*/

/*    align-items: stretch;*/

/*}*/

/*.future-contents {*/

/*    box-sizing: border-box;*/

/*    padding-left: 0.8em;*/

/*    padding-right: 0.8em;*/

/*    padding-bottom: 1rem;*/

/*    height: inherit;*/

/*}*/

/*.future-contents h3 {*/

/*    font-weight: inherit;*/

/*    font-size: 1.1em;*/

/*    width: 100%;*/

/*    padding-left: 0.3em;*/

/*}*/

/*.future-contents h4 {*/

/*    font-size: 0.9em;*/

/*}*/

/*.future-contents p {*/

/*    font-weight: 700;*/

/*    font-size: 0.8em;*/

/*    line-height: 1.2rem;*/

/*}*/

/*h2.h2_00 {*/

/*    font-size: 1.8rem;*/

/*    font-weight: 700;*/

/*    text-align: center;*/

/*    padding-top: 2em;*/

/*    margin-top: 2.2em;*/

/*    margin-bottom: 1em;*/

/*    letter-spacing: 0.15em;*/

/*}*/

/*h2.ba_id_style {*/

/*    background-image: url('src/img/c_heading02.png');*/

/*    background-repeat: no-repeat;*/

/*    background-position: top center;*/

/*}*/

/*.study-style-wrapper {*/

/*    max-width: 1280px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    display: flex;*/

/*    flex-direction: inherit;*/

/*    -moz-column-gap: 1rem;*/

/*    column-gap: inherit;*/

/*    flex-wrap: wrap;*/

/*    justify-content: space-around;*/

/*}*/

/*a.study_img {*/

/*    max-width: 400px;*/

/*    margin-bottom: 3em;*/

/*    width: 30vw;*/

/*}*/

/*!*　声　*!*/

/*.voice-current-wrapper {*/

/*    height: 600px;*/

/*    min-height:100%;*/

/*    min-width: 100%;*/

/*}*/

/*.voice_01 {*/

/*    background-image: url('src/img/t_sec_05_00.png');*/

/*    background-position: left center;*/

/*}*/

/*.voice_02 {*/

/*    background-image: url('src/img/t_sec_06_00.png');*/

/*    background-position: right center;*/

/*}*/

/*.voice-current-title-box {*/

/*    background-repeat: no-repeat;*/

/*    background-size: auto 320px;*/

/*    padding-top: 14em;*/

/*    display: block;*/

/*    height: 100%;*/

/*}*/

/*.voice-current-title-box {*/

/*    --tw-translate-y: inherit;*/

/*    transform: var(--tw-transform);*/

/*    --tw-translate-x:inherit;*/

/*    transform: var(--tw-transform);*/

/*}*/

/*.voice-box-wrapper {*/

/*    justify-content: space-around;*/

/*    border: none;*/

/*    max-width: 1600px;*/

/*    flex-direction: row;*/

/*    --tw-translate-y: inherit;*/

/*    transform: inherit;*/

/*    width: 100%;*/

/*}*/

/*.voice-box-wrapper {*/

/*    margin-bottom: 4rem;*/

/*    box-sizing: border-box;*/

/*    display: flex;*/

/*    align-items: center;*/

/*}*/

/*.h2_voice_box {*/

/*    display: flex;*/

/*    flex-direction: column;*/

/*    flex-flow: column;*/

/*    justify-content: space-around;*/

/*    min-width: 500px;*/

/*}*/

/*h2.h2_voice {*/

/*    color: #fff;*/

/*    text-align: center;*/

/*    margin-top: 60px;*/

/*    margin-bottom: 60px;*/

/*}*/

/*.h2_voice span {*/

/*    font-size: 0.8rem;*/

/*}*/

/*.voice-detail {*/

/*    --tw-translate-y: inherit;*/

/*    transform: var(--tw-transform);*/

/*}*/

/*.voice-detail {*/

/*    top: inherit;*/

/*    bottom: inherit;*/

/*    left: inherit;*/

/*    display: flex;*/

/*    height: 2rem;*/

/*    width: 14rem;*/

/*    align-content: center;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*    --tw-bg-opacity: 1;*/

/*    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));*/

/*    --tw-text-opacity: 1;*/

/*    color: rgba(255, 255, 255, var(--tw-text-opacity));*/

/*    margin-top: 60px;*/

/*    margin-bottom: 60px;*/

/*}*/

/*.voice-box {*/

/*    height: 400px;*/

/*    width: 100%;*/

/*    max-width: 400px;*/

/*    background-color: #fff;*/

/*    box-shadow: 0px 0px 15px -5px #777777;*/

/*}*/

/*.voice-box img {*/

/*    height: 200px;*/

/*    width: 100%;*/

/*    object-fit: cover;*/

/*    display: block;*/

/*}*/

/*.voice-box p {*/

/*    white-space: pre-line;*/

/*    text-align: inherit;*/

/*    font-weight: 700;*/

/*    padding-top: 0.5em;*/

/*    padding-bottom: 0.5em;*/

/*}*/

/*.voice-box div {*/

/*    padding-left: 1em;*/

/*    padding-right: 1em;*/

/*}*/

/*.voice_02_row_r {*/

/*    flex-direction: row-reverse;*/

/*}*/

/*!*　声ここまで　*!*/

/*.eye-catch {*/

/*    width: 100%;*/

/*    height: 720px;*/

/*    background: url('src/img/t_eye_catch.png') center center / cover no-repeat;*/

/*    box-sizing: border-box;*/

/*    display: inherit;*/

/*    flex-direction: inherit;*/

/*    justify-content: inherit;*/

/*}*/

/*.eye-catch-contents {*/

/*    display: inherit;*/

/*    flex-direction: inherit;*/

/*    align-items: inherit;*/

/*    justify-content: inherit;*/

/*    top: inherit;*/

/*    left: inherit;*/

/*    width: inherit;*/

/*    display: block;*/

/*    width: 491px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    padding-bottom: 20vh;*/

/*    padding-top: 20vh;*/

/*}*/

/*.top-banner {*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*    flex-flow: nowrap;*/

/*    max-width: 1300px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*.topics_back {*/

/*    background-image: url('src/img/c_back_02.png');*/

/*    padding-top: 4em;*/

/*    padding-bottom: 4em;*/

/*}*/

/*.topics-wrapper {*/

/*    max-width: 1240px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*.is-box-wrapper {*/

/*    margin-top: 1rem;*/

/*    box-sizing: border-box;*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*    align-items: center;*/

/*    justify-content: space-around;*/

/*    grid-template-columns: none;*/

/*}*/

/*.access_box {*/

/*    max-width: 1280px;*/

/*    width: 90%;*/

/*}*/

/*.access_box h3 {*/

/*    padding-top: 0.5em;*/

/*    padding-bottom: 0.5em;*/

/*}*/

/*.access_box p {*/

/*    padding-bottom: 0.5em;*/

/*}*/

/*.price_box {*/

/*    max-width: 1280px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*p.price_box_lead {*/

/*    margin-bottom: 1em;*/

/*}*/

/*.price_box h3 {*/

/*    margin-bottom: 1em;*/

/*}*/

/*@media (min-width: 1536px) {*/

/*}*/

/*@media (min-width: 1280px) {*/

/*}*/

/*@media (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 768px) and (max-width:1023px) {*/

/*    .gnav_id_0 {*/

/*        display:none;*/

/*    }*/

/*    .sec_01_h {*/

/*        background-size: cover;*/

/*        background-position: top;*/

/*    }*/

/*}*/

/*@media (max-width:767px) {*/

/*    .sec_01_h {*/

/*        background-size: cover;*/

/*        background-position: top;*/

/*    }*/

/*    .future-contents {*/

/*        height: inherit;*/

/*        width: 80%;*/

/*        margin-left: auto;*/

/*        margin-right: auto;*/

/*    }*/

/*    .future-contents h3 {*/

/*        position: inherit;*/

/*        left: 0;*/

/*        top: 0;*/

/*        top: -0.5rem;*/

/*        text-align:center;*/

/*    }*/

/*    .future-contents p {*/

/*        font-weight: inherit;*/

/*        font-size: 1em;*/

/*        line-height: 1.6rem;*/

/*    }*/

/*    h2.h2_00 {*/

/*        font-size: 1.6rem;*/

/*        letter-spacing: 0em;*/

/*    }*/

/*    a.study_img {*/

/*        width: 90vw;*/

/*    }*/

/*    .voice-box-wrapper {*/

/*        flex-direction: column;*/

/*    }*/

/*    .voice-box {*/

/*        width: 90%;*/

/*        margin-left: auto;*/

/*        margin-right: auto;*/

/*    }*/

/*    h2.h2_voice {*/

/*        margin-top: 20px;*/

/*        margin-bottom: 20px;*/

/*    }*/

/*    .voice-detail {*/

/*        margin-top: 20px;*/

/*        margin-bottom: 20px;*/

/*    }*/

/*    .voice_01{*/

/*        background-position: left top;*/

/*    }*/

/*    .voice_02{*/

/*        background-position: right top;*/

/*    }*/

/*    .voice-current-title-box {*/

/*        background-size: auto 420px;*/

/*    }*/

/*    .voice-current-wrapper {*/

/*        height: 100%;*/

/*        min-height:600px;*/

/*        min-width: 100%;*/

/*    }*/

/*    .voice_02_row_r {*/

/*        flex-direction: column;*/

/*    }*/

/*    .voice-box {*/

/*        font-size:0.9rem;*/

/*    }*/

/*    .voice-box img {*/

/*        height: 165px;*/

/*    }*/

/*    .eye-catch-contents {*/

/*        width: 90%;*/

/*    }*/

/*    .top-banner {*/

/*        flex-flow: wrap;*/

/*    }*/

/*    .price_box th,*/

/*    .price_box td {*/

/*        font-size: 0.8rem;*/

/*    }*/

/*}*/

/*div#post_slider {*/

/*    display: none;*/

/*}*/

/*.p-mainVisual {*/

/*    padding-left: 0 !important;*/

/*    padding-right: 0 !important;*/

/*}*/

/*.top-banner {*/

/*}*/

/*.top-banner li {*/

/*    width: 100%;*/

/*    padding: 0px 5px;*/

/*    box-sizing: border-box;*/

/*    margin-left: auto;*/

/*    display: block;*/

/*    margin-right: auto;*/

/*    max-width: 30vw;*/

/*    min-width: 320px;*/

/*    margin-top:1vh;*/

/*}*/

/*#content {*/

/*    background-image: url('src/img/c_back_01.png');*/

/*}*/

/*.topics-wrapper {*/

/*    background-image: url('src/img/c_back_02.png');*/

/*}*/

/*.l-container {*/

/*    max-width: 100%;*/

/*    padding-left:0;*/

/*    padding-right:0;*/

/*}*/

/*.container {*/

/*    max-width:100%;*/

/*    width: 100%;*/

/*    min-width: 320px;*/

/*}*/

/*.gnav_id_0 {*/

/*    height: auto;*/

/*    box-sizing: border-box;*/

/*    flex-grow: 1;*/

/*    align-items: stretch;*/

/*}*/

/*.gnav_idg_1 {*/

/*    min-width: 130px;*/

/*    border-left: #ddd solid 1px !important;*/

/*    border-right: #ddd solid 1px !important;*/

/*    box-sizing: border-box;*/

/*    flex: 1;*/

/*    padding-bottom: 1em;*/

/*}*/

/*a.gnav_idg_2 {*/

/*    display: block;*/

/*    width: 100%;*/

/*    text-align: center;*/

/*    line-height: 1.4em;*/

/*    display: flex;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*    text-align: center;*/

/*    height: 100%;*/

/*    margin-left: 0;*/

/*    margin-right: 0;*/

/*}*/

/*.border-red-500 {*/

/*    --tw-border-opacity: 1;*/

/*    border-color: rgba(239, 68, 68, var(--tw-border-opacity));*/

/*    border-bottom: red solid 5px;*/

/*}*/

/*.to-first-bg-img {*/

/*    padding-top: 3vh;*/

/*    padding-bottom: 3vh;*/

/*}*/

/*.to-first-bg-img {*/

/*    min-height: 24rem;*/

/*}*/

/*.sec_01_h {*/

/*    background-image: url('src/img/t_sec_01_h_back.png');*/

/*    background-size: contain;*/

/*    background-position: center;*/

/*    background-repeat: no-repeat;*/

/*    width: 100%;*/

/*    max-width: 1240px;*/

/*    display: block;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    padding-bottom: 1.7em;*/

/*    padding-left: 0;*/

/*    padding-right: 0;*/

/*    padding-top: 0;*/

/*    text-align: center;*/

/*}*/

/*img.sec_01_h_img {*/

/*    width: 3rem;*/

/*    padding-top: 0.5rem;*/

/*    padding-bottom: 1.5rem;*/

/*}*/

/*.sec_01_h h2 {*/

/*    font-size: 1.8rem;*/

/*    padding-top: 2rem;*/

/*}*/

/*.sec_01_img {*/

/*    max-width: 1240px;*/

/*}*/

/*.future-contents-wrapper {*/

/*    max-width: 1260px;*/

/*    justify-content: space-around;*/

/*    align-items: stretch;*/

/*}*/

/*.future-contents {*/

/*    box-sizing: border-box;*/

/*    padding-left: 0.8em;*/

/*    padding-right: 0.8em;*/

/*    padding-bottom: 1rem;*/

/*    height: inherit;*/

/*}*/

/*.future-contents h3 {*/

/*    font-weight: inherit;*/

/*    font-size: 1.1em;*/

/*    width: 100%;*/

/*    padding-left: 0.3em;*/

/*}*/

/*.future-contents h4 {*/

/*    font-size: 0.9em;*/

/*}*/

/*.future-contents p {*/

/*    font-weight: 700;*/

/*    font-size: 0.8em;*/

/*    line-height: 1.2rem;*/

/*}*/

/*h2.h2_00 {*/

/*    font-size: 1.8rem;*/

/*    font-weight: 700;*/

/*    text-align: center;*/

/*    padding-top: 2em;*/

/*    margin-top: 2.2em;*/

/*    margin-bottom: 1em;*/

/*    letter-spacing: 0.15em;*/

/*}*/

/*h2.ba_id_style {*/

/*    background-image: url('src/img/c_heading02.png');*/

/*    background-repeat: no-repeat;*/

/*    background-position: top center;*/

/*}*/

/*.study-style-wrapper {*/

/*    max-width: 1280px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    display: flex;*/

/*    flex-direction: inherit;*/

/*    -moz-column-gap: 1rem;*/

/*    column-gap: inherit;*/

/*    flex-wrap: wrap;*/

/*    justify-content: space-around;*/

/*}*/

/*a.study_img {*/

/*    max-width: 400px;*/

/*    margin-bottom: 3em;*/

/*    width: 30vw;*/

/*}*/

/*!*　声　*!*/

/*.voice-current-wrapper {*/

/*    height: 600px;*/

/*    min-height:100%;*/

/*    min-width: 100%;*/

/*}*/

/*.voice_01 {*/

/*    background-image: url('src/img/t_sec_05_00.png');*/

/*    background-position: left center;*/

/*}*/

/*.voice_02 {*/

/*    background-image: url('src/img/t_sec_06_00.png');*/

/*    background-position: right center;*/

/*}*/

/*.voice-current-title-box {*/

/*    background-repeat: no-repeat;*/

/*    background-size: auto 320px;*/

/*    padding-top: 14em;*/

/*    display: block;*/

/*    height: 100%;*/

/*}*/

/*.voice-current-title-box {*/

/*    --tw-translate-y: inherit;*/

/*    transform: var(--tw-transform);*/

/*    --tw-translate-x:inherit;*/

/*    transform: var(--tw-transform);*/

/*}*/

/*.voice-box-wrapper {*/

/*    justify-content: space-around;*/

/*    border: none;*/

/*    max-width: 1600px;*/

/*    flex-direction: row;*/

/*    --tw-translate-y: inherit;*/

/*    transform: inherit;*/

/*    width: 100%;*/

/*}*/

/*.voice-box-wrapper {*/

/*    margin-bottom: 4rem;*/

/*    box-sizing: border-box;*/

/*    display: flex;*/

/*    align-items: center;*/

/*}*/

/*.h2_voice_box {*/

/*    display: flex;*/

/*    flex-direction: column;*/

/*    flex-flow: column;*/

/*    justify-content: space-around;*/

/*    min-width: 500px;*/

/*}*/

/*h2.h2_voice {*/

/*    color: #fff;*/

/*    text-align: center;*/

/*    margin-top: 60px;*/

/*    margin-bottom: 60px;*/

/*}*/

/*.h2_voice span {*/

/*    font-size: 0.8rem;*/

/*}*/

/*.voice-detail {*/

/*    --tw-translate-y: inherit;*/

/*    transform: var(--tw-transform);*/

/*}*/

/*.voice-detail {*/

/*    top: inherit;*/

/*    bottom: inherit;*/

/*    left: inherit;*/

/*    display: flex;*/

/*    height: 2rem;*/

/*    width: 14rem;*/

/*    align-content: center;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*    --tw-bg-opacity: 1;*/

/*    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));*/

/*    --tw-text-opacity: 1;*/

/*    color: rgba(255, 255, 255, var(--tw-text-opacity));*/

/*    margin-top: 60px;*/

/*    margin-bottom: 60px;*/

/*}*/

/*.voice-box {*/

/*    height: 400px;*/

/*    width: 100%;*/

/*    max-width: 400px;*/

/*    background-color: #fff;*/

/*    box-shadow: 0px 0px 15px -5px #777777;*/

/*}*/

/*.voice-box img {*/

/*    height: 200px;*/

/*    width: 100%;*/

/*    object-fit: cover;*/

/*    display: block;*/

/*}*/

/*.voice-box p {*/

/*    white-space: pre-line;*/

/*    text-align: inherit;*/

/*    font-weight: 700;*/

/*    padding-top: 0.5em;*/

/*    padding-bottom: 0.5em;*/

/*}*/

/*.voice-box div {*/

/*    padding-left: 1em;*/

/*    padding-right: 1em;*/

/*}*/

/*.voice_02_row_r {*/

/*    flex-direction: row-reverse;*/

/*}*/

/*!*　声ここまで　*!*/

/*.eye-catch {*/

/*    width: 100%;*/

/*    height: 720px;*/

/*    background: url('src/img/t_eye_catch.png') center center / cover no-repeat;*/

/*    box-sizing: border-box;*/

/*    display: inherit;*/

/*    flex-direction: inherit;*/

/*    justify-content: inherit;*/

/*}*/

/*.eye-catch-contents {*/

/*    display: inherit;*/

/*    flex-direction: inherit;*/

/*    align-items: inherit;*/

/*    justify-content: inherit;*/

/*    top: inherit;*/

/*    left: inherit;*/

/*    width: inherit;*/

/*    display: block;*/

/*    width: 491px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    padding-bottom: 20vh;*/

/*    padding-top: 20vh;*/

/*}*/

/*.top-banner {*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*    flex-flow: nowrap;*/

/*    max-width: 1300px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*.topics_back {*/

/*    background-image: url('src/img/c_back_02.png');*/

/*    padding-top: 4em;*/

/*    padding-bottom: 4em;*/

/*}*/

/*.topics-wrapper {*/

/*    max-width: 1240px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*.is-box-wrapper {*/

/*    margin-top: 1rem;*/

/*    box-sizing: border-box;*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*    align-items: center;*/

/*    justify-content: space-around;*/

/*    grid-template-columns: none;*/

/*}*/

/*.access_box {*/

/*    max-width: 1280px;*/

/*    width: 90%;*/

/*}*/

/*.access_box h3 {*/

/*    padding-top: 0.5em;*/

/*    padding-bottom: 0.5em;*/

/*}*/

/*.access_box p {*/

/*    padding-bottom: 0.5em;*/

/*}*/

/*.price_box {*/

/*    max-width: 1280px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*p.price_box_lead {*/

/*    margin-bottom: 1em;*/

/*}*/

/*.price_box h3 {*/

/*    margin-bottom: 1em;*/

/*}*/

/*.com_cv {*/

/*    background-image: url('src/img/f_cv_back.png')!important;*/

/*    padding-top: 4em;*/

/*    padding-bottom: 5em;*/

/*    margin-top: 6em;*/

/*}*/

/*.com_cv_text {*/

/*    margin-bottom: 3em;*/

/*}*/

/*.com_cv_btn {*/

/*    width: 90%;*/

/*    max-width: 900px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*}*/

/*.com_cv_btn a {*/

/*    flex-basis: 50%;*/

/*    margin-bottom: 1em;*/

/*}*/

/*@media (min-width: 1536px) {*/

/*}*/

/*@media (min-width: 1280px) {*/

/*}*/

/*@media (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 768px) and (max-width:1023px) {*/

/*    .gnav_id_0 {*/

/*        display:none;*/

/*    }*/

/*    .sec_01_h {*/

/*        background-size: cover;*/

/*        background-position: top;*/

/*    }*/

/*}*/

/*@media (max-width:767px) {*/

/*    .sec_01_h {*/

/*        background-size: cover;*/

/*        background-position: top;*/

/*    }*/

/*    .future-contents {*/

/*        height: inherit;*/

/*        width: 80%;*/

/*        margin-left: auto;*/

/*        margin-right: auto;*/

/*    }*/

/*    .future-contents h3 {*/

/*        position: inherit;*/

/*        left: 0;*/

/*        top: 0;*/

/*        top: -0.5rem;*/

/*        text-align:center;*/

/*    }*/

/*    .future-contents p {*/

/*        font-weight: inherit;*/

/*        font-size: 1em;*/

/*        line-height: 1.6rem;*/

/*    }*/

/*    h2.h2_00 {*/

/*        font-size: 1.6rem;*/

/*        letter-spacing: 0em;*/

/*    }*/

/*    a.study_img {*/

/*        width: 90vw;*/

/*    }*/

/*    .voice-box-wrapper {*/

/*        flex-direction: column;*/

/*    }*/

/*    .voice-box {*/

/*        width: 90%;*/

/*        margin-left: auto;*/

/*        margin-right: auto;*/

/*    }*/

/*    h2.h2_voice {*/

/*        margin-top: 20px;*/

/*        margin-bottom: 20px;*/

/*    }*/

/*    .voice-detail {*/

/*        margin-top: 20px;*/

/*        margin-bottom: 20px;*/

/*    }*/

/*    .voice_01{*/

/*        background-position: left top;*/

/*    }*/

/*    .voice_02{*/

/*        background-position: right top;*/

/*    }*/

/*    .voice-current-title-box {*/

/*        background-size: auto 420px;*/

/*    }*/

/*    .voice-current-wrapper {*/

/*        height: 100%;*/

/*        min-height:600px;*/

/*        min-width: 100%;*/

/*    }*/

/*    .voice_02_row_r {*/

/*        flex-direction: column;*/

/*    }*/

/*    .voice-box {*/

/*        font-size:0.9rem;*/

/*    }*/

/*    .voice-box img {*/

/*        height: 165px;*/

/*    }*/

/*    .eye-catch-contents {*/

/*        width: 90%;*/

/*    }*/

/*    .top-banner {*/

/*        flex-flow: wrap;*/

/*    }*/

/*    .price_box th,*/

/*    .price_box td {*/

/*        font-size: 0.8rem;*/

/*    }*/

/*    .com_cv_btn a {*/

/*        flex-basis: 100%;*/

/*    }*/

/*}*/

/*div#post_slider {*/

/*    display: none;*/

/*}*/

/*.p-mainVisual {*/

/*    padding-left: 0 !important;*/

/*    padding-right: 0 !important;*/

/*}*/

/*.top-banner {*/

/*}*/

/*.top-banner li {*/

/*    width: 100%;*/

/*    padding: 0px 5px;*/

/*    box-sizing: border-box;*/

/*    margin-left: auto;*/

/*    display: block;*/

/*    margin-right: auto;*/

/*    max-width: 30vw;*/

/*    min-width: 320px;*/

/*    margin-top:1vh;*/

/*}*/

/*#content {*/

/*    background-image: url('src/img/c_back_01.png');*/

/*}*/

/*.topics-wrapper {*/

/*    background-image: url('src/img/c_back_02.png');*/

/*}*/

/*.l-container {*/

/*    max-width: 100%;*/

/*    padding-left:0;*/

/*    padding-right:0;*/

/*}*/

/*.container {*/

/*    max-width:100%;*/

/*    width: 100%;*/

/*    min-width: 320px;*/

/*}*/

/*.gnav_id_0 {*/

/*    height: auto;*/

/*    box-sizing: border-box;*/

/*    flex-grow: 1;*/

/*    align-items: stretch;*/

/*}*/

/*.gnav_idg_1 {*/

/*    min-width: 130px;*/

/*    border-left: #ddd solid 1px !important;*/

/*    border-right: #ddd solid 1px !important;*/

/*    box-sizing: border-box;*/

/*    flex: 1;*/

/*    padding-bottom: 1em;*/

/*}*/

/*a.gnav_idg_2 {*/

/*    display: block;*/

/*    width: 100%;*/

/*    text-align: center;*/

/*    line-height: 1.4em;*/

/*    display: flex;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*    text-align: center;*/

/*    height: 100%;*/

/*    margin-left: 0;*/

/*    margin-right: 0;*/

/*}*/

/*.border-red-500 {*/

/*    --tw-border-opacity: 1;*/

/*    border-color: rgba(239, 68, 68, var(--tw-border-opacity));*/

/*    border-bottom: red solid 5px;*/

/*}*/

/*.to-first-bg-img {*/

/*    padding-top: 3vh;*/

/*    padding-bottom: 3vh;*/

/*}*/

/*.to-first-bg-img {*/

/*    min-height: 24rem;*/

/*}*/

/*.sec_01_h {*/

/*    background-image: url('src/img/t_sec_01_h_back.png');*/

/*    background-size: contain;*/

/*    background-position: center;*/

/*    background-repeat: no-repeat;*/

/*    width: 100%;*/

/*    max-width: 1240px;*/

/*    display: block;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    padding-bottom: 1.7em;*/

/*    padding-left: 0;*/

/*    padding-right: 0;*/

/*    padding-top: 0;*/

/*    text-align: center;*/

/*}*/

/*img.sec_01_h_img {*/

/*    width: 3rem;*/

/*    padding-top: 0.5rem;*/

/*    padding-bottom: 1.5rem;*/

/*}*/

/*.sec_01_h h2 {*/

/*    font-size: 1.8rem;*/

/*    padding-top: 2rem;*/

/*}*/

/*.sec_01_img {*/

/*    max-width: 1240px;*/

/*}*/

/*.future-contents-wrapper {*/

/*    max-width: 1260px;*/

/*    justify-content: space-around;*/

/*    align-items: stretch;*/

/*}*/

/*.future-contents {*/

/*    box-sizing: border-box;*/

/*    padding-left: 0.8em;*/

/*    padding-right: 0.8em;*/

/*    padding-bottom: 1rem;*/

/*    height: inherit;*/

/*}*/

/*.future-contents h3 {*/

/*    font-weight: inherit;*/

/*    font-size: 1.1em;*/

/*    width: 100%;*/

/*    padding-left: 0.3em;*/

/*}*/

/*.future-contents h4 {*/

/*    font-size: 0.9em;*/

/*}*/

/*.future-contents p {*/

/*    font-weight: 700;*/

/*    font-size: 0.8em;*/

/*    line-height: 1.2rem;*/

/*}*/

/*h2.h2_00 {*/

/*    font-size: 1.8rem;*/

/*    font-weight: 700;*/

/*    text-align: center;*/

/*    padding-top: 2em;*/

/*    margin-top: 2.2em;*/

/*    margin-bottom: 1em;*/

/*    letter-spacing: 0.15em;*/

/*}*/

/*h2.ba_id_style {*/

/*    background-image: url('src/img/c_heading02.png');*/

/*    background-repeat: no-repeat;*/

/*    background-position: top center;*/

/*}*/

/*.study-style-wrapper {*/

/*    max-width: 1280px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    display: flex;*/

/*    flex-direction: inherit;*/

/*    -moz-column-gap: 1rem;*/

/*    column-gap: inherit;*/

/*    flex-wrap: wrap;*/

/*    justify-content: space-around;*/

/*}*/

/*a.study_img {*/

/*    max-width: 400px;*/

/*    margin-bottom: 3em;*/

/*    width: 30vw;*/

/*}*/

/*!*　声　*!*/

/*.voice-current-wrapper {*/

/*    height: 600px;*/

/*    min-height:100%;*/

/*    min-width: 100%;*/

/*}*/

/*.voice_01 {*/

/*    background-image: url('src/img/t_sec_05_00.png');*/

/*    background-position: left center;*/

/*}*/

/*.voice_02 {*/

/*    background-image: url('src/img/t_sec_06_00.png');*/

/*    background-position: right center;*/

/*}*/

/*.voice-current-title-box {*/

/*    background-repeat: no-repeat;*/

/*    background-size: auto 320px;*/

/*    padding-top: 14em;*/

/*    display: block;*/

/*    height: 100%;*/

/*}*/

/*.voice-current-title-box {*/

/*    --tw-translate-y: inherit;*/

/*    transform: var(--tw-transform);*/

/*    --tw-translate-x:inherit;*/

/*    transform: var(--tw-transform);*/

/*}*/

/*.voice-box-wrapper {*/

/*    justify-content: space-around;*/

/*    border: none;*/

/*    max-width: 1600px;*/

/*    flex-direction: row;*/

/*    --tw-translate-y: inherit;*/

/*    transform: inherit;*/

/*    width: 100%;*/

/*}*/

/*.voice-box-wrapper {*/

/*    margin-bottom: 4rem;*/

/*    box-sizing: border-box;*/

/*    display: flex;*/

/*    align-items: center;*/

/*}*/

/*.h2_voice_box {*/

/*    display: flex;*/

/*    flex-direction: column;*/

/*    flex-flow: column;*/

/*    justify-content: space-around;*/

/*    min-width: 500px;*/

/*}*/

/*h2.h2_voice {*/

/*    color: #fff;*/

/*    text-align: center;*/

/*    margin-top: 60px;*/

/*    margin-bottom: 60px;*/

/*}*/

/*.h2_voice span {*/

/*    font-size: 0.8rem;*/

/*}*/

/*.voice-detail {*/

/*    --tw-translate-y: inherit;*/

/*    transform: var(--tw-transform);*/

/*}*/

/*.voice-detail {*/

/*    top: inherit;*/

/*    bottom: inherit;*/

/*    left: inherit;*/

/*    display: flex;*/

/*    height: 2rem;*/

/*    width: 14rem;*/

/*    align-content: center;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*    --tw-bg-opacity: 1;*/

/*    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));*/

/*    --tw-text-opacity: 1;*/

/*    color: rgba(255, 255, 255, var(--tw-text-opacity));*/

/*    margin-top: 60px;*/

/*    margin-bottom: 60px;*/

/*}*/

/*.voice-box {*/

/*    height: 400px;*/

/*    width: 100%;*/

/*    max-width: 400px;*/

/*    background-color: #fff;*/

/*    box-shadow: 0px 0px 15px -5px #777777;*/

/*}*/

/*.voice-box img {*/

/*    height: 200px;*/

/*    width: 100%;*/

/*    object-fit: cover;*/

/*    display: block;*/

/*}*/

/*.voice-box p {*/

/*    white-space: pre-line;*/

/*    text-align: inherit;*/

/*    font-weight: 700;*/

/*    padding-top: 0.5em;*/

/*    padding-bottom: 0.5em;*/

/*}*/

/*.voice-box div {*/

/*    padding-left: 1em;*/

/*    padding-right: 1em;*/

/*}*/

/*.voice_02_row_r {*/

/*    flex-direction: row-reverse;*/

/*}*/

/*!*　声ここまで　*!*/

/*.eye-catch {*/

/*    width: 100%;*/

/*    height: 720px;*/

/*    background: url('src/img/t_eye_catch.png') center center / cover no-repeat;*/

/*    box-sizing: border-box;*/

/*    display: inherit;*/

/*    flex-direction: inherit;*/

/*    justify-content: inherit;*/

/*}*/

/*.eye-catch-contents {*/

/*    display: inherit;*/

/*    flex-direction: inherit;*/

/*    align-items: inherit;*/

/*    justify-content: inherit;*/

/*    top: inherit;*/

/*    left: inherit;*/

/*    width: inherit;*/

/*    display: block;*/

/*    width: 491px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    padding-bottom: 20vh;*/

/*    padding-top: 20vh;*/

/*}*/

/*.top-banner {*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*    flex-flow: nowrap;*/

/*    max-width: 1300px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*.topics_back {*/

/*    background-image: url('src/img/c_back_02.png');*/

/*    padding-top: 4em;*/

/*    padding-bottom: 4em;*/

/*}*/

/*.topics-wrapper {*/

/*    max-width: 1240px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*.is-box-wrapper {*/

/*    margin-top: 1rem;*/

/*    box-sizing: border-box;*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*    align-items: center;*/

/*    justify-content: space-around;*/

/*    grid-template-columns: none;*/

/*}*/

/*.access_box {*/

/*    max-width: 1280px;*/

/*    width: 90%;*/

/*}*/

/*.access_box h3 {*/

/*    padding-top: 0.5em;*/

/*    padding-bottom: 0.5em;*/

/*}*/

/*.access_box p {*/

/*    padding-bottom: 0.5em;*/

/*}*/

/*.price_box {*/

/*    max-width: 1280px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*}*/

/*p.price_box_lead {*/

/*    margin-bottom: 1em;*/

/*}*/

/*.price_box h3 {*/

/*    margin-bottom: 1em;*/

/*}*/

/*.com_cv {*/

/*    background-image: url('src/img/f_cv_back.png')!important;*/

/*    padding-top: 4em;*/

/*    padding-bottom: 5em;*/

/*    margin-top: 6em;*/

/*}*/

/*.com_cv_text {*/

/*    margin-bottom: 3em;*/

/*}*/

/*.com_cv_btn {*/

/*    width: 90%;*/

/*    max-width: 900px;*/

/*    margin-left: auto;*/

/*    margin-right: auto;*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*}*/

/*.com_cv_btn a {*/

/*    flex-basis: 50%;*/

/*    margin-bottom: 1em;*/

/*}*/

/*.good-school-wrapper {*/

/*    background-image: url('src/img/t_sec_07_back.png')!important;*/

/*}*/

/*.message_box {*/

/*    background-repeat: no-repeat;*/

/*    padding-bottom: 5em;*/

/*    background-size: cover;*/

/*}*/

/*.message_box h2 {*/

/*    margin-top: 1.2em;*/

/*    margin-bottom: 1.2em;*/

/*    font-weight: inherit;*/

/*}*/

/*@media (min-width: 1536px) {*/

/*}*/

/*@media (min-width: 1280px) {*/

/*}*/

/*@media (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 768px) and (max-width:1023px) {*/

/*    .gnav_id_0 {*/

/*        display:none;*/

/*    }*/

/*    .sec_01_h {*/

/*        background-size: cover;*/

/*        background-position: top;*/

/*    }*/

/*    .h2_voice_box {*/

/*        min-width: 400px;*/

/*    }*/

/*    .voice-box {*/

/*        width: 100%;*/

/*        min-width: 400px;*/

/*    }*/

/*    .voice-box-wrapper {*/

/*        flex-wrap: wrap;*/

/*    }*/

/*    .voice-current-wrapper {*/

/*        height: 100%;*/

/*        padding-bottom: 7vh;*/

/*        margin-top: 7vh;*/

/*    }*/

/*    .voice-current-title-box {*/

/*        background-size: auto 40vh;*/

/*        height: 100%;*/

/*        padding-top: 7em;*/

/*    }*/

/*    .voice_01{*/

/*        background-position: left top;*/

/*    }*/

/*    .voice_02{*/

/*        background-position: right top;*/

/*    }*/

/*    .message_box {*/

/*        padding-top: 5em;*/

/*        background-position:center right;*/

/*    }*/

/*}*/

/*@media (max-width:767px) {*/

/*    .sec_01_h {*/

/*        background-size: cover;*/

/*        background-position: top;*/

/*    }*/

/*    .future-contents {*/

/*        height: inherit;*/

/*        width: 80%;*/

/*        margin-left: auto;*/

/*        margin-right: auto;*/

/*    }*/

/*    .future-contents h3 {*/

/*        position: inherit;*/

/*        left: 0;*/

/*        top: 0;*/

/*        top: -0.5rem;*/

/*        text-align:center;*/

/*    }*/

/*    .future-contents p {*/

/*        font-weight: inherit;*/

/*        font-size: 1em;*/

/*        line-height: 1.6rem;*/

/*    }*/

/*    h2.h2_00 {*/

/*        font-size: 1.6rem;*/

/*        letter-spacing: 0em;*/

/*    }*/

/*    a.study_img {*/

/*        width: 90vw;*/

/*    }*/

/*    .voice-box-wrapper {*/

/*        flex-direction: column;*/

/*    }*/

/*    .voice-box {*/

/*        width: 90%;*/

/*        margin-left: auto;*/

/*        margin-right: auto;*/

/*    }*/

/*    h2.h2_voice {*/

/*        margin-top: 20px;*/

/*        margin-bottom: 20px;*/

/*    }*/

/*    .voice-detail {*/

/*        margin-top: 20px;*/

/*        margin-bottom: 20px;*/

/*    }*/

/*    .voice_01{*/

/*        background-position: left top;*/

/*    }*/

/*    .voice_02{*/

/*        background-position: right top;*/

/*    }*/

/*    .voice-current-title-box {*/

/*        background-size: auto 420px;*/

/*    }*/

/*    .voice-current-wrapper {*/

/*        height: 100%;*/

/*        min-height:600px;*/

/*        min-width: 100%;*/

/*    }*/

/*    .voice-current-wrapper {*/

/*        height: 100%;*/

/*        padding-bottom: 7vh;*/

/*        margin-top: 7vh;*/

/*    }*/

/*    .voice-current-title-box {*/

/*        background-size: auto 40vh;*/

/*        height: 100%;*/

/*        background-position: top left;*/

/*        padding-top: 7em;*/

/*    }*/

/*    .voice_02_row_r {*/

/*        flex-direction: column;*/

/*    }*/

/*    .voice-box {*/

/*        font-size:0.9rem;*/

/*    }*/

/*    .voice-box img {*/

/*        height: 165px;*/

/*    }*/

/*    .eye-catch-contents {*/

/*        width: 90%;*/

/*    }*/

/*    .top-banner {*/

/*        flex-flow: wrap;*/

/*    }*/

/*    .price_box th,*/

/*    .price_box td {*/

/*        font-size: 0.8rem;*/

/*    }*/

/*    .com_cv_btn a {*/

/*        flex-basis: 100%;*/

/*    }*/

/*    .message_box {*/

/*        padding-top: 5em;*/

/*        background-position:center right;*/

/*    }*/

/*}*/

div#post_slider {
  display: none;
}

.p-mainVisual {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.top-banner {
}

.top-banner li {
  width: 100%;
  padding: 0px 5px;
  box-sizing: border-box;
  margin-left: auto;
  display: block;
  margin-right: auto;
  max-width: 30vw;
  min-width: 320px;
  margin-top:1vh;
}

#content {
  background-image: url('src/img/c_back_01.png');
}

.topics-wrapper {
  background-image: url('src/img/c_back_02.png');
}

.l-container {
  max-width: 100%;
  padding-left:0;
  padding-right:0;
}

.container {
  max-width:100%;
  width: 100%;
  min-width: 320px;
}

.gnav_id_0 {
  height: auto;
  box-sizing: border-box;
  flex-grow: 1;
  align-items: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.gnav_idg_1 {
  min-width: 130px;
  border-left: #ddd solid 1px !important;
  border-right: #ddd solid 1px !important;
  box-sizing: border-box;
  flex: 1;
  padding-bottom: 1em;
  font-weight: 700;
}

.gnav_idg_1:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

a.gnav_idg_2 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  border-color: transparent;
  font-weight: 700;
}

a.gnav_idg_2:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  border-bottom: red solid 5px;
}

.to-first-bg-img {
  padding-top: 3vh;
  padding-bottom: 3vh;
  min-height: 24rem;
}

.sec_01_h {
  background-image: url('src/img/t_sec_01_h_back.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.7em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: center;
}

img.sec_01_h_img {
  width: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

.sec_01_h h2 {
  font-size: 1.8rem;
  padding-top: 2rem;
}

.sec_01_img {
  max-width: 1240px;
}

.future-contents-wrapper {
  max-width: 1260px;
  justify-content: space-around;
  align-items: stretch;
}

.future-contents {
  box-sizing: border-box;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 1rem;
  height: inherit;
}

.future-contents h3 {
  font-weight: inherit;
  font-size: 1.1em;
  width: 100%;
  padding-left: 0.3em;
}

.future-contents h4 {
  font-size: 0.9em;
}

.future-contents p {
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.2rem;
}

h2.h2_00 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 2em;
  margin-top: 2.2em;
  margin-bottom: 1em;
  letter-spacing: 0.15em;
}

h2.ba_id_style {
  background-image: url('src/img/c_heading02.png');
  background-repeat: no-repeat;
  background-position: top center;
}

.study-style-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: inherit;
  -moz-column-gap: 1rem;
  column-gap: inherit;
  flex-wrap: wrap;
  justify-content: start;
}

a.study_img {
  margin-bottom: 3em;
  flex: 1 1 calc(33.33% - 1.5%);
  margin-right: 1.5%;
  box-sizing: border-box;
}
a.study_img:nth-of-type(3n) {
  margin-right: 0%;
}
a.disabled {
  pointer-events: none; /* マウスクリックを無効化 */
  cursor: default; /* カーソルを通常の矢印に変更 */
  color: gray; /* 見た目を無効っぽく */
  width:0;
  height:0;
}
@media screen and (max-width: 1099px) {
.study-style-wrapper {
  width: 95%;
}
}

@media screen and (max-width: 767px){
.study-style-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
}

/*　声　*/

.voice-current-wrapper {
  height: 600px;
  min-height:100%;
  min-width: 100%;
}

.voice_01 {
  background-image: url('src/img/t_sec_05_00.png');
  background-position: left center;
}

.voice_02 {
  background-image: url('src/img/t_sec_06_00.png');
  background-position: right center;
}

.voice-current-title-box {
  background-repeat: no-repeat;
  background-size: auto 320px;
  padding-top: 14em;
  display: block;
  height: 100%;
  --tw-translate-y: inherit;
  transform: var(--tw-transform);
  --tw-translate-x:inherit;
  transform: var(--tw-transform);
}

.voice-box-wrapper {
  justify-content: space-around;
  border: none;
  max-width: 1600px;
  flex-direction: row;
  --tw-translate-y: inherit;
  transform: inherit;
  width: 100%;
  margin-bottom: 4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.h2_voice_box {
  display: flex;
  flex-direction: column;
  flex-flow: column;
  justify-content: space-around;
  min-width: 500px;
}

h2.h2_voice {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.h2_voice span {
  font-size: 0.8rem;
}

.voice-detail {
  --tw-translate-y: inherit;
  transform: var(--tw-transform);
  top: inherit;
  bottom: inherit;
  left: inherit;
  display: flex;
  height: 2rem;
  width: 14rem;
  align-content: center;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  margin-top: 60px;
  margin-bottom: 60px;
}

.voice-box {
  height: 400px;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px #777777;
}

.voice-box img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.voice-box p {
  white-space: pre-line;
  text-align: inherit;
  font-weight: 700;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.voice-box div {
  padding-left: 1em;
  padding-right: 1em;
}

.voice_02_row_r {
  flex-direction: row-reverse;
}

/*　声ここまで　*/

.eye-catch {
  width: 100%;
  _height: 720px;
  _background: url('src/img/t_eye_catch-1.png') center center / cover no-repeat;
  box-sizing: border-box;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
}

.eye-catch-contents {
  display: inherit;
  flex-direction: inherit;
  align-items: inherit;
  justify-content: inherit;
  top: inherit;
  left: inherit;
  width: inherit;
  display: block;
  width: 491px;
  margin-left: auto;
  margin-right: auto;
  _padding-bottom: 30vh;
  _padding-top: 20vh;
}

.top-banner {
  display: flex;
  flex-wrap: wrap;
  flex-flow: nowrap;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.topics_back {
  background-image: url('src/img/c_back_02.png');
  padding-top: 4em;
  padding-bottom: 4em;
}

.topics-wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.is-box-wrapper {
  margin-top: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  grid-template-columns: none;
}

.access_box {
  max-width: 1280px;
  width: 90%;
  overflow: hidden;
}

.access_box h3 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.access_box p {
  padding-bottom: 0.5em;
}

.price_box {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

p.price_box_lead {
  margin-bottom: 1em;
}

.price_box h3 {
  margin-bottom: 1em;
}

.com_cv {
  background-image: url('src/img/f_cv_back.png')!important;
  padding-top: 4em;
  padding-bottom: 5em;
  margin-top: 6em;
}

.com_cv_text {
  margin-bottom: 3em;
}

.com_cv_btn {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.com_cv_btn a {
  flex-basis: 50%;
  margin-bottom: 1em;
}

.good-school-wrapper {
  background-image: url('src/img/t_sec_07_back.png')!important;
}

.message_box {
  background-repeat: no-repeat;
  padding-bottom: 5em;
  background-size: cover !important;
}

.message_box h2 {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-weight: inherit;
}

/*PickUp*/

.bg-pickup {
  --tw-bg-opacity: 1;
  background-color: none;
  background-image: url('src/img/c_back_02.png');
}

.pickup-contents-wrapper {
  z-index: 20;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  grid-auto-columns: none;
  grid-auto-columns: none;
  grid-template-columns: none;
  gap: none;
  --tw-bg-opacity: none;
  background-color: none;
  --tw-bg-opacity: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pickup-content {
  /* position: relative; */
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: none;
  min-width: 320px;
  max-width: 640px;
  float: none;
  display: block;
  margin: none;
  margin: 4px;
}

/*PickUpここまで*/

@media (min-width: 1536px) {
}

@media (min-width: 1280px) {
}

@media (min-width: 1024px) {
}

@media screen and (min-width: 768px) and (max-width:1023px) {
  .gnav_id_0 {
    display:none;
  }

  .sec_01_h {
    background-size: cover;
    background-position: top;
  }

  .h2_voice_box {
    min-width: 400px;
  }

  .voice-box {
    width: 100%;
    min-width: 400px;
  }

  .voice-box-wrapper {
    flex-wrap: wrap;
  }

  .voice-current-wrapper {
    height: 100%;
    padding-bottom: 7vh;
    margin-top: 7vh;
  }

  .voice-current-title-box {
    background-size: auto 40vh;
    height: 100%;
    padding-top: 7em;
  }

  .voice_01{
    background-position: left top;
  }

  .voice_02{
    background-position: right top;
  }

  .message_box {
    padding-top: 5em;
    background-position:center right;
  }
}

@media (max-width:767px) {
  .sec_01_h {
    background-size: cover;
    background-position: top;
  }

  .future-contents {
    height: inherit;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .future-contents h3 {
    position: inherit;
    left: 0;
    top: 0;
    top: -0.5rem;
    text-align:center;
  }

  .future-contents p {
    font-weight: inherit;
    font-size: 1em;
    line-height: 1.6rem;
  }

  h2.h2_00 {
    font-size: 1.6rem;
    letter-spacing: 0em;
  }

  a.study_img {
    width: 100%;
    flex: 1 1 100%;
  }

  .voice-box-wrapper {
    flex-direction: column;
  }

  .voice-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  h2.h2_voice {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .voice-detail {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .voice_01{
    background-position: left top;
  }

  .voice_02{
    background-position: right top;
  }

  .voice-current-title-box {
    background-size: auto 420px;
  }

  .voice-current-wrapper {
    height: 100%;
    min-height:600px;
    min-width: 100%;
  }

  .voice-current-wrapper {
    height: 100%;
    padding-bottom: 7vh;
    margin-top: 7vh;
  }

  .voice-current-title-box {
    background-size: auto 40vh;
    height: 100%;
    background-position: top left;
    padding-top: 7em;
  }

  .voice_02_row_r {
    flex-direction: column;
  }

  .voice-box {
    font-size:0.9rem;
  }

  .voice-box img {
    height: 165px;
  }

  .eye-catch-contents {
    width: 90%;
  }

  .top-banner {
    flex-flow: wrap;
  }

  .price_box th,
    .price_box td {
    font-size: 0.8rem;
  }

  .com_cv_btn a {
    flex-basis: 100%;
  }

  .message_box {
    padding-top: 5em;
    background-position:center right;
  }
}

/**
武藤さん追加分
 */

.l-fixHeader__inner {
  display: none;
}

.message_box {
  min-height: inherit !important;
  background: url("https://id.ikubunkan.ed.jp/wp-content/themes/fix_payment_id_gakuen/src/img/t_sec_08_back.png") center center / 100% auto no-repeat;
}

.teachers-wrapper {
  min-height: inherit !important;
  background: url("https://id.ikubunkan.ed.jp/wp-content/themes/fix_payment_id_gakuen/src/img/t_sec_09_back.png ") center center / 100% auto no-repeat !important;;
}

.voice-box p {
  padding-left: 1em;
  padding-right: 1em;
}

.p-articleMetas {
  display: none;
}

.id-single-head .id-h1-txt::before {
  display: none;
}

.id-single-head .id-h1-txt::after {
  display: none;
}

.id-single-head .id-h1-txt {
  line-height: 1.33em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: inherit;
  padding-left: 1em;
  padding-right: 1em;
  width: 96%;
}

.post_content {
  width:96vw;
  margin-left:auto;
  margin-right:auto;
}
.hs-button {
  margin: 30px 0 auto;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #e60012;
  border-color: #e60012;
  color: #fff;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  font-size: 1em;
  padding: 1em 4em;
  text-decoration: none;
  width: auto;
}

