@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
  font-weight: normal; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #333;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select, textarea {
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: none !important;
  color: #fff !important; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

::-moz-selection {
  background: #333;
  color: #fff; }

::selection {
  background: #333;
  color: #fff; }

:focus {
  outline: none; }

a, button {
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent; }

a:hover, button:hover {
  outline: none; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: inherit;
  vertical-align: bottom; }

em, i {
  font-style: normal; }

svg {
  height: auto; }

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

.selector::-webkit-scrollbar {
  display: none; }

/* 見出しH2
-----------------------------------------------------------------*/
.box29 {
    display: flex;
	 margin: 1em 0;
    border: solid 6px #00b900;
}/*LINE*/

.box30 {
    display: flex;
	 margin: 1em 0;
    border: solid 6px #1da1f2;
}/*Twitter*/

.box29 .box-title {
    background: #00b900;
    padding: 10px;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 8px 20px;
    margin: 0;
    font-weight: bold;
}

.box30 .box-title {
    background: #1da1f2;
    padding: 10px;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 8px 20px;
    margin: 0;
    font-weight: bold;
}

@media (max-width: 768px) {
.box29 .box-title {
    font-size: 12px;
	}
.box29 p {
	font-size: 3.2vw !important;
	}
.box30 .box-title {
    font-size: 12px;
	}
.box30 p {
	font-size: 3.2vw !important;
	}}

.lncolumn span{
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border: 2px solid #00b900;
    background-image:
        linear-gradient(90deg, transparent 0 25px, #fff 25px),
        repeating-linear-gradient(135deg, #00b900 0 3px, transparent 3px 6px);
    color: #333;
    font-weight: bold;
	 margin-right: 10px;
}

.twcolumn span{
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border: 2px solid #1da1f2;
    background-image:
        linear-gradient(90deg, transparent 0 25px, #fff 25px),
        repeating-linear-gradient(135deg, #1da1f2 0 3px, transparent 3px 6px);
    color: #333;
    font-weight: bold;
	 margin-right: 10px;
}

.fbcolumn span{
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border: 2px solid #1778f2;
    background-image:
        linear-gradient(90deg, transparent 0 25px, #fff 25px),
        repeating-linear-gradient(135deg, #1778f2 0 3px, transparent 3px 6px);
    color: #333;
    font-weight: bold;
	 margin-right: 10px;
}

.otcolumn span{
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border: 2px solid #002C94;
    background-image:
        linear-gradient(90deg, transparent 0 25px, #fff 25px),
        repeating-linear-gradient(135deg, #002C94 0 3px, transparent 3px 6px);
    color: #333;
    font-weight: bold;
	 margin-right: 10px;
}

.card {
    display: flex;
    align-items: center;
    padding: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 10px 20px #ccc;
    transition: 0.5s;
	 margin-bottom: 30px;
}

.card-image {
    width: 30%;
    height: 100px;
    object-fit: cover;
}


.card-box {
    padding-left: 1rem;
	 color: #333333;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
}

.card-description {
    margin-bottom: 0.5rem;
    line-height: 1.5;
	 font-size: 0.8rem;
}

.card-link {
    color: #333;
    text-decoration: none;
	
}

.card-link:hover .card {
    box-shadow: 0 5px 10px #ccc;
}

@media (max-width: 768px) {
.card-title {
    margin-bottom: 0.5rem;
    font-size: 3.8vw;
    font-weight: bold;
	 line-height: 1.3;
}
.card-description {
    margin-bottom: 0.5rem;
    line-height: 1.3;
	 font-size: 2.75vw !important;
}}

/* フォント設定
-----------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%; }

body {
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W6, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  color: #333;
  line-height: 1.3; }
  @media (min-width: 769px) {
    body {
      min-width: 1100px; } }
  body img {
    width: 100%;
    vertical-align: middle; }
  body a {
    color: #333; }

@media (min-width: 769px) {
  .pc {
    display: block; } }

@media (max-width: 768px) {
  .pc {
    display: none !important; } }

@media (min-width: 769px) {
  .sp {
    display: none !important; } }

@media (max-width: 768px) {
  .sp {
    display: block; } }

.scrollLock {
  overflow: hidden;
  position: fixed; }

.pdb16{
  padding-bottom: 16px;
}

/* パンくず
-----------------------------------------------------------------*/
#breadcrumbs {
	font-size:75%;
	margin-bottom: 20px;
}
#breadcrumbs .breadcrumb_last {
	color: #636363;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-video-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (orientation: landscape) {
    .modal-video-inner {
      padding: 10px 60px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  @media (orientation: landscape) {
    .modal-video-close-btn {
      top: 0;
      right: -45px; } }
  .modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

@media (max-width: 768px) {
  .blogDetail__head {
    margin-bottom: 3.33333vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .blogDetail__head {
    margin-bottom: 16px; } }

@media (min-width: 769px) {
  .blogDetail__head {
    margin-bottom: 16px; } }
.blogDetail__head--h {
  font-weight: bold; }
  @media (max-width: 768px) {
    .blogTitle__head--h {
      font-size: 5vw;
      margin-bottom: 4.16667vw;
      text-align:center;
      font-weight:bold; }   
    .blogDetail__head--h {
      font-size: 5vw;
      margin-bottom: 4.16667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .blogTitle__head--h {
      font-size: 24px;
      margin-bottom: 20px;
      text-align:center;
      font-weight:bold;　}
	  .blogDetail__head--h {
      font-size: 24px;
      margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .blogTitle__head--h {
      font-size: 28px;
      margin-bottom: 16px;
      text-align:center;
      font-weight:bold; } }
    .blogDetail__head--h {
      font-size: 28px;
      margin-bottom: 16px; } }
  @media (max-width: 768px) {
    #page-seminarDetail .blogDetail__head--h {
      margin-top: 6.25vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    #page-seminarDetail .blogDetail__head--h {
      margin-top: 30px; } }
  @media (min-width: 769px) {
    #page-seminarDetail .blogDetail__head--h {
      margin-top: 30px; } }

@media (min-width: 769px) {
  .blogDetail__headWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (max-width: 768px) {
  .blogTitle__mainImg {
    margin-bottom: 4.16667vw;
    margin: 0 auto;}
  .blogDetail__mainImg {
    margin-bottom: 4.16667vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .blogTitle__mainImg {
    margin-bottom: 20px;
    width:60%;}	
  .blogDetail__mainImg {
    margin-bottom: 20px; } }

@media (min-width: 769px) {
  .blogTitle__mainImg {
    margin-bottom: 16px;
    width:65%;
    margin: 0 auto;}		
  .blogDetail__mainImg {
    margin-bottom: 16px; } }

.blogTitle__mainImg img {
  height: auto; }
.blogDetail__mainImg img {
  height: auto; }

.blogDetail__read {
  line-height: 2; }
  @media (max-width: 768px) {
    .blogDetail__read {
      font-size: 3.75vw;
      margin-bottom: 4.16667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .blogDetail__read {
      font-size: 18px;
      margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .blogDetail__read {
      margin-bottom: 16px; } }

.blogDetail__index {
  border: solid 1px #000; }
  @media (max-width: 768px) {
    .blogDetail__index {
      font-size: 3.75vw;
      padding: 3.33333vw;
      margin-top: 3.33333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .blogDetail__index {
      font-size: 18px;
      padding: 16px;
      margin-top: 16px; } }
  @media (min-width: 769px) {
    .blogDetail__index {
      padding: 16px;
      margin-top: 16px; } }
  .blogDetail__index--h {
    font-weight: bold; }
    @media (max-width: 768px) {
      .blogDetail__index--h {
        margin-bottom: 2.08333vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .blogDetail__index--h {
        margin-bottom: 10px; } }
    @media (min-width: 769px) {
      .blogDetail__index--h {
        margin-bottom: 10px; } }
  .blogDetail__index--item {
    font-weight: bold; }
    @media (max-width: 768px) {
      .blogDetail__index--item {
        margin-bottom: 1.04167vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .blogDetail__index--item {
        margin-bottom: 5px; } }
    @media (min-width: 769px) {
      .blogDetail__index--item {
        margin-bottom: 5px; } }
    .blogDetail__index--item:last-child {
      margin-bottom: 0; }
    .blogDetail__index--item:before {
      content: "-";
      padding-right: 16px; }
    .blogDetail__index--item a {
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      color: #333 !important;
      }
      @media (min-width: 769px) {
        .blogDetail__index--item a:hover {
        color: #0045E8 !important; } }

@media (max-width: 768px) {
  .blogDetail__post {
    margin-top: 9.375vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .blogDetail__post {
    margin-top: 45px; } }

@media (min-width: 769px) {
  .blogDetail__post {
    margin-top: 45px; } }

.blogDetail__post h3 {
  font-weight: bold;
  position: relative;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .blogDetail__post h3 {
      font-size: 5.41667vw;
      margin-bottom: 3.33333vw;
      padding-bottom: 3.33333vw;
      margin-top: 12.5vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .blogDetail__post h3 {
      font-size: 26px;
      margin-bottom: 16px;
      padding-bottom: 16px;
      margin-top: 60px; } }
  @media (min-width: 769px) {
    .blogDetail__post h3 {
      font-size: 20px;
      margin-bottom: 20px;
      padding-bottom: 16px;
      margin-top: 60px; } }
  .blogDetail__post h3:after {
    content: "";
    display: block;
    border-radius: 3px;
    background-color: #0045E8;
    position: absolute;
    bottom: 0; }
    @media (max-width: 768px) {
      .blogDetail__post h3:after {
        width: 115vw;
        height: 1.25vw;
        max-width: 350px;
        max-height: 6px; } }
    @media (min-width: 769px) {
      .blogDetail__post h3:after {
        width: 615px;
        height: 6px; } }

.blogDetail__post h4 {
  font-weight: bold;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .blogDetail__post h4 {
      font-size: 4.16667vw;
      margin-bottom: 3.33333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .blogDetail__post h4 {
      font-size: 20px;
      margin-bottom: 16px; } }
  @media (min-width: 769px) {
    .blogDetail__post h4 {
      font-size: 20px;
      margin-bottom: 16px; } }

.blogDetail__post p {
  line-height: 2; }
  @media (max-width: 768px) {
    .blogDetail__post p {
      font-size: 3.75vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .blogDetail__post p {
      font-size: 18px; } }

.blogDetail__post img {
  max-width: 100%;
  margin: 10px auto;
  display: block; }
  .blogDetail__post img.alignleft {
    margin-right: auto;
    margin-left: 0; }
  .blogDetail__post img.alignright {
    margin-left: auto;
    margin-right: 0; }

.blogDetail__post ol, .blogDetail__post ul {
  padding: 20px; 30px;}

.blogDetail__post ol li {
  list-style: auto; }

.blogDetail__post ul li {
  list-style: none; }

.blogDetail__post a {
  color: #0045E8;
  }

.blogDetail__post strong {
  font-weight: bold; }
  .blogDetail__post strong em {
    font-weight: bold; }

.blogDetail__post em {
  font-style: italic; }

.blogDetail__author {
  border: solid 1px #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .blogDetail__author {
      padding: 3.75vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .blogDetail__author {
      padding: 18px; } }
  @media (min-width: 769px) {
    .blogDetail__author {
      padding: 26px 34px; } }
  @media (max-width: 768px) {
    .blogDetail__author--img {
      width: 22.91667vw;
      min-width: 22.91667vw;
      max-width: 110px; } }
  @media (min-width: 769px) {
    .blogDetail__author--img {
      width: 110px;
      min-width: 110px; } }
  .blogDetail__author--img img {
    height: auto; }

@media (max-width: 768px) {
  .blogDetail__authorInner {
    margin-right: 10.41667vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .blogDetail__authorInner {
    margin-right: 50px; } }

@media (min-width: 769px) {
  .blogDetail__authorInner {
    margin-right: 100px; } }

.blogDetail__sns {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .blogDetail__sns {
      margin-top: 10.41667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .blogDetail__sns {
      margin-top: 50px; } }
  @media (min-width: 769px) {
    .blogDetail__sns {
      margin-top: 30px; } }
  .blogDetail__sns--txt {
    font-weight: bold;
    margin-right: 1em; }

.blogDetail__seminarClose {
  font-weight: bold;
  color: #FF0000;
  text-align: center; }
  @media (min-width: 769px) {
    .blogDetail__seminarClose {
      font-size: 28px;
      margin: 16px 0; } }

[class^="btn"] {
  text-align: center;
  font-weight: bold; }
  @media (max-width: 768px) {
    [class^="btn"] {
      width: 58.33333vw;
      max-width: 280px;
      font-size: 3.33333vw;
	   margin: 0 auto; } }
  @media (max-width: 768px) {
    [class^="btn"] {
      font-size: 16px; } }
  @media (min-width: 769px) {
    [class^="btn"] {
      width: 240px; 
      font-size: 16px;
	   margin: auto;} }
  [class^="btn"] .btn--link {
    display: block; }
    @media (max-width: 768px) {
      [class^="btn"] .btn--link {
        border-radius: 40px;
        padding: 3.33333vw 0; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      [class^="btn"] .btn--link {
        padding: 16px 0; } }
    @media (min-width: 769px) {
      [class^="btn"] .btn--link {
        border-radius: 30px;
        padding: 14px 0px;
        -webkit-transition: color 0.3s,background-color 0.3s,border 0.3s;
        transition: color 0.3s,background-color 0.3s,border 0.3s;
		　　　text-decoration: none　!important;
		} }


.btn--solid .btn--link {
  color: #fff;
  background-color: #002C94;
  border: solid 3px #002C94; }

.btn--solidW .btn--link {
  color: #002C94;
  background-color: #fff;
  border: solid 3px #fff; }
  @media (min-width: 769px) {
    .btn--solidW .btn--link:hover {
      color: #fff;
      background-color: #002C94;
      border: solid 3px #002C94; } }

.btn--solidW .btn--link-telas {
  color: #fff;
  background-color: #002C94;
  border: solid 3px #fff;
  border-radius: 48px;
  padding: 18px 50px;
  margin-top: 30px;}
.btn--solidW .btn--link-telas a {
	color: #fff;}
  @media (max-width: 768px) {
.btn--solidW .btn--link-telas {
  padding: 18px 30px;
  margin-top: 16px; }}
  @media (min-width: 769px) {
    .btn--solidW .btn--link-telas:hover {
      color: #fff;
      background-color: #002C94;
      border: solid 3px #002C94; } }

.btn--line .btn--link {
  color: #FFFFFF;
  border: solid 3px #002C94;
  background-color: #002C94; }
  @media (min-width: 769px) {
    .btn--line .btn--link:hover {
      color: #fff;
      background-color: #002C94; } }
  @media (min-width: 769px) {
    .seminarListArchive--overlay .btn--line .btn--link:hover {
      color: #002C94;
      background-color: #fff; } }

@media (min-width: 769px) {
.cb-btn-center {
  width: 500px;
	display:flex;
	margin: 0 auto;
   grid-gap: 8px;
	} }
@media (max-width: 768px) {
.cb-btn-center {	
	  margin: 0 auto; } }

@media (min-width: 769px) {
.cb-btn-center-telas {
  width: 660px;
	display:flex;
	margin: 0 auto;
   grid-gap: 8px;
	}
.cb-btn-center-telas img {
  width: 60%;}}
@media (max-width: 768px) {
.cb-btn-center-telas {	
	  margin: 0 auto; }
.btn-telas img {
  width: 80%; }
.btn-telas a {	
	  padding: 10px; }}


.btn--center {
  margin: 0 auto; }
@media (max-width: 768px) {
  #page-top .cardBlock {
    margin-bottom: 10.41667vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  #page-top .cardBlock {
    margin-bottom: 50px; } }

@media (min-width: 769px) {
  #page-top .cardBlock {
    margin-bottom: 50px; } }

@media (max-width: 768px) {
  .cardBlock__inner {
    margin-bottom: 8.33333vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .cardBlock__inner {
    margin-bottom: 40px; } }

@media (min-width: 769px) {
  .cardBlock__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 769px) {
  #page-top .cardBlock__inner {
    margin-bottom: 50px; } }

.cardBlock__group {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 16px 16px; }
  @media (max-width: 768px) {
    .cardBlock__group {
      width: 100%;
      margin-bottom: 4.16667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .cardBlock__group {
      margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .cardBlock__group {
      width: 356px;
      margin-bottom: 24px;
      margin-right: 2.7%; }
      #page-top .cardBlock__group {
        width: 32.65%;
        max-width: 320px;
        margin-bottom: 1.12%;
        margin-right: 1.12%; } }
  @media (min-width: 769px) {
    #page-top .cardBlock__group:nth-child(3) {
      margin-right: 0 !important; } }
  @media (min-width: 769px) {
    .cardBlock__group:nth-child(even) {
      margin-right: 0 !important; }
      #page-top .cardBlock__group:nth-child(even) {
        margin-right: auto !important; } }
  @media (min-width: 769px) {
    #page-top .cardBlock__group:nth-child(4) {
      margin-right: 1.12% !important; } }
  @media (min-width: 769px) {
    #page-top .cardBlock__group:nth-child(5) {
      margin-right: auto !important; } }
  @media (min-width: 769px) {
    #page-top .cardBlock__group:nth-child(6) {
      margin-right: 0 !important; } }
  .cardBlock__group--thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
    @media (max-width: 768px) {
      .cardBlock__group--thumb img {
        height: 45.83333vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .cardBlock__group--thumb img {
        height: 220px; } }
    @media (min-width: 769px) {
      .cardBlock__group--thumb img {
        height: 170px; } }
  .cardBlock__group--thumb a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media (min-width: 769px) {
      .cardBlock__group--thumb a:hover {
        opacity: .6; } }
  .cardBlock__group--h {
    font-weight: bold;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .cardBlock__group--h {
        font-size: 5.41667vw;
        margin-bottom: 8.75vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .cardBlock__group--h {
        font-size: 26px;
        margin-bottom: 42px; } }
    @media (min-width: 769px) {
      .cardBlock__group--h {
        font-size: 20px;
        margin-bottom: 16px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; } }
    .cardBlock__group--h a {
      display: block;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      @media (min-width: 769px) {
        .cardBlock__group--h a:hover {
          color: #0045E8; } }

@media (max-width: 768px) {
  .cardBlock__groupInner {
    padding: 4.16667vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .cardBlock__groupInner {
    padding: 20px; } }

@media (min-width: 769px) {
  .cardBlock__groupInner {
    padding: 20px 15px; } }

.cardBlock__rightBox--img {
  line-height: 1.5; }
  @media (max-width: 768px) {
    .cardBlock__rightBox--img {
      margin-bottom: 1.04167vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .cardBlock__rightBox--img {
      margin-bottom: 5px; } }
  @media (min-width: 769px) {
    .cardBlock__rightBox--img {
      margin-bottom: 5px;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; } }
  .cardBlock__rightBox--img img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
    @media (max-width: 768px) {
      .cardBlock__rightBox--img img {
        height: 41.66667vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .cardBlock__rightBox--img img {
        height: 200px; } }
    @media (min-width: 769px) {
      .cardBlock__rightBox--img img {
        height: 140px; } }

.cardBlock__rightBox--h {
  font-weight: bold; }
  @media (max-width: 768px) {
    .cardBlock__rightBox--h {
      font-size: 4.16667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .cardBlock__rightBox--h {
      font-size: 20px; } }
  @media (min-width: 769px) {
    .cardBlock__rightBox--h {
      font-size: 16px;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; } }

@media (min-width: 769px) {
  .cardBlock__rightBox a:hover .cardBlock__rightBox--img {
    opacity: .6; } }

@media (min-width: 769px) {
  .cardBlock__rightBox a:hover .cardBlock__rightBox--h {
    color: #0045E8; } }

.contactBlock {
  background-color: #D6D6D6; }
  @media (max-width: 768px) {
    .contactBlock {
      padding: 13.95833vw 0;
      margin-top: 25vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .contactBlock {
      padding: 67px 0;
      margin-top: 120px; } }
  @media (min-width: 769px) {
    .contactBlock {
      padding: 56px 0;
      margin-top: 116px; } }
  .contactBlock__txt {
    text-align: center;
    color: #333333;
    font-weight: bold; }
    @media (max-width: 768px) {
      .contactBlock__txt {
        font-size: 5vw;
        margin-bottom: 6.04167vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .contactBlock__txt {
        font-size: 24px;
        margin-bottom: 29px; } }
    @media (min-width: 769px) {
      .contactBlock__txt {
        font-size: 28px;
        margin-bottom: 25px; } }

  .contactBlock_telas_txt {
    text-align: center;
    color: #333333;
    font-weight: bold;}
    @media (max-width: 768px) {
      .contactBlock_telas_txt {
        font-size: 4.2vw;
        margin-bottom: 6.04167vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .contactBlock_telas_txt {
        font-size: 24px;
        margin-bottom: 29px; } }
    @media (min-width: 769px) {
      .contactBlock_telas_txt {
        font-size: 20px;
        margin-top: 55px; } }

.contents {
  position: relative; }
  @media (max-width: 768px) {
    .contents {
      margin-top: 24.16667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .contents {
      margin-top: 116px; } }
  .contents__head {
    background: transparent -webkit-linear-gradient(359deg, #028cce 0%, #17d96e 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(91deg, #028cce 0%, #17d96e 100%) 0% 0% no-repeat padding-box;
    opacity: .8;
    z-index: -1;
    width: 100%; }
    @media (max-width: 768px) {
      .contents__head {
        height: 17.5vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 769px) {
      .contents__head {
        height: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    #page-top .contents__head {
      position: absolute;
      top: 0;
      display: block; }
  @media (max-width: 768px) {
    #page-top .contents__body {
      padding-top: 4.58333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    #page-top .contents__body {
      padding-top: 22px; } }
  @media (min-width: 769px) {
    #page-top .contents__body {
      padding-top: 20px; } }
  .contents__body--h {
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .contents__body--h {
        font-size: 5vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .contents__body--h {
        font-size: 24px; } }
    @media (min-width: 769px) {
      .contents__body--h {
        font-size: 24px; } }
  .contents__column01 {
    margin: 0 auto; }
    @media (max-width: 768px) {
      .contents__column01 {
        width: 91.66667vw;
        margin: 8.33333vw auto 0; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .contents__column01 {
        margin: 40px auto 0; } }
    @media (min-width: 769px) {
      .contents__column01 {
        max-width: 980px;
        margin: 70px auto 0; } }
    #page-top .contents__column01,
    #page-solution .contents__column01 {
      margin: 0 auto; }
    #page-seminarDetail .contents__column01 {
      max-width: 920px; }
  .contents__mainBanner {
    width: 100%;
    background-color: #fff; }
    @media (max-width: 768px) {
      .contents__mainBanner {
        margin-top: 4.58333vw;
        margin-bottom: 8.33333vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .contents__mainBanner {
        margin-top: 22px;
        margin-bottom: 40px; } }
    @media (min-width: 769px) {
      .contents__mainBanner {
        margin-top: 20px;
        margin-bottom: 75px; } }
    .contents__mainBanner img {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
      @media (max-width: 768px) {
        .contents__mainBanner img {
          height: auto; } }
      @media (min-width: 769px) {
        .contents__mainBanner img {
          height: 320px; } }
    .contents__mainBanner a {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      @media (min-width: 769px) {
        .contents__mainBanner a:hover {
          opacity: .6; } }
  @media (max-width: 768px) {
    .contents__column02 {
      width: 91.66667vw;
      margin: 6vw auto 0; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .contents__column02 {
      margin: 40px auto 0; } }
  @media (min-width: 769px) {
    .contents__title {
      max-width: 1020px;
		margin: 29px auto 0;
		}
    .contents__column02 {
      max-width: 1020px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 50px auto 0; } }
  @media (max-width: 768px) {
    .contents__title {
      width: 91.66667vw;
      margin: 0 auto; } 
    .contents__title h2 {
      font-size: 5vw;
		text-align: center;
      font-weight:bold; } 
    .contents__column03 {
      width: 91.66667vw;
      margin: 6vw auto 0; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .contents__column03 {
      margin: 40px auto 0; } }
  @media (min-width: 769px) {
    .contents__column03 {
      max-width: 1020px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 16px auto 0; } }
  @media (min-width: 769px) {
    .contents__column02--left {
      width: 71.76%;
      max-width: 732px; } }
  @media (min-width: 769px) {
    .contents__column02--left02 {
      width:60%; } }
  @media (min-width: 769px) {
    .contents__column02--right {
      width: 24.31%;
      max-width: 248px; } }
  @media (min-width: 769px) {
    .contents__wp02--right {
      width: 38%; }
    .contents__wp02--right p {
      font-weight:bold;
      margin: 0 40px 0; } }
  @media (max-width: 768px) {
    .contents__wp02--right p {
      font-weight:bold;}	  
    .contents__bottom {
      width: 91.66667vw;
      margin: 8.33333vw auto 0; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .contents__bottom {
      margin: 40px auto 0; } }
  @media (min-width: 769px) {
    .contents__bottom {
		margin: auto; } }
  .contents__bottom--h {
    font-weight: bold; }
    @media (max-width: 768px) {
      .contents__bottom--h {
        font-size: 5vw;
        margin-bottom: 3.33333vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .contents__bottom--h {
        font-size: 24px;
        margin-bottom: 16px; } }
    @media (min-width: 769px) {
      .contents__bottom--h {
        font-size: 24px;
        margin-top: 40px; } }
  @media (max-width: 768px) {
    .right-form {
      width: 91.66667vw;
      margin: 6vw auto 0; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .right-form {
      margin: 40px auto 0; } }
  @media (min-width: 769px) {  
	 .semiscroll {
    postion: -webkit-sticky;
    position: sticky;
    top: 20px;}
    p.right-form {
      top: 60px;	
      margin-top: 20px;}}	  

  @media (max-width: 768px) {
    .PC-display {
  display: none; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .PC-display {
  display: none; } }
  @media (min-width: 769px) {
	.MB-display {
  display: none; }}


.footer {
  color: #fff;
  background-color: #002C94; }
  @media (max-width: 768px) {
    .footer {
      padding: 8.33333vw 0 10vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .footer {
      padding: 40px 0 48px; } }
  @media (min-width: 769px) {
    .footer {
      padding: 63px 0 112px; } }
  .footer a {
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media (min-width: 769px) {
      .footer a:hover {
        opacity: .6; } }
  .footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .footer__inner {
        width: 79.16667vw; } }
    @media (min-width: 769px) {
      .footer__inner {
        width: 95%; } }
  @media (max-width: 768px) {
    .footer__innerWrap {
      font-size: 3.75vw;
      margin: auto; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .footer__innerWrap {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .footer__innerWrap:nth-child(1) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 10.41667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .footer__innerWrap:nth-child(1) {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .footer__innerWrap:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  .footer__copy {
    width: 100%;
    display: block; }
    @media (max-width: 768px) {
      .footer__copy {
        font-size: 3.75vw;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 8.83333vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .footer__copy {
        font-size: 18px;
        margin-top: 100px; } }
    @media (min-width: 769px) {
      .footer__copy {
        margin-top: 50px; } }
  @media (max-width: 768px) {
    .footer__list {
      width: 100%;
      margin-bottom: 3.75vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .footer__list {
      margin-bottom: 18px; } }
  @media (min-width: 769px) {
    .footer__list {
      margin-right: 155px; } }
  .footer__list:last-child {
    margin: 0; }
  @media (max-width: 768px) {
    .footer__list--item {
      margin-bottom: 3.75vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .footer__list--item {
      margin-bottom: 18px; } }
  @media (min-width: 769px) {
    .footer__list--item {
      margin-bottom: 16px; } }
  .footer__list--item:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .footer__listWrap {
      width: 100%; } }
  @media (min-width: 769px) {
    .footer__listWrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 768px) {
    .footer__top--logo {
      display: none; } }
  @media (min-width: 769px) {
    .footer__top--logo{
      width: 260px;
		margin: auto;
	   padding-top: 20px; } }
  @media (max-width: 768px) {
    .footer__top--contact {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      margin-top: 10.41667vw; } }

.header {
  background-color: #fff;
  z-index: 9999; }
  @media (max-width: 768px) {
    .header {
      position: fixed;
      width: 100%;
      top: 0; } }
  .header__inner {
    margin: 0 auto; }
    @media (min-width: 769px) {
      .header__inner {
        width: 95%;
        max-width: 1100px; } }
  @media (min-width: 769px) {
    .header {
      padding-top: 32px;
      padding-bottom: 30px; } }
  @media (max-width: 768px) {
    .header__top {
      width: 88.33333vw;
      margin: 0 auto;
      padding: 5vw 0;
      position: relative; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .header__top {
      padding: 32px 0; } }
  @media (min-width: 769px) {
    .header__top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 768px) {
    .header__top--logo {
      width: 56.25vw;
      max-width: 270px; } }
  @media (min-width: 769px) {
    .header__top--logo {
      width: 280px; } }
  @media (max-width: 768px) {
    .header__top--contact {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      margin-top: 10.41667vw; } }

@media (max-width: 768px) {
  .listBlock__inner {
    margin-bottom: 10.41667vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .listBlock__inner {
    margin-bottom: 50px; } }

@media (min-width: 769px) {
  .listBlock__inner {
    margin-bottom: 50px; } }

@media (max-width: 768px) {
  .listBlock__group {
    margin-bottom: 8.75vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .listBlock__group {
    margin-bottom: 42px; } }

@media (min-width: 769px) {
  .listBlock__group {
    margin-bottom: 32px; } }

.listBlock__group:last-child {
  margin-bottom: 0; }

.listBlock__group--link {
  width: 100%; }
  @media (min-width: 769px) {
    .listBlock__group--link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 769px) {
    .listBlock__group--link:hover .listBlock__group--thumb {
      opacity: .6; } }
  @media (min-width: 769px) {
    .listBlock__group--link:hover .seminar__listH,
    .listBlock__group--link:hover .seminar__listTime {
      color: #0045E8; } }
  @media (min-width: 769px) {
    .listBlock__group--link:hover .btn--link {
      color: #fff !important;
      background-color: #002C94 !important; } }

.listBlock__group--thumb {
  position: relative; }
  @media (max-width: 768px) {
    .listBlock__group--thumb {
      margin-bottom: 3.33333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .listBlock__group--thumb {
      margin-bottom: 16px; } }
  @media (min-width: 769px) {
    .listBlock__group--thumb {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 31.03%;
      max-width: 360px;
      margin-right: 16px; } }
  .listBlock__group--thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
    @media (max-width: 768px) {
      .listBlock__group--thumb img {
        height: 54.16667vw;
        max-height: 260px; } }
    @media (min-width: 769px) {
      .listBlock__group--thumb img {
        height: 180px; } }

@media (min-width: 769px) {
  .listBlock__groupInner {
    width: 67.59%;
    max-width: 784px; } }

@media (max-width: 768px) {
  .nav {
    padding: 6.25vw 0 8.33333vw;
    background: transparent -webkit-linear-gradient(120deg, rgba(0, 153, 205, 0.8) 0%, rgba(0, 184, 28, 0.8) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(330deg, rgba(0, 153, 205, 0.8) 0%, rgba(0, 184, 28, 0.8) 100%) 0% 0% no-repeat padding-box;
    display: none; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .nav {
    padding: 30px 0 40px; } }

@media (min-width: 769px) {
  .nav {
    padding-top: 44px; } }

@media (max-width: 768px) {
  .nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 769px) {
  .nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 768px) {
  .nav__list {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 6.25vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .nav__list {
    margin-top: 30px; } }

@media (min-width: 769px) {
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 768px) {
  .nav__list--item {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 6.25vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .nav__list--item {
    font-size: 24px;
    margin-bottom: 30px; } }

@media (min-width: 769px) {
  .nav__list--item {
    margin-right: 115px; } }

.nav__list--item:last-child {
  margin-right: 0;
  margin-bottom: 0; }

.nav__list--item a {
  position: relative;
  padding-bottom: 16px; }
  @media (min-width: 769px) {
    .nav__list--item a:after {
      content: "";
      display: block;
      width: 0;
      height: 6px;
      border-radius: 3px;
      background-color: #0045E8;
      position: absolute;
      bottom: 0;
      -webkit-transition: all .3s;
      transition: all .3s; } }
  @media (min-width: 769px) {
    .nav__list--item a:hover {
      color: #0045E8; }
      .nav__list--item a:hover:after {
        width: 100%; } }
  @media (max-width: 768px) {
    .nav__list--item a {
      color: #fff; } }

@media (min-width: 769px) {
  .nav__list--item.on a {
    color: #0045E8; } }

.nav__list--item.on a:after {
  width: 100%; }

.overlay {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: none; }

@media (max-width: 768px) {
  .pager {
    margin-top: 10vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .pager {
    margin-top: 48px; } }

@media (min-width: 769px) {
  .pager {
    margin-top: 30px; } }

.pager__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .pager__list a {
    font-weight: bold; }
    @media (min-width: 769px) {
      .pager__list a:hover {
        color: #0045E8; } }
  @media (max-width: 768px) {
    .pager__list--item {
      margin: 0 1.04167vw;
      font-size: 4.16667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .pager__list--item {
      margin: 0 5px;
      font-size: 20px; } }
  @media (min-width: 769px) {
    .pager__list--item {
      margin: 0 5px;
      font-size: 20px; } }
  @media (min-width: 769px) {
    .pager__list--item:first-child {
      margin-left: 0;
      margin-right: 10px; } }
  @media (min-width: 769px) {
    .pager__list--item:last-child {
      margin-right: 0;
      margin-left: 10px; } }

.postBox {
  line-height: 1.8; }
  @media (max-width: 768px) {
    .postBox {
      margin-bottom: 12.5vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .postBox {
      margin-bottom: 60px; } }
  @media (min-width: 769px) {
    .postBox {
      margin-bottom: 60px; } }
  @media (max-width: 768px) {
    .postBox__col2 {
      margin-bottom: 3.33333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .postBox__col2 {
      margin-bottom: 16px; } }
  @media (min-width: 769px) {
    .postBox__col2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .postBox__speakers {
      margin-bottom: 6.25vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .postBox__speakers p {
        width: 66.66667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .postBox__speakers {
      margin-bottom: 30px; } }
  @media (min-width: 769px) {
    .postBox__speakers {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 2%;
      margin-bottom: 30px; } }
  .postBox__speakers:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .postBox__speakers--photo {
      width: 20.83333vw;
      max-width: 100px;
      margin-right: 3.33333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .postBox__speakers--photo {
      width: auto;
      margin-right: 16px; } }
  @media (min-width: 769px) {
    .postBox__speakers--photo {
      width: 110px;
      min-width: 110px;
      margin-right: 16px; } }

@media (min-width: 769px) {
  .recommend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.recommend__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .recommend__group {
      margin-bottom: 6.25vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .recommend__group {
      margin-bottom: 30px; } }
  @media (min-width: 769px) {
    .recommend__group {
      width: 49%; } }
  @media (max-width: 768px) {
    .recommend__group:last-child {
      margin-bottom: 0; } }
  @media (max-width: 768px) {
    .recommend__group--thumb {
      width: 55vw;
      max-width: 220px;
      margin-right: 3.125vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .recommend__group--thumb {
      margin-right: 15px; } }
  @media (min-width: 769px) {
    .recommend__group--thumb {
      width: 43%;
      margin-right: 2%; } }
  .recommend__group--thumb img {
    object-fit: cover;
    /* object-position: 17% 0;*/
    font-family: 'object-fit: cover;'; }
    @media (max-width: 768px) {
      .recommend__group--thumb img {
        height: 25vw;
        max-height: 120px; } }
    @media (min-width: 769px) {
      .recommend__group--thumb img {
        height: 140px; } }
  .recommend__group--thumb a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media (min-width: 769px) {
      .recommend__group--thumb a:hover {
        opacity: .6; } }
  .recommend__group--h {
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    @media (max-width: 768px) {
      .recommend__group--h {
        font-size: 3.7vw;
        margin-bottom: 2.5vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .recommend__group--h {
        font-size: 20px;
        margin-bottom: 12px; } }
    @media (min-width: 769px) {
      .recommend__group--h {
        font-size: 20px;
        margin-bottom: 16px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; } }
    .recommend__group--h a {
      display: block;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      @media (min-width: 769px) {
        .recommend__group--h a:hover {
          color: #0045E8; } }

.recommend__groupInner {
  width: 55%; }

@media (max-width: 768px) {
  .rightBox {
    margin-top: 10vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .rightBox {
    margin-top: 48px; } }

@media (max-width: 768px) {
  .rightBox__group {
    margin-bottom: 12.5vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .rightBox__group {
    margin-bottom: 60px; } }

@media (min-width: 769px) {
  .rightBox__group {
    margin-bottom: 60px; } }

.rightBox__group--h{  font-weight: bold; }
  @media (max-width: 768px) {
    .rightBox__group--h {
      font-size: 18px;
      padding-bottom: 5px;
      border-bottom: solid 1px;
      margin-bottom: 16px; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .rightBox__group--h{
      font-size: 20px;
      padding-bottom: 5px;
      margin-bottom: 16px; } }
  @media (min-width: 769px) {
    .rightBox__group--h {
      font-size: 15px;
      padding-bottom: 5px;
      border-bottom: solid 1px;
      margin-bottom: 16px; } }

.sidebar-ttl{  font-weight: bold; }
  @media (max-width: 768px) {
    .sidebar-ttl {
      padding-bottom: 5px;
      border-bottom: solid 1px;
      margin-bottom: 16px; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .sidebar-ttl{
      font-size: 24px;
      padding-bottom: 5px;
      margin-bottom: 16px; } }
  @media (min-width: 769px) {
    .sidebar-ttl {
      font-size: 15px;
      padding-bottom: 5px;
      border-bottom: solid 1px;
      margin-bottom: 16px; } }
	  
	  
@media (max-width: 768px) {
  .rightBox__categoryList {
    margin-bottom: 8.33333vw;
    font-size: 16px; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .rightBox__categoryList {
    margin-bottom: 30px;
    font-size: 16px; } }

@media (min-width: 769px) {
  .rightBox__categoryList {
    margin-bottom: 28px;
    font-size: 15px; } }

  @media (max-width: 768px) {
    .rightBox__categoryList--h {
      margin-bottom: 2.08333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .rightBox__categoryList--h {
      margin-bottom: 10px; } }
  @media (min-width: 769px) {
    .rightBox__categoryList--h {
      margin-bottom: 10px; } }

.rightBox__categoryList--item {
  line-height: 1.5; }
  @media (max-width: 768px) {
    .rightBox__categoryList--item {
      margin-bottom: 2.08333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .rightBox__categoryList--item {
      margin-bottom: 10px; } }
  @media (min-width: 769px) {
    .rightBox__categoryList--item {
      margin-bottom: 10px; } }
  .rightBox__categoryList--item::before {
    content: "-"; }
    @media (max-width: 768px) {
      .rightBox__categoryList--item::before {
        padding-right: 2.08333vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .rightBox__categoryList--item::before {
        padding-right: 10px; } }
    @media (min-width: 769px) {
      .rightBox__categoryList--item::before {
        padding-right: 10px; } }

.rightBox__categoryList a {
  font-weight: bold; }
  @media (min-width: 769px) {
    .rightBox__categoryList a:hover {
      color: #0045E8; } }

.searchBox {
  border-radius: 18px;
  background-color: #fff; }
  @media (max-width: 768px) {
    .searchBox {
      width: 83.33333vw;
      padding: 2.5vw 4.16667vw;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .searchBox {
      padding: 12px 20px; } }
  @media (min-width: 769px) {
    .searchBox {
      width: 280px;
      padding: 8px 20px;
      border: solid 1px #333; }
      .rightBox .searchBox {
        width: 100%; } }
  .searchBox__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .searchBox label {
    width: 100%; }
  .searchBox input {
    width: 90%;
    font-size: 16px; }
  @media (max-width: 768px) {
    .searchBox--icon {
      width: 5.20833vw !important;
      max-width: 25px !important; } }
  @media (min-width: 769px) {
    .searchBox--icon {
      width: 20px !important; } }

.semi-h2 li{
    position: relative;
    padding-left: 25px;
  }
 
.semi-h2  li:before {
   content: "";
   position: absolute;
   top: 0.38em;
   left: -3px;
   width: 15px;
   height: 15px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   border-radius: 50%;
   background-color: #0045E8;
  }
 
div.semiblock{
	border: 1px solid #c0c0c0;
	margin: 0 20px 0;
   padding: 20px;
}
@media (max-width: 768px) {
div.semiblock{
	margin: 0;
}}

dl.semiS{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	border-bottom: none;
	font-size: 0.9rem;
}
dl.semiS dt{
	background: #ffffff;
	padding: 5px;
	width: 100px;
}
dl.semiS dd{
	background: #fff;
	padding: 5px;
	width: calc(100% - 100px);
}

.seminar--tag {
  color: #fff;
  background-color: #002C94;
  text-align: center;
  display: inline-block; }
  @media (max-width: 768px) {
    .seminar--tag {
      width: 29.16667vw;
      max-width: 140px;
      font-size: 4.16667vw;
      padding: 0.625vw 0;
      margin-bottom: 1.04167vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .seminar--tag {
      font-size: 20px;
      padding: 3px 0;
      margin-bottom: 5px; } }
  @media (min-width: 769px) {
    .seminar--tag {
      width: 110px;
      padding: 3px 0;
      margin-bottom: 12px; } }

.seminar__listH {
  font-weight: bold; }
  @media (max-width: 768px) {
    .seminar__listH {
      font-size: 5vw;
      line-height: 1.5; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .seminar__listH {
      font-size: 24px; } }
  @media (min-width: 769px) {
    .seminar__listH {
      font-size: 20px;
      line-height: 1.3;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; } }

.seminar__listTime {
  display: block;
  font-weight: bold; }
  @media (max-width: 768px) {
    .seminar__listTime {
      font-size: 4.16667vw;
      line-height: 1.5;
      margin-top: 1.04167vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .seminar__listTime {
      font-size: 20px;
      margin-top: 5px; } }
  @media (min-width: 769px) {
    .seminar__listTime {
      font-size: 20px;
      line-height: 1.3;
      margin-top: 10px;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; } }

.closeShow {
  display: none; }

.seminarClose .closeShow {
  display: block; }

.seminarClose .closeHidden {
  display: none; }

.seminarListArchive .seminar--tag {
  background-color: #333; }

.seminarListArchive--overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(75, 73, 74, 0.35);
  opacity: 0; }
  .seminarListArchive .seminarListArchive--overlay {
    opacity: 1; }

@media (max-width: 768px) {
  .sp-menu {
    width: 8.33333vw;
    height: 8.33333vw;
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (max-width: 768px) {
  .sp-menu--line {
    width: 100%;
    height: 0.83333vw;
    position: absolute;
    top: 0;
    background-color: #000;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s;
    transition: all .3s; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .sp-menu--line {
    height: 4px; } }

@media (max-width: 768px) {
  .sp-menu--line:nth-child(1) {
    -webkit-transition: all .3s;
    transition: all .3s; } }

@media (max-width: 768px) {
  .sp-menu--line:nth-child(2) {
    top: 3.125vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .sp-menu--line:nth-child(2) {
    top: 15px; } }

@media (max-width: 768px) {
  .sp-menu--line:nth-child(3) {
    top: 6.25vw;
    -webkit-transition: all .3s;
    transition: all .3s; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .sp-menu--line:nth-child(3) {
    top: 30px; } }

.open .sp-menu--line:nth-child(1) {
  top: 3.125vw;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .open .sp-menu--line:nth-child(1) {
      top: 15px; } }

.open .sp-menu--line:nth-child(2) {
  opacity: 0; }

.open .sp-menu--line:nth-child(3) {
  top: 3.125vw;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .open .sp-menu--line:nth-child(3) {
      top: 15px; } }

.subH {
  font-weight: bold;
  position: relative; }
  @media (max-width: 768px) {
    .subH {
      font-size: 5vw;
      margin-bottom: 6.25vw;
      padding-bottom: 3.33333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .subH {
      font-size: 24px;
      margin-bottom: 30px;
      padding-bottom: 16px; } }
  @media (min-width: 769px) {
    .subH {
      font-size: 24px;
      margin-bottom: 30px;
      padding-bottom: 16px; } }
  .subH:after {
    content: "";
    display: block;
    border-radius: 3px;
    background-color: #0045E8;
    position: absolute;
    bottom: 0; }
    @media (max-width: 768px) {
      .subH:after {
        width: 33.33333vw;
        height: 1.25vw;
        max-width: 160px;
        max-height: 6px; } }
    @media (min-width: 769px) {
      .subH:after {
        width: 160px;
        height: 6px; } }

@media (min-width: 769px) {
  .blogDetail .tag {
    margin-right: 60px; } }

.tag__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .tag__list--item {
      margin-right: 1.04167vw;
      margin-bottom: 1.04167vw;
      font-size: 3.33333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .tag__list--item {
      margin-right: 5px;
      margin-bottom: 5px;
      font-size: 16px; } }
  @media (min-width: 769px) {
    .tag__list--item {
      margin-right: 3px;
      margin-bottom: 3px;
      font-size: 15px; } }
  .tag__list--item:last-child {
    margin-right: 0; }
  .tag__list--item a {
    color: #fff;
    line-height: 1.3;
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .tag__list--item a {
        padding: 0.625vw 4.16667vw; } }
    @media screen and (min-width: 500px) and (max-width: 768px) {
      .tag__list--item a {
        padding: 3px 20px; } }
    @media (min-width: 769px) {
      .tag__list--item a {
        padding: 3px 20px; } }
    @media (min-width: 769px) {
      .tag__list--item a:hover {
        opacity: .6; } }

@media (max-width: 768px) {
  .cardBlock .tag {
    margin-bottom: 2.5vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .cardBlock .tag {
    margin-bottom: 12px; } }

@media (min-width: 769px) {
  .cardBlock .tag {
    margin-bottom: 12px; } }

@media (max-width: 768px) {
  .time {
    font-size: 3.54167vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .time {
    font-size: 17px; } }

@media (min-width: 769px) {
  .time {
    font-size: 16px; } }

.toTop {
  position: fixed; }
  @media (max-width: 768px) {
    .toTop {
      width: 12.5vw;
      max-width: 60px;
      right: 6.25vw;
      bottom: 6.25vw; } }
  @media (max-width: 768px) {
    .toTop {
      right: 30px;
      bottom: 30px; } }
  @media (min-width: 769px) {
    .toTop {
      width: 80px;
      right: 40px;
      bottom: 50px;
      cursor: pointer; } }

.addtoany_list {
  line-height: 1em !important; }
  .addtoany_list a {
    margin: 0 5px; }

@media (max-width: 768px) {
  .notfound--img {
    width: 80.20833vw;
    max-width: 385px;
    margin: 14.58333vw auto 12.5vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .notfound--img {
    margin: 70px auto 60px; } }

@media (min-width: 769px) {
  .notfound--img {
    max-width: 358px;
    margin: 130px auto 80px; } }

@media (max-width: 768px) {
  .notfound--txt {
    font-size: 5.41667vw;
    margin-bottom: 5.83333vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .notfound--txt {
    font-size: 26px;
    margin-bottom: 28px;
    text-align: center; } }

@media (min-width: 769px) {
  .notfound--txt {
    font-size: 28px;
    margin-bottom: 32px;
    text-align: center; } }

@media (max-width: 768px) {
  .search__txt {
    font-size: 5vw;
    margin-bottom: 20.83333vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .search__txt {
    font-size: 24px;
    margin-bottom: 100px; } }

@media (min-width: 769px) {
  .search__txt {
    font-size: 26px;
    margin-bottom: 30px; } }

.seminar__frame {
  margin-bottom: 80px; }
  .seminar__frame:last-child {
    margin-bottom: 0; }

@media (max-width: 768px) {
  .seminar__form {
    margin-top: 16.66667vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .seminar__form {
    margin-top: 80px; } }

@media (min-width: 769px) {
  .seminar__form {
    margin-top: 80px; } }

.seminar__form--h {
  font-weight: bold;
  text-align: center; }
  @media (max-width: 768px) {
    .seminar__form--h {
      font-size: 5.41667vw;
      margin-bottom: 6.25vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .seminar__form--h {
      font-size: 26px;
      margin-bottom: 30px; } }
  @media (min-width: 769px) {
    .seminar__form--h {
      font-size: 28px;
      margin-bottom: 30px; } }
.semi-h1{
	padding: 20px;
	border-radius: 20px;
	background: #f5f5f5;
}
.semi-h2{
	padding: 10px;
	border-radius: 20px;
	background: #f0f8ff;
}
.semi-h3{
	padding: 20px;
	border-radius: 20px;
	background: #f0f8ff;
}

.solution--h {
  text-align: center; }
  @media (max-width: 768px) {
    .solution--h {
      font-size: 5vw;
      margin: 8.33333vw 0 6.25vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .solution--h {
      font-size: 24px;
      margin: 40px 0 30px; } }
  @media (min-width: 769px) {
    .solution--h {
      font-size: 24px;
      margin: 70px 0 80px; } }

@media (max-width: 768px) {
  .solution__head {
    padding: 8.33333vw 0 6.25vw;
    width: 91.66667vw;
    margin: auto; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .solution__head {
    padding: 40px 0 30px; } }

@media (min-width: 769px) {
  .solution__head {
    padding: 70px 0 80px;
    width: 70.83%;
    max-width: 1020px;
    margin: 0 auto; } }

.solution__company {
  margin: 0 auto; }
  @media (max-width: 768px) {
    .solution__company {
      width: 91.66667vw;
      margin-bottom: 18.75vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .solution__company {
      margin-bottom: 90px; } }
  @media (min-width: 769px) {
    .solution__company {
      width: 70.83%;
      max-width: 1020px;
      margin-bottom: 150px; } }

.solution__frame {
  background-color: #DAE3ED; }
  @media (max-width: 768px) {
    .solution__frame {
      padding: 0.20833vw 0 18.75vw;
      margin-top: 8.33333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .solution__frame {
      padding: 1px 0 90px;
      margin-top: 40px; } }
  @media (min-width: 769px) {
    .solution__frame {
      padding: 1px 0 75px;
      margin-top: 48px; } }

.solution__wrap {
  margin: 0 auto; }
  @media (max-width: 768px) {
    .solution__wrap {
      width: 91.66667vw; } }
  @media (min-width: 769px) {
    .solution__wrap {
      width: 70.83%;
      max-width: 1020px; } }

@media (max-width: 768px) {
  .solution__group {
    margin-bottom: 19.79167vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .solution__group {
    margin-bottom: 95px; } }

@media (min-width: 769px) {
  .solution__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px; } }

.solution__group:last-child {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .solution__img {
    width: 41.66667vw;
    max-width: 200px;
    margin: 0 auto 5.41667vw; } }

@media (max-width: 768px) {
  .solution__img {
    margin: 0 auto 26px; } }

@media (min-width: 769px) {
  .solution__img {
    width: 15%;
    max-width: 153px;
    margin-right: 44px; } }

@media (min-width: 769px) {
  .solution__note {
    width: 79%;
    max-width: 805px; } }

.solution__note--h {
  position: relative; }
  @media (max-width: 768px) {
    .solution__note--h {
      font-size: 5vw;
      padding: 0 2.91667vw 2.91667vw;
      text-align: center; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .solution__note--h {
      font-size: 24px;
      padding: 0 14px 14px; } }
  @media (min-width: 769px) {
    .solution__note--h {
      font-size: 24px;
      padding: 0 16px 16px; } }
  .solution__note--h:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0; }

.solution__note--txt {
  line-height: 1.5; }
  @media (max-width: 768px) {
    .solution__note--txt {
      font-size: 4.16667vw;
      padding: 3.33333vw 3.33333vw 0;
      margin-bottom: 6.25vw; }
      .solution__note--txt:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .solution__note--txt {
      font-size: 20px;
      padding: 16px 16px 0;
      margin-bottom: 30px; } }
  @media (min-width: 769px) {
    .solution__note--txt {
      font-size: 16px;
      padding: 16px 16px 0;
      margin-bottom: 47px; } }
  @media (max-width: 768px) {
    .solution__note--txt + .btn--line {
      margin: auto; } }

@media (min-width: 769px) {
  .solution__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (max-width: 768px) {
  .solution__flex--img.logoPortl {
    width: 72.91667vw;
    max-width: 350px;
    margin: 0 auto 10.41667vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .solution__flex--img.logoPortl {
    margin: 0 auto 50px; } }

@media (min-width: 769px) {
  .solution__flex--img.logoPortl {
    width: 350px; } }

@media (max-width: 768px) {
  .solution__flex--img.logoTl {
    width: 72.91667vw;
    max-width: 350px;
    margin: 0 auto 8.33333vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .solution__flex--img.logoTl {
    margin: 0 auto 40px; } }

@media (min-width: 769px) {
  .solution__flex--img.logoTl {
    width: 350px; } }

@media (max-width: 768px) {
  .solution__flex--note {
    font-size: 4.16667vw; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .solution__flex--note {
    font-size: 20px; } }

@media (min-width: 769px) {
  .solution__flex--note {
    width: 50%;
    margin-left: 10%; } }

.solution__flex--h {
  border-bottom: 1px solid #000; }
  @media (max-width: 768px) {
    .solution__flex--h {
      font-size: 5vw;
      padding: 2.08333vw 0;
      text-align: center;
      margin-bottom: 3.33333vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .solution__flex--h {
      font-size: 24px;
      padding: 10px 0;
      margin-bottom: 16px; } }
  @media (min-width: 769px) {
    .solution__flex--h {
      font-size: 24px;
      padding: 10px 0;
      margin-bottom: 16px; } }

.solution__flex--txt {
  line-height: 1.5; }
  @media (max-width: 768px) {
    .solution__flex--txt {
      font-size: 4.16667vw; } }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .solution__flex--txt {
      font-size: 20px; } }

/* ウィジェットまわり */
 @media (min-width: 769px) {
#newpostcatch-3{
    margin-bottom: 60px;}}

#npcatch .title {
    font-size: 15px;
    font-weight: bold;}
.tptn_title {
    font-size: 15px;
    font-weight: bold;}
#npcatch img {
    object-fit: cover;
    width: 90px;
    height: 90px !important;}
.tptn_posts img {
    margin: 0 0.5rem 1em 0 ;
    object-fit: cover;
    width: 90px;
    height: 90px !important;
}
.tptn_after_thumb {
    font-size: 15px;}
.tptn_posts li{
	display: flex;
	align-items: flex-start;
}

.tptn_posts{
  counter-reset: rank;
}
.tptn_posts {
  counter-reset: rank;
}
.tptn_posts li {
  position: relative;
}
.tptn_posts li:not(:last-child) {
  margin-bottom: 10px;
}
.tptn_posts li::before { /* ラベルのスタイル */
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #000;
}

.tptn_posts li::after { /* 順位（文字）のスタイル */
  counter-increment: rank;
  content: counter(rank) " ";
  position: absolute;
  top: 5px;
  left: 8px;
  font-size: 0.8em;
  font-weight:bold;
  color: #fff;
}
/* 右カラム・LINE友達追加バナーのスクロール追従 */
.lfbnr{
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 2s .5s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
/*# sourceMappingURL=style.css.map */
/* TeLAS送客CTA注釈*/
.po_tls{
	text-align:center;
	font-size: 0.8em;
	padding: 1em;
}
@media screen and (max-width: 768px) {
	.po_tls{
	text-align:center;
	font-size: 0.7em;
	padding: 1em;
}}
/* TeLAS送客 */
.inner-md {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.b-cover {
    display: grid;
    background-color: #EFF8FD;
    border-radius: 1em;
    padding: 2em;
    margin-top: 2em;
    line-height: 1.8;
}
.lead__contents {
  display: grid;
  grid-template-columns: 22em auto;
  column-gap: 0;
  margin: 0.5em 2em 0 0;
}
@media screen and (max-width: 768px) {
  .lead__contents {
    grid-template-columns: 1fr;
	 margin: 0.5em 0;
  }
}

.lead__logo {
    margin-bottom: auto;
    margin-left: 2.5em;
    width: 15em;
}
@media screen and (max-width: 768px) {
  .lead__logo {
    width: 12.125em;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .lead__contents--texts {
    margin: 1em calc(50% - 50vw) 0;
    transform: translateX(1%);
  }
}

.lead__contents--head {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .lead__contents--head {
    font-size: 1.25em;
    text-align: center;
    margin-top: 0;
  }
}
.lead__contents--head span.gr {
  display: inline-block;
  font-feature-settings: "palt";
}
.lead__contents--head span.gr span {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;	
}

.lead__contents--text {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 2;
  margin-top: 1.75em;
  margin-right: -1em;
}
@media screen and (max-width: 768px) {
  .lead__contents--text {
    font-size: 0.875em;
    text-align: center;
    line-height: 1.7142857143;
    margin-top: 2.5em;
    margin-right: 0;
  }
}
.lead__contents--text span.gr {
  font-size: 1.25em;
  line-height: 1;
  padding: 0 0.35em;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .lead__contents--text span.gr {
    margin-top: 0.25em;
  }
}
.lead__contents--text span.quote {
  display: inline-block;
  position: relative;
}
.lead__contents--text span.quote::before {
  content: "“";
  position: absolute;
  top: -0.5em;
  left: 0;
}
.lead__contents--text span.quote::after {
  content: "”";
  position: absolute;
  top: -0.5em;
  right: 0.1em;
  color: #222;
}
.lead__contents--text.-second {
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .lead__contents--text.-second {
    margin-top: 1.9em;
  }
}
span.gr {
  display: inline-block;
  background: linear-gradient(to right, #29ACE1, #4DC764);
  background: -webkit-linear-gradient(to right, #29ACE1, #4DC764);
  color: #4CC764;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}