@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000233;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic W6", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000233;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-word;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

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

iframe {
  border: none;
}

ul,
ol,
li {
  list-style: none;
}

input,
select,
textarea,
button {
  outline: none;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
  /*======= COMMON =========*/
  .b_contact_serminar {
    background-color: #f4f4f4;
    padding: 90px 0;
  }
  .b_contact_serminar .txt_top {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 60px;
  }
  .b_contact_serminar .ttl_contact {
    text-align: center;
    font-size: 5.5rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .bContact {
    background-color: #f6f6f6;
    padding: 60px 0 80px;
  }
  .bContact h3 {
    text-align: center;
  }
  .bContact_top {
    margin-top: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bContact_top li {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    background-color: #ffffff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 70px 20px 30px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    min-height: 360px;
  }
  .bContact_top li h3 {
    font-size: 2.2rem;
    color: #3e3a39;
    margin-bottom: 15px;
  }
  .bContact_top li h3 ins {
    text-decoration: none;
    color: #129d1f;
  }
  .bContact_top li p {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
    color: #3e3a39;
  }
  .bContact_top li img {
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bContact_top li.phone img {
    width: 28px;
  }
  .bContact_top li.phone .number {
    margin-top: 20px;
  }
  .bContact_top li.phone .number a {
    font-size: 4rem;
    line-height: 1;
    display: block;
    font-weight: 700;
    background: url("../img/serminar/icon-hotline.png") no-repeat left center;
    -moz-background-size: 40px auto;
         background-size: 40px auto;
    padding-left: 30px;
    color: #3e3a39;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.phone .number span {
    display: block;
    text-align: right;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    padding-right: 25px;
    margin-top: 5px;
    color: #3e3a39;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.phone .time {
    margin-top: 20px;
  }
  .bContact_top li.mail img {
    width: 40px;
    top: 20px;
  }
  .bContact_top li.mail p {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
    color: #3e3a39;
  }
  .bContact_top li.mail p.text_mail {
    margin-top: 30px;
  }
  .bContact_top li.mail p.text_mail a {
    font-size: 2.2rem;
    color: #3e3a39;
  }
  .bContact_top li.line a {
    margin: 40px 0 5px;
    display: block;
  }
  .bContact_top li.line a img {
    position: inherit;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .bContact_top li.line span {
    font-size: 1.2rem;
    text-align: right;
    display: block;
    color: #3e3a39;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bContact_form {
    background-color: #ffffff;
    padding: 40px 20px 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
  }
  .bContact_form > h3 {
    font-size: 2.2rem;
    color: #3e3a39;
    text-align: center;
    margin-bottom: 35px;
  }
  .bContact_form > h3 span {
    text-decoration: none;
    color: #129d1f;
  }
  .bContact_form > img {
    width: 40px;
    display: block;
    margin: 0 auto 10px;
  }
  .bContact_form > p {
    font-size: 1.6rem;
    text-align: center;
    line-height: -webkit-calc(31 / 16);
    line-height: -moz-calc(31 / 16);
    line-height: calc(31 / 16);
    font-weight: 500;
    margin-bottom: 30px;
  }
  .bContact_form > p a {
    display: inline-block;
    color: #ffffff;
    background-color: #3ebff0;
    text-align: center;
    padding: 12px 40px;
    font-weight: 600;
    line-height: 1;
  }
  .bContact_form .row {
    max-width: 800px;
  }
  .bContact_form__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bContact_form__step li {
    text-align: center;
    color: #129d1f;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 20px;
  }
  .bContact_form__step li.active {
    z-index: 4 !important;
    height: 52px;
  }
  .bContact_form__step li.active::after {
    height: 52px;
    background: url("../img/serminar/ctStep_bg_active.webp") no-repeat right center;
    -moz-background-size: auto 52px;
         background-size: auto 52px;
    width: 267px;
  }
  .bContact_form__step li.active span {
    color: #ffffff;
  }
  .bContact_form__step li span {
    position: relative;
    z-index: 4;
  }
  .bContact_form__step li:first-child {
    z-index: 3;
  }
  .bContact_form__step li:nth-child(2) {
    z-index: 2;
  }
  .bContact_form__step li:not(:first-child) {
    border-left: 0;
  }
  .bContact_form__step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 298px;
    height: 43px;
    background: url("../img/serminar/ctStep_bg.webp") no-repeat right center;
    -moz-background-size: auto 43px;
         background-size: auto 43px;
  }
  .bContact_form__form {
    margin-top: 50px;
  }
  .bContact_form__form .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bContact_form__form .form-group:not(:last-child) {
    margin-bottom: 25px;
  }
  .bContact_form__form .form-group > label {
    font-size: 1.5rem;
    line-height: -webkit-calc(30 / 15);
    line-height: -moz-calc(30 / 15);
    line-height: calc(30 / 15);
    font-weight: 600;
    width: 250px;
    white-space: nowrap;
    display: block;
    color: #3e3a39;
  }
  .bContact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #3e3a39;
    display: inline-block;
    padding: 3px 5px 4px;
    margin-right: 8px;
  }
  .bContact_form__form .form-group > label span.white {
    background-color: #ffffff;
    color: #3e3a39;
    border: 1px solid #3e3a39;
  }
  .bContact_form__form .form-group .form-control {
    background-color: #f1f5f8;
    height: 30px;
    width: 100%;
    border: none;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 10px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group textarea {
    min-height: 150px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .radio-list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .bContact_form__form .form-group .radio-list label {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    color: #3e3a39;
  }
  .bContact_form__form .form-group .radio-list label:not(:last-child) {
    margin-right: 25px;
  }
  .bContact_form__form .form-group .radio-list label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .radio-list label input:checked + span {
    background: url("../img/serminar/radio-active.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
  }
  .bContact_form__form .form-group .radio-list label span {
    display: block;
    background: url("../img/serminar/radio.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
    padding-left: 20px;
  }
  .bContact_form__form .form-group .agree {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .agree label {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    color: #3e3a39;
  }
  .bContact_form__form .form-group .agree label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .agree label input:checked + span {
    background: url("../img/serminar/checkbox-active.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
  }
  .bContact_form__form .form-group .agree label span {
    display: block;
    background: url("../img/serminar/checkbox.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
    padding-left: 20px;
  }
  .bContact_form__form .form-group button {
    background-color: #129d1f;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 430px;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 600;
    -moz-border-radius: 5px;
         border-radius: 5px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
  }
  .bContact_form__form .form-group button:hover {
    opacity: 0.7;
  }
  .bPrivacy {
    background-color: #ffffff;
    padding: 80px 0;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 30px 40px;
    height: 650px;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 20px;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 20px;
    cursor: pointer;
    border: 4px solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 1.6rem;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 13px;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 8px;
    height: 18px;
    background-color: #000233;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home .footer_serminar {
    margin-top: 0;
  }
  .footerSns {
    background-color: #004753;
    padding: 50px 0;
  }
  .footerSns .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerSns .logo img {
    width: 340px;
  }
  .footerSns .logo span {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 40px;
  }
  .footerSns .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #ffffff;
    margin-top: 20px;
  }
  .footerSns .info p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 500;
  }
  .footerSns .info p .hotline:before {
    content: "";
    width: 19px;
    height: 13px;
    background: url("../img/serminar/icon_host.webp") no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
  }
  .footerSns .info img {
    width: 50px;
  }
  .footerSns .company {
    background-color: #ffffff;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    padding: 40px 40px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
  }
  .footerSns .company span {
    font-size: 1.6rem;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 70px;
  }
  .footerSns .company img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-top: -16px;
  }
  .footer_serminar_top {
    padding: 65px 0;
    background-color: #ffffff;
  }
  .footer_serminar_top .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_serminar_top__name {
    color: #000233;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .footer_serminar_top__address {
    font-size: 1.8rem;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    color: #000233;
    font-weight: 500;
  }
  .footer_serminar_top__left {
    width: 700px;
  }
  .footer_serminar_top__left h2 {
    color: #000233;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: -webkit-calc(47 / 34);
    line-height: -moz-calc(47 / 34);
    line-height: calc(47 / 34);
    margin-bottom: 35px;
  }
  .footer_serminar_top__left img {
    display: block;
    margin-bottom: 35px;
  }
  .footer_serminar_top__right > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_serminar_top__right > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer_serminar_top__right > div > span {
    width: 160px;
    white-space: nowrap;
    font-size: 3rem;
    line-height: 1;
    color: #000233;
    font-weight: 700;
    margin-right: 20px;
    font-family: futura-pt, sans-serif;
  }
  .footer_serminar_top__right > div > span em {
    font-size: 2rem;
    font-style: normal;
  }
  .footer_serminar_top__right > div ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .footer_serminar_top__right > div ul li a {
    color: #000233;
    font-size: 1.8rem;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    font-weight: 500;
    display: block;
  }
  .footer_serminar_mid {
    padding: 50px 0;
    background: #F1F1F1;
  }
  .footer_serminar_mid__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_serminar_mid__list li {
    margin: 0 30px;
    width: 20%;
  }
  .footer_serminar .footer_serminar_bottom {
    padding: 20px 0;
    background: #000233;
    text-align: center;
    color: #fff;
  }
  .footer_serminar .footer_serminar_bottom p {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .container {
    overflow: hidden;
    min-width: 320px;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  a[href^="tel"] {
    text-decoration: none;
  }
  /*======= COMMON =========*/
  .b_contact_serminar {
    background-color: #f4f4f4;
    padding: 13.02083vw 0;
  }
  .b_contact_serminar .txt_top {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 7.8125vw;
  }
  .b_contact_serminar .ttl_contact {
    text-align: center;
    font-size: 6.51042vw;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 7.8125vw;
  }
  .bContact {
    background-color: #f6f6f6;
    padding: 7.8125vw 0 10.41667vw;
  }
  .bContact h3 {
    text-align: center;
  }
  .bContact_top {
    margin-top: 7.16146vw;
  }
  .bContact_top li {
    width: 100%;
    background-color: #ffffff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 2.60417vw 2.60417vw 3.90625vw;
    position: relative;
    text-align: center;
  }
  .bContact_top li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .bContact_top li h3 {
    font-size: 4.16667vw;
    color: #3e3a39;
    margin-bottom: 2.60417vw;
  }
  .bContact_top li h3 ins {
    text-decoration: none;
    color: #129d1f;
  }
  .bContact_top li p {
    font-size: 2.86458vw;
    line-height: 1.8;
    font-weight: 600;
    color: #3e3a39;
  }
  .bContact_top li img {
    display: block;
    margin: 0 auto 2.60417vw;
  }
  .bContact_top li.phone img {
    width: 3.90625vw;
  }
  .bContact_top li.phone .number {
    margin-top: 2.60417vw;
    width: 58.59375vw;
    margin-left: auto;
    margin-right: auto;
  }
  .bContact_top li.phone .number a {
    font-size: 6.51042vw;
    line-height: 1;
    display: block;
    font-weight: 700;
    background: url("../img/serminar/icon-hotline.png") no-repeat left center;
    -moz-background-size: 6.51042vw auto;
         background-size: 6.51042vw auto;
    padding-left: 3.90625vw;
    color: #3e3a39;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.phone .number span {
    display: block;
    text-align: right;
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: 700;
    padding-right: 6.51042vw;
    color: #3e3a39;
    margin-top: 0.65104vw;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.phone .time {
    margin-top: 2.60417vw;
  }
  .bContact_top li.mail img {
    width: 40px;
    top: 20px;
  }
  .bContact_top li.mail p {
    font-size: 2.86458vw;
    line-height: 1.8;
    font-weight: 600;
    color: #3e3a39;
  }
  .bContact_top li.mail p.text_mail {
    margin-top: 4.55729vw;
  }
  .bContact_top li.mail p.text_mail a {
    font-size: 3.64583vw;
    color: #3e3a39;
  }
  .bContact_top li.line a {
    margin: 5.20833vw 0 0.65104vw;
    display: block;
  }
  .bContact_top li.line a img {
    position: inherit;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto;
    width: 42.44792vw;
  }
  .bContact_top li.line span {
    font-size: 2.60417vw;
    display: block;
    color: #3e3a39;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .bContact_form {
    background-color: #ffffff;
    padding: 2.60417vw 3.90625vw 6.51042vw;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    margin-top: 6.51042vw;
  }
  .bContact_form > h3 {
    font-size: 4.16667vw;
    color: #3e3a39;
    text-align: center;
    margin-bottom: 5.20833vw;
  }
  .bContact_form > h3 span {
    text-decoration: none;
    color: #129d1f;
  }
  .bContact_form > img {
    width: 7.16146vw;
    display: block;
    margin: 0 auto 2.60417vw;
  }
  .bContact_form > p {
    font-size: 2.86458vw;
    text-align: center;
    line-height: -webkit-calc(31 / 16);
    line-height: -moz-calc(31 / 16);
    line-height: calc(31 / 16);
    font-weight: 600;
    margin-bottom: 3.90625vw;
  }
  .bContact_form > p a {
    display: inline-block;
    color: #ffffff;
    background-color: #3ebff0;
    text-align: center;
    padding: 1.95313vw 5.20833vw 2.21354vw;
    font-weight: 600;
    line-height: 1;
  }
  .bContact_form .row {
    padding: 0 !important;
  }
  .bContact_form__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bContact_form__step li {
    text-align: center;
    color: #129d1f;
    font-size: 2.60417vw;
    line-height: 1;
    font-weight: 600;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 7.55208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 2.60417vw;
  }
  .bContact_form__step li.active {
    z-index: 4 !important;
    height: 9.11458vw;
  }
  .bContact_form__step li.active::after {
    height: 9.11458vw;
    background: url("../img/serminar/ctStep_bg_active.webp") no-repeat right center;
    -moz-background-size: auto 9.11458vw;
         background-size: auto 9.11458vw;
    width: 27.99479vw;
  }
  .bContact_form__step li.active span {
    color: #ffffff;
  }
  .bContact_form__step li span {
    position: relative;
    z-index: 4;
  }
  .bContact_form__step li:first-child {
    z-index: 3;
  }
  .bContact_form__step li:nth-child(2) {
    z-index: 2;
  }
  .bContact_form__step li:not(:first-child) {
    border-left: 0;
  }
  .bContact_form__step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 31.90104vw;
    height: 7.55208vw;
    background: url("../img/serminar/ctStep_bg.webp") no-repeat right center;
    -moz-background-size: auto 7.55208vw;
         background-size: auto 7.55208vw;
  }
  .bContact_form__form {
    margin-top: 5.20833vw;
  }
  .bContact_form__form .form-group:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .bContact_form__form .form-group > label {
    font-size: 3.125vw;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    display: block;
    margin-bottom: 1.95313vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3e3a39;
  }
  .bContact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 2.34375vw;
    line-height: 1;
    background-color: #3e3a39;
    display: inline-block;
    padding: 0.65104vw 1.04167vw 0.78125vw;
    margin-right: 1.30208vw;
  }
  .bContact_form__form .form-group > label span.white {
    background-color: #ffffff;
    color: #3e3a39;
    border: 1px solid #3e3a39;
  }
  .bContact_form__form .form-group .form-control {
    background-color: #f1f5f8;
    height: 8.46354vw;
    width: 100%;
    border: none;
    font-size: 2.86458vw;
    font-weight: 500;
    padding: 0 2.60417vw;
    display: block;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .bContact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group textarea {
    min-height: 26.04167vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 1.30208vw 2.60417vw !important;
  }
  .bContact_form__form .form-group .radio-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.60417vw;
  }
  .bContact_form__form .form-group .radio-list label {
    font-size: 2.86458vw;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    display: block;
    color: #3e3a39;
  }
  .bContact_form__form .form-group .radio-list label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .radio-list label input:checked + span {
    background: url("../img/serminar/radio-active.svg") no-repeat left center/100%;
    -moz-background-size: 3.25521vw;
         background-size: 3.25521vw;
  }
  .bContact_form__form .form-group .radio-list label span {
    display: block;
    background: url("../img/serminar/radio.svg") no-repeat left center/100%;
    -moz-background-size: 3.25521vw;
         background-size: 3.25521vw;
    padding-left: 3.90625vw;
  }
  .bContact_form__form .form-group .agree label {
    font-size: 2.86458vw;
    font-weight: 600;
    position: relative;
    color: #3e3a39;
  }
  .bContact_form__form .form-group .agree label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .agree label input:checked + span {
    background: url("../img/serminar/checkbox-active.svg") no-repeat left center/100%;
    -moz-background-size: 3.90625vw;
         background-size: 3.90625vw;
  }
  .bContact_form__form .form-group .agree label span {
    display: block;
    background: url("../img/serminar/checkbox.svg") no-repeat left center/100%;
    -moz-background-size: 3.90625vw;
         background-size: 3.90625vw;
    padding-left: 4.55729vw;
  }
  .bContact_form__form .form-group button {
    background-color: #129d1f;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 55.98958vw;
    height: 10.41667vw;
    font-size: 2.86458vw;
    font-weight: 600;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    display: block;
  }
  .bPrivacy {
    background-color: #ffffff;
    padding: 9.11458vw 0;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 2.60417vw 2.60417vw;
    height: 71.61458vw;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 2.60417vw;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 2.60417vw;
    cursor: pointer;
    border: 0.52083vw solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 3.38542vw;
    line-height: 1;
    margin-bottom: 3.90625vw;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 2.60417vw;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 1.69271vw;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 1.04167vw;
    height: 2.60417vw;
    background-color: #000233;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bFaq {
    padding: 7.8125vw 0;
  }
  .bFaq .row {
    position: relative;
  }
  .bFaq .row::after {
    content: "";
    position: absolute;
    width: 19.53125vw;
    height: 40.36458vw;
    background: url("../img/ques-bg01.png") no-repeat center top/100%;
  }
  .bFaq .row::after {
    right: 1.30208vw;
    top: -3.90625vw;
  }
  .bFaq_ttl img {
    display: block;
    margin: 0 auto;
    width: 19.53125vw;
  }
  .bFaq_sub {
    font-size: 3.125vw;
    text-align: center;
    font-weight: 600;
    margin-top: 1.95313vw;
  }
  .bFaq_list {
    margin-top: 5.85938vw;
    position: relative;
    z-index: 1;
  }
  .bFaq_item {
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    border: 1px solid #000233;
    background-color: #ffffff;
    padding: 1.30208vw 2.60417vw;
    margin-bottom: 2.60417vw;
  }
  .bFaq_item dl dt {
    color: #000233;
    font-size: 2.86458vw;
    line-height: 1.5;
    font-weight: 700;
    background: url("../img/q.png") no-repeat left center;
    -moz-background-size: 5.85938vw auto;
         background-size: 5.85938vw auto;
    padding: 1.30208vw 6.51042vw 1.30208vw 7.16146vw;
    position: relative;
    cursor: pointer;
  }
  .bFaq_item dl dt::after {
    content: "";
    width: 4.55729vw;
    height: 4.55729vw;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2.27865vw;
    background: url("../img/faq_arrow.png") no-repeat center/100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .bFaq_item dl dt.active::after {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .bFaq_item dl dd {
    font-size: 2.73438vw;
    line-height: 1.7;
    padding-left: 7.16146vw;
    font-weight: 500;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 0;
  }
  .bFaq_item dl dd > div {
    padding-bottom: 1.30208vw;
  }
  .bFaq_item dl dd ins {
    color: #ffffff;
    background-color: #000233;
    text-decoration: none;
    display: inline-block;
    padding: 0.26042vw 0.65104vw;
    margin: 0.39063vw 0;
  }
  .bFaq_item dl dd .paymentImg {
    display: block;
    width: 58.59375vw;
    margin: 1.30208vw auto;
  }
  .bFaq_item dl dd .days {
    margin-top: 1.95313vw;
  }
  .bFaq_item dl dd .days li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.60417vw !important;
  }
  .bFaq_item dl dd .days li:not(:last-child) {
    margin-bottom: 1.30208vw;
  }
  .bFaq_item dl dd .days li div {
    width: 15.625vw;
  }
  .bFaq_item dl dd .days li span {
    color: #ffffff;
    display: inline-block;
    padding: 0.52083vw 0.65104vw 0.65104vw 1.30208vw;
    background-color: #000233;
    line-height: 1;
    position: relative;
    height: 3.90625vw;
  }
  .bFaq_item dl dd .days li span::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 2.08333vw solid transparent;
    border-bottom: 2.08333vw solid transparent;
    border-left: 2.08333vw solid #000233;
    position: absolute;
    right: -1.95313vw;
    top: 0;
  }
  .bFaq_item dl dd .days li p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bFaq_block {
    margin-top: 9.11458vw;
  }
  .bFaq_block h4 {
    color: #e30f5c;
    font-size: 4.16667vw;
    line-height: -webkit-calc(40 / 32);
    line-height: -moz-calc(40 / 32);
    line-height: calc(40 / 32);
    text-align: center;
    font-weight: 700;
  }
  .mainvisual {
    height: 52.08333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 11.71875vw;
  }
  .mainvisual .row {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .mainvisual h2 {
    font-size: 5.85938vw;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0px 0px 1.43229vw white, 0px 0px 1.43229vw white, 0px 0px 1.43229vw white, 0px 0px 1.43229vw white;
  }
  .mainvisual h2.faq {
    margin-top: -6.51042vw;
  }
  .footerSns {
    background-color: #004753;
    padding: 6.51042vw 0;
  }
  .footerSns .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerSns .logo img {
    width: 44.27083vw;
  }
  .footerSns .logo span {
    color: #ffffff;
    font-size: 3.90625vw;
    font-weight: 500;
    line-height: 1;
    margin-left: 3.90625vw;
  }
  .footerSns .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #ffffff;
    margin-top: 2.60417vw;
  }
  .footerSns .info p {
    font-size: 3.38542vw;
    line-height: 1.8;
    font-weight: 500;
  }
  .footerSns .info p .hotline:before {
    content: "";
    width: 4.6875vw;
    height: 3.38542vw;
    background: url("../img/serminar/icon_host.webp") no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    margin-right: 0.65104vw;
    margin-top: -0.65104vw;
  }
  .footerSns .info img {
    width: 50px;
  }
  .footerSns .company {
    background-color: #ffffff;
    -moz-border-radius: 7.8125vw;
    border-radius: 7.8125vw;
    overflow: hidden;
    padding: 5.20833vw 5.20833vw 1.30208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 5.20833vw;
  }
  .footerSns .company span {
    font-size: 3.38542vw;
    font-weight: 500;
    /*white-space: nowrap;*/
    padding-right: 9.11458vw;
  }
  .footerSns .company img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    /*margin-top: -16px;*/
  }
  .footer_serminar_top {
    padding: 6.51042vw 0;
    background-color: #ffffff;
  }
  .footer_serminar_top__name {
    color: #000233;
    font-size: 3.38542vw;
    line-height: 1;
    margin-bottom: 1.95313vw;
    font-weight: 600;
    padding-top: 5.20833vw;
    border-top: 1px solid #cecece;
    text-align: center;
  }
  .footer_serminar_top__address {
    font-size: 2.34375vw;
    line-height: 1.5;
    color: #000233;
    font-weight: 500;
    text-align: center;
  }
  .footer_serminar_top__left h2 {
    text-align: center;
    color: #000233;
    font-weight: 700;
    font-size: 4.42708vw;
    line-height: -webkit-calc(47 / 34);
    line-height: -moz-calc(47 / 34);
    line-height: calc(47 / 34);
    font-family: futura-pt, sans-serif;
  }
  .footer_serminar_top__left img {
    display: block;
    margin: 0 auto 4.55729vw;
    width: 52.08333vw;
  }
  .footer_serminar_top__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5.20833vw;
    margin-top: 7.8125vw;
  }
  .footer_serminar_top__right > div {
    width: -webkit-calc((100% - 5.20833vw) / 3);
    width: -moz-calc((100% - 5.20833vw) / 3);
    width: calc((100% - 5.20833vw) / 3);
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .footer_serminar_top__right > div:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .footer_serminar_top__right > div > span {
    display: block;
    white-space: nowrap;
    font-size: 4.6875vw;
    line-height: 1;
    color: #000233;
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    margin-bottom: 2.60417vw;
  }
  .footer_serminar_top__right > div > span em {
    font-size: 3.38542vw;
    font-style: normal;
  }
  .footer_serminar_top__right > div ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .footer_serminar_top__right > div ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer_serminar_top__right > div ul li a {
    color: #000233;
    font-size: 2.86458vw;
    line-height: 1.8;
    display: block;
    font-weight: 500;
  }
  .footer_serminar_mid {
    padding: 5.20833vw 0;
    background: #F1F1F1;
  }
  .footer_serminar_mid__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_serminar_mid__list li {
    margin: 0 2vw;
  }
  .footer_serminar .footer_serminar_bottom {
    padding: 10px 0;
    background: #000233;
    text-align: center;
    color: #fff;
  }
}
