html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2e2e2e;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  background-color: #fff;
  word-wrap: break-word;
}

@media screen and (max-width: 769px) {
  body {
    font-size: 16px;
  }
}

main {
  overflow: hidden;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a,
button {
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a,
a:hover,
a:active,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*tel link*/
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*contens area*/
.sec-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 769px) {
  .sec-inner {
    padding: 50px 20px;
  }
}
.sec-inner-last {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 20px 150px 20px;
}
@media screen and (max-width: 769px) {
  .sec-inner-last {
    padding: 50px 20px 70px 20px;
  }
}
/*margin*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .mt30 {
    margin-top: 20px;
  }
}
.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .mt40 {
    margin-top: 20px;
  }
}
.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .mt50 {
    margin-top: 25px;
  }
}
.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .mt60 {
    margin-top: 30px;
  }
}
.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 769px) {
  .mt70 {
    margin-top: 35px;
  }
}
.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  .mt80 {
    margin-top: 40px;
  }
}
.mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 769px) {
  .mt90 {
    margin-top: 45px;
  }
}
.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .mt100 {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .mb30 {
    margin-bottom: 20px;
  }
}
.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .mb40 {
    margin-bottom: 20px;
  }
}
.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .mb50 {
    margin-bottom: 25px;
  }
}
.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .mb60 {
    margin-bottom: 30px;
  }
}
.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 769px) {
  .mb70 {
    margin-bottom: 35px;
  }
}
.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .mb80 {
    margin-bottom: 40px;
  }
}
.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 769px) {
  .mb90 {
    margin-bottom: 45px;
  }
}
.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .mb100 {
    margin-bottom: 50px;
  }
}
/*padding*/
.pb120 {
  padding-bottom: 120px;
}
/*text*/
.t-center {
  text-align: center;
}
.marker {
  background: linear-gradient(transparent 70%, #c6d7ee 70%);
  font-weight: 600;
}
.txt-red {
  color: #ce1717;
}
.txt-blue {
  color: #1e65c8;
}
.txt-white {
  color: #fff;
}
#intro p {
  line-height: 2;
}
.f14 {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .f14 {
    font-size: 12px;
  }
}
.f15 {
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  .f15 {
    font-size: 13px;
  }
}
.f16 {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .f16 {
    font-size: 14px;
  }
}
.f20 {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .f20 {
    font-size: 16px;
  }
}
.f22 {
  font-size: 22px;
}
@media screen and (max-width: 769px) {
  .f22 {
    font-size: 17px;
  }
}
.f24 {
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  .f24 {
    font-size: 18px;
  }
}
.f28 {
  font-size: 28px;
}
@media screen and (max-width: 769px) {
  .f28 {
    font-size: 19px;
  }
}
.f30 {
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  .f30 {
    font-size: 20px;
  }
}
/*display*/
.display-pc {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .display-pc {
    display: none;
  }
}
.display-sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .display-sp {
    display: inline-block;
  }
}
/*title*/
.ttl {
  font-size: 35px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .ttl {
    font-size: 22px;
  }
}
[class*="ttl2"] {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  [class*="ttl2"] {
    margin-bottom: 25px;
  }
}
[class*="ttl2"] .en {
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  [class*="ttl2"] .en {
    font-size: 8px;
  }
}
[class*="ttl2"] .ja {
  position: relative;
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 769px) {
  [class*="ttl2"] .ja {
    font-size: 21px;
  }
}
[class*="ttl2"] .ja:before {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 80%;
  height: 1px;
  content: "";
  background: #1e65c8;
}
@media screen and (max-width: 576px) {
  [class*="ttl2"] .ja:before {
    width: 70%;
  }
}
[class*="ttl2"] .en {
  display: block;
}
.ttl2_blue {
  color: #1e65c8;
}
.ttl3 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 18px;
  font-size: 20px;
  color: #1e65c8;
  background-color: #ffffff;
  border: 1px solid #1e65c8;
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  .ttl3 {
    font-size: 17px;
  }
}
.ttl3::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 28px;
  margin-right: 10px;
  background-color: #1e65c8;
}
/*background*/
.bg-gray {
  background-color: #fafafa;
}
.bg-gray_g {
  background-image: linear-gradient(54deg, #fafafa, #e8eef6);
}
.bg-white {
  background-color: #fff;
}
.bg-blue {
  background-color: #1e65c8;
}
.bg-glid {
  position: relative;
}
.bg-glid::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../common/img/glid.png") repeat;
  opacity: 0.4;
  z-index: -1;
}
.bg-blue_noise {
  width: 100%;
  height: 100%;
  background: url("../../common/img/noise_blue.jpg") repeat;
}
/*list*/
ul[class*="dot-list"] > li {
  position: relative;
  padding-left: 21px;
}

