@charset "UTF-8";
/*共通パーツの修正*/
.nav-wrapper {
  width: 100%;
  height: 120px;
  transition: all 1s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: none;
}
.nav-wrapper .hd_logo {
  max-width: 240px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .nav-wrapper .hd_logo {
    margin-left: 6%;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .nav-wrapper {
    height: 60px;
  }
  .nav-wrapper .hamburger {
    top: 20px;
  }
  .nav-wrapper .hd_cart {
    top: 18px;
  }
  .nav-wrapper .hd_mypage {
    top: 17px;
  }
}

.vertical_p {
  transform: rotate(0deg);
}
@media screen and (max-width: 1280px) {
  .vertical_p {
    width: 1.5vw;
  }
  .vertical_p img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .vertical_p {
    width: 2.7vw;
  }
}

@media screen and (max-width: 1280px) {
  .vertical_p_tb {
    width: 1.5vw;
  }
  .vertical_p_tb img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .vertical_p_tb {
    width: 2.7vw;
  }
}

.fixed {
  background: #fff;
}

#course {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #course {
    padding-top: 60px;
  }
}

.more {
  font-size: clamp(12px, 1.2vw, 17px);
}

body {
  overflow: visible;
  height: auto;
  color: #141414;
}

.first-active {
  overflow: visible;
  height: auto;
}
.first-active #js-loader {
  display: block;
}

[data-loading=true] {
  overflow: visible;
  height: auto;
}

p {
  margin: 0;
}

/*共通パーツの修正*/
/*コースページ内の共通パーツ*/
.blue {
  color: #245274;
}

.kome {
  color: #656565;
  font-size: 12px !important;
  margin-top: 32px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .kome {
    font-size: 11px !important;
  }
}

