@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --orange:#E0481D;
  --dark:#d85600;
  --pink:#f5586d;
  --red:#df0505;
  --sky:#1bb9af;
  --blue:#5f84eb;
  --light:#fef4e5;
}

#header_bg {
  display: none;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 37px;
  width: 100%;
  padding: 10px 15px;
  background: linear-gradient(to bottom, #fff 8%, var(--orange) 8%, var(--orange) 10%, #fff 10%);
  overflow-x: hidden;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  header {
    height: 80px;
    justify-content: space-between;
  }
}
header h1 {
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  header h1 {
    order: 2;
  }
}
header h1 img {
  width: 60px;
}
header h1 span {
  font-size: 14px;
}
header #pc_nav {
  display: none;
}
@media screen and (min-width: 768px) {
  header #pc_nav {
    display: block;
  }
}
header #pc_nav ul {
  display: flex;
  gap: 15px;
}
header #pc_nav ul li a {
  font-size: 0.8rem;
  text-decoration: underline;
}
header #header_box {
  margin-top: 37px;
  position: fixed;
  right: -250px;
  top: 0;
  display: flex;
  transition: all 0.3s ease;
  height: calc(100vh - 37px);
}
@media screen and (min-width: 768px) {
  header #header_box {
    display: none;
  }
}
header #header_box:has(.active) {
  right: 0;
}
header #header_box button {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  height: 50px;
  padding: 10px 10px 0;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  header #header_box button {
    height: 50px;
  }
}
header #header_box button span {
  height: 3px;
  width: 40px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  header #header_box button span {
    height: 5px;
    width: 50px;
  }
}
header #header_box .nav-menu {
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
}
header #header_box .nav-menu ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid;
  color: #fff;
}
header:has(.active) + #header_bg {
  display: block;
}

footer div {
  flex-direction: column;
  border-top: 2px solid var(--orange);
  padding: 10px 40px;
}
@media screen and (min-width: 768px) {
  footer div {
    flex-direction: row;
  }
}
footer div ul {
  flex-wrap: wrap;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  footer div ul {
    font-size: 0.8rem;
  }
}
footer div ul li {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  footer div ul li {
    margin-bottom: 0;
  }
}
footer div ul li:not(:last-child) {
  border-right: 1px solid #999;
}
footer div ul li a {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-decoration: underline;
}
footer div p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  footer div p {
    font-size: 0.7rem;
  }
}
footer div p.logo {
  margin: 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer div p.logo {
    display: none;
  }
}

html {
  font-size: 4vw;
}
@media screen and (min-width: 548px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

main {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 30px;
  }
}

img {
  max-width: 100%;
}

.orange {
  color: var(--orange);
}

.bg_orange, #about_theme ol.page_link li .number {
  background: var(--orange);
  color: #fff;
}

.dark, #about_theme ol.page_link li .li_inner .title, h2:not(.ex) {
  color: var(--dark);
}

.bg_dark, h2:not(.ex) span {
  background: var(--dark);
  color: #fff;
}

.pink {
  color: var(--pink);
}

.bg_pink {
  background: var(--pink);
  color: #fff;
}

.sky {
  color: var(--sky);
}

.bg_sky {
  background: var(--sky);
  color: #fff;
}

.blue {
  color: var(--blue);
}

.bg_blue {
  background: var(--blue);
  color: #fff;
}

.bg_light, #about_theme ol.page_link li .li_inner {
  background: var(--light);
}

