@charset "UTF-8";

*,
*::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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* 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 */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

.fv__form input[type=checkbox],
.fv__form input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
}

.fv__form select::-ms-expand {
  display: none;
}

html {
  font-size: 16px;
}

html {
  scroll-behavior: auto;
  /* ← アニメーションはJSで制御するので不要 */
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a[href^="tel:"] {
  pointer-events: none;
}

.fv {
  margin-top: 100px;
  padding-top: 125px;
  padding-bottom: 175px;
  background-color: #fff;
  position: relative;
}

.fv__pc-image {
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 100%;
  max-width: clamp(25rem, -45.462rem + 110.1vw, 53.625rem);
  height: auto;
  z-index: 1;
}

.fv__sp-image {
  position: absolute;
  top: 37%;
  right: 0px;
  width: 100%;
  max-width: 315px;
  height: auto;
  z-index: 1;
}

.fv__lefttop-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 35px;
  height: auto;
}

.fv__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
}

.fv__text-area {
  width: 100%;
  max-width: 680px;
  height: auto;
}

.fv__heading {
  font-size: clamp(1.875rem, 0.337rem + 2.4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.6;
  color: #012A61;
  word-break: keep-all;
}

.fv__sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9;
  color: #002961;
  padding-top: 26px;
}

.fv__highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FADF7F));
  background: linear-gradient(transparent 60%, #FADF7F 60%);
}

.fv__description {
  padding-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: #002961;
}

.fv__description.fv__description--2 {
  padding-top: 10px;
}

.fv__button-box {
  padding-top: 40px;
}

.fv__form {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 40px rgba(6, 67, 151, 0.4);
          box-shadow: 10px 10px 40px rgba(6, 67, 151, 0.4);
  margin-top: 75px;
  padding: 24px;
  width: 100%;
  max-width: 578px;
  max-height: 360px;
  position: relative;
  z-index: 2;
}

.fv__form-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
}

.fv__form-options {
  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;
  gap: 16px;
  padding-top: 24px;
}

.fv__form-box {
  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;
  gap: 16px;
}

.fv__option {
  width: 112px;
  height: auto;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}

.fv__option-box {
  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;
  gap: 15px;
}

.fv__check {
  width: 18px;
  height: 18px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}

.fv__icon {
  width: 100%;
  max-width: 50px;
  height: auto;
}

.fv__label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #2E2E2E;
  white-space: nowrap;
}

.fv__form-button-box {
  margin-inline: auto;
  margin-top: 24px;
  text-align: center;
}

.fv__option.is-selected .fv__check {
  background-color: #F86522;
  border-color: #F86522;
}

.fv__option.is-selected .fv__check::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.bg-white {
  background-color: #FAFAFA;
}

.bg-grey {
  background-color: #F0F0F0;
}

.bg-blue {
  background-color: #002961;
}

.section-title {
  text-align: center;
}

.section-title__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  color: #2E2E2E;
}

.section-title__text.section-title__text--small-line-height {
  line-height: 2;
}

.section-title__text.section-title__text--large {
  line-height: 2;
}

.section-title__text.section-title__text--white {
  color: #fff;
}

.section-title__text > span {
  color: #F86522;
  font-size: 52px;
}

.section-title__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}

.section-title__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #FADF7F;
}

.section-title__dot--center {
  background-color: #F86522;
}

.contact-button {
  display: inline-block;
}
.contact-form .contact-button {
    margin: auto;
    display: flex;
}
.contact-button__box {
  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;
  padding: 15px 42px;
  border-radius: 50px;
  background-color: #F86522;
  -webkit-box-shadow: 3px 5px #BA5D00;
          box-shadow: 3px 5px #BA5D00;
  position: relative;
  top: 0;
}

.contact-button__box:hover {
  top: 5px;
  left: 3px;
  -webkit-box-shadow: 0 0 #BA5D00;
          box-shadow: 0 0 #BA5D00;
}

