@charset "UTF-8";

/*==============================================================
# 変数設定
==============================================================*/
/*==============================================================
# @mixin 設定
==============================================================*/
/*==============================================================
# 初期設定
==============================================================*/
html {
  font-size: 62.5%;
}

body {
  color: #3e3e3e;
  background-color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 400px;
  line-height: 1.75;
  letter-spacing: 0.1rem;
}

body img {
  width: 100%;
  height: auto;
}

body a {
  text-decoration: none;
  color: #3e3e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body a:hover {
  opacity: 0.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 1039px) {
  .container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.contents-title {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 100px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .contents-title {
    font-size: 2.7rem;
    margin-bottom: 40px;
  }
}

.section {
  padding: 160px 0;
}

@media screen and (max-width: 1039px) {
  .section {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 80px 0;
  }
}

.btn {
  color: #fff !important;
  padding: 1.2rem 2.0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#626d75), to(#515d66));
  background: linear-gradient(#626d75, #515d66);
  text-align: center;
  font-size: 2.1rem;
  border-bottom: 4px solid #333333;
  border-radius: 4px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.8rem;
    padding: 1.0rem 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .btn {
    font-size: 1.6rem;
  }
}

.btn:hover {
  margin-top: 2px;
  border-bottom: 2px solid #333333;
  opacity: 0.8;
}

@media screen and (max-width: 1039px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

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

/*==============================================================
# ヘッダー
==============================================================*/
.header-contents {
  height: 100vh;
  max-height: 100%;
}

.header-top {
  height: calc(100% - 80px);
  position: relative;
}

@media screen and (max-width: 1039px) {
  .header-top {
    height: 100%;
  }
}

.header-top-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  height: 70%;
  width: auto;
  z-index: 2;
}

@media screen and (max-width: 1039px) {
  .header-top-title {
    top: 55%;
    right: 3%;
    height: 50%;
  }
}

.header-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
}

.header-body {
  width: 100%;
  background-color: #fff;
}

.header-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px 1%0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  line-height: 80px;
}

@media screen and (max-width: 767px) {
  .header-container {
    padding: 0;
  }
}

.header-logo {
  margin-right: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.header-logo img {
  vertical-align: middle;
}

@media screen and (max-width: 1039px) {
  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 auto;
    min-width: 280px;
  }
}

@media screen and (max-width: 319px) {
  .header-logo {
    min-width: 200px;
  }
}

.header-nav {
  margin-left: auto;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1039px) {
  .header-nav-list {
    display: block;
  }
}

.header-nav-item+.header-nav-item {
  margin-left: 30px;
}

@media screen and (max-width: 1129px) {
  .header-nav-item+.header-nav-item {
    margin-left: 12px;
  }
}

@media screen and (max-width: 1039px) {
  .header-nav-item+.header-nav-item {
    margin-left: 0;
  }
}

.header-nav-item-link>a {
  color: #515d66 !important;
  font-family: "MS Pゴシック";
}

.header-nav-item-link>a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1040px) {
  .header-nav-item-link>a {
    padding: 2.0rem 0;
  }
}

