html {
  font-size: 10px;
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1235955056vw;
  }
}
@media (min-width: 890px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
body {
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-size: 1.4rem;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

a,
span {
  display: inline-block;
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  display: block;
  height: auto;
}

address,
strong,
em {
  font-style: normal;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.fv {
  background: url(../img/fv-bg-sp.webp) no-repeat center/cover;
  height: 100%;
  margin-top: 0;
  padding-top: 2rem;
}
@media screen and (min-width: 480px) {
  .fv {
    margin-top: 6rem;
    background: url(../img/fv-bg.webp) no-repeat center/cover;
  }
}

.fv-speakers {
  margin-inline: auto;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-speakers {
    margin-top: -1rem;
  }
}

.fv-title {
  margin-top: 2.6rem;
}

.fv-schedule {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-schedule {
    width: 100%;
    margin-top: -0.2rem;
    margin-inline: auto;
  }
}

.seminar-box {
  padding-block: 1.6rem;
}
@media screen and (min-width: 768px) {
  .seminar-box {
    padding-block: 3.2rem;
  }
}

.seminar-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .seminar-box__inner {
    gap: 2rem;
  }
}

.seminar-box a {
  color: #005bac;
  background-color: #fdd000;
  -webkit-box-shadow: 0 0.4rem 0 #004ea2;
          box-shadow: 0 0.4rem 0 #004ea2;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  border-radius: 1.5rem;
  padding-block: 0.7rem;
  max-width: 17.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .seminar-box a {
    font-size: 2.8rem;
    max-width: 34.8rem;
  }
}

.seminar-box span {
  line-height: 1.2;
}

.seminar-note {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 1rem;
  font-weight: 500;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .seminar-note {
    font-size: 1.6rem;
  }
}

.reason {
  padding-bottom: 7.3rem;
}
@media screen and (min-width: 768px) {
  .reason {
    padding-bottom: 14.6rem;
  }
}

.reason__title {
  color: #FFF;
  background-color: #036eb8;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-block: 0.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .reason__title {
    font-size: 3.2rem;
  }
}
.reason__title::before {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #036eb8;
  width: 3rem;
  height: 1.36rem;
}
@media screen and (min-width: 768px) {
  .reason__title::before {
    bottom: -1.6rem;
    width: 6rem;
    height: 2.8rem;
  }
}

.reason__list {
  background: url(../img/reason-list-bg.webp) no-repeat center/cover;
  min-height: 15rem;
  margin-top: -0.3rem;
  padding-left: 28%;
  padding-top: 1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reason__list {
    padding-top: 2.6em;
    padding-left: 26%;
    min-height: 30rem;
    margin-top: -0.6rem;
  }
}
.reason__list::after {
  content: "";
  display: block;
  width: 10.3rem;
  height: 4rem;
  position: absolute;
  bottom: -5.5rem;
  left: 50%;
  translate: -50% 0;
  background: url(../img/arrow2.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .reason__list::after {
    bottom: -10rem;
    width: 20.6rem;
    height: 8rem;
  }
}

.reason__list li {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.68;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reason__list li {
    font-size: 2.6rem;
  }
}
.reason__list li::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -1.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon-check.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .reason__list li::before {
    top: 1rem;
    left: -3.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.point {
  background: url(../img/point-bg.webp) no-repeat center/cover;
  height: 100%;
  padding-block: 5.3rem;
}
@media screen and (min-width: 768px) {
  .point {
    padding-block: 10.6rem;
  }
}

.point__item {
  background-color: #FFF;
  padding: 1.6rem 2rem;
}
@media screen and (min-width: 768px) {
  .point__item {
    padding: 3.2rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .point__item {
    padding-inline: 4rem;
  }
}

.point__item + .point__item {
  margin-top: 2.4rem;
}

.point__title {
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 115, 124)), to(rgb(0, 85, 134)));
  background: linear-gradient(0deg, rgb(0, 115, 124) 0%, rgb(0, 85, 134) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .point__title {
    font-size: 4.4rem;
  }
}

.point__under-list {
  margin-top: 1rem;
}

.point__under-num {
  width: 3.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .point__under-num {
    width: 7.6rem;
  }
}

.point__under-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  position: relative;
  z-index: 3;
  padding-block: 0.5rem;
}

.point__under-item:not(:last-child) {
  border-bottom: 1px solid #CECFCF;
}

.point__under-body h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ea5711;
  position: relative;
  text-shadow: 0.08rem 0.08rem 0 #FFF, 0.1rem 0.1rem 0 #FFF;
}
@media screen and (min-width: 768px) {
  .point__under-body h3 {
    font-size: 3.2rem;
  }
}
.point__under-body h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.3rem;
  left: -1.5rem;
  background: url(../img/point-title-belt.png) no-repeat center/cover;
  width: 100%;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .point__under-body h3::before {
    top: 2.4rem;
    height: 2rem;
  }
}

.point__under-body p {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .point__under-body p {
    font-size: 2rem;
  }
}

