@charset "UTF-8";
:root {
  /*===================== Color =====================*/
  --color-toyopet: #005952;
  --color-hac-base: #005952;
  --color-chubase-red: #F40013;
  --color-hac-base: #0F5E75;
  --color-kinto: #20A5C0;
  --color-main: #1F1F1F;
  --color-light-blue: #44A0BE;
  --color-blue: #178BD2;
  --color-red: #DB0011;
  --color-red02: #E54956;
  --color-pink: #EB6B76;
  --color-orange: #F28212;
  --color-gold: #B18B31;
  --color-light-gray: #C8C8C8;
  --color-white-blue: #E1ECEF;
  --color-gray: #DEE4E8;
  --color-blue-gray-light: rgba(235, 241, 245, 0.9);
  --color-blue-gray: #8E9FA4;
  --color-used: #EC1223;
  --color-light-green: #46B41E;
  --color-dark-green: #3A4246;
  --color-green: #00A941;
  --color-green02: #46B196;
  --color-green03: #00CDA4;
  --color-02: #556168;
  --color-03: #2970C0;
  --color-navy: #38405C;
  --color-sub-txt: #818181;
  --color-sub-txt-v02: #6F6F6F;
  --color-sub: #9D9D9D;
  --color-sub-line05: #d6d6d6;
  /*表*/
  --color-table: #494949;
  /*Table*/
  --color-table-bg: #F2F2F2;
  --color-table-menu: #79888D;
  /*===================== Gradient =====================*/
  --gradient-green-blue: linear-gradient(90deg,#78B50F 1%,#69D04D 35%,#38B5CE 72%,#3C64A1 100%);
  --gradient-red-yellow: linear-gradient(90deg,#F05353,#E7B500);
  /*===================== Font =====================*/
  --font-montserrat: "Montserrat", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --font-bungee: "Bungee", sans-serif;
  /*===================== CONT radius =====================*/
  --ease-bounce-s:linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
  --ease-bounce:linear(0, 0.247 13.2%, 0.415 20.5%, 0.624 27.4%, 1 37.8%, 0.794 44.9%, 0.747 47.9%, 0.731 50.8%, 0.744 53.5%, 0.785 56.4%, 0.999 65.5%, 0.927 69.6%, 0.904 73.4%, 0.921 77%, 1 84.5%, 0.981 89.4%, 1);
}

/*================================= 見出し =================================*/
/*======================= SP-VW =======================*/
/*======================= PC-VW =======================*/
/*------ 使用例 ------
.text {
	font-size: spvw(16);
}
*/
/*======================= PCLG-VW =======================*/
/*================================= マウスオーバー =================================*/
/*================================= コンテンツ 角丸 =================================*/
/*================================= アニメーション =================================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flipcard01 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes flipcard02 {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*================================= メニュー左寄せ =================================*/
.l-lower-title-area h1 .large .wrap .img.w01 {
  width: 64%;
  transform: translate(-55%, -48%);
}
.l-lower-title-area h1 .large .wrap .img.w02 {
  width: 63%;
}
.l-lower-title-area h1 .large .wrap .img.w03 {
  width: 58%;
  transform: translate(-55%, -48%);
}
.l-lower-title-area h1 .large .wrap .img.w04 {
  width: 95%;
  transform: translate(-45%, -48%);
}

/*================================================ 残価設定型クレジット eプラン ================================================*/
section.sec-plan {
  background: #fff;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan {
    border-radius: 10px;
  }
}
section.sec-plan {
  padding: calc(80 / 750 * 100vw) 0;
  margin-bottom: calc(20 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan {
    padding: calc(100 / 1366 * 100vw) 0 80px;
    margin-bottom: 18px;
  }
}
section.sec-plan.plan01 div.plan-img {
  margin: 0 calc(4 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan01 div.plan-img {
    margin: 0;
  }
}
section.sec-plan.plan02 div.plan-img-sp-wrap {
  margin: 0 calc(33 / 750 * 100vw);
  border-radius: calc(10 / 750 * 100vw);
  background-color: var(--color-white-blue);
}
section.sec-plan.plan02 div.plan-img-sp-wrap div.plan-img {
  margin: 0;
}
section.sec-plan.plan03 h2 .number-wrap {
  background-color: var(--color-kinto);
}
section.sec-plan.plan03 h2 .txt-wrap .small {
  color: var(--color-kinto);
}
section.sec-plan.plan03 .plan-merit {
  margin: 0 calc(33 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
}
section.sec-plan.plan03 .plan-merit li {
  background-color: rgb(235, 244, 245);
  border-radius: calc(10 / 750 * 100vw);
  box-sizing: border-box;
  padding: calc(40 / 750 * 100vw) calc(32 / 750 * 100vw);
  margin-bottom: calc(10 / 750 * 100vw);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li {
    border-radius: 5px;
    width: 32.8%;
    padding: 40px 30px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-plan.plan03 .plan-merit li {
    padding: 50px 40px;
  }
}
section.sec-plan.plan03 .plan-merit li.animation {
  animation: fade 1s forwards;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li.animation:nth-of-type(1) {
    animation: fade 1s forwards;
  }
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li.animation:nth-of-type(2) {
    animation: fade 1s 0.2s forwards;
  }
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li.animation:nth-of-type(3) {
    animation: fade 1s 0.3s forwards;
  }
}
section.sec-plan.plan03 .plan-merit li .number {
  background-color: var(--color-kinto);
  color: #fff;
  line-height: 1em;
  padding: 0.5em 1.4em;
  border-radius: 50em;
  margin: auto;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: calc(22 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li .number {
    padding: 0.5em 0;
    display: block;
    width: 7.9em;
    font-size: clamp(10px, 16 / 1366 * 100vw, 1000px);
    margin-bottom: 2em;
  }
}
section.sec-plan.plan03 .plan-merit li .number .big {
  font-size: calc(22 / 750 * 100vw);
  margin-left: 0.2em;
  font-family: var(--font-montserrat);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li .number .big {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li .txt-wrap {
    flex: 1;
  }
}
section.sec-plan.plan03 .plan-merit li h3 {
  text-align: left;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  font-size: calc(34 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li h3 {
    text-align: center;
    font-size: clamp(10px, 26 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan.plan03 .plan-merit li p {
  color: var(--color-sub-txt-v02);
  line-height: 1.7em;
  text-align: justify;
  word-break: break-all;
  font-weight: 400;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li p {
    font-size: clamp(10px, 14 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan.plan03 .plan-merit li .merit-img {
  margin-top: calc(45 / 750 * 100vw);
  border-radius: calc(5 / 750 * 100vw);
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-merit li .merit-img {
    margin-top: calc(40 / 1366 * 100vw);
  }
}
section.sec-plan.plan03 .plan03-cont-inner {
  border-top: solid 1px var(--color-light-gray);
  margin: calc(100 / 750 * 100vw) calc(61 / 750 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner {
    margin: calc(90 / 1366 * 100vw) 0 0;
  }
}
section.sec-plan.plan03 .plan03-cont-inner h3 {
  font-size: calc(30 / 750 * 100vw);
  line-height: 1.48em;
  font-weight: 500;
  margin: calc(40 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner h3 {
    font-size: clamp(10px, 25 / 1366 * 100vw, 1000px);
    margin: 1.5em 0 2em;
  }
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.7%;
       column-gap: 1.7%;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner ul.cost-list {
    flex-wrap: nowrap;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list.animation li:nth-of-type(1) picture {
  animation: big 0.5s 0s forwards;
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list.animation li:nth-of-type(2) picture {
  animation: big 0.5s 0.1s forwards;
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list.animation li:nth-of-type(3) picture {
  animation: big 0.5s 0.2s forwards;
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list.animation li:nth-of-type(4) picture {
  animation: big 0.5s 0.3s forwards;
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list.animation li:nth-of-type(5) picture {
  animation: big 0.5s 0.4s forwards;
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list.animation li:nth-of-type(6) picture {
  animation: big 0.5s 0.5s forwards;
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list li {
  width: 32.2%;
  margin-bottom: calc(30 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner ul.cost-list li {
    margin-bottom: 0;
  }
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list li picture {
  display: block;
  transform: scale(0);
}
section.sec-plan.plan03 .plan03-cont-inner ul.cost-list li p {
  text-align: center;
  font-size: calc(22 / 750 * 100vw);
  line-height: 1.2em;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner ul.cost-list li p {
    font-size: clamp(10px, 16 / 1366 * 100vw, 1000px);
    margin-top: 1em;
  }
}
section.sec-plan.plan03 .plan03-cont-inner div.table-wrap {
  width: calc(100% + 61 / 750 * 100vw + 24 / 750 * 100vw);
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner div.table-wrap {
    width: 100%;
    overflow: revert;
  }
}
section.sec-plan.plan03 .plan03-cont-inner table {
  width: 150%;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner table {
    width: 100%;
    margin-bottom: 90px;
  }
}
section.sec-plan.plan03 .plan03-cont-inner table th, section.sec-plan.plan03 .plan03-cont-inner table td {
  vertical-align: top;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
section.sec-plan.plan03 .plan03-cont-inner table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-plan.plan03 .plan03-cont-inner table tr:nth-of-type(1) th:nth-of-type(2), section.sec-plan.plan03 .plan03-cont-inner table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 39.4%;
  color: #fff;
  line-height: 1.2em;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 1.4em 0;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner table tr:nth-of-type(1) th:nth-of-type(2), section.sec-plan.plan03 .plan03-cont-inner table tr:nth-of-type(1) th:nth-of-type(3) {
    font-size: clamp(10px, 25 / 1366 * 100vw, 1000px);
    padding: 1.6em 0;
  }
}
section.sec-plan.plan03 .plan03-cont-inner table tr:nth-of-type(1) th:nth-of-type(2) {
  background: #56A03B;
  /*margin-right: spvw(2);
  @include mq(pc) {
      margin-right: 5px;
  }*/
}
section.sec-plan.plan03 .plan03-cont-inner table tr:nth-of-type(1) th:nth-of-type(2)::after {
  content: none;
}
section.sec-plan.plan03 .plan03-cont-inner table tr:nth-of-type(1) th:nth-of-type(3) {
  background: #3B7DA0;
}
section.sec-plan.plan03 .plan03-cont-inner table tr:nth-of-type(1) th:nth-of-type(3)::after {
  content: none;
}
section.sec-plan.plan03 .plan03-cont-inner table tr:nth-last-of-type(1) td {
  border-radius: 0 0 5px 5px;
}
section.sec-plan.plan03 .plan03-cont-inner table tr:nth-last-of-type(1) td::after {
  content: none;
}
section.sec-plan.plan03 .plan03-cont-inner table tr th {
  width: 20%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.38em;
  font-size: calc(21 / 750 * 100vw);
  font-weight: 500;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner table tr th {
    font-size: clamp(10px, 18 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan.plan03 .plan03-cont-inner table tr th::after {
  content: "";
  display: block;
  width: 97%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-bottom: dashed 1px var(--color-sub);
}
section.sec-plan.plan03 .plan03-cont-inner table tr td {
  text-align: center;
  line-height: 1.38em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: calc(21 / 750 * 100vw);
  padding: 2em 0;
  width: 39.4%;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner table tr td {
    padding: 2em 0;
    font-size: clamp(10px, 18 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan.plan03 .plan03-cont-inner table tr td::after {
  content: "";
  display: block;
  width: 97%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: dashed 1px var(--color-sub);
  z-index: 1;
  box-sizing: border-box;
}
section.sec-plan.plan03 .plan03-cont-inner table tr td:nth-of-type(1) {
  background: #EBF2E8;
}
section.sec-plan.plan03 .plan03-cont-inner table tr td:nth-of-type(1) .color {
  color: #56A03B;
}
section.sec-plan.plan03 .plan03-cont-inner table tr td:nth-of-type(2) {
  background: #EDF5F6;
}
section.sec-plan.plan03 .plan03-cont-inner table tr td:nth-of-type(2) .color {
  color: #3B7DA0;
}
section.sec-plan.plan03 .plan03-cont-inner table tr td .color {
  color: #56A03B;
  font-weight: bold;
  line-height: 1.42em;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan03-cont-inner table tr td .color {
    font-size: clamp(10px, 22 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan.plan03 .plan-choice li .number {
  color: var(--color-kinto);
}
section.sec-plan.plan03 .plan-choice li .choice-txt-wrap {
  padding-top: calc(17 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-choice li .choice-txt-wrap {
    padding-top: 0;
  }
}
section.sec-plan.plan03 .plan-choice li .choice-img {
  width: calc(360 / 750 * 100vw);
  margin-top: calc(41 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-choice li .choice-img {
    width: 67.6%;
    margin: auto;
  }
}
section.sec-plan.plan03 .plan-choice li .choice-img.ir {
  width: calc(248 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 .plan-choice li .choice-img.ir {
    width: 39%;
    margin: auto;
  }
}
section.sec-plan.plan03 a.m-btn-base.kinto {
  font-weight: bold;
  width: calc(474 / 750 * 100vw);
  margin-top: calc(35 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 a.m-btn-base.kinto {
    width: 23.6em;
    height: 3.9em;
    padding-left: 2.3em;
    font-size: clamp(10px, 22 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan.plan03 p.plan-note {
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: var(--color-sub-txt-v02);
  padding: 0 calc(33 / 750 * 100vw);
  box-sizing: border-box;
  margin-top: calc(70 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.plan03 p.plan-note {
    padding: 0;
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
    margin-top: calc(75 / 1366 * 100vw);
  }
}
section.sec-plan.pick {
  margin-bottom: calc(50 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick {
    margin-bottom: 50px;
  }
}
section.sec-plan.pick h2 .number-wrap {
  background-color: var(--color-red);
}
section.sec-plan.pick h2 .number-wrap .pick {
  font-size: calc(22 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick h2 .number-wrap .pick {
    font-size: clamp(10px, 25 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan.pick h2 .txt-wrap .small {
  color: var(--color-red);
}
section.sec-plan.pick h2 .txt-wrap .en {
  font-weight: bold;
  font-family: var(--font-montserrat);
  font-size: calc(55 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick h2 .txt-wrap .en {
    font-size: clamp(10px, 55 / 1366 * 100vw, 1000px);
  }
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick div.plan-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: calc(90 / 1366 * 100vw);
    -moz-column-gap: 5.6%;
         column-gap: 5.6%;
  }
}
section.sec-plan.pick div.plan-cont div.pick-logo {
  width: calc(406 / 750 * 100vw);
  margin: calc(62 / 750 * 100vw) auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick div.plan-cont div.pick-logo {
    width: 31.4%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick div.plan-cont p.plan-reed {
    margin: 0;
  }
}
section.sec-plan.pick .plan-step {
  margin: 0 calc(65 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step {
    display: flex;
    margin: calc(60 / 1366 * 100vw) 0 0;
    width: 100%;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step.animation li:nth-of-type(1) {
    animation: fade 1s 0.1s forwards;
  }
  section.sec-plan.pick .plan-step.animation li:nth-of-type(2) {
    animation: fade 1s 0.2s forwards;
  }
  section.sec-plan.pick .plan-step.animation li:nth-of-type(3) {
    animation: fade 1s 0.3s forwards;
  }
}
section.sec-plan.pick .plan-step li {
  background-color: #F1F1F1;
  border-radius: calc(10 / 750 * 100vw);
  box-sizing: border-box;
  padding: calc(60 / 750 * 100vw) calc(32 / 750 * 100vw) calc(70 / 750 * 100vw);
  margin-bottom: calc(10 / 750 * 100vw);
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step li {
    border-radius: 5px;
    padding: 40px 30px;
    margin-bottom: 0;
  }
  section.sec-plan.pick .plan-step li:nth-of-type(1) {
    width: 28%;
  }
  section.sec-plan.pick .plan-step li:nth-of-type(2) {
    width: 28%;
  }
  section.sec-plan.pick .plan-step li:nth-of-type(3) {
    width: 44%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-plan.pick .plan-step li {
    padding: 50px 3vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-plan.pick .plan-step li {
    padding: 50px 2.4vw;
  }
}
@media screen and (min-width: 1360px) {
  section.sec-plan.pick .plan-step li {
    padding: 50px 2.8vw;
  }
}
section.sec-plan.pick .plan-step li.animation {
  animation: fade 1s 0s forwards;
}
section.sec-plan.pick .plan-step li .number {
  background-color: var(--color-red);
  color: #fff;
  line-height: 1em;
  padding: 0.5em 1.4em;
  border-radius: 50em;
  margin: auto;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: calc(28 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);
  font-family: var(--font-montserrat);
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step li .number {
    padding: 0.6em 0.4em;
    display: block;
    width: 7.9em;
    font-size: clamp(10px, 12 / 1366 * 100vw, 1000px);
    margin-bottom: 1.4em;
  }
}
section.sec-plan.pick .plan-step li h3 {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  font-size: calc(34 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step li h3 {
    font-size: clamp(10px, 26 / 1366 * 100vw, 1000px);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-plan.pick .plan-step li h3 {
    font-size: clamp(10px, 23 / 1366 * 100vw, 1000px);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-plan.pick .plan-step li h3 {
    font-size: clamp(10px, 26 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan.pick .plan-step li h3 .red {
  color: var(--color-red);
}
section.sec-plan.pick .plan-step li p {
  color: var(--color-sub-txt-v02);
  line-height: 1.7em;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step li p {
    text-align: center;
    font-size: clamp(10px, 14 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan.pick .plan-step li .step-img {
  margin: calc(45 / 750 * 100vw) auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step li .step-img {
    margin-top: 40px;
  }
}
section.sec-plan.pick .plan-step li .step-img.img01 {
  width: calc(416 / 750 * 100vw);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step li .step-img.img01 {
    width: 100%;
  }
}
section.sec-plan.pick .plan-step li .step-img.img01.animation {
  animation: fade 1s forwards;
}
section.sec-plan.pick .plan-step li .step-img.img02 {
  width: 80%;
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step li .step-img.img02 {
    width: 100%;
  }
}
section.sec-plan.pick .plan-step li .step-img.img03 {
  width: 75%;
}
@media screen and (min-width: 768px) {
  section.sec-plan.pick .plan-step li .step-img.img03 {
    width: 70%;
  }
}
section.sec-plan div.sec-plan-inner {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-plan div.sec-plan-inner {
    padding: 0 56px;
  }
}
section.sec-plan h2 {
  text-align: center;
  font-size: calc(50 / 750 * 100vw);
  line-height: 1.2em;
  border-bottom: solid 1px var(--color-light-gray);
  padding: 0 0 calc(80 / 750 * 100vw);
  margin: 0 calc(29 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: clamp(30px, 50 / 1366 * 100vw, 1000px);
    -moz-column-gap: 0.6em;
         column-gap: 0.6em;
    margin: 0;
    padding: 0 0 calc(75 / 1366 * 100vw);
  }
}
section.sec-plan h2.animation .number-wrap {
  animation: big 0.4s 0s cubic-bezier(0.58, 0.11, 0.18, 0.99) forwards;
}
section.sec-plan h2.animation .txt-wrap {
  animation: fade 1s 0s forwards;
}
section.sec-plan h2 .number-wrap {
  background-color: var(--color-light-green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 50em;
  font-family: var(--font-montserrat);
  color: #fff;
  line-height: 1em;
  width: calc(106 / 750 * 100vw);
  height: calc(106 / 750 * 100vw);
  margin: 0 auto calc(25 / 750 * 100vw);
  transform: scale(0);
}
@media screen and (min-width: 768px) {
  section.sec-plan h2 .number-wrap {
    width: calc(100 / 1366 * 100vw);
    height: calc(100 / 1366 * 100vw);
    margin: 0;
  }
}
section.sec-plan h2 .number-wrap .plan {
  display: block;
  font-weight: bold;
  line-height: 1em;
  font-size: calc(18 / 750 * 100vw);
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-plan h2 .number-wrap .plan {
    font-size: clamp(10px, 12 / 1366 * 100vw, 1000px);
    margin-bottom: 0;
  }
}
section.sec-plan h2 .number-wrap .number {
  display: block;
  line-height: 0.84em;
  font-size: calc(35 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan h2 .number-wrap .number {
    font-size: clamp(10px, 35 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan h2 .txt-wrap {
  line-height: 1.2em;
  display: block;
  opacity: 0;
}
section.sec-plan h2 .txt-wrap .small {
  display: block;
  color: var(--color-light-green);
  font-size: calc(26 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan h2 .txt-wrap .small {
    font-size: clamp(10px, 22 / 1366 * 100vw, 1000px);
    line-height: 1.2em;
  }
}
section.sec-plan h2 .txt-wrap .en {
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: calc(66 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan h2 .txt-wrap .en {
    font-size: clamp(10px, 70 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan p.plan-reed {
  font-size: calc(24 / 750 * 100vw);
  font-weight: 500;
  line-height: 1.75em;
  color: var(--color-sub-txt-v02);
  margin: calc(60 / 750 * 100vw) calc(62 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan p.plan-reed {
    width: -moz-fit-content;
    width: fit-content;
    margin: calc(55 / 1366 * 100vw) auto;
    font-size: clamp(12px, 18 / 1366 * 100vw, 1000px);
    line-height: 1.94em;
  }
}
section.sec-plan div.plan-img {
  margin: 0 calc(29 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan div.plan-img {
    margin: 0;
  }
}
section.sec-plan p.plan-fukidashi {
  background-color: var(--color-dark-green);
  margin: auto;
  text-align: center;
  color: #fff;
  border-radius: 50em;
  position: relative;
  font-weight: 500;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.32em;
  padding: calc(29 / 750 * 100vw) 0;
  margin: calc(80 / 750 * 100vw) auto calc(18 / 750 * 100vw);
  width: calc(580 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan p.plan-fukidashi {
    width: 32em;
    font-size: clamp(10px, 23 / 1366 * 100vw, 1000px);
    line-height: 1.2em;
    letter-spacing: 0.04em;
    padding: 1.2em 0;
    margin: calc(70 / 1366 * 100vw) auto calc(38 / 1366 * 100vw);
  }
}
section.sec-plan p.plan-fukidashi::after {
  content: "";
  display: block;
  width: calc(21 / 750 * 100vw);
  height: calc(16 / 750 * 100vw);
  position: absolute;
  background-color: var(--color-dark-green);
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 90%);
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 768px) {
  section.sec-plan p.plan-fukidashi::after {
    width: 1em;
    height: 0.8em;
  }
}
section.sec-plan .plan-choice {
  margin: 0 calc(65 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
}
section.sec-plan .plan-choice li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px var(--color-light-gray);
  padding: calc(40 / 750 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice li {
    display: block;
    width: 33.3333333333%;
    border-bottom: none;
    border-right: solid 1px var(--color-light-gray);
    box-sizing: border-box;
    padding: calc(24 / 1366 * 100vw) 0 calc(17 / 1366 * 100vw);
  }
}
section.sec-plan .plan-choice li:last-child {
  border: none;
}
section.sec-plan .plan-choice .number {
  color: var(--color-light-green);
  border: solid 2px;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: var(--font-montserrat);
  border-radius: 50em;
  font-weight: bold;
  line-height: 1em;
  box-sizing: border-box;
  width: calc(81 / 750 * 100vw);
  height: calc(81 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .number {
    margin: auto;
    width: 3em;
    height: 3em;
    font-size: clamp(10px, 20 / 1366 * 100vw, 1000px);
    margin-bottom: 1.25em;
  }
}
section.sec-plan .plan-choice .choice-txt-wrap {
  width: calc(100% - 120 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .choice-txt-wrap {
    width: 100%;
  }
}
section.sec-plan .plan-choice .choice-large {
  text-align: left;
  font-weight: bold;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .choice-large {
    text-align: center;
    font-size: clamp(10px, 23 / 1366 * 100vw, 1000px);
    height: 3.8em;
  }
}
section.sec-plan .plan-choice .choice-large.mr-btm {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .choice-large.mr-btm {
    margin-bottom: 0;
  }
}
section.sec-plan .plan-choice .choice-large .s-txt {
  font-size: calc(22 / 750 * 100vw);
  font-weight: 400;
  color: var(--color-sub-txt-v02);
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .choice-large .s-txt {
    font-weight: 400;
    font-size: clamp(10px, 13 / 1366 * 100vw, 18px);
    line-height: 1.76em;
    letter-spacing: 0.02em;
  }
}
section.sec-plan .plan-choice .choice-txt {
  text-align: left;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .choice-txt {
    text-align: center;
  }
}
section.sec-plan .plan-choice .choice-txt span {
  display: inline-block;
  line-height: 1.2em;
}
section.sec-plan .plan-choice .choice-txt .green {
  color: var(--color-light-green);
}
section.sec-plan .plan-choice .choice-txt .gaku {
  margin-right: 0.5em;
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .choice-txt .gaku {
    display: block;
    font-size: calc(16 / 1366 * 100vw);
  }
}
section.sec-plan .plan-choice .choice-txt .zero {
  font-weight: bold;
  font-family: var(--font-manrope);
  transform: translate(0, 0.21em);
  font-size: calc(80 / 750 * 100vw);
  line-height: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .choice-txt .zero {
    font-size: clamp(10px, 50 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan .plan-choice .choice-txt .en {
  font-weight: bold;
  font-size: calc(34 / 750 * 100vw);
  transform: translate(0, 0.3em);
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .choice-txt .en {
    transform: translate(0, 0.5em);
    font-size: clamp(10px, 18 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan .plan-choice .choice-txt .block {
  display: block;
}
section.sec-plan .plan-choice .choice-txt .shiharai {
  font-weight: bold;
  font-size: calc(35 / 750 * 100vw);
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-plan .plan-choice .choice-txt .shiharai {
    margin-top: 0.4em;
    font-size: clamp(10px, 24 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan .plan-choice .choice-note {
  color: var(--color-sub-txt-v02);
  text-align: center;
  margin-top: 1.6em;
  font-weight: 400;
  font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
section.sec-plan p.plan-cont-txt01 {
  font-size: calc(26 / 750 * 100vw);
  line-height: 1.92em;
  padding: 0 calc(65 / 750 * 100vw);
  box-sizing: border-box;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-plan p.plan-cont-txt01 {
    text-align: center;
    margin-top: 2.4em;
    font-size: clamp(12px, 18 / 1366 * 100vw, 1000px);
  }
}
section.sec-plan p.plan-cont-txt01 .red {
  color: var(--color-red02);
  font-weight: bold;
}
section.sec-plan div.plan-note-ad-wrap {
  box-sizing: border-box;
  margin: calc(80 / 750 * 100vw) calc(29 / 750 * 100vw) 0;
  border-top: solid 1px var(--color-sub);
  border-bottom: solid 1px var(--color-sub);
}
@media screen and (min-width: 768px) {
  section.sec-plan div.plan-note-ad-wrap {
    margin: calc(70 / 1366 * 100vw) auto 0;
  }
}
section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: calc(26 / 750 * 100vw);
  width: 100%;
  padding: calc(40 / 750 * 100vw) calc(15 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn {
    font-size: clamp(12px, 16 / 1366 * 100vw, 1000px);
    padding: calc(30 / 1366 * 100vw) 22px calc(30 / 1366 * 100vw) 0;
    transition: color 0.3s;
  }
  section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn:hover {
    color: var(--color-light-green);
  }
  section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn:hover .plus::after, section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn:hover .plus::before {
    background-color: var(--color-light-green);
  }
}
section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn.active .plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn .txt {
  display: block;
  font-weight: 500;
}
section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn .plus {
  display: block;
  position: relative;
  width: calc(32 / 750 * 100vw);
  height: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn .plus {
    width: 1em;
    height: 1em;
  }
}
section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn .plus::after, section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn .plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-main);
  transition: all 0.3s;
}
section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn .plus::after {
  width: 100%;
  height: calc(2 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn .plus::after {
    height: 2px;
  }
}
section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn .plus::before {
  width: calc(2 / 750 * 100vw);
  height: 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-plan div.plan-note-ad-wrap .plan-note-ad-btn .plus::before {
    width: 2px;
  }
}
section.sec-plan div.plan-note-ad-wrap div.plan-note-ad {
  padding-bottom: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-plan div.plan-note-ad-wrap div.plan-note-ad {
    padding-bottom: calc(30 / 1366 * 100vw);
  }
}
section.sec-plan div.plan-note-ad-wrap div.plan-note-ad ul {
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: var(--color-sub-txt-v02);
}
@media screen and (min-width: 768px) {
  section.sec-plan div.plan-note-ad-wrap div.plan-note-ad ul {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
section.sec-plan div.plan-note-ad-wrap div.plan-note-ad ul li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
section.sec-plan div.plan-note-ad-wrap div.plan-note-ad ul li .pd {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

p.staff-contact-txt {
  text-align: center;
  font-size: calc(25 / 750 * 100vw);
  line-height: 1.48em;
  font-weight: 500;
  color: var(--color-dark-green);
  margin: calc(65 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  p.staff-contact-txt {
    font-size: clamp(20px, 25 / 1366 * 100vw, 1000px);
    margin: 75px 0 100px;
  }
}/*# sourceMappingURL=support.css.map */