ul[class*="dot-list"] > li::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 6px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2e2e2e;
}
ul[class*="dot-list"] > li + li {
  margin-top: 10px;
}

ul[class*="dot-list"] .ol-list {
  margin-top: 5px;
  padding-left: 15px;
}
.dot-list_black > li::before {
  background-color: #2e2e2e;
}
.dot-list_white > li::before {
  background-color: #fff;
}
ul[class*="box-list"] li {
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
ul[class*="box-list"] li + li {
  margin-top: 10px;
}
.box-list_white li {
  color: #fff;
  border: 1px solid #fff;
}
.box-list_black li {
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
}
.box-list_gray li {
  color: #2e2e2e;
  background-color: #fafafa;
}
.box-list_blue li {
  color: #2e2e2e;
  background-color: #e8eef6;
}
.ol-list {
  list-style-type: decimal;
}
/*button*/
.btn-center {
  text-align: center;
}
.st-btn {
  position: relative;
  display: inline-block;
  min-width: 260px;
  max-width: 100%;
  text-align: center;
}

.st-btn a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  background-color: #1a2b40;
  border-radius: 50px;
  line-height: normal;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 769px) {
  .st-btn a {
    padding: 20px 40px;
    font-size: 16px;
  }
}
.st-btn a:hover {
  transform: scale(1.04);
  opacity: 1;
}
.fixed-btn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .fixed-btn {
    bottom: 25px;
    right: 20px;
  }
}

.fixed-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 150px;
  height: 150px;
  color: #1e65c8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: #ffe066;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 769px) {
  .fixed-btn a {
    width: 100px;
    height: 100px;
    font-size: 15px;
    letter-spacing: normal;
  }
}

.fixed-btn a span {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  transition: 0.2s all;
}
@media screen and (max-width: 769px) {
  .fixed-btn a span {
    font-size: 8px;
    margin-bottom: 5px;
  }
}

.fixed-btn a:hover {
  opacity: 1;
  transform: scale(1.08);
}

/*box*/
.box-whiteline {
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media screen and (max-width: 769px) {
  .box-whiteline {
    padding: 15px;
  }
}
.box-blackline {
  padding: 30px;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
}
@media screen and (max-width: 769px) {
  .box-blackline {
    padding: 15px;
  }
}
.box-blueline {
  padding: 30px;
  color: #3b66a2;
  background-color: #fff;
  border: 1px solid #3b66a2;
  border-radius: 8px;
}
@media screen and (max-width: 769px) {
  .box-blueline {
    padding: 15px;
  }
}
.box-blue {
  padding: 40px;
  background-color: #e8eef6;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .box-blue {
    padding: 20px;
  }
}
.box-heading {
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  .box-heading {
    font-size: 17px;
  }
}
.box-heading .tag {
  margin-right: 10px;
  padding: 5px 10px;
  color: #fff;
  background-color: #3b66a2;
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  .box-heading .tag {
    font-size: 17px;
  }
}
.box-blue p,
.box-blue ul li {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .box-blue p,
  .box-blue ul li {
    font-size: 15px;
  }
}
/*table*/
.st-table {
  width: 100%;
  border: 1px solid #e8eef6;
}
.st-table th,
.st-table td {
  padding: 15px;
  font-size: 17px;
}
@media screen and (max-width: 769px) {
  .st-table th,
  .st-table td {
    display: block;
    font-size: 15px;
  }
}
.st-table th {
  min-width: 150px;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
  background-color: #e8eef6;
}
@media screen and (max-width: 769px) {
  .st-table th {
    text-align: left;
  }
}
.st-table td {
  border-bottom: 1px solid #e8eef6;
  background-color: #fff;
}
.st-table dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .st-table dl {
    font-size: 15px;
  }
}
.st-table dl::before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0;
}
.st-table dl dt {
  font-weight: 500;
}
.st-table .note {
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .st-table .note {
    font-size: 12px;
  }
}
/*accordion*/
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin-top: 15px;
  padding: 30px 60px 30px 30px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.6;
  background-color: #eff7fe;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .accordion-container .accordion-title {
    margin-top: 10px;
    padding: 20px 60px 20px 20px;
    font-size: 16px;
  }
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  transition: all 0.3s;
}

