@charset "UTF-8";
@font-face {
  font-family: "bodoni";
  src: url(../font/BodoniURWExtNar-Bol.ttf);
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2C2C2C;
}

.u-desktop--lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-desktop--lg {
    display: block;
  }
}

.u-desktop--mid {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop--mid {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .u-desktop--mid {
    display: none;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-desktopL {
  display: none;
}
@media screen and (min-width: 1280px) {
  .u-desktopL {
    display: block;
  }
}

.u-desktopL-max {
  display: block;
}
@media screen and (min-width: 1280px) {
  .u-desktopL-max {
    display: none;
  }
}

.u-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

.br-lg {
  display: block;
}
@media screen and (min-width: 1024px) {
  .br-lg {
    display: none;
  }
}

.br-minLL {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-minLL {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .br-minLL {
    display: none;
  }
}

.br-midLG {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-midLG {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .br-midLG {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .br-midLG {
    display: none;
  }
}

.br-mid {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-mid {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .br-mid {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .br-mid {
    display: none;
  }
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
/* フォームリセット */
textarea {
  resize: vertical;
}

.aboutSection {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .aboutSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.aboutSection__inner {
  padding-top: 107px;
  padding-top: 6.6875rem;
  max-width: 540px;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .aboutSection__inner {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutSection__inner {
    max-width: 1423px;
  }
}

@media screen and (min-width: 1024px) {
  .aboutSection__mediaWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.aboutSection__imgWrapper {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .aboutSection__imgWrapper {
    margin-top: 84px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutSection__imgWrapper {
    width: 50%;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .aboutSection__textWrapper {
    width: 50%;
    margin-top: 50px;
  }
}

.aboutSection__img--main {
  max-width: 324px;
  max-width: 20.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .aboutSection__img--main {
    max-width: 415px;
    margin-top: 84px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutSection__img--main {
    margin-top: 0;
  }
}

.aboutSection__text {
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .aboutSection__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutSection__text {
    font-size: 20px;
  }
}

.aboutSection__text--mg {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .aboutSection__text--mg {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutSection__text--mg {
    margin-bottom: 40px;
  }
}

.centerLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 200px;
  height: 12.5rem;
  position: relative;
  z-index: -10;
}

.centerLine span {
  display: block;
  border-left: 2px dashed black;
}

.line-yellow {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFFF55;
          text-decoration-color: #FFFF55;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
}

.line-yellow--bg {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFFF55;
          text-decoration-color: #FFFF55;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
}
@media screen and (min-width: 768px) {
  .line-yellow--bg {
    text-decoration-thickness: 15px;
  }
}

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

.display_none {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .company__info {
    width: 50%;
  }
}

.company__logoWrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company__logoWrapper {
    width: 50%;
  }
}

.company__logo {
  max-width: 250px;
  max-width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .company__logo {
    max-width: 21.875rem;
  }
}

.company__logo--mg {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .company__logo--mg {
    margin-bottom: 1.875rem;
  }
}

.company__item--mg {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .company__item--mg {
    margin-bottom: 40px;
  }
}

.company__head {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .company__head {
    font-size: 24px;
  }
}

.company__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .company__content {
    font-size: 24px;
    line-height: 1.5;
  }
}

.company__info--mg {
  margin-bottom: 97px;
  margin-bottom: 6.0625rem;
}
@media screen and (min-width: 768px) {
  .company__info--mg {
    margin-bottom: 45px;
  }
}

.company__link {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.company__link:hover {
  color: #217EBC;
}

.companySection {
  background-color: #F5F5F5;
  position: relative;
  z-index: 0;
}

.companySection__inner {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  max-width: 540px;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .companySection__inner {
    max-width: 1000px;
    padding-top: 120px;
    max-width: initial;
  }
}

.footer__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 66px;
    padding-bottom: 150px;
  }
}

.gotop {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  min-width: 130px;
  text-align: center;
}

.copyright {
  text-align: center;
  font-weight: 500;
}

.formSection {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .formSection {
    margin-top: 180px;
  }
}

.form {
  border: 3px solid #217EBC;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .form {
    max-width: 800px;
  }
}

.formTitle {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  color: #217EBC;
  text-align: center;
}

.form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.form__items--mg {
  margin-bottom: 40px;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form__head {
  width: 40%;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form__head {
    font-size: 20px;
    width: 30%;
  }
}

.form__content {
  width: 60%;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .form__content {
    font-size: 20px;
    width: 70%;
  }
}

.form__inputText {
  width: 100%;
}

.form__inputArea {
  width: 100%;
  min-height: 150px;
}

.form__submit {
  background-color: #217EBC;
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-width: 250px;
  border-radius: 50px;
  pointer-events: auto;
  cursor: pointer;
}

.form__inputRadio {
  display: inline-block;
}

.wpcf7-list-item-label {
  display: none;
}

.wpcf7-form {
  border: 3px solid #217EBC;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form {
    max-width: 800px;
  }
}

.hamburger {
  width: 40px;
  width: 2.5rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #2C2C2C;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  background-color: #F5F5F5;
  background-color: white;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (min-width: 1440px) {
  .header {
    height: 100px;
  }
}

.header__inner {
  height: inherit;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.header__wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  max-width: 144px;
  max-width: 9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1440px) {
  .header__logo {
    max-width: 200px;
  }
}

.header__logo:hover {
  opacity: 0.6;
}

.howto__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #217EBC;
  text-align: center;
  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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .howto__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .howto__title {
    max-width: 1423px;
    margin-left: auto;
    margin-right: auto;
  }
}

.howto__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 50px;
  width: 20%;
  height: 2px;
  background-color: #217EBC;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .howto__title::before {
    width: 35%;
  }
}

.howto__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 50px;
  width: 20%;
  height: 2px;
  background-color: #217EBC;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .howto__title::after {
    width: 35%;
  }
}

.howto__title--mg {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .howto__title--mg {
    margin-bottom: 15px;
  }
}

.howto__inner {
  max-width: 620px;
  max-width: 38.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .howto__inner {
    max-width: 960px;
    padding-bottom: 64px;
  }
}

.howto__text {
  color: #217EBC;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .howto__text {
    font-size: 18px;
    letter-spacing: normal;
    letter-spacing: initial;
    text-align: center;
  }
}

.inputBox {
  border: 1px solid #2C2C2C;
}

#quantity1 {
  background-color: lightblue;
}

#quantity2 {
  background-color: lightgoldenrodyellow;
}

#quantity3 {
  background-color: lightpink;
}

#result {
  background-color: lightgray;
}

.items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .items {
    margin-left: 0;
    margin-left: initial;
  }
}

.items--mg {
  margin-bottom: 77px;
  margin-bottom: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .items--mg {
    margin-bottom: 75px;
  }
}

.items__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .items__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .items__title {
    font-size: 36px;
  }
}

