@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  min-height: 0vw;
  border-width: 0px;
  list-style-type: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  text-shadow: none;
  overflow: hidden;
  overflow-x: hidden;

  box-sizing: border-box;
  box-shadow: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fffaf2;

  scroll-behavior: smooth;
  font-family: "Young Serif", serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  font-weight: 400;
}

a {
  color: var(--dark);
  text-decoration: none;
}

:root {
  --body: #fff;
  --dark: #333;
}

/* ハンバーガーメニュー内 */
#headerSp ::after {
  box-sizing: border-box;
  color: #fff;
}

/* 共通 */

.card {
  --bs-card-border-color: none;
}

.h1Text {
  font-size: clamp(1.313rem, 1.038rem + 1.46vw, 2.5rem);
}

.h2Text01 {
  font-size: clamp(1.25rem, 1.091rem + 0.85vw, 1.938rem);
}

.h2Text02 {
  font-size: clamp(1.188rem, 1.058rem + 0.69vw, 1.75rem);
}

.h3Text01 {
  font-size: clamp(1.063rem, 0.962rem + 0.54vw, 1.5rem);
}

.h3Text02 {
  font-size: clamp(1rem, 0.942rem + 0.31vw, 1.25rem);
}

.h4Text {
  font-size: clamp(0.938rem, 0.894rem + 0.23vw, 1.125rem);
}

.h5Text {
  font-size: clamp(0.875rem, 0.832rem + 0.23vw, 1.063rem);
}

.h6Text {
  font-size: clamp(0.75rem, 0.736rem + 0.08vw, 0.813rem);
}

.pText01 {
  font-size: clamp(0.813rem, 0.769rem + 0.23vw, 1rem);
}

.pText02 {
  font-size: clamp(0.75rem, 0.707rem + 0.23vw, 0.938rem);
}

.pText03 {
  font-size: clamp(0.75rem, 0.721rem + 0.15vw, 0.875rem);
}

.captionText {
  font-size: clamp(0.938rem, 0.235rem + 3.75vw, 1.563rem);
}

/* ================== br ================== */
/* SMまではなし、MDからLGまで適応、XLからなし */
.moreThanMdToLg {
  display: none;
}
/* SMまで適応、それ以上なし */
.brOnlySm {
  display: block;
}

.container-fluid,
.container-xxl,
.container {
  padding: 0;
}

/* =========================================================================================================================================

                    　　　　　　　　　　　　　　　
                                                         SPファースト 300-375pxまででかく

                   　　　　　　　　　　　　　　　　　　　　
=========================================================================================================================================*/
/* =========================================================================================================================================


                    　　　　　　　　　　　　　　　                       共通

                   　　　　　　　　　　　　　　　　　　　　
=========================================================================================================================================*/

.whiteBox {
  background: rgb(255, 255, 255);
  border: 3px solid #252525;

  width: 96%;
  border-radius: 20px;
}