.contact-button__box.contact-button__box--wide {
  padding: 17.5px 71px;
}

.contact-button__box.contact-button__box--wide2 {
  padding: 16px 110px;
}

.contact-button__logo {
  display: inline-block;
  width: 100%;
  max-width: 17px;
  height: auto;
  margin-right: 5px;
}

.contact-button__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.contact-button__text.contact-button__text--large {
  font-size: 18px;
  line-height: 1.4;
}

.contact-button.contact-button--wide {
  font-size: 20px;
  width: 220px;
}
/*contact form*/
#contact {
  padding: 80px 0 148px;
}
@media (max-width: 767px) {
   #contact {
  padding: 40px 0 130px;
}
}
#contact .contact-form {
  max-width: 756px;
  margin: auto;
  padding-top: 40px;
}
#contact .contact-form .name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.error-message{
  display: none;
  margin-top: -20px;
  color: red;
  margin-bottom: 20px;
}   
.error-message.visible {
  display: block !important;
}
input[type="email"]:focus,
input[type="tel"]:focus {
  background-color: #fff !important;  
}
@media(max-width:767px) {
  #contact .contact-form .name-row {
  display: block;
  }
}
#contact .contact-form .tag-required {
  font-size: 12px;
  width: 36px;
  height: 18px;
  background-color: #F86522;
  color: white;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  margin-left: 5px;
}

/* 任意のラッパーに .custom-checkbox などをつけておくと安心 */
.custom-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}

/* チェック状態 */
.custom-checkbox input[type="checkbox"]:checked {
  background-color: #F86522 !important; /* 上書き */
  border-color: #F86522 !important;
}

/* チェックマーク（白） */
.custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none;
}

input[type="checkbox"],
input[type="radio"] {
  appearance: auto;
  -webkit-appearance: checkbox; /* iOS・Safari対策 */
  -moz-appearance: checkbox;     /* Firefox対策 */
  background: unset;
  border: unset;
}
input[type=checkbox], input[type=radio] {
    display: block !important;
}
/* 共通inputスタイル */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #CACACA;
  background-color: #fff;
  border-radius: 6px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  margin-bottom: 24px;
  margin-top: 4px;
}
/* 基本的な背景制御 */
input[type="email"],
input[type="tel"] {
  background-color: #fff !important; 
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none !important;
  border: 1px solid #ccc;
}

/* フォーカス時も白背景を維持 */
input[type="email"]:focus,
input[type="tel"]:focus {
  background-color: #fff !important;
  outline: none;
  box-shadow: none !important;
}

input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

label {
  cursor: default; 
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
}
input::placeholder,
textarea::placeholder {
  color: #CACACA;
  opacity: 1;
}
#contact .contact-form label {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin: 0.5rem 0 1.5rem;
}
.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: normal;
  width: 125px; 
}
.contact-form .contact-button__box {
  width: 300px;
  height: 64px;
  box-sizing: border-box;
}
.contact-form .contact-submit-button {
    margin: auto;
    display: flex;
}
.contact-form .contact-button__text {
  font-size: 20px;
}
.form-notice {
  margin-top: 1em;
  color: #10067f;
  font-size: 18px;
  text-align: center;
}
.lg-show {
  display: none;
}

.md-show {
  display: none;
}

.sp2-show {
  display: none;
}

.sp-show {
  display: none;
}

.pt-16 {
  padding-top: 16px;
}

.test {
  width: 100%;
  height: 500px;
  background-color: #fff;
  color: black;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100px;
  background-color: #fff;
}

.header__inner {
  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;
  padding: 0 40px;
  height: inherit;
}

.header__logo {
  display: block;
  width: 100%;
  max-width: 178px;
  height: auto;
}

.header__nav {
  height: inherit;
}

.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin-left: clamp(0.625rem, -0.375rem + 2.08vw, 1.5rem);
  margin-right: clamp(0.625rem, -0.375rem + 2.08vw, 1.5rem);
  text-align: center;
  position: relative;
}

