/*
Theme Name: 株式会社ドリーム・チーム様オリジナルテーマ
Theme URI: http://www.dr-t-eam.jp/
Description: 
Version: 1.0
Author: Shinya Ogawa
Author URI: https://designsupply-web.com
*/

@charset "UTF-8";
/* CSS Document */
.page-index .o-firstview .o-inner-header {
  z-index: 1;
}
.feature-contents-wrap {
  max-height: 820px; 
}
.feature-contents-wrap .__row {
  display: flex;
  flex-wrap: wrap;
}
.feature-contents-wrap .__row .__column-left {
  width: 50%;
  background: url(./img/99_features/05_2023sm/features_bg.jpg) no-repeat center center/cover;
}
.feature-contents-wrap .__row .__column-left .__block {
  padding: 50px 30px 30px 30px;
  text-align: center;
}
.feature-contents-wrap .__row .__column-left .__block img {
  max-width: 100%;
  max-height: 580px;
  height: auto;
}
.feature-contents-wrap .__row .__column-left .__bar {
  background: #FF8105;
  display: block;
  text-align: center;
  padding: 15px;
}
.feature-contents-wrap .__row .__column-left .__bar .__btn {
  padding: 10px;
  width: 300px;
  display: inline-block;
}
.feature-contents-wrap .__row .__column-right {
  width: 50%;
  background: url(./img/99_features/05_2023sm/features_visual.jpg) no-repeat right top/cover;
  position: relative;
}
.feature-contents-wrap .__row .__column-right .__badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.feature-contents-wrap .__row .__column-right .__badge img {
  width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  .feature-contents-wrap .__row .__column-left .__block {
    padding: 30px 15px 15px 15px;  
  }
  .feature-contents-wrap .__row .__column-right .__badge {
    left: auto;
    bottom: auto;
    top: 10px;
    right: 10px;
  }
  .feature-contents-wrap .__row .__column-right .__badge img {
    width: 120px;
  }
}
@media (max-width: 544px) {
  .feature-contents-wrap {
    max-height: none; 
  }
  .feature-contents-wrap .__row .__column-left,
  .feature-contents-wrap .__row .__column-right {
    width: 100%;
  }
  .feature-contents-wrap .__row .__column-right {
    height: 300px;
  }
  .feature-contents-wrap .__row .__column-left .__block img {
    max-height: 480px;
  }
  .feature-contents-wrap .__row .__column-right .__badge {
    left: 10px;
    top: 10px;
    right: auto;
  }
}

.lesson-heading-label-box {
  border-radius: 10px;
  border: 2px solid #FB6617;
  overflow: hidden;
}
.lesson-heading-label-box dt {
  background: #FB6617;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 5px;
  color: #fff;
}
.lesson-heading-label-box dd {
  padding: 10px;
}
.lesson-heading-label-box-inner-table {
  border-collapse: collapse;
  margin: 0 auto;
}
.lesson-heading-label-box-inner-table thead tr th {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 10px 0;
}
.lesson-heading-label-box-inner-table tbody tr th,
.lesson-heading-label-box-inner-table tbody tr td {
  padding: 5px;
}
.lesson-heading-label-box-inner-table tbody tr th {
  color: #FB6617;
}
.table-wrap {
  width: 100%;
  overflow-x: auto;
}
.lesson-powerup-table-price {
  max-width: 1000px;
  min-width: 900px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}
.lesson-powerup-table-price th,
.lesson-powerup-table-price td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  font-weight: bold;
}
.lesson-powerup-table-price th {
  border: 1px solid #fff;
}
.lesson-powerup-table-price td {
  border: 1px solid #FB6617;
  font-size: 20px;
}
.lesson-powerup-table-price th.__red {
  background: #CD1420;
  color: #fff;
}
.lesson-powerup-table-price th.__orange {
  background: #FB6617;
  color: #fff;
}
.lesson-powerup-table-price td .__small{
  font-size: 16px;
}
.lesson-powerup-table-price td .__ex-small{
  font-size: 12px;
  font-weight: normal;
}
.lesson-powerup-table-price td.__yen {
  color: #CD1420;
}
.lesson-powerup-table-time {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c31512;
}
.lesson-powerup-table-time th.__orange {
  background: #FB6617;
  color: #fff;
  border: 1px solid #c31512;
}
.lesson-powerup-table-time th,
.lesson-powerup-table-time td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #FB6617;
}
.lesson-powerup-table-time td.__last {
  background: #ffe8bb;
}
.lesson-powerup-table-time td.__last span {
  display: inline-block;
  margin: 0 5px;
}
.lesson-powerup-table-time td.__last .__label {
  color: #CD1420;
}
.lesson-powerup-cheers strong {
  color: #FB6617;
}

