@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #40220f;
  font-family: YakuHanJP, "Noto Sans JP", system-ui, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.c-menu {
  display: none;
}
@media screen and (max-width: 1179px) {
  .c-menu {
    display: block;
    padding: 0;
    z-index: 9;
  }
}

.c-menu-trigger,
.c-menu-trigger span {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-menu-trigger {
  position: relative;
  width: 28px;
  height: 18px;
}
.c-menu-trigger.active {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 20px;
  right: 10px;
}
.c-menu-trigger.active span:nth-of-type(1) {
  background-color: #fff;
  width: 44px;
  -webkit-transform: translateY(14px) translateX(-5px) rotate(-45deg);
          transform: translateY(14px) translateX(-5px) rotate(-45deg);
}
.c-menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.c-menu-trigger.active span:nth-of-type(3) {
  background-color: #fff;
  width: 44px;
  -webkit-transform: translateY(-2px) translateX(-5px) rotate(45deg);
          transform: translateY(-2px) translateX(-5px) rotate(45deg);
}
.c-menu-trigger.active .c-menu-trigger-label {
  display: none;
}

.c-menu-trigger-label {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 20px;
  margin: auto;
  text-align: center;
  width: 100%;
  background-color: transparent;
  height: auto;
  color: #454545;
}

.c-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #113362;
  border-radius: 4px;
}
.c-menu-trigger span:nth-of-type(1) {
  top: 0;
}
.c-menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.c-menu-trigger span:nth-of-type(3) {
  top: 16px;
}

.p-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 5.2777777778vw;
  z-index: 8;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 15.7333333333vw;
  }
}

.p-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4861111111vw 0.5555555556vw 0.4861111111vw 1.3194444444vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header-inner {
    padding: 3.4666666667vw 3.7333333333vw;
  }
}

.p-header-logo {
  width: 13.1944444444vw;
}
@media screen and (max-width: 767px) {
  .p-header-logo {
    width: 41.6vw;
  }
}

.p-header-hajime {
  width: 13.5416666667vw;
  margin-left: 1.5972222222vw;
}
@media screen and (max-width: 767px) {
  .p-header-hajime {
    width: 43.4666666667vw;
    margin-left: 0;
  }
}

.p-header-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.p-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header-right {
    display: none;
  }
}

.p-header-number {
  display: block;
  width: 16.9444444444vw;
}

.p-header-open {
  font-size: 0.7638888889vw;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-header-assessment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17.3611111111vw;
  height: 4.3055555556vw;
  border-radius: 0.3472222222vw;
  background-color: #ed6d00;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.5555555556vw;
  text-decoration: none;
  margin-left: 1.1111111111vw;
}
.p-header-assessment:hover {
  background-color: rgb(186, 85.5443037975, 0);
  opacity: 1;
}

.p-header-calc {
  width: 1.25vw;
}

.p-footer-copyright {
  font-family: "Hind", sans-serif;
  font-weight: 400;
}

.p-footer-copyright {
  text-align: center;
  color: #fff;
  background-color: #455f6d;
  padding: 0.4861111111vw 0 0.3472222222vw;
  font-size: 0.9722222222vw;
}

