@charset "UTF-8";
/**/
.pink {
  color: #F61C93;
}

.yellow {
  color: #F5DD33;
}

.text_grad_pink {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  background-image: linear-gradient(to right, #FF8383 0, #F61C93 50%);
}

/* header */
.header_btn_wrap .header_simulation a {
  background: #666;
  color: #eee;
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
}
.header_btn_wrap .header_to_biz a {
  background: #666;
  color: #eee;
  font-weight: 500;
}

/* FV PC */
.fv_pc {
  padding: 5.078125vw 14.84375vw 2.34375vw;
  /*background: url(../images/img_fv_11.png) no-repeat center top 35%/100%, radial-gradient(#E059D1, #4E3BC2 56%, #00035A);
  background: linear-gradient(135deg , #E059D1, #4E3BC2 50%, #00035A);*/
  background: #f2f5fe;
  /*background-blend-mode: multiply;*/
  /*乗算*/
}
.fv_pc .fv_pc_content {
  margin-top: 0.78125vw;
  position: relative;
  height: 19.53125vw;
}
.fv_pc .fv_pc_content > * {
  position: absolute;
}
.fv_pc .fv_pc_content .limited_title {
  text-shadow: 2px 2px 0 #fff;
  font-size: 1.2em;
  color: #795000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.fv_pc .fv_pc_content .limited_title span {
  background: url(../images/ribbon.png) no-repeat center/contain;
  padding: 0.5em 3em;
}
.fv_pc .fv_pc_content .fv_pc_main_device:nth-child(1) {
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
}
.fv_pc .fv_pc_content .fv_pc_main_device:nth-child(2) {
  width: 27.4%;
  bottom: -0.78125vw;
  left: 5.5%;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy {
  top: 2.34375vw;
  width: 100%;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy h2 {
  text-align: center;
  font-size: 2.1em;
  line-height: 1.4;
  color: #F61C93;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy h2 .back_white {
  display: inline-block;
  /*background: #fff;*/
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy h2 .ff_barlow {
  font-size: 140%;
  line-height: 0.9;
  display: inline-block;
  margin: 0 5px;
  vertical-align: -0.06em;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy h2 .hira {
  font-size: 70%;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .fv_price {
  margin-top: 3.125vw;
  margin-left: 24.609375vw;
  display: flex;
  align-items: center;
  gap: 1em;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .fv_price .strengths p {
  white-space: nowrap;
  border-radius: 999px;
  display: inline-block;
  padding: 0.2em 1em;
  background: #000018;
  color: #fff;
  font-size: 1em;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .fv_price .strengths p + p {
  margin-top: 0.5em;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .fv_price .flex {
  /*text-shadow: 0 0 10px rgba(17,0,83,.8);*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .fv_price .flex > span {
  line-height: 1.2;
  margin-right: 0.28em;
  font-size: 1.75em;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .price {
  display: flex;
  align-items: flex-end;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .tax-excluded {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.4em;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .tax-excluded span:nth-child(1):not(.tax) {
  color: #F61C93;
  font-size: 5.25em;
  line-height: 0.9;
  margin: 0 0.06em;
  text-shadow: 3px 3px 0 #fff;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .tax-excluded span:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.75em;
  line-height: 0.94;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .tax-excluded span:nth-child(2) .tax {
  white-space: nowrap;
  font-size: 0.4em;
  line-height: 1.6;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .plan_tax-included {
  font-size: 0.8em;
  margin-left: 0.4em;
}
.fv_pc .fv_pc_content .fv_pc_main_main-copy .plan_tax-included span {
  font-size: 1.1em;
}
.fv_pc .more_info {
  /*text-shadow: 0 0 10px rgba(17,0,83,.8);*/
  margin-top: 1em;
  text-align: center;
}
.fv_pc .more_info .and {
  font-size: 1.2em;
  position: relative;
  display: inline-block;
}
.fv_pc .more_info .and::before, .fv_pc .more_info .and::after {
  content: "";
  height: 1em;
  width: 2px;
  background: #000018;
  /*text-shadow: 0 0 10px rgba(17,0,83,.8);*/
  position: absolute;
  top: 50%;
}
.fv_pc .more_info .and::before {
  right: calc(100% + 0.4em);
  transform: rotate(-20deg) translateY(-50%);
}
.fv_pc .more_info .and::after {
  right: auto;
  left: calc(100% + 0.4em);
  transform: rotate(20deg) translateY(-50%);
}
.fv_pc .more_info p {
  font-size: 1.8em;
}
.fv_pc .more_info p .back_white {
  background: #fff;
  border-top: 1px solid #000018;
  border-bottom: 1px solid #000018;
  padding: 5px 1em;
}
.fv_pc .more_info p .ff_barlow {
  font-size: 160%;
  line-height: 1;
  vertical-align: -0.05em;
  display: inline-block;
  margin: 0 0.08em;
}
.fv_pc .award {
  margin-top: 1em;
  position: relative;
}
.fv_pc .award--contents {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
}
.fv_pc .award--contents figure {
  width: 5.5em;
  height: 5.5em;
}
.fv_pc .award--contents .text {
  line-height: 1.4;
}
.fv_pc .award--contents .text p {
  font-size: 1.2em;
  background: linear-gradient(135deg, #c39b42 0%, #cca13e 25%, #e5bf5e 50%, #9a6f1b 75%, #fbe68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv_pc .award--contents .text span {
  font-size: 0.6em;
  font-weight: 500;
}
.fv_pc .award--contents .text span a {
  text-decoration: underline;
  color: #239ffd;
}
.fv_pc .fv_note_bottom {
  font-size: 0.6em;
  font-weight: normal;
}

/* FV SP */
.fv_sp_title {
  color: #F61C93;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  letter-spacing: 0.02em;
  position: absolute;
  z-index: 2;
  padding-top: 2.5641025641vw;
}
.fv_sp_title .back_white {
  /*background: #fff;*/
  display: inline-block;
}
.fv_sp_title .back_white .hira {
  font-size: 70%;
}
.fv_sp_title > span .ff_barlow {
  line-height: 0.9;
  font-size: 1.3em;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0 0.05em;
  vertical-align: -0.05em;
}
.fv_sp_title > span:nth-child(2) {
  font-size: 1em;
}
.fv_sp_title > span:nth-child(2) .hira {
  font-size: 0.6em;
}
.fv_sp_title > span:nth-child(3) {
  font-size: 1em;
}

.fv_sp {
  padding: 37.1794871795vw 10.2564102564vw 7.6923076923vw;
  background: #f2f5fe;
  min-height: auto;
}
.fv_sp::before, .fv_sp::after {
  background: none;
}
.fv_sp .fv_sp_main {
  position: relative;
  height: 38.4615384615vw;
}
.fv_sp .fv_sp_main .fv_sp_main_device {
  position: absolute;
}
.fv_sp .fv_sp_main .fv_sp_main_device:nth-child(1) {
  height: 100%;
  width: auto;
  left: 7.6923076923vw;
  bottom: 0;
}
.fv_sp .fv_sp_main .fv_sp_main_device:nth-child(2) {
  height: 40%;
  width: auto;
  left: 37.9487179487vw;
  bottom: 0;
}
.fv_sp .fv_sp_main .fv_sp_main_txt-box {
  position: absolute;
  top: 10%;
  left: 41%;
  white-space: nowrap;
}
.fv_sp .fv_sp_main .fv_sp_main_txt-box .strengths {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35em;
}
.fv_sp .fv_sp_main .fv_sp_main_txt-box .strengths p {
  background: #000018;
  color: #fff;
  display: inline-block;
  border-radius: 999px;
  font-size: 0.8em;
  padding: 0.4em 1em;
}
.fv_sp .fv_sp_main .fv_sp_main_txt-box .fv_price {
  display: flex;
  align-items: flex-end;
  gap: 0.6em;
}
.fv_sp .fv_sp_main .fv_sp_main_txt-box .fv_price p {
  line-height: 1.1;
  font-size: 1em;
  writing-mode: vertical-rl;
}
.fv_sp .fv_sp_main .fv_sp_main_txt-box .fv_price .price .flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.fv_sp .fv_sp_main .fv_sp_main_txt-box .fv_price .price .flex span:nth-child(1):not(.tax) {
  color: #F61C93;
  font-size: 3.2em;
  line-height: 1;
  margin: 0 0.05em -0.05em 0;
  text-shadow: 2px 2px 0 #fff;
}
.fv_sp .fv_sp_main .fv_sp_main_txt-box .fv_price .price .flex span:nth-child(2) {
  display: flex;
  flex-direction: column;
  font-size: 1em;
  line-height: 1;
}
.fv_sp .fv_sp_main .fv_sp_main_txt-box .fv_price .price .flex span:nth-child(2) span {
  font-size: 0.625em;
  line-height: 1.4;
  font-weight: 500;
}
.fv_sp .more_info {
  margin-top: 0.5em;
  text-align: center;
}
.fv_sp .more_info .and {
  font-size: 1em;
  position: relative;
  display: inline-block;
}
.fv_sp .more_info .and::before, .fv_sp .more_info .and::after {
  content: "";
  height: 1em;
  width: 2px;
  background: #000018;
  /*text-shadow: 0 0 10px rgba(17,0,83,.8);*/
  position: absolute;
  top: 50%;
}
.fv_sp .more_info .and::before {
  right: calc(100% + 0.4em);
  transform: rotate(-20deg) translateY(-50%);
}
.fv_sp .more_info .and::after {
  right: auto;
  left: calc(100% + 0.4em);
  transform: rotate(20deg) translateY(-50%);
}
.fv_sp .more_info p {
  font-size: 1.4em;
  margin-top: 5px;
  white-space: nowrap;
}
.fv_sp .more_info p .back_white {
  background: #fff;
  padding: 5px 0.5em;
  border-top: solid 1px #000018;
  border-bottom: solid 1px #000018;
}
.fv_sp .more_info p .ff_barlow {
  font-size: 160%;
  line-height: 1;
  vertical-align: -0.05em;
  display: inline-block;
  margin: 0 0.08em;
}
.fv_sp .award {
  padding-bottom: 1.8em;
  margin: 0.6em 0 1em;
  position: relative;
}
.fv_sp .award--contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
}
.fv_sp .award--contents figure {
  width: 4.5em;
  height: 4.5em;
}
.fv_sp .award--contents figure img {
  filter: none;
}
.fv_sp .award--contents p {
  text-align: left;
  font-size: 1em;
  background: linear-gradient(135deg, #c39b42 0%, #cca13e 25%, #e5bf5e 50%, #9a6f1b 75%, #fbe68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv_sp .award span {
  font-size: 0.6em;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: block;
  color: #333;
}
.fv_sp .award span a {
  text-decoration: underline;
  color: #239ffd;
}
.fv_sp .fv_note_bottom {
  font-size: 0.8em;
  font-weight: 500;
}

/* cta */
.btn .span1 .span2 {
  font-size: 1.3em;
  padding: 0.4em 0;
  display: flex;
  flex-direction: column;
}
.btn .span1 .span2 .first_line {
  font-size: 58%;
}

/* メニュー */
.menu_contents ul {
  display: flex;
  border: solid 3px #000018;
}
@media only screen and (max-width: 768px) {
  .menu_contents ul {
    flex-wrap: wrap;
  }
}
.menu_contents ul li {
  position: relative;
  font-size: 4.1025641026vw;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .menu_contents ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  .menu_contents ul li a {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .menu_contents ul li:nth-child(1), .menu_contents ul li:nth-child(2), .menu_contents ul li:nth-child(4) {
    border-right: solid 3px #000018;
  }
}
@media only screen and (max-width: 768px) {
  .menu_contents ul li:nth-child(-n+3) {
    width: 33.3333333333%;
    border-bottom: solid 3px #000018;
  }
}
@media only screen and (max-width: 768px) {
  .menu_contents ul li:nth-child(-n+3) a {
    padding: 1em 0 1.4em;
  }
}
@media only screen and (max-width: 768px) {
  .menu_contents ul li:nth-child(n+4) {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .menu_contents ul li:nth-child(n+4) a {
    padding: 2em 0;
  }
}
.menu_contents ul li:not(:last-child) {
  background: #F1EFF1;
}
@media only screen and (min-width: 769px) {
  .menu_contents ul li:not(:last-child) {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .menu_contents ul li:not(:last-child) a {
    padding-top: 1.4em;
    padding-bottom: 2em;
  }
}
.menu_contents ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0.55em;
  left: 50%;
  transform: translateX(-50%);
  background: #000018;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 0.8em;
  height: 0.4em;
}
@media only screen and (min-width: 769px) {
  .menu_contents ul li:not(:last-child)::before {
    bottom: 1em;
  }
}
.menu_contents ul li:last-child {
  background: #F61C93;
  color: #fff;
}
.menu_contents ul li:last-child a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .menu_contents ul li {
    width: 25%;
    font-size: 1.40625vw;
  }
}
@media only screen and (min-width: 769px) {
  .menu_contents ul li + li {
    border-left: solid 3px #000018;
  }
}

/* プラン/コース */
.course_and_plan {
  background: linear-gradient(90deg, #C731C5 40%, #6E4DF1);
  padding: 15.3846153846vw 0 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan {
    padding: 7.8125vw 0 6.25vw;
  }
}
.course_and_plan h2 {
  line-height: 1.4;
  margin-bottom: 0.6em;
  text-align: center;
  color: #fff;
  font-size: 9.2307692308vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan h2 {
    font-size: 3.90625vw;
  }
}
.course_and_plan .tab {
  padding: 0 5.1282051282vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab {
    padding: 0 14.84375vw;
  }
}
.course_and_plan .tab .tab_wrap .course_wrap {
  background: #fff;
  border-radius: 10px;
  padding: 3.8461538462vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .tab_wrap .course_wrap {
    padding: 2.34375vw;
  }
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul {
  display: flex;
  gap: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul {
    gap: 2.34375vw;
  }
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li {
  opacity: 0.6;
  line-height: 1.4;
  box-shadow: 0 0 5px rgba(17, 0, 83, 0.25);
  background: #F1EFF1;
  width: calc(50% - 1.2820512821vw);
  color: #999;
  text-align: center;
  border-radius: 10px;
  transition: all 0.4s;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li {
    width: calc(50% - 1.171875vw);
  }
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li.current_course {
  opacity: 1;
  pointer-events: none;
  background: #fff;
  color: #000018;
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li.current_course::after {
  content: "";
  position: absolute;
  border: solid 3px #f61c93;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  top: 0;
  left: 0;
  border-radius: 10px;
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li.current_course div p:first-of-type {
  background: #F1EFF1;
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li:not(.current_course) {
  cursor: pointer;
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li:not(.current_course) div p:first-of-type .pink {
  color: #999;
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li:not(.current_course) div p:nth-of-type(2) {
  font-weight: 600;
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li div p:first-of-type {
  padding: 0.8em 0 0.5em;
  font-size: 2.5641025641vw;
  background: #d0d0d0;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li div p:first-of-type {
    padding: 1em 0;
    font-size: 1.25vw;
  }
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li div p:first-of-type .ff_barlow {
  font-size: 120%;
}
.course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li div p:nth-of-type(2) {
  font-weight: 900;
  padding: 0.5em 0;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .tab_wrap .course_wrap .switching_wrap ul li div p:nth-of-type(2) {
    font-size: 2.1875vw;
  }
}
.course_and_plan .tab .content-group {
  margin-top: 6.1538461538vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group {
    margin-top: 3.125vw;
  }
}
.course_and_plan .tab .content-group .content-box {
  background: #fff;
  display: none;
}
.course_and_plan .tab .content-group .content-box h3 {
  text-align: center;
  background: #000018;
  color: #fff;
  padding: 0.5em 0;
  font-size: 4.6153846154vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box h3 {
    font-size: 1.875vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents {
  padding: 5.1282051282vw 5.1282051282vw 6.4102564103vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents {
    padding: 2.734375vw 3.90625vw 3.90625vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 25.641025641vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .contents_top {
    min-height: 19.53125vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top.device_rental {
  background: url(../images/device_purchase.png) no-repeat bottom right/contain;
  background-size: 29.2307692308vw 25.641025641vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .contents_top.device_rental {
    background-size: 22.03125vw 19.53125vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top.device_purchase {
  background: url(../images/device_purchase.png) no-repeat bottom right;
  background-size: 29.2307692308vw 25.641025641vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .contents_top.device_purchase {
    background-size: 22.03125vw 19.53125vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top div {
  width: 100%;
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top p:first-of-type {
  display: inline-block;
  position: relative;
  padding: 0.4em 0.8em;
  margin-bottom: 0.5em;
  background: #F1EFF1;
  border-radius: 5px;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .contents_top p:first-of-type {
    font-size: 1.5625vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top p:first-of-type::after {
  content: "";
  position: absolute;
  background: #F1EFF1;
  width: 1.5em;
  height: 0.75em;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top p:first-of-type .pink {
  font-size: 120%;
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top p.recommend {
  margin-top: 0.5em;
  font-size: 3.0769230769vw;
  width: 60%;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .contents_top p.recommend {
    font-size: 1.875vw;
    width: 65%;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top .montly_price {
  font-size: 5.1282051282vw;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .contents_top .montly_price {
    font-size: 3.75vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top .montly_price .montly {
  writing-mode: vertical-rl;
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top .montly_price .number {
  line-height: 1;
  font-size: 235%;
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top .montly_price .yen {
  position: relative;
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top .montly_price .yen::after {
  position: absolute;
  content: "税込";
  top: -1em;
  left: 0.2em;
  font-size: 40%;
  white-space: nowrap;
}
.course_and_plan .tab .content-group .content-box .main_contents .contents_top + div {
  margin-top: 4.1025641026vw;
  padding-top: 4.1025641026vw;
  border-top: solid #F1EFF1 1px;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .contents_top + div {
    margin-top: 2.734375vw;
    padding-top: 2.734375vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list {
  padding-top: 4.1025641026vw;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list {
    padding-top: 2.734375vw;
    font-size: 1.5625vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl {
  border-left: solid 1px #F1EFF1;
  border-right: solid 1px #F1EFF1;
  border-bottom: solid 1px #F1EFF1;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dt {
  line-height: 1.2;
  width: 100%;
  background: #000018;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd {
  width: 100%;
  padding: 10px 1em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list dl dd {
    padding: 1em;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison {
  align-items: baseline;
  justify-content: space-between;
  padding: 0;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div {
  width: calc(50% - 1px);
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div p {
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div p {
    font-size: 1.5625vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div p:first-of-type {
  padding: 0.4em 0;
  text-align: center;
  background: #F1EFF1;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div p:nth-of-type(2) {
  padding: 0.4em 0;
  text-align: center;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div .over_two_contents {
  padding: 0.4em 0;
  text-align: center;
  width: 100%;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div .over_two_contents .device {
  width: 35%;
  margin: 0 auto;
  display: block;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div .over_two_contents .device + p {
  margin-top: 0.4em;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div .over_two_contents p {
  background: none;
  padding: 0;
  text-align: center;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div .over_two_contents p .note {
  line-height: 1.2;
  display: inline-block;
  margin-top: 0.5em;
  padding: 0 0.5em;
  font-size: 3.0769230769vw;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div .over_two_contents p .note {
    font-size: 1.09375vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div.first_dd {
  border-right: solid 1px #F1EFF1;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd.comparison div.second_dd {
  border-left: solid 1px #F1EFF1;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl dd .ff_barlow {
  line-height: 1;
  font-size: 210%;
}
.course_and_plan .tab .content-group .content-box .main_contents .list dl + dl {
  margin-top: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list dl + dl {
    margin-top: 1.5625vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link {
  text-align: center;
  margin: 1.5em 0;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .modal__btn {
  cursor: pointer;
  transition: all 0.4s;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .modal__btn:hover {
  opacity: 0.7;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content h4 {
  margin-bottom: 0.5em;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content h4 {
    font-size: 1.875vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content .card4_map {
  height: 64.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content .card4_map {
    height: 23.4375vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content .note_bottom {
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content .note_bottom {
    font-size: 1.5625vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content .note_bottom p {
  margin-top: 1em;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content .note_bottom p:first-of-type {
  font-weight: 600;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content .note_bottom p:nth-of-type(2) {
  font-weight: normal;
  text-align: left;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .plus-area_modal_content .note_bottom p:nth-of-type(2) {
    font-size: 1.09375vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .description {
  margin: 1em 0;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .note {
  font-weight: normal;
  text-align: left;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .note {
    font-size: 1.5625vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .note .heading {
  background: #F1EFF1;
  text-align: center;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .note p:nth-child(2) {
  padding: 0.5em 1em 1em;
  border-right: 1px solid #F1EFF1;
  border-left: 1px solid #F1EFF1;
  border-bottom: 1px solid #F1EFF1;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .heading {
  padding: 1em 0;
  line-height: 1.4;
  background: linear-gradient(90deg, #C731C5 40%, #6E4DF1);
  color: #fff;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .heading {
    font-size: 1.25vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .heading .strong {
  font-size: 150%;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .image {
  margin: 1.5em 0 0.5em;
  position: relative;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .image figure {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .image figure {
    width: 60%;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .image .price {
  white-space: nowrap;
  line-height: 1.4;
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .image .price {
    bottom: 20%;
    font-size: 2.1875vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .image .price .formula {
  display: block;
  font-size: 80%;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .emphasis {
  text-align: center;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .emphasis .back_yellow {
  background: #F5DD33;
  display: inline-block;
  padding: 0.5em 1em;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .emphasis + div {
  margin-top: 2em;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .table_wrap h5 {
  margin-bottom: 0.5em;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .table_wrap h5 {
    font-size: 1.5625vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .table_wrap .table {
  overflow-x: scroll;
  white-space: nowrap;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .table_wrap .table {
    font-size: 1.25vw;
  }
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .table_wrap .table table {
  border-collapse: collapse;
  width: 100%;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .table_wrap .table table th {
  width: 14.2857142857%;
  border: solid #dedede 1px;
  vertical-align: middle;
  background: #787779;
  color: #fff;
  padding: 0.5em 0;
}
.course_and_plan .tab .content-group .content-box .main_contents .list .bottom_link .campaign_modal_content .campaign_detail .table_wrap .table table td {
  line-height: 1.4;
  width: 14.2857142857%;
  vertical-align: middle;
  border: solid #dedede 1px;
  padding: 0.5em;
}
.course_and_plan .tab .content-group .content-box .main_contents .plan_note {
  font-size: 3.0769230769vw;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .tab .content-group .content-box .main_contents .plan_note {
    font-size: 0.9375vw;
  }
}
.course_and_plan .all_note {
  margin-top: 2em;
  color: #fff;
  font-size: 3.0769230769vw;
  font-weight: normal;
  padding: 0 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .course_and_plan .all_note {
    font-size: 0.9375vw;
    padding: 0 14.84375vw;
  }
}

/* レンタルプラン-端末スライド */
.section_05_list .section_05_list_content {
  /* 持ち運び端末 */
  /* ホームルーター */
}
.section_05_list .section_05_list_content .linked-element_mobilerouter.x12_header, .section_05_list .section_05_list_content .linked-element_mobilerouter.x12_detail {
  display: none;
}
.section_05_list .section_05_list_content .linked-element_homerouter.l13_header, .section_05_list .section_05_list_content .linked-element_homerouter.l13_detail {
  display: none;
}

/* オプション */
.section_08 {
  background: linear-gradient(90deg, #C731C5 40%, #6E4DF1);
}

/* 選ばれる理由 */
.reason {
  background: #F1EFF1;
  padding: 10.2564102564vw 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .reason {
    padding: 6.25vw 14.84375vw;
  }
}
.reason h2 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 7.1794871795vw;
}
@media only screen and (min-width: 769px) {
  .reason h2 {
    font-size: 3.90625vw;
  }
}
.reason h2 .ff_barlow {
  font-size: 115%;
}
@media only screen and (min-width: 769px) {
  .reason .reasons_list_wrap ul {
    display: flex;
    justify-content: space-between;
  }
}
.reason .reasons_list_wrap ul li {
  line-height: 1.6;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 20px;
  font-size: 5.1282051282vw;
  padding: 1.75em 0;
}
@media only screen and (min-width: 769px) {
  .reason .reasons_list_wrap ul li {
    font-size: 1.40625vw;
    width: calc(33.3333333333% - 0.78125vw);
  }
}
.reason .reasons_list_wrap ul li .number {
  font-weight: 900;
  position: absolute;
  top: -0.8em;
  left: 0;
  font-size: 12.3076923077vw;
}
@media only screen and (min-width: 769px) {
  .reason .reasons_list_wrap ul li .number {
    font-size: 4.296875vw;
  }
}
.reason .reasons_list_wrap ul li .pink {
  font-size: 6.1538461538vw;
}
@media only screen and (min-width: 769px) {
  .reason .reasons_list_wrap ul li .pink {
    font-size: 2.1875vw;
  }
}
.reason .reasons_list_wrap ul li .ff_barlow.strong {
  font-size: 150%;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .reason .reasons_list_wrap ul li + li {
    margin-top: 1.25em;
  }
}
.reason .reasons_list_wrap + .award {
  margin-top: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .reason .reasons_list_wrap + .award {
    margin-top: 3.125vw;
  }
}
.reason .award--contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .reason .award--contents {
    gap: 1.171875vw;
  }
}
.reason .award--contents figure {
  width: 20.5128205128vw;
  height: 20.5128205128vw;
}
@media only screen and (min-width: 769px) {
  .reason .award--contents figure {
    width: 9.375vw;
    height: 9.375vw;
  }
}
.reason .award--contents p {
  background: linear-gradient(135deg, #c39b42 0%, #cca13e 25%, #e5bf5e 50%, #9a6f1b 75%, #fbe68a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .reason .award--contents p {
    font-size: 2.34375vw;
  }
}
.reason .award .note {
  font-weight: 500;
  font-size: 3.0769230769vw;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .reason .award .note {
    text-align: center;
    font-size: 1.09375vw;
  }
}
.reason .award .note a {
  text-decoration: underline;
  color: #239ffd;
}

/*お試しモニター*/
.trial {
  background: linear-gradient(90deg, #C731C5 40%, #6E4DF1);
  padding: 10.2564102564vw 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .trial {
    padding: 6.25vw 14.84375vw;
  }
}
.trial .heading {
  text-align: center;
  margin-bottom: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .trial .heading {
    margin-bottom: 3.125vw;
  }
}
.trial .heading--wrap {
  position: relative;
  display: inline-block;
  background: #fff;
  border: #ddd solid 4px;
  filter: drop-shadow(5px 5px 0 #333);
  border-radius: 5px;
  padding: 3.8461538462vw 3.8461538462vw 2.0512820513vw;
}
@media only screen and (min-width: 769px) {
  .trial .heading--wrap {
    filter: drop-shadow(8px 8px 0 #333);
    padding: 1.953125vw 2.34375vw 1.171875vw;
  }
}
.trial .heading--wrap span {
  vertical-align: baseline;
  display: inline-block;
}
.trial .heading--wrap span:first-child img {
  width: 38.4615384615vw;
}
@media only screen and (min-width: 769px) {
  .trial .heading--wrap span:first-child img {
    width: 17.1875vw;
  }
}
.trial .heading--wrap span + span {
  margin-left: 0.5em;
}
.trial .heading--wrap::after {
  position: absolute;
  content: "";
  background: #fff;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 5.1282051282vw;
  height: 3.8461538462vw;
}
@media only screen and (min-width: 769px) {
  .trial .heading--wrap::after {
    width: 2.34375vw;
    height: 1.5625vw;
  }
}
.trial .head_strengths .strengths {
  display: flex;
  gap: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .trial .head_strengths .strengths {
    gap: 1.5625vw;
  }
}
.trial .head_strengths .strengths .strength_wrap {
  width: 50%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 5px;
}
@media only screen and (min-width: 769px) {
  .trial .head_strengths .strengths .strength_wrap {
    border-radius: 5px;
  }
}
.trial .head_strengths .strengths .strength_wrap .strength_content {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .trial .head_strengths .strengths .strength_wrap .strength_content {
    border-radius: 2.5px;
    padding: 20px 0 25px;
  }
}
.trial .head_strengths .strengths .strength_wrap .strength_content .sub_head {
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .trial .head_strengths .strengths .strength_wrap .strength_content .sub_head {
    font-size: 1.25vw;
  }
}
.trial .head_strengths .strengths .strength_wrap .strength_content p {
  display: inline-block;
  line-height: 1.4;
  font-size: 4.6153846154vw;
}
@media only screen and (min-width: 769px) {
  .trial .head_strengths .strengths .strength_wrap .strength_content p {
    font-size: 2.03125vw;
  }
}
.trial .head_strengths .strengths .strength_wrap .strength_content p .ff_barlow {
  font-size: 144%;
  line-height: 1;
}
.trial .head_strengths .strengths .strength_wrap .strength_content p .with_note {
  position: relative;
}
.trial .head_strengths .strengths .strength_wrap .strength_content p .with_note::after {
  position: absolute;
  content: "※";
  top: -0.6em;
  right: -0.5em;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .trial .head_strengths .strengths .strength_wrap .strength_content p .with_note::after {
    font-size: 0.9375vw;
  }
}
.trial .head_strengths .note {
  color: #fff;
  font-weight: 500;
  margin-top: 1em;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .trial .head_strengths .note {
    font-size: 1.09375vw;
  }
}
.trial .head_strengths + .trial_wrap {
  margin-top: 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .trial .head_strengths + .trial_wrap {
    margin-top: 3.125vw;
  }
}
.trial .trial_wrap {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 8px rgba(17, 0, 83, 0.25);
  padding: 7.6923076923vw 5.1282051282vw 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .trial .trial_wrap {
    padding: 3.125vw 6.25vw 3.90625vw;
  }
}
.trial .trial_wrap .heading p {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 769px) {
  .trial .trial_wrap .heading p {
    margin-bottom: 1em;
  }
}
.trial .trial_wrap .heading p span {
  background: linear-gradient(90deg, #C731C5 40%, #6E4DF1);
  border-radius: 3px;
  color: #fff;
  padding: 0.2em 1em;
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .trial .trial_wrap .heading p span {
    font-size: 1.5625vw;
  }
}
.trial .trial_wrap .heading h3 {
  font-size: 8.2051282051vw;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 769px) {
  .trial .trial_wrap .heading h3 {
    font-size: 3.90625vw;
  }
}
.trial .trial_wrap .main_text {
  font-size: 3.5897435897vw;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .trial .trial_wrap .main_text {
    font-size: 1.5625vw;
  }
}
.trial .trial_wrap .toggle .toggle_btn {
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  background: #F0EEF2;
  font-size: 3.5897435897vw;
  font-weight: 500;
  padding: 0.5em 0;
}
@media only screen and (min-width: 769px) {
  .trial .trial_wrap .toggle .toggle_btn {
    font-size: 1.25vw;
  }
}
.trial .trial_wrap .toggle .toggle_btn::before {
  content: "";
  background: url("../images/icon_down_1.svg") no-repeat center/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: 0.4s;
}
.trial .trial_wrap .toggle .toggle_btn.show {
  border-radius: 6px 6px 0 0;
}
.trial .trial_wrap .toggle .toggle_btn.show::before {
  transform: translate3d(0, -50%, 0) scale3d(-1, -1, -1);
}
.trial .trial_wrap .toggle .toggle_panel {
  border-radius: 0 0 6px 6px;
  border: solid 1px #F0EEF2;
  text-align: left;
  padding: 1em 2em 2em;
  font-weight: normal;
  border-radius: 0 0 0.651vw 0.651vw;
  color: #000018;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .trial .trial_wrap .toggle .toggle_panel {
    font-size: 1.09375vw;
  }
}
.trial .trial_wrap .note {
  margin-top: 1em;
  font-weight: 500;
  text-align: left;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .trial .trial_wrap .note {
    font-size: 0.9375vw;
  }
}
.trial .trial_wrap .cv-btn {
  margin: 5.1282051282vw 0 0;
}
@media only screen and (min-width: 769px) {
  .trial .trial_wrap .cv-btn {
    margin: 3.125vw 0 0;
  }
}

/* トヨサポ様 */
.toyosapo {
  position: relative;
  background: #F1EFF1;
}
.toyosapo::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #C731C5 40%, #6E4DF1);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.toyosapo--wrap {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(295deg, #00B4B7 0%, #87D9D5 100%);
  border-radius: 20px;
  padding: 5px;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.toyosapo--wrap--contents {
  color: #fff;
  text-shadow: 2px 2px 4px #00B4B7;
  line-height: 1.4;
  background: url(../images/back_toyosapo.svg) no-repeat center/cover, linear-gradient(295deg, #00B4B7 0%, #87D9D5 100%);
  border-radius: 20px;
  padding: 10.2564102564vw 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents {
    line-height: 1.25;
    padding: 3.90625vw 0;
  }
}
.toyosapo--wrap--contents .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.8461538462vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .heading {
    gap: 1.171875vw;
  }
}
.toyosapo--wrap--contents .heading figure {
  position: relative;
  width: 25.641025641vw;
  height: 25.641025641vw;
}
.toyosapo--wrap--contents .heading figure::after {
  position: absolute;
  content: "";
  background: url(../images/emphasis.svg) no-repeat center/contain;
  width: 20.5128205128vw;
  height: 6.6666666667vw;
  transform: rotate(-50deg);
  top: -1.2820512821vw;
  left: -10.7692307692vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .heading figure::after {
    width: 6.25vw;
    height: 2.03125vw;
    top: -0.234375vw;
    left: -3.28125vw;
  }
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .heading figure {
    width: 9.375vw;
    height: 9.375vw;
  }
}
.toyosapo--wrap--contents .heading p {
  font-size: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .heading p {
    font-size: 1.875vw;
  }
}
.toyosapo--wrap--contents .heading p .ff_barlow {
  font-size: 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .heading p .ff_barlow {
    font-size: 4.0625vw;
  }
}
.toyosapo--wrap--contents .heading p .strong {
  font-size: 8.2051282051vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .heading p .strong {
    font-size: 3.125vw;
  }
}
.toyosapo--wrap--contents .heading + .second_line {
  margin-top: 1.2820512821vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .heading + .second_line {
    margin-top: 0.78125vw;
  }
}
.toyosapo--wrap--contents .second_line {
  text-align: center;
  font-size: 7.1794871795vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .second_line {
    font-size: 2.5vw;
  }
}
.toyosapo--wrap--contents .second_line .ff_barlow {
  font-size: 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .second_line .ff_barlow {
    font-size: 3.125vw;
  }
}
.toyosapo--wrap--contents .second_line .small {
  font-size: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .second_line .small {
    font-size: 1.875vw;
  }
}
.toyosapo--wrap--contents .second_line + .video {
  margin-top: 3.8461538462vw;
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .second_line + .video {
    margin-top: 1.5625vw;
  }
}
@media only screen and (min-width: 769px) {
  .toyosapo--wrap--contents .video {
    width: 55%;
    margin: 0 auto;
  }
}
.toyosapo--wrap--contents .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* お客様の声 */
.user_voice {
  padding: 10.2564102564vw 0;
}
@media only screen and (min-width: 769px) {
  .user_voice {
    padding: 6.25vw 0;
  }
}
.user_voice h2 {
  text-align: center;
  margin-bottom: 0.7em;
  font-size: 7.1794871795vw;
}
@media only screen and (min-width: 769px) {
  .user_voice h2 {
    font-size: 3.90625vw;
  }
}
.user_voice .splide .splide__track ul li {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(17, 0, 83, 0.2);
  margin: 8px 0;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__track ul li {
    margin: 8px 0;
  }
}
.user_voice .splide .splide__track ul li .heading {
  display: flex;
  text-align: center;
  background: #F1EFF1;
}
.user_voice .splide .splide__track ul li .heading p:first-of-type {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000018;
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__track ul li .heading p:first-of-type {
    width: 20%;
    font-size: 1.25vw;
  }
}
.user_voice .splide .splide__track ul li .heading p:nth-child(2) {
  width: 70%;
  padding: 0.5em 0;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__track ul li .heading p:nth-child(2) {
    width: 80%;
    font-size: 1.25vw;
  }
}
.user_voice .splide .splide__track ul li .image img {
  height: 46.1538461538vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__track ul li .image img {
    height: 14.0625vw;
  }
}
.user_voice .splide .splide__track ul li .image img.position_center {
  -o-object-position: center;
     object-position: center;
}
.user_voice .splide .splide__track ul li .text {
  padding: 6.4102564103vw;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__track ul li .text {
    padding: 1.953125vw;
  }
}
.user_voice .splide .splide__track ul li .text h3 {
  margin-bottom: 1em;
  font-size: 4.6153846154vw;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__track ul li .text h3 {
    font-size: 1.875vw;
  }
}
.user_voice .splide .splide__track ul li .text .main_text {
  font-weight: normal;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__track ul li .text .main_text {
    font-size: 1.25vw;
  }
}
.user_voice .splide .splide__track ul li .text .main_text .bold {
  font-weight: 600;
}
.user_voice .splide .splide__track ul li .text .user_name {
  text-align: right;
  margin-top: 1em;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__track ul li .text .user_name {
    font-size: 1.09375vw;
  }
}
.user_voice .splide .splide__arrow {
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  background: #000018;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__arrow {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.user_voice .splide .splide__arrow svg {
  fill: #fff;
  width: 60%;
  height: 60%;
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__arrow--prev {
    left: calc(30% - 3.515625vw);
  }
}
@media only screen and (min-width: 769px) {
  .user_voice .splide .splide__arrow--next {
    right: calc(30% - 3.515625vw);
  }
}
.user_voice .note {
  font-weight: normal;
  margin-top: 2em;
  font-size: 3.0769230769vw;
  color: #555;
  padding: 0 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .user_voice .note {
    font-size: 0.9375vw;
    padding: 0 14.84375vw;
  }
}

/* 流れ */
.flow {
  background: #f0eef2;
  padding: 4.948vw 9.896vw;
}
@media only screen and (min-width: 769px) {
  .flow {
    padding: 2.604vw 14.844vw;
  }
}
.flow h2 {
  text-align: center;
  font-weight: 900;
  line-height: 1.44;
  margin: 5.208vw 0 0.5em;
  font-size: 9.375vw;
}
@media only screen and (min-width: 769px) {
  .flow h2 {
    margin: 2.604vw 0 0.5em;
    font-size: 3.385vw;
  }
}
.flow .application .sub_title {
  text-align: center;
  color: #F61C93;
  font-size: 4.1025641026vw;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .flow .application .sub_title {
    font-size: 1.5625vw;
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 769px) {
  .flow .application .flow_list_wrap ul {
    display: flex;
    gap: 2%;
  }
}
@media only screen and (min-width: 769px) {
  .flow .application .flow_list_wrap ul li {
    width: 32%;
  }
}
.flow .application .flow_list_wrap ul li .step_wrap {
  background: #fff;
  border: 2px solid #F61C93;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.1282051282vw;
  gap: 6.4102564103vw;
}
@media only screen and (min-width: 769px) {
  .flow .application .flow_list_wrap ul li .step_wrap {
    display: block;
    padding: 0;
  }
}
.flow .application .flow_list_wrap ul li .step_wrap span {
  position: absolute;
  top: 0;
  left: 0;
  background: #F61C93;
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 0 0 8px 0;
  font-size: 3.0769230769vw;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .flow .application .flow_list_wrap ul li .step_wrap span {
    font-size: 1.40625vw;
  }
}
.flow .application .flow_list_wrap ul li .step_wrap figure {
  margin: 0 auto;
  max-width: 12.8205128205vw;
}
@media only screen and (min-width: 769px) {
  .flow .application .flow_list_wrap ul li .step_wrap figure {
    margin-top: 4.6875vw;
    max-width: 8.203125vw;
    height: 8.203125vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.flow .application .flow_list_wrap ul li .step_wrap h4 {
  font-size: 3.5897435897vw;
  color: #F61C93;
}
@media only screen and (min-width: 769px) {
  .flow .application .flow_list_wrap ul li .step_wrap h4 {
    text-align: center;
    margin-top: 1em;
    font-size: 1.5625vw;
  }
}
.flow .application .flow_list_wrap ul li .step_wrap p {
  font-weight: 500;
  margin-top: 0.5em;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .flow .application .flow_list_wrap ul li .step_wrap p {
    font-size: 1.25vw;
    padding: 0 1.7em 1.7em 1.7em;
  }
}
.flow .application .flow_list_wrap ul li + li {
  margin-top: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .flow .application .flow_list_wrap ul li + li {
    margin-top: 0;
  }
}

/* 解約手続き modal */
.cancellation .modal__btn {
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  padding: 0.2em 0;
  font-size: 3.5897435897vw;
  background: #999;
  color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .cancellation .modal__btn {
    font-size: 1.5625vw;
  }
}
.cancellation .modal__btn::after {
  position: absolute;
  content: "";
  background: url(../images/icon_expansion.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.cancellation .modal__btn:hover {
  opacity: 0.8;
}
.cancellation .modal__content .case h5 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .cancellation .modal__content .case h5 {
    font-size: 1.875vw;
  }
}
.cancellation .modal__content .case + .case {
  margin-top: 7.6923076923vw;
  padding-top: 7.6923076923vw;
  border-top: dashed 1px #6E4DF1;
}
@media only screen and (min-width: 769px) {
  .cancellation .modal__content .case + .case {
    margin-top: 4.6875vw;
    padding-top: 4.6875vw;
  }
}

/* modal */
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 999;
}

.modal__container {
  background-color: #fff;
  padding: 5.1282051282vw;
  max-width: 80%;
  max-height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .modal__container {
    padding: 2.34375vw;
  }
}
.modal__container .description {
  text-align: left;
  font-weight: normal;
  margin: 1em 0 2em;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .modal__container .description {
    font-size: 1.5625vw;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.25;
  box-sizing: border-box;
  width: 100%;
  font-size: 4.6153846154vw;
}
@media only screen and (min-width: 769px) {
  .modal__title {
    font-size: 2.1875vw;
  }
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* 料金シミュレーション */
.price-simulation-btn {
  display: block;
  background: #333;
  color: #fff;
  font-size: 14px;
  height: auto;
  width: 45px;
  position: fixed;
  right: 0;
  bottom: 155px;
  z-index: 999;
  border-radius: 8px 0 0 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.popup-container {
  overflow: auto;
  overscroll-behavior-y: contain;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-wrap {
  width: 100%;
  height: 100%;
  padding: 5.1282051282vw;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .popup-wrap {
    padding: 3.125vw;
  }
}
.popup-wrap .close-button {
  display: block;
  text-align: center;
  position: absolute;
  top: 2.5641025641vw;
  right: 2.5641025641vw;
  width: 7.6923076923vw;
  width: 7.6923076923vw;
  background: #333;
  color: #fff;
  cursor: pointer;
  font-size: 3.5897435897vw;
  line-height: 7.1794871795vw;
  border-radius: 99px;
  z-index: 1000;
  border: 1px solid #fff;
}
@media only screen and (min-width: 769px) {
  .popup-wrap .close-button {
    top: 2.34375vw;
    right: 10.15625vw;
    width: 2.34375vw;
    height: 2.34375vw;
    font-size: 1.25vw;
    line-height: 2.34375vw;
  }
}

.price-simulation {
  z-index: 999;
  line-height: 1;
  width: 100%;
  max-height: 100%;
  overflow: scroll;
  margin: 0 auto;
  background: #F0EEF2;
  padding: 0vw 0 10.2564102564vw;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .price-simulation {
    width: 78.125vw;
    padding: 0vw 0 3.125vw;
  }
}
.price-simulation h1 {
  background: linear-gradient(to right, #C731C5, #734CEF);
  width: 100%;
  height: 13.8461538462vw;
  color: #fff;
  text-align: center;
  line-height: 13.8461538462vw;
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation h1 {
    height: 4.6875vw;
    line-height: 4.6875vw;
    font-size: 1.875vw;
  }
}
.price-simulation h2 {
  margin-top: 5.1282051282vw;
  text-align: center;
  font-size: 4.1025641026vw;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .price-simulation h2 {
    margin-top: 1.5625vw;
    font-size: 1.25vw;
  }
}
.price-simulation input {
  display: none;
}
.price-simulation .plan {
  padding: 0 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan {
    padding: 0 9.375vw;
  }
}
.price-simulation .plan .plan-list {
  color: #AAAAAA;
  margin-top: 11.5384615385vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list {
    flex-direction: row;
    margin-top: 3.515625vw;
    gap: 3.125vw;
  }
}
.price-simulation .plan .plan-list .plan-list-item {
  width: 100%;
  background: #CACACA;
  border: 0.7692307692vw solid #AAAAAA;
  padding: 5.1282051282vw 3.8461538462vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2.5641025641vw;
  position: relative;
  gap: 2.5641025641vw;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item {
    border: 0.234375vw solid #AAAAAA;
    padding: 1.5625vw 1.171875vw;
    border-radius: 0.78125vw;
    gap: 0.78125vw;
    width: 27.34375vw;
  }
}
.price-simulation .plan .plan-list .plan-list-item .bubble {
  text-align: center;
  font-size: 3.5897435897vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7.6923076923vw;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item .bubble {
    font-size: 1.09375vw;
    top: -2.34375vw;
  }
}
.price-simulation .plan .plan-list .plan-list-item .device {
  width: 28.2051282051vw;
  opacity: 0.4;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item .device {
    width: 8.59375vw;
  }
}
.price-simulation .plan .plan-list .plan-list-item .txt-wrap {
  flex: 1;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item .txt-wrap .top {
    text-align: center;
  }
}
.price-simulation .plan .plan-list .plan-list-item .txt-wrap .top .name {
  font-weight: bold;
  font-size: 4.1025641026vw;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item .txt-wrap .top .name {
    font-size: 1.25vw;
    white-space: nowrap;
  }
}
.price-simulation .plan .plan-list .plan-list-item .txt-wrap .top .device-name {
  font-size: 2.5641025641vw;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item .txt-wrap .top .device-name {
    font-size: 0.78125vw;
  }
}
.price-simulation .plan .plan-list .plan-list-item .line {
  display: block;
  width: 100%;
  background-color: #AAAAAA;
  height: 0.2564102564vw;
  margin: 2.0512820513vw 0;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item .line {
    height: 0.078125vw;
    margin: 0.625vw 0;
  }
}
.price-simulation .plan .plan-list .plan-list-item .price {
  font-size: 2.5641025641vw;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item .price {
    font-size: 0.78125vw;
  }
}
.price-simulation .plan .plan-list .plan-list-item .price .ff_barlow {
  font-size: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item .price .ff_barlow {
    font-size: 1.5625vw;
  }
}
.price-simulation .plan .plan-list .plan-list-item.selected {
  color: #333;
  background: #FFF5FB;
  border: 0.7692307692vw solid #F61C93;
}
@media only screen and (min-width: 769px) {
  .price-simulation .plan .plan-list .plan-list-item.selected {
    border: 0.234375vw solid #F61C93;
  }
}
.price-simulation .plan .plan-list .plan-list-item.selected .device {
  opacity: 1;
}
.price-simulation .plan .plan-list .plan-list-item.selected .name {
  color: #F61C93;
}
.price-simulation .plan .plan-list .plan-list-item.selected .price .ff_barlow {
  color: #F61C93;
}
.price-simulation .option {
  margin-top: 7.6923076923vw;
  padding: 0 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .option {
    margin-top: 2.34375vw;
    padding: 0 9.375vw;
  }
}
.price-simulation .option .option-list {
  margin-top: 5.1282051282vw;
  color: #AAAAAA;
}
@media only screen and (min-width: 769px) {
  .price-simulation .option .option-list {
    margin-top: 1.5625vw;
  }
}
.price-simulation .option .option-list .option-list-item {
  cursor: pointer;
  width: 100%;
  background: #CACACA;
  border: 0.7692307692vw solid #AAAAAA;
  padding: 5.1282051282vw 3.8461538462vw;
  border-radius: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .option .option-list .option-list-item {
    border: 0.234375vw solid #AAAAAA;
    padding: 1.5625vw 1.171875vw;
    border-radius: 0.78125vw;
    width: 23.4375vw;
    margin: 0 auto;
  }
}
.price-simulation .option .option-list .option-list-item .name {
  font-weight: bold;
  font-size: 4.1025641026vw;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .option .option-list .option-list-item .name {
    font-size: 1.25vw;
  }
}
.price-simulation .option .option-list .option-list-item .line {
  display: block;
  width: 100%;
  background-color: #AAAAAA;
  height: 0.2564102564vw;
  margin: 2.0512820513vw 0;
}
@media only screen and (min-width: 769px) {
  .price-simulation .option .option-list .option-list-item .line {
    height: 0.078125vw;
    margin: 0.625vw 0;
  }
}
.price-simulation .option .option-list .option-list-item .price {
  font-size: 2.5641025641vw;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .option .option-list .option-list-item .price {
    font-size: 0.78125vw;
  }
}
.price-simulation .option .option-list .option-list-item .price .ff_barlow {
  font-size: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .option .option-list .option-list-item .price .ff_barlow {
    font-size: 1.5625vw;
  }
}
.price-simulation .option .option-list .option-list-item.selected {
  color: #333;
  background: #FFF5FB;
  border: 0.7692307692vw solid #F61C93;
}
@media only screen and (min-width: 769px) {
  .price-simulation .option .option-list .option-list-item.selected {
    border: 0.234375vw solid #F61C93;
  }
}
.price-simulation .option .option-list .option-list-item.selected .name {
  color: #F61C93;
}
.price-simulation .option .option-list .option-list-item.selected .price .ff_barlow {
  color: #F61C93;
}
.price-simulation .result {
  padding: 0 5.1282051282vw;
  margin-top: 7.6923076923vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result {
    margin: 0 auto;
    margin-top: 2.34375vw;
    width: 23.4375vw;
    padding: 0;
  }
}
.price-simulation .result .result-ttl {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 4.1025641026vw;
  line-height: 8.7179487179vw;
  height: 8.7179487179vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .result-ttl {
    font-size: 1.25vw;
    line-height: 2.65625vw;
    height: 2.65625vw;
  }
}
.price-simulation .result .result-content {
  background: #fff;
  padding: 3.8461538462vw 7.6923076923vw 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .result-content {
    padding: 1.171875vw 2.34375vw 1.5625vw;
  }
}
.price-simulation .result .result-content .monthly-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: bold;
}
.price-simulation .result .result-content .monthly-price dt {
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .result-content .monthly-price dt {
    font-size: 1.09375vw;
  }
}
.price-simulation .result .result-content .monthly-price dd .ff_barlow {
  font-size: 8.7179487179vw;
  color: #F61C93;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .result-content .monthly-price dd .ff_barlow {
    font-size: 3.125vw;
  }
}
.price-simulation .result .result-content .initial-cost-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3.8461538462vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .result-content .initial-cost-wrap {
    margin-top: 1.171875vw;
    font-size: 1.171875vw;
  }
}
.price-simulation .result .result-content .initial-cost-wrap dt {
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .result-content .initial-cost-wrap dt {
    font-size: 0.9375vw;
  }
}
.price-simulation .result .result-content .initial-cost-wrap dd .ff_barlow {
  font-size: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .result-content .initial-cost-wrap dd .ff_barlow {
    font-size: 1.5625vw;
  }
}
.price-simulation .toggle {
  padding: 0 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .toggle {
    padding: 0 17.1875vw;
  }
}
.price-simulation .toggle .toggle_btn {
  background: #333;
  text-align: center;
  line-height: 8.7179487179vw;
  height: 8.7179487179vw;
  font-size: 4.1025641026vw;
  color: #fff;
  margin-top: 5.1282051282vw;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .price-simulation .toggle .toggle_btn {
    line-height: 3.515625vw;
    height: 3.515625vw;
    font-size: 1.25vw;
    margin-top: 1.5625vw;
  }
}
.price-simulation .toggle .toggle_btn::before {
  content: "";
  background: url(../images/price-simulation/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 5.1282051282vw;
  top: 50%;
  transform: translateY(-50%);
  width: 5.1282051282vw;
  height: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .toggle .toggle_btn::before {
    right: 1.5625vw;
    transform: translateY(-50%);
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.price-simulation .toggle .toggle_btn.show::before {
  background: url(../images/price-simulation/minus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.price-simulation .toggle .toggle_panel {
  background: #fff;
  padding: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .toggle .toggle_panel {
    padding: 2.34375vw;
  }
}
.price-simulation .toggle .toggle_panel picture {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .toggle .toggle_panel picture .rental {
    width: 23.4375vw;
  }
}
.price-simulation .only-new-rental {
  padding: 0 5.1282051282vw;
  font-weight: bold;
  margin-top: 7.6923076923vw;
  display: none;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental {
    margin-top: 2.34375vw;
    padding: 0 9.375vw;
  }
}
.price-simulation .only-new-rental .additional {
  text-align: center;
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .additional {
    font-size: 1.25vw;
  }
}
.price-simulation .only-new-rental .more-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5641025641vw;
  margin-top: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list {
    flex-direction: row;
    gap: 1.5625vw;
    margin-top: 1.5625vw;
  }
}
.price-simulation .only-new-rental .more-list li {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li {
    width: 23.4375vw;
  }
}
.price-simulation .only-new-rental .more-list li .title {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 4.1025641026vw;
  line-height: 8.7179487179vw;
  height: 8.7179487179vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .title {
    font-size: 1.25vw;
    line-height: 2.65625vw;
    height: 2.65625vw;
  }
}
.price-simulation .only-new-rental .more-list li .content {
  background: #fff;
  padding: 3.8461538462vw 7.6923076923vw 5.1282051282vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content {
    padding: 1.171875vw 2.34375vw 1.5625vw;
    height: 7.03125vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.price-simulation .only-new-rental .more-list li .content .txt .line-1 {
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content .txt .line-1 {
    font-size: 1.09375vw;
  }
}
.price-simulation .only-new-rental .more-list li .content .txt .line-1 .ff_barlow {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content .txt .line-1 .ff_barlow {
    font-size: 1.25vw;
  }
}
.price-simulation .only-new-rental .more-list li .content .txt .line-1 .pink {
  font-size: 6.1538461538vw;
  color: #F61C93;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content .txt .line-1 .pink {
    font-size: 1.875vw;
  }
}
.price-simulation .only-new-rental .more-list li .content .txt .line-2 {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content .txt .line-2 {
    font-size: 1.25vw;
  }
}
.price-simulation .only-new-rental .more-list li .content .txt .line-2 .ff_barlow {
  font-size: 7.6923076923vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content .txt .line-2 .ff_barlow {
    font-size: 2.34375vw;
  }
}
.price-simulation .only-new-rental .more-list li .content .txt .before .ff_barlow {
  font-size: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content .txt .before .ff_barlow {
    font-size: 1.875vw;
  }
}
.price-simulation .only-new-rental .more-list li .content .txt .before .yen {
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content .txt .before .yen {
    font-size: 0.9375vw;
  }
}
.price-simulation .only-new-rental .more-list li .content .txt .after .ff_barlow {
  font-size: 7.6923076923vw;
  color: #F61C93;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content .txt .after .ff_barlow {
    font-size: 3.125vw;
  }
}
.price-simulation .only-new-rental .more-list li .content .txt .after .yen {
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .only-new-rental .more-list li .content .txt .after .yen {
    font-size: 1.5625vw;
  }
}
.price-simulation .cv-btn {
  padding: 0 9.375vw;
  margin-top: 7.6923076923vw;
}
@media only screen and (min-width: 769px) {
  .price-simulation .cv-btn {
    padding: 0 9.375vw;
    margin-top: 3.125vw;
  }
}

/*------------------------------ギフト券------------------------------*/
.present {
  background: #FFFBEE;
  padding: 10.2564102564vw 5.1282051282vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .present {
    padding: 6.25vw 14.84375vw;
  }
}
.present--intro .balloon {
  text-align: center;
}
.present--intro .balloon span {
  position: relative;
  display: inline-block;
  background: #00ADC3;
  border-radius: 5px;
  color: #fff;
  padding: 0.8em 1em;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .balloon span {
    font-size: 1.5625vw;
  }
}
.present--intro .balloon span::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #00ADC3;
  width: 5.1282051282vw;
  height: 2.5641025641vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (min-width: 769px) {
  .present--intro .balloon span::after {
    width: 2.34375vw;
    height: 1.171875vw;
  }
}
.present--intro .balloon + .present_card {
  margin-top: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .balloon + .present_card {
    margin-top: 2.34375vw;
  }
}
.present--intro .present_card {
  text-align: center;
}
.present--intro .present_card p {
  font-size: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card p {
    font-size: 2.34375vw;
  }
}
.present--intro .present_card p .ff_barlow {
  line-height: 1;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #FF8383 0, #F61C93 50%);
  font-size: 18.4615384615vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card p .ff_barlow {
    font-size: 8.4375vw;
  }
}
.present--intro .present_card p + .service_list {
  margin-top: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card p + .service_list {
    margin-top: 1.5625vw;
  }
}
.present--intro .present_card .service_list {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 5px;
  padding: 7.6923076923vw 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card .service_list {
    padding: 3.125vw;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}
.present--intro .present_card .service_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.8461538462vw;
  row-gap: 7.6923076923vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card .service_list ul {
    gap: 1.171875vw;
  }
}
.present--intro .present_card .service_list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1.9230769231vw);
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card .service_list ul li {
    width: calc(20% - 0.9375vw);
  }
}
.present--intro .present_card .service_list ul li img {
  max-width: 30.7692307692vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card .service_list ul li img {
    max-width: 9.375vw;
  }
}
.present--intro .present_card .service_list ul li.vertical img {
  max-height: 15.3846153846vw;
  max-width: 15.3846153846vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card .service_list ul li.vertical img {
    max-height: 6.25vw;
    max-width: 6.25vw;
  }
}
.present--intro .present_card .note_bootm {
  font-weight: 500;
  margin-top: 1em;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card .note_bootm {
    font-size: 1.09375vw;
  }
}
.present--intro + .present--flow {
  margin-top: 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .present--intro + .present--flow {
    margin-top: 4.6875vw;
  }
}
.present--flow .period {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .present--flow .period {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5625vw;
  }
}
.present--flow .period p:first-child span {
  color: #555;
  display: inline-block;
  background: #fff;
  border: solid 1px #555;
  padding: 0.5em 1em;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .period p:first-child span {
    font-size: 1.40625vw;
  }
}
.present--flow .period p.date {
  text-align: center;
  line-height: 1;
  font-size: 6.7692307692vw;
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .period p.date {
    font-size: 3.09375vw;
    margin-top: 0;
  }
}
.present--flow .period p.date .day-of-week {
  display: inline-block;
  font-size: 2.5641025641vw;
  color: #fff;
  position: relative;
  line-height: 1;
  z-index: 2;
  padding: 0 0.6rem 0.2em;
  top: -0.2em;
}
@media only screen and (min-width: 769px) {
  .present--flow .period p.date .day-of-week {
    font-size: 1.25vw;
  }
}
.present--flow .period p.date .day-of-week::before {
  content: "";
  background: #000018;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 99px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.present--flow .main h2 {
  text-align: center;
  margin: 1em 0;
  font-size: 6.1538461538vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main h2 {
    font-size: 2.8125vw;
  }
}
.present--flow .main .main_flow {
  position: relative;
  margin-bottom: 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow {
    margin: 0 auto;
    margin-bottom: 3.90625vw;
  }
}
.present--flow .main .main_flow::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 1px;
  height: 80%;
  top: 12.8205128205vw;
  left: 7.6923076923vw;
  border-left: dashed 1px #ddd;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow::after {
    top: 3.515625vw;
    left: 3.515625vw;
  }
}
.present--flow .main .main_flow li {
  font-size: 3.5897435897vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li {
    font-size: 1.640625vw;
  }
}
.present--flow .main .main_flow li .step_wrap {
  display: flex;
  align-items: center;
  gap: 3.8461538462vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap {
    gap: 1.71875vw;
  }
}
.present--flow .main .main_flow li .step_wrap figure {
  width: 15.3846153846vw;
  height: 15.3846153846vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap figure {
    width: 7.03125vw;
    height: 7.03125vw;
  }
}
.present--flow .main .main_flow li .step_wrap div {
  flex: 1;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div {
    flex: inherit;
  }
}
.present--flow .main .main_flow li .step_wrap div.entry {
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div.entry {
    width: 30%;
  }
}
.present--flow .main .main_flow li .step_wrap div p {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div p {
    font-size: 1.5625vw;
  }
}
.present--flow .main .main_flow li .step_wrap div .ff_barlow {
  line-height: 1;
  display: block;
  margin-bottom: 0.5em;
}
.present--flow .main .main_flow li .step_wrap div .note_wrap .note {
  font-weight: normal;
  font-size: 2.5641025641vw;
  padding-left: 2.5641025641vw;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div .note_wrap .note {
    font-size: 1.09375vw;
    padding-left: 1.25vw;
  }
}
.present--flow .main .main_flow li .step_wrap div .note_wrap .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.present--flow .main .main_flow li .step_wrap div .cv-btn {
  margin: 0.7em 0 0;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div .cv-btn .btn {
    width: auto;
    padding: 0.3em 3em;
    min-height: auto;
  }
}
.present--flow .main .main_flow li .step_wrap div .btn .span1 .span2 {
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div .btn .span1 .span2 {
    font-size: 1.640625vw;
  }
}
.present--flow .main .main_flow li + li {
  margin-top: 10.2564102564vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li + li {
    margin-top: 4.6875vw;
  }
}
.present--flow .main .bottom_note {
  margin-top: 2em;
  margin-bottom: 7.6923076923vw;
  font-weight: 500;
  color: #555;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .bottom_note {
    width: 80%;
    margin: 2em auto 3.125vw;
    font-size: 1.40625vw;
  }
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info {
    width: 80%;
    margin: 0 auto;
  }
}
.present--flow .main .more_info .toggle_btn {
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  background: #000018;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_btn {
    font-size: 1.640625vw;
  }
}
.present--flow .main .more_info .toggle_btn::after {
  content: "";
  background: url(../images/icon_down_1.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: 0.4s;
}
.present--flow .main .more_info .toggle_btn.show::after {
  transform: translate3d(0, -50%, 0) scale3d(-1, -1, -1);
}
.present--flow .main .more_info .toggle_panel {
  background: #fff;
  border-radius: 0 0 2px 2px;
  padding: 3.8461538462vw 5.1282051282vw 6.4102564103vw;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_panel {
    padding: 1.953125vw 3.125vw 3.125vw;
    font-size: 1.40625vw;
  }
}
.present--flow .main .more_info .toggle_panel div {
  font-weight: 500;
}
.present--flow .main .more_info .toggle_panel div h3 {
  text-align: center;
  margin-bottom: 1em;
}
.present--flow .main .more_info .toggle_panel div h3 span {
  position: relative;
  padding-left: 2em;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_panel div h3 span {
    font-size: 1.640625vw;
  }
}
.present--flow .main .more_info .toggle_panel div h3 span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
}
.present--flow .main .more_info .toggle_panel div h3.get span::after {
  background: url(../images/condition_get.svg) no-repeat center/contain;
}
.present--flow .main .more_info .toggle_panel div h3.not span {
  color: #239FFD;
}
.present--flow .main .more_info .toggle_panel div h3.not span::after {
  background: url(../images/condition_not.svg) no-repeat center/contain;
}
.present--flow .main .more_info .toggle_panel div .condition .bold {
  font-weight: 600;
}
.present--flow .main .more_info .toggle_panel div .condition ol li {
  font-weight: 600;
}
.present--flow .main .more_info .toggle_panel div .condition .note {
  display: block;
  margin-top: 1em;
  color: #555;
}
.present--flow .main .more_info .toggle_panel div p + .service_list {
  margin-top: 2rem;
}
.present--flow .main .more_info .toggle_panel div .service_list {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 5px;
  padding: 7.6923076923vw 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_panel div .service_list {
    padding: 3.125vw;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
}
.present--flow .main .more_info .toggle_panel div .service_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.8461538462vw;
  row-gap: 7.6923076923vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_panel div .service_list ul {
    gap: 1.171875vw;
  }
}
.present--flow .main .more_info .toggle_panel div .service_list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1.9230769231vw);
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_panel div .service_list ul li {
    width: calc(20% - 0.9375vw);
  }
}
.present--flow .main .more_info .toggle_panel div .service_list ul li img {
  max-width: 25.641025641vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_panel div .service_list ul li img {
    max-width: 7.8125vw;
  }
}
.present--flow .main .more_info .toggle_panel div .service_list ul li.vertical img {
  max-height: 12.8205128205vw;
  max-width: 12.8205128205vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_panel div .service_list ul li.vertical img {
    max-height: 5.46875vw;
    max-width: 5.46875vw;
  }
}
.present--flow .main .more_info .toggle_panel div .note_bootm {
  margin-top: 1em;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_panel div .note_bootm {
    font-size: 1.09375vw;
  }
}
.present--flow .main .more_info .toggle_panel div + div {
  margin-top: 7.6923076923vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .toggle_panel div + div {
    margin-top: 3.125vw;
  }
}
.present--flow .main .more_info + .more_info {
  margin-top: 5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info + .more_info {
    margin-top: 3.125vw;
  }
}/*# sourceMappingURL=add_02.css.map */