.lesson-howto-school-list .__item {
  background: #c7dfff;
}
.lesson-howto-school-list .__item.__opened {
  padding: 0 0 10px 0;
}
.lesson-howto-school-list .__item .__term {
  background: #2277ff;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  line-height: 1;
  border-bottom: 2px solid #c7dfff;
  position: relative;
}
.lesson-howto-school-list .__item .__term:hover {
  cursor: pointer;
}
.lesson-howto-school-list .__item .__term::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #c7dfff;
}
.lesson-howto-school-list .__item.__opened .__term::after {
  content: "▲";
}
.lesson-howto-school-list .__item .__body {
  padding: 0 10px;
  display: none;
}
.lesson-howto-school-list .__item .__body .__group {
}
.lesson-howto-school-list .__item .__body .__area {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.lesson-howto-school-list .__item .__body .__area .__block:nth-child(1) {
  align-self: flex-start;
  flex-shrink: 1;
}
.lesson-howto-school-list .__item .__body .__area .__block:nth-child(2) {
  align-self: flex-end;
  flex-shrink: 0;
  margin: 0 0 0 20px;
}
.lesson-howto-school-list .__item .__body .__area .__name {
  font-weight: bold;
  font-size: 20px;
}
.lesson-howto-school-list .__item .__body .__area .__address {
  margin: 10px 0;
}
.lesson-howto-school-list .__item .__body .__area .__tel {
  font-weight: bold;
  line-height: 1;
  color: #c31512;
}
.lesson-howto-school-list .__item .__body .__area .__tel span {
  font-size: 22px;
}
.lesson-howto-school-list .__item .__body .__area .__button {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 99em;
  background: #2277ff;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.lesson-howto-price .__heading {
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #a3a3a3;
  font-weight: bold;
  font-size: 20px;
  color: #154491;
  margin: 0 0 20px 0;
}
.lesson-howto-price .__heading span {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 1em;
  color: #333;
}
.lesson-howto-price .__caption {
  font-size: 14px;
  margin: 0 0 30px 0;
}
.lesson-howto-price .__block--1st {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lesson-howto-price .__block--1st .__box {
  margin: 0 10px 10px 10px;
  background: #c7dfff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: baseline;
  font-weight: bold;
  line-height: 1;
}
.lesson-howto-price .__block--1st .__box .__label {
  font-size: 24px;
}
.lesson-howto-price .__block--1st .__box .__yen {
  font-size: 24px;
  color: red;
}
.lesson-howto-price .__block--1st .__box .__price {
  font-size: 48px;
  color: red;
}
.lesson-howto-price .__block--2nd .__table {
  width: auto !important;
  margin: 0 auto 30px auto !important;
}
.lesson-howto-price .__block--2nd .__table th,
.lesson-howto-price .__block--2nd .__table td {
  padding: 10px 20px;
  border-bottom: 1px solid #aaa;
  vertical-align: middle;
}
.lesson-howto-price .__block--2nd .__table td {
  font-weight: bold;
  font-size: 28px;
  color: red;
  line-height: 1.2;
  min-width: 160px;
}
.lesson-howto-price .__block--2nd .__table td span {
  font-size: 16px;
}
.lesson-howto-heading {
  background: #154491;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lesson-howto-heading .__label {
  display: inline-block;
  padding: 5px 10px;
  background: #fff705;
  color: #154491;
  font-size: 14px;
  border-radius: 99em;
  margin: 0 10px 0 0;
  font-weight: bold;
  line-height: 1;
}
.lesson-howto-heading .__text {
  line-height: 1.6;
}
.lesson-howto-heading .__label span {
  font-size: 18px;
  padding: 0 0 0 0.5em;
}

.lesson-victory-heading-1 {
  font-size: 32px;
  font-weight: bold;
  color: #FB6617;
  margin: 0 0 15px 0;
}
.lesson-victory-heading-2 {
  font-size: 20px;
  font-weight: bold;
  color: #FF8105;
}
.lesson-victory-heading-1 span,
.lesson-victory-heading-2 span {
  display: inline-block;
}
.lesson-victory-event-notice {
  padding: 10px;
  text-align: center;
  background: #FF8105;
  color: #fff;
  border-radius: 10px;
}
.lesson-victory-event-notice dt {
  font-size: 20px;
  font-weight: bold;
}
.lesson-victory-event-notice dd {
  font-weight: bold;
  font-size: 14px;
  margin: 5px 0 0 0;
}
.lesson-victory-event-notice dd span {
  display: inline-block;
}

.page-newopen .o-section-01 {
  padding: 30px 0 0 0;
}
.page-newopen .o-section-02,
.page-newopen .o-section-04,
.page-newopen .o-section-08 {
  padding: 30px 0 0 0;
}
.page-newopen .o-section-03,
.page-newopen .o-section-05,
.page-newopen .o-section-07 {
  padding: 60px 0 0 0;
}
.page-newopen a img {
  transition: opacity 0.4s ease 0.1s;
}
.page-newopen a:hover img {
  opacity: 0.5;
}
.newopen-box-label {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  margin: 0 0 20px 0;
}
.newopen-box-label + * {
  margin: 0 0 15px 0;
}
.newopen-lead-date {
  text-align: center;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #125FEE;
}
.newopen-lead-introduction {
  text-align: center;
  font-size: clamp(24px, calc((30 / (980 / 100)) * 1vw), 30px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #434343;
}
.newopen-lead-introduction .__highlight {
  font-size: 120%;
  color: #FF8105;
}
.newopen-lead-school {
  text-align: center;
  font-size: clamp(24px, calc((42 / (980 / 100)) * 1vw), 42px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #fb5017;
}
.newopen-lead-school .__highlight {
  font-size: 120%;
  color: #fff;
  background: #fb5017;
  margin: 0 0.2em;
  padding: 0.2em;
  line-height: 1;
}
.newopen-lead-name {
  text-align: center;
  font-size: clamp(36px, calc((96 / (980 / 100)) * 1vw), 96px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #CD1420;
}
.newopen-lead-caption {
  text-align: center;
  font-size: clamp(24px, calc((36 / (980 / 100)) * 1vw), 36px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #434343;
  margin: 15px 0 0 0;
}
.newopen-lead-caption > span {
  background-image: linear-gradient(0deg, #fff705 0%, #fff705 40%, transparent 40%, transparent 100%);
}
.newopen-lead-target {
  margin: 0 auto;
  text-align: center;
  font-size: clamp(20px, calc((24 / (980 / 100)) * 1vw), 24px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  margin: 30px 0 60px 0;
}
.newopen-lead-target dt {
  color: #FF8105;
}
.newopen-lead-target dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.newopen-lead-target dd span {
  display: inline-block;
  margin: 10px 5px 0 5px;
  padding: 10px;
  line-height: 1;
  background: #FF8105;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(22px, calc((28 / (980 / 100)) * 1vw), 28px);
}
.newopen-present {
  border: 4px solid #2277ff;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.newopen-present .__label {
  background: #2277ff;
  text-align: center;
  color: #fff705;
  font-size: 20px;
  padding: 10px;
  line-height: 1;
}
.newopen-present .__title {
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff9e0;
  border-radius: 0 0 6px 6px;
}
.newopen-present .__title .__small {
  font-size: clamp(18px, calc((22 / (980 / 100)) * 1vw), 22px);
  color: #636363;
}
.newopen-present .__title .__large {
  font-size: clamp(22px, calc((30 / (980 / 100)) * 1vw), 30px);
  margin: 5px 0;
}
.newopen-present .__title .__free {
  font-size: clamp(24px, calc((36 / (980 / 100)) * 1vw), 36px);
  color: #CD1420;
}
.newopen-campaign-lead {
  text-align: center;
  font-size: clamp(20px, calc((24 / (980 / 100)) * 1vw), 24px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #FF8105;
  color: #fff;
  padding: 5px 15px;
  border-radius: 99em;
}
.newopen-campaign-heading {
  text-align: center;
  font-size: clamp(24px, calc((64 / (980 / 100)) * 1vw), 64px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #FB6617;
}
.newopen-campaign-sub {
  text-align: center;
  font-size: clamp(20px, calc((28 / (980 / 100)) * 1vw), 28px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #434343;
  margin: 20px 0 0 0;
}
.newopen-campaign-sub .__highlight {
  font-size: 120%;
  background-image: linear-gradient(0deg, #fff705 0%, #fff705 40%, transparent 40%, transparent 100%);
}
.newopen-lead-date > span,
.newopen-lead-introduction > span,
.newopen-lead-school > span,
.newopen-lead-name > span,
.newopen-lead-caption > span,
.newopen-lead-target dt > span,
.newopen-present .__title > span,
.newopen-present .__title .__large > span,
.newopen-campaign-lead > span,
.newopen-campaign-heading > span,
.newopen-campaign-sub > span {
  display: inline-block;
  line-height: 1.2;
}
.o-list-policy {
  margin: 0 0 30px 0; 
}
.o-list-policy dt {
  margin: 0 0 5px 0; 
}
.o-list-policy dd {
  font-size: 1.4rem;
  margin: 0 0 15px 0; 
}
.pre-junior-high-school-voice {
  display: flex;
  align-items: center;
}
.pre-junior-high-school-voice img {
  flex-shrink: 0;
}
.pre-junior-high-school-voice .__voice {
  flex-shrink: 1;
  flex-grow: 1;
  text-align: center;
  margin: 0 0 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
  background: #FF7F0A;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .pre-junior-high-school-voice .__voice {
    text-align: left;
    font-size: 2.0rem;
  }
}
.pre-junior-high-school-voice .__voice::before {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #FF7F0A;
  position: absolute;
  right: 100%;
  top: calc(50% - 12px);
}
.pre-junior-high-school-exapmle > * {
  display: flex;
}
.pre-junior-high-school-exapmle.pre-junior-high-school-exapmle--horizontal > * {
  align-items: center;
  margin: 10px 0 0 0;
}
.pre-junior-high-school-exapmle.pre-junior-high-school-exapmle--vertical > * {
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0 0 0;
}
.pre-junior-high-school-exapmle dt {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 10px;
  color: #fb5017;
  border: 2px solid #fb5017;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
}
.pre-junior-high-school-exapmle dd {
  font-weight: bold;
}
.pre-junior-high-school-exapmle.pre-junior-high-school-exapmle--horizontal dd {
  margin: 0 0 0 15px;
  font-size: 2.0rem;
}
.pre-junior-high-school-exapmle.pre-junior-high-school-exapmle--vertical dd {
  margin: 10px 0 0 10px;
  font-size: 1.8rem;
}
.pre-junior-high-school-banner {
  transition: all 0.8s ease 0.1s;
  display: block;
}
.pre-junior-high-school-banner:hover {
  opacity: 0.5;
}



/*add.css*/
/*新規開校ページ特典3つに変更*/
.row.plus {
  max-width: 800px;
  margin: 0 auto;
}

.col-xl-3.col-lg-3.col-md-6.col-sm-6.col-12.plus {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

@media (max-width: 768px) {
  .col-xl-3.col-lg-3.col-md-6.col-sm-6.col-12.plus {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*新規開校ページ特典2つに変更*/
.row.plus2 {
  max-width: 537px;
  margin: 0 auto;
}

.col-xl-3.col-lg-3.col-md-6.col-sm-6.col-12.plus2 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 768px) {
  .col-xl-3.col-lg-3.col-md-6.col-sm-6.col-12.plus2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*講習用メインビジュアル一枚画像*/
.lesson-mv-pc { 
	display: block !important; 
  width: 100%;
}
.lesson-mv-sp { 
	display: none !important; 
  width: 100%;
}


@media only screen and (max-width: 750px) {
    .lesson-mv-pc { 
		display: none !important; 
	}
    .lesson-mv-sp { 
		display: block !important;
	}

    .feature-contents-wrap {
      max-height: 1211px; 
    }
}

/*PCのみ改行*/
@media only screen and (max-width: 768px) {
  .pc { 
  display: none !important; 
}
}

/*校舎ページ講師写真中央揃え（SP）*/
@media screen and (max-width: 768px) {
  .o-single-school-teacher .img-fluid{
    margin: 0 10px;
  }
  }