.point__lead {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .point__lead {
    font-size: 1.9rem;
  }
}

.point__figure {
  position: relative;
  margin-top: 2rem;
}

.point__figure .text {
  position: absolute;
  top: 2%;
  left: 2%;
  font-weight: 700;
  width: 96%;
}

.point__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .point__container {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .point__figure-ex {
    width: 30.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.point__body-list {
  padding-left: 1em;
  position: relative;
}
.point__body-list::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  background: url(../img/point-item031.svg) no-repeat center/cover;
  height: 5.4rem;
  width: 10.6rem;
}
@media screen and (min-width: 480px) {
  .point__body-list::after {
    width: 16rem;
    height: 8.2rem;
    bottom: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .point__body-list::after {
    width: 32rem;
    height: 16.6rem;
    bottom: -9rem;
  }
}

.point__body-item {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.25;
  position: relative;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .point__body-item {
    font-size: 2.4rem;
  }
}
.point__body-item::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -1.6rem;
  background: url(../img/icon-check.svg) no-repeat center/cover;
  height: 1.1rem;
  width: 1.1rem;
}
@media screen and (min-width: 768px) {
  .point__body-item::before {
    top: 0.5rem;
    left: -2.9rem;
    height: 2.2rem;
    width: 2.2rem;
  }
}

.point__body-item + .point__body-item {
  margin-top: 0.5rem;
}

.point__title--ex {
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  background: url(../img/point-item-title-bg.png) no-repeat center/98% 100%;
  min-height: 4.4rem;
  text-align: center;
  color: #FFF;
  padding-block: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .point__title--ex {
    font-size: 4.4rem;
  }
}

.point__difference-item {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .point__difference-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
  }
}

.point__difference-num {
  width: 6.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .point__difference-num {
    width: 12.6rem;
  }
}

.point__difference-title {
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .point__difference-title {
    font-size: 2.4rem;
  }
}

.point__difference-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3793103448;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .point__difference-text {
    font-size: 1.7rem;
  }
}

.point__difference-text span {
  font-weight: 700;
}

.point__beforeAfter {
  background: url(../img/point-beforeAfter-bg.webp) no-repeat center/100% 100%;
  min-height: 13.4rem;
  width: 100%;
  padding: 0.6rem 1.2rem 1.6rem;
  margin-top: 1rem;
}
@media screen and (min-width: 480px) {
  .point__beforeAfter {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .point__beforeAfter {
    min-height: 26.8rem;
    padding: 1.2rem 2.4rem 1rem;
  }
}

.point__beforeAfter-title {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #23858a;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point__beforeAfter-title {
    font-size: 3.2rem;
  }
}

.point__beforeAfter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .point__beforeAfter-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.point__beforeAfter-item + .point__beforeAfter-item {
  margin-top: 1rem;
  position: relative;
}
.point__beforeAfter-item + .point__beforeAfter-item::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(100% 0, 0 0, 50% 90%);
  width: 6.8rem;
  height: 1rem;
  background-color: #fdd000;
}
@media screen and (min-width: 768px) {
  .point__beforeAfter-item + .point__beforeAfter-item::before {
    top: -1rem;
    width: 13.6rem;
    height: 2rem;
  }
}

.point__beforeAfter-img {
  width: 10.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .point__beforeAfter-img {
    width: 20.8rem;
  }
}

.point__beforeAfer-text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .point__beforeAfer-text {
    font-size: 2rem;
  }
}

.point__beforeAfer-text span {
  font-size: 1.3rem;
  font-weight: 700;
  color: #b60005;
}
@media screen and (min-width: 768px) {
  .point__beforeAfer-text span {
    font-size: 2.6rem;
  }
}

.benefit {
  background-color: #283b49;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .benefit {
    padding-bottom: 6rem;
  }
}

.benefit__img {
  width: 74%;
  margin-top: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .benefit__img {
    width: 26rem;
  }
}

.benefit__title {
  width: 80%;
  margin-inline: auto;
}

.benefit__media {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .benefit__media {
    margin-top: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.benefit__body {
  color: #FFF;
}
@media screen and (min-width: 480px) {
  .benefit__body {
    padding-left: 4em;
  }
}
@media screen and (min-width: 768px) {
  .benefit__body {
    padding-left: unset;
  }
}

.benefit__body-item {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .benefit__body-item {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .benefit__body-item {
    font-size: 6.2rem;
  }
}

.benefit__body-item + .benefit__body-item {
  margin-top: 1rem;
}

.benefit__body-item .space {
  display: none;
}
@media screen and (min-width: 768px) {
  .benefit__body-item .space {
    display: inline-block;
  }
}

.benefit__body-note {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.6rem;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .benefit__body-note {
    font-size: 2rem;
    padding-left: 10rem;
  }
}

.seminar-detail__banner {
  position: relative;
  background-color: white;
}

.seminar-detail__banner .seminar-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 19%;
}
@media screen and (min-width: 1024px) {
  .seminar-detail__banner .seminar-logo {
    width: 16.8rem;
  }
}

.seminar-detail {
  background: url(../img/seminar-detail-bg.webp) no-repeat center/cover;
  height: 100%;
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .seminar-detail {
    padding-block: 4rem;
  }
}

.seminar-detail__item {
  position: relative;
  padding: 1rem;
  padding-top: 4.8rem;
  border-radius: 1rem 0 0 1rem;
  -webkit-box-shadow: 0 0.4rem 0 rgba(167, 182, 195, 0.8);
          box-shadow: 0 0.4rem 0 rgba(167, 182, 195, 0.8);
  margin-top: 1rem;
  position: relative;
}
.seminar-detail__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(167, 182, 195)), color-stop(50%, rgb(209, 211, 214)), to(rgb(167, 182, 195)));
  background: linear-gradient(90deg, rgb(167, 182, 195) 0%, rgb(209, 211, 214) 50%, rgb(167, 182, 195) 100%);
  opacity: 0.95;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .seminar-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 2rem;
    margin-top: 1.2rem;
  }
}