.bg_red, #about_theme ol.page_link li .li_inner .link a {
  background: var(--red);
  color: #fff;
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20, #contact .contact_inner {
  border-radius: 20px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-35 {
  border-radius: 35px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-45 {
  border-radius: 45px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-55 {
  border-radius: 55px;
}

.radius-60 {
  border-radius: 60px;
}

.radius-65 {
  border-radius: 65px;
}

.radius-70 {
  border-radius: 70px;
}

.radius-75 {
  border-radius: 75px;
}

.radius-80 {
  border-radius: 80px;
}

.radius-85 {
  border-radius: 85px;
}

.radius-90 {
  border-radius: 90px;
}

.radius-95 {
  border-radius: 95px;
}

.radius-100, #about_theme ol.page_link li .li_inner .link a, h2:not(.ex) span {
  border-radius: 100px;
}

.p80 {
  padding: 80px 0;
}

a {
  transition: all 0.2s linear;
}

a:hover {
  opacity: 0.8;
}

h2 {
  text-align: center;
}
h2:not(.ex) {
  margin-bottom: 50px;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2:not(.ex) {
    margin-bottom: 80px;
    font-size: 2.5rem;
  }
}
h2:not(.ex) span {
  display: inline-block;
  padding: 5px 30px;
  margin-bottom: 15px;
  min-width: 250px;
  line-height: 1;
  font-size: 1rem;
}

#about h2 {
  margin-bottom: 50px;
  font-size: 2.7rem;
  font-weight: bold;
}

#about_theme ol.page_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 20px;
  margin: 0 auto;
}
#about_theme ol.page_link li {
  position: relative;
  border: 2px solid var(--orange);
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about_theme ol.page_link li {
    width: calc(33.3% - 27px);
  }
}
#about_theme ol.page_link li .number {
  padding: 10px 20px;
}
#about_theme ol.page_link li .li_inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 50px 20px 20px;
}
#about_theme ol.page_link li .li_inner .title {
  flex: 1;
  align-content: center;
  margin-bottom: 20px;
  font-size: 1.55rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#about_theme ol.page_link li .li_inner .link a {
  display: flex;
  justify-content: center;
  padding: 7px 0;
}
#about_theme ol.page_link li .li_inner .link a:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(6px) rotate(-45deg) skew(20deg, 20deg);
}
#about_theme ol.page_link li .li_inner .link a.end {
  background: #aaa;
}
#about_theme ol.page_link li .li_inner .link a.end:after {
  display: none;
}
#about_theme ol.page_link li .date {
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-30%);
  align-content: center;
  aspect-ratio: 1/1;
  width: 100px;
  background: #224198;
  border: 2px solid;
  border-radius: 200px;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 5px #999;
}
@media screen and (min-width: 768px) {
  #about_theme ol.page_link li .date {
    width: 120px;
  }
}
@media screen and (min-width: 978px) {
  #about_theme ol.page_link li .date {
    width: 140px;
  }
}
#about_theme ol.page_link li .date p {
  font-weight: bold;
}
#about_theme ol.page_link li .date p.y {
  font-size: 0.9rem;
}
#about_theme ol.page_link li .date p.md {
  line-height: 1;
}
#about_theme ol.page_link li .date p span {
  font-size: 1.3rem;
}
#about_theme ol.format {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #about_theme ol.format {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
#about_theme ol.format li {
  padding: 50px;
  aspect-ratio: 1/1;
  border-radius: 500px;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  #about_theme ol.format li {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
  }
}
#about_theme ol.format li h4 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #about_theme ol.format li h4 {
    margin-bottom: 20px;
  }
}
#about_theme ol.format li p.number {
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: bold;
}
#about_theme .ex {
  margin-bottom: 60px;
  text-align: center;
}
#about_theme .ex span {
  position: relative;
  border-bottom: 1px solid #000;
  font-size: 30px;
  font-weight: bold;
}
#about_theme .ex span:after, #about_theme .ex span:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#about_theme .ex span:before {
  bottom: -25.5px;
  border: 11px solid transparent;
  border-top: 15px solid #000;
}
#about_theme .ex span:after {
  bottom: -24px;
  border: 11px solid transparent;
  border-top: 15px solid var(--light);
}

#contact {
  padding: 40px 15px;
}
#contact .contact_inner {
  width: min(600px, 100%);
  margin: 0 auto;
  padding: 10px 10px 20px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  text-align: center;
}
#contact .contact_inner .top span {
  display: block;
  font-size: 90%;
}
#contact .contact_inner .title {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
}
#contact .contact_inner p {
  font-size: 90%;
  font-weight: bold;
}
#contact .contact_inner p.mini {
  margin-top: 10px;
  font-size: 70%;
  font-weight: normal;
}