@media screen and (max-width: 1039px) {
  .header-nav-item-link>a {
    padding-left: 20px;
    font-size: 2.4rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-item-link>a {
    padding-left: 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 374px) {
  .header-nav-item-link>a {
    font-size: 1.4rem;
    line-height: 60px;
  }
}

/*==============================================================
# ドロワー
==============================================================*/
.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 1039px) {
  .drawer-hamburger {
    display: block;
  }
}

.drawer--right .drawer-hamburger {
  width: 60px;
  right: 30px !important;
  top: 40px !important;
}

@media screen and (max-width: 767px) {
  .drawer--right .drawer-hamburger {
    width: 50px;
    right: 10px !important;
    top: 15px !important;
  }
}

.drawer--right .drawer-nav {
  right: -60%;
}

@media screen and (max-width: 767px) {
  .drawer--right .drawer-nav {
    right: -80%;
  }
}

.drawer-hamburger-icon {
  background: #fff;
  height: 5px;
  border-radius: 3px;
  width: 60px;
  margin-top: 0;
  margin-left: auto;
}

.drawer-hamburger-icon::before {
  background: #fff;
  height: 5px;
  border-radius: 3px;
  width: 60px;
  top: -20px;
  right: 0;
  left: auto;
}

.drawer-hamburger-icon::after {
  background: #fff;
  height: 5px;
  border-radius: 3px;
  width: 60px;
  top: 20px;
  right: 0;
  left: auto;
}

@media screen and (max-width: 767px) {
  .drawer-hamburger-icon {
    height: 4px;
    width: 50px;
  }

  .drawer-hamburger-icon::before {
    height: 4px;
    width: 50px;
    top: -15px;
  }

  .drawer-hamburger-icon::after {
    height: 4px;
    width: 50px;
    top: 15px;
  }
}

.drawer-open .drawer-nav {
  padding-top: 100px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .drawer-open .drawer-nav {
    padding-top: 60px;
    width: 80%;
  }
}

.drawer-open .drawer-hamburger {
  width: 60px;
  right: 30px !important;
  top: 40px;
}

@media screen and (max-width: 767px) {
  .drawer-open .drawer-hamburger {
    width: 30px;
    right: 20px;
    top: 20px;
  }
}

.drawer-open .drawer-hamburger-icon::before {
  background: #3e3e3e;
  height: 5px;
  border-radius: 3px;
  width: 60px;
  top: 0;
  left: auto;
}

.drawer-open .drawer-hamburger-icon::after {
  background: #3e3e3e;
  height: 5px;
  border-radius: 3px;
  width: 60px;
  top: 0;
  left: auto;
}

@media screen and (max-width: 767px) {
  .drawer-open .drawer-hamburger-icon::before {
    height: 4px;
    width: 50px;
  }

  .drawer-open .drawer-hamburger-icon::after {
    height: 4px;
    width: 50px;
  }
}

.drawer-open .drawer-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.transform {
  background-color: #3e3e3e !important;
}

.transform::before,
.transform::after {
  background-color: #3e3e3e !important;
}

.drawer-open .transform {
  background: transparent !important;
}

.drawer-open .transform::before,
.drawer-open .transform::after {
  background-color: #3e3e3e !important;
}

/*==============================================================
# 下層ページトップ
==============================================================*/
.header-sub {
  overflow: hidden;
  position: relative;
}

.header-sub::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.header-sub-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.header-sub-bg {
  height: 380px;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}

@media screen and (max-width: 1039px) {
  .header-sub-bg {
    max-height: 40vh;
  }
}

/*==============================================================
# フッター
==============================================================*/
.footer {
  border-top: 1px solid #999999;
  margin: 120px 40px 0;
}

@media screen and (max-width: 1039px) {
  .footer {
    margin: 120px 24px 0;
  }

  .footer .header-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin: 120px 16px 0;
  }
}

.footer-text {
  margin-top: 80px;
}

.footer-text,
.footer-copyright {
  text-align: center;
  font-size: 2.1rem;
}

@media screen and (max-width: 1039px) {

  .footer-text,
  .footer-copyright {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {

  .footer-text,
  .footer-copyright {
    font-size: 1.4rem;
  }
}

/*==============================================================
# 固定ページ
==============================================================*/
.page .container {
  max-width: 720px;
}

.page-contents h1,
.page-contents h2,
.page-contents h3,
.page-contents h4 {
  color: #666666;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
}

.page-contents h1 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .page-contents h1 {
    font-size: 3.0rem;
  }
}

.page-contents h2 {
  font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
  .page-contents h2 {
    font-size: 2.4rem;
  }
}

.page-contents h3 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .page-contents h3 {
    font-size: 2.0rem;
  }
}

.page-contents h4 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .page-contents h4 {
    font-size: 1.6rem;
  }
}

.page-contents p {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 424px) {
  .page-contents p {
    margin-bottom: 1.4rem;
  }
}

