@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif;

}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.red {
  color: #C1272D;
}

.gold {
  color: #d7b663;
}
.noto-serif_black{
  font-family: 'Noto Serif JP', serif;
  font-weight:900;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
  font-weight:bold;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2vw;
  }
}
@media (min-width: 800px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.btn {
  width: 100%;
  max-width: 350px;
  max-width: 21.875rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .btn {
    max-width: 43.375rem;
  }
}

.card {
  width: 100%;
  color: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .card {
    max-width: 50rem;
    padding: 1.875rem 3.125rem;
  }
}
.card + .card {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.card--blue {
  background-color: #232f3e;
}

.card--green {
  background-color: #1e4136;
}

.card--red {
  background-color: #571d31;
}

.card--gray {
  background-color: #666666;
}

.card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #232f3e;
  background: -webkit-gradient(linear, left top, right top, from(#e7d3a1), color-stop(50%, #f1e5c8), to(#e7d3a1));
  background: linear-gradient(to right, #e7d3a1 0%, #f1e5c8 50%, #e7d3a1 100%);
  text-align: center;
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: 1.25rem;
  }
}

.card__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card__left {
  width: 50%;
}

.card__right {
  border-left: 1px solid #fff;
  width: 50%;
}

.card__text-top {
  padding-left: 5px;
  padding-left: 0.3125rem;
  height: 54px;
  height: 3.375rem;
}
@media screen and (min-width: 768px) {
  .card__text-top {
    padding-left: 0.625rem;
    height: 2.5rem;
  }
}

.card__text-bottom {
  border-top: 1px solid #fff;
  padding-left: 5px;
  padding-left: 0.3125rem;
  height: 54px;
  height: 3.375rem;
}
@media screen and (min-width: 768px) {
  .card__text-bottom {
    padding-left: 0.625rem;
    height: 2.5rem;
  }
}

.card__list-items {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.card__list-item {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}

.card__list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d7b663;
  position: absolute;
  top: 0.4em;
  left: -0.8em;
}

.sp-block {
  display: inline-block;
}

.card-gold {
  color: #d7b663;
  display: inline-block;
}

.card-big {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .card-big {
    font-size: 1.625rem;
  }
}

.curriculum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.curriculum__number {
  margin-top: 3px;
  margin-top: 0.1875rem;
  width: 25px;
  min-width: 25px;
  height: 25px;
  display: grid;
  place-content: center;
  background-color: #754c24;
  color: white;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.curriculum__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6888em;
}

.feature {
  background-color: #f7f0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .feature {
    max-width: 50rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.feature__img {
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  max-height: 18.75rem;
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .feature__img {
    width: 37.5%;
    max-height: none;
    max-height: initial;
    height: auto;
    height: initial;
  }
}

.feature__img img {
  max-height: inherit;
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature__img img {
    height: 100%;
    max-height: none;
    max-height: initial;
  }
}

.feature__contents {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .feature__contents {
    width: 52.5%;
    margin-right: 1.6875rem;
    padding: 0;
  }
}

.feature__title {
  color: #754c24;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  font-family: "'Noto Serif', serif";
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.feature__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  letter-spacing: 0.07em;
  line-height: 1.66em;
}

.inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 900px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.panel {
  margin: 0 auto;
  max-width: 500px;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .panel {
    width: 100%;
    max-width: 50rem;
  }
}
.panel + .panel {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .panel + .panel {
    margin-top: 1.875rem;
  }
}

.panel__inner {
  background-color: #fff;
  padding: 10px 15px 20px 15px;
  padding: 0.625rem 0.9375rem 1.25rem 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .panel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    max-width: 50rem;
    padding: 0;
    padding-left: 1.875rem;
  }
}

.panel__contents {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .panel__contents {
    width: 100%;
  }
}

.panel__img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .panel__img {
    max-width: 18.75rem;
    width: 100%;
  }
}

.panel__img::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.666%;
}

.panel__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.panel__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .panel__title {
    font-size: 2.0625rem;
  }
}

.panel__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .panel__text {
    font-size: 1.5rem;
  }
}

.point {
  max-width: 800px;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.point__block {
  font-size: 18px;
  font-size: 1.125rem;
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: "'Noto Serif', serif";
  font-weight: 500;
  background-color: #d7b663;
  display: inline-grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .point__block {
    font-size: 1.875rem;
    width: 50px;
    height: 50px;
    margin-right: 1.25rem;
  }
}

.point__title {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  color: #754c24;
}
@media screen and (min-width: 768px) {
  .point__title {
    font-size: 1.875rem;
    margin-right: 0.3125rem;
  }
}

.point__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}