/* ページトップへのボタン*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  z-index: 1000;
}

.page-top_link {
  position: relative;
  top: 15px;
  right: -18px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid #252525;
  background-color: #c74f41;
  z-index: 30;
}

.page-top_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

/*============ arrow ===============*/
.arrow p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
}
.arrow span {
  top: 5px;
  left: 10px;
  display: block;
  width: 139px;
  height: 2px;
  background-color: #c74f41;
  position: relative;
  transform: scale(0, 1);
  transform-origin: top left;
  animation: arrow01 5s ease-in-out infinite forwards;
}
@keyframes arrow01 {
  0% {
    transform: scale(0, 1);
  }
  30% {
    transform: scale(0, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  85% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border-right: 2px solid #c74f41;

  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 2px;
  right: 1px;
  animation: arrow02 5s ease-in-out infinite forwards;
}
@keyframes arrow02 {
  0% {
    transform: rotate(-45deg) scale(1, 0);
  }
  45% {
    transform: rotate(-45deg) scale(1, 0);
  }
  55% {
    transform: rotate(-45deg) scale(1, 1);
  }
  85% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
}

.btnR {
  justify-content: center;
}

/* === reflection ===*/

.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* font family */

#news .table,
#point .pText,
#suggest .h4Text,
#suggest .pText,
#class .h2Text02,
#class .pText,
#class .h5Text,
#voice .h2Text,
#voice .pText01,
#voice .pText,
#flow .pText,
#lesson .h4Text,
#lesson .h2Text02,
#school .pText01,
#banner03 .pText02,
#footer,
#pickUp .h3Text,
#pickUp .pText01,
#video .pText01,
#video .pText02,
#video .h3Text,
#thxPage .pText01,
#privacy .pText01,
#office .h3Text01,
#office .h3Text02,
#office .h4Text,
#allNews h5,
#allNews .h2Text,
#allNews .pText01,
#allNews .h3Text01,
#materials .h3Text01,
#materials .h5Text,
#contact .h4Text,
#contact .pText01,
.btn-primary,
.btnCircle .h5Text,
.btnR .pText01,
.aboutTime,
.aboutSchool,
#headerSp,
.h4Text02,
.h5Text,
.paetnerText,
.h3Text02,
.scrollUpText,
.h4Text,
.pText,
.pText01,
.h4Text,
.h3Text01,
.pText02 {
  font-family: "Noto Sans JP", sans-serif;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-weight: bold !important;
}

/* -------------------------------------------------------------------------------------------------------


                               header _navi


----------------------------------------------------------------------------------------------------------*/

.header_navi ul li {
  position: relative;
}

.header_navi ul li a {
  display: block;
  padding: 25px 35px;
  color: #252525;
  white-space: pre;
  text-decoration: none;
  transition: all 0.3s;
}

.header_navi ul li li a {
  padding: 10px 35px;
}

.header_navi ul li a:hover {
  color: rgb(124, 120, 120);
}

.header_navi li.has_child ul {
  position: absolute;
  /* right: -50px; */
  /* right: 50px; */
  top: 30px;
  z-index: 4;
  background: #989999;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

ol,
ul {
  padding-left: initial;
}

.header_navi li.has_child:hover > ul,
.header_navi li.has_child ul li:hover > ul,
.header_navi li.has_child:active > ul,
.header_navi li.has_child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.header_navi li.has_child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  margin: 5px;
  text-align: center;
}

.header_navi li.has_child ul li:last-child a {
  border-bottom: none;
}

.offcanvas-body {
  overflow-x: hidden;
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #header（headerNavi）





=========================================================================================================================================*/

#headerPc {
  display: none;
}

#headerSp {
  display: block;
}

/* ↓これをnoneにしないと、問題が起こります。１：aタク飛ばない　２：ハンバーガーを開くとbgが消える*/
.modal-backdrop.show {
  display: none;
}

.humMenu {
  top: 0;
  left: -11px;
  color: #fff;
}

.humBtn .tryout {
  background: rgb(255, 255, 255);
  border: 1px solid #333;
}

.humBtn a:hover,
.humBtn a:active {
  color: #fff;
  border: 1px solid #fff;
  background: #90b7f9;
}

/* menu for PC / hover animation */

#headerPc .nav-item a:hover {
  color: rgb(124, 120, 120);
}
#headerPc .nav-link:hover {
  border-bottom: solid 3px rgb(79, 78, 78);
  /* padding-bottom: 0px; */
}

#headerPc a {
  position: relative;
  cursor: pointer;
  padding: 0 11px;
  z-index: 5;
  letter-spacing: -1px;
}

#headerPc a:hover .description_bottom {
  top: 80%;
  left: 50%;
  font-size: 13px;
  color: #eb6100;
  visibility: visible;
  opacity: 1;
}
/* hero textSlide */
.textSlide {
  width: 100%;
  font-size: 28px;
  text-align: center;
  overflow: hidden;
}
.textSlide .pText03 {
  display: inline-block;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollSample01 20s linear infinite;
}
@keyframes scrollSample01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* slash*/
.slashLeft::before {
  transform: rotate(90deg);
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #hero（mainvisual）





=========================================================================================================================================*/

.mainTopPc {
  display: none;
}

.mainTopSp {
  display: block;
}

.img-boxSp {
  margin-top: 120px;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.img-boxSp > div {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 24s;
  animation-iteration-count: infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 7;
  }

  80% {
    opacity: 0;
  }

  100% {
    z-index: 0;
    opacity: 0;
  }
}

/* 1枚目のスライド */
.img-boxSp > div:first-of-type {
  height: 200px;
  /* background-image: url("../img/local/local01.jpg"); */
  background-image: url("../img/local/local06.jpg");
  background-position: center top;
}

/* 2枚目のスライド */
.img-boxSp > div:nth-of-type(2) {
  height: 200px;
  background-image: url("../img/local/local07.jpg");
  background-position: center top;

  animation-delay: 4s;
}

/* 3枚目のスライド */
.img-boxSp > div:nth-of-type(3) {
  height: 200px;
  background-size: cover;
  background-image: url("../img/local/local08.jpg");
  background-position: center;
  animation-delay: 8s;
}

/* 4枚目のスライド */
.img-boxSp > div:nth-of-type(4) {
  height: 200px;
  background-size: cover;
  background-image: url("../img/local/local09.jpg");
  background-position: center top;

  animation-delay: 12s;
}

/* 5枚目のスライド */
.img-boxSp > div:nth-of-type(5) {
  height: 200px;
  background-image: url("../img/local/local10.jpg");
  background-position: center top;
  animation-delay: 16s;
}

/* 6枚目のスライド */
.img-boxSp > div:last-of-type {
  height: 200px;
  background-image: url("../img/local/local11.jpg");
  background-position: center top;
  animation-delay: 20s;
}

/* ============= first_view_bottom ============= */

/* red bar */
.leftBar {
  display: none;
}

/* video */
.mainText {
  top: -420px;
  left: 10px;
}

.captionLabelXS {
  top: 35px;
  right: -180px;
}

.captionLabelXS02 {
  top: -25px;
  right: -150px;
}

.captionLabelXS03 {
  top: 40px;
  right: -140px;
}

.captionLabelXS04 {
  top: 5px;
  right: -155px;
}

.captionLabelXS05 {
  top: 40px;
  right: -145px;
}

.captionLabelXS06 {
  top: -100px;
  right: -155px;
}

.captionLabelXS07 {
  top: 0px;
  right: -145px;
}

/* ========== animation sub ============= */
.subMainText {
  display: none;
}

.scrollUpText,
.contentsText,
.flowGroup01,
.flowGroup02,
.flowGroup03,
.flowGroup04 {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 0.4s;
}

.flowGroup02 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.6s;
}