/*==============================================================
# 過去年の一覧
==============================================================*/
.year {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06) inset, 0px -1px 6px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06) inset, 0px -1px 6px rgba(0, 0, 0, 0.06) inset;
}

.year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1040px) {
  .year-item-btn {
    width: calc(25% - 30px * 3 / 4);
  }

  .year-item-btn:not(:nth-child(4n+1)) {
    margin-left: 30px;
  }

  .year-item-btn:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1039px) {
  .year-item-btn {
    width: calc(50% - 30px * 1 / 2);
  }

  .year-item-btn:not(:nth-child(2n+1)) {
    margin-left: 30px;
  }

  .year-item-btn:nth-child(n+3) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .year-item-btn {
    width: calc(50% - 20px * 1 / 2);
  }

  .year-item-btn:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }

  .year-item-btn:nth-child(n+3) {
    margin-top: 20px !important;
  }
}

.year-item-btn .btn {
  width: 100%;
}

.year-title {
  margin-bottom: 40px;
  color: #666666;
  font-size: 3.0rem;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 1039px) {
  .year-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .year-title {
    font-size: 2.4rem;
  }
}

/*==============================================================
# セミナー記事
==============================================================*/
@media screen and (max-width: 1039px) {
  .single .contents-title {
    max-width: 720px;
    margin: 0 auto 100px;
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .single .contents-title {
    font-size: 2.1rem;
    line-height: 1.5;
  }
}

.single-thanks-text {
  text-align: center;
  color: #c63232;
  font-size: 2.1rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-thanks-text {
    font-size: 1.6rem;
  }
}

.single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1039px) {
  .single-list {
    display: block;
  }
}

.single-item {
  width: 70%;
  margin-right: 30px;
}

@media screen and (max-width: 1039px) {
  .single-item {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.single-item-excerpt {
  font-size: 3rem;
  color: #666666;
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1039px) {
  .single-item-excerpt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .single-item-excerpt {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 424px) {
  .single-item-excerpt {
    font-size: 1.8rem;
  }
}

.single-item-img {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 1039px) {
  .single-item-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .single-item-img img {
    width: 60%;
  }
}

.single-main-text {
  line-height: 1.5;
  overflow: hidden;
}

.single-main-text a {
  color: blue;
  border-bottom: 1px solid blue;
  font-family: sans-serif;
}

.single-main-text p {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 424px) {
  .single-main-text p {
    margin-bottom: 1.4rem;
  }
}

.single-main-text h1,
.single-main-text h2,
.single-main-text h3,
.single-main-text h4 {
  color: #666666;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
}

.single-main-text h1 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .single-main-text h1 {
    font-size: 3.0rem;
  }
}

.single-main-text h2 {
  font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
  .single-main-text h2 {
    font-size: 2.4rem;
  }
}

.single-main-text h3 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .single-main-text h3 {
    font-size: 2.0rem;
  }
}

.single-main-text h4 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .single-main-text h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1039px) {
  .single-main-text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .single-main-text {
    font-size: 1.4rem;
  }
}

.single-btn {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .single-btn+.single-btn {
    margin-top: 20px;
  }
}

.single-btn .btn {
  width: 480px;
  max-width: 100%;
}

@media screen and (max-width: 1039px) {
  .single-btn .btn {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .single-btn .btn {
    width: 400px;
  }
}

.display_none {
  display: none;
}

/*==============================================================
# セミナー議事録
==============================================================*/
.record {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06) inset, 0px -1px 6px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06) inset, 0px -1px 6px rgba(0, 0, 0, 0.06) inset;
}

.record-contents {
  padding: 100px 200px;
  background-color: #fff;
}

