@charset "UTF-8";

/*--------------------------------------------
aboutHead
---------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.price__head {
  background: url(/about/img/bg_pattern01.png);
}

.price__head-ttl:before {
  content: '';
  background: url(/ren1909/images/ui/icon/about04.png) no-repeat 0 0;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: text-top;
}

.price__content {
  padding: 0 calc(40 * 100vw / 750) calc(120 * 100vw / 750);
}

.price__content img {
  max-width: 100%;
}

.price__banner {
  margin-top: calc(75 * 100vw / 750);
}

.price__lead {
  color: #802077;
  font-weight: 700;
  line-height: 1.5;
}
.price__hd {
  background: #802077;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.price__hd2 {
  text-align: center;
  color: #ff0000;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.price__hd2 span {
  color: #802077;
}
.price__benefit {
  background: #f2e8f1;
  color: #802077;
  font-weight: 700;
  line-height: 1.5;
}
.price__benefit-txt {
  line-height: 1.75;
}
.price__trial-btn img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.6));
	filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.6));
	-webkit-animation: anime1 0.5s ease-in-out 0s infinite alternate;
	animation: anime1 0.5s ease-in-out 0s infinite alternate;
	-webkit-transform-origin: center;
	transform-origin: center;
}
@keyframes anime1 {
	from {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
	}

	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
.price__trial-video video {
  max-width: 100%;
}


.faq-title {
  text-align: center;
  color: #802077;
  font-weight: 700;
  line-height: 1;
}
.faq-item {
  border-top: 1px solid #333;
}
.faq-item:last-of-type {
  border-bottom: 1px solid #333;
}
.faq-item .que {
  position: relative;
  background-image: url(/price/img/icon_q.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-weight: 700;
}
.faq-item .que .trigger {
  position: absolute;
}
.faq-item .que .trigger::before,
.faq-item .que .trigger::after {
  display: block;
  content: '';
  position: absolute;
  background: #000;
}
.faq-item .que .trigger::after {
  transition: transform 0.3s ease-in;
}
.faq-item .que.open .trigger::after {
  transform: rotate(270deg);
}
.faq-item .ans {
  display: none;
  background-image: url(/price/img/icon_a.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.faq-item .ans .btn {
  background-color: #ffbf00;
  background-image: url(/price/img/arrow_black.svg);
  background-repeat: no-repeat;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
  font-weight: 700;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 0.6s ease-in;
  margin: auto;
}
.faq-item .ans .btn.search {
  background-image: url(/price/img/search_icon.svg);
}

.price__list-desc {
  line-height: 1;
}
.price__list-monthly {
  display: flex;
}
.price__list-label {
  width: 30%;
  font-weight: 700;
}
.price__list-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 70%;
}
.price__list-value .excluding-tax {
  font-weight: 700;
  font-feature-settings: "palt";
}
.price__list-value .tax-included {
  font-weight: normal;
}
.price__list-value small {
  font-weight: normal;
}
/* #cntdwn-sec {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: calc( 75 * 100vw / 750 );
  padding: calc( 40 * 100vw / 750 );
}
.cntdwn-out {
  position: relative;
}
.cntdwn-out img {
  max-width: 100%;
}
.cntdwn-out .cnt-head {
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 5%;
  left: 20%;
  font-size: 6vw;
}
#countTimer {
  color: red;
  font-weight: 700;
}
#countTimer span {
  position: absolute;
  top: 52%;
}
#ctd-days {
  left: 16%;
}
#ctd-hours {
  left: 33%;
}
#ctd-minutes {
  left: 52%;
}
#ctd-seconds {
  left: 68%;
}
#ctd-miliseconds {
  left: 84%;
} */