.seminar-detail__item-title {
  width: 6.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  bottom: 54%;
  left: 2rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .seminar-detail__item-title {
    width: 17.6rem;
    position: static;
  }
}

.seminar-detail__item-title img {
  aspect-ratio: 86/137;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}

.seminar-detail__body {
  position: relative;
  z-index: 2;
}

.seminar-detail__body-title {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #b60005;
  width: 70%;
  word-break: auto-phrase;
  line-height: 1.2;
  margin-left: auto;
}
@media screen and (min-width: 480px) {
  .seminar-detail__body-title {
    width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .seminar-detail__body-title {
    font-size: 3.1rem;
    width: 100%;
    margin-left: unset;
  }
}
@media screen and (min-width: 1024px) {
  .seminar-detail__body-title {
    font-size: 3.2rem;
  }
}

.seminar-detail__body-lead {
  font-size: 1rem;
  font-weight: 500;
  width: 70%;
  line-height: 1.2;
  margin-left: auto;
  padding-block: 1rem;
}
@media screen and (min-width: 480px) {
  .seminar-detail__body-lead {
    width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .seminar-detail__body-lead {
    font-size: 1.8rem;
    width: 70%;
    margin-left: unset;
    padding-bottom: unset;
  }
}
@media screen and (min-width: 1024px) {
  .seminar-detail__body-lead {
    font-size: 1.9rem;
  }
}

.seminar-detail__body-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 1rem;
  position: relative;
}
.seminar-detail__body-media::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #00737C;
  background: linear-gradient(45deg, rgb(0, 115, 124) 0%, rgb(0, 85, 134) 100%);
}
@media screen and (min-width: 768px) {
  .seminar-detail__body-media::before {
    left: -2.2rem;
    top: 2.1rem;
    width: 75%;
    height: 0.6rem;
  }
}

.seminar-detail__body-inner {
  position: relative;
  z-index: 2;
}

.seminar-detail__body-name {
  text-align: right;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
}

.seminar-detail__body-name .sub {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .seminar-detail__body-name .sub {
    font-size: 1.8rem;
  }
}

.seminar-detail__body-name .main02 {
  font-weight: 800;
  font-size: 1.4rem;
  margin-inline: 0.8rem;
}
@media screen and (min-width: 768px) {
  .seminar-detail__body-name .main02 {
    font-size: 2.8rem;
  }
}

.seminar-detail__body-text {
  font-size: 1rem;
  margin-top: 0.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .seminar-detail__body-text {
    font-size: 1.5rem;
    margin-top: 0.8rem;
  }
}

.seminar-detail__body-img {
  width: 9.8rem;
  margin-top: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .seminar-detail__body-img {
    width: 19.6rem;
    margin-top: unset;
  }
}

.seminar-detail__body-img img {
  aspect-ratio: 98/114;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}

.footer {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 8rem;
  }
}

.footer__nav img {
  max-width: 100%;
  width: auto;
}

.footer .position {
  position: absolute;
  top: -3rem;
  right: 2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .footer .position {
    font-size: 1.8rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  min-height: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header {
    min-height: 6rem;
    text-align: left;
  }
}

.header__inner {
  width: 100%;
  height: inherit;
  padding: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 1.4rem;
  }
}

.header__logo {
  max-width: 13rem;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 19.4rem;
    height: auto;
  }
}

.header__seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
}
@media screen and (min-width: 480px) {
  .header__seminar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}

.header__seminar a {
  font-size: 1rem;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.04em;
  background-color: #036eb8;
  border-radius: 50vh;
  padding: 0.2rem 0.8rem;
  -webkit-box-shadow: 0 0.4rem 0 #005bac;
          box-shadow: 0 0.4rem 0 #005bac;
}
@media screen and (min-width: 768px) {
  .header__seminar a {
    font-size: 1.5rem;
    padding: 0.4rem 1.6rem;
  }
}

.inner {
  max-width: 512px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 930px;
    padding-inline: 20px;
  }
}/*# sourceMappingURL=style.css.map */