@media screen and (max-width: 1039px) {
  .record-contents {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .record-contents {
    padding: 30px 20px;
  }
}

.record-title {
  font-size: 2.7rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  color: #666666;
}

@media screen and (max-width: 1039px) {
  .record-title {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.record-text {
  line-height: 1.5;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .record-text {
    font-size: 1.4rem;
  }
}

.record-text h1,
.record-text h2,
.record-text h3,
.record-text h4 {
  color: #666666;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
}

.record-text h1 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .record-text h1 {
    font-size: 3.0rem;
  }
}

.record-text h2 {
  font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
  .record-text h2 {
    font-size: 2.4rem;
  }
}

.record-text h3 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .record-text h3 {
    font-size: 2.0rem;
  }
}

.record-text h4 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .record-text h4 {
    font-size: 1.6rem;
  }
}

.record-text img {
  width: 49%;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .record-text img {
    width: 100%;
  }
}

.record-text p {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 424px) {
  .record-text p {
    margin-bottom: 1.4rem;
  }
}

/*==============================================================
# お問い合わせページ
==============================================================*/
.inquiry .container {
  max-width: 1020px;
}

.inquiry-contents {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .inquiry-contents {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 767px) {
  .inquiry-contents p {
    font-size: 1.4rem;
  }
}

.inquiry-line {
  margin: 60px auto;
}

.inquiry-line-title,
.inquiry-mail-title {
  color: #666666;
  font-size: 2.7rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

  .inquiry-line-title,
  .inquiry-mail-title {
    font-size: 2.1rem;
  }
}

.inquiry-btn {
  text-align: center;
  margin: 40px 0;
}

.inquiry-btn .btn {
  width: 240px;
  max-width: 100%;
}

.inquiry-form {
  max-width: 720px;
  margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: .2rem .5rem;
  border: 1px solid #999999;
  font-size: 1.6rem;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999999;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: #999999;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 45px;
}

@media screen and (max-width: 767px) {

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    height: 30px;
  }
}

textarea {
  min-height: 180px;
  resize: vertical;
  margin-bottom: 30px;
}

.form-items {
  margin-top: 40px;
}

.form-item+.form-item {
  margin-top: 30px;
}

.form-item span {
  color: #c63232;
}

.form-submit {
  margin-top: 60px;
  text-align: center;
}

.form-submit .btn {
  width: 240px;
  max-width: 100%;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.none-text {
  text-align: center;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .none-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 424px) {
  .none-text {
    letter-spacing: 0.01rem;
  }
}

.none-sp {
  display: none;
}

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

.title-sp,
.contact-sp {
  display: none;
}

@media screen and (max-width: 424px) {

  .title-sp,
  .contact-sp {
    display: block;
  }
}

/*==============================================================
# エラーページ
==============================================================*/
.error {
  text-align: center;
}

.error-head {
  font-size: 4.8rem;
  font-weight: 600;
  color: #c63232;
}

@media screen and (max-width: 424px) {
  .error-head {
    font-size: 3.6rem;
  }
}

.error-text {
  font-size: 1.8rem;
}

@media screen and (max-width: 479px) {
  .error-text {
    font-size: 1.3rem;
  }
}

.error-btn {
  margin-top: 40px;
}

.error-btn .btn {
  width: 100%;
  max-width: 240px;
}

/*==============================================================
# 講師一覧ページ（PCレイアウトはteachと同じ）※SP表示が異なるためクラス名を変更
==============================================================*/
.tutor {
  position: relative;
}

.tutor .container {
  max-width: 1020px;
}

@media screen and (max-width: 1039px) {
  .tutor .container {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .tutor .container {
    max-width: 500px;
  }
}

@media screen and (max-width: 599px) {
  .tutor .container {
    max-width: 360px;
  }
}

@media screen and (max-width: 1039px) {
  .tutor .next-btn {
    margin-top: 40px;
  }
}

.tutor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1040px) {
  .tutor-item {
    width: calc(25% - 30px * 3 / 4);
  }

  .tutor-item:not(:nth-child(4n+1)) {
    margin-left: 30px;
  }

  .tutor-item:nth-child(n+5) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1039px) {
  .tutor-item {
    width: calc(50% - 30px * 1 / 2);
  }

  .tutor-item:not(:nth-child(2n+1)) {
    margin-left: 30px;
  }

  .tutor-item:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .tutor-item {
    text-align: center;
    width: 100%;
  }

  .tutor-item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }

  .tutor-item:nth-child(n+3) {
    margin-top: 0;
  }

  .tutor-item+.tutor-item {
    margin-top: 40px;
  }
}

