@charset "UTF-8";
/*
使い方
Vertical
@include sgradient(
  $colors:(
    (#e0e0e0, 0%),
    (#f0e0e0, 100%)
  )
);

Horizontal
@include sgradient(
  $from: left,
  $colors:(
    (#fff, 0%),
    (#fff, 50%),
    (#fff, 100%)
  )
);

Diagonal
@include sgradient(
  $from: top left,
  $colors:(
    (#fff, 0%),
    (#fff, 50%),
    (#fff, 50.01%),
    (#fff, 100%)
  )
);

Radial
@include sgradient(
  $type: radial,
  $colors:(
    (#fff,0%),
    (#fff,100%)
  )
);

Radial, THREE COLORS
@include sgradient(
  $type:radial,
  $from:top right,
  $colors:(
    (#fff,0%),
    (#fff,50%),
    (#fff,100%)
  )
);
*/
.bg-yellow {
  background-color: #fffbcd; }

.seminar-container {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px; }

.license-content-heading {
  margin-top: 35px;
  margin-bottom: 35px;
  color: #da4813;
  text-align: center; }
  .license-content-heading .waai {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px; }
    .license-content-heading .waai:before, .license-content-heading .waai:after {
      content: "";
      position: absolute;
      top: 50%;
      display: block;
      width: 3px;
      height: 100%;
      background-color: #da4813;
      border-radius: 3px; }
    .license-content-heading .waai:before {
      left: 0;
      transform: translateY(-50%) rotate(-18deg); }
    .license-content-heading .waai:after {
      right: 0;
      transform: translateY(-50%) rotate(18deg); }
  .license-content-heading .text {
    display: block;
    font-size: 28px; }
  @media screen and (min-width: 641px) {
    .license-content-heading .waai {
      margin-bottom: 12px;
      font-size: 24px; }
    .license-content-heading .text {
      font-size: 48px; } }

.section.section-start {
  padding-top: 40px; }

.seminar-start-title {
  margin: 0 0 38px;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center; }
  @media (min-width: 769px) {
    .seminar-start-title {
      height: 48px;
      margin-bottom: 60px;
      padding: 0;
      line-height: 48px;
      font-size: 16px; } }

.seminar-start-heading {
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
  color: #008BD4;
  text-align: center; }
  @media (min-width: 769px) {
    .seminar-start-heading {
      margin-bottom: 30px; } }
  .seminar-start-heading .small {
    display: block;
    margin-bottom: 10px;
    font-size: 13px; }
    @media (min-width: 769px) {
      .seminar-start-heading .small {
        font-size: 32px; } }
  .seminar-start-heading .big {
    display: inline-block;
    padding-bottom: 25px;
    font-size: 32px; }
    @media (min-width: 769px) {
      .seminar-start-heading .big {
        font-size: 64px; } }
    .seminar-start-heading .big i {
      font-style: normal;
      font-size: 70%; }

.seminar-start-content {
  margin-top: 20px;
  margin-bottom: 25px; }
  @media screen and (max-width: 640px) {
    .seminar-start-content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 769px) {
    .seminar-start-content {
      margin-top: 30px;
      margin-bottom: 48px; } }
  .seminar-start-content .check-list {
    display: inline-block;
    padding: 15px; }
    @media (min-width: 769px) {
      .seminar-start-content .check-list {
        max-width: 740px;
        padding: 35px 50px; } }
    .seminar-start-content .check-list > li {
      position: relative;
      padding-left: 1.8em;
      line-height: 1.4;
      font-weight: bold;
      font-size: 16px;
      text-align: left; }
      @media (min-width: 769px) {
        .seminar-start-content .check-list > li {
          padding-left: 1.8em;
          font-size: 20px; } }
      .seminar-start-content .check-list > li + li {
        margin-top: 20px; }
      .seminar-start-content .check-list > li:before {
        top: 0.12em; }

.seminar-start-visual {
  position: relative; }
  .seminar-start-visual-link {
    padding: 15px;
    text-align: center; }
    .seminar-start-visual-link .btn-drop {
      padding: 18px 25px; }
      @media (max-width: 768px) {
        .seminar-start-visual-link .btn-drop {
          width: 100%; } }
      @media (min-width: 769px) {
        .seminar-start-visual-link .btn-drop {
          padding: 22px 60px; } }

.seminar-start-movie {
  position: relative;
  text-align: center; }
  .seminar-start-movie-text {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-50%); }
    @media (min-width: 769px) {
      .seminar-start-movie-text {
        bottom: 20%;
        font-size: 32px; } }
  .seminar-start-movie-link {
    position: relative;
    top: -20px;
    padding: 0 15px;
    text-align: center; }
    @media (min-width: 769px) {
      .seminar-start-movie-link {
        top: -100px;
        height: 0;
        padding-top: 0; } }
    .seminar-start-movie-link .btn-drop {
      padding: 18px 25px; }
      @media (max-width: 768px) {
        .seminar-start-movie-link .btn-drop {
          width: 100%; } }
      @media (min-width: 769px) {
        .seminar-start-movie-link .btn-drop {
          padding: 22px 60px; } }
  .seminar-start-movie-opener {
    display: inline-block;
    height: 42px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3);
    background-color: #da4813;
    box-shadow: 0 5px 0 0 #ab390f, inset 0 0 0 0 #94310d;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 120ms ease-in-out;
    transform: translateY(0); }
    @media screen and (max-width: 640px) {
      .seminar-start-movie-opener {
        max-width: 260px;
        width: 100%; } }
    @media screen and (min-width: 641px) {
      .seminar-start-movie-opener {
        height: 60px;
        padding-left: 35px;
        padding-right: 35px;
        line-height: 60px;
        font-size: 18px; } }
    .seminar-start-movie-opener .fa {
      margin-right: 10px; }
    .seminar-start-movie-opener:hover {
      color: #fff;
      background-color: #ed6433; }
    .seminar-start-movie-opener:active {
      color: #fff;
      text-decoration: none;
      transform: translateY(4px);
      background-color: #eb531b;
      box-shadow: 0 1px 0 0 #94310d, inset 0 3px 2px 1px #94310d; }

.sc1-img-left {
  margin-top: 25px;
  margin-bottom: 35px; }
  @media (min-width: 769px) {
    .sc1-img-left {
      display: flex;
      margin-top: 25px;
      margin-bottom: 0; } }
  .sc1-img-left .image {
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      .sc1-img-left .image {
        width: 222px;
        margin-bottom: 0; } }
  @media (min-width: 769px) {
    .sc1-img-left .text {
      flex: 1;
      margin-left: 30px; } }

.course-support-table {
  margin-top: 30px; }
  @media (min-width: 769px) {
    .course-support-table {
      margin-right: -45px; } }
  @media (min-width: 769px) {
    .course-support-table .rows {
      display: flex;
      padding: 3px 0;
      border-top: 1px solid #008BD4;
      border-bottom: 1px solid #008BD4; }
      .course-support-table .rows + .rows {
        margin-top: -1px; } }
  @media (min-width: 769px) {
    .course-support-table .cols {
      flex: 1;
      width: 50%; } }
  @media (min-width: 769px) {
    .course-support-table .cells {
      display: flex;
      align-items: stretch; } }
  .course-support-table .cells dt {
    padding: 10px 15px;
    line-height: 1.3;
    font-size: 12px;
    color: #fff;
    background-color: #5BBEF2; }
    @media (max-width: 768px) {
      .course-support-table .cells dt br {
        display: none; } }
    @media (min-width: 769px) {
      .course-support-table .cells dt {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        min-height: 5em;
        padding: 15px 10px;
        font-size: 14px;
        text-align: center;
        background-color: #008BD4; } }
  .course-support-table .cells dd {
    padding: 8px 15px 15px;
    line-height: 1.3;
    font-size: 12px; }
    @media (min-width: 769px) {
      .course-support-table .cells dd {
        display: flex;
        align-items: center;
        flex: 1;
        padding: 15px 20px;
        font-size: 14px; } }

.course-img-teacher {
  margin-top: 25px;
  margin-bottom: 40px; }
  @media (min-width: 769px) {
    .course-img-teacher {
      margin-top: 30px;
      margin-right: -45px;
      text-align: left; } }

.course-price-link {
  margin-top: 25px; }
  @media (min-width: 769px) {
    .course-price-link {
      margin-top: 80px; } }
  .course-price-link .btn-drop {
    width: 100%;
    padding: 15px 25px;
    font-size: 14px; }
    @media (min-width: 769px) {
      .course-price-link .btn-drop {
        width: auto;
        padding: 25px 70px;
        font-size: 18px; } }

@media (min-width: 769px) {
  .comm1 .img {
    margin-right: -45px; } }

.comm2 .links {
  margin: 20px 0; }
  .comm2 .links .btn-anchor {
    padding: 20px;
    font-size: 16px; }
    @media (max-width: 768px) {
      .comm2 .links .btn-anchor {
        display: block;
        width: 100%; }
        .comm2 .links .btn-anchor + .btn-anchor {
          margin-top: 15px; } }
  @media (min-width: 769px) {
    .comm2 .links {
      display: flex;
      justify-content: space-between; }
      .comm2 .links .btn-anchor {
        width: 264px;
        padding: 15px; } }

.lineup-header {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 769px) {
    .lineup-header {
      margin-bottom: 60px; } }
  .lineup-header .h {
    margin-bottom: 25px; }
    @media (min-width: 769px) {
      .lineup-header .h {
        margin-bottom: 60px; } }
  .lineup-header .text {
    line-height: 1.4;
    font-size: 14px;
    text-align: left; }
    @media (min-width: 769px) {
      .lineup-header .text {
        line-height: 1.8;
        font-size: 16px;
        text-align: center; } }

.lineup-image {
  position: relative;
  max-width: 290px;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .lineup-image {
      max-width: 660px; } }

.lineup-sample {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 100%;
  padding: 0 15px;
  transform: translateX(-50%); }
  @media (min-width: 769px) {
    .lineup-sample {
      display: flex;
      max-width: 548px;
      margin: 40px auto;
      padding: 0; } }
  @media (max-width: 768px) {
    .lineup-sample .item {
      margin-top: 25px; } }
  @media (min-width: 769px) {
    .lineup-sample .item {
      width: 50%;
      padding: 0 12px; } }
  .lineup-sample .title {
    margin-bottom: 10px;
    padding: 15px;
    color: #fff;
    text-align: center;
    background-color: #008BD4; }
    @media (min-width: 769px) {
      .lineup-sample .title {
        margin-bottom: 15px; } }
  .lineup-sample .remarks {
    margin-top: 10px;
    font-size: 10px;
    color: #aaa;
    white-space: nowrap; }
    @media (min-width: 769px) {
      .lineup-sample .remarks {
        margin-top: 10px; } }
  .lineup-sample .imgs {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px; }
  .lineup-sample .book {
    width: 50%;
    padding: 0 10px;
    text-align: center; }
  .lineup-sample .link-text {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    text-decoration: underline; }

.seminar-flow-header {
  padding-left: 15px;
  padding-right: 15px; }
  .seminar-flow-header .h {
    margin-bottom: 25px; }
    @media (min-width: 769px) {
      .seminar-flow-header .h {
        margin-bottom: 60px; } }
  .seminar-flow-header .text {
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 14px; }
    @media (min-width: 769px) {
      .seminar-flow-header .text {
        margin-bottom: 40px;
        line-height: 1.8;
        font-size: 16px; } }

.seminar-option-header {
  padding-left: 15px;
  padding-right: 15px; }
  .seminar-option-header .h {
    margin-bottom: 25px; }
    @media (min-width: 769px) {
      .seminar-option-header .h {
        margin-bottom: 60px; } }
  .seminar-option-header .text {
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 14px; }
    @media (min-width: 769px) {
      .seminar-option-header .text {
        margin-bottom: 60px;
        line-height: 1.8;
        font-size: 16px; } }

.seminar-option {
  padding: 0 15px; }
  @media (min-width: 769px) {
    .seminar-option {
      display: flex;
      justify-content: space-between;
      padding: 0; } }
  .seminar-option .head {
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 769px) {
      .seminar-option .head {
        margin-bottom: 20px; } }
  .seminar-option .date {
    display: block;
    margin-top: 10px;
    padding: 10px;
    color: #fff;
    background-color: #ccc;
    border-radius: 100px; }
  .seminar-option .text {
    line-height: 1.4;
    font-size: 14px; }
    @media (min-width: 769px) {
      .seminar-option .text {
        line-height: 1.6;
        font-size: 16px; } }
  @media (max-width: 768px) {
    .seminar-option .item + .item {
      margin-top: 30px; } }
  @media (min-width: 769px) {
    .seminar-option .item {
      max-width: 222px; } }
  .seminar-option .gassyuku {
    background-color: #E83817; }
  .seminar-option .ouyou {
    background-color: #EC7AA1; }
  .seminar-option .touki {
    background-color: #008BD4; }
  .seminar-option .chokuzen {
    background-color: #4CA748; }

.btn-seminar-kaijou {
  padding: 15px;
  font-size: 16px;
  text-align: center; }
  @media (max-width: 768px) {
    .btn-seminar-kaijou {
      width: 100%; } }
  @media (min-width: 769px) {
    .btn-seminar-kaijou {
      padding: 25px 60px;
      font-size: 20px; } }

.seminar-kaijou-container {
  padding-bottom: 60px; }
  @media (min-width: 769px) {
    .seminar-kaijou-container {
      padding-bottom: 25px; } }

.seminar-kaijou-header {
  text-align: center; }
  .seminar-kaijou-header .h {
    margin-bottom: 25px; }
    @media (min-width: 769px) {
      .seminar-kaijou-header .h {
        margin-bottom: 60px; } }

.seminar-kaijou-content {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 769px) {
    .seminar-kaijou-content {
      padding: 0 0 40px; } }

@media (max-width: 768px) {
  .seminar-kaijou-area {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.seminar-kaijou-area-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .seminar-kaijou-area-list > li > a {
    position: relative;
    display: block; }
    .seminar-kaijou-area-list > li > a > img {
      filter: blur(0);
      transition: all 240ms ease-in-out; }
    .seminar-kaijou-area-list > li > a > span {
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      background-color: rgba(0, 139, 212, 0.8);
      transition: all 240ms ease-in-out; }
    .seminar-kaijou-area-list > li > a .date {
      position: absolute;
      display: block;
      width: 100%;
      padding: 10px 10px 10px 14px;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      color: #444;
      background-color: rgba(255, 255, 255, 0.6);
      text-align: center; }
      .seminar-kaijou-area-list > li > a .date .sat {
        color: #05a; }
      .seminar-kaijou-area-list > li > a .date .sun {
        color: #d22; }
      .seminar-kaijou-area-list > li > a .date > span {
        font-size: 80%; }
      .seminar-kaijou-area-list > li > a .date:after {
        content: "開催！";
        margin-left: 8px; }
    .seminar-kaijou-area-list > li > a:hover > img {
      filter: blur(2px); }
    .seminar-kaijou-area-list > li > a:hover > span {
      height: 65%;
      color: #fff;
      text-decoration: none; }
  @media (max-width: 768px) {
    .seminar-kaijou-area-list {
      display: flex;
      flex-flow: row wrap;
      width: 2400px; }
      .seminar-kaijou-area-list > li {
        position: relative;
        width: 240px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 769px) {
    .seminar-kaijou-area-list {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-flow: row wrap;
      margin-left: -10px;
      margin-right: -10px; }
      .seminar-kaijou-area-list > li {
        flex: 1 0 33.3332%;
        padding: 10px;
        box-sizing: border-box; }
        .seminar-kaijou-area-list > li > a {
          height: 0;
          padding-bottom: 100%;
          overflow: hidden; }
          .seminar-kaijou-area-list > li > a img {
            position: absolute;
            top: 50%;
            left: 50%;
            max-width: none;
            width: auto;
            height: 100%;
            transform: translate(-50%, -50%); } }

.seminar-kaijou-link {
  margin-top: 25px;
  text-align: center; }
  @media (min-width: 769px) {
    .seminar-kaijou-link {
      margin-top: 40px; } }

.seminar-contact-container {
  margin-bottom: 80px;
  padding-top: 25px;
  padding-bottom: 25px; }

.seminar-contact-header .h {
  margin-bottom: 35px;
  font-size: 18px; }
  @media (min-width: 769px) {
    .seminar-contact-header .h {
      margin-bottom: 35px;
      font-size: 28px; } }

.seminar-contact-content {
  position: relative;
  z-index: 1;
  padding: 0 15px 60px; }
  @media (min-width: 769px) {
    .seminar-contact-content {
      padding: 0 0 80px; } }

@media (min-width: 769px) {
  .seminar-contact-link {
    display: flex;
    max-width: 796px;
    margin: 0 auto; } }

@media (max-width: 768px) {
  .seminar-contact-link .item + .item {
    margin-top: 15px; } }

@media (min-width: 769px) {
  .seminar-contact-link .item {
    width: 50%;
    padding: 0 15px; } }

.seminar-contact-link .btn-drop {
  padding: 25px 26px;
  font-weight: bold; }
  .seminar-contact-link .btn-drop small {
    display: block;
    margin-bottom: 5px;
    font-size: 16px; }
  .seminar-contact-link .btn-drop span {
    display: block;
    font-size: 24px; }

.seminar-contact-freedial {
  margin-top: 35px; }
  @media (min-width: 769px) {
    .seminar-contact-freedial {
      margin-top: 50px; } }

.seminar-contact-woman {
  display: none; }
  @media (min-width: 769px) {
    .seminar-contact-woman {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 0;
      display: block;
      width: auto; } }

.license2026 {
  overflow-x: clip; }
  @media (max-width: 768px) {
    .license2026 > section:not(:first-child) {
      padding-top: 60px; } }
  .license2026 em {
    font-weight: bold; }
  .license2026 .h-primary2 {
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .license2026 .h-primary2 {
        margin-bottom: 50px; } }
    .license2026 .h-primary2 .min {
      display: block;
      margin-top: 15px;
      font-family: 'Krona One', sans-serif;
      font-size: 10px;
      color: #D6D6D6; }
  .license2026 .lc-h1 {
    margin: 0 0 40px; }
    @media (min-width: 769px) {
      .license2026 .lc-h1 {
        margin: 0 0 50px; } }
    @media (min-width: 769px) {
      .license2026 .lc-h1 small {
        font-size: 18px; } }
    @media (min-width: 769px) {
      .license2026 .lc-h1 strong {
        font-size: 40px; } }
    .license2026 .lc-h1 .min {
      display: block;
      margin-top: 24px;
      font-family: 'Krona One', sans-serif;
      font-size: 16px;
      color: #D6D6D6; }
  .license2026 .lc-h3 {
    margin-bottom: 24px; }
    @media (min-width: 769px) {
      .license2026 .lc-h3 {
        margin-bottom: 40px; } }
    .license2026 .lc-h3 .small {
      display: block;
      margin: 0 0 10px;
      font-size: 12px; }
  .license2026 ul.kome {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    line-height: 1.4;
    font-size: 12px;
    color: #7C7C7C; }
    .license2026 ul.kome li {
      position: relative;
      padding-left: 1.2em; }
      .license2026 ul.kome li:before {
        content: "※";
        position: absolute;
        left: 0; }
  .license2026 .kome {
    line-height: 1.5;
    font-size: 10px;
    color: #7C7C7C; }
    @media (min-width: 769px) {
      .license2026 .kome {
        font-size: 12px; } }
  .license2026 .danger {
    color: #D2342D; }
  .license2026 .pink {
    color: #E36390; }
  .license2026 .info {
    color: #4d9835; }
  .license2026 [data-maker=strong] strong {
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: linear-gradient(180deg, transparent 0%, transparent 50%, #FFF100 50.01%, #FFF100 100%); }
  .license2026 .text {
    line-height: 1.8;
    font-size: 14px; }
    @media (min-width: 769px) {
      .license2026 .text {
        font-size: 16px; } }
  .license2026 .btn-lc-primary {
    font-weight: bold;
    font-size: 18px; }

@media (min-width: 769px) {
  .license-page__kv {
    margin-top: -15px; } }

.license-page__kv-image {
  background-color: #fff; }
  @media (max-width: 768px) {
    .license-page__kv-image .container {
      padding: 0; } }

.license-page__kv-content {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #fff; }
  @media (max-width: 768px) {
    .license-page__kv-content {
      margin-left: -15px;
      margin-right: -15px;
      padding: 0 15px 32px;
      background-image: url(../images/license/2026/img_01_text_bg-sp.png); } }
  @media (min-width: 769px) {
    .license-page__kv-content {
      margin: 0 0 120px;
      padding: 0 64px 67px;
      background-image: url(../images/license/2026/img_01_text_bg.png); } }
  .license-page__kv-content__inner {
    padding: 15px 20px 22px;
    background-color: #E6F4F9;
    border-radius: 16px; }
    @media (min-width: 769px) {
      .license-page__kv-content__inner {
        padding: 46px 45px 34px;
        border-radius: 23px; } }
  .license-page__kv-content .start-box {
    padding-top: 40px; }
    @media (min-width: 769px) {
      .license-page__kv-content .start-box {
        display: flex;
        align-items: flex-end;
        max-width: 688px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 32px; } }
    @media (min-width: 769px) {
      .license-page__kv-content .start-box__text {
        flex: 1;
        padding-bottom: 26px; } }
    .license-page__kv-content .start-box__text .text {
      margin-bottom: 0; }
      @media (min-width: 769px) {
        .license-page__kv-content .start-box__text .text {
          font-size: 14px; } }
    @media (min-width: 769px) {
      .license-page__kv-content .start-box__image {
        width: 184px; } }
  .license-page__kv-content .img-title {
    margin: 0 0 30px;
    text-align: center; }
    @media (min-width: 769px) {
      .license-page__kv-content .img-title {
        margin-bottom: 24px;
        margin-left: -48px;
        text-align: left; } }
  @media (max-width: 768px) {
    .license-page__kv-content .text-start {
      margin-bottom: 16px; } }
  @media (min-width: 769px) {
    .license-page__kv-content .text-start {
      color: #3E3A39; } }
  @media (max-width: 768px) {
    .license-page__kv-content .text-start .image-j {
      text-align: center; } }
  @media (min-width: 769px) {
    .license-page__kv-content .text-flex {
      align-items: center;
      margin-bottom: 10px; } }
  .license-page__kv-content .text-flex__image {
    margin: 20px 0 45px; }
    @media (max-width: 768px) {
      .license-page__kv-content .text-flex__image {
        text-align: center; } }
  @media (min-width: 769px) {
    .license-page__kv-content .text-flex__text {
      padding-bottom: 50px; } }
  .license-page__kv-content .text-flex__text h3 {
    margin: 0 0 28px; }
    @media (max-width: 768px) {
      .license-page__kv-content .text-flex__text h3 img {
        width: auto;
        height: 19px; } }
  @media (min-width: 769px) {
    .license-page__kv-content .text-flex {
      display: flex; }
      .license-page__kv-content .text-flex__text {
        flex: 1 1 0%; }
      .license-page__kv-content .text-flex__image {
        width: 264px;
        margin: 20px 0 0;
        margin-left: 23px;
        margin-right: -15px; } }
  .license-page__kv-content .img-zu {
    margin: 0 -8px 0;
    text-align: center; }
  .license-page__kv-content > .text {
    line-height: 1.6;
    font-size: 14px; }
    @media (min-width: 769px) {
      .license-page__kv-content > .text {
        line-height: 1.8;
        font-size: 16px; } }
  .license-page__kv-content > .text2 {
    margin: 30px 0 10px; }
    @media (min-width: 769px) {
      .license-page__kv-content > .text2 {
        margin: 40px 0 40px; } }
    .license-page__kv-content > .text2 h3 {
      margin: 0 0 24px; }
      @media (min-width: 769px) {
        .license-page__kv-content > .text2 h3 {
          margin: 0 0 40px; } }
  .license-page__kv-content .profile-box {
    margin-top: 60px; }
    @media (min-width: 769px) {
      .license-page__kv-content .profile-box {
        margin-right: -20px; } }
    .license-page__kv-content .profile-box .image {
      text-align: center; }
      @media (max-width: 768px) {
        .license-page__kv-content .profile-box .image {
          margin-left: -20px;
          margin-right: -20px; } }
    .license-page__kv-content .profile-box .orime {
      position: relative;
      display: flex;
      padding: 25px 20px;
      background-color: #F7F1EA;
      border: 2px solid #468AB9; }
      @media (max-width: 768px) {
        .license-page__kv-content .profile-box .orime {
          flex-direction: column-reverse; } }
      @media (min-width: 769px) {
        .license-page__kv-content .profile-box .orime {
          align-items: flex-end;
          flex: 1 1 0%;
          margin-top: 20px;
          padding: 30px 30px; } }
      .license-page__kv-content .profile-box .orime .logo {
        width: 80px;
        margin: 0 auto 24px; }
        @media (min-width: 769px) {
          .license-page__kv-content .profile-box .orime .logo {
            width: 112px;
            margin: 0;
            margin-left: 30px; } }
      .license-page__kv-content .profile-box .orime .text {
        line-height: 1.7;
        font-size: 14px; }
        @media (min-width: 769px) {
          .license-page__kv-content .profile-box .orime .text {
            flex: 1 1 0%;
            font-size: 16px; } }
      .license-page__kv-content .profile-box .orime .orikaesi {
        position: absolute;
        top: -2px;
        right: -2px;
        width: 27px;
        height: 27px; }
        @media (min-width: 769px) {
          .license-page__kv-content .profile-box .orime .orikaesi {
            width: 55px;
            height: 55px; } }
        .license-page__kv-content .profile-box .orime .orikaesi:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background-color: #fff; }
        .license-page__kv-content .profile-box .orime .orikaesi img {
          position: relative;
          z-index: 1; }

.sec01 {
  margin: 0 0 20px; }
  @media (min-width: 769px) {
    .sec01 {
      margin: 0 0 1px; } }
  .sec01 .ls-c1-slider {
    margin: 0 0 30px; }
    @media (min-width: 769px) {
      .sec01 .ls-c1-slider {
        margin: 0 0 18px; } }
  @media (min-width: 769px) {
    .sec01__p1 {
      margin: 0 0 65px; } }
  .sec01__p1-row {
    display: flex; }
    @media (max-width: 920px) {
      .sec01__p1-row {
        flex-direction: column; } }
    .sec01__p1-row .imagebox {
      margin-bottom: 30px; }
      @media (min-width: 769px) {
        .sec01__p1-row .imagebox {
          max-width: 432px;
          width: 45%;
          margin: 0;
          margin-left: 40px; } }
    .sec01__p1-row .imagebox2 {
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .sec01__p1-row .imagebox2 {
          text-align: center; } }
      @media (min-width: 769px) {
        .sec01__p1-row .imagebox2 {
          max-width: 430px;
          width: 45%;
          margin: 0;
          margin-left: 14px; } }
    .sec01__p1-row .textbox {
      margin: 0 0 20px; }
      @media (min-width: 769px) {
        .sec01__p1-row .textbox {
          flex: 1 1 0%;
          margin: 0; } }
    .sec01__p1-row .text {
      line-height: 1.8;
      font-size: 15px; }
      @media (min-width: 769px) {
        .sec01__p1-row .text {
          font-size: 16px; } }

.sec02 {
  margin: 0 0 70px;
  padding-top: 70px; }
  @media (min-width: 769px) {
    .sec02 {
      margin: 0 0 120px;
      padding-top: 120px; } }
  .sec02 .container {
    max-width: 862px; }
  .sec02 .h-lede {
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-image: url(../images/license/2026/sec02/kyouzai_bg-sp.png); }
    @media (max-width: 768px) {
      .sec02 .h-lede {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 769px) {
      .sec02 .h-lede {
        margin-left: -69px;
        margin-right: -69px;
        margin-bottom: 90px;
        padding-left: 69px;
        padding-right: 69px;
        background-image: url(../images/license/2026/sec02/kyouzai_bg.png); } }
  .sec02 .ttl-up {
    margin: 24px 0;
    text-align: center; }
  .sec02 .lede {
    margin: 30px 0 50px;
    line-height: 1.8;
    font-size: 14px; }
    @media (min-width: 769px) {
      .sec02 .lede {
        font-size: 16px; } }
  .sec02-item {
    margin: 50px 0; }
    @media (min-width: 769px) {
      .sec02-item {
        margin: 80px 0; } }
    .sec02-item .text {
      margin: 24px 0 20px; }
    .sec02-item .image {
      margin-top: 30px;
      text-align: center; }
    .sec02-item .kome {
      margin-top: 5px; }
    .sec02-item .imagebox {
      text-align: center; }
    .sec02-item .link-sample {
      margin: 20px 0 0;
      text-align: center; }
    .sec02-item .link-row {
      margin: 24px 0 50px;
      text-align: center; }
      @media (min-width: 769px) {
        .sec02-item .link-row {
          margin: 60px 0 80px; } }
      @media (max-width: 768px) {
        .sec02-item .link-row a {
          margin-bottom: 20px; } }
      @media (min-width: 769px) {
        .sec02-item .link-row a {
          margin: 0 10px; } }
  @media (min-width: 769px) {
    .sec02__p3-row {
      display: flex; }
      .sec02__p3-row .textbox {
        flex: 1 1 0%;
        margin: 0; }
        .sec02__p3-row .textbox .text {
          margin: 0; }
      .sec02__p3-row .imagebox {
        width: 240px;
        margin-left: 60px; } }
  .sec02__book {
    margin: 0 0 50px; }
    .sec02__book:last-child {
      margin-bottom: 0; }
    @media (min-width: 769px) {
      .sec02__book-row {
        display: flex; } }
    .sec02__book .textbox {
      flex: 1 1 0%;
      margin: 0 0 0; }
    .sec02__book .text {
      margin: 0; }
    .sec02__book .imagebox {
      text-align: center; }
      @media (max-width: 768px) {
        .sec02__book .imagebox {
          margin-top: 24px; } }
      @media (min-width: 769px) {
        .sec02__book .imagebox {
          width: 162px;
          margin-left: 20px;
          text-align: right; } }
    .sec02__book .kome {
      margin-top: 5px; }
    .sec02__book .sample-content {
      margin: 40px 0 60px; }
      @media (min-width: 769px) {
        .sec02__book .sample-content {
          margin: 80px 0; } }
      @media (min-width: 769px) {
        .sec02__book .sample-content__flex {
          display: flex; } }
      @media (min-width: 769px) {
        .sec02__book .sample-content__flex .text {
          flex: 1 1 0%; } }
      @media (min-width: 769px) {
        .sec02__book .sample-content__flex .image {
          max-width: 353px;
          width: 43%;
          margin-top: 0;
          margin-left: 44px; } }
      .sec02__book .sample-content .title {
        margin: 0 0 40px;
        text-align: center; }
        @media (min-width: 769px) {
          .sec02__book .sample-content .title {
            margin: 0 0 34px; } }
      .sec02__book .sample-content .link {
        display: flex;
        justify-content: center;
        margin: 20px 0 0; }
        @media (min-width: 769px) {
          .sec02__book .sample-content .link {
            margin: 40px 0 0; } }

.sec03 {
  margin: 70px 0; }
  @media (min-width: 769px) {
    .sec03 {
      margin: 70px 0 120px; } }
  .sec03 .teacher {
    max-width: 832px;
    margin: 30px 0 20px; }
    @media (min-width: 769px) {
      .sec03 .teacher {
        margin: 50px auto 20px; } }
    .sec03 .teacher .title {
      margin: 0 0 30px;
      text-align: center; }
    @media (max-width: 768px) {
      .sec03 .teacher__row {
        max-width: 300px;
        margin: 0 auto; } }
    @media (min-width: 769px) {
      .sec03 .teacher__row {
        display: flex;
        margin: 0 -15px; } }
    .sec03 .teacher__item {
      margin-bottom: 2em;
      padding: 0; }
      @media (min-width: 769px) {
        .sec03 .teacher__item {
          width: 33.33332%;
          margin-bottom: 0;
          padding: 0 16px; } }
      .sec03 .teacher__item .image {
        position: relative;
        margin: 0 0 15px; }
        .sec03 .teacher__item .image > img {
          position: relative;
          z-index: 1; }
        .sec03 .teacher__item .image .pin {
          position: absolute;
          left: -13px;
          bottom: 43px;
          z-index: 2; }
          @media (min-width: 769px) {
            .sec03 .teacher__item .image .pin {
              bottom: 30px; } }
        .sec03 .teacher__item .image .mark {
          position: absolute;
          z-index: 0; }
          .sec03 .teacher__item .image .mark.t1 {
            right: 0;
            bottom: 88px; }
          .sec03 .teacher__item .image .mark.t2 {
            right: -48px;
            bottom: 38px; }
            @media (min-width: 769px) {
              .sec03 .teacher__item .image .mark.t2 {
                bottom: 30px; } }
          .sec03 .teacher__item .image .mark.t3 {
            top: 15px;
            right: 20px; }
            @media (min-width: 769px) {
              .sec03 .teacher__item .image .mark.t3 {
                right: 0; } }
      .sec03 .teacher__item .text {
        font-size: 14px; }
        .sec03 .teacher__item .text .kome {
          margin-top: 10px; }
    .sec03 .teacher__teacher {
      max-width: 372px;
      margin: 48px auto;
      padding: 0 20px; }
      @media (min-width: 769px) {
        .sec03 .teacher__teacher {
          max-width: 872px; } }
  @media (max-width: 768px) {
    .sec03 .teacher-image {
      margin-left: -15px;
      margin-right: -15px; } }
  .sec03 .spec {
    max-width: 832px;
    margin: 30px auto 0; }
    .sec03 .spec .title {
      margin: 0 0 16px;
      font-size: 14px; }
      @media (min-width: 769px) {
        .sec03 .spec .title {
          font-size: 16px; } }
    .sec03 .spec__table .spec-table {
      width: 100%;
      border-bottom: 1px solid #7C7C7C; }
      .sec03 .spec__table .spec-table th, .sec03 .spec__table .spec-table td {
        padding: 16px 0;
        font-size: 14px;
        border: 0; }
      .sec03 .spec__table .spec-table th {
        background-color: #EAF5FA; }
      .sec03 .spec__table .spec-table td {
        line-height: 1.6; }
      @media (max-width: 768px) {
        .sec03 .spec__table .spec-table,
        .sec03 .spec__table .spec-table tr, .sec03 .spec__table .spec-table th, .sec03 .spec__table .spec-table td, .sec03 .spec__table .spec-table tbody, .sec03 .spec__table .spec-table thead {
          display: block; }
        .sec03 .spec__table .spec-table th {
          border-top: 1px solid #7C7C7C;
          border-bottom: 1px solid #7C7C7C; } }
      @media (min-width: 769px) {
        .sec03 .spec__table .spec-table th, .sec03 .spec__table .spec-table td {
          padding: 16px;
          font-size: 14px;
          border: 0;
          border-top: 1px solid #7C7C7C;
          border-bottom: 1px solid #7C7C7C; }
        .sec03 .spec__table .spec-table th {
          width: 160px;
          text-align: left; } }
  .sec03 .online-first {
    margin: 0 0 24px; }
    @media (min-width: 769px) {
      .sec03 .online-first {
        margin: 0 0 50px; } }

.online-sample-heading {
  margin: 0;
  text-align: center; }

.online-sample {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 -15px 20px;
  padding: 25px 24px 36px;
  background-color: #E1F2F8;
  border-radius: 9px; }
  @media (min-width: 769px) {
    .online-sample {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 8px 24px;
      margin-left: 0;
      margin-right: 0;
      padding: 20px 40px 0; } }
  .online-sample__item {
    position: relative;
    z-index: 1;
    margin: 0 0 1px;
    text-align: center; }
    @media (min-width: 769px) {
      .online-sample__item {
        width: calc(50% - 12px);
        margin: 0; } }
    @media (max-width: 768px) {
      .online-sample__item.item3 {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 769px) {
      .online-sample__item.item3 {
        margin-top: auto;
        margin-bottom: 0; } }
    @media (min-width: 769px) {
      .online-sample__item.item3 > img {
        max-width: none;
        width: 110%;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -1px; } }
    .online-sample__item.item3 a {
      top: auto;
      left: 15%;
      bottom: 0%;
      right: auto; }
      @media (min-width: 769px) {
        .online-sample__item.item3 a {
          left: 11%;
          bottom: -3%; } }
    @media (min-width: 769px) {
      .online-sample__item.item4 {
        padding-top: 20px;
        padding-bottom: 19px; } }
    @media (min-width: 769px) {
      .online-sample__item.item4 > img {
        margin-top: 14px; } }
    @media (min-width: 769px) {
      .online-sample__item.item4 a {
        right: 1px;
        top: 36px; } }
    .online-sample__item a {
      position: absolute;
      right: 6px;
      top: 7px;
      z-index: 1;
      display: block;
      transition: 235ms ease; }
      @media (max-width: 768px) {
        .online-sample__item a {
          right: 1px;
          top: 12px;
          width: 88px; } }
      .online-sample__item a:hover {
        opacity: 0.8; }
  .online-sample__text {
    margin: 0 0 35px; }

.study-support {
  margin: 0 0 32px; }
  @media (min-width: 769px) {
    .study-support {
      margin-bottom: 100px; } }
  .study-support .container {
    max-width: calc(832px + 30px);
    margin: 0 auto; }
    .study-support .container .image {
      margin-bottom: 53px; }

.sec3-voice {
  margin: 0 0 70px;
  padding-top: 0; }
  @media (min-width: 769px) {
    .sec3-voice {
      margin: 0 0 120px; } }
  @media (min-width: 769px) {
    .sec3-voice .text {
      text-align: center; } }
  .sec3-voice .text p {
    margin: 0; }
  @media (min-width: 769px) {
    .sec3-voice .text .kome {
      margin-top: 12px; } }
  @media (max-width: 768px) {
    .sec3-voice .image {
      margin-left: -15px;
      margin-right: -15px; } }
  .sec3-voice .link {
    margin-top: 24px; }
    @media (min-width: 769px) {
      .sec3-voice .link {
        margin-top: 60px; } }

.sec04 {
  margin: 70px 0; }
  @media (min-width: 769px) {
    .sec04 {
      margin: 120px 0; } }
  .sec04 .member-images {
    margin: 0 0 67px;
    padding: 30px 15px;
    background-color: #EAF5FA; }
    @media (min-width: 769px) {
      .sec04 .member-images {
        padding: 40px 0; } }
    @media (min-width: 769px) {
      .sec04 .member-images__row {
        display: flex;
        margin: 0 -15px; } }
    .sec04 .member-images__item {
      text-align: center; }
      @media (max-width: 768px) {
        .sec04 .member-images__item {
          margin: 0 0 10px; }
          .sec04 .member-images__item:last-child {
            margin-bottom: 0; } }
      @media (min-width: 769px) {
        .sec04 .member-images__item {
          width: 33.333332%;
          padding: 0 15px; } }
  @media (max-width: 768px) {
    .sec04 .member-point {
      max-width: 300px;
      margin: 0 auto; } }
  @media (min-width: 769px) {
    .sec04 .member-point {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px -40px; } }
  @media (max-width: 768px) {
    .sec04 .member-point__item {
      margin: 0 0 20px; } }
  @media (min-width: 769px) {
    .sec04 .member-point__item {
      width: 33.333332%;
      margin-bottom: 40px;
      padding: 0 15px; } }
  .sec04 .member-point .title {
    position: relative;
    margin: 0 0 10px; }
    .sec04 .member-point .title .fukidasi {
      position: absolute;
      top: -36px;
      left: 0;
      display: block;
      width: 100%;
      text-align: center; }

.sec05-header {
  position: relative; }
  @media (min-width: 769px) {
    .sec05-header {
      margin: 0; } }
  .sec05-header .title {
    margin: 0 0 26px;
    text-align: center; }
    @media (min-width: 769px) {
      .sec05-header .title {
        margin-bottom: 60px; } }
  .sec05-header .picture {
    text-align: center; }
    @media (max-width: 768px) {
      .sec05-header .picture {
        margin-left: -4px; } }
    @media (min-width: 769px) {
      .sec05-header .picture {
        margin-bottom: 24px; } }
  .sec05-header .slide-kougi {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 769px) {
      .sec05-header .slide-kougi {
        margin-left: -48px;
        margin-right: -45px; } }
    .sec05-header .slide-kougi__inner {
      position: relative; }
      @media (max-width: 768px) {
        .sec05-header .slide-kougi__inner {
          max-width: 375px; } }
    .sec05-header .slide-kougi .link {
      position: absolute;
      z-index: 1; }
      @media (max-width: 768px) {
        .sec05-header .slide-kougi .link {
          bottom: 142px;
          right: 66px;
          width: 100px; } }
      @media (min-width: 769px) {
        .sec05-header .slide-kougi .link {
          top: 74px;
          right: 83px; } }
      .sec05-header .slide-kougi .link a:hover {
        opacity: 0.8; }

.sec05__content {
  margin: 60px 0 0; }
  @media (min-width: 769px) {
    .sec05__content {
      margin: 61px 0 0; } }
  .sec05__content .textbox {
    margin: 0 0 30px; }
    @media (min-width: 769px) {
      .sec05__content .textbox {
        margin: 0 0 40px; } }
  @media (min-width: 769px) {
    .sec05__content .textdata__row {
      display: flex;
      margin: 0 -15px; } }
  .sec05__content .textdata__item {
    margin: 0 0 20px; }
    @media (max-width: 768px) {
      .sec05__content .textdata__item:last-child {
        margin: 0; } }
    @media (min-width: 769px) {
      .sec05__content .textdata__item {
        width: 33.333332%;
        padding: 0 15px; } }
    .sec05__content .textdata__item .text {
      font-size: 15px; }
    .sec05__content .textdata__item .title {
      margin: 0 0 14px;
      text-align: center; }
    .sec05__content .textdata__item .img-a {
      margin: 10px 0 0; }
  .sec05__content .voice {
    max-width: 832px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .sec05__content .voice {
        margin-top: 45px;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center; } }
    @media (min-width: 769px) {
      .sec05__content .voice img {
        max-width: calc(100% + 15px);
        margin-right: -15px; } }

.sec06 {
  margin: 0 0; }
  @media (min-width: 769px) {
    .sec06 {
      margin: 70px 0; } }
  @media (max-width: 768px) {
    .sec06 .schedule {
      margin-left: -15px;
      margin-right: -15px;
      overflow: hidden; } }
  @media (max-width: 768px) {
    .sec06 .schedule__inner {
      padding: 10px 0;
      overflow: auto; } }
  @media (max-width: 768px) {
    .sec06 .schedule .scroll-body {
      width: 750px;
      padding: 0 15px; } }
  @media (max-width: 768px) {
    .sec06 .schedule .kome {
      padding: 0 15px; } }
  .sec06 .links {
    margin: 38px 0 0;
    text-align: center; }
    @media (max-width: 768px) {
      .sec06 .links a {
        margin-bottom: 16px; } }
    @media (min-width: 769px) {
      .sec06 .links {
        margin: 60px 0 60px; } }
  .sec06 .kaijou-text-wrapper {
    margin-top: 67px; }
    @media (min-width: 769px) {
      .sec06 .kaijou-text-wrapper {
        margin-top: 120px;
        background-color: #EFEDF6;
        border-radius: 23px; } }
  .sec06 .kaijou-text {
    position: relative;
    margin: 0 0;
    padding: 30px 20px;
    border-radius: 23px; }
    @media (max-width: 768px) {
      .sec06 .kaijou-text {
        margin-left: -15px;
        margin-right: -15px;
        background-color: #EFEDF6; } }
    @media (min-width: 769px) {
      .sec06 .kaijou-text {
        margin: 60px 0 40px;
        padding: 40px 45px 0; } }
    .sec06 .kaijou-text .links {
      margin-bottom: 70px; }
    .sec06 .kaijou-text .taiou-ttl {
      margin: 0 0 24px; }
    @media (max-width: 768px) {
      .sec06 .kaijou-text__row {
        padding: 0; }
        .sec06 .kaijou-text__row .kt3 {
          margin-bottom: 0; } }
    @media (min-width: 769px) {
      .sec06 .kaijou-text__row {
        display: flex;
        gap: 15px; }
        .sec06 .kaijou-text__row .kt1 {
          width: 306px; }
        .sec06 .kaijou-text__row .kt2 {
          width: 263px; }
        .sec06 .kaijou-text__row .kt3 {
          flex: 1 1 0%; } }
    .sec06 .kaijou-text__item {
      margin: 0 0 36px; }
      @media (min-width: 769px) {
        .sec06 .kaijou-text__item {
          margin: 0;
          padding: 0; } }
    .sec06 .kaijou-text .title {
      margin: 0 0 14px; }
      .sec06 .kaijou-text .title img {
        max-width: none;
        width: 100%; }
    .sec06 .kaijou-text .text {
      font-size: 14px; }
      @media (min-width: 769px) {
        .sec06 .kaijou-text .text {
          line-height: 1.8;
          font-size: 16px; } }
      .sec06 .kaijou-text .text .info {
        color: #0096C3; }
    .sec06 .kaijou-text .kome {
      margin: 5px 0 0;
      color: #DA391D; }
  .sec06 .chusi-taiou {
    position: relative;
    margin: 45px -15px 0;
    padding: 30px 20px;
    border-radius: 23px; }
    @media (max-width: 768px) {
      .sec06 .chusi-taiou {
        background-color: #EFEDF6; } }
    @media (min-width: 769px) {
      .sec06 .chusi-taiou {
        margin: 43px 0 0;
        padding: 0 45px 50px; } }
    .sec06 .chusi-taiou .title {
      margin-bottom: 24px; }
    .sec06 .chusi-taiou__inner {
      display: flex;
      flex-direction: column;
      gap: 26px; }
      @media (max-width: 768px) {
        .sec06 .chusi-taiou__inner {
          align-items: center; } }
      @media (min-width: 769px) {
        .sec06 .chusi-taiou__inner {
          flex-direction: row;
          align-items: flex-end;
          gap: 6px; } }
      .sec06 .chusi-taiou__inner .text {
        line-height: 1.8;
        font-size: 15px; }
        @media (min-width: 769px) {
          .sec06 .chusi-taiou__inner .text {
            flex: 1;
            font-size: 16px; } }
        .sec06 .chusi-taiou__inner .text p + p {
          margin-top: 1.5em; }
        @media (min-width: 769px) {
          .sec06 .chusi-taiou__inner .text .small {
            font-size: 14px; } }

.sec07 {
  margin: 70px 0 70px; }
  @media (min-width: 769px) {
    .sec07 {
      margin: 120px 0 80px; } }
  .sec07 .h-primary2 {
    margin-bottom: 62px; }
  .sec07 .flow__item {
    position: relative;
    padding: 24px 7px 14px;
    box-shadow: 1px 1px 6px 0 rgba(0, 175, 204, 0.4); }
    @media (min-width: 769px) {
      .sec07 .flow__item {
        padding: 30px 63px 28px; } }
    .sec07 .flow__item + .flow__item {
      margin-top: 82px; }
    .sec07 .flow__item .inner {
      background-color: #fff; }
  .sec07 .flow-title {
    margin: 0 0 20px; }
    @media (max-width: 768px) {
      .sec07 .flow-title img {
        width: auto;
        height: 24px; } }
    @media (min-width: 769px) {
      .sec07 .flow-title {
        margin-bottom: 24px; } }
  .sec07 .kome {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 10px;
    color: #231815; }
    @media (min-width: 769px) {
      .sec07 .kome {
        font-size: 12px; } }
  .sec07 ul.kome {
    margin: 1em 0;
    list-style: none; }
    .sec07 ul.kome li {
      position: relative;
      padding-left: 1.2em; }
      .sec07 ul.kome li:before {
        content: "※";
        position: absolute;
        left: 0; }
  @media (min-width: 769px) {
    .sec07 .flow01 .image {
      margin-top: -26px; } }
  .sec07 .course-detail {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 25px;
    text-align: center; }
    @media (min-width: 769px) {
      .sec07 .course-detail {
        flex-direction: row;
        justify-content: space-between;
        gap: 17px;
        margin-bottom: 35px; } }
  .sec07 .flow04 .lede {
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 2; }
    @media (min-width: 769px) {
      .sec07 .flow04 .lede {
        margin-top: -10px;
        margin-bottom: -14px;
        font-size: 15px; } }
  .sec07 .link {
    margin: 40px 0 0;
    text-align: center; }
    @media (min-width: 769px) {
      .sec07 .link {
        margin-top: 90px; } }
    .sec07 .link .btn-lc-primary {
      font-weight: bold;
      font-size: 18px; }
  .sec07 .nyukin {
    margin: 84px 0 0;
    padding: 0; }
    @media (min-width: 769px) {
      .sec07 .nyukin {
        margin-top: 90px;
        padding: 30px 64px;
        box-shadow: 1px 1px 6px 0 rgba(0, 175, 204, 0.4); } }
    .sec07 .nyukin .lc-h3 {
      text-align: left; }
    .sec07 .nyukin .textbox {
      font-size: 14px; }
      @media (min-width: 769px) {
        .sec07 .nyukin .textbox {
          font-size: 16px; } }
      .sec07 .nyukin .textbox .text {
        line-height: 1.8; }
    .sec07 .nyukin .kome {
      color: #231815; }
  .sec07 .furikomi {
    margin: 20px 0 0; }
    .sec07 .furikomi .furikomi-table {
      width: 100%; }
      .sec07 .furikomi .furikomi-table th, .sec07 .furikomi .furikomi-table td {
        border: 0; }
      .sec07 .furikomi .furikomi-table th {
        padding: 12px;
        line-height: 1.2;
        font-size: 16px;
        color: #fff;
        background-color: #1FA1C2; }
        @media (min-width: 769px) {
          .sec07 .furikomi .furikomi-table th {
            width: 160px;
            font-size: 18px; } }
      .sec07 .furikomi .furikomi-table td {
        padding: 20px;
        line-height: 1.4;
        font-size: 14px;
        background-color: #E6F4F9; }
        @media (min-width: 769px) {
          .sec07 .furikomi .furikomi-table td {
            padding: 30px;
            padding-left: 47px;
            font-size: 16px; }
            .sec07 .furikomi .furikomi-table td .sml {
              font-size: 14px; } }
        .sec07 .furikomi .furikomi-table td p {
          margin-bottom: 1em;
          font-weight: bold; }
          .sec07 .furikomi .furikomi-table td p:last-child {
            margin-bottom: 0; }
          .sec07 .furikomi .furikomi-table td p .spacer {
            display: block;
            height: 5px; }
      @media (max-width: 768px) {
        .sec07 .furikomi .furikomi-table,
        .sec07 .furikomi .furikomi-table tr, .sec07 .furikomi .furikomi-table th, .sec07 .furikomi .furikomi-table td {
          display: block; } }
  .sec07 .danger-text {
    margin: 20px 0 0;
    padding: 20px;
    line-height: 1.8;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #F38200; }
    .sec07 .danger-text .danger-title {
      margin-bottom: 10px; }

.section-faq {
  padding: 35px 0 80px; }
  @media (min-width: 769px) {
    .section-faq {
      padding: 60px 0 160px; } }
  .section-faq .container {
    max-width: 864px; }
  .section-faq .qa-box .title {
    margin: 10px 0 0;
    padding: 13px 16px;
    font-size: 14px;
    color: #fff;
    background-color: #1FA1C2; }
    @media (min-width: 769px) {
      .section-faq .qa-box .title {
        font-size: 16px; } }
  .section-faq .qa-box .title-dark {
    color: #fff;
    background-color: #3E3A39; }
  .section-faq .qa-box .qa-list {
    margin: 0;
    padding: 26px 0 16px;
    border-bottom: 1px dashed #7C7C7C; }
    @media (min-width: 769px) {
      .section-faq .qa-box .qa-list {
        display: flex;
        padding: 25px 0 20px; } }
    .section-faq .qa-box .qa-list dt, .section-faq .qa-box .qa-list dd {
      position: relative;
      min-height: 30px;
      margin: 0;
      padding: 0;
      padding-left: 50px;
      font-size: 14px; }
      @media (min-width: 769px) {
        .section-faq .qa-box .qa-list dt, .section-faq .qa-box .qa-list dd {
          width: 50%; } }
      .section-faq .qa-box .qa-list dt:before, .section-faq .qa-box .qa-list dd:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        display: block;
        width: 45px;
        height: 17px;
        background-repeat: no-repeat;
        background-image: url(../images/license/2026/faq/qa_map.png?v=6);
        background-image: -webkit-image-set(url(../images/license/2026/faq/qa_map.png?v=6) 1x, url(../images/license/2026/faq/qa_map@2x.png?v=6) 2x);
        background-image: image-set(url(../images/license/2026/faq/qa_map.png?v=6) 1x, url(../images/license/2026/faq/qa_map@2x.png?v=6) 2x); }
    .section-faq .qa-box .qa-list dt {
      margin-bottom: 8px;
      padding-top: 6px;
      padding-bottom: 6px;
      font-weight: bold;
      line-height: 1.6; }
      @media (min-width: 769px) {
        .section-faq .qa-box .qa-list dt {
          margin-bottom: 0;
          padding-right: 16px; } }
    .section-faq .qa-box .qa-list dd {
      padding-top: 6px;
      padding-bottom: 6px;
      line-height: 1.8; }
    .section-faq .qa-box .qa-list.qa0 dt:before {
      background-position: 0 -0px; }
    .section-faq .qa-box .qa-list.qa0 dd:before {
      background-position: -45px -0px; }
    .section-faq .qa-box .qa-list.qa1 dt:before {
      background-position: 0 -20px; }
    .section-faq .qa-box .qa-list.qa1 dd:before {
      background-position: -45px -20px; }
    .section-faq .qa-box .qa-list.qa2 dt:before {
      background-position: 0 -40px; }
    .section-faq .qa-box .qa-list.qa2 dd:before {
      background-position: -45px -40px; }
    .section-faq .qa-box .qa-list.qa3 dt:before {
      background-position: 0 -60px; }
    .section-faq .qa-box .qa-list.qa3 dd:before {
      background-position: -45px -60px; }
    .section-faq .qa-box .qa-list.qa4 dt:before {
      background-position: 0 -80px; }
    .section-faq .qa-box .qa-list.qa4 dd:before {
      background-position: -45px -80px; }
    .section-faq .qa-box .qa-list.qa5 dt:before {
      background-position: 0 -100px; }
    .section-faq .qa-box .qa-list.qa5 dd:before {
      background-position: -45px -100px; }
    .section-faq .qa-box .qa-list.qa6 dt:before {
      background-position: 0 -120px; }
    .section-faq .qa-box .qa-list.qa6 dd:before {
      background-position: -45px -120px; }
    .section-faq .qa-box .qa-list.qa7 dt:before {
      background-position: 0 -140px; }
    .section-faq .qa-box .qa-list.qa7 dd:before {
      background-position: -45px -140px; }
    .section-faq .qa-box .qa-list.qa8 dt:before {
      background-position: 0 -160px; }
    .section-faq .qa-box .qa-list.qa8 dd:before {
      background-position: -45px -160px; }
    .section-faq .qa-box .qa-list.qa9 dt:before {
      background-position: 0 -180px; }
    .section-faq .qa-box .qa-list.qa9 dd:before {
      background-position: -45px -180px; }
    .section-faq .qa-box .qa-list.qa10 dt:before {
      background-position: 0 -200px; }
    .section-faq .qa-box .qa-list.qa10 dd:before {
      background-position: -45px -200px; }
    .section-faq .qa-box .qa-list.qa11 dt:before {
      background-position: 0 -220px; }
    .section-faq .qa-box .qa-list.qa11 dd:before {
      background-position: -45px -220px; }
    .section-faq .qa-box .qa-list.qa12 dt:before {
      background-position: 0 -240px; }
    .section-faq .qa-box .qa-list.qa12 dd:before {
      background-position: -45px -240px; }
    .section-faq .qa-box .qa-list.qa13 dt:before {
      background-position: 0 -260px; }
    .section-faq .qa-box .qa-list.qa13 dd:before {
      background-position: -45px -260px; }
    .section-faq .qa-box .qa-list table, .section-faq .qa-box .qa-list td {
      padding: 0;
      border: 0;
      vertical-align: top; }
    .section-faq .qa-box .qa-list table {
      margin-left: 1em; }
      .section-faq .qa-box .qa-list table td {
        font-size: 13px; }
    .section-faq .qa-box .qa-list .btn-lc-primary {
      margin-top: 14px;
      margin-bottom: 10px;
      padding-top: 14px;
      padding-bottom: 12px;
      font-weight: bold;
      font-size: 16px;
      text-shadow: 0 2px 0 #006397; }
  .section-faq .qa-box .qa-no-bdr {
    border-bottom: 0; }
  .section-faq .qa-box .qa-waku {
    margin: 0 0 26px;
    padding: 0 16px 30px;
    border: 1px solid #EC7AA1;
    border-radius: 6px; }
    @media (min-width: 769px) {
      .section-faq .qa-box .qa-waku {
        display: flex;
        align-items: center;
        padding: 0 30px; } }
    .section-faq .qa-box .qa-waku__text {
      flex: 1 1 0%; }
      @media (min-width: 769px) {
        .section-faq .qa-box .qa-waku__text {
          margin-right: 20px; }
          .section-faq .qa-box .qa-waku__text .qa-list {
            display: block; }
            .section-faq .qa-box .qa-waku__text .qa-list dt, .section-faq .qa-box .qa-waku__text .qa-list dd {
              width: auto; }
            .section-faq .qa-box .qa-waku__text .qa-list dd {
              margin-top: 8px;
              margin-left: 48px; } }
    .section-faq .qa-box .qa-waku__link a {
      font-weight: bold;
      text-align: left; }
    @media (min-width: 769px) {
      .section-faq .qa-box .qa-waku__link {
        width: 276px; }
        .section-faq .qa-box .qa-waku__link a {
          min-width: 0;
          width: 100%;
          font-weight: bold;
          text-align: left; } }

.license-page-navi {
  position: fixed;
  left: 10px;
  bottom: 0;
  z-index: 10;
  width: 200px;
  transform: translateY(100%);
  transition: 350ms ease; }
  @media (min-width: 769px) {
    .license-page-navi {
      display: none; } }
  .license-page-navi.active {
    transform: translateY(0);
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
    .license-page-navi.active .page-toggle-navi .angle {
      top: 50%;
      transform: translate(-50%, -50%) rotateX(180deg); }
    .license-page-navi.active .page-toggle-navi .txt {
      opacity: 0; }
  .license-page-navi:not(.active).anim-scroll {
    -webkit-animation: animScroll 750ms ease 0s infinite alternate forwards;
    animation: animScroll 750ms ease 0s infinite alternate forwards; }
  .license-page-navi__inner {
    margin-top: -40px;
    overflow: hidden;
    background-color: #EAF5FA;
    border-radius: 10px 10px 0 0; }
    .license-page-navi__inner .page-toggle-navi {
      position: relative;
      display: block;
      padding: 14px 5px;
      font-weight: bold;
      font-size: 12px;
      color: #fff;
      text-align: center;
      background-color: #008BD4; }
      .license-page-navi__inner .page-toggle-navi .txt {
        transition: 235ms ease; }
      .license-page-navi__inner .page-toggle-navi .angle {
        position: absolute;
        top: 5px;
        left: 50%;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #fff transparent;
        border-style: solid solid solid solid;
        transform: translateX(-50%);
        transition: 235ms ease; }
  .license-page-navi__list {
    margin: 0;
    padding: 0 0 12px;
    list-style: none; }
    .license-page-navi__list li:not(:first-child) {
      border-top: 1px solid #008BD4; }
    .license-page-navi__list a {
      position: relative;
      display: block;
      padding: 14px 20px;
      padding-right: 30px;
      font-weight: bold;
      font-size: 12px;
      color: #3B3B3F; }
      .license-page-navi__list a:hover {
        background-color: #acd8eb; }
      .license-page-navi__list a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        width: 5px;
        height: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.05%2010.294%22%3E%3Cpath%20d%3D%22M0%2C4.014%2C4.8%2C0l4.86%2C4.014%22%20transform%3D%22translate(4.4%200.321)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23008bd4%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
        transform: translateY(-50%); }

@-webkit-keyframes animScroll {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(98%); } }

@keyframes animScroll {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(98%); } }
/*# sourceMappingURL=maps/seminar2026.css.map */
