@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&family=Noto+Serif+JP:wght@400;700&display=swap');

html {
    font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    background: url("images/bg.png");
}
a {
    color: #50157e;
}
a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.mt-6 {
    margin-top: 5rem;
}
.mt-7 {
    margin-top: 7rem;
}
.mt-8 {
    margin-top: 8rem;
}
.mb-6 {
    margin-bottom: 5rem;
}
.mb-7 {
    margin-bottom: 7rem;
}
.mb-8 {
    margin-bottom: 8rem;
}
.container {
    background: #fff;
}
@media (min-width: 576px) {
    .container {
        max-width: 98%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 97%;
    }
}
/*@media (min-width: 992px) {
.container {
max-width: 100%;
}
}*/
@media (min-width: 1200px) {
    .container {
        max-width: 117rem;
    }
}
@media (max-width: 991.98px) {
    .container,
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 0;
        padding-left: 0;
    }
}
p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
    p {
        padding: 0 2rem;
    }
}
strong {
    font-weight: 900;
}
.table {
    font-size: 1.5rem;
}
.headerblock {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.headerblock .logo {
    padding: 1rem 1.5rem;
    text-align: center;
}
.headerblock .logo img {
    max-height: 9.5rem;
}
.headerblock .logo span {
    display: block;
    margin-top: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .headerblock .logo span {
        margin-top: 1rem;
        font-size: 1.6rem;
    }
}
.kvblock {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}
.key {
    text-align: center;
    padding: 3.5rem 2rem;
}
.key img {
    max-height: 8.4rem;
}
@media (max-width: 575.98px) {
    .key {
        display: none;
    }
}
.b-block {
    position: relative;
}
.b-block_img {
    position: relative;
    z-index: 1;
}
.brnone {
    display: none;
}
.b-image_fix {
    width: 100%;
    height: 19.5rem;
    object-fit: cover;
}
.b-block h2, .b-block h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 3.8rem;
    margin: auto;
    z-index: 2;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .b-image_fix {
        height: 13.0rem;
    }
    .b-block h2, .b-block h3 {
        top: 2.3rem;
        font-size: 2.8rem;
        line-height: 1.4;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .b-image_fix {
        height: 9.5rem;
    }
    .b-block h2, .b-block h3 {
        top: 2.0rem;
        font-size: 2.1rem;
        line-height: 1.3;
    }
}
@media (max-width: 575.98px) {
    .b-image_fix {
        height: 17.5rem;
    }
    .b-block h2 {
        top: 2.4rem;
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .b-block h3 {
        top: 4.8rem;
        font-size: 2.8rem;
        line-height: 1.3;
    }
    .brnone {
        display: block;
    }
}
.text-red {
    color: #f41515;
}
.lead {
    font-size: 1.8rem;
}
.lead strong {
    background:linear-gradient(transparent 60%, #f00 60%);
}
.caseblock {
    max-width: 1200px;
    padding: 5rem 3rem;
}
@media (max-width: 575.98px) {
    .caseblock {
        max-width: 927px;
        padding: 3rem 2rem;
    }
}
.caseblock .slick-dots {
    bottom: -3rem !important;
}
.caseblock .slick-dots li button::before {
    font-size: 2rem !important;
    color: #000 !important;
}
.c-icon {
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 2.3rem;
    padding: 0rem 2rem 0.3rem;
}
.seminarblock {
    margin: 2rem 0;
    text-align: center;
}
.seminartext {
    max-height: 3.8rem;
}
.btn-seminar {
    margin: 3rem 0;
}
.btn-seminar img {
    max-height: 15.8rem;
}
.seminarlimited {
    background: #73570d;
    margin-top: 3rem;
    padding: 1rem;
}
.seminarlimited p {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}
.seminarlimited p a {
    color: #fff;
}
.seminarlimited p a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.t-title {
    background: #c6f1fa;
  padding: 2rem 0;
  text-align: center;
}
.t-title ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.t-title ul li {
  display: inline-block;
  vertical-align: middle;
}
.t-title ul li:not(:last-child) {
  margin-right: 1rem;
}
.t-icon {
  display: inline-block;
  background: #13b592;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.5;
  width: 8.85rem;
  height: 8.156rem;
}
.t-title ul li h2 {
  font-size: 3.5rem;
}
@media (max-width: 575.98px) {
  .t-title ul {
    margin-top: -6rem;
  }
  .t-title ul li {
    display: inline-block;
    vertical-align: middle;
  }
  .t-title ul li:not(:last-child) {
    margin-right: 1rem;
  }
  .t-icon {
    display: inline-block;
    background: #13b592;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.5;
    width: 8.85rem;
    height: 8.156rem;
    margin-bottom: 1rem;
  }
  .t-title ul li h2 {
    font-size: 2.4rem;
  }
}
.teacherblock {
  background: url("images/t-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 3rem 0;
}
.teachercontent {
  background: #fff;
  padding: 2rem 3rem 2rem 0;
}
@media (min-width: 1200px) {
  .teachercontent {
    width: 90rem;
    margin: auto;
  }
}
.t-mark, .t-mark_s {
  margin-left: -1rem;
}
.t-mark img {
  max-height: 4.3rem;
}
.t-mark_s img {
  max-height: 6.4rem;
}
.t-mark {
  display: block;
}
.t-mark_s {
  display: none;
}
@media (max-width: 575.98px) {
  .t-mark {
    display: none;
  }
  .t-mark_s {
    display: block;
  }
}
.teachercontent ul {
  margin: 2rem auto 0;
  list-style: none;
}
.teachercontent ul li {
  display: inline-block;
  vertical-align: middle;
}
.teachercontent ul li:not(:last-child) {
  margin-right: 1rem;
}
.teachercontent ul li.t-text {
  width: 57%;
}
.teachercontent ul li h1 {
  font-size: 2rem;
}
.teachercontent ul li h1 strong {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 4rem;
}
.teachercontent ul li h1 small {
  font-size: 1.4rem;
}
.teachercontent ul li img {
  max-height: 34.15rem;
}
.teacher-md {
  display: block;
}
.teacher-sm {
  display: none;
}
@media (max-width: 767.98px) {
  .teacher-md {
    display: none;
  }
  .teacher-sm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .teachercontent ul li.t-text {
    width: 49%;
  }
}
@media (max-width: 767.98px) {
  .teachercontent ul li {
    display: block;
    vertical-align: middle;
  }
  .teachercontent ul li:not(:last-child) {
    margin-right: 0rem;
  }
  .teachercontent ul li.t-text {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .teachercontent {
    padding: 2rem 2rem 2rem 0;
  }
  .teachercontent ul li h1 {
    font-size: 1.4rem;
  }
  .teachercontent ul li h1 strong {
    font-size: 3rem;
  }
  .teachercontent ul li h1 small {
    font-size: 1.1rem;
  }
  .t-text p {
    padding: 0;
  }
}
.r-bg {
    background: #f4e6c0;
    margin: 3rem 0 0;
    padding: 4rem 5rem;
}
.table-reason {
    border-bottom: 3px solid #73570d;
    border-top: 3px solid #73570d;
    width: 100%;
    margin: 3rem 0;
}
.table-reason th, .table-reason td {
    background: #fff;
    text-align: center;
}
.table-reason td {
    border-left: 3px solid #73570d;
    border-right: 3px solid #73570d;
    padding: 1rem;
}
.table-reason th {
    font-size: 2rem;
    font-weight: 900;
    color: #73570d;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .table-reason th {
        font-size: 1.6rem;
    }
}
@media (max-width: 575.98px) {
    .r-bg {
        padding: 4rem 2rem;
    }
    .r-bg p {
        padding: 0;
    }
}
.h01 {
    font-size: 2.4rem;
}
@media (max-width: 767.98px) {
    .h01 {
        font-size: 1.8rem;
    }
}
@media (max-width: 575.98px) {
    .h01 {
        font-size: 1.6rem;
    }
}
.img-tube {
  max-height: 26.2rem;
}
.r-bg .float-right {
  padding-left: 2rem;
}
.float-right p {
  font-size: 1.1rem;
}
@media (max-width: 575.98px) {
  .r-bg .float-right {
    float: none !important;
    padding-left: 0;
    text-align: center;
  }
}
.casemore {
  background: #f71717;
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  color: #fff;
}
.casemore:hover {
  background: rgba(247, 23, 23, 0.7);
  color: #fff;
  text-decoration: none;
}
.w-block {
  background: url("images/w-bg.png") no-repeat center;
  background-size: cover;
  padding: 4rem;
  margin: 5rem 0;
}
.w-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.w-block ul li {
  color: #015cb9;
  font-size: 2rem;
  line-height: 2;
  display: flex;
}
.w-block ul li::before {
  content: url("images/w-li.png");
  padding-right: 1rem;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .w-block {
    padding: 4rem 1rem;
  }
  .w-block ul li {
    ;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}
.h02 {
    font-size: 2.7rem;
    font-weight: 900;
}
.h03 {
    position: relative;
    line-height: 1.4;
    padding: 0.7em 2em;
    display: inline-block;
    top: 0;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin: 3rem auto;
    text-align: center;
}
.h03:before, .h03:after {
    position: absolute;
    top: 0;
    content: '';
    width: 2rem;
    height: 100%;
    display: inline-block;
}
.h03:before {
    border-left: solid 2px #000;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    left: 0;
}
.h03:after {
    content: '';
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    right: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .h02 {
        font-size: 2.4rem;
    }
  .h03 {
      font-size: 2.4rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .h02 {
        font-size: 1.8rem;
    }
  .h03 {
      font-size: 1.8rem;
    }
}
@media (max-width: 575.98px) {
    .h02 {
        font-size: 1.6rem;
    }
  .h03 {
      line-height: 1.4;
      padding: 0.7em 2em;
      font-size: 1.5rem;
    }
    .brnone_s {
        display: none;
    }
}
.i-block {
  border: 2px solid #015cb9;
  background: #fff;
  padding: 4rem;
  margin-bottom: 1.8rem;
}
.i-block h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 2rem;
}
.i-block h2 span {
  font-size: 3.5rem;
}
.i-block ul {
  list-style: none;
  padding-left: 0;
}
.i-block ul li {
  display: inline-block;
  vertical-align: middle;
}
.i-block ul li a {
  color: #000;
  font-weight: 900;
  font-size: 1.2rem;
}
.i-block ul li:not(:last-child) {
  margin-right: 1rem;
}
.i-block h4 {
  font-size: 2rem;
  font-weight: 900;
}
.i-block dl {
  line-height: 1.7;
  margin: 2rem 0 0;
}
.i-block dl dt {
  font-size: 1.5rem;
}
.i-block dl dd {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.i-block dl dd:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .i-block {
    padding: 1rem;
  }
}
.c-title {
    max-height: 21.8rem;
}
.c-block {
    border: 2px solid #adaeae;
    padding: 2rem 0;
    margin: 3rem auto;
}
@media (min-width: 1200px) {
    .c-block {
        max-width: 90rem;
    }
}
.c-menu {
    margin-left: -1.56rem;
}
.c-menu img {
    max-height: 5.25rem;
}
.c-block p {
    margin: 1rem 6rem 3rem;
}
.c-card {
    border: 2px solid #73570d;
    border-radius: 0;
    margin: 1rem 6rem 3rem;
}
.c-card .card-header {
  padding: 0.5rem 1.25rem 0.75rem;
  margin-bottom: 0;
  background-color: #73570d;
  border-bottom: #73570d;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.c-card .card-body {
  padding: 2rem;
}
.c-card dl {
  font-size: 1.7rem;
}
.c-card dl dt {
  float: left;
  width: 5em;
}
.c-card dl dd {
  margin-left: 5em;
}
@media (max-width: 575.98px) {
  .c-block {
    margin: 0 1.56rem;
  }
  .c-block p {
    margin: 1rem 2rem 3rem;
    padding: 0;
  }
  .c-card {
    margin: 1rem 2rem 3rem;
  }
  .c-card dl dt {
    float: none;
    width: 100%;
  }
  .c-card dl dd {
    margin-left: 0;
  }
}
.qa {
    border-bottom: 1px dotted rgba(115,87,13,0.5);
    padding: 0 6rem 3rem;
    margin-bottom: 3rem;
}
.qa dt {
    font-size: 1.7rem;
    font-weight: 900;
    color: #73570d;
    line-height: 2;
    display: flex;
    margin-bottom: 1rem;
}
.qa dd {
    font-size: 1.5rem;
    line-height: 2;
    display: flex;
}
.qa dt::before {
    content: url("images/q-icon.png");
    vertical-align: middle;
    display: block;
    padding-right: 2rem;
}
.qa dd::before {
    content: url("images/a-icon.png");
    vertical-align: top;
    padding-right: 2rem;
}
@media (max-width: 575.98px) {
    .qa {
        padding: 0 2rem 3rem;
    }
}
.qablock .slick-dots li button::before {
    font-size: 2rem !important;
    color: #000 !important;
}
.img-special {
    max-height: 42.15rem;
}
.img-uitext {
    max-height: 7.1rem;
}
hr {
    margin-top: 6rem;
    margin-bottom: 6rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
}
.btn-now {
    position: relative;
}
.btn-now .btn-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 2rem;
    margin: auto;
    font-size: 2.1rem;
    text-align: center;
    color: #fff;
}
@media (max-width: 575.98px) {
    .btn-now .btn-text {
        top: 1.5rem;
        font-size: 1.4rem;
    }
}
@media (min-width: 768px) {
    .orderblock {
        max-width: 60rem;
        margin: auto;
    }
}
.lineblock {
    position: relative;
    background: #fcfcc6;
    padding: 5rem 5rem 3rem;
    margin: 5rem 0;
}
.linetitle {
    position: absolute;
    left: 0;
    right: 0;
    top: -3rem;
    margin: auto;
    text-align: center;
}
.linetitle img {
    max-height: 7.1rem;
}
.lineblock h3 {
    font-size: 3rem;
    font-weight: 900;
    margin: 2rem 0;
}
.l-card {
    border: 2px solid #5cc942;
    border-radius: 0;
}
.l-card .card-header {
    padding: 0.5rem 1.25rem 0.75rem;
    margin-bottom: 0;
    background-color: #5cc942;
    border-bottom: #5cc942;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}
.l-card img {
    max-height: 18rem;
}
.form-control,
.input-group-text {
    font-size: 1.5rem;
}
.hrdot {
    border-top: 1px dotted rgba(0,0,0,0.3);
    margin: 6rem auto;
    width: 75%;
}
.staff {
    font-size: 1.4rem;
    width: 35rem;
    margin: 0 auto 6rem;;
}
.staff dt {
    float: left;
    width: 5em;
    text-align: right;
    font-weight: normal;
}
.staff dd {
    margin-left: 5em;
}
@media (max-width: 575.98px) {
    .staff {
        width: 100%;
    }
    .staff dt {
        float: none;
        width: 100%;
        text-align: center;
    }
    .staff dd {
        margin-left:0;
        text-align: center;
    }
}
.table-terms {
    font-size: 15px;
    margin-bottom: 4rem;
    width: 100%;
    border-collapse: collapse;
}
.table-terms th,
.table-terms td {
    vertical-align: middle;
}
.table-terms th {
    position: relative;
    padding: 11px 20px;
    width: 225px;
    font-weight: 500;
    text-align: center;
    background-color: #f7f7f7;
    box-sizing: border-box;
}
.table-terms th::after {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    width: auto;
    height: 1px;
    background-color: #808080;
    content: "";
}
.table-terms td {
    padding: 21px 42px;
    height: 36px;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 1.8px;
    line-height: 1.9;
    font-weight: 400;
    position: relative;
}
.table-terms td::before {
    position: absolute;
    left: 20px;
    top: 0;
    right: 0;
    border-top: 1px solid #808080;
    content: "";
}
.table-terms td.lastchild::after {
    position: absolute;
    left: 20px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #808080;
    content: "";
}
@media (max-width: 767.98px) {
    .table-terms th {
        display: block;
        width: 100%;
    }
    .table-terms th:first-child::after {
        height: 1px;
        background-color: transparent;
    }
    .table-terms td {
        display: block;
        width: 100%;
        height: auto;
    }
    .table-terms td::before {
        left: 0;
    }
}
footer {
    background: rgba(0,154,68,0.1);
    padding: 8rem 0 3rem;
}
footer .container {
    background: rgba(0,154,68,0.1);
}
.company {
    margin-bottom: 2rem;
}
.company img {
    max-height: 12.7rem;
}
footer ul {
    margin: 3rem auto 0;
}
footer p {
    font-size: 15px;
    line-height: 2;
    margin: 1.5rem auto;
    color: #fff;
}
footer .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
footer li a {
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
}
footer li a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.copyright {
    background: #1c1c1c;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding: 0.3rem 0;
}
#page-top {
    font-size: 0;
    position: fixed;
    bottom: 16px;
    right: 16px;
    opacity: 0;
    z-index: 9999;
}
#page-top.fade-in {
  color: #ddd;
  font-size: 30px;
  opacity: 0.6;
  transition: opacity 1s;
  cursor: pointer;
}
#page-top.fade-in:hover {
  color: #bdae7f;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="image"] {
    max-height:79px;
    max-width: 90%;
}
.footer_l {
    border-right: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
@media (max-width: 767.98px) {
    .footer_l {
        border-right: none;
    }
}
.img-mail {
    max-height: 37px;
}
.red,
.red_txt ul li {
    color: #f00 !important;
}