#seminar .seminar_grid {
  display: grid;
  gap: 50px;
}
#seminar .seminar-card {
  position: relative;
  padding: 0 20px 20px;
  border: 5px solid var(--dark);
  background: var(--light);
  box-shadow: 0 3px 6px #aaa;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card {
    padding: 0 40px 20px;
  }
}
#seminar .seminar-card .nowpri {
  aspect-ratio: 5/2;
  align-content: center;
  background: url("../img/nowpri.jpg") center center/cover;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
#seminar .seminar-card .head {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 1.15rem;
  font-weight: bold;
}
#seminar .seminar-card .head .bg_shadow {
  position: absolute;
  top: 0;
  width: 8.1rem;
  border-top: 60px solid rgba(0, 0, 0, 0.3);
  border-right: 40px solid transparent;
  filter: blur(2px);
}
@media screen and (min-width: 978px) {
  #seminar .seminar-card .head .bg_shadow {
    border-top: 100px solid rgba(0, 0, 0, 0.3);
  }
}
#seminar .seminar-card .head .num {
  position: relative;
  width: 8rem;
  margin-bottom: 10px;
  border-top: 60px solid var(--dark);
  border-right: 40px solid transparent;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .head .num {
    margin-right: 30px;
  }
}
@media screen and (min-width: 978px) {
  #seminar .seminar-card .head .num {
    margin-right: 30px;
    border-top: 100px solid var(--dark);
  }
}
#seminar .seminar-card .head .num span {
  position: absolute;
  left: 1rem;
  bottom: 10px;
  width: 100%;
}
#seminar .seminar-card .head ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .head ul {
    gap: 20px;
  }
}
#seminar .seminar-card .head ul li {
  padding: 10px 40px;
  background: var(--red);
  border-radius: 200px;
  color: #fff;
}
@media screen and (min-width: 749px) {
  #seminar .seminar-card .head ul li {
    padding: 10px 60px;
  }
}
#seminar .seminar-card .head ul li.pattern1 {
  background: var(--pink);
}
#seminar .seminar-card .head ul li.pattern2 {
  background: var(--sky);
}
#seminar .seminar-card .head ul li.pattern3 {
  background: var(--blue);
}
#seminar .seminar-card h3 {
  margin: 20px 0 5px;
  color: var(--dark);
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card h3 {
    font-size: 2rem;
  }
}
#seminar .seminar-card .point {
  font-weight: bold;
  margin-bottom: 15px;
}
#seminar .seminar-card .date {
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-30%);
  align-content: center;
  aspect-ratio: 1/1;
  width: 100px;
  background: #224198;
  border: 2px solid;
  border-radius: 200px;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 5px #999;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .date {
    width: 120px;
  }
}
@media screen and (min-width: 978px) {
  #seminar .seminar-card .date {
    width: 140px;
  }
}
#seminar .seminar-card .date p {
  font-weight: bold;
}
#seminar .seminar-card .date p.y {
  font-size: 0.9rem;
}
#seminar .seminar-card .date p.md {
  line-height: 1;
}
#seminar .seminar-card .date p span {
  font-size: 1.6rem;
}
#seminar .seminar-card .content-wrapper {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 749px) {
  #seminar .seminar-card .content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