.header__item:last-child {
  margin-right: unset;
}

.header__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: #D9D9D9;
}

.header__item:last-child::before {
  content: "";
  position: unset;
  left: unset;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  width: unset;
  height: unset;
  background-color: unset;
}

.header__link {
  font-size: clamp(0.625rem, 0.339rem + 0.6vw, 0.875rem);
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002961;
  height: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__link:hover {
  opacity: 0.6;
}

.header__contact {
  margin-left: 66px;
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 23px;
  width: 30px;
  height: 15px;
  cursor: pointer;
}

.hamburger.is-active {
  right: 15px;
}

.hamburger span {
  position: absolute;
  display: inline-block;
  left: 50%;
  /* 中央寄せ */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 中央寄せ調整 */
  width: 100%;
  height: 2px;
  background-color: #28AB9E;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

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

.hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

.hamburger.is-active span:nth-child(1) {
  top: 8px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

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

.hamburger.is-active span:nth-child(3) {
  top: 8px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.drawer-menu {
  position: absolute;
  z-index: 5000;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: 105%;
  height: 100vh;
  background-color: pink;
}

.drawer-menu__inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: inherit;
}

.drawer-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer-menu__item {
  display: inline-block;
}

.drawer-menu__item:not(:first-child) {
  margin-top: 10px;
}

.drawer-menu__link {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #2E2E2E;
}

.drawer-menu__contact {
  margin-top: 50px;
}

.footer__company {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #2E2E2E;
  text-align: center;
}

.footer__copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: #878787;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 6px;
}

.company {
  padding: 80px 0;
}

.company__inner {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-inline: auto;
  padding: 0 96px;
}

.company__card-box {
  padding-top: 40px;
}

.card-list__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 26px;
}

.card-list__item {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card__logo {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}

.card__content-box {
  padding: 16px 0;
}

.card__logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-inline: auto;
}

.card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #2E2E2E;
}

.card__badge-box {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.card__badge-container {
  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;
}

.card__badge {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  background: #FADF7F;
  padding: 6.5px 12px;
  border-radius: 50px;
}

.card__badge span {
  font-size: 10px;
}

.card__rank {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #002961;
}

.card__rank span {
  font-size: 14px;
}

.card__text-box {
  padding-top: 8px;
}

.card__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #2E2E2E;
}

.company__note-box {
  margin-top: 16px;
}

.company__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: #878787;
}

.plan {
  position: relative;
  padding-top: 80px;
  padding-bottom: 105px;
}

.plan__ashirai-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 458px;
  height: auto;
}

.plan-tabs__tab-scroll {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-inline: auto;
  padding: 40px 187px 0;
}

.plan-tabs__tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
}

.plan-tabs__tab {
  position: relative;
  padding: 19px 0;
  width: 100%;
  min-width: 345px;
  background-color: #FAFAFA;
  border: 1px solid #878787;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 40px;
  color: #002961;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.plan-tabs__tab:hover {
  opacity: 0.6;
}

.plan-tabs__tab--active {
  background-color: #002961;
  color: #fff;
  border: unset;
}

.plan-tabs__tab--active::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #002961;
}

.plan-tabs__tab.plan-tabs__tab--active.plan-tabs__tab--hybrid {
  background-color: #FADF7F;
  color: #002961;
  border: 1px solid #FADF7F;
}

.plan-tabs__tab.plan-tabs__tab--active.plan-tabs__tab--hybrid::after {
  border-top: 10px solid #FADF7F;
}

.plan-tabs__tab.plan-tabs__tab--active.plan-tabs__tab--market {
  background-color: #F86522;
  color: #fff;
  border: 1px solid #F86522;
}

.plan-tabs__tab.plan-tabs__tab--active.plan-tabs__tab--market::after {
  border-top: 10px solid #F86522;
}

.plan-tabs__content-group {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-inline: auto;
  padding: 0 187px;
}

.plan-tabs__content {
  display: none;
}

