@charset "UTF-8";
.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

main.page-service {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  main.page-service {
    padding-bottom: 0;
  }
}

.sec {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .sec {
    padding-bottom: 100px;
  }
}
.sec .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 30px;
}
.sec .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #9890E3 0%, #B1F4CF 100%);
}
@media screen and (max-width: 768px) {
  .sec .ttl {
    font-size: 30px;
  }
}
.sec .ttl-sub-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 1.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sec .ttl-sub-txt {
    margin-bottom: 24px;
  }
}

.sec-bottom-txt {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  color: #5A5A5A;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-bottom-txt {
    font-size: 20px;
  }
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}

h4 {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  h4 {
    margin-bottom: 15px;
  }
}
h4 .h4-wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
h4 .h4-wrap .h4-txt {
  font-size: 24px;
  width: 89%;
}
@media screen and (max-width: 768px) {
  h4 .h4-wrap .h4-txt {
    font-size: 22px;
  }
}
h4 .h4-wrap .square {
  width: 20px;
  height: 20px;
  background: #F38100;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  h4 .h4-wrap .square {
    width: 18px;
    height: 18px;
  }
}
h4 .h4-sub {
  margin-left: 32px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  h4 .h4-sub {
    font-size: 16px;
    margin-left: 0;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.graph-annotation {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  text-align: right;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  color: #5A5A5A;
}
@media screen and (max-width: 768px) {
  .graph-annotation {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .graph-annotation {
    text-align: center;
    margin: 24px 0;
  }
}

.graph-annotation-area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .graph-annotation-area {
    flex-direction: column-reverse;
  }
}
.graph-annotation-area .graph-annotation-flex {
  display: flex;
  max-width: 690px;
  margin-bottom: 48px;
  color: #5A5A5A;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .graph-annotation-area .graph-annotation-flex {
    margin-bottom: 24px;
  }
}
.graph-annotation-area .graph-annotation {
  min-width: 280px;
  padding: unset;
}
@media screen and (min-width: 769px) {
  .graph-annotation-area .graph-annotation {
    margin: unset;
  }
}

.thick {
  font-weight: 700;
}

.red {
  color: #E50000;
}

.link-area {
  text-align: center;
  background-color: #EFEFEF;
  padding: min(5vw, 72px) 0;
  background-image: url(../images/service/btn-signage-back.png), url(../images/service/btn-guide-back.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  background-size: 50%, 50%;
}
@media screen and (max-width: 768px) {
  .link-area {
    padding: 50px 0;
    background-position: center 0%, center 100%;
    background-size: 70%, 70%;
  }
}
@media screen and (max-width: 650px) {
  .link-area {
    background-size: 85%, 85%;
  }
}
@media screen and (max-width: 450px) {
  .link-area {
    background-size: 120%, 120%;
  }
}
.link-area .btn-contents {
  position: relative;
  display: flex;
  gap: 5vw;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .link-area .btn-contents {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.link-area .btn-contents .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
.link-area .btn-contents .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.link-area .btn-contents .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
.link-area .btn-contents .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .link-area .btn-contents > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .link-area .btn-contents > a:hover:before {
    border: 2px solid #fff;
  }
  .link-area .btn-contents > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .link-area .btn-contents .btn__anchor {
    border: 0;
  }
  .link-area .btn-contents .btn__anchor:before {
    display: none;
  }
  .link-area .btn-contents .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .link-area .btn-contents .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.link-area .btn-contents::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .link-area .btn-contents::before {
    height: 3px;
    width: min(60%, 250px);
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .link-area .btn-contents {
    flex-direction: column;
    gap: 32px;
  }
}
.link-area .btn-contents .btn-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .link-area .btn-contents .btn-item:first-of-type {
    margin-bottom: 52px;
  }
}
.link-area .btn-contents .btn-item .btn-txt {
  font-weight: 500;
  font-size: min(2.1vw, 24px);
  margin-bottom: min(2vw, 40px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .link-area .btn-contents .btn-item .btn-txt {
    font-size: min(4.5vw, 22px);
    margin-bottom: min(5vw, 33px);
  }
}
.link-area .btn-contents .btn-item .btn-txt .orange {
  color: #F38100;
}
.link-area .btn-contents .btn-item .btn__anchor {
  width: 100%;
  max-width: 364px;
  margin: 0 auto;
  background: white;
}
.link-area .btn-contents .btn-item .btn__anchor::after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
@media screen and (min-width: 769px) {
  .link-area .btn-contents .btn-item .btn__anchor {
    position: relative;
    transition: 0.25s;
  }
  .link-area .btn-contents .btn-item .btn__anchor:hover {
    color: white;
    border: 1px solid transparent;
  }
  .link-area .btn-contents .btn-item .btn__anchor:hover::before {
    border: 2px solid #fff;
  }
  .link-area .btn-contents .btn-item .btn__anchor:hover::after {
    opacity: 1;
  }
  .link-area .btn-contents .btn-item .btn__anchor::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    border: 2px solid transparent;
    margin: auto auto;
    width: 95%;
    height: 75%;
    content: "";
    transition: 0.25s;
  }
  .link-area .btn-contents .btn-item .btn__anchor::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #fff;
    opacity: 0;
    transition: 0.35s;
    background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
  }
}

.graph-box {
  margin: 0 auto 16px;
  padding: 0 15px;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .graph-box {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .graph-box {
    padding: 0 3.5vw;
  }
}
.graph-box .pc-graph .table {
  position: relative;
  width: 100%;
  line-height: 1.2;
}

@media screen and (max-width: 1260px) {
  .graph-box .pc-graph .table:before {
    left: 47%;
    width: 26%;
  }
}
@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table:before {
    height: 358px;
  }
}
@media screen and (max-width: 939px) {
  .graph-box .pc-graph .table:before {
    height: 357px;
  }
}
.graph-box .pc-graph .table:has(.reccomend):after {
  content: "";
  position: absolute;
  left: 590px;
  top: -13%;
  width: 110px;
  height: 62px;
  z-index: 10;
  background: url("../images/service/img-reccomend.png") no-repeat 50% 50%/contain;
}

@media screen and (max-width: 1260px) {
  .graph-box .pc-graph .table:has(.reccomend):after {
    left: 48.5%;
    width: 8vw;
    top: -11%;
  }
}
.graph-box .pc-graph .table__heading {
  border: 3px solid #fff;
  padding: 20px 0;
  background-color: #5A5A5A;
  font-size: min(2.2vw, 22px);
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.056em;
}

.graph-box .pc-graph .table__heading.none {
  width: 20%;
  background-color: #5A5A5A;
}
.graph-box .pc-graph .table__heading.none img {
  max-width: 103px;
  width: 100%;
}

.graph-box .pc-graph .table__heading.reccomend {
  position: relative;
  background-color: #f59221;
}

.graph-box .pc-graph .table__heading .small {
  font-size: 70%;
}

.graph-box .pc-graph .table__data {
  border: 3px solid #fff;
  background-color: #fceeb4;
  font-size: 24px;
  color: #5a5a5a;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.056em;
}

@media screen and (min-width: 940px) {
  .graph-box .pc-graph .table__data .mnw940 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__data {
    text-align: right;
    font-size: 24px;
  }
}
.graph-box .pc-graph .table__data.subheading {
  padding: 15px 10px;
  background-color: #EFEFEF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #5A5A5A;
  padding-block: 17px 19px;
}

@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__data.subheading {
    font-size: 20px;
  }
}
.graph-box .pc-graph .table__data.subheading.big {
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__data.subheading.big {
    font-size: 16px;
  }
}
.graph-box .pc-graph .table__data.subheading .small {
  font-size: 70%;
}

@media screen and (max-width: 1129px) {
  .graph-box .pc-graph .table__data.subheading .small {
    font-size: 14px;
  }
}
.graph-box .pc-graph .table__data.gray {
  padding: 20px;
  background-color: #efefef;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}

.graph-box .pc-graph .table__lead {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #5a5a5a;
}

@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__lead {
    font-size: 20px;
  }
}
.graph-box .pc-graph .table__body {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__body {
    padding-left: 18px;
    font-size: 16px;
  }
}
.graph-box .pc-graph .table__body:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  font-size: inherit;
}