@media screen and (max-width: 768px) {
  .price__head {
    padding: calc(40 * 100vw / 750);
    padding-top: calc(60 * 100vw / 750);
    padding-bottom: calc(70 * 100vw / 750);
  }
  .price__head-ttl {
    font-size: calc(60 * 100vw / 750);
    font-weight: 700;
  }
  .price__head-ttl:before {
    width: calc(91 * 100vw / 750);
    height: calc(91 * 100vw / 750);
    margin-right: calc(30 * 100vw / 750);
  }
  .price__lead {
    font-size: calc(40 * 100vw / 750);
  }
  .price__content {
    padding: calc(40 * 100vw / 750) calc(40 * 100vw / 750) 0;
  }
  .price__banner {
    margin-top: calc(75 * 100vw / 750);
  }
  .price__txt {
    font-size: calc(40 * 100vw / 750);
  }
  .sec {
    margin-top: calc(100 * 100vw / 750);
  }
  .price__hd2 {
    margin-top: calc(50 * 100vw / 750);
    font-size: calc(46 * 100vw / 750)
  }
  .price__num {
    margin-top: calc(60 * 100vw / 750);
  }
  .price__hd {
    height: calc(100 * 100vw / 750);
    margin-top: calc(75 * 100vw / 750);
    font-size: calc(50 * 100vw / 750);
    line-height: calc(100 * 100vw / 750);
  }
  .price__campaign {
    margin-top: calc(50 * 100vw / 750);
  }
  .price__benefit {
    margin-top: calc(75 * 100vw / 750);
    padding: calc(30 * 100vw / 750) calc(35 * 100vw / 750);
    font-size: calc(46 * 100vw / 750);
  }
  .price__point {
    width: calc(645 * 100vw / 750);
    margin: calc(60 * 100vw / 750) auto 0;
  }
  .price__benefit-img {
    margin-top: calc(50 * 100vw / 750);
  }
  .price__benefit-txt {
    margin-top: calc(50 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
  }
  .price__trial-video {
    margin-top: calc(20 * 100vw / 750);
  }
  .price__trial-btn {
    margin-top: calc(75 * 100vw / 750);
  }

  .price__list {
    margin-top: calc(50 * 100vw / 750);
  }
  .price__list-desc {
    font-size: calc(32 * 100vw / 750);
  }
  .price__list-monthly {
    margin-top: calc(100 * 100vw / 750);
  }
  .price__list-label {
    font-size: calc(50 * 100vw / 750);
  }
  .price__list-value {
    gap: calc(28 * 100vw / 750) 0;
  }
  .price__list-value .excluding-tax {
    font-size: calc(80 * 100vw / 750);
  }
  .price__list-value .tax-included {
    font-size: calc(36 * 100vw / 750);
  }
  .price__list-value small {
    font-size: calc(24 * 100vw / 750);
  }

  .faq-group {
    margin: 0 0 calc(120 * 100vw / 750);
  }
  .faq-title {
    margin-bottom: calc(60 * 100vw / 750);
    font-size: calc(48 * 100vw / 750);
  }
  .faq-item {
    padding: 0 calc(20 * 100vw / 750) 0;
  }
  .faq-item .que {
    padding: calc(40 * 100vw / 750) calc(80 * 100vw / 750);
    background-size: calc(60 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
    line-height: calc(56 * 100vw / 750);
  }
  .faq-item .que .trigger {
    top: calc(50% - calc(25 * 100vw / 750));
    right: calc(20 * 100vw / 750);
    width: calc(50 * 100vw / 750);
    height: calc(50 * 100vw / 750);
  }
  .faq-item .que .trigger::before {
    top: calc(50% - calc(3 * 100vw / 750));
    left: 0;
    width: 100%;
    height: calc(6 * 100vw / 750);
  }
  .faq-item .que .trigger::after {
    top: 0;
    left: calc(50% - calc(3 * 100vw / 750));
    width: calc(6 * 100vw / 750);
    height: 100%;
  }
  .faq-item .ans {
    padding-left: calc(80 * 100vw / 750);
    background-size: calc(60 * 100vw / 750);
  }
  .faq-item .ans p {
    margin-bottom: calc(20 * 100vw / 750);
    font-size: calc(28 * 100vw / 750);
    line-height: calc(45 * 100vw / 750);
  }
  .faq-item .ans .btn {
    background-size: calc(15 * 100vw / 750) calc(25 * 100vw / 750);
    background-position: left calc(30 * 100vw / 750) center;
    border-radius: calc(45 * 100vw / 750);
    font-size: calc(30 * 100vw / 750);
    width: calc(550 * 100vw / 750);
    height: calc(90 * 100vw / 750);
    margin-bottom: calc(20 * 100vw / 750);
    justify-content: center;
    text-align: center;
  }
  .faq-item .ans .btn.search {
    background-size: calc(26 * 100vw / 750);
    background-position-x: calc(84 * 100vw / 750);
  }
  /* #countTimer {
		font-size: calc( 50 * 100vw / 750 );
	} */
}

@media screen and (min-width: 769px) {
  .price__head {
    padding: 53px
  }
  .price__head-ttl {
    font-size: 36px;
    font-weight: 700;
  }
  .price__head-ttl:before {
    width: 53px;
    height: 53px;
    margin-right: 15px;
  }
  .price__lead {
    font-size: 40px;
  }
  .price__content {
    width: 750px;
    margin: 0 auto;
    padding: 40px 40px 120px;
  }
  .price__banner {
    margin-top: 75px;
  }
  .price__txt {
    font-size: 40px;
  }
  .sec {
    margin-top: 100px;
  }
  .price__hd2 {
    margin-top: 50px;
    font-size: 46px;
  }
  .price__num {
    margin-top: 60px;
  }
  .price__hd {
    height: 100px;
    margin-top: 75px;
    font-size: 50px;
    line-height: 100px;
  }
  .price__campaign {
    margin-top: 50px;
  }
  .price__benefit {
    margin-top: 75px;
    padding: 30px 35px;
    font-size: 46px;
  }
  .price__point {
    width: 645px;
    margin: 60px auto 0;
  }
  .price__benefit-img {
    margin-top: 50px;
  }
  .price__benefit-txt {
    margin-top: 50px;
    font-size: 32px;
  }
  .price__trial-video {
    margin-top: 20px;
  }
  .price__trial-btn {
    margin-top: 75px;
  }

  .price__list {
    margin-top: 50px;
  }
  .price__list-desc {
    font-size: 32px;
  }
  .price__list-monthly {
    margin-top: 100px;
  }
  .price__list-label {
    font-size: 50px;
  }
  .price__list-value {
    gap: 28px 0;
  }
  .price__list-value .excluding-tax {
    font-size: 80px;
  }
  .price__list-value .tax-included {
    font-size: 36px;
  }
  .price__list-value small {
    font-size: 24px;
  }

  .faq-group {
    margin: 0 0 120px;
  }
  .faq-title {
    margin-bottom: 60px;
    font-size: 48px;
  }
  .faq-item {
    padding: 0 20px;
  }
  .faq-item .que {
    padding: 40px 80px;
    background-size: 60px 60px;
    font-size: 32px;
    line-height: 56px;
  }
  .faq-item .que .trigger {
    top: calc(50% - 25px);
    top: calc(50% - 25px);
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .faq-item .que .trigger::before {
    top: calc(50% - 3px);
    left: 0;
    width: 100%;
    height: 6px;
  }
  .faq-item .que .trigger::after {
    top: 0;
    left: calc(50% - 3px);
    width: 6px;
    height: 100%;
  }
  .faq-item .ans {
    padding-left: 80px;
    background-size: 60px;
  }
  .faq-item .ans p {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 45px;
  }
  .faq-item .ans .btn {
    background-size: 15px 25px;
    background-position: left 30px center;
    border-radius: 45px;
    font-size: 30px;
    width: 550px;
    height: 90px;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
  }
  .faq-item .ans .btn.search {
    background-size: 26px;
    background-position-x: 84px;
  }

  /* #cntdwn-sec {
    margin:  75px auto 0;
    width: 632px;
    padding: 0;
  }
  .cntdwn-out .cnt-head {
    top: 5%;
    left: 22%;
    font-size: 40px;
  }
  #countTimer {
		font-size: 51px;
	} */
}

/*--------------------------------------------
aboutPage
---------------------------------------------*/
.aboutPage .mv img {
  width: 100%;
  max-width: 100%;
}

.aboutPage .areaTitle {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}

.aboutPage .areaTitle.type03 {
  color: #802077;
}

.aboutPage .btn-about {
  background-color: #ffd800;
  background-image: url(/ren1909/images/ui/icon/arwdown.png);
  background-repeat: no-repeat;
  background-position-y: center;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity .3s ease-in;
  margin: auto;
}

.aboutPage .btn-about.type-search {
  background-image: url(/ren1909/images/ui/icon/search04.png);
}

.aboutPage .areaTitle.type02 {
  color: #802077;
}

.aboutPage .block:not(:first-child) {
  border-top: solid 1px #4d3d4b;
}

.aboutPage .block:last-child {
  border-top: none;
}

/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿202207追記分＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.aboutPage .block.no_border {
  border-top: none;
}

.aboutPage .cp202207 {
  width: calc(750 * 100vw / 1366);
  margin: 0 auto;
  display: block;
}

.aboutPage .block .txt.pb50 {
  padding-bottom: calc(50 * 100vw / 1366);
  font-size: calc(20 * 100vw / 1366);
}

.aboutPage .voice-area p.txt {
  font-size: calc(20 * 100vw / 1366);
  line-height: calc(32 / 20);
}

.aboutPage .ba.mb50 {
  margin-top: calc(50 * 100vw / 1366);
}

.aboutPage .price_box {
  width: calc(470 * 100vw / 1366);
}

.aboutPage .pd20 {
  padding: calc(20 * 100vw / 1366);
}

.txt_cont {
  font-size: calc(20 * 100vw / 1366);
  line-height: calc(32 / 20);
  margin-bottom: calc(20 * 100vw / 1366);
}

.aboutPage .price_box h4 {
  color: #fff;
  text-align: center;
  background: #802077;
  padding-top: calc(20 * 100vw / 1366);
  padding-bottom: calc(20 * 100vw / 1366);
  font-size: calc(30 * 100vw / 1366);
  font-weight: bold;
}

.aboutPage .price_box h5 {
  margin-bottom: calc(20 * 100vw / 1366);
  font-size: calc(20 * 100vw / 1366);
  font-weight: bold;
  line-height: calc(32 / 20);
}

.aboutPage .price_box .notice {
  display: block;
  text-align: right;
  font-weight: normal;
  font-size: 0.65em;
}

.aboutPage .price_box h5 .price_limited {
  height: calc(32 * 100vw / 1366);
  text-align: center;
}

.aboutPage .price_box h5 .price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.aboutPage .price_box h5 .price_wrap .price_item {
  font-weight: normal;
}

.aboutPage .price_box h5 .price_wrap .price_item .impact {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.aboutPage .price_box h5 .price_wrap .price_item .impact.big {
  font-size: 4rem;
}

.aboutPage .price_box .txt {
  text-align: center;
}

.aboutPage .price_box h5 .price_wrap .price_x {
  position: relative;
  margin: calc(30 * 100vw / 1366) 0 0
}

.aboutPage .price_box h5 .price_wrap .price_x::before,
.aboutPage .price_box h5 .price_wrap .price_x::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - (39 * 100vw / 1366));
  width: calc(78 * 100vw / 1366);
  height: calc(5 * 100vw / 1366);
  background-color: #ff0000;
}

.aboutPage .price_box h5 .price_wrap .price_x::before {
  transform: rotate(45deg);
}

.aboutPage .price_box h5 .price_wrap .price_x::after {
  transform: rotate(-45deg);
}

.aboutPage .price_box h5 .price_wrap .price_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(16 * 100vw / 1366) 0 calc(16 * 100vw / 1366) calc(22 * 100vw / 1366);
  border-color: transparent transparent transparent #ff0000;
  margin: calc(30 * 100vw / 1366) 0 0 calc(10 * 100vw / 1366);
}

/* .aboutPage .price_box h5 .price_wrap .price_arrow {
  width: calc( 62 * 100vw / 1366 );
  height: calc( 35.4 * 100vw / 1366 );
  margin: 0 calc( 20 * 100vw / 1366 );
  background: url(/price/img/price_arrow_pc.svg) 0 / cover no-repeat;
} */
.aboutPage .price_box h5 .price_wrap .price-img {
  width: calc(219 * 100vw / 1366)
}


@media screen and (max-width: 768px) {
  .aboutPage .price_box .notice {
    text-align: center;
  }

  .aboutPage .price_box h5 .price_limited {
    height: calc(72 * 100vw / 750);
    margin-bottom: calc(20 * 100vw / 750);
  }

  .aboutPage .price_box .txt {
    text-align: left;
  }

  .aboutPage .price_box h5 .price_wrap .price_item {
    margin: 0;
    text-align: center;
  }

  .aboutPage .price_box h5 .price_wrap .price_x {
    font-size: calc(26 * 100vw / 750);
  }

  .aboutPage .price_box h5 .price_wrap .price_x::before,
  .aboutPage .price_box h5 .price_wrap .price_x::after {
    left: calc(50% - (48 * 100vw / 750));
    width: calc(102 * 100vw / 750);
    height: calc(8 * 100vw / 750);
  }

  .aboutPage .price_box h5 .price_wrap {
    /* display: block; */
  }

  .aboutPage .price_box h5 .price_wrap .price_arrow {
    margin: calc(24 * 100vw / 750) auto;
    border-width: calc(24 * 100vw / 750) 0 calc(24 * 100vw / 750) calc(33 * 100vw / 750);
  }

  /* .aboutPage .price_box h5 .price_wrap .price_arrow {
    width: calc( 70.8 * 100vw / 750 );
    height: calc( 124 * 100vw / 750 );
    margin: calc( 20 * 100vw / 750 ) auto;
    background: url(/price/img/price_arrow_sp.svg) 0 / cover no-repeat;
  } */
  .aboutPage .price_box h5 .price_wrap .price-img {
    width: calc(360 * 100vw / 750);
    margin: calc(20 * 100vw / 750) 0;
  }
}

@media screen and (min-width: 768px) {
  .aboutPage .price_box h5 .price_limited {
    margin-bottom: calc(10 * 100vw / 1366);
  }
}

.aboutPage .voice_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: calc(80 * 100vw / 1366);
}

