@charset "UTF-8";
section.second_nom .hero {
  height: 300px;
  background: #D4EAFD url(../img/product/head_img.png) no-repeat bottom center;
  background-size: contain;
}

section.head-item {
  margin: 3rem 0 0;
}
section.head-item img {
  margin-bottom: 3rem;
}
section.head-item p {
  font-size: 18px;
  margin-bottom: 2em;
}

.btn_orange_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}

.btn_orange {
  position: relative;
  color: #333;
  background: #F4C653;
  border: 1px solid #F4C653;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 4rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn_orange.red {
  color: white;
  background: #ef948f;
  border: 1px solid #ef948f;
}
@media screen and (max-width: 599px) {
  .btn_orange {
    max-width: calc(100% - 2rem);
    width: auto;
  }
}
.btn_orange span {
  position: absolute;
  left: calc(100% - 10px);
  top: 50%;
  width: 30px;
  height: 30px;
}
.btn_orange:hover {
  color: #333;
  background: white;
  text-decoration: none;
}

/* アカデミー学習動画 */
.movie-search-wrap {
  background: #c9caca;
  padding: 0px !important;
}

.movie-search {
  max-width: calc(1220px + 2rem);
  margin: 20px auto 0px;
  padding: 40px 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 20px;
}
.movie-search .search-exp {
  width: 30%;
}
.movie-search .search-exp > span {
  display: block;
}
@media screen and (max-width: 599px) {
  .movie-search .search-exp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.movie-search .searchbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  position: static !important;
  padding: 0;
}
.movie-search .searchbox input[type=text] {
  padding: 5px 1.5rem;
  border-radius: 5px 0 0 5px;
  min-width: 350px;
}
.movie-search .searchbox button {
  padding: 0 1rem;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
  border-radius: 0 5px 5px 0;
  color: white;
  text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
}
@media screen and (max-width: 599px) {
  .movie-search .searchbox form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.movie-popular-words-wrap {
  padding: 0px !important;
}

.movie-popular-words {
  max-width: calc(1220px + 2rem);
  margin: 20px auto 0px;
  padding: 40px 1rem;
}
.movie-popular-words .popular-words-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 20px;
  max-width: 900px;
  margin: 20px auto 0px;
}
@media screen and (max-width: 599px) {
  .movie-popular-words .popular-words-list {
    padding: 0px 20px;
  }
}
.movie-popular-words .popular-words-list .popular-words-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 15px;
  border: 1px solid #333;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.movie-popular-words .popular-words-list .popular-words-link:hover {
  background: #00B900;
  color: #fff;
  border: 1px solid #00B900;
}
.movie-popular-words h2 {
  font-size: 18px;
}
.movie-popular-words .popular-words-title {
  font-size: 15px;
}

/* メディチャーライト */
.mediturelight-head {
  text-align: center;
}

.text-center-wrap {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 1rem;
  letter-spacing: 0.05rem;
}

.mediturelight-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 3rem;
}

.mediturelight-content .mediture-box .lightlist li {
  text-align: center;
}
.mediturelight-content .mediture-box .lightlist li:last-child {
  text-align: start;
  padding-top: 0px;
}

.mediture-feature-box {
  display: grid;
  grid-template-rows: 1fr;
  gap: 40px;
}
.mediture-feature-box .item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .mediture-feature-box .item {
    grid-template-columns: 2fr 3fr;
    gap: 10px;
  }
}
.mediture-feature-box .item-title {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}

.section-title {
  font-size: 2.4rem;
  margin: 40px 0 20px;
}

.mediturelight-table tr {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .mediturelight-table tr {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
}
.mediturelight-table tr th, .mediturelight-table tr td {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.mediturelight-table tr:last-of-type th, .mediturelight-table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .mediturelight-table tr:last-of-type th, .mediturelight-table tr:last-of-type td {
    border-bottom: none;
  }
}

dl.medical-example {
  display: grid;
  gap: 20px;
}
dl.medical-example .item {
  border: 1px solid #727171;
}
dl.medical-example .item dt {
  padding: 3px 10px;
  color: white;
  background: #727171;
}
dl.medical-example .item dd {
  padding: 10px;
}

.medical-example-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 10px;
}
@media screen and (max-width: 599px) {
  .medical-example-list {
    grid-template-columns: 1fr 1fr;
    font-size: 1.4rem;
  }
}