.flowGroup03 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}

.flowGroup04 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s;
}

.scrollUpText.active,
.contentsText.active,
.flowGroup01.active,
.flowGroup02.active,
.flowGroup03.active,
.flowGroup04.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #news（news）





=========================================================================================================================================*/

#news {
  background: url(../img/grayBg.jpg);
  background-position: cover;
  background-repeat: repeat;
  width: 100%;
}

.labelPc {
  display: none;
}

.illustPc,
.illustCamera {
  display: none;
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #suggest





=========================================================================================================================================*/

#suggest {
  background: url(../img/colors_bg.png);
  background-position: cover;
  width: 100%;
}

.suggesText {
  text-align: left;
}

.brfrm665to980 {
  display: none;
}

/* =========================================================================================================================================


                                                       #class


 =========================================================================================================================================*/

/* dekoboko bg */
.dekobokoGr01,
.dekobokoRd,
.dekobokoBlue,
.dekobokoGr02,
.dekobokoRd02 {
  display: none;
}

#arrow {
  height: 20vh;
}

.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 200px; /*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%; /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 55%;
}
.cp_arrows .cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
  position: absolute;
  top: -50px;
  left: -39px;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: #252525;
}
.cp_arrows .cp_arrow:before {
  -webkit-transform: rotate(30deg) translateX(-39%);
  transform: rotate(30deg) translateX(-35%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
  transform: rotate(-32deg) translateX(39%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 (次の取材)#partner





========================================================================================================================================== */

