h1, p, span, li, a, dt, dd, input {
  font-family: "Noto Sans JP", sans-serif;
}

.pc-only {
  display: none;
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #09417B;
  text-align: center;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.fv-section .fv-inner {
  background: url("../images/fv_sp.webp") no-repeat center/100%;
  padding-top: 46px;
}
.fv-section .fv-inner .fv-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.fv-section .fv-inner .fv-container h1 {
  font-size: min(8vw, 40px);
  font-weight: 700;
  line-height: 110%;
  color: #0A2B65;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  paint-order: stroke;
  padding-bottom: 250px;
}
.fv-section .fv-inner .fv-container h1 span {
  font-size: min(5.8vw, 29px);
}
.fv-section .fv-inner .fv-container img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 95%;
  display: block;
  max-width: 450px;
}
.fv-section .cta {
  background: url("../images/bg1_sp.webp") repeat center/100%;
  padding: 40px 0;
}
.fv-section .cta .cta-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.fv-section .cta .cta-container p {
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}
.fv-section .cta .cta-container p span {
  font-size: 13px;
}
.fv-section .cta .cta-container .price {
  margin-top: 15px;
}
.fv-section .cta .cta-container .price p {
  line-height: 37px;
}
.fv-section .cta .cta-container .price p span {
  font-size: 50px;
  color: #D70000;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
  display: inline-block;
  margin-right: 5px;
}
.fv-section .cta .cta-container .cta-btn {
  margin-top: 25px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background: #FF9D2D;
  max-width: 330px;
  width: 100%;
  font-size: 22px;
  padding: 15px 0 20px 0;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0 rgba(220, 202, 202, 0.33);
  position: relative;
}
.fv-section .cta .cta-container .cta-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url("../images/arrow.webp") no-repeat 100%;
  background-size: contain;
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) {
  .fv-section .fv-inner {
    background: url("../images/fv_pc.webp") no-repeat center/100%;
    padding-top: 9.6vw;
    background-size: cover;
  }
  .fv-section .fv-inner .fv-container {
    max-width: 1600px;
    padding-bottom: 75px;
  }
  .fv-section .fv-inner .fv-container h1 {
    font-size: min(5vw, 90px);
    padding-bottom: 0;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
  }
  .fv-section .fv-inner .fv-container h1 span {
    font-size: min(3.6vw, 60px);
  }
  .fv-section .fv-inner .fv-container img {
    position: initial;
    display: block;
    transform: initial;
    max-width: 800px;
    width: 51%;
    margin-top: 20px;
  }
  .fv-section .cta .cta-container p {
    font-size: 38px;
  }
  .fv-section .cta .cta-container p span {
    font-size: 27px;
  }
  .fv-section .cta .cta-container .price {
    margin-top: 40px;
  }
  .fv-section .cta .cta-container .price p span {
    font-size: 80px;
  }
  .fv-section .cta .cta-container .cta-btn {
    padding: 30px 0;
    font-size: 35px;
    max-width: 560px;
    margin-top: 45px;
    border-radius: 16px;
  }
  .fv-section .cta .cta-container .cta-btn::after {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
.top-section {
  padding: 80px 0;
  background: url("../images/bg2_sp.webp") no-repeat center/100%;
}
.top-section .container {
  width: 90%;
  margin: 0 auto;
}
.top-section .container .content {
  margin: 40px auto 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 25px 20px 34px 20px;
  max-width: 430px;
}
.top-section .container .content ul li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  border-bottom: 1px solid #D1D0D1;
  color: #09417B;
  position: relative;
  padding: 15px 0 15px 30px;
}
.top-section .container .content ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: 100%;
  background: url("../images/check.webp");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .top-section {
    padding: 120px 0;
    background: url("../images/bg2_pc.webp") no-repeat top/100%;
    overflow: hidden;
  }
  .top-section .container .content {
    max-width: 570px;
    padding: 40px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (min-width: 1170px) {
  .top-section .container .content {
    max-width: 1120px;
  }
}
@media (min-width: 768px) {
  .top-section .container .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-section .container .content ul li {
    width: 45%;
    font-size: 18px;
    padding: 20px 0 11px 30px;
    min-width: 480px;
    box-sizing: border-box;
  }
  .top-section .container .content ul li::before {
    width: 20px;
    height: 20px;
    transform: initial;
    top: initial;
    bottom: 11px;
  }
}
.message-section {
  margin: 60px auto;
}
.message-section .container {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.message-section .container .content img {
  width: 100%;
  margin: 40px 0 20px 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.message-section .container .content .text p {
  font-size: 16px;
  line-height: 25px;
  color: #09417B;
  margin-bottom: 20px;
}
.message-section .container .content .text p span {
  font-weight: 700;
  position: relative;
  -webkit-text-decoration: underline #FEDC96 7px;
          text-decoration: underline #FEDC96 7px;
  text-underline-offset: -3px;
}

@media (min-width: 768px) {
  .message-section {
    margin: 120px 0 100px 0;
  }
  .message-section .container {
    max-width: 1500px;
  }
  .message-section .container .content {
    margin-top: 60px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .message-section .container .content img {
    margin: 0;
    width: 45%;
  }
  .message-section .container .content .text {
    margin-right: 30px;
  }
  .message-section .container .content .text p {
    font-size: 18px;
    line-height: 30px;
  }
}
.feature-section {
  background: #F6F9FF;
  padding: 60px 0 20px 0;
}
.feature-section .container {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.feature-section .container .title {
  margin-bottom: 40px;
}
.feature-section .container .content p {
  color: #09417B;
  font-size: 16px;
  line-height: 25px;
}
.feature-section .container .point {
  margin-top: 40px;
}
.feature-section .container .point h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 0;
  background: #09417B;
  text-align: center;
}
.feature-section .container .point p {
  font-size: 16px;
  margin: 30px 0 20px 0;
  font-weight: 500;
}
.feature-section .container .point p span {
  font-weight: 700;
  font-size: 20px;
  -webkit-text-decoration: underline #FEDC96 7px;
          text-decoration: underline #FEDC96 7px;
  text-underline-offset: -3px;
}
.feature-section .container .point img {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .feature-section {
    padding: 100px 0 80px 0;
  }
  .feature-section .container {
    max-width: 1500px;
  }
  .feature-section .container .title {
    margin-bottom: 60px;
  }
  .feature-section .container .content p {
    text-align: center;
  }
  .feature-section .container .content .point-content {
    display: flex;
    justify-content: space-between;
  }
  .feature-section .container .content .point-content .point {
    width: 47%;
  }
  .feature-section .container .content .point-content .point h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0;
  }
  .feature-section .container .content .point-content .point p {
    margin: 20px 0;
    font-size: 18px;
  }
  .feature-section .container .content .point-content .point p span {
    font-size: 24px;
  }
  .feature-section .container .content .point-content .point .point-text {
    text-align: left;
  }
  .feature-section .container .content .point-content .point img {
    max-width: 610px;
  }
}
.step-section {
  padding: 70px 0 10px 0;
  background: url("../images/bg3_sp.webp") no-repeat top/100%;
}
.step-section .container {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.step-section .container .title {
  font-size: 20px;
}
@media (min-width: 375px) {
  .step-section .container .title {
    font-size: 22px;
  }
}
.step-section .container .step-content {
  margin-top: 40px;
}
.step-section .container .step-content .content {
  padding: 30px 20px;
  background: #F6F9FF;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
.step-section .container .step-content .content .text {
  color: #09417B;
}
.step-section .container .step-content .content .text .number {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.step-section .container .step-content .content .text .number span {
  font-size: 35px;
  margin-left: 4px;
}
.step-section .container .step-content .content .text h3 {
  margin: 10px 0 20px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.step-section .container .step-content .content .text p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}
.step-section .container .step-content .content img {
  width: 100%;
}
.step-section .container .step-content .content::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 12px solid #09417B;
}
.step-section .container .step-content .content:last-of-type::after {
  display: none;
}

@media (min-width: 768px) {
  .step-section {
    padding: 120px 0 40px 0;
    background: url("../images/bg3_pc.webp") no-repeat top/100%;
  }
  .step-section .container {
    max-width: 1100px;
    width: 75%;
  }
  .step-section .container .title {
    font-size: 40px;
    position: relative;
    width: 600px;
    margin: 0 auto;
  }
  .step-section .container .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -71px;
    background: url("../images/step_left.webp");
    background-size: contain;
    width: 42px;
    height: 100px;
  }
  .step-section .container .title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -71px;
    background: url("../images/step_right.webp");
    background-size: contain;
    width: 42px;
    height: 100px;
  }
  .step-section .container .step-content {
    margin-top: 80px;
  }
  .step-section .container .step-content .content {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 64px;
  }
  .step-section .container .step-content .content .text {
    width: 65%;
  }
  .step-section .container .step-content .content .text h3 {
    margin-top: 14px;
  }
  .step-section .container .step-content .content .text p {
    font-size: 18px;
  }
  .step-section .container .step-content .content img {
    width: 30%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .step-section .container .step-content .content::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 16px solid #09417B;
    bottom: -40px;
  }
}
.price-section {
  padding: 40px 0 60px 0;
}
.price-section .container {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.price-section .container .top-text {
  font-size: 16px;
  line-height: 25px;
  color: #09417B;
  margin: 40px 0;
}
.price-section .container .price-content .content {
  max-width: 338px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin: 0 auto 30px auto;
}
.price-section .container .price-content .content h3 {
  background: #2A8C82;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 15px 0;
  font-size: 24px;
  border-radius: 8px 8px 0 0;
}
.price-section .container .price-content .content h3 span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.price-section .container .price-content .content .text {
  margin: 30px 0 20px 0;
  text-align: center;
}
.price-section .container .price-content .content .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.price-section .container .price-content .content .text p span {
  margin-top: 8px;
  display: block;
  color: #2A8C82;
}
.price-section .container .price-content .content .price {
  text-align: center;
}
.price-section .container .price-content .content .price p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.price-section .container .price-content .content .price span {
  font-size: 40px;
  font-weight: 700;
  color: #2A8C82;
}
.price-section .container .price-content .content .price span span {
  font-size: 18px;
  position: relative;
  margin-left: 5px;
  bottom: 3px;
}
.price-section .container .price-content .content ul {
  margin-top: 30px;
  padding: 0 15px 30px 15px;
  box-sizing: border-box;
}
.price-section .container .price-content .content ul p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 1em;
}
.price-section .container .price-content .content ul p::before,
.price-section .container .price-content .content ul p::after {
  content: "";
  flex-grow: 1;
  background-color: #333;
  height: 1px;
}
.price-section .container .price-content .content ul li {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.price-section .container .price-content .content ul li:last-of-type {
  margin-bottom: 0;
}
.price-section .container .price-content .content ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: #333;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.price-section .container .price-content .content:nth-child(2) h3 {
  background: #09417B;
}
.price-section .container .price-content .content:nth-child(2) .text p span {
  color: #09417B;
}
.price-section .container .price-content .content:nth-child(2) .price span {
  color: #09417B;
}
.price-section .container .price-content .content:nth-child(3) h3 {
  background: #8B1E3F;
}
.price-section .container .price-content .content:nth-child(3) .text p span {
  color: #8B1E3F;
}
.price-section .container .price-content .content:nth-child(3) .price span {
  color: #8B1E3F;
}

@media (min-width: 768px) {
  .price-section {
    padding-bottom: 120px;
  }
  .price-section .container {
    max-width: 1500px;
  }
  .price-section .container .top-text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 60px 0;
  }
}
@media (min-width: 768px) and (min-width: 1100px) {
  .price-section .container .price-content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (min-width: 1100px) {
  .price-section .container .price-content .content {
    width: calc((100% - 80px) / 3);
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .price-section .container .price-content .content h3 {
    font-size: 28px;
    padding: 17px 0 30px 0;
  }
  .price-section .container .price-content .content h3 span {
    font-size: 20px;
  }
  .price-section .container .price-content .content ul {
    margin-top: 40px;
  }
  .price-section .container .price-content .content ul li {
    width: 240px;
    margin: 0 auto 15px auto;
  }
}
.faq-section {
  background: #F6F9FF;
  padding: 60px 0;
}
.faq-section .container {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.faq-section .container .title {
  margin-bottom: 40px;
}
.faq-section .container .p-faq {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #D7DCE6;
  border-radius: 5px;
  margin-bottom: 15px;
}
.faq-section .container .p-faq .dt-title {
  position: relative;
}
.faq-section .container .p-faq .dt-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #09417B;
}
.faq-section .container .p-faq .p-faq-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #09417B;
  line-height: 29px;
  padding: 10px 40px 10px 40px;
  cursor: pointer;
}
.faq-section .container .p-faq .p-faq-title::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 2px #09417B;
  transform: rotate(90deg) skew(0deg, 0deg);
  transform: translateY(-7%);
  position: absolute;
  top: 50%;
  right: 11px;
}
.faq-section .container .p-faq .p-faq-title::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  border-right: solid 2px #09417B;
  transform: rotate(90deg) skew(0deg, 0deg);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 18px;
}
.faq-section .container .p-faq .active::before {
  display: none;
}
.faq-section .container .p-faq .p-faq-description {
  display: none;
  padding: 0 40px 20px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 30px;
  position: relative;
  margin-top: 20px;
}
.faq-section .container .p-faq .p-faq-description.active {
  display: block;
}
.faq-section .container .p-faq .p-faq-description::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #09417B;
}

@media (min-width: 768px) {
  .faq-section {
    padding: 80px 0;
  }
  .faq-section .container {
    max-width: initial;
    width: 55%;
    max-width: 800px;
  }
  .faq-section .container .title {
    margin-bottom: 75px;
  }
  .faq-section .container .p-faq .dt-title .p-faq-title {
    padding: 25px 40px 25px 40px;
  }
  .faq-section .container .p-faq .dt-title::before {
    left: 15px;
  }
}
.contact-section {
  margin-top: 60px;
}
.contact-section .container {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.contact-section .container .contact {
  margin-top: 40px;
}
.contact-section .container .contact .content {
  position: relative;
  padding: 20px 0;
  box-sizing: border-box;
}
.contact-section .container .contact .content p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #09417B;
  margin-bottom: 10px;
}
.contact-section .container .contact .content p span {
  font-size: 14px;
}
.contact-section .container .contact .content .text {
  border: none;
  background: #F5F5F5;
  padding: 13px 20px;
  font-size: 17px;
  line-height: 25px;
  width: 100%;
  box-sizing: border-box;
}
.contact-section .container .contact .content .text::-moz-placeholder {
  font-size: 17px;
  line-height: 25px;
  color: #A4A3A4;
}
.contact-section .container .contact .content .text::placeholder {
  font-size: 17px;
  line-height: 25px;
  color: #A4A3A4;
}
.contact-section .container .contact .content .check label {
  font-size: 17px;
  line-height: 25px;
  color: #333;
  display: block;
  margin-bottom: 15px;
}
.contact-section .container .contact .content .check label input {
  width: auto;
}
.contact-section .container .contact .content textarea {
  background: #F5F5F5;
  border: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 25px;
  box-sizing: border-box;
  border-radius: 6px;
}
.contact-section .container .contact .content textarea::-moz-placeholder {
  font-size: 17px;
  line-height: 25px;
  color: #A4A3A4;
}
.contact-section .container .contact .content textarea::placeholder {
  font-size: 17px;
  line-height: 25px;
  color: #A4A3A4;
}
.contact-section .container .contact .content::before {
  content: "";
  background: linear-gradient(to right, #09417B 30%, #DBDBDC 30%);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-section .container .contact .content:last-of-type::after {
  content: "";
  background: linear-gradient(to right, #09417B 30%, #DBDBDC 30%);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-section .container .contact button {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #FF9D2D;
  padding: 15px 0;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  max-width: 321px;
  display: block;
  margin: 30px auto 0 auto;
  border: none;
  box-shadow: 1.76px 2.35px 1.76px rgba(220, 202, 202, 0.33);
}

@media (min-width: 768px) {
  .contact-section {
    margin-top: 120px;
  }
  .contact-section .container {
    max-width: 1000px;
    width: 65%;
  }
  .contact-section .container .contact {
    margin-top: 80px;
  }
  .contact-section .container .contact .content {
    display: flex;
    padding: 30px 0;
  }
  .contact-section .container .contact .content p {
    width: 35%;
    min-width: 200px;
    margin: 0;
    align-items: center;
    margin-top: 13px;
    margin-left: 20px;
  }
  .contact-section .container .contact .content .text,
  .contact-section .container .contact .content textarea,
  .contact-section .container .contact .content label {
    margin: 0 40px;
  }
  .contact-section .container .contact .content .check {
    width: 100%;
  }
  .contact-section .container .contact .content::before {
    background: linear-gradient(to right, #09417B 25%, #DBDBDC 25%);
  }
  .contact-section .container .contact .content:last-of-type::after {
    background: linear-gradient(to right, #09417B 25%, #DBDBDC 25%);
  }
  .contact-section .container .contact button {
    margin-top: 40px;
    padding: 20px 0;
    font-size: 25px;
    cursor: pointer;
  }
}
.company-section {
  padding: 80px 0 50px 0;
}
.company-section .container {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.company-section .container .content {
  margin-top: 40px;
}
.company-section .container .content dl {
  padding: 20px 0;
  border-bottom: 1px solid #DBDBDC;
}
.company-section .container .content dl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  margin-bottom: 15px;
}
.company-section .container .content dl dd {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.company-section .container .content dl:first-of-type {
  border-top: 1px solid #DBDBDC;
}
.company-section img {
  width: 40%;
  max-width: 200px;
  display: block;
  margin: 40px auto 20px auto;
}
.company-section .link {
  margin: 15px 0 20px;
  text-align: center;
}
.company-section .link a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 8px;
  color: #333;
}
.company-section span {
  font-size: 12px;
  line-height: 30px;
  color: #333;
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  .company-section {
    padding: 120px 0 60px 0;
  }
  .company-section .container {
    max-width: 900px;
    width: 60%;
  }
  .company-section .container .content {
    margin-top: 60px;
  }
  .company-section .container .content dl {
    display: flex;
    padding: 30px 0;
  }
  .company-section .container .content dl dt {
    width: 30%;
    margin: 0;
    line-height: 30px;
  }
  .company-section .container .content dl dd {
    width: 70%;
    line-height: 30px;
  }
  .company-section img {
    max-width: 220px;
  }
  .company-section .link {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .company-section .link a:first-of-type {
    margin-right: 25px;
  }
}/*# sourceMappingURL=style.css.map */