.aboutPage .cv_1 {
  background: url("img/cv_bg1.jpg")no-repeat;
  width: calc(472 * 100vw / 1366);
  height: calc(774 * 100vw / 1366);
  background-size: cover;
  padding: 20px;
}

.aboutPage .cv_2 {
  background: url("img/cv_bg2.jpg")no-repeat;
  width: calc(472 * 100vw / 1366);
  height: calc(774 * 100vw / 1366);
  background-size: cover;
  padding: 20px;
}

.aboutPage .ba h5 {
  font-size: calc(24 * 100vw / 1366);
  font-weight: bold;
  color: #802077;
  margin-bottom: calc(40 * 100vh / 1366);
}

.aboutPage .voice-area .list-voice li .ba p {
  font-size: calc(16 * 100vw / 1366);
  line-height: calc(24 / 16);
}

.aboutPage .cp202207 img {
  width: 100%;
}

/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿//追記分＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/


.aboutPage .block:nth-child(1) picture,
.aboutPage .block:nth-child(4) picture {
  position: relative;
}

.aboutPage .block img {
  width: 100%;
}

.aboutPage .block .ttl {
  display: flex;
  align-items: flex-start;
}

.aboutPage .block .ttl .num {
  background: #4c3d4b;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.aboutPage .block .ttl .num.type02 {
  background: #ffd800;
  color: #802077;
}

.aboutPage .block .ttl .inr {
  flex: 1;
  font-weight: 700;
}

.aboutPage .block .catch {
  text-align: center;
}

.aboutPage .block .txt .large {
  font-weight: 700;
}

.aboutPage .block .catch dt {
  color: #802077;
  font-weight: 700;
  text-align: center;
}

.aboutPage .block:nth-child(1) .imgTxt {
  position: absolute;
  left: 0;
  bottom: 0;
}

.aboutPage .block:nth-child(1) .imgTxt dt .purple {
  color: #802077;
}

.aboutPage .block:nth-child(4) .imgTxt {
  position: absolute;
  left: 0;
  text-align: center;
}

.aboutPage .block:nth-child(4) .imgTxt dt {
  color: #802077;
  font-weight: 700;
}

.aboutPage #search h2 {
  height: auto;
  padding-left: 0;
  background: none;
}

.aboutPage .block02 {
  text-align: center;
}

.aboutPage .areaTitle+.block02 {
  text-align: center;
}

.aboutPage .block .ttl02,
.aboutPage .block02 .ttl {
  color: #802077;
  font-weight: 700;
  text-align: center;
}

.aboutPage .trialBox .box {
  background-color: #802077;
}