.tutor-item a {
  display: inline-block;
}

.tutor-item a:hover {
  opacity: 0.6;
}

.tutor-item-img {
  height: 400px;
  overflow: hidden;
  margin-bottom: 10px;
}

.tutor-item-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 599px) {
  .tutor-item-title {
    min-height: initial !important;
  }
}

/*==============================================================
# コンセプト
==============================================================*/
.concept {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 0.5)), to(rgba(128, 128, 128, 0.5))), url(../img/concept_bg.jpg) no-repeat top center/cover;
  background: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5)), url(../img/concept_bg.jpg) no-repeat top center/cover;
  margin-top: 160px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
}

@media screen and (max-width: 767px) {
  .concept {
    margin-top: 160px;
  }
}

.concept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1039px) {
  .concept-list {
    display: block;
    max-width: 720px;
    margin: 0 auto;
  }
}

.concept-head {
  width: 40%;
  color: #fff;
}

@media screen and (max-width: 1039px) {
  .concept-head {
    width: 100%;
  }
}

.concept-head-title {
  font-size: 3.6rem;
  position: relative;
}

@media screen and (max-width: 1039px) {
  .concept-head-title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .concept-head-title {
    font-size: 2.4rem;
  }
}

.concept-head-title::before {
  content: "設立趣意書";
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 1.4rem;
  color: #e0ce96;
}

.concept-head-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: calc(100% + 100%);
  max-width: 864px;
  background-color: #fff;
}

@media screen and (max-width: 1039px) {
  .concept-head-title::after {
    left: 0;
    width: 100%;
  }
}

.concept-body {
  width: 50%;
  color: #fff;
  line-height: 2.0;
  font-size: 1.8rem;
}

@media screen and (max-width: 1039px) {
  .concept-body {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .concept-body {
    font-size: 1.4rem;
  }
}

.concept-head-img {
  width: 90%;
  margin-top: 60px;
  position: relative;
  -webkit-box-shadow: -15px 15px 0 #333333;
  box-shadow: -15px 15px 0 #333333;
}

@media screen and (max-width: 1039px) {
  .concept-head-img {
    display: none;
  }
}

.concept-body-text {
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
}

.concept-body-host {
  margin-top: 40px;
  text-align: right !important;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .concept-body-host {
    font-size: 2.1rem;
  }
}

/*==============================================================
# 直近のセミナー
==============================================================*/
.recent {
  background-color: #f7f7f7;
  margin-top: 160px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06) inset, 0px -1px 6px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06) inset, 0px -1px 6px rgba(0, 0, 0, 0.06) inset;
}

.recent .container {
  max-width: 1020px;
}

@media screen and (max-width: 1039px) {
  .recent .container {
    max-width: 720px;
  }
}

.recent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1039px) {
  .recent-list {
    display: block;
  }
}

.recent-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}

@media screen and (max-width: 1039px) {
  .recent-item {
    text-align: center;
  }
}

.recent-item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  margin-left: 40px;
  overflow: hidden;
}

.recent-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 1039px) {
  .recent-item-img {
    margin: 0 auto 40px;
    height: 100%;
    max-width: 500px;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .recent-item-img {
    max-width: 400px;
  }
}

@media screen and (max-width: 499px) {
  .recent-item-img {
    max-width: 300px;
  }
}

.recent-item-title {
  color: #c63232;
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .recent-item-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 499px) {
  .recent-item-title {
    font-size: 1.8rem;
  }
}

.recent-item-excerpt {
  color: #868F93;
  margin-bottom: 20px;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .recent-item-excerpt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 499px) {
  .recent-item-excerpt {
    font-size: 1.6rem;
  }
}

.recent-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid #000;
}

@media screen and (max-width: 1039px) {
  .recent-item-btn {
    display: block;
  }
}