@media screen and (max-width: 767px) {
  .p-footer-copyright {
    padding: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.p-footer-logo {
  background-color: #fff;
  padding: 3.1944444444vw 0 2.5vw;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-footer-logo {
    padding: 5.3333333333vw;
  }
}
.p-footer-logo img {
  width: 17.3611111111vw;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-footer-logo img {
    width: 66.6666666667vw;
  }
}
@media print, screen and (max-width: 1023.9px) {
  main {
    overflow-x: hidden;
  }
}

.contents-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media print, screen and (max-width: 1023.9px) {
  .hide-at-sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 1024px) {
  .hide-at-pc {
    display: none !important;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}

.mv-slider {
  position: relative;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mv-slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.mv-slides {
  position: relative;
  width: 100%;
}

.mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.mv-slide.is-active {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.mv-slide-picture {
  display: block;
  line-height: 0;
  height: 100%;
}
.mv-slide.is-active .mv-slide-picture {
  height: auto;
}
.mv-slide-picture img {
  display: block;
  width: 100%;
  vertical-align: top;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.mv-slide.is-active .mv-slide-picture img {
  height: auto;
}
.mv-slide:not(.is-active) .mv-slide-picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-slide-link {
  position: absolute;
  z-index: 2;
  display: block;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 1024px) {
  .mv-slide-link {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    height: 59px;
    width: 288px;
    border-radius: 10px;
    background-color: #ed6d00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .mv-slide-link {
    text-indent: -9999px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 52%;
    width: 60%;
    height: 10%;
    min-height: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv-slide-link:hover {
    background-color: #d78129;
    opacity: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv-slide:nth-child(1) .mv-slide-link {
    left: 15vw;
    bottom: 9vw;
    min-height: 48px;
  }
}
@media print, screen and (min-width:1280px) {
  .mv-slide:nth-child(1) .mv-slide-link {
    left: 17vw;
    bottom: 10vw;
  }
}
@media print, screen and (min-width: 1600px) {
  .mv-slide:nth-child(1) .mv-slide-link {
    left: 20vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv-slide:nth-child(2) .mv-slide-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 50%;
  }
}

.mv-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .mv-dots {
    bottom: 16px;
    gap: 10px;
  }
}

.mv-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #a1a1a1;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.mv-dot:hover {
  background-color: #808080;
}
.mv-dot.is-active {
  background-color: #000;
  cursor: default;
}
@media print, screen and (max-width: 1023.9px) {
  .mv-dot {
    width: 10px;
    height: 10px;
  }
}

.sp-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  gap: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

.start {
  background: #459dca;
  padding-block: 100px;
  border-bottom-left-radius: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .start {
    padding: 40px 20px;
    border-bottom-left-radius: 60px;
  }
}

.start__inner {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 80px 40px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .start__inner {
    padding: 40px 15px;
    border-radius: 15px;
  }
}

.start__icon {
  position: absolute;
  top: -20px;
  left: -5px;
  width: 150px;
  z-index: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .start__icon {
    display: none;
  }
}

.start__heading {
  text-align: center;
  font-size: 55px;
  color: #ed6d00;
  font-weight: 900;
}
@media print, screen and (max-width: 1023.9px) {
  .start__heading {
    font-size: 22px;
  }
}

.sentence {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media print, screen and (max-width: 1023.9px) {
  .sentence {
    font-size: 12px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

h2 + .sentence {
  padding-top: 30px;
  margin-top: 20px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  h2 + .sentence {
    padding-top: 20px;
  }
}
h2 + .sentence::before {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.start__img {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .start__img {
    padding-left: 65px;
  }
}

.bnr-text {
  color: #ed6d00;
  font-size: 35px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 1023.9px) {
  .bnr-text {
    font-size: 22px;
    margin-top: 30px;
  }
}

.bnr {
  display: block;
  margin: 10px auto 0;
  width: 430px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.bnr:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 1023.9px) {
  .bnr {
    width: 100%;
  }
}

.movArea {
  max-width: 1000px;
  margin: 60px auto;
}
@media print, screen and (max-width: 1023.9px) {
  .movArea {
    margin: 37px auto;
  }
}
.movArea video {
  width: 100%;
  border: 1px solid #ddd;
}

.point {
  border-top-right-radius: 120px;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  background-image: url(../img/bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media print, screen and (max-width: 1023.9px) {
  .point {
    padding-top: 40px;
    padding-bottom: 100px;
    border-top-right-radius: 60px;
    background-image: url(../img/bg-sp.png);
  }
}

.point__heading {
  text-align: center;
  font-size: 55px;
  font-weight: 900;
}
@media print, screen and (max-width: 1023.9px) {
  .point__heading {
    font-size: 22px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.point__heading span {
  font-size: 90px;
  color: #ed6d00;
}
@media print, screen and (max-width: 1023.9px) {
  .point__heading span {
    font-size: 36px;
  }
}

.point-slider {
  margin-top: 50px;
  position: relative;
}

.point-slides {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.point-slides:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.point-slides-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .point-slides-track {
    gap: 15px;
  }
}

.point-slide {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 1024px) {
  .point-slide {
    width: calc((100vw - 200px) / 3);
    max-width: 380px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .point-slide {
    width: 70vw;
  }
}

.point-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}
@media print, screen and (max-width: 1023.9px) {
  .point-dots {
    margin-top: 20px;
    gap: 10px;
  }
}

.point-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #a1a1a1;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.point-dot:hover {
  background-color: #808080;
}
.point-dot.is-active {
  background-color: #000;
  cursor: default;
}
@media print, screen and (max-width: 1023.9px) {
  .point-dot {
    width: 10px;
    height: 10px;
  }
}

.point-card {
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
  background-color: rgb(255, 251, 222);
  padding: 30px 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .point-card {
    padding: 20px 10px;
    border-radius: 15px;
  }
}

.point-card__point {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .point-card__point {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.point-card__point span {
  font-size: 44px;
  color: #ed6d00;
}
.point-card__point::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.point-card__heading {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
@media print, screen and (max-width: 1023.9px) {
  .point-card__heading {
    font-size: 28px;
  }
}
.point-card__heading span {
  color: #ed6d00;
}

.point-card__text {
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .point-card__text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
}
.point-card__text span {
  font-size: 12px;
}

.customer {
  background-color: #fffbde;
  padding-block: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .customer {
    padding-block: 40px;
    border-bottom-left-radius: 60px;
  }
}

.customer__heading {
  text-align: center;
  font-size: 55px;
  font-weight: 900;
}
@media print, screen and (max-width: 1023.9px) {
  .customer__heading {
    font-size: 22px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.customer__img-area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .customer__img-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.customer__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.customer__img:nth-child(even) {
  margin-top: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .customer__img:nth-child(even) {
    margin-top: 30px;
  }
}

.resolve {
  padding-block: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .resolve {
    padding-bottom: 0;
    background-color: #fffbde;
    padding-top: 0;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .resolve__inner {
    background-color: #fff;
    border-top-right-radius: 60px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.resolve__heading {
  text-align: center;
  font-size: 65px;
  font-weight: 900;
  color: #ed6d00;
}
@media print, screen and (max-width: 1023.9px) {
  .resolve__heading {
    font-size: 32px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.card {
  max-width: 863px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid #000;
  padding-block: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1023.9px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 10px;
  }
}

.card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 30px;
}

.card__conditions {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .card__conditions {
    font-size: 18px;
  }
}

.card__right {
  padding-left: 45px;
  border-left: 1px solid #000;
}
@media print, screen and (max-width: 1023.9px) {
  .card__right {
    padding-left: 0;
    border-left: none;
    padding: 15px;
    border-top: 1px solid #000;
    margin-top: 20px;
  }
}

.card__list li {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1023.9px) {
  .card__list li {
    font-size: 15px;
  }
}
.card__list li:before {
  content: "・";
}
.card__list li + li {
  margin-top: 10px;
}

.card__cap {
  font-size: 14px;
  margin-top: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .card__cap {
    font-size: 11px;
    margin-top: 16px;
  }
}

.cta {
  position: relative;
  background-color: #ed6d00;
  padding-block: 50px;
  color: #fff;
  border-bottom-left-radius: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .cta {
    padding-top: 30px;
    border-bottom-left-radius: 60px;
  }
}

.cta__text {
  font-size: 18px;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .cta__text {
    font-size: 14px;
    text-align: left;
  }
}

.cta__tel {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .cta__tel {
    font-size: 20px;
    text-align: left;
  }
}
.cta__tel span {
  font-size: 63px;
}
@media print, screen and (max-width: 1023.9px) {
  .cta__tel span {
    font-size: 36px;
  }
}

.cta__mail {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
@media print, screen and (max-width: 1023.9px) {
  .cta__mail {
    font-size: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.cta__mail img {
  width: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .cta__mail img {
    width: 10px;
  }
}

.cta__icon {
  bottom: 0;
  right: 0;
  width: 300px;
  position: absolute;
}
@media print, screen and (max-width: 1023.9px) {
  .cta__icon {
    width: 120px;
    bottom: auto;
    top: -50px;
    right: -40px;
  }
}

.comeon {
  background-color: #ed6d00;
}

.comeon__inner {
  background-color: #fff;
  padding-block: 100px;
  border-top-right-radius: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .comeon__inner {
    border-top-right-radius: 60px;
    padding-top: 40px;
  }
}

.comeon__heading {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.comeon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 10px;
  height: 100px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  gap: 30px;
  background-color: #ed6d00;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media print, screen and (max-width: 1023.9px) {
  .comeon-btn {
    font-size: 18px;
    height: 60px;
    max-width: 250px;
    margin-top: 30px;
    gap: 10px;
  }
}
.comeon-btn:hover {
  background-color: #d78129;
  opacity: 1;
}

.comeon-btn-icon {
  width: 35px;
}
@media print, screen and (max-width: 1023.9px) {
  .comeon-btn-icon {
    width: 25px;
  }
}

.comeon-cap {
  font-size: 11px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .comeon-cap {
    font-size: 10px;
    margin-top: 30px;
  }
}