.text-teal {
  color: #55C5C9;
}

.text-red {
  color: #D52C2F !important;
}

/* josefin-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/josefin-sans-v26-latin-regular.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-regular.woff") format("woff");
}
/* josefin-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/josefin-sans-v26-latin-500italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-500italic.woff") format("woff");
}
/* josefin-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../assets/fonts/josefin-sans-v26-latin-600italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-600italic.woff") format("woff");
}
/* josefin-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../assets/fonts/josefin-sans-v26-latin-700italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-700italic.woff") format("woff");
}
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: clamp(2.5rem, 5vw, 6.4rem);
  font-weight: 700;
  line-height: 165%;
}

h2,
.h2-like {
  font-size: clamp(4rem, 4vw, 5rem);
  font-weight: 700;
  line-height: 160%;
}

h3,
.h3-like {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
}

h4,
.h4-like {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
}

.p-1216 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.p-1215 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.p-1418 {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

.p-1618 {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

.p-1620 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.p-1824 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.p-2036 {
  font-size: clamp(2rem, 3vw, 3.6rem);
}

.p-2337 {
  font-size: clamp(2.3rem, 3vw, 3.7rem);
}

.p-2032 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.p-2430 {
  font-size: clamp(2.4rem, 2.4vw, 3rem);
}

.p-5385 {
  font-size: clamp(5.3rem, 8vw, 8.5rem);
}

.p-70100 {
  font-size: clamp(7rem, 10vw, 10rem);
}

.p-small {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.f-source-b {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
}

.f-source-med {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}

.f-josefin-medi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
}

.f-josefin-sbi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
}

.f-josefin-bi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
}

.med-to-bold {
  font-weight: 500;
}

@media screen and (min-width: 801px) {
  .med-to-bold {
    font-weight: 700;
  }
}
.center-text {
  text-align: center;
}

.bold-text {
  font-weight: 700;
}

.regular-text {
  font-weight: 400;
}

.lh140 {
  line-height: 140%;
}

.lh-200-250 {
  line-height: 200%;
}
@media screen and (min-width: 801px) {
  .lh-200-250 {
    line-height: 250%;
  }
}

section {
  scroll-margin-top: 100px;
}

main.case-main {
  letter-spacing: 0;
  margin: auto;
  padding: auto;
  font-size: 16px;
}
main.case-main h1 {
  font-size: clamp(50px, 5vw, 100px);
  line-height: 134%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1601px) {
  main.case-main h1 {
    font-size: 100px;
    line-height: 100%;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.gap-1 {
  gap: 1em;
}

.gap-15 {
  gap: 1.5em;
}

.headline-style {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background-color: #105E7B;
  color: #ffffff;
  padding: 0 1.2em 0 25px;
  height: 2em;
  font-size: clamp(25px, 3.5vw, 40px);
  line-height: 100%;
  text-align: center;
  border-radius: 0 1em 1em 0;
}
@media screen and (min-width: 751px) {
  .headline-style {
    height: 1.75em;
    padding-right: 1.75em;
  }
}

.p1640 {
  font-size: clamp(16px, 2.5vw, 40px);
  line-height: 160%;
}

.text-left {
  text-emphasis: left;
}

.font-primary {
  color: #105E7B;
}

.content-st {
  width: 87.2%;
}
@media screen and (min-width: 751px) {
  .content-st {
    width: 100%;
  }
}

.content-full {
  width: 100%;
}

.cta-btn {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 290;
  width: clamp(100px, 13vw, 160px);
  height: clamp(100px, 13vw, 160px);
  line-height: 100%;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff !important;
  background-color: #D11D21;
  bottom: 10px;
  right: 1.5vw;
  font-size: clamp(18px, 2.4vw, 27px);
}
.cta-btn img {
  width: 1.51em;
}
.cta-btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 751px) {
  .cta-btn {
    gap: 10px;
    bottom: 24px;
    right: calc((100vw - clamp(100px, 72vw, 1200px)) / 2);
    transform: translateX(50%);
  }
}

section.fv {
  position: relative;
  height: calc(100vh - clamp(62px, 10vw, 120px));
  max-height: 710px;
}
section.fv .fv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 79.4%;
  object-fit: cover;
  z-index: -1;
}
section.fv .fv-img img {
  height: 100%;
}
section.fv .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 65px;
  width: 87.2%;
  height: 100%;
  max-width: 1200px;
}
section.fv img.fv-font {
  display: block;
  width: 94%;
  max-width: clamp(480px, 65vw, 600px);
  align-self: flex-end;
  transform: translateX(3.4vw);
}
section.fv .fv-content {
  width: 100%;
  gap: 16px;
  color: #105E7B;
  font-weight: bold;
}
section.fv .fv-content .toyota-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(30px, 1.67em, 46px);
  background-color: #105E7B;
  color: #ffffff;
  font-size: clamp(18px, 2.1vw, 34px);
  padding: 0 1.3em;
  line-height: 100%;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  section.fv .fv-content .toyota-label {
    padding: 0 48px;
  }
}
@media screen and (min-width: 751px) {
  section.fv {
    max-height: 950px;
  }
  section.fv .fv-img {
    height: 100%;
  }
  section.fv img.fv-font {
    width: 60%;
    max-height: 40%;
    max-width: clamp(360px, 45vw, 760px);
    transform: translateX(5%);
  }
  section.fv .content-container {
    width: 72%;
  }
  section.fv .fv-content {
    background-color: #ffffff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 30px 30px 24px;
  }
}
@media screen and (min-width: 1601px) {
  section.fv .content-container {
    gap: clamp(40px, 13vh, 134px);
  }
  section.fv img.fv-font {
    width: 76%;
  }
}

.main-contents_wrapper {
  max-width: 1000px;
  width: 100%;
  gap: clamp(50px, 7.5vw, 90px);
}
.main-contents_wrapper .introduction {
  gap: clamp(50px, 7vw, 85px);
  margin-top: clamp(30px, 5vw, 60px);
}
.main-contents_wrapper .introduction .intro-text {
  font-size: clamp(16px, 2vw, 26px);
  width: 280px;
  max-width: 87.2%;
  line-height: 2.125;
  font-weight: bold;
  color: #768690;
}
.main-contents_wrapper .introduction .button-bar {
  max-width: 340px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 28px;
  font-size: 14px;
}
.main-contents_wrapper .introduction .button-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  gap: 5px;
  color: #105E7B;
  border-right: 1px solid #105E7B;
}
.main-contents_wrapper .introduction .button-bar a:nth-child(3), .main-contents_wrapper .introduction .button-bar a:nth-child(5) {
  border: none;
}
.main-contents_wrapper .introduction .button-bar a img {
  width: clamp(12px, 1.7vw, 20px);
  margin-top: clamp(5px, 1.25vw, 15px);
}
@media screen and (min-width: 751px) {
  .main-contents_wrapper .introduction .button-bar {
    font-size: clamp(14px, 1.67vw, 20px);
  }
  .main-contents_wrapper .introduction .button-bar a {
    width: 20%;
  }
  .main-contents_wrapper .introduction .button-bar a:nth-child(3) {
    border-right: 1px solid #105E7B;
  }
}
@media screen and (min-width: 751px) {
  .main-contents_wrapper {
    width: 72%;
  }
  .main-contents_wrapper .introduction .intro-text {
    width: 680px;
    letter-spacing: 0.04em;
  }
  .main-contents_wrapper .introduction .button-bar {
    max-width: unset;
  }
}
.main-contents_wrapper .question-box {
  width: 100%;
  background-color: #105E7B;
  border-radius: 35px;
  line-height: 1.875;
}
.main-contents_wrapper .question-box .text-box {
  min-width: 320px;
  padding: 45px 45px;
  gap: 20px;
}
@media screen and (max-width: 389px) {
  .main-contents_wrapper .question-box .text-box {
    padding: 45px 37px;
  }
}
.main-contents_wrapper .question-box h2 {
  font-size: clamp(25px, 3.5vw, 40px);
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6;
}
.main-contents_wrapper .question-box hr {
  display: block;
  height: 0px;
  border-top: 1px solid #ffffff;
  margin: 0;
}
.main-contents_wrapper .question-box p {
  font-size: clamp(16px, 2vw, 25px);
  color: #ffffff;
  font-weight: 500;
}
.main-contents_wrapper .question-box .annotation {
  font-size: 0.8em;
}
@media screen and (min-width: 751px) {
  .main-contents_wrapper .question-box {
    line-height: 1.6;
    max-width: 1000px;
  }
  .main-contents_wrapper .question-box .text-box {
    padding: 45px 0;
    width: 91%;
  }
  .main-contents_wrapper .question-box .text-box h2 {
    line-height: 1.4;
  }
  .main-contents_wrapper .question-box .text-box p {
    line-height: 1.6;
  }
  .main-contents_wrapper .question-box .text-box .annotation {
    line-height: 0;
  }
}
.main-contents_wrapper .hikken {
  width: 87.2%;
  max-width: 440px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  row-gap: 20px;
}
.main-contents_wrapper .hikken h3.hikken-title {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  margin-top: auto;
  padding: 0 33% 0.5em 0;
  border-bottom: 1px solid #C17563;
  color: #C17563;
  font-size: clamp(25px, 3.3vw, 40px);
  line-height: 160%;
}
.main-contents_wrapper .hikken img.icon {
  display: block;
  width: 100%;
  max-width: 111px;
  margin-left: auto;
  grid-column: 2/3;
  grid-row: 1/2;
}
.main-contents_wrapper .hikken ul.hikken-text {
  grid-column: 1/3;
  grid-row: 2/3;
  padding-left: 1em;
  color: #C17563;
  line-height: 187.5%;
  font-size: clamp(16px, 2.2vw, 27px);
}
@media screen and (min-width: 751px) {
  .main-contents_wrapper .hikken {
    width: 100%;
    max-width: 840px;
    grid-template-columns: 1fr 194px;
    grid-template-rows: auto auto;
    column-gap: 24px;
  }
  .main-contents_wrapper .hikken h3.hikken-title {
    grid-column: 1/2;
    padding-right: unset;
  }
  .main-contents_wrapper .hikken img.icon {
    margin-top: auto;
    grid-row: 1/3;
    max-width: unset;
  }
  .main-contents_wrapper .hikken ul.hikken-text {
    grid-column: 1/2;
    line-height: 185%;
    font-weight: bold;
  }
}
.main-contents_wrapper .theme h3 {
  margin-bottom: clamp(20px, 2.5vw, 30px);
}
.main-contents_wrapper .theme .content-wrapper {
  width: 87.2%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.main-contents_wrapper .theme .content-wrapper .content-box {
  display: flex;
  gap: 10px;
}
.main-contents_wrapper .theme .content-wrapper .box-1, .main-contents_wrapper .theme .content-wrapper .box-2, .main-contents_wrapper .theme .content-wrapper .box-3 {
  border-bottom: 1px solid #2F2F2F;
  padding-bottom: 20px;
}
.main-contents_wrapper .theme .content-wrapper .box-2, .main-contents_wrapper .theme .content-wrapper .box-4 {
  flex-direction: row-reverse;
}
.main-contents_wrapper .theme .content-wrapper .box-2 img, .main-contents_wrapper .theme .content-wrapper .box-4 img {
  align-self: self-start;
}
.main-contents_wrapper .theme .text-box {
  flex-direction: column;
}
.main-contents_wrapper .theme .text-box h4 {
  color: #105E7B;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: bold;
  padding-bottom: 15px;
}
.main-contents_wrapper .theme .text-box p {
  font-size: clamp(14px, 1.7vw, 20px);
  line-height: 1.6;
  font-weight: 500;
}
.main-contents_wrapper .theme .text-box .annotation {
  font-size: 0.8em;
}
@media screen and (min-width: 751px) {
  .main-contents_wrapper .theme .content-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .main-contents_wrapper .theme .content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
  }
  .main-contents_wrapper .theme .content-wrapper .content-box {
    border-bottom: none;
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .main-contents_wrapper .theme .content-wrapper .content-box .text-box h4 {
    line-height: 1.4375;
    font-size: clamp(18px, 2vw, 25px);
  }
  .main-contents_wrapper .theme .content-wrapper .content-box .text-box p {
    font-size: clamp(16px, 1.8vw, 20px);
  }
  .main-contents_wrapper .theme .content-wrapper .box-2, .main-contents_wrapper .theme .content-wrapper .box-4 {
    flex-direction: row;
  }
  .main-contents_wrapper .theme .content-wrapper .box-1 {
    padding: 0 20px 20px 0;
  }
  .main-contents_wrapper .theme .content-wrapper .box-2 {
    align-self: stretch;
    order: 3;
    padding: 20px 20px 0 0;
    border-top: 1px solid #2F2F2F;
  }
  .main-contents_wrapper .theme .content-wrapper .box-3 {
    align-self: stretch;
    padding: 0 0 20px 20px;
    border-left: 1px solid #2F2F2F;
  }
  .main-contents_wrapper .theme .content-wrapper .box-4 {
    align-self: stretch;
    order: 4;
    padding: 20px 0 0 20px;
    border-top: 1px solid #2F2F2F;
    border-left: 1px solid #2F2F2F;
  }
}
.main-contents_wrapper .example h3 {
  margin-bottom: clamp(20px, 2.5vw, 30px);
}
.main-contents_wrapper .example .card-container {
  gap: clamp(20px, 3.3vw, 30px);
}
.main-contents_wrapper .example .card-container .content-card {
  margin-inline: auto;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main-contents_wrapper .example .card-container .content-card h4 {
  font-size: clamp(16px, 2vw, 25px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #105E7B;
}
.main-contents_wrapper .example .card-container .content-card p {
  font-size: clamp(14px, 1.7vw, 20px);
  line-height: 1.7857142857;
}
.main-contents_wrapper .example .card-container .content-card .bio {
  margin-bottom: 30px;
  gap: clamp(5px, 1.7vw, 20px);
}
.main-contents_wrapper .example .card-container .content-card .bio img {
  align-self: self-start;
}
.main-contents_wrapper .example .card-container .content-card .merit h4 {
  display: flex;
  color: #C17563;
}
.main-contents_wrapper .example .card-container .content-card .merit h4::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  margin: auto 6px;
  background-color: #C17563;
}
@media screen and (min-width: 1200px) {
  .main-contents_wrapper .example .card-container {
    margin-inline: 0;
  }
  .main-contents_wrapper .example .card-container .splide__list {
    display: flex !important;
    flex-direction: row;
  }
  .main-contents_wrapper .example .card-container .splide__slide {
    align-self: stretch;
    width: 48%;
  }
  .main-contents_wrapper .example .card-container .splide__slide .content-card {
    justify-content: space-between;
  }
  .main-contents_wrapper .example .card-container .merit h4::before {
    width: 0.5em;
    height: 0.5em;
    margin: 0 8px 0 2px;
  }
}
.main-contents_wrapper .example .splide__arrow {
  background-color: #105E7B;
}
.main-contents_wrapper .example .splide__arrow svg {
  fill: #ffffff;
}
.main-contents_wrapper .example .splide__arrow.splide__arrow--next {
  right: 0;
}
.main-contents_wrapper .example .splide__arrow.splide__arrow--prev {
  left: 0;
}
.main-contents_wrapper .example .splide__arrow--prev {
  transform: translate(50%, -100%);
}
.main-contents_wrapper .example .splide__arrow--next {
  transform: translate(-50%, -100%);
}
@media screen and (min-width: 751px) {
  .main-contents_wrapper .example .splide__arrow--prev {
    transform: translate(-120%, -80%);
  }
  .main-contents_wrapper .example .splide__arrow--next {
    transform: translate(120%, -80%);
  }
}
.main-contents_wrapper .example .splide__pagination {
  bottom: -1em;
}
.main-contents_wrapper .example .splide__pagination li {
  margin: 0 5px;
}
.main-contents_wrapper .example .splide__pagination li button {
  background-color: #768690;
  height: 16px;
  width: 16px;
}
.main-contents_wrapper .example .splide__pagination li button.is-active {
  background-color: #105E7B;
  opacity: 1;
  transform: scale(1);
}
.main-contents_wrapper .detail h3 {
  margin-bottom: 30px;
  margin-right: auto;
}
.main-contents_wrapper .detail .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
.main-contents_wrapper .detail .content-box {
  width: 77%;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.main-contents_wrapper .detail .content-box h4 {
  color: #105E7B;
  font-size: clamp(30px, 3.4vw, 40px);
  font-weight: bold;
  margin-bottom: 0.2em;
}
.main-contents_wrapper .detail .subtitle-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vw, 14px);
}
.main-contents_wrapper .detail .subtitle-box .subtitle {
  width: 100%;
  justify-content: space-between;
}
.main-contents_wrapper .detail .subtitle-box .subtitle span {
  font-size: clamp(15px, 2.3vw, 25px);
  font-weight: bold;
  color: #105E7B;
}
.main-contents_wrapper .detail .subtitle-box .subtitle .none-breakpoint {
  margin: auto 0;
  border-top: 1px solid #105E7B;
  width: calc(45% - 50px);
}
.main-contents_wrapper .detail .subtitle-box .subtitle-list {
  text-align: left;
  font-size: clamp(14px, 1.7vw, 20px);
  line-height: clamp(20px, 2.5vw, 30px);
}
@media screen and (min-width: 751px) {
  .main-contents_wrapper .detail .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: clamp(20px, 2.5vw, 40px);
    max-width: 1000px;
    flex-wrap: wrap;
  }
  .main-contents_wrapper .detail .content-wrapper .content-box {
    align-self: stretch;
    padding: 0 20px 20px 20px;
    min-width: calc(50% - 40px);
    width: unset;
    flex: 1;
    max-width: 480px;
  }
  .main-contents_wrapper .detail .none-breakpoint {
    display: none;
  }
}
.main-contents_wrapper .summary .attach-to-title {
  border-top: 1px solid #105E7B;
  margin-top: -22.5px;
  padding-top: 22.5px;
  height: 0px;
}
.main-contents_wrapper .summary .content-wrapper {
  width: 87.2%;
  margin: 0 auto;
}
.main-contents_wrapper .summary .content-wrapper .content-box {
  width: 100%;
  padding: 24px 20px 24px 0;
  border-bottom: 1px solid #105E7B;
  gap: clamp(10px, 2.5vw, 30px);
}
.main-contents_wrapper .summary .content-wrapper .content-box .title-box {
  width: 80px;
  flex-shrink: 0;
}
.main-contents_wrapper .summary .content-wrapper .content-box .title-box h5 {
  color: #105E7B;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: bold;
  line-height: 1.5;
}
.main-contents_wrapper .summary .content-wrapper .content-box .text-box {
  font-size: clamp(14px, 1.7vw, 20px);
  line-height: 1.7857142857;
  color: #105E7B;
}
@media screen and (min-width: 1200px) {
  .main-contents_wrapper .summary .content-wrapper {
    width: 100%;
  }
  .main-contents_wrapper .summary .content-wrapper .content-box {
    padding-left: 25px;
  }
  .main-contents_wrapper .summary .content-wrapper .content-box .title-box h5 {
    line-height: 1.2;
  }
  .main-contents_wrapper .summary .content-wrapper .content-box .text-box {
    line-height: 1.5;
  }
}
.main-contents_wrapper .application {
  margin-bottom: clamp(40px, 7vw, 100px);
}
.main-contents_wrapper .application .contact-btn .btn-box {
  margin: 0 auto;
  color: #ffffff;
  background-color: #D11D21;
  border-radius: 45px;
  width: clamp(200px, 30vw, 360px);
  padding: 15px 30px 15px 35px;
  gap: clamp(15px, 2.5vw, 30px);
  appearance: none;
  align-items: center;
  font-size: clamp(21px, 2vw, 25px);
  font-weight: bold;
  white-space: nowrap;
  border: 2px solid #ffffff;
  box-shadow: 3px 3px 8px rgba(118, 134, 144, 0.5);
}
.main-contents_wrapper .application .contact-btn .btn-box:hover {
  opacity: 0.8;
}
.main-contents_wrapper .application .contact-btn .btn-box img {
  width: clamp(25px, 3.8vw, 45px);
}
@media screen and (min-width: 751px) {
  .main-contents_wrapper .application .contact-btn .btn-box {
    padding: 25px 50px 25px 65px;
  }
}

/*# sourceMappingURL=toyota2025.css.map */