.plan-tabs__content.is-active {
  display: block;
}

.plan-tabs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  border: 4px solid #002961;
  border-radius: 17px;
  background-color: #f2f4f7;
}

.plan-tabs__content.is-active.plan-tabs__content--hybrid .plan-tabs__wrapper {
  border: 4px solid #FADF7F;
  background-color: #fffdf9;
}

.plan-tabs__content.is-active.plan-tabs__content--market .plan-tabs__wrapper {
  border: 4px solid #F86522;
  background-color: #fff7f4;
}

.plan-tabs__image-box img {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.plan-tabs__text-box {
  width: 100%;
  max-width: 573px;
  height: auto;
}

.plan-tabs__section-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.section-title__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}

.section-title__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #FADF7F;
}

.section-title__dot--center {
  background-color: #F86522;
}

.plan-tabs__section {
  margin-bottom: 24px;
}

.plan-tabs__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #002961;
  margin-right: 16px;
}

.plan-tabs__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.plan-tabs__list {
  list-style: disc;
  padding-left: 20px;
}

.plan-tabs__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 8px;
}

.plan__button-wrapper {
  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;
  padding-top: 60px;
}

.plan__button-text-box {
  position: relative;
}

.plan__button-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #2E2E2E;
  text-align: center;
}

.plan__button-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  position: absolute;
  top: -5px;
  left: 57px;
}

.plan__button-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: #F86522;
}

.plan__button {
  padding-top: 8px;
}

.case {
  padding: 80px 0;
}

.case__inner {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-inline: auto;
  padding: 0 178px;
}

.case__card-box {
  padding-top: 40px;
}

.case-card-list__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 24px;
}

.case-card-list__item {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}

.case-case-card__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.case-card__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.case-card__title {
  padding-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #2E2E2E;
}

.case-card__amount-wrapper {
  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;
}

.case-card__rank {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #002961;
}

.case-card__amount-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}

.case-card__amount-image {
  width: 100%;
  max-width: 78px;
  height: auto;
}

.case-card__unit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #002961;
}

.case-card__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #2E2E2E;
}

.case-card__text span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.case-card__meta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E5E5E5;
}

.case-card__meta-left {
  background: #002961;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 20px;
}

.case-card__meta-right {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #2E2E2E;
  padding-left: 20px;
}

.example {
  padding: 80px 0;
}

.example__inner {
  width: 100%;
  max-width: 1245px;
  height: auto;
  margin-inline: auto;
  padding: 0 15px;
}

.example-card-box {
  padding-top: 80px;
}

.example-card-list__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}

.example-card-list__item {
  width: 100%;
  max-width: 380px;
  height: auto;
}

.example-card__logo img {
  width: 100%;
  max-width: 380px;
  height: auto;
}

.example-card__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  padding-top: 16px;
}

.example-card__link {
  margin-inline: auto;
}

.example-card__link.example-card__link--hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.example-card__link.example-card__link--hover:hover {
  opacity: 0.7;
}

.example-card__link.example-card__link--un-pointer {
  cursor: unset;
}

.pros {
  padding: 80px 0;
}

.pros__inner {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-inline: auto;
  padding: 0 150px;
}

.pros__concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  background-color: #fff;
  padding: clamp(10px, 4vw, 32px) clamp(0.313rem, -5.045rem + 11.16vw, 5rem);
  border-radius: 30px;
  gap: 64px;
}

.pros__concept .pros__concept-box {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-inline: auto;
}

.pros__concept .pros__concept-icon {
  width: 100%;
  max-width: 456px;
  height: auto;
}

.pros__points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
  margin-top: 65px;
}

.pors__point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.pros__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.pros__point-icon {
  width: 100%;
  max-width: 40px;
  height: auto;
}

.pros__point-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  height: auto;
}