@media screen and (min-width: 768px) {
  .point__text {
    margin-left: auto;
    font-size: 1.25rem;
    margin-top: 0;
    padding-left: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .point::after {
    height: 1em;
    width: auto;
    content: "";
    background-color: #fff;
    background-image: radial-gradient(#d7b663 30%, transparent 30%);
    background-size: 20px 20px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  
  .point__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.786em;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 1.125rem;
  }
}

.voice {
  display: block;
}
@media screen and (min-width: 600px) {
  .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.voice__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .voice__person {
    display: block;
    width: 25%;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.voice__img {
  width: 30%;
  max-width: 200px;
  max-width: 12.5rem;
  margin-left: auto;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .voice__img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

.voice__img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .voice__img img {
    max-width: 100%;
    margin-left: 0;
    margin-left: initial;
    margin: 0 auto;
  }
}

.voice__info {
  width: 60%;
}
@media screen and (min-width: 600px) {
  .voice__info {
    margin-top: 1.75rem;
    width: 100%;
  }
}

.voice__contents {
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .voice__contents {
    margin-left: 2.5rem;
    width: 70%;
    max-width: 100%;
  }
}

.voice__text + .voice__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.cta__inner {
  padding: 30px 15px;
  padding: 1.875rem 15px;
  background-image: url("../images/common/cta_bg.jpg");
  background-position: center;
  background-size: cover;
}
.subject{
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    padding-top: 10.9375rem;
    padding-bottom: 6.25rem;
    margin-top: -7.6875rem;
    /*z-index: -1;*/
    position: relative;
  }
}

.cta__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Noto Serif JP', serif;
  font-weight:900;
  color: #C1272D;
  line-height: 1.66666em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 1.875rem;font-family: 'Noto Serif JP', serif;
    font-weight:900;
  }
}

.cta__btn-wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
  text-align: center;
}

.top-curriculums {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.curriculums__inner {
  padding: 0 15px;
}

.curriculums__wrap {
  background-color: #f7f0e0;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.curriculums__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #754c24;
  color: #fff;
  display: inline-block;
  padding: 8.5px 52px;
  padding: 0.53125rem 3.25rem;
}

.curriculums__items {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 0;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .curriculums__items {
    margin-left: 3.125rem;
  }
}

.curriculums__item {
  width: 100%;
}
.curriculums__item + .curriculums__item {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.curriculums__btn-wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  width: 100%;
}

.top-features {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.features__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #754c24;
  padding: 13px 0;
  padding: 0.8125rem 0;
}
.feature__title{
  font-family: 'Noto Serif JP', serif;
  font-weight:bold;
}

@media screen and (min-width: 768px) {
  .features__title {
    font-size: 1.875rem;
  }
}

.features__inner {
  padding: 0 15px;
}

.features__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.features__item {
  margin: 0 auto;
}
.features__item + .features__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.footer {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #909090;
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 0.8125rem;
  }
}

.header__img {
  width: 100%;
  height: auto;
}

