@charset "UTF-8";
.start {
  background: url("../../../../img/dcp/feature/discas20th/start-bg-pc.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
@media (max-width: 780px) {
  .start {
    background: url("../../../../img/dcp/feature/discas20th/start-bg-sp.jpg") no-repeat;
    background-size: cover;
  }
}
.start.active p span {
  opacity: 1;
  transform: translate(0, 0);
}
.start__copy {
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  transition: all 1s ease;
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 780px) {
  .start__copy {
    font-size: 6.92vw;
  }
}
.start__copy span {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}
.start__copy span.start__copy--logo {
  width: 270px;
  margin: 0 auto 30px;
  transform: translate(0, 40px);
  transition-delay: 0.5s;
}
@media (max-width: 780px) {
  .start__copy span.start__copy--logo {
    width: 220px;
  }
}
.start__copy span.start__copy--txt-first {
  transform: translate(0, 30px);
  transition-delay: 1.2s;
}
.start__copy span.start__copy--text-second {
  transform: translate(0, 20px);
  transition-delay: 1.9s;
}
.start__copy span.start__copy--text-thaad {
  margin-top: 15px;
  transform: translate(0, 10px);
  transition-delay: 3.2s;
  font-size: 20px;
}
@media (max-width: 780px) {
  .start__copy span.start__copy--text-thaad {
    font-size: 4.8vw;
  }
}

/*================================
	共通
=================================*/
.bg-grad {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(-45deg, #0B3889, #614C7F, #BE6173) fixed;
  background-size: 300% 300%;
  animation: GradietionAnimation 10s ease infinite;
  position: relative;
}

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78;
}

img {
  display: block;
  width: 100%;
}

.wrap {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  position: relative;
  opacity: 0;
  overflow: hidden;
}
.wrap.active {
  opacity: 1;
  overflow: inherit;
}

h2 {
  font-weight: 400;
  letter-spacing: 1.48px;
}

li {
  list-style: none;
}

p {
  letter-spacing: 0.45px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*================================
	PC左カラム
=================================*/
.leftArea {
  width: 40%;
  height: 100vh;
  background: url("../../../../img/dcp/feature/discas20th/fv-leftbg.jpg") no-repeat top center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .leftArea {
    width: 41%;
  }
}
@media (max-width: 780px) {
  .leftArea {
    display: none;
  }
}
.leftArea__catch {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.leftArea__catch--area {
  margin-top: 0%;
}
@media (max-width: 1440px) {
  .leftArea__catch--area {
    margin-top: 0%;
  }
}
.leftArea__catch--area img {
  width: 30%;
  margin: 0 auto 30px;
}
.leftArea__catch--area p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: clamp(22px, 1vw, 34px);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.16px;
}
@media (max-width: 1440px) {
  .leftArea__catch--area p {
    padding: 0 10px;
    line-height: 1.5;
  }
}
.leftArea__catch--intro {
  width: 90%;
  margin: 16px auto 0;
}
.leftArea__catch--intro p {
  margin-bottom: 16px;
  font-size: clamp(11px, 1vw, 22px);
  color: #FFFFFF;
  line-height: 1.5;
}
.leftArea__catch--intro p span {
  font-weight: 700;
}
.leftArea__catch--logo {
  width: 246px;
  margin: 50px auto 0;
}
@media (max-width: 1440px) {
  .leftArea__catch--logo {
    margin: 20px auto 0;
  }
}

/*================================
	メイン
=================================*/
.mainArea {
  width: 750px;
  position: absolute;
  left: 40%;
}
@media (max-width: 1440px) {
  .mainArea {
    width: 52%;
    left: 41%;
  }
}
@media (max-width: 780px) {
  .mainArea {
    width: 100%;
    left: 0;
  }
}
.mainArea .intro-sp {
  display: none;
}
@media (max-width: 780px) {
  .mainArea .logoArea {
    height: 70px;
  }
  .mainArea .logoArea img {
    width: 270px;
    margin: 0 auto;
    padding-top: 15px;
  }
  .mainArea .intro-sp {
    width: auto;
    display: block;
    padding: 15px 20px 30px;
  }
  .mainArea .intro-sp .year__catch img {
    width: 246px;
    margin: 0 auto;
  }
  .mainArea .intro-sp .year__catch h2 {
    font-size: 19px;
    line-height: 1.7;
  }
  .mainArea .intro-sp .year__catch p {
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
  .mainArea .cpn__bnr {
    margin: 30px 0 15px;
    position: relative;
  }
  .mainArea .cpn__bnr::before, .mainArea .cpn__bnr::after {
    content: "";
    width: 100%;
    height: 12px;
    background: url(../../../../img/dcp/feature/discas20th/cpn-square.png) repeat-x;
    background-size: 12px;
    position: absolute;
  }
  .mainArea .cpn__bnr::before {
    top: -24px;
  }
  .mainArea .cpn__bnr::after {
    bottom: -30px;
  }
  .mainArea .cpn__bnr li {
    width: 85%;
    margin: 15px auto 0;
  }
}
.mainArea .cpn {
  padding: 30px 0;
  background: #000000;
}
.mainArea .cpn p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.mainArea .cpn .cpn-slider {
  display: none;
  margin-top: 10px;
  position: relative;
}
.mainArea .cpn .cpn-slider.slick-initialized {
  display: block;
}
.mainArea .cpn .cpn-slider::before, .mainArea .cpn .cpn-slider::after {
  content: "";
  width: 100%;
  height: 9px;
  background: url("../../../../img/dcp/feature/discas20th/cpn-square.png") repeat-x;
  background-size: 9px;
  position: absolute;
}
.mainArea .cpn .cpn-slider::before {
  top: -6px;
}
.mainArea .cpn .cpn-slider::after {
  bottom: -20px;
}
.mainArea .cpn .cpn-slider li {
  width: 270px;
  height: 100px;
  padding: 15px 7px 0;
}
.mainArea .year {
  padding: 55px 0 50px;
  /*================タイムラインエリア調整===============*/
  /*================タイムラインエリア調整／end===============*/
}
@media (max-width: 780px) {
  .mainArea .year {
    padding: 50px 0;
  }
}
.mainArea .year__catch {
  text-align: center;
  color: #FFFFFF;
}
.mainArea .year__catch h2 {
  margin-bottom: 13px;
  font-size: 37px;
  line-height: 1.4;
  letter-spacing: 1.48px;
}
@media (max-width: 780px) {
  .mainArea .year__catch h2 {
    padding: 0 10px;
    font-size: 8.49vw;
  }
}
.mainArea .year__catch p {
  font-size: 15px;
  letter-spacing: 1.05px;
}
@media (max-width: 780px) {
  .mainArea .year__catch p {
    padding: 0 20px;
    text-align: left;
    line-height: 1.6;
  }
}
.mainArea .year .timeline-container {
  width: 100%;
  margin: 100px auto 0;
}
.mainArea .year .timeline-dots-wrap {
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 20px;
}
.mainArea .year .timeline-dots-wrap .timeline-dots {
  height: 38px;
  transform: translate3d(0, 0px, 0px) !important;
  background: none;
}
@media (max-width: 780px) {
  .mainArea .year .timeline-dots-wrap .timeline-dots {
    height: 30px;
  }
}
.mainArea .year .timeline-small-box .timeline-list {
  width: 600px;
  height: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .mainArea .year .timeline-small-box .timeline-list {
    width: 535px;
  }
}
@media (max-width: 780px) {
  .mainArea .year .timeline-small-box .timeline-list {
    width: 90%;
  }
}
.mainArea .year .timeline-small-box .box-item {
  width: 600px;
  height: 100%;
  margin: 0 auto;
  float: left;
  color: #fff;
  text-align: center;
}
@media (max-width: 1440px) {
  .mainArea .year .timeline-small-box .box-item {
    width: 535px;
  }
}
@media (max-width: 780px) {
  .mainArea .year .timeline-small-box .box-item {
    width: 90vw;
  }
}
.mainArea .year .timeline-horizontal .timeline-dots button {
  background: none;
  color: #FFFFFF;
  font-size: 24px;
  padding-bottom: 7px;
}
@media (max-width: 780px) {
  .mainArea .year .timeline-horizontal .timeline-dots button {
    padding-left: 12px;
    font-size: 19px;
  }
}
.mainArea .year .timeline-horizontal .timeline-dots li {
  width: 80px;
  border-bottom: 3px solid #7B79A2;
}
@media (max-width: 780px) {
  .mainArea .year .timeline-horizontal .timeline-dots li {
    width: 75px;
  }
}
.mainArea .year .timeline-dots li.slide-active {
  border-bottom: 3px solid #FFFFFF;
}
.mainArea .year .timeline-dots li.slide-active button {
  position: relative;
  font-size: 24px;
  color: #FFFFFF;
}
@media (max-width: 780px) {
  .mainArea .year .timeline-dots li.slide-active button {
    font-size: 19px;
  }
}
.mainArea .year .timeline-dots-wrap.top {
  top: -60px;
}
@media (max-width: 780px) {
  .mainArea .year .timeline-horizontal .timeline-dots-wrap {
    height: 29px;
  }
}
.mainArea .year__cont {
  padding: 30px 45px;
}
@media (max-width: 1440px) {
  .mainArea .year__cont {
    padding: 30px;
  }
}
@media (max-width: 780px) {
  .mainArea .year__cont {
    padding: 15px;
  }
}
.mainArea .year__title {
  width: 40%;
  display: block;
  background: #000000;
  border-radius: 50px;
  margin: 0 auto 15px;
  padding: 2px 0;
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 780px) {
  .mainArea .year__title {
    width: 150px;
    margin: 0 auto 8px;
    font-size: 14px;
  }
}
.mainArea .year__tagList {
  margin-bottom: 25px;
  text-align: left;
}
@media (max-width: 780px) {
  .mainArea .year__tagList {
    margin-bottom: 15px;
  }
}
.mainArea .year__tagList li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #2C2C2C;
}
.mainArea .year__tagList li .tag {
  color: #DB867A;
}
.mainArea .year__rank ul {
  display: -webkit-box;
  display: flex;
  gap: 0 30px;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mainArea .year__rank ul li {
  width: -webkit-calc((100% / 3) - 30px);
  width: calc(33.3333333333% - 30px);
  position: relative;
}
@media (max-width: 780px) {
  .mainArea .year__rank ul li {
    width: -webkit-calc((100% / 3) - 10px);
    width: calc(33.3333333333% - 10px);
  }
}
.mainArea .year__rank ul li::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -17px;
}
@media (max-width: 780px) {
  .mainArea .year__rank ul li::before {
    top: -10px;
    left: -6px;
  }
}
.mainArea .year__rank ul li:nth-of-type(1)::before {
  width: 33px;
  height: 30px;
  background: url("../../../../img/dcp/feature/discas20th/rank/rank-icon1.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 780px) {
  .mainArea .year__rank ul li:nth-of-type(1)::before {
    width: 27px;
    height: 25px;
  }
}
.mainArea .year__rank ul li:nth-of-type(2)::before {
  width: 30px;
  height: 30px;
  background: url("../../../../img/dcp/feature/discas20th/rank/rank-icon2.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 780px) {
  .mainArea .year__rank ul li:nth-of-type(2)::before {
    width: 25px;
    height: 25px;
  }
}
.mainArea .year__rank ul li:nth-of-type(3)::before {
  width: 30px;
  height: 30px;
  background: url("../../../../img/dcp/feature/discas20th/rank/rank-icon3.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 780px) {
  .mainArea .year__rank ul li:nth-of-type(3)::before {
    width: 25px;
    height: 25px;
  }
}
.mainArea .year__rank ul li img {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
}
.mainArea .year__rank ul li p {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4;
  word-break: break-word;
}
.mainArea .year__comment {
  line-height: 1.4;
  text-align: left;
  color: #043C7E;
}
.mainArea .rank {
  padding: 50px 0;
}
.mainArea .rank__title {
  margin-bottom: 60px;
}
.mainArea .rank__title p {
  width: 340px;
  border-radius: 50px;
  margin: 0 auto;
  padding: 2px 0 0;
  background: transparent linear-gradient(89deg, #F1BF41 0%, #B76358 30%, #183B7A 100%) 0% 0% no-repeat padding-box;
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.mainArea .rank__title p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 11px solid #8c5762;
  border-right: 2px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.mainArea .rank__title h2 {
  margin-top: 5px;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
  color: #043C7E;
  letter-spacing: 0.54px;
}
.mainArea .rank__table {
  width: 405px;
  padding: 0 7px;
}
@media (max-width: 780px) {
  .mainArea .rank__table {
    width: 300px;
  }
}
.mainArea .rank__table-inner {
  min-height: 760px;
  padding: 35px 0 5px;
  border: 3px solid #EFEFEF;
}
@media (max-width: 780px) {
  .mainArea .rank__table-inner {
    min-height: 580px;
  }
}
.mainArea .rank__table--no1 {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.mainArea .rank__table--no1 .caption {
  width: 155px;
}
@media (max-width: 780px) {
  .mainArea .rank__table--no1 .caption {
    width: 100px;
  }
}
.mainArea .rank__table--no1 .title {
  width: 178px;
  margin-right: 10px;
  text-align: center;
}
@media (max-width: 780px) {
  .mainArea .rank__table--no1 .title {
    width: 50%;
  }
}
.mainArea .rank__table--no1 .title h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 780px) {
  .mainArea .rank__table--no1 .title h3 {
    font-size: 16px;
  }
}
.mainArea .rank__table--no1 .title h3 span {
  display: block;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 780px) {
  .mainArea .rank__table--no1 .title h3 span {
    font-size: 22px;
  }
}
.mainArea .rank__table--no1 .title img {
  width: 33px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .mainArea .rank__table--no1 .title img {
    width: 24px;
  }
}
.mainArea .rank__table--no1 .title p {
  margin-top: 10px;
  padding: 5px 0 3px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 15px;
  font-weight: 500;
}
.mainArea .rank__table ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 40px;
  counter-reset: item 1;
  gap: 30px 0;
}
@media (max-width: 780px) {
  .mainArea .rank__table ul {
    padding: 0 20px;
  }
}
.mainArea .rank__table ul li {
  width: -webkit-calc((100% / 2) - 20px);
  width: calc(50% - 20px);
  position: relative;
}
.mainArea .rank__table ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../../../../img/dcp/feature/discas20th/rank/rank-icon2.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -10px;
  left: -6px;
}
.mainArea .rank__table ul li:nth-of-type(2)::before {
  background: url("../../../../img/dcp/feature/discas20th/rank/rank-icon3.png") no-repeat;
  background-size: 100%;
}
.mainArea .rank__table ul li:nth-of-type(3)::before {
  background: url("../../../../img/dcp/feature/discas20th/rank/rank-icon4.png") no-repeat;
  background-size: 100%;
}
.mainArea .rank__table ul li:nth-of-type(4)::before {
  background: url("../../../../img/dcp/feature/discas20th/rank/rank-icon5.png") no-repeat;
  background-size: 100%;
}
.mainArea .rank__table ul li:nth-of-type(5)::before {
  background: url("../../../../img/dcp/feature/discas20th/rank/rank-icon6.png") no-repeat;
  background-size: 100%;
}
.mainArea .rank__table ul li img {
  width: 90%;
  margin: 0 auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
}
.mainArea .rank__table ul li p {
  margin-top: 5px;
  color: #000000;
  text-align: center;
}
@media (max-width: 780px) {
  .mainArea .rank__table ul li p {
    font-size: 12px;
  }
}
.mainArea .rank .slide-arrow {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -40px;
}
.mainArea .rank .prev-arrow {
  left: -webkit-calc(50% - 40px);
  left: calc(50% - 40px);
}
.mainArea .rank .next-arrow {
  right: -webkit-calc(50% - 40px);
  right: calc(50% - 40px);
}
.mainArea .service {
  padding: 60px 0;
}
@media (max-width: 780px) {
  .mainArea .service {
    padding: 40px 0 50px;
  }
}
.mainArea .service__title {
  margin-bottom: 40px;
}
.mainArea .service__title h2 {
  font-size: 37px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 780px) {
  .mainArea .service__title h2 {
    font-size: 9.49vw;
  }
}
.mainArea .service__unit {
  width: 70%;
  margin: 0 auto 40px;
}
@media (max-width: 780px) {
  .mainArea .service__unit {
    width: 90%;
  }
}
.mainArea .service__unit p {
  text-align: left;
}
.mainArea .service__unit-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  .mainArea .service__unit-title {
    flex-wrap: wrap;
  }
}
.mainArea .service__unit-title h3 {
  margin-left: 24px;
  color: #FFD553;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.72px;
}
@media (max-width: 780px) {
  .mainArea .service__unit-title h3 {
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
  }
}
.mainArea .service__unit-title h3 span {
  position: relative;
}
.mainArea .service__unit-title h3 span::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 10px;
  background: radial-gradient(circle 4px, #ffd553 50%, transparent 50%);
}
.mainArea .service__unit p {
  color: #FFFFFF;
  font-size: 15px;
}
@media (max-width: 780px) {
  .mainArea .service__unit p {
    font-size: 14px;
  }
}
.mainArea .service__unit p span {
  font-weight: 700;
}
.mainArea .service p.service__unit--text {
  text-align: center;
}
@media (max-width: 780px) {
  .mainArea .service p.service__unit--text {
    text-align: left;
  }
}
.mainArea .service p.service__unit--text sup {
  position: relative;
  top: -4px;
  left: -6px;
  font-size: 10px;
  transform: scale(0.8);
}
.mainArea .service p.service__unit--note {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 10px;
  text-align: center;
}
@media (max-width: 780px) {
  .mainArea .service p.service__unit--note {
    margin-top: 9px;
    margin-bottom: 30px;
    font-size: 11px;
    text-align: left;
  }
}
.mainArea .service .plan-btn {
  width: 320px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
}
.mainArea .service .plan-btn::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 53%;
  left: -10px;
}
.mainArea .service .plan-btn p {
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: #043C7E;
  text-align: center;
  line-height: 60px;
}
.mainArea .service .plan-btn p::before, .mainArea .service .plan-btn p::after {
  content: "";
  position: absolute;
  vertical-align: middle;
}
.mainArea .service .plan-btn p::before {
  width: 37px;
  height: 1px;
  background: #043C7E;
  top: 53%;
  left: 0;
}
.mainArea .service .plan-btn p::after {
  width: 10px;
  border-top: 1px solid #043C7E;
  border-right: 1px solid #043C7E;
  transform: rotate(45deg);
  top: 28px;
  left: 27px;
}
.mainArea .thxCpn {
  background: url("../../../../img/dcp/feature/discas20th/thxCpn-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 50px 20px;
}
@media (max-width: 780px) {
  .mainArea .thxCpn {
    background: url("../../../../img/dcp/feature/discas20th/thxCpn-bg-sp.jpg") no-repeat top center;
    background-size: cover;
    padding: 30px 20px 50px;
  }
}
.mainArea .thxCpn__title {
  margin-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}
.mainArea .thxCpn__title p {
  font-size: 38px;
  line-height: 1.6;
  letter-spacing: 1.9px;
}
@media (max-width: 780px) {
  .mainArea .thxCpn__title p {
    font-size: 9.74vw;
  }
}
.mainArea .thxCpn__title h2 {
  font-size: 57px;
  line-height: 0.8;
  letter-spacing: 2.85px;
  font-weight: 500;
}
@media (max-width: 780px) {
  .mainArea .thxCpn__title h2 {
    font-size: 14.62vw;
  }
}
.mainArea .thxCpn__title h2 span {
  font-size: 36px;
  letter-spacing: 1.8px;
}
@media (max-width: 780px) {
  .mainArea .thxCpn__title h2 span {
    font-size: 9.23vw;
  }
}
.mainArea .thxCpn__cont {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 780px) {
  .mainArea .thxCpn__cont {
    gap: 26px 0;
  }
}
.mainArea .thxCpn__group {
  width: 45%;
}
@media (max-width: 780px) {
  .mainArea .thxCpn__group {
    width: 100%;
  }
}
.mainArea .plan {
  background: #ffffff;
  padding: 43px 20px 70px;
}
@media (max-width: 780px) {
  .mainArea .plan {
    overflow: hidden;
    padding: 43px 20px 50px;
  }
}
.mainArea .plan__title {
  text-align: center;
}
.mainArea .plan__title h2 {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #AA5C75;
  font-size: 37px;
  font-weight: 500;
  line-height: 1.4;
}
.mainArea .plan__title h2 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #000000;
}
.mainArea .plan__title h2::before {
  content: "";
  width: 125px;
  height: 143px;
  background: url("../../../../img/dcp/feature/discas20th/plan-icon01.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -10px;
  left: -128px;
}
.mainArea .plan__title h2::after {
  content: "";
  width: 125px;
  height: 122px;
  background: url("../../../../img/dcp/feature/discas20th/plan-icon02.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -145px;
}
.mainArea .plan__cont {
  margin-top: 35px;
  border-radius: 8px;
  background: #F0F0F0;
  padding: 45px 35px;
}
@media (max-width: 780px) {
  .mainArea .plan__cont {
    background: none;
    padding: 0;
  }
}
.mainArea .plan__cont h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.mainArea .plan__cont-text {
  width: 81%;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .mainArea .plan__cont-text {
    width: 100%;
  }
}
.mainArea .plan__cont-text p {
  font-weight: 500;
}
.mainArea .plan__cont-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 0 30px;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .mainArea .plan__cont-area {
    gap: 0 20px;
  }
}
@media (max-width: 1020px) {
  .mainArea .plan__cont-area {
    flex-wrap: wrap;
  }
}
.mainArea .plan__cont-inner {
  width: -webkit-calc((100% / 2) - 20px);
  width: calc(50% - 20px);
  color: #043C7E;
}
@media (max-width: 1440px) {
  .mainArea .plan__cont-inner {
    width: -webkit-calc((100% / 2) - 10px);
    width: calc(50% - 10px);
  }
}
@media (max-width: 1020px) {
  .mainArea .plan__cont-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.mainArea .plan__cont-list {
  background: #FFFFFF;
  border-radius: 8px;
  text-align: center;
}
.mainArea .plan__cont-list--title {
  padding-top: 8px;
  padding-bottom: 2px;
  border-bottom: 2px solid #043C7E;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.52px;
}
@media (max-width: 1440px) {
  .mainArea .plan__cont-list--title {
    font-size: 1.32vw;
  }
}
@media (max-width: 1020px) {
  .mainArea .plan__cont-list--title {
    font-size: 19px;
  }
}
.mainArea .plan__cont-list--price {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.76px;
}
@media (max-width: 1440px) {
  .mainArea .plan__cont-list--price {
    font-size: 1.53vw;
  }
}
@media (max-width: 1020px) {
  .mainArea .plan__cont-list--price {
    font-size: 22px;
  }
}
.mainArea .plan__cont-list--price .strong {
  display: inline-block;
  padding: 0 8px;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0px;
}
@media (max-width: 1440px) {
  .mainArea .plan__cont-list--price .strong {
    font-size: 2.92vw;
  }
}
@media (max-width: 1020px) {
  .mainArea .plan__cont-list--price .strong {
    font-size: 42px;
  }
}
.mainArea .plan__cont-list--price .small {
  font-size: 18px;
  letter-spacing: 1.44px;
}
.mainArea .plan__cont-list--recommend {
  display: inline-block;
  padding: 4px 10px;
  position: relative;
  background: #043C7E;
  border-radius: 50px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}
.mainArea .plan__cont-list--recommend::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 9px solid transparent;
  border-top: 7px solid #043C7E;
}
.mainArea .plan__cont-list ul {
  margin-top: 12px;
  padding: 0 15px 15px;
}
.mainArea .plan__cont-list ul li {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.mainArea .plan__cont-list ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("../../../../img/dcp/feature/discas20th/icon-arrow.png") no-repeat;
  background-size: 100%;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.mainArea .plan__cont-list ul li .cl-orange {
  color: #FF9300;
}
.mainArea .plan__cont-list ul li sup {
  position: relative;
  top: -5px;
  color: #043C7E;
  font-size: 10px;
}
.mainArea .plan__cont .new-btn {
  width: 100%;
  height: 60px;
  display: block;
  margin: 0 auto;
  background: transparent linear-gradient(270deg, #FABD00 0%, #FFD655 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
.mainArea .plan__cont .new-btn::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #043C7E;
  position: absolute;
  top: 53%;
  left: -10px;
}
.mainArea .plan__cont .new-btn p {
  position: relative;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #043C7E;
  text-align: center;
  line-height: 60px;
}
.mainArea .plan__cont .new-btn p::before, .mainArea .plan__cont .new-btn p::after {
  content: "";
  position: absolute;
  vertical-align: middle;
}
.mainArea .plan__cont .new-btn p::before {
  width: 37px;
  height: 1px;
  background: #043C7E;
  top: 53%;
  left: 0;
}
.mainArea .plan__cont .new-btn p::after {
  width: 10px;
  border-top: 1px solid #043C7E;
  border-right: 1px solid #043C7E;
  transform: rotate(45deg);
  top: 28px;
  left: 27px;
}
.mainArea .plan__cont .note {
  margin-top: 10px;
  font-size: 11px;
  color: #000000;
  line-height: 1.6;
}
.mainArea .plan .billing-plan {
  margin-top: 40px;
}
@media (max-width: 1020px) {
  .mainArea .plan .billing-plan {
    background: #F0F0F0;
    border-radius: 8px;
    margin-top: 30px;
    padding: 30px 25px 35px;
  }
}
.mainArea .plan .billing-plan .plan__cont-inner {
  margin: 30px auto 0;
}
.mainArea .plan .billing-plan .plan__cont-text {
  text-align: center;
}
@media (max-width: 780px) {
  .mainArea .plan .billing-plan .plan__cont-text {
    text-align: left;
  }
}
.mainArea .plan .billing-plan .plan__cont-list--price {
  margin-bottom: 30px;
  line-height: 1.4;
}
.mainArea .plan .billing-plan .plan__cont-list--price .cl-orange {
  color: #FABD00;
}
.mainArea .plan .billing-plan .plan__cont-list--price .note {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 780px) {
  .mainArea .plan .teigaku-plan {
    background: #F0F0F0;
    border-radius: 8px;
    padding: 30px 18px 5px;
  }
}
.mainArea footer {
  background: #000000;
  padding: 40px 0 20px;
  color: #FFFFFF;
  text-align: center;
}
.mainArea footer .logo-area {
  margin-bottom: 10px;
}
.mainArea footer .logo-area img {
  width: 245px;
  margin: 0 auto;
}
.mainArea footer .copyright {
  font-size: 13px;
}

/*================================
	PC右カラム
=================================*/
.rightArea {
  width: -webkit-calc(100% - 750px - 40%);
  width: calc(100% - 750px - 40%);
  height: 100vh;
  background: url("../../../../img/dcp/feature/discas20th/fv-rightbg.jpg") no-repeat top left;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .rightArea {
    width: 7%;
  }
}
@media (max-width: 780px) {
  .rightArea {
    display: none;
  }
}

/*================================
	SPメニュー
=================================*/
.accordion__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 0 10px;
  padding: 30px 0;
  font-weight: 500;
}
.accordion__title--line {
  width: 13px;
  height: 14px;
  position: relative;
}
.accordion__title--line span {
  width: 13px;
  height: 2px;
  display: block;
  background: #000000;
  border-radius: 3px;
  position: absolute;
}
.accordion__title--line span:nth-of-type(1) {
  top: -1px;
}
.accordion__title--line span:nth-of-type(2) {
  top: 5px;
}
.accordion__title--line span:nth-of-type(3) {
  top: 11px;
}
.accordion__title--open span {
  display: inline-block;
  padding: 0 20px 0 5px;
  position: relative;
}
.accordion__title--open span::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
  position: absolute;
  right: 5px;
  top: 6px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.accordion .accordion__title.open .accordion__title--open span::after {
  top: 10px;
  transform: rotate(-45deg);
}
.accordion__cont {
  display: none;
  padding: 0 25px 10px;
}
.accordion__cont ul li {
  padding-bottom: 15px;
}
.accordion__cont ul li:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.accordion__cont ul li:not(:first-of-type) {
  padding-top: 15px;
}
.accordion__cont ul li a {
  color: #000000;
  font-size: 13px;
}
.accordion__cont ul li a span {
  display: block;
  font-weight: 700;
  font-size: 16px;
}

/*================================
	psメニュー
=================================*/
.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}
@media (max-width: 780px) {
  .menu {
    display: none;
  }
}
.menu__btn {
  width: 62px;
  height: 62px;
  margin-left: auto;
  background: #FFFFFF;
  position: relative;
  z-index: 1000;
}
.menu__btn span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background: #000000;
  border-radius: 3px;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu__btn span:nth-of-type(1) {
  top: 40%;
}
.menu__btn span:nth-of-type(3) {
  top: 60%;
}
.menu__btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  left: 35%;
}
.menu__btn.active span:nth-of-type(2) {
  transform: rotate(-45deg);
  top: 42%;
  left: 35%;
}
.menu__btn.active span:nth-of-type(3) {
  display: none;
}
.menu #g-nav {
  width: 340px;
  transition: all 0.6s;
  background: #FFFFFF;
  border-radius: 0 0 0 15px;
  position: fixed;
  top: 0;
  right: -120%;
}
.menu #g-nav.btnactive {
  right: 0;
}
.menu #g-nav .menu__list {
  padding: 68px 22px 35px;
}
.menu #g-nav .menu__list li p {
  text-align: left;
  color: #000000;
  font-size: 13px;
}
.menu #g-nav .menu__list li p span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.menu #g-nav .menu__list li:not(:last-of-type) {
  margin-bottom: 30px;
}