.recent-item-btn .btn {
  width: 320px;
  max-width: 100%;
}

@media screen and (max-width: 1039px) {
  .recent-item-btn .btn {
    display: block;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .recent-item-btn .btn {
    max-width: 400px;
  }
}

/*==============================================================
# 今後のセミナー
==============================================================*/
.next .container {
  max-width: 1020px;
}

@media screen and (max-width: 1039px) {
  .next .container {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .next .container {
    max-width: 500px;
  }
}

.next-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1039px) {
  .next-list {
    display: block;
  }
}

.next-item {
  width: calc(50% - 50px * 1 / 2);
}

@media screen and (max-width: 1039px) {
  .next-item {
    width: 100%;
  }

  .next-item+.next-item {
    margin-top: 30px !important;
  }
}

.next-item:nth-child(2n) {
  margin-left: 40px;
}

@media screen and (max-width: 1039px) {
  .next-item:nth-child(2n) {
    margin-left: 0;
  }
}

.next-item:nth-child(n+3) {
  margin-top: 30px;
}

@media screen and (max-width: 1039px) {
  .next-item:nth-child(n+3) {
    margin-top: 0;
  }
}

.next-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1), -3px -3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1), -3px -3px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.next-item-img {
  width: 30%;
  margin-left: 0.8rem;
  height: 160px;
}