.accordion-title {
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #272727;
  border-right: solid 2px #272727;
  transform: rotate(135deg);
}
@media screen and (max-width: 769px) {
  .accordion-title:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
  }
}
.accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding: 20px 20px 65px;
}
@media screen and (max-width: 769px) {
  .accordion-content {
    padding: 10px 20px 25px;
  }
}
/*other*/
.map-link {
  margin-left: 10px;
  padding: 6px 10px;
  color: #1e65c8 !important;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 1px solid #1e65c8;
  border-radius: 3px;
}
/*-----------------------------------------
header
-----------------------------------------*/
header {
  width: 100%;
  height: 100%;
}
header .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  padding: 0 40px;
}
@media screen and (max-width: 769px) {
  header .inner {
    padding: 0 20px;
    height: 50px;
  }
}
header .logo img {
  width: 280px;
  padding-top: 0;
  padding-left: 0;
}
@media screen and (max-width: 769px) {
  header .logo img {
    width: 180px;
  }
}
/*-----------------------------------------
kv
-----------------------------------------*/
.kv {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  min-height: 660px;
}
@media screen and (max-width: 769px) {
  .kv {
    min-height: 350px;
  }
}
.kv-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 2000px;
}
@media screen and (max-width: 1023px) {
  .kv-inner {
    margin-top: 80px;
  }
}
.kv-txt {
  width: 45%;
  height: 100%;
  padding-left: 7vw;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .kv-txt {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 769px) {
  .kv-txt {
    margin-bottom: 0;
  }
}
.kv-txt .band {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 15px;
  color: #e8eef6;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.14em;
  background-color: #1e65c8;
  border: 1px solid #1e65c8;
  border-radius: 3px;
}
@media screen and (max-width: 769px) {
  .kv-txt .band {
    font-size: 10px;
  }
}
.kv-txt .seminar-ttl {
  margin-bottom: 25px;
  letter-spacing: normal;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  .kv-txt .seminar-ttl {
    margin-bottom: 25px;
  }
}
.kv-txt .seminar-ttl span {
  display: block;
  margin-top: 25px;
}
.kv-txt ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  color: #1e65c8;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .kv-txt ul {
    margin-bottom: 20px;
  }
}
.kv-txt ul li {
  margin: 0 20px;
  padding-bottom: 13px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid #1e65c8;
}
@media screen and (max-width: 769px) {
  .kv-txt ul li {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.kv-txt ul .item-label {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 900;
}

@media screen and (max-width: 769px) {
  .kv-txt ul .item-label {
    margin-bottom: 9px;
    font-size: 10px;
  }
}
.kv-txt ul .venue {
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .kv-txt ul .venue {
    font-size: 10px;
  }
}

@media screen and (max-width: 769px) {
  .kv-txt .st-btn {
    display: none;
  }
}

/*メイン画像*/
/*1枚*/
.kv-image.single-image {
  width: 55%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .kv-image.single-image {
    width: 100%;
  }
}
.kv-image.single-image img {
  height: 660px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 769px) {
  .kv-image.single-image img {
    height: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .kv-image.single-image img {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
/*2枚*/
.kv-image.double-image {
  width: 55%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px;
}
@media screen and (max-width: 1023px) {
  .kv-image.double-image {
    width: 100%;
    padding: 0;
  }
}
.kv-image.double-image img {
  width: calc((100% - 15px) / 2);
  height: 580px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 1023px) {
  .kv-image.double-image img {
    width: calc((100% - 0) / 2);
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 769px) {
  .kv-image.double-image img {
    height: 290px;
  }
}
@media screen and (max-width: 1023px) {
  .kv-image.double-image img {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

/*-----------------------------------------
RPTM 認定トレーナー限定 フォローアップDay
-----------------------------------------*/
#seminar1 .kv-txt .seminar-ttl {
  font-size: 57px;
}
@media screen and (max-width: 769px) {
  #seminar1 .kv-txt .seminar-ttl {
    font-size: 33px;
  }
}
#seminar1 .kv-txt .seminar-ttl span {
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  #seminar1 .kv-txt .seminar-ttl span {
    font-size: 19px;
  }
}
#seminar1 #intro2 ul {
  max-width: 380px;
  margin: 0 auto;
}
/*-----------------------------------------
パピーセミナー
-----------------------------------------*/

#seminar2 .kv-txt .seminar-ttl {
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 1180px) {
  #seminar2 .kv-txt .seminar-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 769px) {
  #seminar2 .kv-txt .seminar-ttl {
    font-size: 18px;
  }
}
#seminar2 .kv-txt .seminar-ttl span {
  margin-bottom: 10px;
  font-size: 48px;
}
@media screen and (max-width: 769px) {
  #seminar2 .kv-txt .seminar-ttl span {
    font-size: 33px;
  }
}
#seminar2 #intro .box-list_black {
  margin: 50px auto 0;
}
/*-----------------------------------------
東京セミナー
-----------------------------------------*/
#seminar3 .kv-txt .seminar-ttl {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1310px) {
  #seminar3 .kv-txt .seminar-ttl {
    font-size: 23px;
  }
}
@media screen and (max-width: 769px) {
  #seminar3 .kv-txt .seminar-ttl {
    font-size: 18px;
  }
}
#seminar3 .kv-txt .seminar-ttl span {
  margin-bottom: 18px;
  font-size: 20px;
}
@media screen and (max-width: 1310px) {
  #seminar3 .kv-txt .seminar-ttl span {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  #seminar3 .kv-txt .seminar-ttl span {
    font-size: 13px;
  }
}
#seminar3 .kv-txt .seminar-ttl .sub-ttl {
  margin: 5px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 1310px) {
  #seminar3 .kv-txt .seminar-ttl .sub-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  #seminar3 .kv-txt .seminar-ttl .sub-ttl {
    font-size: 12px;
  }
}
/*-----------------------------------------
大阪セミナー
-----------------------------------------*/
#seminar4 .kv-txt .seminar-ttl {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1310px) {
  #seminar4 .kv-txt .seminar-ttl {
    font-size: 23px;
  }
}
@media screen and (max-width: 769px) {
  #seminar4 .kv-txt .seminar-ttl {
    font-size: 19px;
  }
}
#seminar4 .kv-txt .seminar-ttl span {
  margin-bottom: 18px;
  font-size: 20px;
}
@media screen and (max-width: 1310px) {
  #seminar4 .kv-txt .seminar-ttl span {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  #seminar4 .kv-txt .seminar-ttl span {
    font-size: 15px;
  }
}
#seminar4 .kv-txt .seminar-ttl .sub-ttl {
  margin: 5px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 1310px) {
  #seminar4 .kv-txt .seminar-ttl .sub-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  #seminar4 .kv-txt .seminar-ttl .sub-ttl {
    font-size: 14px;
  }
}
#seminar4 #intro .dot-list {
  max-width: 600px;
  margin: 30px auto 0;
}
/*-----------------------------------------
犬の恐怖との向き合い方
-----------------------------------------*/
#seminar5 .kv-txt .seminar-ttl {
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 1180px) {
  #seminar5 .kv-txt .seminar-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  #seminar5 .kv-txt .seminar-ttl {
    font-size: 18px;
  }
}
#seminar5 .kv-txt .seminar-ttl span {
  margin-bottom: 10px;
  font-size: 45px;
}
@media screen and (max-width: 769px) {
  #seminar5 .kv-txt .seminar-ttl span {
    font-size: 28px;
  }
}
#seminar5 #intro .box-list_black {
  margin: 50px auto 0;
}