.item {
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .item {
    font-size: 20px;
  }
}

.linkBtn {
  display: block;
  background-color: #2C2C2C;
  color: white;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 23px;
  padding: 0.6875rem 1.4375rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .linkBtn {
    font-size: 24px;
    padding: 16px 20px;
  }
}
@media screen and (min-width: 768px) {
  .linkBtn {
    margin-left: 0;
    margin-left: initial;
    color: #2C2C2C;
    background-color: white;
    border: 1px solid #2C2C2C;
  }
}

@media screen and (min-width: 768px) {
  .linkBtn:hover {
    margin-left: 0;
    margin-left: initial;
    color: white;
    background-color: #2C2C2C;
    border: 1px solid #2C2C2C;
  }
}

.linkBtn--mg {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .linkBtn--mg {
    margin-bottom: 90px;
  }
}

.meritSection {
  position: relative;
  background-color: #F5F5F5;
}

.meritSection__inner {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .meritSection__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.meritSection__content--mg {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .meritSection__content--mg {
    margin-bottom: 105px;
  }
}

.meritSection__content {
  max-width: 540px;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .meritSection__content {
    max-width: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .meritSection__content {
    max-width: 830px;
  }
}

@media screen and (min-width: 1024px) {
  .meritSection__content--media {
    max-width: 1160px;
  }
}

.meritSection__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .meritSection__media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .meritSection__media--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .meritSection__text--media {
    max-width: 540px;
  }
}
@media screen and (min-width: 1440px) {
  .meritSection__text--media {
    max-width: 830px;
  }
}

.meritSection__text {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .meritSection__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .meritSection__text {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .meritSection__text {
    margin-right: 30px;
  }
}

.meritSection__text--mg {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .meritSection__text--mg {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .meritSection__text--mg {
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .meritSection__text--mg {
    margin-left: 30px;
    margin-right: 0px;
  }
}

.meritSection__img {
  max-width: 200px;
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .meritSection__img {
    max-width: 250px;
    min-width: 250px;
  }
}
@media screen and (min-width: 1440px) {
  .meritSection__img {
    max-width: 300px;
    min-width: 300px;
  }
}

.mv {
  position: relative;
  margin-top: 70px;
}
@media screen and (min-width: 1920px) {
  .mv {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mv--mg {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .mv--mg {
    margin-bottom: 120px;
  }
}

.mv__imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv__imgLeft {
  margin-top: auto;
  width: 20.7792207792%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__imgLeft {
    width: 20.9090909091%;
    max-width: 161px;
    margin-top: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__imgLeft {
    max-width: 201px;
    margin-top: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .mv__imgLeft {
    margin-top: 140px;
  }
}
@media screen and (min-width: 1440px) {
  .mv__imgLeft {
    max-width: 242px;
  }
}
@media screen and (min-width: 1920px) {
  .mv__imgLeft {
    max-width: 292px;
  }
}

.mv__imgLeft::before {
  content: "";
  display: block;
  padding-top: 300%;
}

.mv__imgLeft img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__imgRight {
  width: 50.9090909091%;
  position: relative;
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .mv__imgRight {
    width: 36.1038961039%;
    max-width: 278px;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1024px) {
  .mv__imgRight {
    max-width: 347px;
  }
}
@media screen and (min-width: 1440px) {
  .mv__imgRight {
    max-width: 417px;
  }
}
@media screen and (min-width: 1920px) {
  .mv__imgRight {
    max-width: 502px;
  }
}

.mv__imgRight::before {
  content: "";
  display: block;
  padding-top: 138.7755102041%;
}

.mv__imgRight img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .mv__imgBottom {
    width: 57.7922077922%;
    position: absolute;
    bottom: -80px;
    right: 0;
    max-width: 445px;
  }
}
@media screen and (min-width: 820px) {
  .mv__imgBottom {
    bottom: -90px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__imgBottom {
    max-width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .mv__imgBottom {
    max-width: 550px;
  }
}
@media screen and (min-width: 1440px) {
  .mv__imgBottom {
    bottom: 0;
    max-width: 580px;
  }
}
@media screen and (min-width: 1920px) {
  .mv__imgBottom {
    max-width: 804px;
  }
}

@media screen and (min-width: 768px) {
  .mv__imgBottom::before {
    content: "";
    display: block;
    padding-top: 30.7865168539%;
  }
}

@media screen and (min-width: 768px) {
  .mv__imgBottom img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv__textWrapper {
  position: absolute;
  top: 100px;
  left: 18%;
  left: 16.3vw;
  background-color: #fff;
  padding: 6px;
  padding: 0.375rem;
}
@media screen and (min-width: 768px) {
  .mv__textWrapper {
    top: 50px;
    padding: 0.6875rem 1.1875rem;
    left: 10vw;
    line-height: 2;
    top: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__textWrapper {
    left: 7vw;
    top: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .mv__textWrapper {
    left: 18vw;
    top: 190px;
  }
}
@media screen and (min-width: 1440px) {
  .mv__textWrapper {
    left: 20vw;
    top: 140px;
  }
}
@media screen and (min-width: 1920px) {
  .mv__textWrapper {
    top: 160px;
  }
}

.mv__text--sm {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mv__text--sm {
    font-size: 32px;
    line-height: 1.7;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}
@media screen and (min-width: 1024px) {
  .mv__text--sm {
    font-size: 42px;
  }
}

.mv__text--sm .mv__textLS--md {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .mv__text--sm .mv__textLS--md {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__text--sm .mv__textLS--md {
    font-size: 36px;
  }
}

.mv__textLS--sm {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .mv__textLS--sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__textLS--sm {
    font-size: 24px;
  }
}

.mv__textLS--md {
  letter-spacing: 0.1em;
}

.mv__text--sm--mg {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .mv__text--sm--mg {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv__text--sm--mg {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .mv__text--sm--mg {
    margin-bottom: 0px;
  }
}

.mv__text--lg {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  .mv__text--lg {
    font-size: 3rem;
    font-size: 48px;
    line-height: 1.66;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}
@media screen and (min-width: 1440px) {
  .mv__text--lg {
    font-size: 52.8px;
  }
}
@media screen and (min-width: 1920px) {
  .mv__text--lg {
    font-size: 64px;
  }
}

/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: white;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border: 3px solid black;
}
@media screen and (min-width: 768px) {
  .header__nav {
    border: none;
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    background-color: inherit;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 80%;
    max-width: 450px;
  }
}
@media screen and (min-width: 820px) {
  .header__nav {
    max-width: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav {
    max-width: 600px;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav {
    max-width: 650px;
  }
}
@media screen and (min-width: 1600px) {
  .header__nav {
    max-width: 861px;
  }
}

.nav-items {
  padding: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .nav-items {
    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;
    position: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.nav__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 50px;
  top: 3.125rem;
  left: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFF55));
  background-image: linear-gradient(transparent 60%, #FFFF55 0%);
}
@media screen and (min-width: 768px) {
  .nav__title {
    display: none;
  }
}

/* ナビのリンク */
.nav-items__item a {
  width: 100%;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .nav-items__item a {
    padding-left: 0;
    padding-left: initial;
    margin-bottom: 0;
    margin-bottom: initial;
  }
}

.nav-items__item a:hover {
  color: #217EBC;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .nav-items__link {
    display: none;
  }
}

.nav-items__link a {
  display: block;
  background-color: #217EBC;
  border-radius: 50px;
  line-height: 40px;
  color: white;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.simulation {
  border: 3px solid #217EBC;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .simulation {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 70px;
  }
}

.simulation--mg {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.simulation__title {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .simulation__title {
    font-size: 36px;
    font-weight: bold;
  }
}

.simulation__title--mg {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .simulation__title--mg {
    margin-bottom: 30px;
  }
}

.paymentType__space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.1em;
  margin-left: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .paymentType__space {
    font-size: 36px;
    font-weight: bold;
    margin-left: 40px;
    margin-right: 20px;
  }
}

.paymentTypeRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paymentType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .paymentType {
    margin-bottom: 40px;
  }
}

.paymentType__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.1em;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .paymentType__text {
    font-size: 36px;
    font-weight: bold;
    margin-left: 5px;
  }
}

.periodType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .periodType {
    margin-bottom: 40px;
  }
}

.paymentType-Input, .period-Input {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.periodType__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .periodType__text {
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
  }
}

.periodTypeRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .periodTypeRadio {
    margin-right: 50px;
  }
}

.periodTypeRadio:last-child {
  margin-right: 0;
}

.optionType {
  text-align: right;
}

.optionTypeNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .optionTypeNum {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.optionTypeNum--mg {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.optionType__left {
  text-align: center;
  width: 50%;
}

.optionType__right {
  width: 50%;
  text-align: center;
  padding-top: 5px;
  padding-left: 5px;
}

.optionType-Input {
  display: inline-block;
  width: 78px;
  width: 4.875rem;
  height: 52px;
  height: 3.25rem;
  text-align: center;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .optionType-Input {
    padding: 5px;
  }
}

@media screen and (min-width: 768px) {
  .optionType__text--head {
    font-size: 24px;
    font-weight: bold;
  }
}

.optionType__text--amount {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .optionType__text--amount {
    font-size: 24px;
    margin-left: 8px;
  }
}

.option__caution {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .option__caution {
    text-align: center;
  }
}

.optionType--mg {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .optionType--mg {
    margin-bottom: 40px;
  }
}

.simulationTotal__head {
  border: 3px solid #217EBC;
  padding: 15px 18px;
  padding: 0.9375rem 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  font-weight: bold;
  color: #217EBC;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .simulationTotal__head {
    font-size: 24px;
    line-height: 60px;
    padding: 0 20px;
    min-width: 300px;
  }
}

.simulationTotal__head--mg {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .simulationTotal__head--mg {
    margin-bottom: 20px;
  }
}

.simulationTotal__price {
  border-bottom: 3px solid #217EBC;
  max-width: 540px;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .simulationTotal__price {
    max-width: 500px;
  }
}

.price--simulation {
  position: relative;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: underline;
  text-underline-offset: 13px;
  -webkit-text-decoration-color: #FFFF55;
          text-decoration-color: #FFFF55;
  min-width: 100px;
}
@media screen and (min-width: 768px) {
  .price--simulation {
    font-size: 60px;
    min-height: 90px;
  }
}

.price--form {
  display: inline-block;
  margin-right: 5px;
}

.price__yen {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #217EBC;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .price__yen {
    min-width: 55px;
  }
}

.price_tax {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #217EBC;
}

.simulation__form {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
  background-color: #217EBC;
  text-align: center;
  padding: 23px 18px;
  padding: 1.4375rem 1.125rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .simulation__form {
    max-width: 500px;
    font-size: 20px;
    padding: 1.4375rem 1.5625rem;
    border: 3px solid #217EBC;
    background-color: white;
    color: #217EBC;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .simulation__form {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .simulation__form:hover {
    border: 3px solid #217EBC;
    background-color: #217EBC;
    color: white;
  }
}

.simulationSection__inner {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}
@media screen and (min-width: 768px) {
  .simulationSection__inner {
    padding-top: 105px;
  }
}

.startSection {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  height: 904px;
}
@media screen and (min-width: 768px) {
  .startSection {
    margin-bottom: 60px;
    height: 1060px;
  }
}
@media screen and (min-width: 1280px) {
  .startSection {
    height: 682px;
  }
}
@media screen and (min-width: 1640px) {
  .startSection {
    height: 883px;
  }
}

@media screen and (min-width: 1280px) {
  .startSection .startSection_title--mg {
    margin-bottom: 30px;
  }
}

.startSection__bg {
  width: 646px;
  height: 904px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(21px - 50%), -50%);
          transform: translate(calc(21px - 50%), -50%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .startSection__bg {
    width: 758px;
    height: 1060px;
    -webkit-transform: translate(calc(24px - 50%), -50%);
            transform: translate(calc(24px - 50%), -50%);
  }
}
@media screen and (min-width: 1280px) {
  .startSection__bg {
    width: 1240px;
    height: 682px;
    -webkit-transform: translate(calc(40px - 50%), -50%);
            transform: translate(calc(40px - 50%), -50%);
  }
}
@media screen and (min-width: 1640px) {
  .startSection__bg {
    width: 1600px;
    height: 883px;
  }
}

.startSection__contents {
  padding-top: 112px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .startSection__contents {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .startSection__contents {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .startSection__contents {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1640px) {
  .startSection__contents {
    padding-top: 100px;
  }
}

.startSection__text {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  max-width: 465px;
}
@media screen and (min-width: 399px) {
  .startSection__text {
    line-height: 2.2;
  }
}
@media screen and (min-width: 445px) {
  .startSection__text {
    line-height: 2.4;
  }
}
@media screen and (min-width: 504px) {
  .startSection__text {
    padding-left: 0;
    padding-right: 0;
    line-height: 2.6;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .startSection__text {
    font-size: 18px;
    max-width: 571px;
  }
}
@media screen and (min-width: 1280px) {
  .startSection__text {
    font-size: 18px;
    max-width: 881px;
  }
}
@media screen and (min-width: 1640px) {
  .startSection__text {
    font-size: 24px;
    max-width: 1175px;
  }
}

.step {
  -webkit-box-shadow: 0 0 0 1px white, 0 0 0 3px, 0 0 0 4px white;
          box-shadow: 0 0 0 1px white, 0 0 0 3px, 0 0 0 4px white;
  margin: 5px;
  border-radius: 50px;
  position: relative;
  display: block;
  min-height: 68px;
  min-height: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .step {
    min-height: 96px;
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
  }
}

.step--mg {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .step--mg {
    margin-bottom: 15px;
  }
}

.step__icon {
  width: 10px;
  width: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}

.step__icon--mg {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .step__icon--mg {
    margin-bottom: 15px;
  }
}

.step__text {
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .step__text {
    font-size: 24px;
  }
}

.step__link {
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
  letter-spacing: 0.2em;
}

.stepSection {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2E3B40), to(#004F6C));
  background-image: linear-gradient(180deg, #2E3B40, #004F6C);
}

.stepSection__inner {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .stepSection__inner {
    padding-top: 105px;
    padding-bottom: 190px;
  }
}

.text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 90%;
  max-width: 300px;
  max-width: 18.75rem;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 36px;
  }
}

.title--mg {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .title--mg {
    margin-bottom: 2.875rem;
  }
}

.title--mg--lg {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.title--blue {
  color: #217EBC;
}

.title--white {
  color: white;
}

.title--sm {
  font-size: 20px;
  font-size: 1.25rem;
}

.titleBG--about::before {
  content: "About";
  font-family: "bodoni";
  font-size: 120px;
  font-size: 7.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-stroke: 1px #2C2C2C;
  -webkit-text-stroke: 1px #2C2C2C;
  color: white;
  z-index: -10;
  line-height: 1.2;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .titleBG--about::before {
    font-size: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .titleBG--about::before {
    font-size: 300px;
  }
}

.titleBG--company {
  line-height: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (min-width: 768px) {
  .titleBG--company {
    line-height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .titleBG--company {
    line-height: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .titleBG--company {
    line-height: 225px;
  }
}

.titleBG--company::before {
  content: "Who We are";
  white-space: nowrap;
  font-family: "bodoni";
  font-size: 55px;
  font-size: 3.4375rem;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  text-stroke: 1px #2C2C2C;
  -webkit-text-stroke: 1px #2C2C2C;
  color: #F5F5F5;
  z-index: -10;
  line-height: 1.2;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .titleBG--company::before {
    font-size: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .titleBG--company::before {
    font-size: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .titleBG--company::before {
    font-size: 300px;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}

.subTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .subTitle {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .subTitle {
    text-align: left;
    font-size: 36px;
  }
}

.subTitle--mg {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .subTitle--mg {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .subTitle--mg {
    margin-bottom: 20px;
  }
}

.topTextSection {
  max-width: 580px;
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .topTextSection {
    position: absolute;
    top: 470px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 820px) {
  .topTextSection {
    top: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .topTextSection {
    top: 580px;
  }
}
@media screen and (min-width: 1280px) {
  .topTextSection {
    top: 450px;
  }
}
@media screen and (min-width: 1440px) {
  .topTextSection {
    top: 400px;
  }
}
@media screen and (min-width: 1920px) {
  .topTextSection {
    top: 450px;
  }
}

.topTextSection__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .topTextSection__text {
    font-size: 1.125rem;
    font-size: 18px;
    font-weight: bold;
    width: 525px;
  }
}
@media screen and (min-width: 1280px) {
  .topTextSection__text {
    margin-left: -21vw;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .topTextSection__text {
    font-size: 20px;
    width: 580px;
    margin-left: -17vw;
  }
}
@media screen and (min-width: 1920px) {
  .topTextSection__text {
    margin-left: -17vw;
    font-size: 24px;
    width: 700px;
  }
}
@media screen and (min-width: 2520px) {
  .topTextSection__text {
    margin-left: -6vw;
  }
}

.topTextSection__text--mg {
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .topTextSection__text--mg {
    margin-bottom: 3.75rem;
  }
}

.topTextSection__btn {
  line-height: 60px;
  line-height: 3.75rem;
  background-color: #217EBC;
  color: white;
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  border-radius: 50px;
  min-width: 240px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #217EBC;
}
@media screen and (min-width: 768px) {
  .topTextSection__btn {
    line-height: 5rem;
    font-size: 1.5rem;
    border: 1px solid #217EBC;
  }
}

.topTextSection__btn:hover {
  color: #217EBC;
  background-color: #DEF4FE;
}

.topTextSection__more {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .topTextSection__more {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .topTextSection__more {
    margin-top: -160px;
  }
}
@media screen and (min-width: 1440px) {
  .topTextSection__more {
    margin-top: -280px;
    font-size: 16ox;
  }
}
@media screen and (min-width: 1440px) {
  .topTextSection__more {
    font-size: 20px;
  }
}
/*# sourceMappingURL=styles.css.map */
