@charset "UTF-8";
/* Extra-light 200、Light 300、Regular 400、Medium 500、Semi-bold 600、Bold 700 */
/* Thin 100、Light 300、Regular 400、Medium 500 */
/* Regular 400、Regular 400 italic、Medium 500、Medium 500 italic */
.subpage header #seo {
  min-height: 440px;
  height: auto;
}

.subpage .title {
  width: calc(100% - 90px);
  margin-left: 90px;
  height: 440px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: relative;
}

.subpage .title .title_text {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.subpage .title .title_text small {
  font-family: "Vollkorn", serif;
  color: #b27f37;
}

.subpage .title .title_text em {
  font-size: 3.6rem;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}

@media screen and (max-width: 740px) {
  .subpage header #seo {
    min-height: auto;
    height: auto;
  }
  .subpage .title {
    width: 100%;
    margin-left: 0px;
    height: 33vw;
  }
  .subpage .title .title_text {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  .subpage .title .title_text small {
    font-size: 1rem;
  }
  .subpage .title .title_text em {
    font-size: 2.1rem;
  }
}

.subpage .Breadcrumb {
  font-size: 1.1rem;
  text-align: right;
  padding: 20px 20px 0;
}

.subpage .Breadcrumb > span + span:before {
  content: "/";
  margin: 0 5px;
}

.subpage .Breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 740px) {
  .subpage .Breadcrumb {
    font-size: 1rem;
    text-align: right;
    padding: 5px 5px 0;
  }
  .subpage .Breadcrumb > span + span:before {
    content: "/";
    margin: 0 2px;
  }
}

.subpage section {
  text-align: left;
}

.subpage section .sect_title {
  margin: 90px 0;
  padding-left: 90px;
  position: relative;
}

.subpage section .sect_title:before {
  content: "";
  width: 70px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 22px;
}

.subpage section .sect_title em {
  display: block;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}

.subpage section .sect_title small {
  font-family: "Vollkorn", serif;
  color: #b27f37;
}

.subpage section .inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 90px;
  box-sizing: border-box;
  margin: 0 auto;
}

.subpage section .inner > .belt {
  margin-top: 80px;
}

.subpage section .inner .inner_text {
  margin-bottom: 50px;
}

.subpage section .belt {
  padding: 16px 16px 16px 40px;
  background: url(../img/bg_black.png) repeat 0 0;
  background-size: 340px 340px;
  font-size: 2.5rem;
  line-height: 1.35;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
  width: auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.subpage section .belt small {
  display: inline-block;
  padding-left: 2em;
  font-size: 1.2rem;
  font-family: "Vollkorn", serif;
  color: #ce9d25;
}

.subpage section .belt:before {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg_gold.jpg) repeat center center;
  background-size: 1400px auto;
  background-size: cover;
}

.subpage section a[target="_blank"]:not(.btn) {
  margin-right: 5px;
}

.subpage section a[target="_blank"]:not(.btn):after {
  content: "\e90c";
  font-family: "icomoon";
  font-size: 1rem;
  margin-left: 3px;
}

@media screen and (max-width: 740px) {
  .subpage section {
    text-align: left;
  }
  .subpage section .sect_title {
    margin: 40px 0;
    padding-left: 20px;
    position: relative;
  }
  .subpage section .sect_title:before {
    width: 16px;
    height: 1px;
    left: 0;
    top: 15px;
  }
  .subpage section .sect_title em {
    font-size: 2rem;
  }
  .subpage section .sect_title small {
    font-size: 1rem;
    font-family: "Vollkorn", serif;
    color: #b27f37;
  }
  .subpage section .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .subpage section .inner > .belt {
    margin-top: 40px;
  }
  .subpage section .inner .inner_text {
    margin-bottom: 25px;
  }
  .subpage section .belt {
    padding: 8px 8px 8px 14px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    display: block;
  }
  .subpage section .belt small {
    display: block;
    vertical-align: middle;
    line-height: 1;
    padding-left: 0em;
    font-size: 1rem;
    padding-top: 5px;
  }
  .subpage section .belt:before {
    width: 8px;
  }
}

.subpage h3.line {
  font-size: 2.6rem;
  font-weight: 500;
  width: 100%;
  padding-bottom: 15px;
  line-height: 1.35;
  margin: 0 auto 50px;
  position: relative;
}

.subpage h3.line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #000;
}

