@charset "UTF-8";
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

.contact-container {
  background-position: center;
  background-size: cover;
  border-radius: 12px 12px 0px 0px;
  padding: 60px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-container {
    padding: 1.5rem 0;
  }
}

.contact-container::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 12px 12px 0px 0px;
}

.contact-inner {
  max-width: 960px;
  margin: 0 auto;
}

.contact-title {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 36px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 1.222;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-title {
    font-size: 30px;
  }
}

.contact-message {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-message {
    padding: 0 1rem;
  }
}

.custom-select-lg {
  font-size: 1rem;
  width: 179px;
}

form {
  padding: 60px 120px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  form {
    padding: 1.5rem 1.1rem;
  }
}

.badge-danger {
  border-radius: 2px;
  margin-left: 20px;
  font-size: 12px;
  padding: 2px 8px;
}

.form-control01 {
  width: 532px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.form-control {
  width: 100%;
  margin: 0 auto;
}

.forn-item {
  display: flex;
}

.contact-button {
  margin-top: 40px;
}

.btn {
  border-radius: 5px;
  background: linear-gradient(#2d004d 0%, #dfb3ff 100%);
  color: #fff;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(#dfb3ff 0%, #2d004d 100%);
  opacity: 0.8;
}

.seminar-container {
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .seminar-container {
    padding: 1.5rem 0;
  }
}

.seminar-container::after {
  content: '';
  background-color: rgba(155, 230, 253, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
}

.seminar-list {
  background: #fff;
  padding: 2rem 3rem;
}

@media screen and (max-width: 768px) {
  .seminar-list {
    padding: 1rem 1rem 3rem;
  }
}

.seminar-list dt {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .seminar-list dt {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.seminar-list dd {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .seminar-list dd {
    font-size: 1rem;
    margin: 0 0 3rem;
  }
}

.seminar-img {
  margin: 3rem 0;
}

.fa-connectdevelop {
  color: #ffff00;
  font-weight: bold;
  margin-right: 10px;
}

.seminar-contact {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .seminar-contact {
    flex-direction: column-reverse;
  }
}

.seminar-text {
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .seminar-text {
    margin-top: 2rem;
  }
}

/*=================================
  共通　
===================================*/
/*----font-size----*/
/*-----フォントファミリー-----*/
/*-----color----*/
a {
  color: #515151;
}

body {
  font-size: 14.04px;
  color: #515151;
  font-family: Verdana, Arial, Helvetica, "meirio", "メイリオ", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.body-img {
  background: url(../../img/images/bg02.jpg);
  background-size: cover;
}

/*=================================================
    header
===================================================*/
header {
  border-top: solid 1rem #6a0080;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem;
}

@media screen and (max-width: 768px) {
  .header-inner {
    margin: 0;
  }
}

.header-logo {
  font-size: 2.3rem;
  padding: 2rem 0;
}

.fa-star-and-crescent {
  color: #aec24c;
}

.catch-copy {
  font-size: 11px;
  padding-top: 1rem;
  color: #fff;
}

.tel {
  font-size: 1.4rem;
  padding: 1rem 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tel {
    padding: 0;
  }
}

.fa-phone-alt {
  padding-right: 1.25rem;
}

.reception-time {
  border: solid 1px #D6D6D6;
  padding: 5px 0;
  color: #fff;
  margin-bottom: 1.2rem;
  font-size: 11px;
  text-align: center;
  background: #000;
}

.red {
  color: #ff0000;
}

/*-----headerナビゲーション-----*/
.header-nav {
  border-radius: 5px;
}

.header-nav-list {
  display: flex;
  margin-bottom: 0;
}

.header-item {
  padding: 17px 0 18px;
  width: calc( 100% / 5);
  background: linear-gradient(#2d004d 0%, #dfb3ff 100%);
  text-align: center;
  border-left: #ee99ff solid 1px;
  border-right: #6a0080 solid 1px;
}

.header-item:hover {
  background: linear-gradient(#dfb3ff 0%, #9400d3 100%);
}

.header-item:first-child {
  border-radius: 5px 0 0 5px;
}

.header-item:last-child {
  border-radius: 0 5px 5px 0;
}

a {
  text-decoration: none;
}

.ja,
.en {
  display: block;
  color: #fff;
  font-weight: bold;
}

.ja {
  font-size: 14.04px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .ja {
    display: none;
  }
}

.en {
  font-size: 11px;
  line-height: 15px;
}

.top-message {
  display: flex;
  align-items: flex-end;
  padding: 3rem 0;
}

.top-img img {
  border-radius: 10px;
}

.top-text {
  line-height: 2;
  font-size: 1.1rem;
}

/*=================================================
  main-container サイドバー部分
===================================================*/
.side-bar {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .side-bar {
    width: 100%;
    margin: 1rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .side-bar {
    margin: 0;
  }
}

.side-menu01 {
  background: #fff;
  border: solid 1px #6a0080;
  padding-bottom: 1rem;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .side-menu01 {
    margin-bottom: 2rem;
  }
}

.side-menu01 li a:hover {
  color: #6a0080;
}

.top-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-container {
    display: block;
  }
}

.menu-top {
  font-size: 16.003px;
  background: linear-gradient(#2d004d 0%, #dfb3ff 100%);
  padding: 1.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #6a0080;
}

@media screen and (max-width: 768px) {
  .menu-top {
    padding: 0.5rem;
  }
}

.menu-list {
  font-size: 14.04px;
  padding: 12px 0;
  margin: 0 12px;
  border-bottom: 1px solid #6a0080;
}

.menu-list a {
  font-weight: bold;
}

.menu-list::before {
  content: '♦';
  color: #6a0080;
  font-size: 1.5rem;
}

/*=================================================
    main-container 新着情報
===================================================*/
.news {
  padding: 1.5rem;
  background: #fff;
  border-radius: 6px;
  margin: 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .news {
    margin-top: 2rem;
    padding: 0.8rem;
  }
}

.news-title {
  font-size: 16.003px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: solid 3px #6a0080;
  margin-bottom: 15px;
}

.newe-item {
  border-bottom: 1px dotted #ccc;
}

.datetime {
  font-size: 13px;
  font-weight: bold;
  width: 143px;
  padding: 10px 0;
  float: left;
}

@media screen and (max-width: 768px) {
  .datetime {
    font-size: 10px;
    width: 100px;
  }
}

.news-text {
  font-size: 13px;
  padding: 10px 10px 10px 0;
  margin-left: 143px;
}

@media screen and (max-width: 768px) {
  .news-text {
    margin-left: 100px;
  }
}

dl {
  border-bottom: 1px dotted #ccc;
}

/*=================================================
  footer
===================================================*/
.footer-nav ul {
  display: flex;
  align-items: center;
  background: #6a0080;
  height: 30px;
  padding-left: 15px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(#2d004d 0%, #dfb3ff 100%);
    height: auto;
    padding: 10px 0;
  }
}

.footer-nav ul .footer-nav-link {
  font-size: 13px;
}

.footer-nav ul .footer-nav-link a {
  color: #fff;
  padding: 0 1.25rem;
}

.footer-nav ul .footer-nav-link:hover {
  text-decoration: underline;
}

.footer-address {
  font-size: 13px;
  border-bottom: solid 2px #6a0080;
  text-align: center;
}

.copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  line-height: 2.8rem;
  margin: 0;
}

.footer-logo {
  font-weight: bold;
}