.u-red {
  color: #F86522;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .fv__pc-image {
    top: 25%;
  }

  .fv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fv__form {
    margin-inline: auto;
  }

  .lg-none {
    display: none !important;
  }

  .lg-show {
    display: block !important;
  }

  .plan-tabs__tab-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 0 38px;
  }

  .plan-tabs__tab-group {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .plan-tabs__wrapper {
    -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;
    gap: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }

  .fv {
    margin-top: 60px;
    padding-top: 80px;
  }

  .fv__pc-image {
    top: 18%;
  }

  .fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }

  .fv__heading {
    font-size: 28px;
    line-height: 1.4;
  }

  .fv__sub {
    font-size: 18px;
  }

  .fv__description {
    line-height: 1.6;
  }

  .fv__description.fv__description--2 {
    padding-top: 16px;
  }

  .fv__form {
    max-height: unset;
  }

  .fv__form-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .inner {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-title__text {
    font-size: 24px;
  }

  .section-title__text.section-title__text--small-line-height {
    line-height: 1.5;
  }

  .section-title__text.section-title__text--large {
    line-height: 1.8;
  }

  .section-title__text > span {
    font-size: 36px;
  }

  .section-title__dots {
    padding-top: 10px;
  }

  .contact-button__box {
    padding: 10px 38px;
  }

  .contact-button__box.contact-button__box--wide2 {
    padding: 16px 54px;
  }

  .contact-button.contact-button--wide {
    font-size: 16px;
  }

  .md-none {
    display: none !important;
  }

  .md-show {
    display: block !important;
  }

  .header {
    height: 60px;
  }

  .header__inner {
    padding: 0 16px 0 16px;
  }

  .header__logo {
    max-width: 120px;
  }

  .header__link {
    font-size: 13px;
  }

  .company {
    padding: 40px 0;
  }

  .company__inner {
    padding: 0 38px;
  }

  .company__card-box {
    padding-top: 25px;
  }

  .plan {
    padding: 40px 0;
  }

  .plan-tabs__tab {
    width: auto;
    min-width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 14px;
    padding: 8px 16px;
    flex-shrink: 0;
  }

  .plan-tabs__content-group {
    padding: 0 16px;
  }

  .plan-tabs__section {
    margin-bottom: 35px;
  }

  .plan-tabs__text {
    font-size: 14px;
  }

  .plan-tabs__list {
    padding-left: 16px;
  }

  .plan-tabs__item {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .case {
    padding: 40px 0;
  }

  .case__inner {
    padding: 0 16px;
  }

  .case__card-box {
    padding-top: 30px;
  }

  .case-card-list__inner {
    row-gap: 32px;
  }

  .example {
    padding: 40px 0;
  }

  .example__inner {
    padding: 0 16px;
  }

  .example-card-box {
    padding-top: 30px;
  }

  .example-card-list__inner {
    row-gap: 40px;
  }

  .example-card__text {
    padding-top: 10px;
  }

  .pros {
    padding: 40px 0;
  }

  .pros__inner {
    padding: 0 16px;
  }

  .pros__concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 35px;
    border-radius: 8px;
  }

  .pros__concept .pros__concept-icon {
    max-width: 289px;
    margin-inline: auto;
  }

  .pros__points {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
}

@media screen and (max-width: 500px) {
  .fv {
    padding-bottom: 80px;
  }

  .fv__lefttop-image {
    max-width: 30px;
  }

  .fv__inner {
    padding: 0 20px;
  }

  .fv__button-box {
    padding-top: 253px;
    text-align: center;
  }

  .fv__form {
    margin-top: 0;
  }

  .fv__option {
    width: 96px;
    padding: 14px 16px;
  }

  .fv__option-box {
    gap: 10px;
  }

  .fv__icon {
    max-width: 30px;
  }

  .fv__label {
    font-size: 13px;
  }

  .sp2-none {
    display: none !important;
  }

  .sp2-show {
    display: block !important;
  }
}

@media screen and (max-width: 375px) {
  .sp-none {
    display: none !important;
  }

  .sp-show {
    display: block !important;
  }
}
/*# sourceMappingURL=style.css.map */