.subpage h3.line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 2px;
  background: url(../img/bg_gold.jpg) repeat center center;
  background-size: 1400px auto;
  background-size: cover;
}

.subpage h3.line + p {
  margin: 0 auto 40px;
}

@media screen and (max-width: 740px) {
  .subpage h3.line {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin: 0 auto 20px;
  }
  .subpage h3.line::after {
    width: 50px;
  }
  .subpage h3.line + p {
    width: 100%;
    margin: 0 0px 20px;
  }
  .subpage h3.line + p br {
    display: none;
  }
}

.subpage .textbox01 {
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.subpage .textbox01 figure {
  flex-shrink: 0;
  overflow: hidden;
}

.subpage .textbox01 figure img {
  border-radius: 0px;
}

.subpage .textbox01 .text {
  padding-left: 50px;
  box-sizing: border-box;
}

.subpage .textbox01 .text h3 {
  font-size: 2.4rem;
}

.subpage .textbox01 .text h3 + p {
  padding-top: 20px;
}

.subpage .textbox01.reverse figure {
  order: 1;
}

.subpage .textbox01.reverse .text {
  order: 0;
  padding-left: 0;
  padding-right: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 740px) {
  .subpage .textbox01 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .subpage .textbox01 figure {
    flex-shrink: 0;
    width: 100%;
  }
  .subpage .textbox01 figure img {
    width: 100%;
  }
  .subpage .textbox01 .text {
    width: 100%;
    padding: 15px 0 0 !important;
    box-sizing: border-box;
    text-align: center;
  }
  .subpage .textbox01 .text h3 {
    padding: 0;
    text-align: left;
    font-size: 1.8rem;
  }
  .subpage .textbox01 .text p {
    padding: 10px 0 0px;
    text-align: left;
  }
  .subpage .textbox01 .text h3 + p {
    padding-top: 10px;
  }
  .subpage .textbox01 .text .btn {
    margin-top: 10px;
    margin: 10px auto 0;
  }
  .subpage .textbox01.reverse figure {
    order: 0;
  }
  .subpage .textbox01.reverse .text {
    order: 1;
    padding-left: 0;
    padding-right: 0px;
    box-sizing: border-box;
  }
}

.subpage .gray_box {
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  margin: 0 auto 80px;
  background: #fbf9f5;
  border-radius: 0px;
}

.subpage .gray_box .gray_box_inner {
  width: 100%;
  margin: 0 auto;
}

.subpage .gray_box .gray_box_inner h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #c1a469;
}

.subpage .gray_box .gray_box_inner > h3 + p {
  padding: 20px 0;
}

.subpage .gray_box * + ul {
  margin-top: 10px;
}

.subpage .gray_box ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
}

.subpage .gray_box ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c1a469;
  margin-right: 10px;
  position: relative;
  top: 13px;
  flex-shrink: 0;
}

.subpage .gray_box ul li:last-child {
  margin-bottom: 0;
}

.subpage .gray_box ul.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.subpage .gray_box ul.flex li {
  width: 50%;
}

@media screen and (max-width: 740px) {
  .subpage .gray_box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .subpage .gray_box .gray_box_inner {
    width: 100%;
  }
  .subpage .gray_box .gray_box_inner h3 {
    font-size: 1.8rem;
  }
  .subpage .gray_box .gray_box_inner h3 + p {
    padding: 10px 0 10px;
  }
  .subpage .gray_box .gray_box_inner h4 {
    margin-top: 1em;
    font-size: 1.5rem;
  }
  .subpage .gray_box ul li:before {
    width: 6px;
    height: 6px;
  }
}

.subpage .wide_box {
  margin: 0 auto 80px;
  text-align: center;
}

.subpage .wide_box .concept_ttl {
  text-align: left;
  padding-bottom: 30px;
}

.subpage .wide_box .concept_ttl small {
  display: block;
  color: #c1a469;
}

.subpage .wide_box .concept_ttl em {
  display: block;
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.35;
}

.subpage .wide_box .text {
  padding-top: 20px;
  text-align: left;
}

.subpage .wide_box .text h3 {
  font-size: 2.4rem;
}

.subpage .wide_box .text h3 + p {
  padding-top: 20px;
}