#seminar .seminar-card .content-wrapper .left figure {
  margin-bottom: 30px;
}
#seminar .seminar-card .content-wrapper .left .program {
  position: relative;
  padding: 30px 10px 10px;
  background: #fff;
  box-shadow: 0 0 3px #aaa;
}
#seminar .seminar-card .content-wrapper .left .program h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  padding: 3px 0;
  background: var(--orange);
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
#seminar .seminar-card .content-wrapper .left .program ul li {
  margin-bottom: 20px;
}
#seminar .seminar-card .content-wrapper .left .program ul li p {
  padding: 0 20px;
  font-size: 0.7rem;
}
#seminar .seminar-card .content-wrapper .left .program ul li p.title {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 5px;
  background: #FFE6C1;
  font-size: 0.8rem;
  font-weight: bold;
}
#seminar .seminar-card .content-wrapper .right dl {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right dl {
    grid-template-columns: 1.4fr 4fr;
    row-gap: 5px;
  }
}
#seminar .seminar-card .content-wrapper .right dl dt {
  padding: 3px 0;
  align-content: center;
  background: #333;
  color: #fff;
  text-align: center;
}
#seminar .seminar-card .content-wrapper .right dl dd {
  padding: 5px 0 5px 20px;
  background: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right dl dd {
    margin-bottom: 0;
  }
}
#seminar .seminar-card .content-wrapper .right dl dd.days {
  font-size: 1.4rem;
}
#seminar .seminar-card .content-wrapper .right .end {
  display: grid;
  grid-template-columns: 1fr;
  padding: 5px;
  margin-top: 20px;
  background: #333;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right .end {
    grid-template-columns: 1fr 2fr;
  }
}
#seminar .seminar-card .content-wrapper .right .end p:first-child {
  align-content: center;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right .end p:first-child {
    width: 80%;
  }
}
#seminar .seminar-card .content-wrapper .right .end p:first-child br {
  display: none;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right .end p:first-child br {
    display: block;
  }
}
#seminar .seminar-card .content-wrapper .right .end p:last-child {
  color: #fff;
  font-size: 1.3rem;
}
#seminar .seminar-card .content-wrapper .right .end p:last-child span {
  font-size: 0.9rem;
}
#seminar .seminar-card .content-wrapper .right .teacher-info h5 {
  margin: 20px 0;
  background: linear-gradient(to bottom, transparent 50%, var(--dark) 50%, var(--dark) 60%, transparent 60%);
  color: var(--dark);
  font-weight: bold;
}
#seminar .seminar-card .content-wrapper .right .teacher-info h5 span {
  padding-right: 10px;
  background: var(--light);
}
#seminar .seminar-card .content-wrapper .right .teacher-info .teachers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box {
    grid-template-columns: 1fr 3fr;
  }
}
#seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .teacher-head {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 15px;
  align-items: flex-start;
}
#seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .teacher-head .position {
  padding: 3px 0;
  background: var(--dark);
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .teacher-head .position {
    font-size: 0.65rem;
  }
}
#seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .teacher-head .job {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .teacher-head .job {
    font-size: 0.5rem;
  }
}
#seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .teacher-head h6 {
  font-weight: bold;
}
#seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .teacher-head h6 span {
  vertical-align: bottom;
  font-size: 0.6rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .teacher-head h6 span {
    font-size: 0.5rem;
  }
}
#seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .description {
  margin-top: 10px;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .content-wrapper .right .teacher-info .teachers .teacher_box .description {
    font-size: 0.6rem;
  }
}
#seminar .seminar-card .benefit {
  padding: 20px;
  margin: 20px 0;
  background: #fff;
  border: 2px solid var(--dark);
  border-radius: 10px;
}
#seminar .seminar-card .benefit dl {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .benefit dl {
    grid-template-columns: 1fr 6fr;
  }
}
#seminar .seminar-card .benefit dl dt {
  padding: 5px 0;
  background: var(--dark);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  align-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card .benefit dl dt {
    padding: 0;
  }
}
#seminar .seminar-card .benefit dl dd {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--dark);
}
#seminar .seminar-card .benefit dl dd span {
  font-weight: normal;
}
#seminar .seminar-card .link_design a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 640px;
  padding: 10px 0;
  margin: 0 auto;
  background: var(--red);
  border-radius: 100px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
#seminar .seminar-card .link_design a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#seminar .seminar-card.past {
  position: relative;
}
#seminar .seminar-card.past:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#seminar .seminar-card.past:after {
  content: "終了しました";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  #seminar .seminar-card.past:after {
    font-size: 4rem;
  }
}

#faq #target_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #faq #target_nav {
    margin-bottom: 0;
  }
}
#faq #target_nav li {
  width: 100%;
  padding: 10px 0;
  border: 1px solid var(--orange);
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #faq #target_nav li {
    width: 20%;
    font-size: 0.6rem;
  }
}
#faq #target_nav li.active {
  background: var(--orange);
  color: #fff;
}
#faq #target_tab {
  padding: 20px;
  border: 1px solid var(--orange);
}
#faq #target_tab > div:not(.active) {
  display: none;
}
#faq #target_tab > div ul {
  display: grid;
  gap: 20px;
}
#faq .accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}/*# sourceMappingURL=style.css.map */