.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card02 {
  margin: 0 0.5em;
  background: #fff;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
/* slick slider */

.slider-2 .slick-slide {
  width: 600px;
  /* height: 500px; */
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

.partnerLink a:hover {
  opacity: 0.7;
}

.slick-dots li button:before {
  font-family: initial;
}

.dots-2 .slick-dots button {
  display: none;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 (ご入会までの流れ)#flow





========================================================================================================================================== */

.flowBgInner {
  background-repeat: no-repeat;
  width: 100%;
}

.flowBgInnerPic {
  transform: rotate(5deg);
}

/* youtube */

.youtube {
  width: 90%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #lesson(受講方法と料金
)





========================================================================================================================================== */

.tabs {
  background-color: #fff;
}

.tab_item {
  width: calc(100% / 3);

  background-color: #d9d9d9;

  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

table {
  border-collapse: collapse;
  width: 700px;
}

th,
td {
  border: 1px solid #222;
  padding: 10px 15px;
  width: 200px;
}

th {
  background-color: #ddd;
}

.tab_item {
  width: 36.7vw;
}

/* cursor */
.cursor {
  top: 15px;
  left: 200px;
  width: 70px;
  transform-origin: center bottom;
  animation: yurayura 4s linear infinite;
  z-index: 900;
}

@keyframes yurayura {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #school(教室案内)





========================================================================================================================================== */

#school {
  background: url(../img/grayBg.jpg);
  background-position: cover;
  background-repeat: repeat;
  width: 100%;
}

/* =============================================================================================================================================



                    　　　　　　　　　　　　　　　                   #footer




 /* ============================================================================================================================================= */

.footerBg {
  top: -50px;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                       






　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　下層ページ










/* ============================================================================================================================================= */

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                  news.html(お知らせ一覧)




/* ============================================================================================================================================= */

#allNews {
  background: url(../img/news.png);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         contact.html(お問合せフォーム)




/* ============================================================================================================================================= */
#contact {
  background: url(../img/contact.jpg);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

#contact {
  border-radius: none;
}

.form-control {
  border: 1px solid #252525;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         video.html(今週のpickup &みんなの作品)




/* ============================================================================================================================================= */

.youtubePickUp {
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         office.html(会社概要)




/* ============================================================================================================================================= */
#office {
  background: url(../img/office.jpg);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

#office .tdItem {
  background: #d9d9d9;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                      materials.html(学習教材について)



/* ============================================================================================================================================= */
#materials {
  background: url(../img/materials.jpg);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                      


　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　SubPage　







/* ============================================================================================================================================= */

/* ============================================================================================================================================= 






                                                             1, #article(ライティング)
                                                            




 ============================================================================================================================================= */
.underLayerArticle {
  margin-top: 80px;
  background-image: url(../img/article/articleMain.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  height: 150px;
}

.yellowLighter {
  background: linear-gradient(transparent 60%, #fff100 0%);
}

/* ============================================================================================================================================= 






                                                             2, #conceptSub（コンセプト）
                                                            




 ============================================================================================================================================= */

#conceptSub {
  background: url(../img/sub/conceptSubBg.png);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

#contactSub,
.courseSub {
  background: url(../img/sub/CotactSub.jpg);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

/* ============================================================================================================================================= 






                                                             2, ＃pointSub（特徴）
                                                            




 ============================================================================================================================================= */
#pointSub {
  background: url(../img/sub/pointSubBg.png);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

/* ============================================================================================================================================= 






                                                             3, #classSub（動画制作の流れ）
                                                            




 ============================================================================================================================================= */
.classSubunderLayerArticle {
  margin-top: 80px;
  background-image: url(../img/sub/classSubMain.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 150px;
}

/* ============================================================================================================================================= 






                                                             6, #courseSub(レッスン一覧表)
                                                            




 ============================================================================================================================================= */
.underLayerlessonTableSub {
  margin-top: 80px;
  background-image: url(../img/sub/lessonSubTableMain.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  height: 150px;
}

/* ============================================================================================================================================= 






                                                             6, #partnerSub(ご協力企業様)
                                                            koiwaSub.html




 ============================================================================================================================================= */

#partnerSub,
#contactNotPertner {
  background: url(../img/sub/partnerSubMain.jpg);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: contain;
  scroll-behavior: smooth;
}

/* ============================================================================================================================================= 






                                                             7, #koiwaSub(教室案内)
                                                            




 ============================================================================================================================================= */

#koiwaSub,
#contactNotkoiwaSub {
  background: url(../img/sub/koiwaSub.jpg);
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}
/* ============================================================================================================================================= 



                                          0 476 responsive_min375px(376pxから575pxまで適応される):xxs


============================================================================================================================================= */
@media (min-width: 336px) {
  /* ===== #hero 336- 354===== */

  .captionLabelXS {
    top: 20px;
    right: -200px;
  }

  .captionLabelXS02 {
    top: -50px;
    right: -170px;
  }

  .captionLabelXS03 {
    top: 20px;
    right: -160px;
  }

  .captionLabelXS04 {
    top: 5px;
    right: -170px;
  }

  .captionLabelXS05 {
    top: 40px;
    right: -160px;
  }

  .captionLabelXS06 {
    top: -120px;
    right: -165px;
  }

  .captionLabelXS07 {
    top: 0px;
    right: -155px;
  }
}

@media (min-width: 355px) {
  /* ===== #hero 355-375 ===== */

  .captionLabelXS {
    top: 25px;
    right: -215px;
  }

  .captionLabelXS02 {
    top: -50px;
    right: -180px;
  }

  .captionLabelXS03 {
    top: 20px;
    right: -170px;
  }

  .captionLabelXS04 {
    top: -15px;
    right: -190px;
  }

  .captionLabelXS05 {
    top: 30px;
    right: -180px;
  }

  .captionLabelXS06 {
    top: -120px;
    right: -175px;
  }

  .captionLabelXS07 {
    top: 0px;
    right: -165px;
  }
}

@media (min-width: 376px) {
  /* ================== br ================== */
  /* SMまではなし、MDからLGまで適応、XLからなし */
  .moreThanMdToLg {
    display: none;
  }
  /* SMまで適応、それ以上なし */
  .brTo367 {
    display: none;
  }

  /* ===== #hero 376-473 ===== */

  .img-boxSp {
    margin-top: 190px;
  }

  /* video */
  .mainText {
    top: -495px;
    left: 15px;
  }

  .captionLabelXS {
    top: 10px;
    right: -230px;
  }

  .captionLabelXS02 {
    top: -60px;
    right: -200px;
  }

  .captionLabelXS03 {
    top: 30px;
    right: -190px;
  }

  .captionLabelXS04 {
    top: -15px;
    right: -200px;
  }

  .captionLabelXS05 {
    top: 40px;
    right: -190px;
  }

  .captionLabelXS06 {
    top: -160px;
    right: -185px;
  }

  .captionLabelXS07 {
    top: -40px;
    right: -175px;
  }
  /* ===== #footer 376-473 ===== */
  .footerBg {
    top: -100px;
  }

  /* ===== #lesson 376-473 ===== */

  .cursor {
    left: 250px;
  }
}

@media (min-width: 400px) {
  /* ===== #hero 400-429===== */

  .captionLabelXS {
    top: -10px;
    right: -250px;
  }

  .captionLabelXS02 {
    top: -60px;
    right: -210px;
  }

  .captionLabelXS03 {
    top: 30px;
    right: -200px;
  }

  .captionLabelXS04 {
    top: -15px;
    right: -220px;
  }

  .captionLabelXS05 {
    top: 40px;
    right: -210px;
  }

  .captionLabelXS06 {
    top: -160px;
    right: -195px;
  }

  .captionLabelXS07 {
    top: -40px;
    right: -185px;
  }
}

@media (min-width: 430px) {
  /* ===== #hero 430-473 ===== */

  .captionLabelXS {
    top: -10px;
    right: -270px;
  }

  .captionLabelXS02 {
    top: -100px;
    right: -235px;
  }

  .captionLabelXS03 {
    top: 30px;
    right: -225px;
  }

  .captionLabelXS04 {
    top: -35px;
    right: -240px;
  }

  .captionLabelXS05 {
    top: 40px;
    right: -230px;
  }

  .captionLabelXS06 {
    top: -160px;
    right: -215px;
  }

  .captionLabelXS07 {
    top: -40px;
    right: -205px;
  }
}

@media (min-width: 474px) {
  /* ===== #hero 474-575===== */

  .img-boxSp {
    margin-top: 240px;
  }
  /* video */
  .mainText {
    top: -540px;
    left: 10px;
  }

  .videoBr {
    display: none;
  }

  .captionLabelXS {
    top: -40px;
    right: -295px;
  }

  .captionLabelXS02 {
    top: -140px;
    right: -260px;
  }

  .captionLabelXS03 {
    top: 30px;
    right: -250px;
  }

  .captionLabelXS04 {
    top: -75px;
    right: -265px;
  }

  .captionLabelXS05 {
    top: 50px;
    right: -255px;
  }

  .captionLabelXS06 {
    top: -160px;
    right: -225px;
  }

  .captionLabelXS07 {
    top: -40px;
    right: -215px;
  }

  /* ===== #class 474-575===== */

  /* dekoboko bg */
  .dekobokoGr01 {
    display: block;
    top: -590px;
    right: -200px;

    z-index: -1;
  }

  .dekobokoRd {
    display: block;
    top: -100px;
    left: 0;

    z-index: -1;
  }

  .dekobokoBlue {
    display: block;
    top: 900px;
    left: 170px;
    z-index: -1;
  }

  .dekobokoGr02 {
    display: block;
    top: 1450px;
    left: 0px;
    z-index: -1;
  }

  .dekobokoRd02 {
    display: block;
    top: 1950px;
    left: 170px;
    transform: rotate(80deg);
    z-index: -1;
  }

  /* ===== #lesson 474-575 ===== */

  .cursor {
    left: 320px;
  }

  /* ===== #footer 474-575 ===== */
  .footerBg {
    top: -190px;
  }
}

@media (min-width: 500px) {
  /* ===== #hero 500-529===== */

  .captionLabelXS {
    top: -50px;
    right: -310px;
  }

  .captionLabelXS02 {
    top: -160px;
    right: -270px;
  }

  .captionLabelXS03 {
    top: 30px;
    right: -260px;
  }

  .captionLabelXS04 {
    top: -75px;
    right: -275px;
  }

  .captionLabelXS05 {
    top: 40px;
    right: -265px;
  }

  .captionLabelXS06 {
    top: -240px;
    right: -245px;
  }

  .captionLabelXS07 {
    top: -40px;
    right: -235px;
  }
}

@media (min-width: 530px) {
  /* ===== #hero 530-575 ===== */

  .captionLabelXS {
    top: -60px;
    right: -340px;
  }

  .captionLabelXS02 {
    top: -180px;
    right: -300px;
  }

  .captionLabelXS03 {
    top: 30px;
    right: -285px;
  }

  .captionLabelXS04 {
    top: -75px;
    right: -295px;
  }

  .captionLabelXS05 {
    top: 40px;
    right: -285px;
  }

  .captionLabelXS06 {
    top: -240px;
    right: -265px;
  }

  .captionLabelXS07 {
    top: -40px;
    right: -255px;
  }
}

/* ============================================================================================================================================= 



                                          1 671 responsive_min576px(576pxから767pxまで適応される):xs


============================================================================================================================================= */

/* ここでfooterの○の高さも調整したい */
@media (min-width: 576px) {
  /* ======= #共通 575-767 ======== */
  .arrow span {
    top: 5px;
    left: 5px;

    width: 145px;
  }
  /* ======= #hero 575- 767  ======== */
  .keywordsText {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .mainTopPc {
    display: block;
  }

  .mainTopSp {
    display: none;
  }

  .img-boxSp {
    margin-top: initial;
  }

  .carouselBr {
    display: none;
  }

  .carousel-caption {
    padding-bottom: 0;
  }
  /* ======= #hero 575- 626  ======== */
  /* video */
  .mainText {
    top: -120px;
    left: 45px;
  }

  /* red bar */
  .leftBar {
    display: block;
    position: absolute;
    top: -120px;
    left: -270px;
    border: 2px solid #252525;
    z-index: 310;
  }

  /* ===============  #news 576-767 ==================================*/
  .labelPc {
    display: block;
  }

  .labelSp {
    display: none;
  }

  /* illust */

  .illustPc,
  .illustCamera {
    display: block;
    top: -100px;
  }

  /* ===== #flow 576-767 ===== */

  .cp_arrows .cp_arrow:before,
  .cp_arrows .cp_arrow:after {
    width: 80px;
  }

  .cp_arrows .cp_arrow {
    left: 50%;
  }

  .cp_arrows .cp_arrow:before {
    -webkit-transform: rotate(31deg) translateX(-39%);
    transform: rotate(33deg) translateX(-35%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .cp_arrows .cp_arrow:after {
    transform: rotate(-35deg) translateX(39%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  /* ======= #class 576-767 ======== */

  /* dekoboko bg */
  .dekobokoGr01 {
    top: -600px;
    right: -250px;

    z-index: -1;
  }

  .dekobokoRd {
    top: -100px;
    left: 0;
    z-index: -1;
  }

  .dekobokoBlue {
    top: 1000px;
    left: 170px;
    z-index: -1;
  }

  .dekobokoGr02 {
    top: 1550px;
    left: 0px;
    z-index: -1;
  }

  .dekobokoRd02 {
    top: 2150px;
    left: 170px;
    transform: rotate(80deg);
    z-index: -1;
  }

  /* ===== #lesson 576-767 ===== */

  .cursor {
    top: 30px;
    left: 370px;
  }

  @keyframes yurayura {
    0%,
    100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(15px);
    }
  }

  /* ===== #footer 576-767 ===== */
  .footerBg {
    top: -120px;
    left: -170px;
  }

  /* =============================================================== SubPages ==================================================================== */

  /* ======= 1,#article  SM ============= */

  .underLayerArticle,
  .classSubunderLayerArticle,
  .underLayerlessonTableSub {
    margin-top: 60px;

    height: 250px;
  }
}
@media (min-width: 627px) {
  /* video */
  .mainText {
    top: -120px;
    left: 45px;
  }
}

@media (min-width: 665px) {
  /* ======= #news ========= */

  .illustCamera {
    top: -20px;
    left: 20px;
  }

  /* ======= #suggest ========= */
  .brfrm665to980 {
    display: block;
  }
}

/* ============================================================================================================================================= 


                                        2 883 responsive_min768px(768pxから991pxまで適応される):md


============================================================================================================================================= */
@media (min-width: 768px) {
  /* ======= 共通 ======== */

  /* btn */
  .btnR {
    justify-content: center;
  }

  .arrow span {
    top: 5px;
    left: 10px;
    width: 165px;
  }

  /* ================== br 768-991 ================== */
  /* SMまではなし、MDからLGまで適応、XLからなし */
  .moreThanMdToLg {
    display: block;
  }
  /* ======= #hero 768-991 ======== */

  /* red bar */
  .leftBar {
    display: block;
    position: absolute;
    top: -120px;
    left: -360px;
    z-index: 310;
  }

  /* ======= #hero 768-876 ======== */

  /* video */
  .mainText {
    top: -150px;
    left: 60px;
  }

  /* ======= #news 768-876 ======== */

  .illustCamera {
    top: -45px;
    left: 20px;
  }

  /* ======= #suggest 768-991 ======== */
  .suggesText {
    text-align: center;
  }

  .classReverse {
    flex-direction: row-reverse;
  }

  /* ======= #class 768-991 ======== */

  /* dekoboko bg */
  .dekobokoGr01 {
    top: -390px;
    right: -320px;

    z-index: -1;
  }

  .dekobokoRd {
    top: 150px;
    left: 0;
  }

  .dekobokoBlue {
    top: 700px;
    left: 250px;
    z-index: -1;
  }

  .dekobokoGr02 {
    top: 1200px;
    left: 350px;
    transform: rotate(80deg);
    z-index: -1;
  }

  .dekobokoRd02 {
    display: none;
  }

  /* ===== #lesson 768-991 ===== */

  .cursor {
    left: 500px;
  }

  .tab_item {
    width: 36vw;
  }
  /* ======= #partner  768-991 ======== */

  .card02 img {
    height: 11em;
  }

  /* ======= #voice  768-991 ======== */

  .voiceBoxBlue {
    top: 0;
    left: 60px;
    background: rgb(255, 255, 255);

    width: 96%;
    border-radius: 20px;
  }

  .voiceBoxRed {
    top: 0;
    left: -50px;
    background: rgb(255, 255, 255);

    width: 96%;
    border-radius: 20px;
  }

  /* ======= #flow 768-991 ======== */
  /* 背景調整 */
  .flowBgInner {
    top: -40px;
    left: 50px;
  }

  .flowBgInnerPic {
    width: 100%;
  }

  .flowInner02 {
    margin-top: 30px;
  }

  .flowInner03 {
    margin-top: 60px;
  }

  .flowInner04 {
    margin-top: 90px;
  }

  /* ======= #school 768-991======== */
  .schoolBox {
    display: flex;
  }

  /* ======= #footer 768-991 ========= */
  .footerBg {
    top: -150px;
    left: -230px;
  }

  /* =============================================================== SubPages ==================================================================== */

  /* ======= 1,#article  MD ============= */

  .underLayerArticle,
  .classSubunderLayerArticle,
  .underLayerlessonTableSub {
    margin-top: 50px;

    height: 350px;
  }
}

/* ======= #hero.videopic 877-991 ======== */
@media (min-width: 877px) {
  /* video */
  .mainText {
    top: -150px;
    left: 90px;
  }
}

/* ============================================================================================================================================= 


                                        

                                             3 1095 responsive_min992px(992pxから1199pxまで適応される):lg




============================================================================================================================================= */
@media (min-width: 992px) {
  /* SMまではなし、MDからLGまで適応、XLからなし */
  .moreThanMdToLg {
    display: none;
  }

  /* red bar */
  .leftBar {
    display: block;
    position: absolute;
    top: -120px;
    left: -485px;
    z-index: 310;
  }

  /* video */
  .mainText {
    top: -170px;
    left: 30px;
  }

  /* ======= #suggest 992-1199 ========= */
  .brfrm665to980 {
    display: none;
  }

  /* ===== #flow 992-1199 ===== */

  .cp_arrows .cp_arrow:before,
  .cp_arrows .cp_arrow:after {
    width: 100px;
  }

  .cp_arrows .cp_arrow {
    left: 50%;
  }

  .cp_arrows .cp_arrow:before {
    -webkit-transform: rotate(31deg) translateX(-39%);
    transform: rotate(34deg) translateX(-35%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .cp_arrows .cp_arrow:after {
    transform: rotate(-37deg) translateX(39%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  /* ======= #class 992-1199  ======== */

  /* dekoboko bg */
  .dekobokoGr01 {
    top: -340px;
    right: -50px;
    z-index: -1;
  }

  .dekobokoRd {
    top: 150px;
    left: 400px;
    /* top: -800px;
    right: -820px; */
    z-index: -1;
  }

  .dekobokoBlue {
    top: 800px;
    left: 530px;
    z-index: -1;
  }

  .dekobokoGr02 {
    top: 1400px;
    left: 50px;
    transform: rotate(80deg);
    z-index: -1;
  }

  .dekobokoRd02 {
    display: block;
    top: 1600px;
    left: 530px;
    transform: rotate(30deg);
    z-index: -1;
  }

  /* ===== #lesson 992-1199 ===== */

  .cursor {
    top: 40px;
    left: 680px;
  }

  /* ======= #flow 992-1199 ======== */
  /* 背景調整 */
  .flowBgInner {
    top: -70px;
    left: 30px;
  }

  .flowBgInnerPic {
    width: 90%;
  }

  /* ======= #footer 992-1199 ========= */
  .footerBg {
    top: -250px;
    left: -230px;
  }

  /* =============================================================== SubPages ==================================================================== */

  /* ======= 1,#article  LG ============= */

  .underLayerArticle,
  .classSubunderLayerArticle,
  .underLayerlessonTableSub {
    margin-top: 50px;

    height: 450px;
  }
  /* ======= 6,#partnerSub LG ============= */

  #partnerSub,
  #contactNotPertner {
    background-size: cover;
  }
}

/* ============================================================================================================================================= 


                                       
                                           4 1299 responsive_min1200px(1200pxから1399pxまで適応される):xl



/* ============================================================================================================================================= */
@media (min-width: 1200px) {
  /* ====== #headerPc  1200-1399 ======= */

  #headerPc {
    display: block;
  }

  #headerSp {
    display: none;
  }
  /* ======= #hero 1200-1399 ======== */
  /* red bar */
  .leftBar {
    display: block;
    position: absolute;
    top: -110px;
    left: -565px;
    z-index: 310;
  }

  /* video */
  .mainText {
    top: -170px;
    left: 30px;
  }

  /* ======= #class 1200-1399   ======== */

  /* dekoboko bg */
  .dekobokoGr01 {
    top: -340px;
    right: -50px;

    z-index: -1;
  }

  .dekobokoRd {
    top: 150px;
    left: 400px;
    /* top: -800px;
    right: -820px; */
    z-index: -1;
  }

  .dekobokoBlue {
    top: 900px;
    left: 630px;
    z-index: -1;
  }

  .dekobokoGr02 {
    top: 1400px;
    left: 50px;
    transform: rotate(80deg);
    z-index: -1;
  }

  .dekobokoRd02 {
    display: block;
    top: 1800px;
    left: 630px;
    transform: rotate(30deg);
    z-index: -1;
  }

  /* ===== #lesson 1200-1399 ===== */

  .cursor {
    top: 40px;
    left: 750px;
  }

  /* ======= #flow 1200-1399 ======== */
  /* 背景調整 */
  .flowBgInner {
    top: -80px;
    left: 80px;
  }

  .flowBgInnerPic {
    width: 85%;
  }

  /* =============================================================== SubPages ==================================================================== */

  /* ======= 1,#article  XL ============= */

  .underLayerArticle,
  .classSubunderLayerArticle,
  .underLayerlessonTableSub {
    margin-top: 10px;

    height: 480px;
  }
}

/* ============================================================================================================================================= 


                                      
                                                   5 responsive_min1400px(1400pxから1800pxまで適応される):xxl



============================================================================================================================================= */
@media (min-width: 1400px) {
  /* ======= #class 1400-1800   ======== */

  /* dekoboko bg */
  .dekobokoGr01 {
    top: -340px;
    right: -50px;

    z-index: -1;
  }

  .dekobokoRd {
    top: 150px;
    left: 700px;
    /* top: -800px;
    right: -820px; */
    z-index: -1;
  }

  .dekobokoBlue {
    top: 900px;
    left: 230px;
    z-index: -1;
  }

  .dekobokoGr02 {
    top: 1600px;
    left: 50px;
    transform: rotate(80deg);
    z-index: -1;
  }

  .dekobokoRd02 {
    top: 2200px;
    left: 730px;
    transform: rotate(30deg);
    z-index: -1;
  }

  /* ======= #flow 1400-1800  ======== */
  /* 背景調整 */
  .flowBgInner {
    top: -105px;
    left: 200px;
  }

  .flowBgInnerPic {
    width: 80%;
  }

  /* ======= #hero 1400-1800 ======== */
  /* red bar */
  .leftBar {
    display: block;
    position: absolute;
    top: -110px;
    left: -660px;
    z-index: 310;
  }

  /* ===== #lesson 1400-1800 ===== */

  .cursor {
    top: 40px;
    left: 750px;
  }

  .tab_item {
    width: 30vw;
  }

  .underLayerArticle,
  .classSubunderLayerArticle,
  .underLayerlessonTableSub {
    margin-top: 10px;

    height: 520px;
  }
}

/* ============================================================================================================================================= 


                                      
                                                   6 responsive_min1400px(1600pxから1800pxまで適応される):



============================================================================================================================================= */
@media (min-width: 1600px) {
  /* ======= #news ========= */

  /* illust */

  .illustCamera {
    display: none;
  }

  .underLayerArticle,
  .classSubunderLayerArticle,
  .underLayerlessonTableSub {
    margin-top: 10px;

    height: 580px;
  }
}

/* ============================================================================================================================================= 


                                      
                                                   7 responsive_min1800px(1800pxから無限まで適応される):



============================================================================================================================================= */
@media (min-width: 1800px) {
  /* ====== #lesson ======= */
  .tab_item {
    width: 20vw;
  }

  .cursor {
    display: none;
  }

  .underLayerArticle,
  .classSubunderLayerArticle,
  .underLayerlessonTableSub {
    margin-top: 10px;
    height: 620px;
  }
}