.aboutPage .trialBox .box h2 {
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutPage .trialBox .box a {
  background: url(/ren1909/images/about/btn_trial_bg.png) no-repeat center center;
  background-size: contain;
  text-shadow: 0 1px 4px rgba(51, 51, 51, 0.5);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity .3s ease-in;
}

@media screen and (max-width: 768px) {
  .aboutPage .mv img {
    margin-top: calc(-41 * 100vw / 750);
  }

  .aboutPage .areaTitle {
    background: url(/ren1909/images/about/area_title_bg_sp.png) no-repeat center center;
    background-size: cover;
    font-size: calc(48 * 100vw / 750);
    line-height: 1.2;
    padding: calc(40 * 100vw / 750);
    padding-top: calc(35 * 100vw / 750);
    padding-bottom: calc(73 * 100vw / 750);
  }

  .aboutPage .areaTitle.type02 {
    background: url(/ren1909/images/about/area_title_bg02_sp.png) no-repeat center center;
    background-size: cover;
  }

  .aboutPage .areaTitle.type03 {
    background: url(/ren1909/images/about/area_title_bg_sp03.png) no-repeat center center;
    background-size: cover;
    padding-bottom: calc(85 * 100vw / 750);
  }

  .aboutPage .btn-about {
    background-size: calc(30 * 100vw / 750) calc(19 * 100vw / 750);
    background-position-x: calc(525 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
    width: calc(590 * 100vw / 750);
    height: calc(90 * 100vw / 750);
    border-radius: calc(45 * 100vw / 750);
    margin-top: calc(39 * 100vw / 750);
  }

  .aboutPage .btn-about.type-search {
    background-size: calc(70 * 100vw / 750);
    background-position-x: calc(14 * 100vw / 750);
  }

  .aboutPage .btnBox a:not(:first-child) {
    margin-top: calc(40 * 100vw / 750);
  }

  .aboutPage .block {
    padding-top: calc(80 * 100vw / 750);
    padding-bottom: calc(80 * 100vw / 750);
  }

  .aboutPage .block:first-child {
    padding-top: calc(42 * 100vw / 750);
  }

  .aboutPage .block:last-child {
    padding-bottom: calc(150 * 100vw / 750);
  }

  .aboutPage .block:nth-child(4) {
    padding-top: calc(44 * 100vw / 750);
    padding-bottom: calc(167 * 100vw / 750);
  }

  .aboutPage .block .col.type02 .colRight {
    text-align: center;
  }

  .aboutPage .block .col.type02 .colRight img {
    width: auto;
  }

  .aboutPage .block .ttl {
    align-items: flex-start;
  }

  .aboutPage .block .ttl .num {
    font-size: calc(63 * 100vw / 750);
    line-height: calc(90 * 100vw / 750);
    width: calc(90 * 100vw / 750);
    margin-right: calc(19 * 100vw / 750);
  }

  .aboutPage .block .ttl .inr {
    font-size: calc(48 * 100vw / 750);
    line-height: 1.4;
    margin-top: calc(-5 * 100vw / 750);
  }

  .aboutPage .block .ttl .inr .marker {
    background: linear-gradient(#fff 0%, #fff 62%, #e5d8e5 63%, #e5d8e5 89%, #fff 90%);
  }

  .aboutPage .block .txt {
    margin-top: calc(25 * 100vw / 750);
    margin-bottom: calc(48 * 100vw / 750);
    font-size: calc(30 * 100vw / 750);
    line-height: calc(40 / 30);
  }

  .aboutPage .block .txt:first-child {
    margin-top: calc(0 * 100vw / 750);
  }

  .aboutPage .block .txt.type02:first-child {
    margin-bottom: calc(150 * 100vw / 750);
  }

  .aboutPage .block .note {
    font-size: calc(28 * 100vw / 750);
    line-height: calc(38 / 28);
  }

  .aboutPage .block .catch {
    background: url(/ren1909/images/about/catch_bg_sp.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: calc(32 * 100vw / 750);
    padding-bottom: calc(36 * 100vw / 750);
    margin-top: calc(110 * 100vw / 750);
    margin-right: calc(-4 * 100vw / 750);
    margin-left: calc(-4 * 100vw / 750);
  }

  .aboutPage .block .catch dt {
    font-size: calc(47 * 100vw / 750);
    line-height: calc(56 / 48);
    margin-bottom: calc(12 * 100vw / 750);
  }

  .aboutPage .block .catch dd {
    font-size: calc(24 * 100vw / 750);
  }

  .aboutPage .block .txt.type02+picture.imgCenter {
    margin-bottom: calc(120 * 100vw / 750);
  }

  .aboutPage .colRight {
    margin-top: calc(55 * 100vw / 750);
  }

  .aboutPage .block:nth-child(3) picture.imgCenter {
    margin-top: calc(70 * 100vw / 750);
  }

  .aboutPage .block:nth-child(4) picture.imgCenter {
    width: calc(467 * 100vw / 750);
    margin: auto;
    margin-top: calc(80 * 100vw / 750);
  }

  .aboutPage .block:nth-child(1) .imgTxt dt {
    font-size: calc(23 * 100vw / 750);
    font-weight: 700;
    line-height: calc(26 / 23);
  }

  .aboutPage .block:nth-child(1) .imgTxt dt .num {
    font-size: calc(52 * 100vw / 750);
  }

  .aboutPage .block:nth-child(1) .imgTxt dt .mark {
    font-size: calc(17 * 100vw / 750);
    position: relative;
    top: calc(-5 * 100vw / 750);
  }

  .aboutPage .block:nth-child(1) .imgTxt dd {
    font-size: calc(19 * 100vw / 750);
    line-height: calc(25 / 19);
    margin-top: calc(3 * 100vw / 750);
  }

  .aboutPage .block:nth-child(4) .imgTxt {
    top: calc(40 * 100vw / 750);
  }

  .aboutPage .block:nth-child(4) .imgTxt dt {
    font-size: calc(40 * 100vw / 750);
    line-height: calc(48 / 40);
  }

  .aboutPage .block:nth-child(4) .imgTxt dd {
    font-size: calc(24 * 100vw / 750);
    margin-top: calc(16 * 100vw / 750);
  }

  .aboutPage .block picture.voice,
  .aboutPage .trialBox picture.voice {
    margin-top: calc(40 * 100vw / 750);
  }

  .aboutPage .block picture.voice .btn_voice,
  .aboutPage .trialBox picture.voice .btn_voice {
    box-sizing: border-box;
    display: block;
    text-align: center;
    background-image: url(https://cv1.t1.stylement.jp./img/btn_voice.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(141 * 100vw / 750);
    color: #fff;
    font-weight: 700;
    font-size: calc(50 * 100vw / 750);
    padding-top: 1em;
  }

  .aboutPage .trialBox picture.voice .btn_voice {
    margin-top: calc(30 * 100vw / 750);
  }

  .aboutPage #search .box {
    margin-bottom: calc(150 * 100vw / 750);
    padding-top: calc(50 * 100vw / 750);
    padding-bottom: calc(50 * 100vw / 750);
    padding-left: calc(40 * 100vw / 750);
    padding-right: calc(40 * 100vw / 750);
  }

  .aboutPage #search h2 {
    font-size: calc(50 * 100vw / 750);
    text-align: center;
  }

  .aboutPage #trial {
    padding-bottom: calc(120 * 100vw / 750);
  }

  .aboutPage #trial img {
    max-width: 100%;
  }

  .aboutPage .block02 {
    padding-left: calc(40 * 100% / 750);
    padding-right: calc(40 * 100% / 750);
    padding-top: calc(120 * 100vw / 750);
    padding-bottom: calc(220 * 100vw / 750);
  }

  .aboutPage .areaTitle+.block02 {
    background-color: #e5d8e5;
    padding-top: calc(108 * 100vw / 750);
    padding-bottom: calc(151 * 100vw / 750);
    margin-top: calc(-31 * 100vw / 750);
  }

  .aboutPage .areaTitle+.block02.type02 {
    padding-top: calc(73 * 100vw / 750);
    padding-bottom: calc(118 * 100vw / 750);
    margin-top: calc(-113 * 100vw / 750);
  }

  .aboutPage .block02 .wrap {
    padding: 0;
  }

  .aboutPage .block .ttl02,
  .aboutPage .block02 .ttl {
    font-size: calc(48 * 100vw / 750);
  }

  .aboutPage .block .ttl02 {
    margin-bottom: calc(60 * 100vw / 750);
  }

  .aboutPage .block02 .catch {
    font-size: calc(42 * 100vw / 750);
    line-height: calc(58 / 42);
    margin-top: calc(25 * 100vw / 750);
  }

  .aboutPage .block02 .txt {
    font-size: calc(30 * 100vw / 750);
    line-height: calc(46 / 30);
    margin-top: calc(67 * 100vw / 750);
    text-align: left;
  }

  .aboutPage .block02 .movie {
    margin-top: calc(52 * 100vw / 750);
  }

  .aboutPage .block02 .movie iframe {
    width: 100%;
    height: calc(390 * 100vw / 750);
    margin: auto;
    background: #ccc;
  }

  .aboutPage .movie02 {
    margin-top: calc(75 * 100vw / 750);
  }

  .aboutPage .movie02 iframe {
    width: 100%;
    height: calc(390 * 100vw / 750);
    margin: auto;
    background: #ccc;
  }

  .aboutPage .trialBox .box {
    border-radius: calc(10 * 100vw / 750);
    margin-bottom: calc(50 * 100vw / 750);
    padding-top: calc(50 * 100vw / 750);
    padding-bottom: calc(50 * 100vw / 750);
    padding-left: calc(40 * 100vw / 750);
    padding-right: calc(40 * 100vw / 750);
  }

  .aboutPage .trialBox .box h2 {
    font-size: calc(50 * 100vw / 750);
    text-align: center;
  }

  .aboutPage .trialBox .box a {
    font-size: calc(40 * 100vw / 750);
    width: 100%;
    height: calc(90 * 100vw / 750);
    border-radius: calc(45 * 100vw / 750);
    margin-top: calc(40 * 100vw / 750);
  }

  .aboutPage .trialBox picture.voice {
    margin-bottom: calc(150 * 100vw / 750);
    padding-bottom: calc(50 * 100vw / 750);
  }

  .aboutPage .trialBox picture.voice img {
    width: 100%;
  }

  /*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿202207追記分＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

  .aboutPage .price_box {
    width: 100%;
    margin-bottom: calc(40 * 100vw / 750);
  }

  .aboutPage .voice_wrap {
    display: block;
  }

  .aboutPage .price_box h4 {
    font-size: calc(48 * 100vw / 750);
    padding-top: calc(30 * 100vw / 750);
    padding-bottom: calc(30 * 100vw / 750);
  }

  .aboutPage .price_box h5 {
    font-size: calc(45 * 100vw / 750);
  }

  .aboutPage .sp_cp {
    padding-top: calc(40 * 100vw / 750);
  }

  .aboutPage .block .txt.no_mb {
    margin-bottom: 0;
  }

  .aboutPage .cp202207 {
    width: 100%;
  }

  .aboutPage .block .txt.pb50 {
    padding-bottom: calc(50 * 100vw / 750);
    font-size: calc(30 * 100vw / 750);
  }

  .aboutPage .voice-area p.txt {
    font-size: calc(30 * 100vw / 750);
    line-height: calc(40 / 30);
    margin-bottom: calc(60 * 100vw / 750);
  }

  .aboutPage .cv_1,
  .aboutPage .cv_2 {
    width: 100%;
    padding-bottom: 160%;
    background-size: contain;
  }

  .aboutPage .ba h5 {
    font-size: calc(40 * 100vw / 750);
    line-height: calc(50 / 48);
    margin-bottom: calc(15 * 100vh / 750);
  }

  .aboutPage .pd20 {
    padding: calc(30 * 100vw / 750);
  }

  .aboutPage .pd20 p.txt {
    margin-bottom: 0;
  }

  .txt_cont {
    font-size: calc(30 * 100vw / 750);
    line-height: calc(40 / 30);
    margin-bottom: calc(45 * 100vw / 750);
  }

  .aboutPage .voice-area .list-voice li .ba p {
    font-size: calc(23 * 100vw / 750);
    line-height: calc(30 / 25);
  }

  .aboutPage .block.nomb {
    padding-bottom: 0;
  }

  .aboutPage .block.mb110 {
    padding-top: calc(44 * 100vw / 750);
    padding-bottom: calc(100 * 100vw / 750);
  }

  .aboutPage .voice_wrap.mt130 {
    margin-top: calc(130 * 100vw / 750);
  }

  /*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿//追記分＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/


}

@media print,
screen and (min-width: 769px) {
  .aboutPage .mv img {
    margin-top: calc(-34 * 100vw / 1366);
  }

  .aboutPage .areaTitle {
    background: url(/ren1909/images/about/area_title_bg.png) no-repeat center center;
    background-size: cover;
    font-size: calc(36 * 100vw / 1366);
    padding: calc(40 * 100vw / 1366);
    padding-top: calc(44 * 100vw / 1366);
    padding-bottom: calc(73 * 100vw / 1366);
  }

  .aboutPage .areaTitle.type02 {
    background: url(/ren1909/images/about/area_title_bg02.png) no-repeat center center;
    background-size: cover;
  }

  .aboutPage .areaTitle.type03 {
    background: url(/ren1909/images/about/area_title_bg03.png) no-repeat center center;
    background-size: cover;
    padding-top: calc(18 * 100vw / 1366);
  }

  .aboutPage .areaTitle .sml {
    font-size: calc(24 * 100vw / 1366);
    display: inline-block;
    margin-bottom: calc(10 * 100vw / 1366);
  }

  .aboutPage .btnBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .aboutPage .btn-about {
    background-size: calc(20 * 100vw / 1366) calc(13 * 100vw / 1366);
    background-position-x: calc(386 * 100vw / 1366);
    font-size: calc(24 * 100vw / 1366);
    width: calc(450 * 100vw / 1366);
    height: calc(70 * 100vw / 1366);
    border-radius: calc(35 * 100vw / 1366);
    margin-top: calc(44 * 100vw / 1366);
  }

  .aboutPage .btnBox .btn-about {
    width: calc(436 * 100vw / 1366);
  }

  .aboutPage .btn-about.type-search {
    background-size: calc(53 * 100vw / 1366);
    background-position-x: calc(10 * 100vw / 1366);
  }

  .aboutPage .wrap {
    padding-left: calc(193 * 100% / 1366);
    padding-right: calc(193 * 100% / 1366);
  }

  .aboutPage .block {
    padding-top: calc(80 * 100vw / 1366);
    padding-bottom: calc(80 * 100vw / 1366);
  }

  .aboutPage .block:first-child {
    padding-top: calc(80 * 100vw / 1366);
    padding-bottom: calc(90 * 100vw / 1366);
  }

  .aboutPage .block:nth-child(4) {
    padding-top: calc(60 * 100vw / 1366);
    padding-bottom: calc(80 * 100vw / 1366);
  }

  .aboutPage .col {
    display: flex;
    justify-content: space-between;
  }

  .aboutPage .colLeft {
    width: calc(450 * 100vw / 1366);
  }

  .aboutPage .colRight {
    width: calc(490 * 100vw / 1366);
  }

  .aboutPage .col.type02 .colLeft {
    width: calc(650 * 100vw / 1366);
  }

  .aboutPage .col.type02 .colRight {
    width: calc(290 * 100vw / 1366);
  }

  .aboutPage .block:nth-child(3) .ttl {
    align-items: flex-start;
  }

  .aboutPage .block .ttl .num {
    font-size: calc(42 * 100vw / 1366);
    line-height: calc(60 * 100vw / 1366);
    width: calc(60 * 100vw / 1366);
    margin-right: calc(19 * 100vw / 1366);
  }

  .aboutPage .block .ttl .inr {
    font-size: calc(24 * 100vw / 1366);
    line-height: calc(36 / 24);
    margin-top: calc(-6 * 100vw / 1366);
  }

  .aboutPage .block .ttl .inr .marker {
    background: linear-gradient(transparent 0%, #fff 67%, #e5d8e5 68%, #e5d8e5 90%);
  }

  .aboutPage .block .txt {
    font-size: calc(16 * 100vw / 1366);
    line-height: calc(24 / 16);
    margin-top: calc(13 * 100vw / 1366);
  }

  .aboutPage .block .col .txt {
    font-size: calc(20 * 100vw / 1366);
    line-height: calc(32 / 20);
  }

  .aboutPage .block .txt.type02 {
    margin-bottom: calc(4 * 100vw / 1366);
    font-size: calc(20 * 100vw / 1366);
    line-height: calc(32 / 20);
  }

  .aboutPage .block .txt:first-child {
    margin-top: calc(0 * 100vw / 1366);
  }

  .aboutPage .block .txt .large {
    font-size: calc(20 * 100vw / 1366);
  }

  .aboutPage .block .note {
    font-size: calc(14 * 100vw / 1366);
    line-height: calc(20 / 14);
  }

  .aboutPage .block .catch {
    background: url(/ren1909/images/about/catch_bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: calc(20 * 100vw / 1366);
    margin-top: calc(80 * 100vw / 1366);
  }

  .aboutPage .block .catch dt {
    font-size: calc(32 * 100vw / 1366);
    line-height: calc(38 / 32);
    margin-bottom: calc(8 * 100vw / 1366);
  }

  .aboutPage .block .catch dd {
    font-size: calc(16 * 100vw / 1366);
    line-height: calc(22 / 16);
  }

  .aboutPage .block picture.imgCenter,
  .aboutPage .trialBox picture.imgCenter {
    text-align: center;
  }

  .aboutPage .block .txt.type02+picture.imgCenter {
    margin-top: calc(14 * 100vw / 1366);
    margin-bottom: calc(120 * 100vw / 1366);
  }

  .aboutPage .block picture.voice {
    margin-top: calc(40 * 100vw / 1366);
  }

  .aboutPage .block picture.voice .btn_voice,
  .aboutPage .trialBox picture.voice .btn_voice {
    box-sizing: border-box;
    display: block;
    text-align: center;
    background-image: url(https://cv1.t1.stylement.jp./img/btn_voice.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: calc(90 * 100vw / 1366);
    color: #fff;
    font-weight: 700;
    font-size: calc(30 * 100vw / 1366);
    padding-top: 1em;
    margin-top: calc(15 * 100vw / 1366);
  }

  .aboutPage .block:nth-child(3) picture.imgCenter {
    margin-top: calc(77 * 100vw / 1366);
  }

  .aboutPage .block:nth-child(4) picture.imgCenter {
    margin: auto;
    margin-top: calc(57 * 100vw / 1366);
    width: calc(379 * 100vw / 1366);
  }

  .aboutPage .block picture.imgCenter img,
  .aboutPage .trialBox picture.imgCenter img {
    width: auto;
    max-width: 100%;
    margin: auto;
  }

  .aboutPage .block:nth-child(1) .imgTxt dt {
    font-size: calc(17 * 100vw / 1366);
    font-weight: 700;
    line-height: calc(19 / 17);
  }

  .aboutPage .block:nth-child(1) .imgTxt dt .num {
    font-size: calc(38 * 100vw / 1366);
  }

  .aboutPage .block:nth-child(1) .imgTxt dt .mark {
    font-size: calc(10 * 100vw / 1366);
    vertical-align: super;
  }

  .aboutPage .block:nth-child(1) .imgTxt dd {
    font-size: calc(14 * 100vw / 1366);
    line-height: calc(18 / 14);
    margin-top: calc(3 * 100vw / 1366);
  }

  .aboutPage .block:nth-child(4) .imgTxt {
    top: calc(55 * 100vw / 1366);
  }

  .aboutPage .block:nth-child(4) .imgTxt dt {
    font-size: calc(30 * 100vw / 1366);
    line-height: calc(38 / 30);
  }

  .aboutPage .block:nth-child(4) .imgTxt dd {
    font-size: calc(18 * 100vw / 1366);
    margin-top: calc(16 * 100vw / 1366);
  }

  .aboutPage #search .box {
    margin-bottom: calc(150 * 100vw / 1366);
    padding-top: calc(35 * 100vw / 1366);
    padding-bottom: calc(35 * 100vw / 1366);
    padding-left: calc(60 * 100vw / 1366);
    padding-right: calc(53 * 100vw / 1366);
  }

  .aboutPage #search h2 {
    font-size: calc(32 * 100vw / 1366);
  }

  .aboutPage #trial {
    padding-left: calc(193 * 100% / 1366);
    padding-right: calc(193 * 100% / 1366);
    padding-bottom: calc(120 * 100vw / 1366);
  }

  .aboutPage #trial a img {
    width: 100%;
  }

  .aboutPage .block02 {
    padding-top: calc(80 * 100vw / 1366);
    padding-bottom: calc(100 * 100vw / 1366);
  }

  .aboutPage .areaTitle+.block02 {
    background-color: #e5d8e5;
    padding-top: calc(74 * 100vw / 1366);
    padding-bottom: calc(76 * 100vw / 1366);
    margin-top: calc(-31 * 100vw / 1366);
  }

  .aboutPage .areaTitle+.block02.type02 {
    text-align: left;
    padding-top: calc(29 * 100vw / 1366);
    padding-bottom: calc(160 * 100vw / 1366);
  }

  .aboutPage .block .ttl02,
  .aboutPage .block02 .ttl {
    font-size: calc(30 * 100vw / 1366);
  }

  .aboutPage .block .ttl02 {
    margin-bottom: calc(50 * 100vw / 1366);
  }

  .aboutPage .block .txt.type02+.ttl02 {
    margin-top: calc(114 * 100vw / 1366);
  }

  .aboutPage .block02 .catch {
    font-size: calc(24 * 100vw / 1366);
    line-height: calc(36 / 24);
    margin-top: calc(24 * 100vw / 1366);
  }

  .aboutPage .block02 .txt {
    font-size: calc(16 * 100vw / 1366);
    line-height: calc(24 / 16);
    margin-top: calc(40 * 100vw / 1366);
  }

  .aboutPage .block02 .movie {
    margin-top: calc(30 * 100vw / 1366);
  }

  .aboutPage .block02 .movie iframe {
    width: calc(400 * 100vw / 1366);
    height: calc(300 * 100vw / 1366);
    margin: auto;
    background: #ccc;
  }

  .aboutPage .movie02 {
    margin-top: calc(80 * 100vw / 1366);
    text-align: center;
  }

  .aboutPage .movie02 iframe {
    width: calc(488 * 100vw / 1366);
    height: calc(300 * 100vw / 1366);
    margin: auto;
    background: #ccc;
  }

  .aboutPage .trialBox .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: calc(10 * 100vw / 1366);
    margin-top: calc(-10 * 100vw / 1366);
    margin-bottom: calc(50 * 100vw / 1366);
    padding-top: calc(35 * 100vw / 1366);
    padding-bottom: calc(35 * 100vw / 1366);
    padding-left: calc(60 * 100vw / 1366);
    padding-right: calc(53 * 100vw / 1366);
  }

  .aboutPage .trialBox .box h2 {
    font-size: calc(32 * 100vw / 1366);
  }

  .aboutPage .trialBox .box a {
    font-size: calc(24 * 100vw / 1366);
    width: calc(450 * 100vw / 1366);
    height: calc(70 * 100vw / 1366);
  }

  .aboutPage .trialBox picture.voice {
    margin-bottom: calc(50 * 100vw / 1366);
    padding-bottom: calc(35 * 100vw / 1366);
  }

  /*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿202207追記分＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

  .aboutPage .block.nomb {
    padding-bottom: 0;
  }

  /*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿//追記分＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
}

@media print,
screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media print,
screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

.aboutPage .link-box {
  background-color: #802077;
  text-align: center;
}

.aboutPage .link-box .ttl {
  color: #fff;
  font-weight: 700;
}

.aboutPage .link-box .btn-about {
  background-image: url(/ren1909/images/ui/icon/arrow_gray.png);
}

@media print,
screen and (max-width: 768px) {
  .aboutPage .link-box {
    border-radius: calc(20 * 100vw / 750);
    padding: calc(40 * 100vw / 750);
    padding-top: calc(45 * 100vw / 750);
    padding-bottom: calc(50 * 100vw / 750);
    margin-top: calc(80 * 100vw / 750);
  }

  .aboutPage .link-box .ttl {
    font-size: calc(50 * 100vw / 750);
    line-height: 1.2;
  }

  .aboutPage .link-box .btn-about {
    background-size: calc(19 * 100vw / 750) calc(30 * 100vw / 750);
    background-position-x: calc(541 * 100vw / 750);
    margin-top: calc(35 * 100vw / 750);
  }
}

@media print,
screen and (min-width: 769px) {
  .aboutPage .link-box {
    border-radius: calc(10 * 100vw / 1366);
    padding: calc(30 * 100vw / 1366);
    margin-top: calc(50 * 100vw / 1366);
  }

  .aboutPage .link-box.type02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: calc(60 * 100vw / 1366);
    padding-right: calc(53 * 100vw / 1366);
  }

  .aboutPage .link-box .ttl {
    font-size: calc(32 * 100vw / 1366);
    line-height: 1.375;
  }

  .aboutPage .link-box.type02 .ttl {
    text-align: left;
    margin-top: calc(0 * 100vw / 1366);
  }

  .aboutPage .link-box .btn-about {
    background-size: calc(16 * 100vw / 1366) calc(24 * 100vw / 1366);
    background-position-x: calc(411 * 100vw / 1366);
    margin-top: calc(15 * 100vw / 1366);
  }

  .aboutPage .link-box.type02 .btn-about {
    margin-top: auto;
    margin-right: 0;
  }
}

.aboutPage .voice-area {
  background: #ededed;
}

.aboutPage .voice-area .ttl-voice {
  color: #802077;
  font-weight: 700;
  text-align: center;
}

.aboutPage .trial .ttl-voice {
  color: #802077;
  font-weight: 700;
  text-align: center;
}

.aboutPage .voice-area .list-voice li .ba img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.aboutPage .voice-area .list-voice li p {
  font-feature-settings: "palt";
}

.aboutPage .trial .flow li .img {
  position: relative;
}

.aboutPage .trial .flow li:not(:last-of-type) .img::after {
  display: block;
  content: '';
  position: absolute;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.aboutPage .trial .flow li .img img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.aboutPage .trial .flow li h4 {
  text-align: center;
  font-weight: 700;
}

.aboutPage .trial .notice .marker {
  background: linear-gradient(transparent 0%, #fff 67%, #e5d8e5 68%, #e5d8e5 90%);
  font-weight: 700;
}

.aboutPage .online .wrap .img img {
  display: block;
  max-width: 100%;
}

.aboutPage .online .wrap .btn {
  background-color: #ffd800;
  background-image: url(/ren1909/images/ui/icon/arrow_gray.png);
  background-repeat: no-repeat;
  background-position-y: center;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity .3s ease-in;
  margin: auto;
}

@media print,
screen and (max-width: 768px) {
  .aboutPage .voice-area {
    padding-top: calc(60 * 100vw / 750);
    padding-bottom: calc(145 * 100vw / 750);
  }

  .aboutPage .voice-area .ttl-voice {
    margin-bottom: calc(60 * 100vw / 750);
    font-size: calc(48 * 100vw / 750);
  }

  .aboutPage .trial .ttl-voice {
    font-size: calc(48 * 100vw / 750);
    margin-bottom: calc(90 * 100vw / 750);
  }

  .aboutPage .voice-area .list-voice {
    margin-bottom: calc(12 * 100vw / 750);
  }

  .aboutPage .voice-area .list-voice li {
    margin-bottom: calc(86 * 100vw / 750);
  }

  .aboutPage .voice-area .list-voice li .ba {
    margin-bottom: calc(17 * 100vw / 750);
  }

  .aboutPage .voice-area .list-voice li p {
    font-size: calc(30 * 100vw / 750);
    line-height: calc(40 * 100vw / 750);
  }

  .aboutPage .voice-area .notice li {
    font-size: calc(30 * 100vw / 750);
    line-height: calc(40 * 100vw / 750);
  }

  .aboutPage .trial {
    padding-top: calc(60 * 100vw / 750);
    padding-bottom: calc(150 * 100vw / 750);
  }

  .aboutPage .trial .ttl-voice {
    margin-bottom: calc(54 * 100vw / 750);
    font-size: calc(48 * 100vw / 750);
  }

  .aboutPage .trial .ttl-voice+p {
    margin-bottom: calc(37 * 100vw / 750);
    font-size: calc(30 * 100vw / 750);
    line-height: calc(40 * 100vw / 750);
  }

  .aboutPage .trial .flow {
    margin-bottom: calc(50 * 100vw / 750);
  }

  .aboutPage .trial .flow li {
    width: calc(500 * 100vw / 750);
    margin: 0 auto;
  }

  .aboutPage .trial .flow li:not(:last-of-type) {
    margin-bottom: calc(128 * 100vw / 750);
  }

  .aboutPage .trial .flow li .img {
    margin-bottom: calc(13 * 100vw / 750);
  }

  .aboutPage .trial .flow li:not(:last-of-type) .img::after {
    left: calc(50% - calc(34 * 100vw / 750));
    bottom: calc(-150 * 100vw / 750);
    width: calc(68 * 100vw / 750);
    height: calc(45 * 100vw / 750);
    background-image: url(/about/img/about_flow_arrow_sp.png);
  }

  .aboutPage .trial .flow li h4 {
    font-size: calc(48 * 100vw / 750);
    line-height: 1;
  }

  .aboutPage .trial .notice {
    margin-bottom: calc(80 * 100vw / 750);
    font-size: calc(30 * 100vw / 750);
    line-height: calc(40 * 100vw / 750);
  }

  .aboutPage .trial .bnr-top {
    margin: 0 calc(40 * 100vw / 750);
  }

  .aboutPage .trial .bnr-top img {
    display: block;
    max-width: 100%;
  }

  .aboutPage .online {
    padding-bottom: calc(100 * 100vw / 750);
  }

  .aboutPage .online .areaTitle {
    margin-bottom: calc(35 * 100vw / 750);
  }

  .aboutPage .online .wrap p {
    margin-bottom: calc(35 * 100vw / 750);
    font-size: calc(30 * 100vw / 750);
    line-height: calc(46 * 100vw / 750);
  }

  .aboutPage .online .wrap .img {
    margin-bottom: calc(60 * 100vw / 750);
  }

  .aboutPage .online .wrap .btn {
    background-size: calc(19 * 100vw / 750) calc(30 * 100vw / 750);
    background-position-x: calc(541 * 100vw / 750);
    margin-top: calc(35 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
    width: calc(590 * 100vw / 750);
    height: calc(90 * 100vw / 750);
    border-radius: calc(45 * 100vw / 750);
  }

  .aboutPage .voice-area .list-voice li {
    margin-bottom: calc(35 * 100vw / 750);
  }
}

@media print,
screen and (min-width: 769px) {
  .aboutPage .voice-area {
    padding-top: calc(80 * 100vw / 1366);
    padding-bottom: calc(76 * 100vw / 1366);
  }

  .aboutPage .voice-area .ttl-voice {
    font-size: calc(30 * 100vw / 1366);
    margin-bottom: calc(50 * 100vw / 1366);
  }

  .aboutPage .voice-area .list-voice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: calc(12 * 100vw / 1366);
  }

  .aboutPage .voice-area .list-voice li {
    width: calc((100% - calc(40 * 100vw / 1366)) / 2);
    margin-bottom: calc(60 * 100vw / 1366);
  }

  .aboutPage .voice-area .list-voice li .ba {
    margin-bottom: calc(15 * 100vw / 1366);
  }

  .aboutPage .voice-area .list-voice li p {
    font-size: calc(20 * 100vw / 1366);
    line-height: calc(32 * 100vw / 1366);
  }

  .aboutPage .voice-area .notice li {
    font-size: calc(20 * 100vw / 1366);
    line-height: calc(32 * 100vw / 1366);
  }

  .aboutPage .trial {
    padding-top: calc(75 * 100vw / 1366);
    padding-bottom: calc(120 * 100vw / 1366);
  }

  .aboutPage .trial .ttl-voice {
    font-size: calc(30 * 100vw / 1366);
    margin-bottom: calc(50 * 100vw / 1366);
  }

  .aboutPage .trial .ttl-voice+p {
    margin-bottom: calc(55 * 100vw / 1366);
    font-size: calc(20 * 100vw / 1366);
    line-height: calc(32 * 100vw / 1366);
  }

  .aboutPage .trial .flow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(50 * 100vw / 1366);
  }

  .aboutPage .trial .flow li {
    width: calc((100% - calc(170 * 100vw / 1366)) / 3);
  }

  .aboutPage .trial .flow li:not(:last-of-type) {
    margin-right: calc(85 * 100vw / 1366);
  }

  .aboutPage .trial .flow li .img {
    margin-bottom: calc(13 * 100vw / 1366);
  }

  .aboutPage .trial .flow li:not(:last-of-type) .img::after {
    top: calc(50% - calc(23 * 100vw / 1366));
    right: calc(-57 * 100vw / 1366);
    width: calc(30 * 100vw / 1366);
    height: calc(45 * 100vw / 1366);
    background-image: url(/about/img/about_flow_arrow_pc.png);
  }

  .aboutPage .trial .flow li h4 {
    font-size: calc(24 * 100vw / 1366);
    line-height: calc(36 * 100vw / 1366);
  }

  .aboutPage .trial .notice {
    margin-bottom: calc(80 * 100vw / 1366);
    font-size: calc(20 * 100vw / 1366);
    line-height: calc(30 * 100vw / 1366);
  }

  .aboutPage .trial .bnr-top {
    width: calc(750 * 100vw / 1366);
    margin: 0 auto;
  }

  .aboutPage .online {
    padding-bottom: calc(100 * 100vw / 1366);
  }

  .aboutPage .online .areaTitle {
    margin-bottom: calc(15 * 100vw / 1366);
  }

  .aboutPage .online .wrap p {
    margin-bottom: calc(35 * 100vw / 1366);
    font-size: calc(20 * 100vw / 1366);
    line-height: calc(32 * 100vw / 1366);
  }

  .aboutPage .online .wrap .img {
    width: calc(600 * 100vw / 1366);
    margin: 0 auto calc(60 * 100vw / 1366);
  }

  .aboutPage .online .wrap .btn {
    background-size: calc(15 * 100vw / 1366) calc(24 * 100vw / 1366);
    background-position-x: calc(412 * 100vw / 1366);
    font-size: calc(24 * 100vw / 1366);
    width: calc(450 * 100vw / 1366);
    height: calc(70 * 100vw / 1366);
    border-radius: calc(35 * 100vw / 1366);
    margin-top: calc(44 * 100vw / 1366);
  }
}

.countdown {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  background: #e60012;
}
.countdown__content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
.countdown__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown__head * {
  color: #fff;
  line-height: 1.25;
}
.countdown__head .small {
  font-weight: normal;
}
.countdown__wrap {
  display: flex;
  align-items: center;
}
.countdown__num {
  display: block;
  text-align: center;
  background: #fff;
  color: #333;
}
.countdown__sep {
  color: #fff;
  line-height: 1;
}
@media print,screen and (max-width: 768px) {
  .countdown__content {
    gap: 0 calc(12 * 100vw / 750);
    height: calc(82 * 100vw / 750);
  }
  .countdown__head .small {
    font-size: calc(16 * 100vw / 750);
  }
  .countdown__head .big {
    font-size: calc(25 * 100vw / 750);
  }
  .countdown__wrap {
    gap: calc(7 * 100vw / 750);
  }
  .countdown__num {
    width: calc(52 * 100vw / 750);
    height: calc(47 * 100vw / 750);
    font-size: calc(33 * 100vw / 750);
    line-height: calc(47 * 100vw / 750);
  }
  .countdown__sep {
    font-size: calc(23 * 100vw / 750);
  }
  .isCountdown {
    padding-top: calc(82 * 100vw / 750);
  }
}
@media print,screen and (min-width: 769px) {
  .countdown__content {
    gap: 0 calc(10 * 100vw / 1366);
    height: calc(70 * 100vw / 1366);
  }
  .countdown__head .small {
    font-size: calc(16 * 100vw / 1366);
  }
  .countdown__head .big {
    font-size: calc(24 * 100vw / 1366);
  }
  .countdown__wrap {
    gap: 0 calc(4 * 100vw / 1366)
  }
  .countdown__num {
    width: calc(44 * 100vw / 1366);
    height: calc(40 * 100vw / 1366);
    font-size: calc(28 * 100vw / 1366);
    line-height: calc(40 * 100vw / 1366);
  }
  .countdown__sep {
    font-size: calc(20 * 100vw / 1366);
  }
  .isCountdown {
    padding-top: calc(220 * 100vw / 1366);
  }
  .isCountdown #header {
    top: calc(70 * 100vw / 1366);
  }
}

@media print, screen and (min-width: 9200px) {
  .countdown__content {
    gap: 0 10px;
    height: 70px;
  }
  .countdown__head .small {
    font-size: 16px;
  }
  .countdown__head .big {
    font-size: 24px;
  }
  .countdown__wrap {
    gap: 0 5px;
  }
  .countdown__num {
    width: 44px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
  }
  .countdown__sep {
    font-size: 20px;
  }
  .isCountdown {
    padding-top: 220px;
  }
  .isCountdown #header {
    top: 70px;
  }
}