@media screen and (max-width: 1039px) {
  .next-item-img {
    height: 240px;
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .next-item-img {
    margin-left: 0.6rem;
    height: 160px;
  }
}

.next-item-img img {
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;

  /* -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom; */
}

@media screen and (max-width: 424px) {
  .next-item-img {
    height: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

.next-item-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0.8em;
}

@media screen and (max-width: 767px) {
  .next-item-body {
    padding: 0.6rem;
  }
}

.next-item-excerpt {
  background-color: #5A646D;
  color: #fff;
  padding: 0 0.8rem;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 1039px) {
  .next-item-excerpt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .next-item-excerpt {
    margin-bottom: 6px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 424px) {
  .next-item-excerpt {
    padding: 0 0.4rem;
    font-size: 1rem;
  }
}

.next-item-title {
  font-weight: 600;
  margin-top: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1039px) {
  .next-item-title {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .next-item-title {
    margin-top: 6px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 499px) {
  .next-item-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 424px) {
  .next-item-title {
    font-size: 1.6rem;
  }
}

.next-btn {
  margin: 100px auto 0;
  text-align: center;
}

.next-btn .btn {
  width: 380px;
  max-width: 100%;
}

@media screen and (max-width: 1039px) {
  .next-btn .btn {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .next-btn .btn {
    width: 400px;
  }
}

.next-pagination {
  margin-top: 60px;
  text-align: center;
  font-size: 2.1rem;
}

@media screen and (max-width: 1039px) {
  .next-pagination {
    font-size: 1.8rem;
  }
}

.current {
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
}

@media screen and (max-width: 1039px) {
  .current {
    font-size: 2.1rem;
  }
}

/*==============================================================
# 過去のピックアップ
==============================================================*/
.pickup {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06) inset, 0px -1px 6px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06) inset, 0px -1px 6px rgba(0, 0, 0, 0.06) inset;
}

.pickup .container {
  max-width: 1020px;
}

@media screen and (max-width: 1039px) {
  .pickup .container {
    max-width: 500px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .pickup .container {
    max-width: 500px;
  }
}

.pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup-item {
  width: calc(33.3333% - 30px * 2 / 3);
  padding: 2.0rem;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1), -3px -3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1), -3px -3px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

.pickup-item+.pickup-item {
  margin-left: 30px;
}

@media screen and (max-width: 1039px) {
  .pickup-item+.pickup-item {
    margin-left: 0;
  }
}

@media screen and (max-width: 1039px) {
  .pickup-item {
    padding: 6rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  .pickup-item {
    padding: 1.2rem 1.2rem 4.8rem;
  }
}

.pickup-item-img {
  margin-bottom: 40px;
  height: 430px;
  overflow: hidden;
}

.pickup-item-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1039px) {
  .pickup-item-img {
    max-width: 500px;
    width: 80%;
    margin: 20px auto 40px;
  }
}

@media screen and (max-width: 374px) {
  .pickup-item-img {
    margin: 5px auto 20px;
  }
}

.pickup-item-title {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
  line-height: 1.5;
  font-weight: 600;
  min-height: 80px;
}

@media screen and (max-width: 1039px) {
  .pickup-item-title {
    margin-bottom: 40px;
    font-size: 2.7rem;
    text-align: center;
    font-weight: 600;
  }
}

.pickup-btn {
  margin-top: 20px;
  text-align: center;
}

.pickup-btn .btn {
  width: 100%;
}

@media screen and (max-width: 1039px) {
  .pickup-btn .btn {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .pickup-btn .btn {
    max-width: 400px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

@media screen and (max-width: 1039px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    color: #c63232 !important;
  }
}

/*==============================================================
# 過去のセミナー
==============================================================*/
/*==============================================================
# 問い合わせ
==============================================================*/
.contact {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/contact.jpg) no-repeat center center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/contact.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
}

.contact .contents-title {
  margin-bottom: 90px;
}

.contact-body {
  margin-bottom: 0px;
  /*margin-bottom: 100px;*/
}

.contact-body p {
  margin-bottom: 30px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .contact-body p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 424px) {
  .contact-body p {
    letter-spacing: 0.01rem;
  }
}

.contact-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1039px) {
  .contact-list {
    display: block;
  }
}

.contact-btn+.contact-btn {
  margin-left: 40px;
}

@media screen and (max-width: 1039px) {
  .contact-btn+.contact-btn {
    margin-left: 0;
    margin-top: 40px;
  }
}

.contact-btn .btn {
  width: 380px;
  max-width: 100%;
}

@media screen and (max-width: 1039px) {
  .contact-btn .btn {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn .btn {
    max-width: 400px;
  }
}

/* 2021-06-13 */
@media only screen and (max-width: 720px) {
  .hidden_sp {
    display: none !important;
  }

  .concept {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 0.5)), to(rgba(128, 128, 128, 0.5))), url(../img/concept_bg_sp.jpg) no-repeat top left/100% auto;
    background: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5)), url(../img/concept_bg_sp.jpg) no-repeat top left/100% auto;
    margin-top: 160px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
    background-color: #525a6a;
    /*background-attachment:fixed;*/
  }

  .header-top {
    overflow: hidden;
  }

  .header-top-bg {
    width: 200%;
  }

  .header-top-bg-s {
    left: -35%;
    -webkit-transition-duration: 20s;
    transition-duration: 20s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .header-top-bg-e {
    left: 0px;
  }

  .header-top-title-s {
    opacity: 0;
    top: 50%;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .header-top-title-e {
    top: 55%;
    opacity: 1;
  }
}

@media only screen and (min-width: 721px) {
  .hidden_pc {
    display: none !important;
  }

  .concept {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 0.5)), to(rgba(128, 128, 128, 0.5))), url(../img/concept_bg.jpg) no-repeat top center/cover;
    background: linear-gradient(rgba(128, 128, 128, 0.5), rgba(128, 128, 128, 0.5)), url(../img/concept_bg.jpg) no-repeat top center/cover;
    margin-top: 160px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) inset, 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
  }

  .header-top-title-s {
    opacity: 0;
    right: 15%;
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .header-top-title-e {
    opacity: 1;
    right: 10%;
  }
}

/*2021-06-22*/
.concept-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding-top: 40px;
}

@media screen and (max-width: 1039px) {
  .concept-item-btn {
    display: block;
  }
}

.concept-item-btn .btn {
  width: 380px;
  max-width: 100%;
}

@media screen and (max-width: 1039px) {
  .concept-item-btn .btn {
    display: block;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .concept-item-btn .btn {
    max-width: 400px;
  }
}

/*==============================================================
# 210622_追加内容（佐藤）
==============================================================*/
.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1039px) {
  .event-list {
    display: block;
    margin-bottom: 40px;
  }
}