.mediturelight-buttons {
  margin: 40px 0px 60px;
}
.mediturelight-buttons .comments {
  color: #036eb8;
  text-align: center;
}

.recommended-comments-box {
  display: grid;
  gap: 20px;
}
.recommended-comments-box .item {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .recommended-comments-box .item {
    grid-template-columns: 4fr 3fr;
    gap: 20px;
  }
}
.recommended-comments-box .item .item-title {
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}
.recommended-comments-box .item .item-subtitle {
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
}

.supervision-text a {
  color: blue;
}

.supervision-timeline-box {
  margin: 40px auto 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
@media screen and (max-width: 599px) {
  .supervision-timeline-box {
    grid-template-columns: 1fr;
  }
}
.supervision-timeline-box .img-box {
  text-align: center;
}
.supervision-timeline-box .img-box img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .supervision-timeline-box .img-box img {
    width: calc(100% - 20px);
  }
}
.supervision-timeline-box .list h5 {
  font-size: 22px;
  text-align: center;
  margin: 0px 0px 30px;
}
.supervision-timeline-box .list dl {
  display: grid;
  gap: 1.7rem 0;
}
.supervision-timeline-box .list dl > div {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

/* コーポレートロゴver2Bold */
@font-face {
  font-family: "corporate-logo";
  src: url("/fonts/Corporate-Logo-Bold-ver2.min.woff2") format("woff2"), url("/fonts/Corporate-Logo-Bold-ver2.min.woff") format("woff"), url("/fonts/Corporate-Logo-Bold-ver2.min.otf") format("opentype");
}
.corporate-logo {
  font-family: "corporate-logo" !important;
}

/* 特別ご優待価格 */
.special-price-box {
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
.special-price-box .special-price-message p {
  font-size: clamp(2.8rem, 2.398rem + 1.72vw, 3.9rem) !important;
  color: red;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
}
.special-price-box .special-price-text {
  margin-bottom: 20px;
}
.special-price-box .special-price-text.center {
  text-align: center;
}
.special-price-box .special-price-text.center .text-inner {
  display: inline-block;
  text-align: left;
}
.special-price-box .special-price-text .price {
  font-size: 5rem;
  margin: 0 10px;
}
.special-price-box .special-price-text.no-margin {
  margin-bottom: -10px;
}
.special-price-box .special-price-yellow-box {
  font-size: 2rem;
  padding: clamp(2rem, 1.268rem + 3.12vw, 4rem);
  background: #f4c653;
}
.special-price-box .special-price-yellow-box .special-price-title {
  font-size: 3.3rem;
  text-align: center;
  margin-bottom: 20px;
}
.special-price-box .special-price-yellow-box .text-inner .sp_br {
  display: none;
}
@media screen and (max-width: 499px) {
  .special-price-box .special-price-yellow-box .text-inner .sp_br {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .special-price-box .special-price-yellow-box .text-inner {
    font-size: 17px;
  }
}
@media screen and (max-width: 499px) {
  .special-price-box .special-price-yellow-box .text-inner .price {
    margin: 0;
  }
}
.special-price-box .special-price-table {
  counter-reset: item-counter;
  margin-bottom: 20px;
  background: white;
  border: 1px solid #333;
}
.special-price-box .special-price-table .item {
  display: grid;
  grid-template-columns: 1fr 80px;
}
.special-price-box .special-price-table .item:nth-of-type(n+2) {
  border-top: 1px solid #333;
}
.special-price-box .special-price-table .item .item-title {
  border-right: 1px solid #333;
  padding: 10px 10px 10px 36px; /* 丸数字(before)分右にずらす */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.special-price-box .special-price-table .item .item-title:before {
  content: counter(item-counter);
  counter-increment: item-counter;
  border: 1px solid #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.special-price-box .special-price-table .item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  padding: 10px;
}
.special-price-box .special-price-main {
  position: relative;
}
.special-price-box .special-price-main .special-price-img {
  width: 100%;
  height: 100%;
}
.special-price-box .special-price-main .special-price-price {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .special-price-box .special-price-main .special-price-price {
    top: calc(50% + 15px);
  }
}
@media screen and (max-width: 599px) {
  .special-price-box .special-price-main .special-price-price {
    top: calc(50% + 10px);
  }
}
.special-price-box .special-price-main .special-price-price .price {
  /* font-size: 18rem; */
  font-size: min(13vw, 18rem);
  margin: 0;
  padding: 0;
  color: #c30d23;
  -webkit-text-stroke: 3px white;
  stroke-linejoin: round;
}
@media screen and (max-width: 599px) {
  .special-price-box .special-price-main .special-price-price .price {
    -webkit-text-stroke: 2px white;
  }
}
.special-price-box .special-price-main .special-price-price .small {
  /* font-size: 3rem; */
  font-size: min(3vw, 3rem);
}

/* アイテム卸価格 */
.page--home .responsiveswiper .swiper-button-next, .page--home .responsiveswiper .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 850px) {
  .page--home .responsiveswiper .swiper-button-next, .page--home .responsiveswiper .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page--home .responsiveswiper .swiper-button-next:after, .page--home .responsiveswiper .swiper-button-prev:after {
  color: #007aff;
}
.page--home .responsiveswiper .swiper-button-next:hover, .page--home .responsiveswiper .swiper-button-prev:hover {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #007aff;
  border-radius: 50%;
  opacity: 1;
}

/* スマホヘッダー調整 */
.page--home header .query-nav ul li span.nav-text {
  color: #3e3a39;
}
@media screen and (max-width: 991px) {
  .page--home header .query-nav ul li span.nav-text {
    width: 100%;
    height: 2.6rem; /* 1文字分の高さ */
    position: relative;
    color: rgba(0, 0, 0, 0);
    pointer-events: none;
  }
  .page--home header .query-nav ul li span.nav-text:after {
    content: attr(data-sptext);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #3e3a39;
    white-space: nowrap;
    pointer-events: auto;
  }
}
@media screen and (max-width: 770px) {
  .page--home header .query-nav ul li span.nav-text {
    height: 1.4rem;
  }
}

nav.nav-pc ul li.has-child div ul li a {
  height: auto;
}

nav.nav-pc ul li.has-child div ul li a:hover {
  color: #00B900 !important;
}

#g-nav.panelactive ul {
  margin: 0 0 3rem;
}

.page--home header .inner-wrap nav ul.g-nav-list li ul li a {
  color: #FFF !important;
  font-weight: 600 !important;
}

/* ハンバーガーボタンを邪魔しないように移動 */
@media screen and (min-width: 1120px) {
  .openbtn1 {
    -webkit-transition: -webkit-transform 0.3s 0.3s ease-out;
    transition: -webkit-transform 0.3s 0.3s ease-out;
    transition: transform 0.3s 0.3s ease-out;
    transition: transform 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
  }
  .openbtn1.is-show.active {
    -webkit-transform: translate(30px, -10px);
            transform: translate(30px, -10px);
  }
}
/*====================================================*/
/*ZOOM SEMINAR 【オンラインセミナー】*/
body.page-id-2895 .second_nom .hero.noimghero {
  background: unset !important;
}
body.page-id-2895 .second_nom .hero.noimghero h3 {
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  body.page-id-2895 .second_nom .hero.noimghero h3 {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) {
  body.page-id-2895 .second_nom .hero.noimghero h3 .pc_br {
    display: none;
  }
}
body.page-id-2895 section.attend-flow .content--box h3 {
  word-break: keep-all;
  line-height: 1.5;
}
@media screen and (max-width: 596px) {
  body.page-id-2895 section.attend-flow .content--box h3 {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 550px) {
  body.page-id-2895 section.attend-flow .content--box h3 {
    margin-top: 11.5rem;
  }
}
@media screen and (max-width: 421px) {
  body.page-id-2895 section.attend-flow .content--box h3 {
    margin-top: 14.5rem;
  }
}
@media screen and (max-width: 407px) {
  body.page-id-2895 section.attend-flow .content--box h3 {
    margin-top: 15.5rem;
  }
}
@media screen and (max-width: 399px) {
  body.page-id-2895 section.attend-flow .content--box h3 {
    margin-top: 19.5rem;
  }
}
body.page-id-2895 section.attend-flow .content--box dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2rem;
}
body.page-id-2895 section.attend-flow .content--box dl div dt {
  padding-right: 2rem;
}
body.page-id-2895 section.attend-flow .content--box dl div dd {
  word-break: keep-all;
}
body.page-id-2895 section.attend-flow .content--box dl div dd a.sky-blue {
  color: #2ea7e0;
  padding-left: 1rem;
}/*# sourceMappingURL=new_2.css.map */