/*-----------------------------------------
桐生セミナー
-----------------------------------------*/
#seminar6 .kv-txt .seminar-ttl {
  font-size: 33px;
  line-height: 1.5;
}
@media screen and (max-width: 1310px) {
  #seminar6 .kv-txt .seminar-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 769px) {
  #seminar6 .kv-txt .seminar-ttl {
    font-size: 22px;
  }
}
#seminar6 .kv-txt .seminar-ttl span {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 1310px) {
  #seminar6 .kv-txt .seminar-ttl span {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  #seminar6 .kv-txt .seminar-ttl span {
    font-size: 15px;
  }
}
#seminar6 .kv-txt .seminar-ttl .sub-ttl {
  margin: 5px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 1310px) {
  #seminar6 .kv-txt .seminar-ttl .sub-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  #seminar6 .kv-txt .seminar-ttl .sub-ttl {
    font-size: 12px;
  }
}
/*-----------------------------------------
入門編ワークショップ
-----------------------------------------*/
#seminar7 .kv-txt .seminar-ttl {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1180px) {
  #seminar7 .kv-txt .seminar-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  #seminar7 .kv-txt .seminar-ttl {
    font-size: 16px;
  }
}
#seminar7 .kv-txt .seminar-ttl span {
  margin-bottom: 10px;
  font-size: 35px;
}
@media screen and (max-width: 769px) {
  #seminar7 .kv-txt .seminar-ttl span {
    font-size: 28px;
  }
}
#seminar7 .kv-image img {
  -o-object-position: top;
  object-position: top;
}
/*-----------------------------------------
迷走神経セミナー
-----------------------------------------*/
#seminar8 .kv-txt .seminar-ttl {
  font-size: 38px;
  line-height: 1.5;
}
@media screen and (max-width: 1180px) {
  #seminar8 .kv-txt .seminar-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 769px) {
  #seminar8 .kv-txt .seminar-ttl {
    font-size: 24px;
  }
}
#seminar8 .kv-txt .seminar-ttl span {
  margin-bottom: 10px;
  font-size: 22px;
}
@media screen and (max-width: 769px) {
  #seminar8 .kv-txt .seminar-ttl span {
    font-size: 15px;
  }
}
#seminar8 .kv-image img {
  -o-object-position: top;
  object-position: top;
}
#seminar8 #intro .ttl {
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  #seminar8 #intro .ttl {
    font-size: 19px;
  }
}
/*-----------------------------------------
実践型スペシャル勉強会
-----------------------------------------*/
#seminar9 .kv-txt .seminar-ttl {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1180px) {
  #seminar9 .kv-txt .seminar-ttl {
    font-size: 35px;
  }
}
@media screen and (max-width: 769px) {
  #seminar9 .kv-txt .seminar-ttl {
    font-size: 25px;
  }
}
#seminar9 .kv-txt .seminar-ttl span {
  margin-bottom: 10px;
  font-size: 19px;
}
@media screen and (max-width: 769px) {
  #seminar9 .kv-txt .seminar-ttl span {
    font-size: 14px;
  }
}
#seminar9 .kv-image img {
  -o-object-position: top;
  object-position: top;
}
#seminar9 #intro .sec-inner {
  max-width: 620px;
}
#seminar9 #intro .ttl {
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  #seminar9 #intro .ttl {
    font-size: 17px;
  }
}
#seminar9 #intro .subttl {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #seminar9 #intro .subttl {
    font-size: 13px;
  }
}
#seminar9 #intro .box-blueline {
  margin: 60px auto 0 auto;
  padding: 30px;
}
#seminar9 #intro .box-blue .box-heading {
  margin-bottom: 10px;
}
/*------------------ -----------------------
LINE公式アカウント
-----------------------------------------*/
.line-box {
  max-width: 600px;
  margin: 20px auto 0;
  padding: 40px;
  font-size: 15px;
  background-color: #fff;
  letter-spacing: normal;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .line-box {
    padding: 20px;
  }
}