.graph-box .pc-graph .table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.graph-box .pc-graph .table__item {
  width: 17%;
}

@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__item {
    margin-top: 30px;
    width: 47%;
  }
  .graph-box .pc-graph .table__item:first-of-type,
  .graph-box .pc-graph .table__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.graph-box .pc-graph .table__item-img-box {
  text-align: center;
}

.graph-box .pc-graph .table__item-img {
  width: auto;
  height: 74px;
}

.graph-box .pc-graph .table__item-ttl {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__item-ttl {
    text-align: center;
  }
}
.graph-box .pc-graph .table__item-ttl-body {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.graph-box .pc-graph .table__item-ttl-body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6.5px;
  width: 13px;
  height: 13px;
  background-color: #f38100;
}

.graph-box .pc-graph .table__item-body {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__item-body {
    text-align: center;
  }
}
.graph-box .pc-graph .table__item-body.txtonly {
  line-height: 1.6;
  font-size: 18px;
}

.graph-box .pc-graph .table__item:last-of-type {
  width: 38%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 1024px) {
  .graph-box .pc-graph .table__item:last-of-type {
    width: 47%;
  }
}
.graph-box .sp-graph {
  display: none;
  max-width: 460px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.graph-box .sp-graph .plan {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px #b2b2b2;
  box-shadow: 1px 1px 4px #b2b2b2;
  margin-bottom: 40px;
}

.graph-box .sp-graph .plan:has(.popular) {
  border: 3px solid #E50000;
}

.graph-box .sp-graph .plan .name {
  padding: 15px 0 18px;
  font-size: 23px;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #888;
}

.graph-box .sp-graph .plan .name .small {
  font-size: 18px;
  display: inline-block;
  margin-top: 10px;
}

.graph-box .sp-graph .plan .name.popular {
  background-color: #f59221;
  position: relative;
}

.graph-box .sp-graph .plan .name.popular .flag {
  position: absolute;
  top: -30%;
  right: -4px;
  width: min(22vw, 112px);
  max-width: 112px;
  height: auto;
}

.graph-box .sp-graph .plan .name.popular .small {
  font-size: 18px;
}

.graph-box .sp-graph .plan .details {
  padding: 30px 24px;
}

.graph-box .sp-graph .pre-plan {
  margin-bottom: 0;
}

.graph-box .sp-graph .pre-plan .name {
  background-color: #f7a937;
}

.graph-box .sp-graph .pre-plan .details p.num {
  color: #f7a937;
}

.graph-box .sp-graph .pre-plan .details .info dl {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.sec.sec-price .graph-box .sp-graph .pre-plan .details .info dl .item:last-of-type dd {
  height: 116px;
  line-height: inherit;
}

.sec.sec-price .graph-box .sp-graph .pre-plan .details .info dl .item:last-of-type dd:first-of-type {
  height: 38px;
}

.sec.sec-price .graph-box .sp-graph .pre-plan .details .info dl .item:last-of-type dd span {
  font-size: 12px;
  display: block;
  width: 90%;
  margin: auto;
  padding-top: 8px;
  text-align: left;
}

.sec.sec-price .graph-box .sp-graph .pre-plan .details .info dl .item:nth-of-type(3) dt {
  line-height: 48px;
  min-height: 48px;
}

.graph-box .sp-graph .pre-plan .details .info dl .item dd {
  background-color: #fceeb4;
}

.graph-box .sp-graph .txt {
  font-size: 18px;
  color: #5a5a5a;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
  font-weight: 400;
}

.graph-box .sp-graph .options {
  margin-top: 30px;
  background-color: #efefef;
}

.graph-box .sp-graph .options .point {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #5a5a5a;
}

.graph-box .sp-graph .options .body {
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  color: #5a5a5a;
}

.graph-box .sp-graph .options .caption {
  font-size: 26px;
  line-height: 60px;
  background-color: #898888;
  color: #fff;
  min-height: 60px;
}

.graph-box .sp-graph .options dl .option {
  width: 460px;
  color: #5a5a5a;
  margin-top: 20px;
}

.graph-box .sp-graph .options dl .option dt {
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.graph-box .sp-graph .options dl .option dt span {
  position: relative;
}

.graph-box .sp-graph .options dl .option dt span::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #f38100;
  position: absolute;
  border-radius: 50%;
  left: -20px;
  top: 8px;
}

.graph-box .sp-graph .options dl .option dd {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.graph-box .sp-graph .options dl .option dd span {
  text-align: left;
  display: inline-block;
}

.graph-box .sp-graph .options > p {
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 0.02em;
  width: 94%;
  margin: auto;
  text-align: left;
  color: #5a5a5a;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .sec.sec-price::after {
    display: none;
  }
  .graph-box .pc-graph {
    display: none;
  }
  .graph-box .sp-graph {
    display: block;
  }
  .graph-box .sp-graph .options dl .option {
    width: 100%;
  }
  .graph-box .sp-graph .txt {
    font-size: 16px;
  }
}
.sec-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/service/mv.webp");
}
.sec-mv .page-ttl span {
  display: block;
  text-align: center;
}
.sec-mv .page-ttl .en-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.sec-mv .page-ttl .ja-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}
.sec-mv .page-ttl .sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-mv {
    background-image: url("../images/service/sp-mv.webp");
    justify-content: flex-start;
    min-height: 280px;
  }
  .sec-mv .page-ttl {
    font-size: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1220px + 20px * 2);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-mv .page-ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-mv .page-ttl .en-ttl {
    text-align: left;
    font-size: 30px;
  }
  .sec-mv .page-ttl .ja-ttl {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
  }
  .sec-mv .page-ttl .sp-br {
    display: block;
  }
}