/*コースページ内の共通パーツ*/
#course {
  letter-spacing: 0.15em;
}
#course h2 {
  text-align: center;
  font-size: clamp(22px, 3.2vw, 24px);
  font-weight: 600;
  margin-bottom: 60px;
  font-family: "Inter", sans-serif;
}
#course h2 .p_small {
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 3;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  #course h2 .p_small {
    margin-bottom: 6%;
  }
}
#course h2 .p_big {
  font-size: clamp(32px, 3.2vw, 40px);
  color: #245274;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  #course h2 {
    margin-bottom: 6%;
  }
}
#course h3 {
  font-size: clamp(20px, 3.2vw, 24px);
  font-weight: bold;
  margin-bottom: 36px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #course h3 {
    margin-bottom: 6%;
  }
}
#course h4 {
  color: #465967;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #course h4 {
    margin-bottom: 6%;
  }
}
#course h4 .line {
  width: 48px;
  height: 1px;
  background: #465967;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #course h4 .line {
    width: 16px;
  }
}
#course h5 {
  font-size: clamp(13px, 3.2vw, 17px);
  background: #465967;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #course h5 {
    padding: 10px 0;
  }
}
#course article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #course article {
    padding: 0 3%;
  }
}
#course .co_art1 {
  max-width: none;
}
@media screen and (max-width: 1024px) {
  #course .co_art1 {
    padding: 0;
  }
}
#course .co_art1 .co_art1_bg_pc {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #course .co_art1 .co_art1_bg_pc {
    display: none;
  }
}
#course .co_art1 .co_art1_bg_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #course .co_art1 .co_art1_bg_sp {
    display: block;
  }
}
#course .co_art1 h1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: clamp(28px, 6vw, 42px);
  font-family: "Inter", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
  color: #141414;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  #course .co_art1 h1 {
    top: 30%;
  }
}
#course .co_art1 h1 span {
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 1;
  font-weight: normal;
}
#course .co_art2 {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #course .co_art2 {
    padding-top: 8%;
    padding-bottom: 12%;
  }
}
#course .co_art2 p {
  font-size: 14px;
  line-height: 2;
}
#course .co_art2 section {
  max-width: 1000px;
  background: #f2f4f6;
  padding: 50px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  #course .co_art2 section {
    padding: 12% 4%;
  }
}
#course .co_art2 .co_art2_sec1,
#course .co_art2 .co_art2_sec4,
#course .co_art2 .co_art2_sec5 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #course .co_art2 .co_art2_sec1,
  #course .co_art2 .co_art2_sec4,
  #course .co_art2 .co_art2_sec5 {
    display: block;
  }
}
#course .co_art2 .co_art2_sec1 .con_l,
#course .co_art2 .co_art2_sec4 .con_l,
#course .co_art2 .co_art2_sec5 .con_l {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  #course .co_art2 .co_art2_sec1 .con_l,
  #course .co_art2 .co_art2_sec4 .con_l,
  #course .co_art2 .co_art2_sec5 .con_l {
    width: 100%;
  }
}
#course .co_art2 .co_art2_sec1 .con_r,
#course .co_art2 .co_art2_sec4 .con_r,
#course .co_art2 .co_art2_sec5 .con_r {
  width: 100%;
  max-width: 49%;
}
@media screen and (max-width: 1024px) {
  #course .co_art2 .co_art2_sec1 .con_r,
  #course .co_art2 .co_art2_sec4 .con_r,
  #course .co_art2 .co_art2_sec5 .con_r {
    max-width: 100%;
    margin-top: 6%;
  }
}
#course .co_art2 .co_art2_sec1 .con_r img,
#course .co_art2 .co_art2_sec4 .con_r img,
#course .co_art2 .co_art2_sec5 .con_r img {
  width: 100%;
}
#course .co_art2 .co_art2_p {
  text-align: center;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 300;
  margin-bottom: 120px;
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #course .co_art2 .co_art2_p {
    font-size: 12px;
    margin-bottom: 12%;
  }
}
#course .co_art2 .co_art2_sec2 .con_flex {
  display: flex;
  justify-content: space-between;
}
#course .co_art2 .co_art2_sec2 .con_l,
#course .co_art2 .co_art2_sec2 .con_r {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#course .co_art2 .co_art2_sec2 .con_l img,
#course .co_art2 .co_art2_sec2 .con_r img {
  max-width: 100px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  #course .co_art2 .co_art2_sec2 .con_l img,
  #course .co_art2 .co_art2_sec2 .con_r img {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  #course .co_art2 .co_art2_sec2 .con_l,
  #course .co_art2 .co_art2_sec2 .con_r {
    width: 48%;
    display: block;
  }
  #course .co_art2 .co_art2_sec2 .con_l img,
  #course .co_art2 .co_art2_sec2 .con_r img {
    width: 90%;
    padding-right: 20px;
    padding: 5%;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #course .co_art2 .co_art2_sec2 .con_l img,
  #course .co_art2 .co_art2_sec2 .con_r img {
    padding: 6% 0;
  }
}
#course .co_art2 .co_art2_sec2 .con_l .con_l_r p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #course .co_art2 .co_art2_sec2 .con_l .con_l_r p {
    margin-top: 10px;
  }
}
#course .co_art2 .co_art2_sec2 .con_r .con_r_r p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #course .co_art2 .co_art2_sec2 .con_r .con_r_r p {
    margin-top: 10px;
  }
}
#course .co_art3 {
  max-width: none;
  background: #efefef;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  #course .co_art3 {
    padding: 12% 0;
  }
}
#course .co_art3 section {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #course .co_art3 section {
    display: block;
    width: 94%;
    padding: 6% 0;
  }
}
#course .co_art3 section h3 {
  font-size: clamp(14px, 3.2vw, 16px);
  font-weight: bold;
  margin-bottom: 10px;
}
#course .co_art3 section .con_l {
  text-align: center;
  width: 50%;
  border-right: 1px solid #e7e7e7;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #course .co_art3 section .con_l {
    width: 100%;
    border-right: none;
    padding: 0;
  }
}
#course .co_art3 section .con_l a {
  max-width: 250px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #245274;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #course .co_art3 section .con_l a {
    max-width: 80%;
    height: 60px;
    margin-bottom: 6%;
  }
}
#course .co_art3 section .con_l a img {
  margin-right: 8px;
}
#course .co_art3 section .con_r {
  text-align: center;
  width: 50%;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #course .co_art3 section .con_r {
    width: 100%;
    padding: 0;
  }
}
#course .co_art3 section .con_r a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #245274;
}
@media screen and (max-width: 768px) {
  #course .co_art3 section .con_r a {
    max-width: 80%;
    height: 60px;
    border: 1px solid #245274;
    margin: 0 auto;
  }
}
#course .co_art3 section .con_r a img {
  margin-right: 5px;
}
#course .co_art3 section .con_r .kome {
  margin-top: 8px;
}
#course .co_art4 {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #course .co_art4 {
    padding: 0;
  }
}
#course .co_art4 h3 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: clamp(22px, 2vw, 2vw);
  line-height: 1.8;
  padding: 6.4% 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  #course .co_art4 h3 {
    padding: 5% 6%;
  }
}
@media screen and (max-width: 768px) {
  #course .co_art4 h3 {
    /*padding: 12% 3%;*/
    text-align: left;
  }
}
#course .co_art4 .con {
  top: 0;
}
#course .co_art4 .simpleParallax picture,
#course .co_art4 .simpleParallax img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #course .co_art4 section {
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
#course .co_art5 {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  #course .co_art5 {
    padding: 12% 3%;
  }
}
#course .co_art5 section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #course .co_art5 section {
    display: block;
  }
}
#course .co_art5 section .con_l {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #course .co_art5 section .con_l {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 768px) {
  #course .co_art5 section .con_l h3 {
    display: none;
  }
}
#course .co_art5 section .con_l img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #course .co_art5 section .con_l img {
    width: 45%;
  }
}
#course .co_art5 section .con_l .kome {
  text-align: left;
}
#course .co_art5 section .con_r {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #course .co_art5 section .con_r {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #course .co_art5 section .con_r h3 {
    display: none;
  }
}
#course .co_art5 section .con_r img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #course .co_art5 section .con_r img {
    width: 45%;
  }
}
#course .co_art5 section .con_r .kome {
  text-align: left;
}
#course .co_art5 section .con_l_p_flex h3,
#course .co_art5 section .con_r_p_flex h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  #course .co_art5 section .con_l_p_flex,
  #course .co_art5 section .con_r_p_flex {
    width: 48%;
    text-align: left;
  }
  #course .co_art5 section .con_l_p_flex h3,
  #course .co_art5 section .con_r_p_flex h3 {
    display: block;
  }
  #course .co_art5 section .con_l_p_flex .kome,
  #course .co_art5 section .con_r_p_flex .kome {
    margin-top: 0;
  }
}
#course .co_art7 section {
  margin-bottom: 70px;
  display: flex;
}
#course .co_art7 section .con_l {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #course .co_art7 section .con_l {
    width: 100%;
  }
}
#course .co_art7 section .con_l img {
  width: 100%;
}
#course .co_art7 section .con_r {
  width: 45%;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #course .co_art7 section .con_r {
    width: 100%;
    padding: 0;
    margin-top: 6%;
  }
}
#course .co_art7 section .con_r h3 {
  text-align: center;
}
#course .co_art7 section .con_r img {
  margin: 0 auto;
}
#course .co_art7 section .con_r p {
  text-align: left;
}
#course .co_art7 .co_art7_sec1 {
  display: flex;
}
@media screen and (max-width: 768px) {
  #course .co_art7 .co_art7_sec1 {
    display: block;
  }
}
#course .co_art7 .co_art7_sec1 .con_r h3 {
  line-height: 1.7;
}
#course .co_art7 .co_art7_sec2 {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #course .co_art7 .co_art7_sec2 {
    display: block;
  }
}
#course .co_art7 .co_art7_sec3 {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #course .co_art7 .co_art7_sec3 {
    display: block;
  }
}
#course .co_art8 {
  margin-top: 120px;
  width: 100%;
  max-width: 100%;
  max-width: auto !important;
}
#course .co_art8 img {
  width: 100%;
}
#course .co_art8 .con {
  top: 0;
}
@media screen and (max-width: 1024px) {
  #course .co_art8 {
    padding: 0;
  }
}
#course .co_art8 h3 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-size: clamp(30px, 3.8vw, 3.8vw);
  line-height: 1.2;
  padding: 5.5% 0;
  font-family: "hiragino-kaku-gothic-pron", "游ゴシック bold", "Yu Gothic bold", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-style: italic;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  #course .co_art8 h3 {
    padding: 4% 0;
  }
}
@media screen and (max-width: 768px) {
  #course .co_art8 h3 {
    padding: 15.2% 0;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.accordion-area li {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .accordion-area li {
    margin-bottom: 12%;
  }
}

.accordion-area section {
  color: #fff;
}

.accordion-area h3 {
  display: -ms-flexbox;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #141414;
  padding-bottom: 30px;
  margin-bottom: 0 !important;
  font-weight: normal !important;
}
@media screen and (max-width: 768px) {
  .accordion-area h3 {
    padding-bottom: 6%;
  }
}

.accordion-area {
  background: #fff;
}

.accordion-area h3 .qa_q {
  width: 33px;
  margin-left: 30px;
  margin-right: 30px;
  height: 24px;
  background: url("../img/lp_xross/lpx_q_close.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-area h3.close {
  color: #fff;
}

.accordion-area h3.close .qa_q {
  background: url("../img/lp_xross/lpx_q.png") no-repeat;
}

.qa_a {
  width: 31px;
  margin-left: 30px;
  margin-right: 30px;
  height: 25px;
}

.qa {
  padding-bottom: 125px;
}

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

.close .qa_open_b {
  transform: rotate(0);
}

.qa_open_b {
  transform: rotate(-90deg);
}

.title {
  position: relative;
}

.qa_open {
  position: absolute;
  width: 24px;
  height: 1px;
  background: #141414;
  left: auto;
  right: 4%;
  top: 27%;
  transition: 0.3s ease-in-out;
}

.ttl_flex {
  display: flex;
  align-items: center;
}

.ttl_flex p:first-child {
  color: #245274;
  font-weight: normal;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  margin-right: 20px;
  line-height: 1;
  overflow: visible;
}

.ttl_flex p:last-child {
  margin-bottom: 0 !important;
  font-size: clamp(14px, 3.2vw, 18px);
  color: #141414;
  font-size: 14px;
}

.ac_box_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ac_box_box {
    margin-top: 6%;
  }
}
.ac_box_box .ttl_flex {
  align-items: flex-start;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ac_box_box .ttl_flex {
    font-size: 14px;
  }
}

.ac_box {
  display: none;
}

.close .ac_box {
  display: block !important;
}

.accordion-area li:first-child .ac_box {
  display: block;
}
.accordion-area li:first-child .close .ac_box {
  display: none !important;
}
.accordion-area li:first-child .qa_open_b {
  transform: rotate(0);
}
.accordion-area li:first-child .close .qa_open_b {
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .title .ttl_flex p:last-child {
    padding-right: 12%;
  }
}
.title .ttl_flex p:last-child {
  font-size: 15px;
}

/*アコーディオン*/
/* -------------------------------------- art8・9 共通 -------------------------------------- */
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 0;
  }
}
.grid li {
  overflow: hidden;
}
.grid li a {
  transition: all 0.6s ease;
  transition-delay: 0.2s;
  display: block;
}
.grid li a .product_img {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.6s ease;
  transition-delay: 0.1s;
  width: 70%;
  top: 40px;
  margin: 0 auto;
}
.grid li a .product_img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .grid li a .product_img {
    position: static;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .grid li a .product_img {
    width: 70%;
  }
}
.grid li a .grid_p_box {
  width: 80%;
  height: 45%;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .grid li a .grid_p_box {
    width: 86%;
    position: static;
  }
}
@media screen and (max-width: 576px) {
  .grid li a .grid_p_box {
    width: 90%;
    position: static;
  }
}
.grid li a .grid_p_box .pro_p1 {
  font-size: 42px;
  font-size: clamp(22px, 3vw, 4vw);
  font-family: "Inter", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .grid li a .grid_p_box .pro_p1 {
    font-size: 4.2vw;
  }
}
.grid li a .grid_p_box .pro_p2 {
  font-size: clamp(12px, 1vw, 2.8vw);
  line-height: 1.8;
  margin: 25px auto;
}
@media screen and (max-width: 768px) {
  .grid li a .grid_p_box .pro_p2 {
    margin: 8% auto;
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 576px) {
  .grid li a .grid_p_box .pro_p2 {
    font-size: 1.7vw;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 414px) {
  .grid li a .grid_p_box .pro_p2 {
    font-size: 10px;
  }
}
.grid li a .grid_p_box .more {
  font-size: clamp(12px, 1.2vw, 3vw);
  position: absolute;
  top: 90%;
  bottom: auto;
  right: 0;
}
@media screen and (max-width: 1280px) {
  .grid li a .grid_p_box {
    height: 45%;
  }
}
.grid li a .line {
  transition: all 0.6s ease;
  transition-delay: 0.1s;
}
.grid li a:before {
  content: "";
  display: block;
  padding-top: 160%;
}
@media screen and (max-width: 1024px) {
  .grid li a:before {
    padding-top: 0;
  }
}
.grid li:nth-child(-n+3) a .grid_p_box {
  height: 45%;
}
.grid li a:before {
  opacity: 0;
  transition: all 1.2s ease;
  transition-delay: 0.3s;
}
.grid li a:hover {
  color: #fff;
}
.grid li a:hover .product_img {
  opacity: 0;
}
.grid li a:hover .line {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .grid li a:hover {
    color: #141414;
  }
  .grid li a:hover .product_img {
    opacity: 1;
  }
  .grid li a:hover .line {
    background: #141414;
  }
}
.grid li a:hover:before {
  transform: scale(1.05);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .grid li a:hover:before {
    transform: scale(1);
  }
}
.grid .grid_p_box .more {
  left: 0;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .grid .grid_p_box .more {
    left: 7% !important;
  }
}
@media screen and (max-width: 1024px) {
  .grid .grid_p_box {
    height: 43.4782608696vw !important;
  }
}
@media screen and (max-width: 414px) {
  .grid .grid_p_box {
    height: 55.5555555556vw !important;
  }
}

/* -------------------------------------- art8・9 共通 -------------------------------------- */
/* -------------------------------------- art8 -------------------------------------- */
.art8 {
  padding: 120px 0;
  max-width: none !important;
}
@media screen and (max-width: 1024px) {
  .art8 {
    margin-top: 12%;
  }
}
@media screen and (max-width: 768px) {
  .art8 {
    padding: 0;
  }
}
.art8 h2 {
  font-size: clamp(20px, 6vw, 28px);
  font-family: "Inter", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 60px;
  text-align: left !important;
}
@media screen and (max-width: 1280px) {
  .art8 h2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .art8 h2 {
    margin-bottom: 16%;
  }
}
.art8 section {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .art8 section {
    margin-bottom: 8%;
  }
}
.art8 section ul li:nth-child(1) a:before {
  background: url("../img/products_mg_img_shampoo_hv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.art8 section ul li:nth-child(2) a:before {
  background: url("../img/course/co_products_mg_img_02_hv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* -------------------------------------- art8 -------------------------------------- */
/* -------------------------------------- art9 -------------------------------------- */
.art9 {
  padding: 160px 0;
  background: #f9f9f9;
  max-width: none !important;
}
@media screen and (max-width: 768px) {
  .art9 {
    padding: 8% 0;
    padding-bottom: 12% !important;
  }
}
.art9 h2 {
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: left !important;
  padding-top: 60px;
}
@media screen and (max-width: 1280px) {
  .art9 h2 {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .art9 h2 {
    margin-bottom: 16%;
  }
}
.art9 section {
  width: 100%;
}
.art9 section ul li:nth-child(1) a:before {
  background: url("../img/products_mr_img_01_hv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.art9 section ul li:nth-child(2) a:before {
  background: url("../img/products_mr_img_02_hv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.art9 section ul li:nth-child(3) a:before {
  background: url("../img/products_mr_img_04_hv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.art9 section ul li:nth-child(4) a:before {
  background: url("../img/products_mr_img_05_hv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.fade_up {
  transform: translateY(150px);
  opacity: 0;
}

.fade_up.isShow {
  animation-name: fade_up;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.2s;
}

.fade_up2.isShow {
  animation-delay: 0.4s;
}

.fade_up3.isShow {
  animation-delay: 0.6s;
}

@keyframes fade_up {
  0% {
    transform: translateY(150px);
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* -------------------------------------- art9 -------------------------------------- */
.charts .small-decimal {
  font-size: 0.7em;
  /* 小数点の数字のフォントサイズを小さくする */
}

.charts .integer {
  /* 整数部分のスタイルを定義する */
}

.chart-main {
  width: 100%;
  margin: auto;
  position: relative;
}

.chart-txt {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5vw;
  line-height: 1;
  transform: translateY(-0.4em) translateX(-1em);
}

.appear .chart-number {
  opacity: 1;
}

.appear .chart-percentage {
  opacity: 1;
  font-weight: normal;
  font-size: clamp(20px, 10vw, 60px);
}

.charts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.charts-wrapper {
  width: 100%;
}

.chart-main {
  position: relative;
}

.chart-txt {
  position: absolute;
  font-family: "din-2014-narrow", sans-serif;
  font-style: normal;
  font-size: clamp(20px, 10vw, 90px);
  color: #435865;
  letter-spacing: -0.01em;
  font-weight: normal;
}

.chart-number {
  font-family: "din-2014-narrow", sans-serif;
  font-style: normal;
  font-size: clamp(20px, 10vw, 90px);
  color: #435865;
  letter-spacing: -0.01em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .chart-number {
    font-size: clamp(17vw, 17vw, 120px);
  }
}

.chart-number .integer {
  font-size: 120px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .chart-number .integer {
    font-size: clamp(18vw, 18vw, 120px);
  }
}

.small-decimal {
  font-size: smaller;
  /* または必要に応じて任意のサイズに調整 */
}

.small-decimal {
  font-size: 12px;
  /* または必要に応じて任意のサイズに調整 */
}

._chart1 .chart-percentage {
  margin-left: 5px;
}

._chart0 .chart-txt {
    transform:translateY(-0.6em) translateX(-1em) scale(.7);
}
@media screen and (max-width: 768px) {
  ._chart0 .chart-txt {
      transform:translateY(-0.8em) translateX(-1.25em) scale(0.7);
  }
}

._chart1 .chart-txt {
  transform:translateY(-0.6em) translateX(-1.4em) scale(0.8);
}
@media screen and (max-width: 768px) {
  ._chart1 .chart-txt {
    transform:translateY(-0.8em) translateX(-1.9em) scale(0.6);
  }
}

@media screen and (max-width: 768px) {
  #chart0,
  #chart1 {
    width: 100% !important;
    height: 100% !important;
  }
  .charts {
    width: 50%;
  }
}/*# sourceMappingURL=course.css.map */