@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: 84%;
  transform: translate(-55%, -48%);
}
.l-lower-title-area h1 .large .wrap .img.w02 {
  width: 82%;
}
.l-lower-title-area h1 .large .wrap .img.w03 {
  width: 90%;
  transform: translate(-55%, -48%);
}
.l-lower-title-area h1 .large .wrap .img.w04 {
  width: 67%;
}

.l-lower-title-area {
  position: relative;
}
.l-lower-title-area div.kumaru-img {
  position: absolute;
  bottom: 0;
  right: 32%;
  width: 12%;
  animation: online-kumaru-img 0.6s 0.9s forwards cubic-bezier(0.47, 0.03, 0.22, 0.91);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-title-area div.kumaru-img {
    width: 12%;
    right: 20%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-title-area div.kumaru-img {
    right: 17%;
  }
}
@keyframes online-kumaru-img {
  0% {
    transform: translate(0, 70%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 34%);
    opacity: 1;
  }
}

/*================================================ 岡山トヨペットならオンライン相談で解決できます！ ================================================*/
section.sec-online {
  position: relative;
  z-index: 0;
  padding: calc(70 / 750 * 100vw) 0 calc(108 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-online {
    padding: calc(62 / 1366 * 100vw) 0 calc(95 / 1366 * 100vw);
  }
}
section.sec-online::after {
  content: "";
  display: block;
  width: 94.6%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(340.11deg, #DFF7EF 6.75%, #F5FFFD 77.46%);
  z-index: -1;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-online::after {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-online::after {
    width: calc(100% - 36px);
  }
}
section.sec-online h2 {
  text-align: center;
  line-height: 1.25em;
  margin-bottom: 1em;
  font-size: calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-online h2 {
    font-size: clamp(10px, 60 / 1366 * 100vw, 1000px);
    margin-bottom: calc(75 / 1366 * 100vw);
  }
}
section.sec-online h2 .small {
  display: block;
  font-size: 0.52em;
  line-height: 1.4em;
}
section.sec-online h2 .green {
  color: var(--color-green03);
}
@media screen and (min-width: 768px) {
  section.sec-online div.online-box {
    width: 87%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-online div.online-img {
  width: 85.8%;
  margin: auto;
  border-radius: calc(5 / 750 * 100vw);
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.sec-online div.online-img {
    width: 44.6%;
    margin: 0;
  }
}
section.sec-online p.online-txt {
  width: 77.2%;
  margin: calc(40 / 750 * 100vw) auto calc(60 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.9em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-online p.online-txt {
    line-height: 2em;
    width: 51%;
    margin: 0;
    font-size: clamp(10px, 18 / 1366 * 100vw, 1000px);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-online p.online-txt {
    width: 50.4%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-online a.m-btn-base {
    width: 26.4em;
    height: 5em;
    margin-top: 4.6em;
  }
}
section.sec-online div.online-slider-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: calc(70 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-online div.online-slider-wrap {
    margin-bottom: calc(94 / 1366 * 100vw);
  }
}
section.sec-online .online-slider {
  width: 600%;
  display: flex;
  position: relative;
  padding-bottom: calc(19 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-online .online-slider {
    padding-bottom: 1vw;
  }
}
section.sec-online .slider {
  animation: scroll-left 30s infinite linear 0.5s both;
  display: flex;
}
section.sec-online .slide {
  background-color: var(--color-dark-green);
  border-radius: 50em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: calc(10 / 750 * 100vw);
  margin-right: 0.8vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-online .slide {
    padding: 0.6vw;
  }
}
section.sec-online .slide::after {
  content: "";
  display: block;
  width: calc(27 / 750 * 100vw);
  height: calc(19 / 750 * 100vw);
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translate(0, 95%);
  background-color: var(--color-dark-green);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-online .slide::after {
    width: 1.6vw;
    height: 1vw;
  }
}
section.sec-online .slide.v01::after {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
section.sec-online .slide.v02::after {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
section.sec-online .slide:nth-of-type(1)::after {
  left: 40%;
}
section.sec-online .slide:nth-of-type(2)::after {
  left: 70%;
}
section.sec-online .slide:nth-of-type(3)::after {
  left: 40%;
}
section.sec-online .slide:nth-of-type(4)::after {
  left: 30%;
}
section.sec-online .slide:nth-of-type(5)::after {
  left: 70%;
}
section.sec-online .slide .slide-img {
  width: 24%;
}
section.sec-online .slide p {
  color: #fff;
  line-height: 1.4em;
  width: 71%;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-online .slide p {
    font-size: 1.8vw;
    width: 69%;
    font-weight: 400;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-online .slide p {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*================================================ POINT ================================================*/
section.sec-point {
  background: #fff;
  box-sizing: border-box;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-point {
    border-radius: 10px;
  }
}
section.sec-point {
  margin-top: calc(20 / 750 * 100vw);
  padding: calc(70 / 750 * 100vw) calc(33 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-point {
    padding: 100px 56px;
    margin-top: 18px;
  }
}
section.sec-point h2 {
  line-height: 1.3em;
  text-align: center;
  font-weight: 700;
  font-size: calc(40 / 750 * 100vw);
  line-height: 1.32em;
  letter-spacing: 0.04em;
  margin-bottom: calc(80 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-point h2 {
    -moz-column-gap: 0.8em;
         column-gap: 0.8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: clamp(27px, 40 / 1366 * 100vw, 1000px);
    margin-bottom: 60px;
  }
}
section.sec-point h2.animation .number-wrap {
  animation: big 0.4s 0s cubic-bezier(0.58, 0.11, 0.18, 0.99) forwards;
}
section.sec-point h2.animation .txt {
  animation: fade 1s 0s forwards;
}
section.sec-point h2 .green {
  color: var(--color-green03);
}
section.sec-point h2 .number-wrap {
  background-color: var(--color-green03);
  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(32 / 750 * 100vw);
  transform: scale(0);
}
@media screen and (min-width: 768px) {
  section.sec-point h2 .number-wrap {
    width: clamp(10px, 100 / 1366 * 100vw, 1000px);
    height: clamp(10px, 100 / 1366 * 100vw, 1000px);
    margin: 0;
  }
}
section.sec-point h2 .number-wrap .point {
  display: block;
  font-weight: bold;
  line-height: 1em;
  font-size: calc(18 / 750 * 100vw);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-point h2 .number-wrap .point {
    font-size: clamp(10px, 12 / 1366 * 100vw, 1000px);
  }
}
section.sec-point h2 .number-wrap .number {
  display: block;
  line-height: 0.84em;
  font-size: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-point h2 .number-wrap .number {
    font-size: clamp(10px, 35 / 1366 * 100vw, 1000px);
  }
}
section.sec-point h2 .txt {
  opacity: 0;
}
section.sec-point li {
  border-top: solid 1px var(--color-light-gray);
  padding: calc(60 / 750 * 100vw) 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-point li {
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-point li.animation {
  animation: fade 1s 0s forwards;
}
section.sec-point li div.point01-img {
  overflow: hidden;
  isolation: isolate;
  border-radius: calc(5 / 750 * 100vw);
  margin-top: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-point li div.point01-img {
    width: 26%;
    margin-top: 0;
    order: -1;
    border-radius: 5px;
  }
}
section.sec-point li h3 {
  font-size: calc(34 / 750 * 100vw);
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-point li h3 {
    font-size: 1.6em;
    width: 30%;
    margin-bottom: 0;
    font-size: clamp(16px, 24 / 1366 * 100vw, 1000px);
  }
}
section.sec-point li p {
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.6em;
  color: var(--color-sub-txt-v02);
}
@media screen and (min-width: 768px) {
  section.sec-point li p {
    width: 32.4%;
    font-size: clamp(10px, 16 / 1366 * 100vw, 1000px);
  }
}
section.sec-point li p .note {
  display: block;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-point li p .note {
    font-size: 10px;
  }
}
section.sec-point .point02-box {
  border-top: solid 1px var(--color-light-gray);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-point .point02-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0 0 0;
  }
}
section.sec-point .point02-box.animation {
  animation: fade 1s 0s forwards;
}
section.sec-point .point02-box .point02-img {
  border-radius: calc(5 / 750 * 100vw);
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.sec-point .point02-box .point02-img {
    width: 39%;
    border-radius: 5px;
  }
}
section.sec-point .point02-box .point02-txt-box {
  width: 90%;
  margin: calc(52 / 750 * 100vw) auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-point .point02-box .point02-txt-box {
    width: 55%;
    margin: 0;
  }
}
section.sec-point .point02-box p.point02-large-txt {
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: calc(30 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-point .point02-box p.point02-large-txt {
    font-size: clamp(16px, 23 / 1366 * 100vw, 1000px);
  }
}
section.sec-point .point02-box p.point02-txt {
  color: var(--color-sub-txt-v02);
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
}
@media screen and (min-width: 768px) {
  section.sec-point .point02-box p.point02-txt {
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}

section.sec-flow {
  background: #323E40;
  box-sizing: border-box;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-flow {
    border-radius: 10px;
  }
}
section.sec-flow {
  margin-top: calc(20 / 750 * 100vw);
  padding: calc(100 / 750 * 100vw) calc(33 / 750 * 100vw) calc(30 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-flow {
    padding: calc(100 / 1366 * 100vw) 56px;
    margin-top: 18px;
  }
}
section.sec-flow h2 {
  color: #fff;
  line-height: 1.5em;
  font-weight: 700;
  font-size: calc(40 / 750 * 100vw);
  line-height: 1.32em;
  letter-spacing: 0.04em;
  margin-bottom: calc(90 / 750 * 100vw);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-flow h2 {
    font-size: clamp(10px, 35 / 1366 * 100vw, 1000px);
    margin-bottom: calc(80 / 1366 * 100vw);
  }
}
section.sec-flow h2.animation {
  animation: fade 1s 0s forwards;
}
@media screen and (min-width: 768px) {
  section.sec-flow ul {
    border-top: solid 1px var(--color-light-gray);
  }
}
section.sec-flow li {
  box-sizing: border-box;
  padding: calc(70 / 750 * 100vw) calc(32 / 750 * 100vw);
  border-top: solid 1px var(--color-light-gray);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-flow li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
    border: none;
  }
}
section.sec-flow li.animation {
  animation: fade 1s 0s forwards;
}
@media screen and (min-width: 768px) {
  section.sec-flow li:first-child {
    padding-top: 18px;
  }
}
section.sec-flow li:last-child p.step-txt::after, section.sec-flow li:last-child .flow-txt-box::after {
  content: none;
}
section.sec-flow li p.step-txt {
  font-family: var(--font-montserrat);
  color: var(--color-green03);
  line-height: 1em;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  section.sec-flow li p.step-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 50em;
    width: 21.2%;
    order: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-flow li p.step-txt {
    width: 18%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-flow li p.step-txt {
    width: 21.2%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-flow li p.step-txt::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-light-gray);
  }
}
section.sec-flow li p.step-txt .step {
  display: inline-block;
  font-weight: bold;
  line-height: 1em;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 600;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  section.sec-flow li p.step-txt .step {
    display: block;
    font-size: clamp(10px, 20 / 1366 * 100vw, 1000px);
  }
}
section.sec-flow li p.step-txt .number {
  display: inline-block;
  line-height: 0.84em;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.sec-flow li p.step-txt .number {
    display: block;
    font-size: clamp(10px, 50 / 1366 * 100vw, 1000px);
  }
}
section.sec-flow li .flow-img {
  border-radius: calc(5 / 750 * 100vw);
  isolation: isolate;
  overflow: hidden;
  width: 67.2%;
  margin-top: calc(60 / 750 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-flow li .flow-img {
    width: 27%;
    margin-top: 0;
    order: 1;
    border-radius: 5px;
  }
}
section.sec-flow li .flow-img video {
  display: block;
  width: 100%;
}
section.sec-flow li .flow-txt-box {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-flow li .flow-txt-box {
    width: 46.8%;
    margin-top: 0;
    order: 2;
    padding-left: 4%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-flow li .flow-txt-box {
    width: 49%;
    padding-left: 3%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-flow li .flow-txt-box {
    width: 46.8%;
    padding-left: 3%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-flow li .flow-txt-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-light-gray);
  }
}
section.sec-flow li .flow-txt-box h3 {
  margin-bottom: 0.6em;
  font-weight: 700;
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.44em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  section.sec-flow li .flow-txt-box h3 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: clamp(17px, 26 / 1366 * 100vw, 35px);
    line-height: 1.46em;
    letter-spacing: 0.02em;
  }
}
section.sec-flow li .flow-txt-box h4 {
  font-weight: bold;
  line-height: 1.6em;
  margin-top: 2em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-flow li .flow-txt-box h4 {
    font-size: clamp(10px, 14 / 1366 * 100vw, 1000px);
  }
}
section.sec-flow li .flow-txt-box p {
  font-weight: 400;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75em;
  letter-spacing: 0.02em;
  color: #E2E2E2;
}
@media screen and (min-width: 768px) {
  section.sec-flow li .flow-txt-box p {
    font-size: clamp(10px, 16 / 1366 * 100vw, 1000px);
    line-height: 1.8em;
    color: #fff;
  }
}
section.sec-flow li .flow-txt-box p a.green-link {
  color: var(--color-green03);
  text-decoration: underline;
}
section.sec-flow li .flow-txt-box .note {
  margin-top: 0.4em;
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  section.sec-flow li .flow-txt-box .note {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}

section.sec-zoom {
  background: #fff;
  box-sizing: border-box;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-zoom {
    border-radius: 10px;
  }
}
section.sec-zoom {
  padding: calc(90 / 750 * 100vw) calc(33 / 750 * 100vw);
  margin-top: calc(20 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-zoom {
    padding: calc(100 / 1366 * 100vw) 56px;
    margin-top: 18px;
  }
}
section.sec-zoom h2 {
  margin-bottom: calc(70 / 750 * 100vw);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-zoom h2 {
    margin-bottom: calc(60 / 1366 * 100vw);
  }
}
section.sec-zoom h2.animation {
  animation: fade 1s 0s forwards;
}
section.sec-zoom h2 span {
  display: block;
}
section.sec-zoom h2 .logo {
  margin: auto;
  width: calc(303 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-zoom h2 .logo {
    width: clamp(200px, 303 / 1366 * 100vw, 1000px);
  }
}
section.sec-zoom h2 .txt {
  text-align: center;
  font-size: calc(23 / 750 * 100vw);
  line-height: 1.6em;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-zoom h2 .txt {
    font-size: clamp(10px, 23 / 1366 * 100vw, 1000px);
    margin-top: 1em;
  }
}
section.sec-zoom li {
  border-top: solid 1px var(--color-light-gray);
  padding: calc(42 / 750 * 100vw) calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-zoom li {
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-zoom li.animation {
  animation: fade 1s 0s forwards;
}
section.sec-zoom li div.zoom-img {
  margin-bottom: calc(50 / 750 * 100vw);
  overflow: hidden;
  isolation: isolate;
  border-radius: calc(5 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-zoom li div.zoom-img {
    border-radius: 5px;
    width: 26%;
    margin-bottom: 0;
  }
}
section.sec-zoom li h3 {
  font-weight: 500;
  font-size: calc(34 / 750 * 100vw);
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-zoom li h3 {
    margin-bottom: 0;
    width: 25%;
    font-size: clamp(10px, 26 / 1366 * 100vw, 1000px);
    line-height: 1.26em;
    padding-left: 5%;
  }
}
section.sec-zoom li p {
  line-height: 1.6em;
  color: var(--color-sub-txt-v02);
  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-zoom li p {
    width: 43%;
    font-weight: 400;
    font-size: clamp(10px, 16 / 1366 * 100vw, 20px);
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}
section.sec-zoom li p .note {
  display: block;
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-zoom li p .note {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
section.sec-zoom li p .note:nth-of-type(1) {
  margin-top: 2em;
}
section.sec-zoom li p a.blue-link {
  color: #0B5CFF;
  text-decoration: underline;
}
section.sec-zoom a.m-btn-base {
  font-weight: bold;
  width: calc(474 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-zoom a.m-btn-base {
    width: 26.4em;
    height: 5em;
    margin-top: calc(80 / 1366 * 100vw);
  }
}
section.sec-zoom a.m-btn-base .txt span.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec-zoom a.m-btn-base .txt span.pc-block {
    display: inline-block;
  }
}

section.sec-consultation {
  background: linear-gradient(332.56deg, #DFF7EF 16.67%, #F5FFFD 96.61%);
  box-sizing: border-box;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-consultation {
    border-radius: 10px;
  }
}
section.sec-consultation {
  padding: calc(90 / 750 * 100vw) calc(65 / 750 * 100vw);
  margin-top: calc(20 / 750 * 100vw);
  margin-bottom: calc(50 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-consultation {
    padding: calc(120 / 1366 * 100vw) 56px;
    margin-top: 18px;
    margin-bottom: 47px;
  }
}
section.sec-consultation h2 {
  text-align: center;
  line-height: 1.2em;
  font-weight: 700;
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.44em;
  letter-spacing: 0.03em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.sec-consultation h2 {
    font-size: clamp(10px, 40 / 1366 * 100vw, 1000px);
  }
}
section.sec-consultation h2.animation {
  animation: fade 1s 0s forwards;
}
section.sec-consultation h2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
}
section.sec-consultation h2 span::after {
  content: "";
  display: block;
  width: calc(17 / 750 * 100vw);
  height: calc(17 / 750 * 100vw);
  position: absolute;
  top: 0.6em;
  left: 0;
  background: var(--color-green03);
  border-radius: 50em;
}
@media screen and (min-width: 768px) {
  section.sec-consultation h2 span::after {
    width: 0.4em;
    height: 0.4em;
  }
}
section.sec-consultation div.consultation-btn-wrap {
  margin: calc(65 / 750 * 100vw) auto calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-consultation div.consultation-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: calc(86 / 1366 * 100vw) auto calc(56 / 1366 * 100vw);
  }
}
section.sec-consultation a.m-btn-base {
  font-weight: bold;
  width: 100%;
}
section.sec-consultation a.m-btn-base.green03 {
  height: calc(119 / 750 * 100vw);
  margin-bottom: calc(18 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-consultation a.m-btn-base.green03 {
    width: 59%;
    height: clamp(10px, 117 / 1366 * 100vw, 1000px);
    font-size: clamp(10px, 24 / 1366 * 100vw, 1000px);
    margin-bottom: 0;
  }
}
section.sec-consultation a.m-btn-base.dark-green {
  height: calc(97 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-consultation a.m-btn-base.dark-green {
    width: 39%;
    height: clamp(10px, 117 / 1366 * 100vw, 1000px);
    font-size: clamp(10px, 16 / 1366 * 100vw, 1000px);
    text-align: center;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  section.sec-consultation a.m-btn-base.dark-green .txt {
    width: 100%;
    transform: translate(0, -0.2em);
  }
}
section.sec-consultation a.m-btn-base.dark-green .num {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec-consultation a.m-btn-base.dark-green .num {
    display: block;
    width: 100%;
    font-family: var(--font-manrope);
    font-weight: bold;
    font-size: 1.875em;
    margin-top: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-consultation a.m-btn-base.dark-green span.arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  section.sec-consultation a.m-btn-base .arrow {
    width: 1em;
  }
}
section.sec-consultation p {
  font-weight: 400;
  line-height: 1.55em;
  font-size: calc(20 / 750 * 100vw);
  color: var(--color-sub-txt-v02);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-consultation p {
    display: block;
    text-align: center;
    font-size: clamp(10px, 13 / 1366 * 100vw, 1000px);
  }
}
section.sec-consultation p .bold {
  font-weight: bold;
  display: block;
  font-size: calc(22 / 750 * 100vw);
  margin-bottom: 0.4em;
  color: var(--color-dark-green);
  width: 30%;
}
@media screen and (min-width: 768px) {
  section.sec-consultation p .bold {
    width: auto;
    margin-right: 0.6em;
    margin-left: 1.5em;
    display: inline-block;
    font-size: clamp(9px, 13 / 1366 * 100vw, 1000px);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-consultation p .bold {
    margin-left: 2.5em;
  }
}
section.sec-consultation p .txt {
  display: block;
  width: 70%;
}
@media screen and (min-width: 768px) {
  section.sec-consultation p .txt {
    width: auto;
    display: inline-block;
  }
}/*# sourceMappingURL=online.css.map */