.sec-price {
  padding-bottom: 9px;
  position: relative;
}
.sec-price .price-wrap .btn-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec-price .price-wrap .btn-contents {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 60px;
  }
}
.sec-price .price-wrap .btn-contents .btn-item {
  position: relative;
  background: #F38100;
  color: white;
  text-align: center;
  font-size: min(3vw, 32px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  height: min(15vw, 115px);
}
@media screen and (max-width: 768px) {
  .sec-price .price-wrap .btn-contents .btn-item {
    font-size: 18px;
    padding: 16px 0 17px;
    justify-content: center;
    height: auto;
    border-radius: 6px;
  }
}
.sec-price .price-wrap .btn-contents .btn-item:hover {
  opacity: 0.8;
}
.sec-price::after {
  position: absolute;
  content: "";
  background-image: url("../images/service/img-letter.png");
  background-size: contain;
  width: 300px;
  height: 1734px;
  right: 0;
  top: 40px;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}

.sec-movie .movie-wrap .movie-img-area {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: min(10vw, 195px);
}
@media screen and (max-width: 768px) {
  .sec-movie .movie-wrap .movie-img-area {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec-movie .movie-wrap .movie-img-area .movie-img {
    margin-inline: auto;
  }
  .sec-movie .movie-wrap .movie-img-area .movie-img:nth-child(1) {
    max-width: 235px;
  }
  .sec-movie .movie-wrap .movie-img-area .movie-img:nth-child(2) {
    max-width: 320px;
  }
}
.sec-movie .movie-wrap .movie-img-area .movie-img img {
  width: 100%;
}
.sec-movie h4 {
  margin: 30px 0 24px;
}
.sec-movie .graph-box {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec-movie .graph-box {
    margin-bottom: 45px;
  }
}
.sec-movie .graph-box .pc-graph .table .table__heading:nth-child(1) {
  width: 13.5%;
}
.sec-movie .graph-box .pc-graph .table .table__heading:nth-child(2) {
  width: 21.5%;
}
.sec-movie .graph-box .pc-graph .table .table__heading:nth-child(3) {
  width: 21.5%;
}
.sec-movie .graph-box .pc-graph .table .table__heading:nth-child(4) {
  width: 10.5%;
}
.sec-movie .graph-box .pc-graph .table .table__heading:nth-child(5) {
  width: 32.5%;
}
.sec-movie .graph-box .pc-graph .table .table__data {
  text-align: center;
}
.sec-movie .graph-box .pc-graph .table .table__data.data-txt {
  font-size: min(1.75vw, 17.5px);
}
.sec-movie .graph-box .pc-graph .table .table__data.data-txt .txt-left {
  text-align: left;
  display: block;
  width: 90%;
  margin-inline: auto;
  line-height: 1.8;
}
.sec-movie .graph-box .pc-graph .table .table__data.data-txt .unit {
  font-size: 14px;
}
.sec-movie .graph-box .pc-graph .table .table__data.medium {
  font-weight: 500;
  font-size: min(1.8vw, 18px);
  padding-block: 9px;
}
.sec-movie .graph-box .pc-graph .table .table__data.clear {
  background-color: transparent;
}
.sec-movie .graph-box .pc-graph .table .table__data.annotation {
  font-size: min(1.6vw, 16px);
  font-weight: normal;
  text-align: right;
}
.sec-movie .graph-box .pc-graph .table .table__data .unit {
  font-size: 16px;
}
.sec-movie .graph-box .pc-graph .table .table__data .yen {
  font-size: 16px;
}
.sec-movie .graph-box .sp-graph .plan {
  border: 3px solid #5A5A5A;
  color: #5A5A5A;
}
.sec-movie .graph-box .sp-graph .plan:has(.popular) {
  border-color: #F59221;
}
.sec-movie .graph-box .sp-graph .plan .name {
  background-color: #5A5A5A;
  line-height: 1;
}
.sec-movie .graph-box .sp-graph .plan .name.popular {
  background-color: #F59221;
}
.sec-movie .graph-box .sp-graph .plan .details {
  color: #5A5A5A;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item {
  margin-bottom: 24px;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .units {
  font-size: 18px;
  font-weight: 500;
  background-color: #5A5A5A;
  color: #fff;
  padding-block: 5px;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .price {
  font-size: 18px;
  font-weight: 500;
  background-color: #FCEEB4;
  padding-block: 15px;
  text-align: center;
  letter-spacing: 0.056em;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .price .txt-left {
  display: inline-block;
  font-size: 15px;
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .item-grid {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 12px;
  margin-bottom: 12px;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .item-grid .units {
  place-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #5A5A5A;
  background-color: #EFEFEF;
  letter-spacing: 0.056em;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .item-grid .units.medium {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .item-grid .units .unit {
  font-size: 16px;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .item-grid .price {
  font-size: 24px;
  font-weight: 500;
  padding-block: 10px;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .item-grid .price.txt {
  font-size: 18px;
  padding-block: 1px;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .item-grid .price.txt .txt-unit {
  font-size: 14px;
}
.sec-movie .graph-box .sp-graph .plan .details .info .item .item-grid .price .yen {
  font-size: 16px;
}
.sec-movie .graph-box .sp-graph .plan .details .info .graph-annotation {
  font-size: 14px;
  margin: 0;
}

.sec-merit .merit-wrap .merit-img-area {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec-merit .merit-wrap .merit-img-area {
    margin-bottom: 40px;
  }
}
.sec-merit .merit-wrap .merit-img-area img {
  width: 100%;
}

.sec-option {
  padding-bottom: 0;
}
.sec-option .option-wrap .option-img-area {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: min(10vw, 205px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-option .option-wrap .option-img-area {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sec-option .option-wrap .option-img-area .option-img {
    margin-inline: auto;
  }
  .sec-option .option-wrap .option-img-area .option-img:nth-child(1) {
    max-width: 415px;
  }
  .sec-option .option-wrap .option-img-area .option-img:nth-child(2) {
    max-width: 320px;
  }
}
.sec-option .option-wrap .option-img-area .option-img img {
  width: 100%;
}
.sec-option .graph-box .pc-graph table {
  margin-bottom: 16px;
}
.sec-option .graph-box .pc-graph table .table__heading {
  font-size: min(2vw, 22px);
  font-weight: bold;
}
.sec-option .graph-box .pc-graph table .table__heading:nth-child(1) {
  width: 21%;
}
.sec-option .graph-box .pc-graph table .table__heading:nth-child(2) {
  width: 12%;
}
.sec-option .graph-box .pc-graph table .table__heading:nth-child(3) {
  width: 12%;
}
.sec-option .graph-box .pc-graph table .table__heading:nth-child(4) {
  width: 21%;
}
.sec-option .graph-box .pc-graph table .table__heading:nth-child(5) {
  width: 33%;
}
.sec-option .graph-box .pc-graph table .table__data {
  font-size: min(2.3vw, 22px);
  font-weight: 500;
  text-align: center;
}
.sec-option .graph-box .pc-graph table .table__data.subheading {
  font-size: min(2.5vw, 24px);
}
.sec-option .graph-box .pc-graph table .table__data.table__txt {
  font-size: min(1.6vw, 17px);
  line-height: 1.3;
}
.sec-option .graph-box .pc-graph table .table__data .data-unit {
  font-size: 18px;
}
.sec-option .graph-box .pc-graph table .table__data .data-yen {
  font-size: 16px;
}
.sec-option .graph-box .pc-graph .graph-annotation {
  font-size: min(1.5vw, 16px);
  padding: 0;
  margin: unset;
}
.sec-option .graph-box .pc-graph .annotation-area {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-left: 5px;
  margin-bottom: 70px;
}
.sec-option .graph-box .pc-graph .annotation-area .annotation-left {
  font-size: min(1.5vw, 16px);
  color: #5A5A5A;
  line-height: 1.5;
}
.sec-option .graph-box .sp-graph {
  margin-bottom: 48px;
}
.sec-option .graph-box .sp-graph .plan {
  border: 3px solid #5A5A5A;
  color: #5A5A5A;
}
.sec-option .graph-box .sp-graph .plan .unit {
  font-size: 16px;
}
.sec-option .graph-box .sp-graph .plan .name {
  font-size: 18px;
  font-weight: bold;
  background: #5A5A5A;
  box-shadow: none;
  padding-block: 9px 10px;
}
.sec-option .graph-box .sp-graph .plan .main-unit {
  font-size: 24px;
  font-weight: bold;
  background-color: #EFEFEF;
  padding-block: 15px;
  letter-spacing: 0.056em;
}
.sec-option .graph-box .sp-graph .plan .details .info .item {
  margin-bottom: 24px;
}
.sec-option .graph-box .sp-graph .plan .details .info .item .units {
  font-size: 18px;
  font-weight: 500;
  background-color: #5A5A5A;
  color: #fff;
  padding-block: 5px;
}
.sec-option .graph-box .sp-graph .plan .details .info .item .price {
  font-size: 22px;
  font-weight: 500;
  background-color: #FCEEB4;
  padding-block: 15px;
  text-align: center;
  letter-spacing: 0.056em;
}
.sec-option .graph-box .sp-graph .plan .details .info .item .price.txt {
  font-size: 15px;
}
.sec-option .graph-box .sp-graph .plan .details .info .item .price .yen {
  font-size: 16px;
}
.sec-option .graph-box .sp-graph .plan .details .graph-annotation {
  font-size: 14px;
  margin: 0;
}
.sec-option .graph-box .sp-graph .plan .details .caution {
  display: flex;
  font-size: 15px;
  margin-bottom: 24px;
  text-align: left;
}
.sec-option .grey-txt-area {
  font-size: 20px;
  color: #5A5A5A;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 20px;
  padding: 40px 30px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .sec-option .grey-txt-area {
    font-size: 16px;
    padding-block: 30px;
    margin-top: 40px;
    border-radius: 10px;
  }
}/*# sourceMappingURL=page-ads-service.css.map */