@media screen and (max-width: 740px) {
  .subpage .wide_box {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .subpage .wide_box .concept_ttl {
    text-align: left;
    padding-bottom: 10px;
  }
  .subpage .wide_box .concept_ttl small {
    font-size: 1rem;
  }
  .subpage .wide_box .concept_ttl em {
    font-size: 1.8rem;
  }
  .subpage .wide_box figure {
    margin-left: -15px;
    width: calc(100% + 30px);
    position: relative;
    border-radius: 0;
  }
  .subpage .wide_box figure img {
    width: 100%;
  }
  .subpage .wide_box .text {
    padding: 15px 0;
  }
  .subpage .wide_box .text h3 {
    padding: 0;
    font-size: 1.8rem;
  }
  .subpage .wide_box .text p {
    padding: 10px 0 0 !important;
    text-align: left;
  }
}

.subpage .textbox02 {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subpage .textbox02 > p {
  width: 100%;
  margin-bottom: 50px;
}

.subpage .textbox02 .item {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}

.subpage .textbox02 .item figure {
  width: auto;
  overflow: hidden;
}

.subpage .textbox02 .item figure a {
  display: block;
}

.subpage .textbox02 .item figure a img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

.subpage .textbox02 .item figure a:hover img {
  transform: scale(1.1);
  filter: brightness(110%);
}

.subpage .textbox02 .item .text {
  text-align: left;
}

.subpage .textbox02 .item .text h3 {
  padding: 20px 0 10px;
  font-size: 2.3rem;
}

.subpage .textbox02 .item .text h3 small {
  font-size: 0.6em;
}

.subpage .textbox02 .item .text h3 + p {
  padding-top: 0;
}

.subpage .textbox02 .item .text p {
  padding-top: 10px;
}

.subpage .textbox02 .item .text p a {
  text-decoration: underline;
}

.subpage .textbox02 .item .text .btn {
  margin: 20px auto;
}

.subpage .textbox02 .item.small {
  width: 313px;
}

.subpage .textbox02 .btnBox {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.subpage .textbox02 .btnBox .btn.wide span {
  width: 400px;
}

@media screen and (max-width: 740px) {
  .subpage .textbox02 {
    max-width: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 20px;
    flex-direction: column;
  }
  .subpage .textbox02 > p {
    margin-bottom: 20px;
  }
  .subpage .textbox02 .item {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
  .subpage .textbox02 .item figure img {
    width: 100%;
  }
  .subpage .textbox02 .item .text {
    padding: 15px 0;
  }
  .subpage .textbox02 .item .text h3 {
    text-align: left;
    padding: 0 0 10px;
    font-size: 1.8rem;
  }
  .subpage .textbox02 .item .text h3 + p {
    padding-top: 0;
  }
  .subpage .textbox02 .item .text p {
    padding-top: 5px;
  }
  .subpage .textbox02 .item .text .btn {
    margin: 10px auto 0;
  }
}

.subpage .textbox03 {
  margin-bottom: 50px;
}

.subpage .textbox03 h3 {
  font-size: 2.3rem;
  padding-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .subpage .textbox03 {
    margin-bottom: 25px;
  }
  .subpage .textbox03 h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}

.subpage .flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.subpage .flow .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
  position: relative;
}

.subpage .flow .item:before {
  content: "";
  width: 5px;
  height: calc(100% - 20px);
  position: absolute;
  left: 27.5px;
  top: 20px;
  background: #000;
}

.subpage .flow .item .num {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  width: 60px;
  height: 60px;
  background: url(../img/bg_black.png) repeat 0 0;
  background-size: 340px 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}

.subpage .flow .item .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: url(../img/bg_gold.jpg) repeat center center;
  background-size: 1400px auto;
}

.subpage .flow .item .num span {
  padding-top: 5px;
  display: block;
  text-align: center;
}

.subpage .flow .item .num span small {
  display: block;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: 'Century',serif;
  color: #c1a469;
  font-weight: 300;
}

.subpage .flow .item .num span em {
  display: block;
  line-height: 1;
  font-size: 2.4rem;
  font-family: 'Century',serif;
  color: #c1a469;
}

.subpage .flow .item .text {
  padding: 0 50px 0 30px;
  margin-right: auto;
}

.subpage .flow .item .text h3 {
  font-size: 2.4rem;
  min-height: 60px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.25;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.subpage .flow .item .text h3 small {
  font-size: 1.5rem;
}

.subpage .flow .item figure {
  flex-shrink: 0;
}

.subpage .flow .item figure img {
  border-radius: 0px;
}

.subpage .flow .item:last-child:before {
  content: none;
}

@media screen and (max-width: 740px) {
  .subpage .flow {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
  }
  .subpage .flow .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
    position: relative;
  }
  .subpage .flow .item:before {
    height: 100%;
    left: 18px;
    top: 40px;
    width: 4px;
  }
  .subpage .flow .item .num {
    width: 40px;
    height: 40px;
  }
  .subpage .flow .item .num:before {
    height: 3px;
  }
  .subpage .flow .item .num span {
    padding-top: 5px;
  }
  .subpage .flow .item .num span small {
    font-size: 1rem;
    letter-spacing: 0px;
  }
  .subpage .flow .item .num span em {
    font-size: 1.4rem;
  }
  .subpage .flow .item .text {
    width: calc(100% - 50px);
    padding: 0 0 0 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .subpage .flow .item .text h3 {
    font-size: 1.8rem;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .subpage .flow .item .text h3 small {
    font-size: 1.2rem;
  }
  .subpage .flow .item figure {
    padding-left: 60px;
    flex-shrink: inherit;
  }
  .subpage .flow .item figure img {
    width: 100%;
  }
}

.subpage .type01 {
  width: 100%;
  margin: 0 auto 10px;
  border-top: 1px solid #e1e5e7;
  border-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.subpage .type01 tbody tr th {
  padding: 20px;
  width: auto;
  vertical-align: middle;
  border-bottom: #e1e5e7 solid 1px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.subpage .type01 tbody tr td {
  background: #fff;
  padding: 20px;
  font-size: 1.5rem;
  border-bottom: #e1e5e7 solid 1px;
}

.subpage .type01 tbody tr td:last-child {
  text-align: right;
}

.subpage .type01 + .table_text {
  display: block;
  width: 1000px;
  margin: 0 auto 80px;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 740px) {
  .subpage .type01 {
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    display: block;
    border: 0;
  }
  .subpage .type01 tbody {
    display: block;
    width: 100%;
  }
  .subpage .type01 tbody tr {
    display: block;
    width: 100%;
  }
  .subpage .type01 tbody tr th {
    border-top: #e1e5e7 solid 1px;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    padding: 8px;
    box-sizing: border-box;
    text-align: left;
  }
  .subpage .type01 tbody tr td {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 1.2rem;
    box-sizing: border-box;
    text-align: left;
    background: #fff !important;
    border-bottom: 0;
  }
  .subpage .type01 tbody tr td:last-child {
    padding-top: 0;
    text-align: right;
  }
  .subpage .type01 + .table_text {
    display: block;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto 50px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3;
  }
}

.subpage .course_box {
  padding-bottom: 150px;
}

.subpage .course_box:last-child {
  padding-bottom: 0;
}

.subpage .course_box .course {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.subpage .course_box .course .text {
  width: calc(100% - 550px);
  padding-right: 50px;
  box-sizing: border-box;
}

.subpage .course_box .course .text .course_ttl {
  padding-bottom: 30px;
}

.subpage .course_box .course .text .course_ttl em {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.subpage .course_box .course .text .course_ttl small {
  display: block;
  line-height: 1;
  font-family: "Vollkorn", serif;
  font-size: 1.2rem;
  color: #b27f37;
}

.subpage .course_box .course .text .lead_txt, .subpage .course_box .course .text p {
  font-size: 1.6rem;
  padding-bottom: 30px;
}

.subpage .course_box .course .text .lead_txt p {
  padding-bottom: 0;
}

.subpage .course_box .course .text .price_box {
  display: block;
  padding: 0 0 40px;
}

.subpage .course_box .course .text .price_box .regular {
  margin-left: 0;
}

.subpage .course_box .course .text .price_box .limited + .regular {
  margin-top: 20px;
}

.subpage .course_box .course .text .btn {
  background: #fff;
  border: #000000 solid 1px;
  box-sizing: border-box;
  margin-left: 0;
}

.subpage .course_box .course .text .btn span {
  color: #000000;
}

.subpage .course_box .course .text .btn:hover {
  background: #000000;
}

.subpage .course_box .course .text .btn:hover span {
  color: #fff;
}

.subpage .course_box .course figure {
  flex-shrink: 0;
  width: 550px;
  overflow: hidden;
}

.subpage .course_box .course figure a {
  display: block;
}

.subpage .course_box .course figure a img {
  width: 550px;
  height: auto;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

.subpage .course_box .course figure a:hover img {
  transform: scale(1.1);
  filter: brightness(110%);
}

.subpage .course_box .course .btn_box {
  width: 100%;
  background: #fdf8f2;
  margin-top: 50px;
}

.subpage .course_box .course + .course {
  padding-top: 50px;
  margin-top: 50px;
  border-top: #000 solid 1px;
}

@media screen and (max-width: 740px) {
  .subpage .course_box {
    padding-bottom: 65px;
  }
  .subpage .course_box .course {
    flex-direction: column;
  }
  .subpage .course_box .course .text {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .subpage .course_box .course .text .course_ttl {
    padding-bottom: 10px;
  }
  .subpage .course_box .course .text .course_ttl em {
    font-size: 1.8rem;
  }
  .subpage .course_box .course .text .course_ttl small {
    padding-top: 5px;
    font-size: 1rem;
  }
  .subpage .course_box .course .text .lead_txt, .subpage .course_box .course .text p {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .subpage .course_box .course .text .price_box {
    display: block;
    padding: 0 0 20px 0;
  }
  .subpage .course_box .course .text .price_box .regular {
    margin-left: 0px;
  }
  .subpage .course_box .course .text .price_box .limited + .regular {
    margin-top: 15px;
  }
  .subpage .course_box .course .text .btn {
    margin: 0 auto;
  }
  .subpage .course_box .course figure {
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
  }
  .subpage .course_box .course figure a {
    display: block;
  }
  .subpage .course_box .course figure a img {
    width: 100%;
    height: auto;
  }
  .subpage .course_box .course figure a:hover img {
    transform: scale(1.1);
    filter: brightness(110%);
  }
  .subpage .course_box .course .btn_box {
    margin-top: 15px;
  }
  .subpage .course_box .course + .course {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.subpage .line_box {
  margin-top: 100px;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  background: #f4f4f4;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.35;
}

@media screen and (max-width: 740px) {
  .subpage .line_box {
    margin-top: 30px;
    padding: 8px;
    font-size: 1.8rem;
  }
}

.subpage .campaign_list {
  width: 100%;
  box-sizing: border-box;
}

.subpage .campaign_list .item {
  padding: 40px 0;
  border-bottom: #cccccc solid 1px;
}

.subpage .campaign_list .item h3 {
  margin-bottom: 20px;
}

.subpage .campaign_list .item h3 small {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35;
  padding-bottom: 5px;
}

.subpage .campaign_list .item h3 em {
  display: block;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.35;
}

@media screen and (max-width: 740px) {
  .subpage .campaign_list .item {
    padding: 20px 0;
  }
  .subpage .campaign_list .item h3 {
    margin-bottom: 10px;
  }
  .subpage .campaign_list .item h3 small {
    font-size: 1.2rem;
    padding-bottom: 3px;
  }
  .subpage .campaign_list .item h3 em {
    font-size: 1.8rem;
  }
}

.subpage hr.course_line {
  margin: 40px -90px 80px;
  border: 0;
  padding: 0;
  border-top: #000000 solid 1px;
}

@media screen and (max-width: 740px) {
  .subpage hr.course_line {
    margin: 20px -15px 20px;
    border-top: #000000 solid 1px;
  }
}

.subpage .price_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}

.subpage .price_box .limited,
.subpage .price_box .regular {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.subpage .price_box .limited em,
.subpage .price_box .regular em {
  width: 86px;
  height: 25px;
  background: #ad002d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.subpage .price_box .limited .price_line,
.subpage .price_box .regular .price_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.subpage .price_box .limited .price_line .time,
.subpage .price_box .regular .price_line .time {
  font-weight: 600;
  color: #ad002d;
  padding-left: 15px;
}

.subpage .price_box .limited .price_line .fee,
.subpage .price_box .regular .price_line .fee {
  padding-left: 15px;
  font-size: 3.6rem;
  color: #ad002d;
  font-weight: 600;
  position: relative;
  top: -5px;
}

.subpage .price_box .limited .price_line .other,
.subpage .price_box .regular .price_line .other {
  font-weight: 600;
  color: #ad002d;
  padding-left: 0.5em;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  text-align: justify;
}

.subpage .price_box .regular {
  margin-left: 50px;
}

.subpage .price_box .regular em {
  background: #e2e2e2;
  color: #000000;
}

.subpage .price_box .regular .price_line .time {
  font-weight: 500;
  color: #000000;
}

.subpage .price_box .regular .price_line .fee {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
  top: -1px;
}

.subpage .price_box .regular .price_line .other {
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 740px) {
  .subpage .price_box {
    display: block;
    padding-left: 15px;
  }
  .subpage .price_box .limited,
  .subpage .price_box .regular {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .subpage .price_box .limited em,
  .subpage .price_box .regular em {
    width: 66px;
    height: 22px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .subpage .price_box .limited .price_line .time,
  .subpage .price_box .regular .price_line .time {
    padding-left: 10px;
  }
  .subpage .price_box .limited .price_line .fee,
  .subpage .price_box .regular .price_line .fee {
    padding-left: 10px;
    font-size: 2.6rem;
    position: relative;
    top: -2px;
  }
  .subpage .price_box .limited .price_line .other,
  .subpage .price_box .regular .price_line .other {
    padding-left: 0.25em;
    letter-spacing: 0;
  }
  .subpage .price_box .regular {
    margin-left: 0px;
    margin-top: 15px;
  }
  .subpage .price_box .regular .price_line .fee {
    font-size: 2rem;
  }
}

.subpage .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.subpage .btn_box .btn {
  margin: 0;
  max-width: 100%;
}

.subpage .btn_box .btn.gold {
  background: #ce9d25;
}

@media screen and (max-width: 740px) {
  .subpage .btn_box {
    padding: 20px 0;
    display: block;
  }
  .subpage .btn_box .btn {
    margin: 0 auto;
  }
  .subpage .btn_box .btn + .btn {
    margin-top: 15px;
  }
}

.subpage .course_detail .course_detail_ttl {
  font-size: 5.6rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
  font-weight: 500;
  color: #b27f37;
  font-feature-settings: "palt";
  text-align: justify;
}

.subpage .course_detail .course_detail_info {
  margin-bottom: 50px;
}

.subpage .course_detail .course_detail_info figure.detail_image {
  max-width: 70%;
  margin-bottom: 50px;
}

.subpage .course_detail .course_detail_info .Lead {
  font-weight: 500;
  font-size: 1.65rem;
  margin-bottom: 50px;
}

.subpage .course_detail .course_detail_info .price_box {
  margin-bottom: 50px;
}

.subpage .course_detail .course_detail_info .detail_movie {
  margin-bottom: 50px;
}

.subpage .course_detail .course_detail_info h4.catch {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.35;
  padding-bottom: 20px;
}

.subpage .course_detail .course_detail_info .text {
  margin-bottom: 50px;
  line-height: 2;
}

.subpage .course_detail .course_detail_info .btn_box {
  width: 100%;
  background: #fdf8f2;
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  .subpage .course_detail .course_detail_info {
    margin-bottom: 25px;
  }
  .subpage .course_detail .course_detail_info figure.detail_image {
    text-align: center;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .subpage .course_detail .course_detail_info .Lead {
    font-size: 1.55rem;
    margin-bottom: 25px;
  }
  .subpage .course_detail .course_detail_info .price_box {
    margin-bottom: 25px;
    padding-left: 0;
  }
  .subpage .course_detail .course_detail_info .detail_movie {
    margin-bottom: 25px;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
  }
  .subpage .course_detail .course_detail_info .detail_movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
  }
  .subpage .course_detail .course_detail_info h4.catch {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .subpage .course_detail .course_detail_info .text {
    margin-bottom: 25px;
  }
  .subpage .course_detail .course_detail_info .btn_box {
    width: 100%;
    background: #fdf8f2;
    margin-bottom: 25px;
  }
}

.subpage .course_detail .btn_box {
  background: #fdf8f2;
}

.subpage .campaign_detail {
  padding: 50px 0;
}

.subpage .campaign_detail h3 {
  margin-bottom: 20px;
}

.subpage .campaign_detail h3 small {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.35;
  padding-bottom: 5px;
}

.subpage .campaign_detail h3 em {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.35;
}

.subpage .campaign_detail .campaign_detail_inner {
  display: flex;
  justify-content: space-between;
}

.subpage .campaign_detail .campaign_detail_inner .images {
  order: 1;
  width: 430px;
  flex-shrink: 0;
}

.subpage .campaign_detail .campaign_detail_inner .images * + * {
  margin-top: 50px;
}

.subpage .campaign_detail .campaign_detail_inner .images .movieBox {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.subpage .campaign_detail .campaign_detail_inner .images .movieBox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.subpage .campaign_detail .campaign_detail_inner .images + .text {
  width: calc(100% - 430px);
  padding-right: 50px;
}

.subpage .campaign_detail .campaign_detail_inner .images + .text .price_box {
  display: block;
}

.subpage .campaign_detail .campaign_detail_inner .images + .text .price_box .regular {
  margin-top: 20px;
  margin-left: 0;
}

.subpage .campaign_detail .campaign_detail_inner .text {
  order: 0;
  width: 100%;
  box-sizing: border-box;
}

.subpage .campaign_detail .campaign_detail_inner .text p + .price_box {
  padding-top: 40px;
}

.subpage .campaign_detail .campaign_detail_inner .text .price_box {
  padding: 0 0 40px;
}

.subpage .campaign_detail .campaign_detail_inner .text .price_box + .btn_box {
  padding-top: 0;
}

.subpage .campaign_detail .campaign_detail_inner .step {
  background: #fdf8f2;
  padding: 25px;
}

.subpage .campaign_detail .campaign_detail_inner .step h5 {
  font-size: 2rem;
  font-family: "Vollkorn", serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.subpage .campaign_detail .campaign_detail_inner .btn_box {
  padding-bottom: 0;
}

.subpage .campaign_detail .campaign_detail_inner .btn_box .btn {
  width: 50%;
  max-width: 293px;
}

.subpage .campaign_detail + .campaign_detail {
  border-top: #000 solid 1px;
}

@media screen and (max-width: 740px) {
  .subpage .campaign_detail {
    padding: 20px 0;
  }
  .subpage .campaign_detail h3 {
    margin-bottom: 10px;
  }
  .subpage .campaign_detail h3 small {
    font-size: 1.2rem;
    padding-bottom: 2px;
  }
  .subpage .campaign_detail h3 em {
    font-size: 1.8rem;
  }
  .subpage .campaign_detail .campaign_detail_inner {
    flex-direction: column;
  }
  .subpage .campaign_detail .campaign_detail_inner .images {
    order: 0;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 15px;
  }
  .subpage .campaign_detail .campaign_detail_inner .images * + * {
    margin-top: 0px;
  }
  .subpage .campaign_detail .campaign_detail_inner .text {
    order: 1;
    width: 100% !important;
    padding-right: 0px !important;
  }
  .subpage .campaign_detail .campaign_detail_inner .text p + .price_box {
    padding-top: 20px;
  }
  .subpage .campaign_detail .campaign_detail_inner .text .price_box {
    display: block;
    padding: 0 0 20px;
  }
  .subpage .campaign_detail .campaign_detail_inner .text .price_box .regular {
    margin-top: 15px;
  }
  .subpage .campaign_detail .campaign_detail_inner .step {
    padding: 15px;
  }
  .subpage .campaign_detail .campaign_detail_inner .step h5 {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .subpage .campaign_detail .campaign_detail_inner .btn_box {
    padding-bottom: 0;
  }
  .subpage .campaign_detail .campaign_detail_inner .btn_box .btn {
    width: 290px;
  }
}

.subpage .campaign_detail_info .belt02 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 16px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.35;
  background: #fdf8f2;
  position: relative;
}

.subpage .campaign_detail_info .belt02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: url(../img/bg_gold.jpg) repeat center center;
  background-size: 1400px auto;
}

.subpage .campaign_detail_info figure.detail_image {
  text-align: center;
  margin-bottom: 50px;
}

.subpage .campaign_detail_info .detail_movie {
  margin-bottom: 50px;
  text-align: center;
}

.subpage .campaign_detail_info h4.catch {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.35;
  padding-bottom: 20px;
}

.subpage .campaign_detail_info .text {
  margin-bottom: 50px;
  line-height: 2;
}

@media screen and (max-width: 740px) {
  .subpage .campaign_detail_info .belt02 {
    padding: 8px;
    font-size: 1.6rem;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .subpage .campaign_detail_info figure.detail_image {
    text-align: center;
    margin-bottom: 25px;
  }
  .subpage .campaign_detail_info .detail_movie {
    margin-bottom: 25px;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
  }
  .subpage .campaign_detail_info .detail_movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
  }
  .subpage .campaign_detail_info h4.catch {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .subpage .campaign_detail_info .text {
    margin-bottom: 25px;
  }
}

.subpage .campaign_detail_info .textBox {
  margin-bottom: 50px;
}

.subpage .campaign_detail_info .textBox .campaign_info_images {
  float: right;
  width: 500px;
  padding-left: 50px;
  padding-bottom: 50px;
}

.subpage .campaign_detail_info .textBox .campaign_info_images * + * {
  margin-top: 50px;
}

.subpage .campaign_detail_info .textBox .campaign_info_images .movieBox {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.subpage .campaign_detail_info .textBox .campaign_info_images .movieBox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.subpage .campaign_detail_info .textBox h5 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .subpage .campaign_detail_info .textBox {
    margin-bottom: 20px;
  }
  .subpage .campaign_detail_info .textBox .campaign_info_images {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .subpage .campaign_detail_info .textBox .campaign_info_images * + * {
    margin-top: 0px;
  }
  .subpage .campaign_detail_info .textBox h5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.subpage .campaign_detail_info .imagesList {
  width: 100%;
  overflow: hidden;
}

.subpage .campaign_detail_info .imagesList .imagesList_inner {
  margin-left: -40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.subpage .campaign_detail_info .imagesList .item {
  width: calc((100% - 120px)/3);
  margin-left: 39px;
  margin-bottom: 50px;
}

.subpage .campaign_detail_info .imagesList .item figure img {
  width: 100%;
}

.subpage .campaign_detail_info .imagesList .item h5 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 16px 0;
}

.subpage .campaign_detail_info .imagesList .item p {
  font-size: 1.4rem;
}

@media screen and (max-width: 740px) {
  .subpage .campaign_detail_info .imagesList .imagesList_inner {
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .subpage .campaign_detail_info .imagesList .item {
    width: calc((100% - 10px)/2);
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .subpage .campaign_detail_info .imagesList .item h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 0;
  }
  .subpage .campaign_detail_info .imagesList .item p {
    font-size: 1.2rem;
  }
}

.subpage .campaign_detail_info .caseBox {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -30px;
}

.subpage .campaign_detail_info .caseBox .casename {
  width: 100%;
  margin-left: 30px;
  font-size: 2rem;
  padding-bottom: 20px;
  font-weight: 600;
  color: #b27f37;
}

.subpage .campaign_detail_info .caseBox .item {
  width: calc((100% - 90px)/3);
  margin-left: 30px;
  margin-bottom: 30px;
  background: #fff8fb;
  padding-bottom: 20px;
}

.subpage .campaign_detail_info .caseBox .item figure img {
  width: 100%;
  height: auto;
}

.subpage .campaign_detail_info .caseBox .item em {
  display: block;
  font-weight: 500;
  padding-top: 10px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 10px;
}

.subpage .campaign_detail_info .caseBox .item p {
  font-size: 1.4rem;
  padding: 0 10px;
}

@media screen and (max-width: 740px) {
  .subpage .campaign_detail_info .caseBox {
    margin-bottom: 20px;
    margin-left: 0px;
    width: 100%;
    flex-direction: column;
  }
  .subpage .campaign_detail_info .caseBox .casename {
    margin-left: 0px;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .subpage .campaign_detail_info .caseBox .item {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .subpage .campaign_detail_info .caseBox .item em {
    padding-top: 5px;
  }
  .subpage .campaign_detail_info .caseBox .item p {
    font-size: 1.3rem;
  }
}

.subpage .campaign_detail_info .qaBox .item {
  padding-bottom: 50px;
}

.subpage .campaign_detail_info .qaBox .item em {
  display: block;
  padding-left: 52px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 25px;
}

.subpage .campaign_detail_info .qaBox .item em:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "Q";
  width: 40px;
  height: 40px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Vollkorn", serif;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 500;
  border-radius: 12.5px;
}

.subpage .campaign_detail_info .qaBox .item p {
  display: block;
  padding-left: 52px;
  line-height: 1.85;
  position: relative;
}

.subpage .campaign_detail_info .qaBox .item p:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "A";
  width: 40px;
  height: 40px;
  background: #d91664;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Vollkorn", serif;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 500;
  border-radius: 12.5px;
}

@media screen and (max-width: 740px) {
  .subpage .campaign_detail_info .qaBox .item {
    padding-bottom: 25px;
  }
  .subpage .campaign_detail_info .qaBox .item em {
    display: block;
    padding-left: 40px;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
  }
  .subpage .campaign_detail_info .qaBox .item em:before {
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    border-radius: 4px;
  }
  .subpage .campaign_detail_info .qaBox .item p {
    padding-left: 40px;
    line-height: 1.8;
  }
  .subpage .campaign_detail_info .qaBox .item p:before {
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    border-radius: 4px;
  }
}

.subpage .youtube {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 50px;
}

.subpage .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
