@charset "UTF-8";
/* 上杉塾 CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #222;
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.8vw, 20px);
  letter-spacing: .02rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #222;
}
.font-1, .headline-font-type {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  list-style: disc;
}
.signage {
  height: 380px;
  background: #003600 !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.6;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  text-align: end;
  text-shadow: none;
  line-height: 1;
}
.signage-title {
  font-size: 3rem !important;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 25px;
  margin-top: 40px;
  color: #fff !important;
}
.signage-title-sub {
  font-size: 1.25rem !important;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .1rem;
  color: #ffed88 !important;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.85rem;
  font-weight: 500;
  width: 86% !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 300px;
  }
  .signage-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title, .signage-title-sub {
    text-align: left;
  }
  .signage-title {
    font-size: 1.8rem !important;
    margin-bottom: 15px;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
  }
}
/* 共通部分 END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  color: #f35d63;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.6;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #007a00;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 10px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 1px;
  color: #f35d63;
  font-size: 14px;
}
a.content-but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 18px 22px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: .02rem;
  line-height: 1.5;
  text-align: left;
  border: 1px solid;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content-but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  right: 22px;
  top: 21px;
  transition: 0s;
}
a.content-but:hover {
  background: #007a00;
  border-color: #007a00;
  color: #222;
}
/* コンテンツ 共通 END */
/* ナビ */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.header-bar {
  top: 15px;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  left: 0;
  width: 270px;
  height: 100%;
  padding: 20px 30px 20px 20px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  position: absolute;
  background: #fff;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 15px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #fff;
}
.global-nav > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .03rem;
  height: 100px;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #222;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 46px;
  position: absolute;
  background: #bababa;
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-contact > a {
  padding: 0 35px;
  margin-left: 3px;
  color: #fff;
  background: #007a00;
  line-height: 90px;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
  position: relative;
  text-align: center;
  display: block;
  bottom: 18px;
  line-height: 0;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .12rem;
  transition: 0.5s;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: #007a00;
  background: #fffcdf;
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 26px;
  line-height: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "design_plus";
  letter-spacing: .08rem;
  color: #222;
}
.global-nav .current-menu-item > a {
  color: #222;
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #007a00 !important;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .logo-image {
    top: 12px;
    left: -5px;
    width: 135px;
    height: auto;
    background: none;
    padding: 0;
  }
  .header-bar {
    top: 0;
    background: #fff !important;
    border-color: #fff;
  }
  .global-nav {
    padding-left: 0;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: none;
  }
  .global-nav-button {
    border-left: 0;
    background: #fff;
  }
  .global-nav-button::before {
    color: #222;
  }
  .global-nav-button:hover::before {
    color: #007a00;
  }
  .global-nav > ul > li > a {
    font-size: 16px;
    height: 50px;
    text-align: left;
    padding: 0 20px;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    bottom: 17px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 0;
    line-height: 50px;
    background: #fff;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after, .global-nav > ul > li.global-menu-contact > a::after {
    content: none !important;
  }
  .global-nav a {
    background: #fff;
    color: #222 !important;
  }
  .global-nav .sub-menu {
    top: 100%;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-nav .sub-menu a {
    font-size: 15px;
    padding: 0 20px;
    color: #222 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #007a00 !important;
    background: #fff !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #222;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.front-copy-img {
  width: 70%;
  max-width: 520px;
}
.top-slider-wrapper {
  width: calc(100% - 170px);
  margin-left: auto;
  border-bottom-left-radius: 80px;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(15deg, #fff 15%, #ffffff21 60%);
  z-index: 1;
}
h2.front-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
h3.front-main-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .15rem;
  line-height: 1;
  position: relative;
  color: #007a00;
  margin-top: 20px;
}
.front_original01 {
  padding: 7em 0 5em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__title {
  width: 35%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 65%;
  padding-top: 10vh;
  padding-left: 6vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}
.front-original01__title h2 span {
  color: #007a00;
}
.front-original01__title img {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.content02 {
  padding: 4em 0 5em;
  background: none;
  position: relative;
}
.content02::before {
  content: '';
  position: absolute;
  display: block;
  background: #fffcdf;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 85%;
  height: 40%;
  top: 0;
  right: 0;
}
.content02-inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 26.7px);
  margin-left: 40px;
  padding-bottom: 0;
  color: #222;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  z-index: 0;
}
.content02-img::before {
  content: "PRICE";
  position: absolute;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  letter-spacing: .08rem;
  top: 10px;
  left: 10px;
  padding: 8px 15px;
  border-radius: 50px;
  color: #fff;
  background: #007a00;
  box-sizing: border-box;
  z-index: 1;
}
.content02-item:nth-of-type(2) .content02-img::before {
  content: "Q&A";
}
.content02-item:nth-of-type(3) .content02-img::before {
  content: "GREETING";
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #fff;
}
p.content02-img_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
p.content02-img_title span {
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .1rem;
  margin-top: 12px;
  display: block;
  color: #ffed88;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #00000069;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
h2.content02-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: #222;
}
p.content02-text {
  font-size: 0.9rem;
  line-height: 2;
  color: #222;
}
a.content02-but {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  max-width: 290px;
  margin: 25px 0 0;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  background: none !important;
  padding: 0 2px 10px;
  border-bottom: 1px solid;
  box-sizing: border-box;
  transition: 0.5s;
}
a.content02-but::before {
  width: 50px;
  height: 1px;
  position: absolute;
  content: '';
  background: #55a755;
  left: 0;
  bottom: -1px;
  transition: 0.5s;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 2px;
  transition: 0.5s;
  z-index: -1;
}
a.content02-but:hover {
  background: none;
}
a.content02-but:hover::before {
  width: 100%;
}
a.content02-but:hover::after {
  color: #55a755;
}
.front_original02 {
  width: calc(100% - 50px);
  margin-left: 0;
  padding: 6em 0;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  color: #fff;
  background: #003600;
  overflow: hidden;
  position: relative;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.45;
  z-index: 0;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text h2 {
  margin-bottom: 50px;
  line-height: 1.5;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-of-type {
  margin-bottom: 0;
}
a.front_con_but {
  width: 100%;
  max-width: 440px;
  border-radius: 100px;
  margin-top: 30px;
  padding: 25px 30px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #007a00;
  background: #fff;
  display: block;
  box-sizing: border-box;
  transition: 0.5s;
  position: relative;
}
a.front_con_but::after {
  content: '\f0e0';
  font-family: design_plus;
  position: absolute;
  right: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.9;
  transition: 0.5s;
}
a.front_con_but:hover {
  color: #fff;
  background: #007a00;
}
.front_original03 {
  padding: 5em 0;
}
.front-original03-inner {
  width: 86%;
  max-width: 1250px;
  margin: 0 auto;
}
.front_original03 h3 {
  margin-bottom: 70px;
}
.front-original03-text-inner {
  width: 55%;
  margin-left: 45%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original03-img-inner {
  width: 45%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto;
  background: #ebebeb;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.original03-img-01, .original03-img-02, .original03-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.original03-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third01_img.jpg");
  animation: slide-animation-01 18s infinite;
}
.original03-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third02_img.jpg");
  animation: slide-animation-02 18s infinite;
}
.original03-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third03_img.jpg");
  animation: slide-animation-03 18s infinite;
}
.original03-text__box {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.original03-text__box:last-of-type {
  margin-bottom: 0;
}
.original03-text__box h2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.original03-text__box h2::before {
  counter-increment: number 1;
  content: "POINT.0"counter(number) "";
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  letter-spacing: .12rem;
  margin-bottom: 15px;
  display: block;
  color: #007a00;
}
.front_topics {
  padding: 5em 0;
  position: relative;
}
.front_topics::before {
  content: '';
  position: absolute;
  display: block;
  background: #fffcdf;
  width: 85%;
  height: 45%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  top: 0;
  right: 0;
  z-index: 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
h3.front_topics_subtitle {
  margin-bottom: 40px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  width: calc(100% - 50px);
  margin: 0 auto;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  color: #fff;
  background: #007a00;
  overflow: hidden;
}
.footer_contact_sec {
  padding: 5em 0;
  color: #fff;
  background: #000;
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.5;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_sec h3 {
  margin-bottom: 30px;
  color: #ffed88;
}
p.footer-con-time {
  line-height: 1.7;
  margin: 15px 0;
}
p.footer-con-time span {
  font-weight: 700;
  display: block;
}
p.footer-caution {
  font-size: 0.9rem;
  line-height: 1.8;
}
.footer_contact_flex {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 0;
}
.footer_con {
  width: calc(33.3333% - 10px);
  margin-right: 15px;
}
.footer_con:last-of-type {
  margin-right: 0;
}
a.footer_con_but {
  width: 100%;
  max-width: 440px;
  border-radius: 100px;
  margin-top: 30px;
  padding: 25px 30px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  background: #fff;
  display: block;
  box-sizing: border-box;
  transition: 0.5s;
  position: relative;
}
a.footer_con_but::after {
  content: '\f0e0';
  font-family: design_plus;
  position: absolute;
  right: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.9;
  transition: 0.5s;
}
a.footer_con_but:hover {
  color: #fff;
  background: #007a00;
}
.footer_original_sec {
  padding: 3em 0 8em;
}
.footer_original_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 15vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  margin-bottom: 0.5rem;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 20%;
}
dd.address_text {
  width: 80%;
  padding-left: 1vw;
  box-sizing: border-box;
}
ul.footer-menu-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-menu-list-outer:nth-of-type(2) {
  padding-left: 2vw;
  margin-bottom: 0;
}
ul.footer-menu-list-outer li {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08rem;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-menu-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
  color: #fff;
}
a.footer_but::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #fce148;
  bottom: -3px;
  left: 0;
  transition: 0.5s;
}
a.footer_but:hover::after {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}
.copyright {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.pagetop {
  right: 5px;
  bottom: 5px;
  transition: 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 40px;
  height: 80px;
  color: #007a00;
  background: #ffed88;
  border-radius: 100px;
  position: relative;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  height: 50px;
}
.pagetop a:hover {
  color: #ffed88;
  background: #007a00;
}
@media only screen and (max-width: 1200px) {
  .header-youtube:not(.bg-image) {
    height: calc(100vw * 9 / 16 - 10px) !important;
  }
  .top-slider {
    height: calc(80vh - 80px);
  }
  .top-slider-wrapper {
    width: 100%;
    border-radius: 0;
  }
  .top-slider-wrapper::before {
    background: linear-gradient(15deg, #fff 30%, #ffffff21 100%);
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__title h2 {
    width: fit-content;
    line-height: 1.5;
    margin: 0 auto 25px;
  }
  .front-original01__title h2 br {
    display: contents;
  }
  .front-original01__text {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
  }
  .front-original03-img-inner {
    width: 100%;
    margin-left: 0;
    height: 40vh;
    min-height: 500px;
  }
  .front-original03-text-inner {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .original03-text__box {
    margin-bottom: 30px;
  }
  .original03-img-01, .original03-img-03 {
    background-position-y: 15%;
  }
  .footer_menu_bg {
    padding-left: 10vw;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    /* height: calc(60vh - 60px); */
  }
  .content02::before {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original02 {
    padding: 3em 0;
  }
  .front_topics {
    padding-top: 3em;
  }
  .front_topics::before {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .dp-footer-bar {
    left: 0;
    background: #007a00 !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .icon-file-text:before {
    content: "\e971";
  }
}
@media only screen and (max-width: 900px) {
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 330px;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  h2.front-main-title {
    font-size: 1.7rem;
  }
  h3.front-main-subtitle {
    font-size: 1rem;
  }
  h3.front-main-title::before {
    width: 35px;
  }
  .front_original01 {
    padding: 3em 0 1.5em;
  }
  .front-original01__title h2 {
    font-size: 1.5rem;
  }
  .front-original01__title h2 span {
    color: #007a00;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .content02 {
    padding: 2em 0 3em;
  }
  .front_original02 {
    width: calc(100% - 10px);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .front-original02__text h2 {
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front_original03 {
    padding: 3em 0;
  }
  .front_original03 h3 {
    margin-bottom: 40px;
  }
  .front-original03-img-frame {
    border-radius: 25px;
  }
  .front_topics {
    padding: 2.5em 0;
  }
  h3.front_topics_subtitle {
    margin-bottom: 20px;
  }
  .footer {
    width: calc(100% - 15px);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .footer_contact_sec {
    padding: 3em 0;
  }
  .footer_original_sec {
    padding: 2em 0 1em;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-width: 485px) {
  .footer {
    width: calc(100% - 8px);
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #007a00;
  border-radius: 100px;
  width: 25px;
  height: 5px;
  margin: 10px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  border-radius: 5px;
  background: #007a00;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #007a00;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 2px #f2efcc solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  padding-left: 15px;
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 15px 2px 13px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .post-content h2::after {
    height: 2.5px;
  }
  .post-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .post-content h4 {
    font-size: 1.15rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-title {
  font-weight: 700;
  color: #222;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  border: 2px solid #7dbf7d;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03-thumbnail {
  transition: all 0.5s ease 0s
}
.article03:hover {
  border-radius: 15px;
}
.article03-content {
  padding: 12px 15px;
}
.article03-title {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
}
.article03-meta {
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
h1.post-title {
  color: #222;
  font-weight: 700;
}
.post-title, .post-meta {
  text-align: left;
}
.nav-links01 {
  border-top: 1px solid #b7c9b7;
  border-bottom: 1px solid #b7c9b7;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #b7c9b7;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 500;
  color: #222;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 500;
  line-height: 1.6;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 12px;
  color: #222;
}
.post-meta-box {
  background: #fffcdf;
  border-radius: 2px;
}
.post-meta-box-item::before {
  color: #007a00;
}
.post-meta-box-item a {
  font-weight: 700;
}
.headline-bar {
  font-weight: 700;
  color: #007a00;
  background: #fffcdf;
  border-radius: 2px;
  line-height: 1;
  text-align: left !important;
  padding: 17px 15px 15px;
}
.side_widget .headline-bar {
  margin-bottom: 15px;
}
.side_widget:first-child .headline-bar {
  margin-bottom: 18px;
}
.widget_recent_entries li {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  border-color: #b7c9b7;
}
.widget_categories ul li a {
  font-weight: 700;
  padding: 5px 7px;
}
.widget_recent_entries .post-date {
  color: #222;
}
.widget_recent_entries li a {
  font-size: 12px;
  line-height: 1.5;
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: #007a00;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #222;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-links01 {
    border: 1px solid #c1d7bb;
  }
  .nav-links01-previous a, .nav-links01-next a {
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .headline-bar {
    padding: 14px 12px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* 料金案内 */
.price_sec p {
  margin-bottom: 20px;
}
.price_sec p:last-of-type {
  margin-bottom: 0;
}
.price_inner {
  align-items: center;
}
.price_text, .price_img {
  width: 50%;
  box-sizing: border-box;
}
.price_text {
  padding-right: 3vw;
}
.price_img img {
  border-radius: 10px;
}
@media only screen and (max-width: 970px) {
  .price_text, .price_img {
    width: 100%;
  }
  .price_text {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .price_sec p {
    margin-bottom: 10px;
  }
}
/* 料金案内 END */
/* よくある質問 */
.faq {
  margin-bottom: 60px;
}
.faq h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 2px 0;
  margin-bottom: 8px;
  text-align: left;
}
.faq h2::after {
  content: none;
}
.faq p {
  margin-bottom: 10px;
}
.faq:last-of-type, .faq p:last-of-type {
  margin-bottom: 0;
}
p.answer {
  padding: 1px 0;
}
.faq h2, .faq p {
  padding-left: 50px;
  position: relative;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  background: #007a00;
  width: 33px;
  height: 33px;
  line-height: 29px;
  border-radius: 100px;
  text-align: center;
  left: 0;
  top: 1px;
}
p.answer::before {
  content: 'A';
  color: #007a00;
  background: #ffed88;
  line-height: 32px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
}
/* よくある質問 END */
/* 学習実績 */
.works_sec p {
  margin-bottom: 15px;
}
.works_sec p:last-of-type {
  margin-bottom: 0;
}
.works_inner {
  margin-bottom: 40px;
}
.works_box {
  width: calc(50% - 8px);
  margin-right: 15px;
  padding: 25px 30px;
  border-radius: 10px;
  border: 1px dashed #007a00;
  box-sizing: border-box;
}
.works_box:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
.works_box p {
  font-size: 0.95rem;
  line-height: 1.9;
}
.works_box h3 {
  font-size: 1.15rem;
  padding: 8px 15px;
  border-radius: 3px;
  background: #fffcdf;
  text-align: center;
}
.works_box h3::before {
  content: none;
}
span.value-up {
  font-size: 1.5rem;
  margin: 0 2px;
  color: #007a00;
}
span.period {
  width: fit-content;
  font-size: 1rem;
  padding: 0 8px 2px;
  margin: 5px auto 0;
  color: #fff;
  background: #222;
  box-sizing: border-box;
  display: block;
}
.works_info_box {
  padding: 25px 30px;
  background: #fffcdf;
  border-radius: 10px;
  box-sizing: border-box;
}
.works_info_box h2 {
  line-height: 1.5;
  text-align: left;
  color: #007a00;
  margin-bottom: 10px;
}
.works_info_box h2::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .works_inner {
    margin-bottom: 20px;
  }
  .works_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 20px 25px;
  }
  .works_box h3 {
    padding: 5px;
  }
  .works_info_box {
    padding: 20px 25px;
  }
}
/* 学習実績 END */
/* ご挨拶・講師 */
.greeting_sec h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #007a00;
}
.greeting_sec h2::after {
  content: none;
}
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-child {
  margin-bottom: 0;
}
.greeting_box {
  margin-bottom: 80px;
}
.greeting_box:last-of-type {
  margin-bottom: 0;
}
.greeting_inner {
  margin-bottom: 40px;
}
.greeting_img {
  width: 40%;
  padding-right: 3vw;
  box-sizing: border-box;
}
.greeting_img img {
  border-radius: 3px;
}
.greeting_text {
  width: 60%;
  box-sizing: border-box;
}
.greeting_text_box {
  padding: 25px 30px;
  border-radius: 10px;
  background: #fffcdf;
  box-sizing: border-box;
}
.greeting_text_box h3 {
  color: #007a00;
  margin-bottom: 10px;
}
ul.profile_list {
  margin-bottom: 10px;
}
ul.profile_list li {
  font-weight: 700;
  line-height: 1.8;
}
ul.profile_list li::before {
  top: 11px;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    max-width: 580px;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2 {
    margin-bottom: 20px;
  }
  .greeting_sec p {
    margin-bottom: 10px;
  }
  .greeting_box {
    margin-bottom: 40px;
  }
  .greeting_inner {
    margin-bottom: 10px;
  }
  .greeting_text_box {
    padding: 20px 25px;
  }
}
/* ご挨拶・講師 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 1100px;
}
.info_box {
  margin-bottom: 60px;
  padding: 25px 30px;
  border: 1px solid #007a00;
  border-radius: 10px;
  box-sizing: border-box;
}
.info_box p {
  margin-bottom: 15px;
}
.info_box p:last-of-type {
  margin-bottom: 0;
}
table.info_tbl th {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .info_box {
    margin-bottom: 40px;
    padding: 20px 25px;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 950px;
}
.con__inner {
  margin-bottom: 60px;
}
.con__inner p {
  margin-bottom: 20px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
p.con-time {
  font-weight: 700;
  line-height: 1.7;
}
span.con-time-title {
  margin-right: 10px;
  color: #007a00;
}
span.con-caution {
  font-size: 0.9rem;
  font-weight: 500;
}
.mail_info_box {
  margin-bottom: 20px;
}
.mail_info_box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 4px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #f35d63;
}
span.required.any {
  background: #222;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f1f1f1;
  border: 2px solid #dedede;
  border-radius: 3px;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 40px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .08rem;
  height: 85px;
  color: #fff;
  background: #007a00;
  border-radius: 100px;
  transition: all .5s;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #007a00;
  background: #fffcdf;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 1.5rem;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* front_original03 アニメーション */
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* front_original03 アニメーション END */
/* フロント追加コンテンツ */
.front_original04 {
  padding: 5em 0 3em;
}
.front-original04-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original04__title {
  width: 30%;
  box-sizing: border-box;
}
.front-original04__text {
  width: 70%;
  padding-left: 8vw;
  box-sizing: border-box;
}
.front-original04__title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
.front-original04__title h2 span {
  color: #007a00;
}
.front-original04__title img {
  width: 90%;
  max-width: 220px;
  margin: 0 auto;
}
.front-original04__text p {
  margin-bottom: 20px;
}
.front-original04__text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .front_original04 {
    padding: 3em 0 0;
  }
  .front-original04__title, .front-original04__text {
    width: 100%;
  }
  .front-original04__title h2 {
    width: fit-content;
    line-height: 1.5;
    margin: 0 auto 15px;
  }
  .front-original04__text {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .front-original04__title h2 {
    font-size: 1.9rem;
  }
  .front-original04__text p {
    margin-bottom: 10px;
  }
}
/* フロント追加コンテンツ END */