@charset "UTF-8";
/* ----------------------------------
   reset.scss
---------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ----------------------------------
   variables.scss
---------------------------------- */
/* デバイスブレイクポイント */
/* カラーパレット */
/* ----------------------------------
   共通スタイル
---------------------------------- */
h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 500px) {
  h2 {
    font-size: 1.35rem;
  }
}

h2.gray-thin {
  margin-bottom: 0.5rem;
  color: #A7A7A7;
  font-weight: normal;
}
@media (max-width: 500px) {
  h2.gray-thin {
    font-size: 1.35rem;
  }
}

.bold {
  font-weight: 800;
}

.center {
  text-align: center;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.link_primary {
  text-decoration: underline;
  font-weight: bold;
}

/* ボタン */
.opc-btn-primary {
  display: inline-block;
  background-color: #F77524;
  color: white;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.opc-btn-primary:hover {
  background-color: #F89029;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  .opc-btn-primary {
    display: block;
    text-align: center;
    padding: 12px 0;
  }
}

/* ボタンのスタイル */
.opc-btn-primary-sm {
  display: inline-block;
  background-color: #F77524;
  color: white;
  padding: 10px 35px;
  border-radius: 50px; /* 丸みのあるボタン */
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.opc-btn-primary-sm:hover {
  background-color: #F89029;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  .opc-btn-primary-sm {
    display: block;
    text-align: center;
    padding: 12px 0;
  }
}

.opc-btn-invert {
  display: inline-block;
  background-color: white;
  color: #F77524;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.opc-btn-invert:hover {
  background-color: #FFF2E6;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 500px) {
  .opc-btn-invert {
    display: block;
    text-align: center;
  }
}

.cta-section {
  background-color: #F77524;
  text-align: center;
  color: white;
  padding: 4rem 0;
}
.cta-section .cta-note__wrap {
  margin-top: 1rem;
}
.cta-section .cta-note__wrap .cta-note {
  font-size: 0.85rem;
}

/* ----------------------------------
   Main Content
---------------------------------- */
.main {
  padding: 4rem 0 6rem;
}
@media (max-width: 768px) {
  .main {
    padding: 2.5rem 0;
  }
}
.main__color {
  background: -webkit-linear-gradient(top, #EFF6FA 0%, #EFF6FA 500px, #fff 500px, #fff 100%);
  background: linear-gradient(180deg, #EFF6FA 0%, #EFF6FA 500px, #fff 500px, #fff 100%);
}
@media (max-width: 768px) {
  .main__color {
    background: -webkit-linear-gradient(top, #EFF6FA 0%, #EFF6FA 260px, #fff 260px, #fff 100%);
    background: linear-gradient(180deg, #EFF6FA 0%, #EFF6FA 260px, #fff 260px, #fff 100%);
  }
}

.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container-wrapper--wide {
  max-width: 1400px;
}

.page-title {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 1rem;
  }
}

.wh-container {
  background-color: #fff;
  padding: 4rem;
  min-height: 360px;
}
@media (max-width: 500px) {
  .wh-container {
    padding: 2rem 0;
  }
}
.wh-container .container {
  padding-top: 4rem;
}
.wh-container .container:first-child {
  padding-top: 0;
}

.rounded-shadow {
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* ----------------------------------
   Footer
---------------------------------- */
.site-footer {
  background: #555;
  color: #fff;
  padding: 5rem 2rem 2rem;
}
@media (max-width: 500px) {
  .site-footer {
    padding-top: 3rem;
  }
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  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;
  gap: 3rem;
}
@media (max-width: 500px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer-brand .opc-logo {
  width: 300px;
}
@media (max-width: 768px) {
  .footer-brand .opc-logo {
    width: 200px;
  }
}

.footer-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .footer-list ul {
    font-size: 1rem;
    gap: 0.8rem;
  }
}

.footer-bottom {
  max-width: 1200px;
  margin: 5rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid #777;
  text-align: center;
}

.disclaimer {
  font-size: 0.7rem;
  opacity: 0.8;
  margin-bottom: 1rem;
}

.copyright {
  font-size: 0.75rem;
  font-weight: bold;
}

@media (max-width: 500px) {
  .footer-nav ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}/*# sourceMappingURL=common.css.map */