.header__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-intro {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.intro__inner {
  padding: 0 15px;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}

.top-points {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.points__title {
  background-color: #ebdab1;
  color: #754c24;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.3888888em;
  padding: 12px 54px;
  padding: 0.75rem 3.375rem;
}
@media screen and (min-width: 768px) {
  .points__title {
    font-size: 1.875rem;
  }
}

.points__title span {
  font-family: 'Noto Serif JP', serif;
}

.points__inner {
  padding: 0 15px;
}

.points__items {
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.point__block,
.point__title {
  font-family: 'Noto Serif JP', serif;
}
.point__text{
  font-weight:900;
  width: 51%;/*ここを追加*/
  padding: 0 0 0 15px;/*ここを追加*/
}
@media screen and (max-width: 767px) {
  .point__text {
      font-weight: 900;
      width: 100%;/*全幅に戻す*/
  }
  }

@media screen and (min-width: 768px) {
  .points__items {
    max-width: 62.5rem;
  }
}

.points__item {
  border-bottom: 3px dotted #d7b663;
  padding: 5px 0;
  padding: 0.3125rem 0;
}
.points__item + .points__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .points__item {
    margin: 0 auto;
    border-bottom: 0;
    border-bottom: initial;
  }
}

.top-price {
  margin-top: 80px;
  margin-top: 5rem;
  background-image: url("../images/common/price_bg.jpg");
  background-position: center;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.price__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Noto Serif JP', serif;
  background-color: #777e87;
  padding: 8px 0;
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .price__title {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .price__header-text {
    font-size: 1.25rem;

  }
}
.price__header-texts {
  margin: 0 10px;
  margin: 0 0.625rem;
  margin-top: 40px;
  margin-top: 1.5rem;
}

.price__header-text {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
  padding:10px ;

}
@media screen and (min-width: 768px) {
  .price__header-text {
    font-size: 1.25rem;
  }
}

.price__cards {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin:10px 20px;
}

.price__card {
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
}

.top-program {
  margin-top: 70px;
  margin-top: 4.375rem;
  width: 100%;
  background-image: url("../images/common/program_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .top-program {
    background-image: url("../images/common/program_bg-pc.jpg");
    padding-bottom: 0.0625rem;
  }
}

.program__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  background-color: #232f3e;
  color: #fff;
  padding: 18px 0;
  padding: 1.125rem 0;
}
@media screen and (min-width: 768px) {
  .program__title {
    font-size: 1.875rem;
  }
}

.program__inner {
  padding: 30px 15px;
  padding: 1.875rem 15px;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .program__inner {
    max-width: 50rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding: 1.875rem 1.875rem;
  }
}

.program__inner::before {
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .program__contents-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media screen and (min-width: 768px) {
  .program__contents-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .program__figure-wrap {
    width: 35%;
    margin-left: 1.875rem;
  }
}

.program__img {
  margin: 0 auto;
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
  position: relative;
  padding-top: 66.666%;
}

.program__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%, 50%;
     object-position: 50%, 50%;
}

.program__img--2,
.program__img--3 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .program__img--3 {
    margin-top: 0;
    width: 37%;
    -o-object-position: center;
       object-position: center;
  }
}

.program__texts {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .program__texts {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .program__texts--top {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .program__texts--bottom {
    width: 62%;
    margin-left: 1.875rem;
  }
}

.program__personal-info {
  margin-top: 40px;
  margin-top: 2.5rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 768px) {
  .program__personal-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0.9375rem 0;
  }
}

.info-item__category {
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d78;
}
@media screen and (min-width: 768px) {
  .info-item__category {
    font-size: 1rem;
  }
}

.info-item__company {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .info-item__company {
    display: block;
    font-size: 1.125rem;
  }
}

.info-item__name {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .info-item__name {
    display: block;
    font-size: 2.0625rem;
    letter-spacing: 0.09em;
  }
}

.stages {
  background-image: url("../images/common/stages_bg.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
  z-index: -1;
}

.stages::before {
  background-color: rgba(215, 182, 99, .6);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.stages__inner {
  padding: 0 15px;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.stages__title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  padding: 18px 0;
  padding: 1.125rem 0;
  background-color: #232f3e;
}
@media screen and (min-width: 768px) {
  .stages__title {
    background-color: inherit;
    max-width: 50rem;
    text-align: left;
    margin: 0 auto;
    position: relative;
    font-size: 1.875rem;
  }
}

.stages__title-wrap {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .stages__title-wrap {
    background: -webkit-gradient(linear, left top, right top, color-stop(68%, #232f3e), color-stop(68%, transparent));
    background: linear-gradient(left, #232f3e 68%, transparent 68%);
  }
}

.stages__panels {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

.subject__inner {
  padding: 0 15px;
}

.subject__wrap {
  background-color: #232f3e;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
}

.subject__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.8em;
  background-color: #fff;
  display: inline-block;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 9px 38px;
  padding: 0.5625rem 2.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .subject__title {
    font-size: 1.375rem;
  }
}

.subject__items {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .subject__items {
    padding-left: 3.125rem;
  }
}

.subject__item {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.785em;
  position: relative;
}
.subject__item + .subject__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .subject__item {
    font-size: 1.25rem;
  }
}

.subject__item::before {
  content: "";
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: -10px;
  left: -0.625rem;
}

.top-voices {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.voices__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  background-color: #777e87;
  color:#fff;
  padding:10px 0;
}
@media screen and (min-width: 768px) {
  .voices__title {
    font-size: 1.875rem;
  }
}

.voices__inner {
  padding: 0 15px;
}

.voices__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.voices__item {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 2px solid #777e87;
}
.voices__item + .voices__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .voices__item + .voices__item {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .voices__item {
    max-width: 50rem;
  }
}

.voices__item:last-of-type {
  border-bottom: unset;
}
.card__title{
font-weight:bold;
}
.card__title__diamond{
  color:#232f3e;
}
.card__title__emerald{
  color:#1e4136;
}
.card__title__ruby{
  color:#571d31;
}
.card__title__pearl{
  color:#666666;
}

.footer{
  font-weight:normal;
}


