@charset "UTF-8";
.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.js-fadeIn.visible {
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@font-face {
  font-family: "Quentin";
  src: url("../fonts/Quentin.woff2") format("woff2"), url("../fonts/Quentin.woff") format("woff"), url("../fonts/Quentin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*reset---------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  word-break: break-all;
  line-height: 1.5;
}

table {
  border-spacing: 0px !important;
}

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

a {
  text-decoration: none;
  color: #2F2F2F;
  display: block;
}

ul {
  list-style: none;
}

input[type=text]:focus {
  outline: 0;
}

input[type=checkbox] {
  outline: none;
  cursor: pointer;
  margin: 0;
}

textarea:focus {
  outline: 0;
}

textarea {
  border: none;
  resize: none;
  font-family: sans-serif;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

sub {
  vertical-align: baseline;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=search] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=radio] {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 180px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  color: #2F2F2F;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  body {
    padding-top: 80px;
  }
}
body.noScroll {
  overflow: hidden;
}
body:not(.home) .c-title__contentTitle {
  margin-top: 180px;
}
@media (max-width: 900px) {
  body:not(.home) .c-title__contentTitle {
    margin-top: 80px;
  }
}
body:not(.home) .c-title__contentTitle + * {
  margin-top: 85px;
}
@media (max-width: 900px) {
  body:not(.home) .c-title__contentTitle + * {
    margin-top: 25px;
  }
}

body p,
body a,
body li,
body dt,
body dd {
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media (max-width: 900px) {
  body p,
  body a,
  body li,
  body dt,
  body dd {
    line-height: 2.2;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .pcOnly {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .spOnly {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-section {
  margin-top: 198px;
  scroll-margin-top: 198px;
}
@media (max-width: 900px) {
  .c-section {
    margin-top: 50px;
    scroll-margin-top: 50px;
  }
}
.c-section.js-fadeIn {
  scroll-margin-top: 168px;
}
@media (max-width: 900px) {
  .c-section.js-fadeIn {
    scroll-margin-top: 80px;
  }
}
.c-section.js-fadeIn.visible {
  scroll-margin-top: 168px;
}
@media (max-width: 900px) {
  .c-section.js-fadeIn.visible {
    scroll-margin-top: 80px;
  }
}
.c-section:not(:first-of-type) {
  margin-top: 268px;
}
@media (max-width: 900px) {
  .c-section:not(:first-of-type) {
    margin-top: 80px;
  }
}
.c-section__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 900px) {
  .c-section__container {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-section__textArea {
  position: relative;
  width: 48%;
  -webkit-transform: translateX(170px);
          transform: translateX(170px);
  z-index: 2;
}
@media (max-width: 900px) {
  .c-section__textArea {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-section__title {
  color: #585858;
  position: relative;
  padding-bottom: 24px;
}
@media (max-width: 900px) {
  .c-section__title {
    padding-bottom: 12px;
  }
}
.c-section__title::before {
  content: attr(data-title);
  position: absolute;
  font-family: "Quentin", sans-serif;
  font-size: clamp(115px, 115px + 52 * (100vw - 901px) / 539, 167px);
  color: #E2EBF0;
  top: 0;
  letter-spacing: 0.03em;
  left: -160px;
  white-space: nowrap;
  line-height: 1;
  -webkit-transform: translateY(-90%) rotate(-8deg);
          transform: translateY(-90%) rotate(-8deg);
}
@media (max-width: 900px) {
  .c-section__title::before {
    font-size: 88px;
    left: 50%;
    top: auto;
    bottom: -150%;
    -webkit-transform: translate(-50%, -50%) rotate(-8deg);
            transform: translate(-50%, -50%) rotate(-8deg);
    z-index: -1;
  }
}
.c-section__title h1, .c-section__title h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  letter-spacing: 0.32em;
  line-height: 2.1;
  color: #585858;
}
@media (max-width: 900px) {
  .c-section__title h1, .c-section__title h2 {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}
.c-section__title h1::after, .c-section__title h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #A9B1C1;
  top: 50%;
  right: -33px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media (max-width: 900px) {
  .c-section__title h1::after, .c-section__title h2::after {
    right: -7px;
  }
}
.c-section__title span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.32em;
  line-height: 2.1;
}
@media (max-width: 900px) {
  .c-section__title span {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 2.4;
    font-weight: 600;
  }
}
.c-section__text {
  width: 114%;
  height: 180px;
  padding: 52px 80px 15px 0;
  line-height: 2;
  background-color: #fff;
}
@media (max-width: 900px) {
  .c-section__text {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 2.2;
    background-color: transparent;
  }
}
.c-section .c-section__btn {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 31px 1px 20px;
  font-size: 12px;
  color: #fff;
  background-color: #275195;
  border: 1px solid #275195;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(65%);
          transform: translateY(65%);
  z-index: 3;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.c-section .c-section__btn:hover {
  background: #fff;
  color: #275195;
}
@media (max-width: 900px) {
  .c-section .c-section__btn {
    position: relative;
    margin-top: 24px;
    margin-right: auto;
    padding: 6px 41px 6px 20px;
    font-size: 13px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    line-height: 1.8;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.c-section .c-section__btn::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background-image: url("../img/icon_arrow-white.svg");
  background-size: cover;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.c-section .c-section__btn::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background-image: url("../img/icon_arrow-blue.svg");
  background-size: cover;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.c-section .c-section__btn:hover::after {
  opacity: 0; /* 白いアイコンをフェードアウト */
}
.c-section .c-section__btn:hover::before {
  opacity: 1; /* 青いアイコンをフェードイン */
}
.c-section__image {
  position: relative;
  padding-bottom: 10px;
  width: 52%;
  z-index: 1;
}
@media (max-width: 900px) {
  .c-section__image {
    width: calc(100% + 20px);
    margin-top: 16px;
    padding-bottom: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.c-section__image figure {
  width: 100%;
  height: 451px;
  aspect-ratio: 760/478;
  overflow: hidden;
}
@media (max-width: 900px) {
  .c-section__image figure {
    height: auto;
  }
}
.c-section:nth-of-type(even) .c-section__container,
.c-section--rev .c-section__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .c-section:nth-of-type(even) .c-section__container,
  .c-section--rev .c-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-section:nth-of-type(even) .c-section__textArea,
.c-section--rev .c-section__textArea {
  position: relative;
  width: 48%;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
  z-index: 2;
}
@media (max-width: 900px) {
  .c-section:nth-of-type(even) .c-section__textArea,
  .c-section--rev .c-section__textArea {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-section:nth-of-type(even) .c-section__title,
.c-section--rev .c-section__title {
  padding-left: 100px;
  text-align: right;
}
@media (max-width: 900px) {
  .c-section:nth-of-type(even) .c-section__title,
  .c-section--rev .c-section__title {
    padding-left: 0;
    text-align: left;
  }
}
.c-section:nth-of-type(even) .c-section__title::before,
.c-section--rev .c-section__title::before {
  top: 0px;
  left: 45px;
  -webkit-transform: translateY(-115%) rotate(-8deg);
          transform: translateY(-115%) rotate(-8deg);
}
@media (max-width: 900px) {
  .c-section:nth-of-type(even) .c-section__title::before,
  .c-section--rev .c-section__title::before {
    font-size: 88px;
    left: 50%;
    top: auto;
    bottom: -167%;
    -webkit-transform: translate(-50%, -50%) rotate(-8deg);
            transform: translate(-50%, -50%) rotate(-8deg);
    z-index: -1;
  }
}
.c-section:nth-of-type(even) .c-section__title h1, .c-section:nth-of-type(even) .c-section__title h2,
.c-section--rev .c-section__title h1, .c-section--rev .c-section__title h2 {
  margin-left: auto;
}
@media (max-width: 900px) {
  .c-section:nth-of-type(even) .c-section__title h1, .c-section:nth-of-type(even) .c-section__title h2,
  .c-section--rev .c-section__title h1, .c-section--rev .c-section__title h2 {
    margin-left: 0;
  }
}
.c-section:nth-of-type(even) .c-section__title h1::after, .c-section:nth-of-type(even) .c-section__title h2::after,
.c-section--rev .c-section__title h1::after, .c-section--rev .c-section__title h2::after {
  top: 50%;
  left: -33px;
  right: auto;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media (max-width: 900px) {
  .c-section:nth-of-type(even) .c-section__title h1::after, .c-section:nth-of-type(even) .c-section__title h2::after,
  .c-section--rev .c-section__title h1::after, .c-section--rev .c-section__title h2::after {
    left: auto;
    right: -7px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
.c-section:nth-of-type(even) .c-section__btn,
.c-section--rev .c-section__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
@media (max-width: 900px) {
  .c-section:nth-of-type(even) .c-section__btn,
  .c-section--rev .c-section__btn {
    margin-left: 0;
  }
}
.c-section:nth-of-type(even) .c-section__text,
.c-section--rev .c-section__text {
  padding: 52px 0px 15px 80px;
  -webkit-transform: translateX(-12.5%);
          transform: translateX(-12.5%);
}
@media (max-width: 900px) {
  .c-section:nth-of-type(even) .c-section__text,
  .c-section--rev .c-section__text {
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-section:nth-of-type(even) .c-section__image,
.c-section--rev .c-section__image {
  position: relative;
  padding-bottom: 10px;
  width: 52%;
  z-index: 1;
}
@media (max-width: 900px) {
  .c-section:nth-of-type(even) .c-section__image,
  .c-section--rev .c-section__image {
    width: calc(100% + 20px);
    padding-bottom: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 900px) {
  .c-section__title[data-title=Concept]::before {
    font-size: 92px;
  }
}
@media (max-width: 900px) {
  .c-section__title[data-title=Recruit]::before {
    font-size: 98px !important;
    left: 45% !important;
  }
}
.c-section__title[data-title=Business]::before {
  font-size: clamp(97px, 97px + 47 * (100vw - 901px) / 539, 144px);
}
@media (max-width: 900px) {
  .c-section__title[data-title=Business]::before {
    font-size: 90px !important;
  }
}
@media (max-width: 900px) {
  .c-section__title[data-title="Our Staff"]::before {
    font-size: 80px;
  }
}
@media (max-width: 900px) {
  .c-section__title[data-title="Car Purchase"]::before {
    font-size: 57px;
    bottom: -120%;
  }
}
@media (max-width: 900px) {
  .c-section__title[data-title=Contact]::before {
    font-size: 85px !important;
    bottom: -120% !important;
  }
}
@media (max-width: 900px) {
  .c-section__title[data-title=Contact]::before {
    font-size: 85px !important;
    bottom: -120% !important;
  }
}

.page .c-section {
  margin-top: 140px;
  overflow-x: hidden;
}
@media (max-width: 900px) {
  .page .c-section {
    margin-top: 50px;
  }
}
.page .c-section:first-child + * {
  margin-top: 150px;
}
@media (max-width: 900px) {
  .page .c-section:first-child + * {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  .page .c-section__image {
    margin-top: 25px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.c-section02.c-section {
  margin-top: 95px;
}
@media (max-width: 900px) {
  .c-section02.c-section {
    margin-top: 80px;
  }
}
.c-section02__container {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 40px;
}
@media (max-width: 900px) {
  .c-section02__container {
    padding: 0 20px;
  }
}
.c-section02__container h2 {
  max-width: 270px;
  font-size: 20px;
  color: #585858;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #275195;
}
@media (max-width: 900px) {
  .c-section02__container h2 {
    max-width: 170px;
    font-size: 14px;
  }
}
.c-section02__container h2::first-letter {
  font-size: 28px;
  color: #275195;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  .c-section02__container h2::first-letter {
    font-size: 20px;
  }
}
.c-section02__container h3 {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media (max-width: 900px) {
  .c-section02__container h3 {
    margin-top: 16px;
    font-size: 14px;
  }
}
.c-section02__container h4 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media (max-width: 900px) {
  .c-section02__container h4 {
    margin-top: 16px;
    font-size: 14px;
  }
}
.c-section02__container h4:nth-of-type(1) {
  margin-top: 30px;
}
.c-section02__container h4 + .c-section02__normalText {
  margin-top: 8px;
}
@media (max-width: 900px) {
  .c-section02__container h4 + .c-section02__normalText {
    margin-top: 12px;
  }
}
.c-section02__container dl {
  margin-top: 24px;
}
@media (max-width: 900px) {
  .c-section02__container dl {
    margin-top: 16px;
  }
}
.c-section02__container dl > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .c-section02__container dl > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-section02__container dl > div:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 900px) {
  .c-section02__container dl > div:not(:first-child) {
    margin-top: 24px;
  }
}
.c-section02__container dl dt {
  width: 25%;
  padding-right: 20px;
  font-weight: 500;
  line-height: 2.1;
}
@media (max-width: 900px) {
  .c-section02__container dl dt {
    width: 100%;
    padding-right: 0px;
    font-size: 13px;
  }
}
.c-section02__container dl dd {
  width: 75%;
  line-height: 2.1;
}
@media (max-width: 900px) {
  .c-section02__container dl dd {
    width: 100%;
    margin-top: 6px;
    font-size: 13px;
  }
}
.c-section02:last-child {
  margin-bottom: 260px;
}
@media (max-width: 900px) {
  .c-section02:last-child {
    margin-bottom: 140px;
  }
}
.c-section02__normalText {
  margin-top: 24px;
  line-height: 2.1;
  font-size: 16px;
}
@media (max-width: 900px) {
  .c-section02__normalText {
    margin-top: 16px;
    font-size: 13px;
  }
}
.c-section02__normalText + .c-section02__normalText {
  margin-top: 8px;
}

.c-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 60px 13px 40px;
  font-size: 12px;
  color: #fff;
  background-color: #275195;
  border: 1px solid #275195;
  line-height: 1.1;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* ホバー時の背景色とテキスト色の変化 */
  /* ::afterで白い矢印アイコン */
  /* ::beforeで青い矢印アイコン */
  /* ホバー時のアイコン切り替え */
}
.c-btn:hover {
  background-color: #fff;
  color: #275195;
}
.c-btn::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background-image: url("../img/icon_arrow-white.svg");
  background-size: cover;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.c-btn::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background-image: url("../img/icon_arrow-blue.svg");
  background-size: cover;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.c-btn:hover::after {
  opacity: 0; /* 白いアイコンをフェードアウト */
}
.c-btn:hover::before {
  opacity: 1; /* 青いアイコンをフェードイン */
}

.header {
  position: fixed;
  align-items: center;
  display: flex;
  width: 100%;
  height: 180px;
  font-size: 18px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .header {
    height: 80px;
    font-size: 12px;
  }
}
.header__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: min(140px,10.606060vw);
  max-width: 1700px;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .header__container {
    justify-content: space-between;
    column-gap: 0;
  }
  }
.header__logo {
  position: relative;
  z-index: 11;
  max-width: 12vw;
}
@media (max-width: 900px) {
  .header__logo {
	  font-size:19.2px;
      max-width: 150px;
  }
}
@media (min-width: 901px) {
  .header nav {
    font-size: min(18px,1.363636vw);
  }
}
.header__menu {
  line-height: 2.1;
  letter-spacing: 0.14em;
  display: flex;
  column-gap: 80px;
}
@media (max-width: 1320px) {
  .header__menu {
    column-gap: min(40px,3.030303vw);
  }
}
@media (max-width: 900px) {
  .header__menu {
    display: none;
  }
}
.header__menu > li {
  padding: 0 min(24px,1.818181vw);
}
.header__menu > li a {
  position: relative;
  display: inline-block;
}
.header__menu > li a::before {
  background: #0065D4;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__menu > li a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header__hamburgerButton {
  position: relative;
  display: none;
  width: 24px;
  height: 7px;
  margin-left: auto;
  z-index: 20;
}
@media (max-width: 900px) {
  .header__hamburgerButton {
    display: block;
  }
}
.header__hamburgerButton > span {
  position: absolute;
  width: 100%;
  height: 1.4px;
  background-color: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 1px;
}
.header__hamburgerButton > span:nth-child(1) {
  top: 0;
}
.header__hamburgerButton > span:nth-child(2) {
  bottom: 0;
}
.header__hamburgerButton.close > span:first-child {
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header__hamburgerButton.close > span:nth-child(2) {
  bottom: 50% !important;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}
.header__hamburgerContents {
  text-align: center;
  display: none;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 900px) {
  .header__hamburgerContents {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100svh;
    overflow: auto;
    background-color: #E1E9F8;
    z-index: 1;
    padding: 34px 0 0 0;
  }
  .header__hamburgerContents.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__hamburgerContents.open .header__hamburgerMenu li {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(1) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(2) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(4) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(6) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(7) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(8) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(9) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(10) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(11) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(12) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(13) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(14) {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .header__hamburgerContents.open .header__hamburgerMenu li:nth-child(15) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}
.header__hamburgerMenu {
  position: relative;
}
@media (max-width: 900px) {
  .header__hamburgerMenu {
    display: block;
    padding: 70px 0;
    width: 100%;
  }
  .header__hamburgerMenu li {
    opacity: 0;
  }
  .header__hamburgerMenu li:first-child {
    padding-bottom: 27px;
  }
  .header__hamburgerMenu li:not(:first-child) {
    padding: 27px 0;
    border-top: 1px solid #B3BED4;
  }
  .header__hamburgerMenu li > a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 13px;
    letter-spacing: 0.14em;
    line-height: 1.8;
  }
  .header__hamburgerMenu li > a span {
    display: block;
    font-size: 11px;
    text-align: center;
    color: #4D5E80;
  }
}

.footer {
  padding: 160px 30px 55px 30px;
  border-top: 1px solid #2F2F2F;
}
@media (max-width: 900px) {
  .footer {
    padding: 40px 20px 12px 20px;
  }
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1560px;
  margin-inline: auto;
  align-items: flex-start;
  column-gap: min(240px,18.75vw);
}
@media (max-width: 900px) {
  .footer__container {
    display: block;
  }
}
.footer__logo {
  width: 90px;
}
@media (max-width: 900px) {
  .footer__logo {
    width: 60px;
  }
}
.footer__info p {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 900px) {
  .footer__info p {
    font-size: 12px;
  }
}
.footer__info p:not(:first-of-type) {
  margin-top: 18px;
}
.footer__info a {
  display: inline;
}
.footer .c-btn {
  display: block;
  margin-top: 48px;
}
.footer__copyright {
  display: block;
  font-size: 15px;
  margin-top: 45px;
}
@media (max-width: 900px) {
  .footer__copyright {
    margin-top: 30px;
    font-size: 11px;
  }
}
.footer__menu {
  margin: 0 auto 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 900px) {
  .footer__menu {
    display: none;
  }
}

.top-mv {
  position: relative;
}
@media (max-width: 900px) {
  .top-mv {
    background: -webkit-gradient(linear, right top, left top, color-stop(67.5%, #E1E9F8), color-stop(67.5%, transparent));
    background: -webkit-linear-gradient(right, #E1E9F8 67.5%, transparent 67.5%);
    background: linear-gradient(to left, #E1E9F8 67.5%, transparent 67.5%);
  }
}
.top-mv figure {
  height: calc(100dvh - 135px);
}
@media (max-width: 900px) {
  .top-mv figure {
    width: calc(100% - 50px);
    height: calc(100dvh - 80px);
    padding-top: 50px;
  }
}
.top-mv figure.spOnly img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.top-mv__text {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 5%;
}
@media (max-width: 900px) {
  .top-mv__text {
    top: 14%;
    left: 5%;
  }
}
.top-mv__text > p {
  color: #fff;
  font-size: 24px;
}
.top-mv__text > p:first-of-type {
  font-size: min(128px,6.666666vw);
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.top-mv__text > p:first-of-type span {
  font-size: min(104px,5.416666vw);
}
@media (max-width: 900px) {
  .top-mv__text > p:first-of-type {
    font-size: 46px;
    line-height: 1.2;
  }
  .top-mv__text > p:first-of-type span {
    font-size: 36px;
  }
}
@media (max-width: 900px) {
  .top-mv__text > p:nth-of-type(2) {
    display: none;
  }
}
.top-mv__scroll {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  right: -84px;
  bottom: 170px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.top-mv__scroll > p {
  font-size: 12px;
  color: #A3A3A3;
  letter-spacing: 0.75em;
}
.top-mv__scroll > span {
  position: relative;
  display: block;
  width: 85px;
  height: 1px;
}
.top-mv__scroll > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #A3A3A3;
  top: 0;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-animation: scrollDown 2s infinite;
          animation: scrollDown 2s infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0;
  }
}
.top-message {
  margin-top: 35px;
  padding: 0 20px;
}
.top-message p {
  font-size: 13px;
}
.top-ctaArea {
  margin-top: 265px;
  margin-bottom: 300px;
}
@media (max-width: 900px) {
  .top-ctaArea {
    margin-top: 80px;
    margin-bottom: 115px;
  }
}
.top-ctaArea a {
  max-width: 750px;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .top-ctaArea a {
    max-width: 74.8%;
  }
}
.top-ctaArea a:hover figure > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-ctaArea figure {
  overflow: hidden;
}
.top-ctaArea figure img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.top-ctaArea + .c-section {
  margin-top: 0;
}
.top-logoArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin: 410px auto 560px auto;
  padding: 0 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .top-logoArea {
    margin: 100px auto 100px auto;
  }
}
.top-logoArea a {
  width: 44%;
}
.top-logoArea a:hover figure > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-logoArea figure {
  overflow: hidden;
}
.top-logoArea figure img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.top-access.c-section {
  margin-top: 138px;
  margin-bottom: 260px;
}
@media (max-width: 900px) {
  .top-access.c-section {
    margin-top: 80px;
    margin-bottom: 220px;
  }
}
.top-access .c-section__container {
  flex-direction: row !important;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}
@media (max-width: 900px) {
  .top-access .c-section__container {
    flex-direction: column !important;
  }
}
.top-access .c-section__title {
  text-align: left !important;
  padding-left: 0 !important;
}
.top-access .c-section__title::before {
  color: #002F82;
  top: 45% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-8deg);
          transform: translate(-50%, -50%) rotate(-8deg);
  z-index: -1;
  bottom: -30%;
  opacity: 0.1;
}
@media (max-width: 900px) {
  .top-access .c-section__title::before {
    font-size: 115px;
    top: auto !important;
    bottom: -205%;
  }
}
.top-access .c-section__title h2 {
  margin-left: 0 !important;
}
.top-access .c-section__title h2::after {
  left: auto !important;
  right: -33px !important;
  -webkit-transform: translate(100%, -50%) !important;
  transform: translate(100%, -50%) !important;
}
@media (max-width: 900px) {
  .top-access .c-section__title h2::after {
    right: -7px !important;
  }
}
.top-access__textArea {
  position: relative;
  width: 50%;
  min-height: 100%;
  background-color: #E1E9F8;
  padding: 6% 4% 3% 4%;
  z-index: 1;
}
.top-access__textArea p a {
  display: inline;
}
@media (max-width: 900px) {
  .top-access__textArea {
    width: 100%;
    padding: 14% 12%;
  }
}
.top-access__googleMap {
  position: relative;
  width: 50%;
  aspect-ratio: 800/398;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 900px) {
  .top-access__googleMap {
    width: 100%;
    aspect-ratio: 390/293;
  }
}
.top-access__googleMap iframe {
  width: 100%;
  height: 100%;
}

.contact-body {
  margin-top: 190px;
  margin-bottom: 250px;
  background-color: #E1E9F8;
}
@media (max-width: 900px) {
  .contact-body {
    margin-bottom: 150px;
  }
}
.contact__container {
  max-width: 1240px;
  margin-inline: auto;
  padding: 120px 30px 95px 30px;
}
@media (max-width: 900px) {
  .contact__container {
    padding-inline: 40px;
    padding-bottom: 30px;
  }
}
.contact__formItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 900px) {
  .contact__formItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 900px) {
  .contact__formItem:not(.firstItem) {
    margin-top: 50px;
  }
}
.contact__formItem > p {
  width: 30%;
}
@media (max-width: 900px) {
  .contact__formItem > p {
    width: 100%;
  }
}
.contact__formItem label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  font-size: 20px;
  border-top: 1px solid #ADADAD;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .contact__formItem label {
    width: 100%;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 0;
    font-size: 12px;
    border-top: none;
  }
}
.contact__formItem.firstItem label {
  border-top: 1px solid transparent;
}
.contact__formItem.firstItem .contact__inputArea {
  border-top: 1px solid transparent;
}
.contact__required, .contact__optional {
  display: inline-block;
  padding: 3px 7px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .contact__required, .contact__optional {
    padding: 4.6px 4.5px;
    border-radius: 4px;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1;
  }
}
.contact__required {
  background-color: #F61010;
}
.contact__optional {
  background-color: #147EDF;
}
.contact__inputArea {
  width: 66.5%;
  padding: 43px 0;
  border-top: 1px solid #ADADAD;
}
@media (max-width: 900px) {
  .contact__inputArea {
    width: 100%;
    margin-top: 15px;
    padding: 0;
    border: none;
  }
}
.contact__inputArea .wpcf7-text, .contact__inputArea textarea {
  padding: 11px 22px;
  background-color: white;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #8B8B8B;
}
@media (max-width: 900px) {
  .contact__inputArea .wpcf7-text, .contact__inputArea textarea {
    width: 100%;
    font-size: 14px;
  }
}
.contact__inputArea textarea {
  width: 100%;
}
@media (max-width: 900px) {
  .contact__inputArea textarea {
    padding: 9px 22px;
  }
}
.contact__dropDown {
  position: relative;
  display: inline-block;
  min-width: 333px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #8B8B8B;
}
@media (max-width: 900px) {
  .contact__dropDown {
    width: 100%;
    min-width: auto;
  }
}
.contact__dropDown::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../img/decoration_contact01.svg");
  background-size: cover;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__dropDown select {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 22px;
  font-size: 16px;
  color: #2F2F2F;
  z-index: 11;
  cursor: pointer;
}
.contact__customerInfoLabel {
  display: block;
  font-size: 16px;
  margin-top: 85px;
  padding-bottom: 80px;
}
.contact__supplementText {
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .contact__supplementText {
    margin-top: 8px;
    line-height: 1.8;
  }
}
.contact .wpcf7-submit {
  display: block;
  font-size: 12px;
  width: 323px;
  margin-inline: auto;
  padding: 10.5px 0;
  color: #fff;
  background-color: #275195;
  border: 1px solid #275195;
  letter-spacing: 0.08em;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 900px) {
  .contact .wpcf7-submit {
    width: 105px;
    margin-top: 35px;
    padding: 6.5px 0;
    letter-spacing: 0.08em;
  }
}
.contact .wpcf7-submit:hover {
  color: #275195;
  background-color: #fff;
}
.contact .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 3px;
  font-weight: 800;
}

.thanks {
  text-align: center;
}
.thanks__container {
  margin: 100px 0 420px 0;
}
@media (max-width: 900px) {
  .thanks__container {
    margin: 60px 0 168px 0;
  }
}
.thanks h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 90px;
  font-size: 24px;
  letter-spacing: 0.32em;
  color: #585858;
  border-bottom: 1px solid #A9B1C1;
  line-height: 2.1;
}
@media (max-width: 900px) {
  .thanks h1 {
    padding: 0 35px;
    font-size: 20px;
  }
}
.thanks__message {
  font-size: 16px;
  letter-spacing: 0.32em;
  color: #585858;
  margin-top: 27px;
}
@media (max-width: 900px) {
  .thanks__message {
    font-size: 13px;
    margin-top: 35px;
  }
}
.thanks__btn {
  width: 323px;
  margin-inline: auto;
  margin-top: 50px;
  background-color: #275195;
  border: 1px solid #275195;
  color: #fff;
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.thanks__btn:hover {
  background-color: #fff;
  color: #275195;
}

@media (max-width: 900px) {
  .concept .c-section + .concept-message {
    margin-top: 55px;
  }
}
.concept-message {
  margin-top: 200px;
}
@media (max-width: 900px) {
  .concept-message {
    margin-top: 155px;
  }
}
.concept-message .c-section__container {
  max-width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 9%;
     -moz-column-gap: 9%;
          column-gap: 9%;
  row-gap: 65px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 900px) {
  .concept-message .c-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
}
.concept-message__image {
  width: 38.7%;
}
@media (max-width: 900px) {
  .concept-message__image {
    width: calc(100vw - 20px);
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.concept-message__textArea {
  width: 54.8%;
}
@media (max-width: 900px) {
  .concept-message__textArea {
    width: 100%;
    font-size: 13px;
  }
}
.concept-message__textArea h2 {
  margin-top: clamp(0px, 0px + 83 * (100vw - 901px) / 539, 83px);
  font-size: 20px;
  letter-spacing: 0.32em;
  color: #585858;
  line-height: 2.1;
}
@media (max-width: 900px) {
  .concept-message__textArea h2 {
    font-size: 18px;
    margin-top: 0;
  }
}
.concept-message__textArea p {
  margin-top: 32px;
}
@media (max-width: 900px) {
  .concept-message__textArea p {
    margin-top: 25px;
  }
}
.concept-message:last-of-type {
  margin-bottom: 410px;
}
@media (max-width: 900px) {
  .concept-message:last-of-type {
    margin-bottom: 105px;
  }
}
.concept .top-access .c-section__title::before {
  bottom: auto;
  top: 175% !important;
}
@media (max-width: 900px) {
  .concept .top-access .c-section__title::before {
    font-size: 80px;
    top: 145px !important;
  }
}/*# sourceMappingURL=style.css.map */