.event-item {
  margin: 0 20px;
}

@media screen and (max-width: 1039px) {
  .event-item+.event-item {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1039px) {
  .event-item {
    text-align: center;
  }
}

.event-item .btn {
  width: 380px;
  max-width: 100%;
}

@media screen and (max-width: 1039px) {
  .event-item .btn {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .event-item .btn {
    max-width: 400px;
  }
}

.teach {
  position: relative;
}

.teach .container {
  max-width: 1020px;
}

@media screen and (max-width: 1039px) {
  .teach .container {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .teach .container {
    max-width: 500px;
  }
}

@media screen and (max-width: 1039px) {
  .teach .next-btn {
    margin-top: 40px;
  }
}

.teach-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teach-item a {
  display: inline-block;
}

.teach-item a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1040px) {
  .teach-item {
    width: calc(25% - 30px * 3 / 4);
  }

  .teach-item:not(:nth-child(4n+1)) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1039px) {
  .teach-item {
    width: calc(50% - 20px * 1 / 2);
    text-align: center;
  }

  .teach-item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }

  .teach-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 374px) {
  .teach-item {
    width: calc(50% - 10px * 1 / 2);
  }

  .teach-item:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }

  .teach-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.teach-item-img {
  height: 400px;
  overflow: hidden;
}

.teach-item-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1039px) {
  .teach-item-img {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .teach-item-img {
    height: initial;
  }
}

.teach-item-title,
.tutor-item-title {
  line-height: 1.5;
  font-weight: 600;
  min-height: 60px;
}

@media screen and (max-width: 1039px) {

  .teach-item-title,
  .tutor-item-title {
    margin-bottom: 10px;
    font-size: 2.7rem;
    text-align: center;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {

  .teach-item-title,
  .tutor-item-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 374px) {

  .teach-item-title,
  .tutor-item-title {
    font-size: 1.6rem;
  }
}

.teach-btn {
  margin-top: 20px;
  text-align: center;
}

.teach-btn .btn {
  width: 100%;
}

@media screen and (max-width: 1039px) {
  .teach-btn .btn {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .teach-btn .btn {
    max-width: 400px;
  }
}



/* 2021-06-25 */
@media screen and (max-width: 767px) {
  .concept-body-text {
    font-size: 4.5vw;
    letter-spacing: 0.01rem;
    text-align: center;
  }

  .concept-head-title {
    font-size: 7vw;
    text-align: center;
  }

  .concept-head-title::before {
    content: "設立趣意書";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    font-size: 1.4rem;
    color: #e0ce96;
  }
}

@media only screen and (max-width:720px) {
  .hidden_sp {
    display: none !important;
  }
}

@media only screen and (min-width:721px) {
  .hidden_pc {
    display: none !important;
  }
}

@media screen and (min-width: 721px) {
  .inquiry-contents {
    padding: 60px;
    width: 720px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .contents-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

.concept-body-host {
  text-align: right !important;
}


.top-concept-s {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.top-concept-e {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .contact-body p {
    font-size: 4.5vw !important;
  }
}


/*==============================================================
# 210704_追加内容（佐藤）
==============================================================*/
/* 「イベント」ボタンクリックで指定位置に移動（調整用） */
#other-open {
  padding-top: 40px;
}

#camp-open {
  padding-top: 40px;
}

#golf-open {
  padding-top: 40px;
}

/* ハンバーガーメニュー：テキスト追加 */
.drawer-text {
  color: #fff;
  text-align: center;
  letter-spacing: .2rem;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .drawer-text {
    font-size: 1.4rem;
    letter-spacing: .1rem;
  }
}

.transform-color {
  color: #3e3e3e !important;
}

.title-span {
  display: inline-block;
}

/*==============================================================
# 210716_修正内容（佐藤）

1806行目 .next-item-img CSSを変更
==============================================================*/