.line-box .head {
  margin-bottom: 10px;
  text-align: center;
  color: #06c755;
  font-size: 20px;
  font-weight: 800;
}
.line-box .line-id {
  margin: 10px 0;
  font-size: 22px;
  text-align: center;
}
.line-box .line-code {
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .line-box .line-code {
    max-width: 100px;
  }
}
.line-box p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: center !important;
}
@media screen and (max-width: 576px) {
  .line-box p {
    font-size: 14px;
    text-align: left !important;
  }
}
.st-btn.line a {
  padding: 15px 60px;
  font-size: 18px;
  background-color: #06c755;
}
@media screen and (max-width: 576px) {
  .st-btn.line a {
    padding: 15px 20px;
  }
}
.line-box .btn-center {
  margin-top: 30px;
}
.line-box .btn-center p {
  margin-bottom: 10px;
  text-align: center !important;
}

/*-----------------------------------------
footer
-----------------------------------------*/
.footer {
  color: #fff;
  background: #1a2b40;
}
.footer .inner {
  padding: 60px 20px 30px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.footer .logo {
  width: 315px;
}
@media screen and (max-width: 769px) {
  .footer .logo {
    width: 215px;
  }
}
.footer p {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .footer p {
    font-size: 12px;
  }
}
.footer .insta img {
  width: 33px;
  margin-top: 20px;
}
.footer .copyright {
  margin-top: 50px;
  color: #8b8b8b;
  font-size: 12px;
}
