@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* * * * * * * * * * * * * * * *
  COMMON
* * * * * * * * * * * * * * * */
/* base */
/* * * * * * * * * * * * * * * *
  COMMON
* * * * * * * * * * * * * * * */
/* base */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.4666666667vw;
  }
  body.open {
    overflow: hidden;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity linear 0.2s;
}

p,
dt,
dd,
li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.contact-block .phone-num img {
  display: inline-block;
}

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

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

footer {
  padding: 40px 0;
}

footer .copy-right {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
  }
  footer .copy-right {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
}
.shindan-header {
  position: fixed;
  border-bottom: 1px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.9);
}
.shindan-header .wrapper {
  padding: 1em 0 0.5em;
}
@media screen and (max-width: 768px) {
  .shindan-header .wrapper {
    padding: inherit;
  }
}
.shindan-header .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .shindan-header .header {
    padding-bottom: 10px;
  }
}
.shindan-header .header .btn-contact {
  margin-right: 3em;
  font-size: 10px;
  font-weight: normal;
}
.shindan-header .header .btn-contact a {
  padding: 5px 3px 5px 27px;
}
.shindan-header .header .btn-contact a span {
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .shindan-header .header .btn-contact a {
    font-size: inherit;
  }
}
@media screen and (max-width: 768px) {
  .shindan-header .header .btn-contact {
    margin-right: 0;
    width: auto;
    padding-top: 12px;
  }
  .shindan-header .header .btn-contact a {
    width: 120px;
    background: none;
    color: #000;
    padding: 7px 10px 5px 27px;
  }
  .shindan-header .header .btn-contact a span {
    display: none;
  }
  .shindan-header .header .btn-contact a .mail {
    width: 15px;
    height: 12px;
    background-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .shindan-header .logo {
    max-width: inherit;
  }
}

.main {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 10.4vw;
  }
}

.page-entry .shindan-header, .page-selfcheck .shindan-header {
  position: relative;
}
.page-entry .shindan-header .wrapper, .page-selfcheck .shindan-header .wrapper {
  padding: 1em 0 1.2em;
}
.page-entry .shindan-header .wrapper .btn-contact, .page-selfcheck .shindan-header .wrapper .btn-contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-entry .shindan-header .wrapper, .page-selfcheck .shindan-header .wrapper {
    padding: inherit;
  }
  .page-entry .shindan-header .header, .page-selfcheck .shindan-header .header {
    padding-bottom: 14px;
  }
}
.page-entry .main, .page-selfcheck .main {
  margin-top: 0;
}

#shindan_entry,
#shindan-data {
  width: 100%;
  min-height: 100vh;
}
#shindan_entry #mv,
#shindan-data #mv {
  background: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #shindan_entry #mv,
  #shindan-data #mv {
    padding: 2em 0 3.5em;
  }
}
#shindan_entry #mv .mv-inner,
#shindan-data #mv .mv-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #shindan_entry #mv .mv-inner,
  #shindan-data #mv .mv-inner {
    flex-direction: column-reverse;
    gap: 3.5em;
    padding: 0 1em;
  }
}
#shindan_entry #mv .mv-content,
#shindan-data #mv .mv-content {
  width: 752px;
}
@media screen and (max-width: 768px) {
  #shindan_entry #mv .mv-content,
  #shindan-data #mv .mv-content {
    width: 86%;
  }
}
#shindan_entry #mv .mv-content .mv-lead,
#shindan-data #mv .mv-content .mv-lead {
  font-size: 22px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #shindan_entry #mv .mv-content .mv-lead,
  #shindan-data #mv .mv-content .mv-lead {
    font-size: 3.3333333333vw;
    margin-bottom: 4vw;
  }
}
#shindan_entry #mv .mv-content .mv-title,
#shindan-data #mv .mv-content .mv-title {
  margin-bottom: 0.8em;
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #shindan_entry #mv .mv-content .mv-title,
  #shindan-data #mv .mv-content .mv-title {
    font-size: 8vw;
    margin-bottom: 3.2vw;
  }
}
#shindan_entry #mv .mv-content .mv-line,
#shindan-data #mv .mv-content .mv-line {
  width: 32px;
  height: 7px;
  background: #1a44b3;
}
@media screen and (max-width: 768px) {
  #shindan_entry #mv .mv-content .mv-line,
  #shindan-data #mv .mv-content .mv-line {
    width: 4.2666666667vw;
    height: 0.9333333333vw;
    margin-left: 1.3333333333vw;
  }
}
#shindan_entry #mv .mv-content .mv-desc,
#shindan-data #mv .mv-content .mv-desc {
  margin-top: 2.5em;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #shindan_entry #mv .mv-content .mv-desc,
  #shindan-data #mv .mv-content .mv-desc {
    font-size: 3.3333333333vw;
    line-height: 1.7;
  }
}
#shindan_entry #mv .mv-image,
#shindan-data #mv .mv-image {
  width: 448px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #shindan_entry #mv .mv-image,
  #shindan-data #mv .mv-image {
    width: 100%;
  }
}
#shindan_entry #mv .mv-image img,
#shindan-data #mv .mv-image img {
  max-width: 100%;
  height: auto;
}
#shindan_entry #main-content,
#shindan-data #main-content {
  background: #f8f8f8;
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content,
  #shindan-data #main-content {
    padding: 4em 1.5em 3em;
  }
}
#shindan_entry #main-content .step-title,
#shindan-data #main-content .step-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content .step-title,
  #shindan-data #main-content .step-title {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
#shindan_entry #main-content .step-line,
#shindan-data #main-content .step-line {
  width: 32px;
  height: 7px;
  background: #1a44b3;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content .step-line,
  #shindan-data #main-content .step-line {
    width: 4.2666666667vw;
    height: 0.9333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
#shindan_entry #main-content .step-flow,
#shindan-data #main-content .step-flow {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content .step-flow,
  #shindan-data #main-content .step-flow {
    gap: 1em;
  }
}
#shindan_entry #main-content .step-flow .step,
#shindan-data #main-content .step-flow .step {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  font-size: 20px;
  font-weight: bold;
  background: #1a44b3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content .step-flow .step,
  #shindan-data #main-content .step-flow .step {
    flex: auto;
    height: 16vw;
    line-height: 1.2;
    text-align: center;
    font-size: 3.2vw;
  }
}
#shindan_entry #main-content .step-flow .step:not(:last-child)::after,
#shindan-data #main-content .step-flow .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -37px;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  /* ステップの高さの半分 */
  border-bottom: 38px solid transparent;
  /* ステップの高さの半分 */
  border-left: 38px solid;
  /* 色は親要素から継承 */
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content .step-flow .step:not(:last-child)::after,
  #shindan-data #main-content .step-flow .step:not(:last-child)::after {
    right: -6.4vw;
    border-top: 8vw solid transparent;
    /* ステップの高さの半分 */
    border-bottom: 8vw solid transparent;
    /* ステップの高さの半分 */
    border-left: 6.6666666667vw solid;
    /* 色は親要素から継承 */
  }
}
#shindan_entry #main-content .step-flow .step:not(:last-child)::before,
#shindan-data #main-content .step-flow .step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -57px;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  /* ステップの高さの半分 */
  border-bottom: 38px solid transparent;
  /* ステップの高さの半分 */
  border-left: 38px solid #f8f8f8;
  /* 色は親要素から継承 */
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content .step-flow .step:not(:last-child)::before,
  #shindan-data #main-content .step-flow .step:not(:last-child)::before {
    right: -9.7333333333vw;
    border-top: 8vw solid transparent;
    /* ステップの高さの半分 */
    border-bottom: 8vw solid transparent;
    /* ステップの高さの半分 */
    border-left: 6.6666666667vw solid #f8f8f8;
    /* 色は親要素から継承 */
  }
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content .step-flow .step.step-1,
  #shindan-data #main-content .step-flow .step.step-1 {
    width: 28%;
  }
}
#shindan_entry #main-content .step-flow .step.step-1:after,
#shindan-data #main-content .step-flow .step.step-1:after {
  border-left-color: #1a44b3;
}
#shindan_entry #main-content .step-flow .step.step-2,
#shindan-data #main-content .step-flow .step.step-2 {
  background: #679fe8;
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content .step-flow .step.step-2,
  #shindan-data #main-content .step-flow .step.step-2 {
    width: calc(36% - 1em);
  }
  #shindan_entry #main-content .step-flow .step.step-2 span,
  #shindan-data #main-content .step-flow .step.step-2 span {
    margin-left: 2em;
  }
}
#shindan_entry #main-content .step-flow .step.step-2:after,
#shindan-data #main-content .step-flow .step.step-2:after {
  border-left-color: #679fe8;
}
#shindan_entry #main-content .step-flow .step.step-3,
#shindan-data #main-content .step-flow .step.step-3 {
  background: #b2cef4;
}
@media screen and (max-width: 768px) {
  #shindan_entry #main-content .step-flow .step.step-3,
  #shindan-data #main-content .step-flow .step.step-3 {
    width: calc(36% - 1em);
  }
  #shindan_entry #main-content .step-flow .step.step-3 span,
  #shindan-data #main-content .step-flow .step.step-3 span {
    margin-left: 1em;
  }
}
#shindan_entry .faq,
#shindan-data .faq {
  padding: 0 0 110px;
}
@media screen and (max-width: 768px) {
  #shindan_entry .faq,
  #shindan-data .faq {
    padding: 0 1.8em 9.3333333333vw;
  }
}
#shindan_entry .faq .faq-title,
#shindan-data .faq .faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin: 1em 0 1.5em;
}
@media screen and (max-width: 768px) {
  #shindan_entry .faq .faq-title,
  #shindan-data .faq .faq-title {
    font-size: 4.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
#shindan_entry .faq .faq-inner,
#shindan-data .faq .faq-inner {
  background: #fff;
  max-width: 860px;
  padding: 40px 80px;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #shindan_entry .faq .faq-inner,
  #shindan-data .faq .faq-inner {
    padding: 2em;
    border-radius: 2.6666666667vw;
  }
}
#shindan_entry .faq .faq-content .faq-item,
#shindan-data .faq .faq-content .faq-item {
  margin-bottom: 1.3em;
}
@media screen and (max-width: 768px) {
  #shindan_entry .faq .faq-content .faq-item,
  #shindan-data .faq .faq-content .faq-item {
    margin-bottom: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
#shindan_entry .faq .faq-content .faq-item .faq-q,
#shindan-data .faq .faq-content .faq-item .faq-q {
  font-size: 20px;
  font-weight: bold;
}
#shindan_entry .faq .faq-content .faq-item .faq-q span,
#shindan-data .faq .faq-content .faq-item .faq-q span {
  margin-right: 0.6em;
  font-size: 1.1em;
  color: #679fe8;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #shindan_entry .faq .faq-content .faq-item .faq-q,
  #shindan-data .faq .faq-content .faq-item .faq-q {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
    text-indent: -2em;
    margin-left: 2em;
    line-height: 1.4;
  }
}
#shindan_entry .faq .faq-content .faq-item .faq-a,
#shindan-data .faq .faq-content .faq-item .faq-a {
  margin-left: 2.8em;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #shindan_entry .faq .faq-content .faq-item .faq-a,
  #shindan-data .faq .faq-content .faq-item .faq-a {
    margin-left: 2.3em;
    font-size: 3.3333333333vw;
    line-height: 1.5;
  }
}
#shindan_entry #entry-form,
#shindan-data #entry-form {
  background: #fff;
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  #shindan_entry #entry-form,
  #shindan-data #entry-form {
    padding: 16vw 0;
  }
}
#shindan_entry #entry-form .form-title,
#shindan-data #entry-form .form-title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #shindan_entry #entry-form .form-title,
  #shindan-data #entry-form .form-title {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
#shindan_entry #entry-form .form-line,
#shindan-data #entry-form .form-line {
  width: 32px;
  height: 7px;
  background: #1a44b3;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  #shindan_entry #entry-form .form-line,
  #shindan-data #entry-form .form-line {
    width: 4.2666666667vw;
    height: 0.9333333333vw;
    margin-bottom: 6.4vw;
  }
}
#shindan_entry #entry-form .form-content,
#shindan-data #entry-form .form-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0px 80px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #shindan_entry #entry-form .form-content,
  #shindan-data #entry-form .form-content {
    padding: 1em;
  }
}
#shindan_entry #entry-form .form-content .notice,
#shindan-data #entry-form .form-content .notice {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #shindan_entry #entry-form .form-content .notice,
  #shindan-data #entry-form .form-content .notice {
    width: 90%;
    margin: 0 auto 1.5em;
    font-size: 3.4666666667vw;
  }
}

#shindan-data .gradient-bg {
  background: #2644AD;
}
#shindan-data .card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#shindan-data .question-card {
  border-left: 4px solid #667eea;
}
#shindan-data .screening-card {
  border-left: 4px solid #f59e0b;
}
#shindan-data .progress-bar {
  transition: width 0.3s ease;
}
#shindan-data .category-checkbox {
  display: none;
}
#shindan-data .category-checkbox:checked ~ div .checkbox-icon i:before {
  content: "\f14a";
}
#shindan-data .category-checkbox:not(:checked) ~ div .checkbox-icon i:before {
  content: "\f0c8";
}
#shindan-data .category-checkbox:not(:checked) ~ div .checkbox-icon {
  color: #E5E7EB !important;
}
#shindan-data .category-checkbox:checked ~ div {
  background-color: #EBF8FF;
}
#shindan-data .category-checkbox-container:has(input:checked) {
  border-color: #3182CE !important;
  background-color: #EBF8FF !important;
}
#shindan-data .radio-custom {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
#shindan-data .radio-custom:checked {
  border-color: #667eea;
  background-color: #667eea;
}
#shindan-data .radio-custom:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
}
#shindan-data .genspark-notice-dialog {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  align-items: center;
  justify-content: center;
}
#shindan-data .genspark-notice-content {
  background-color: white;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  box-sizing: border-box;
  padding: 10px 30px 30px 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
#shindan-data .genspark-notice-title {
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
#shindan-data .genspark-notice-list {
  margin: 24px 0;
  color: #606366;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 12px;
}
#shindan-data .genspark-notice-list li {
  margin-bottom: 12px;
  list-style-type: disc;
}
#shindan-data .genspark-notice-list li a {
  color: #606366;
  text-decoration: underline;
}
#shindan-data .genspark-notice-checkbox {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  color: #232425;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#shindan-data .genspark-notice-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#shindan-data .genspark-notice-ok {
  color: #232425;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
  display: flex;
  height: 40px;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
}
#shindan-data h2, #shindan-data h3, #shindan-data h4 {
  text-align: left;
}
#shindan-data h2 span {
  margin: inherit;
  display: inline;
  font-size: inherit;
  text-align: left;
}
#shindan-data a.text-white {
  color: #fff;
}
#shindan-data .container {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #shindan-data #screeningQuestions .flex .text-sm.text-gray-700 {
    width: calc(100% - 20px - 0.75em);
  }
}
#shindan-data #screeningSection .radio-custom:checked {
  border-color: #f59e0b;
  background-color: #f59e0b;
}

.page-app_data_assessment {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  .page-app_data_assessment {
    min-width: inherit;
  }
}

#service_lp {
  width: 100%;
  transition: transform 0.3s ease;
}
#service_lp .hero-section {
  background: #1a44b3;
  padding: 36px 0;
}
@media screen and (max-width: 768px) {
  #service_lp .hero-section {
    padding: 8vw 0 9.3333333333vw;
    min-height: auto;
  }
}
#service_lp .hero-section .hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #service_lp .hero-section .hero-inner {
    padding: 0 10.6666666667vw;
  }
}
#service_lp .hero-section .hero-content {
  display: flex;
  align-items: center;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  #service_lp .hero-section .hero-content {
    flex-direction: column-reverse;
    gap: 8vw;
  }
}
#service_lp .hero-section .hero-text {
  width: 61%;
  max-width: 730px;
}
@media screen and (max-width: 768px) {
  #service_lp .hero-section .hero-text {
    width: 100%;
  }
}
#service_lp .hero-section .hero-text .hero-title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #service_lp .hero-section .hero-text .hero-title {
    font-size: 8vw;
    margin-bottom: 3.7333333333vw;
  }
}
#service_lp .hero-section .hero-text .hero-subtitle {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #service_lp .hero-section .hero-text .hero-subtitle {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
#service_lp .hero-section .hero-text .hero-description {
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #service_lp .hero-section .hero-text .hero-description {
    font-size: 3.2vw;
    line-height: 1.7;
  }
}
#service_lp .hero-section .hero-image {
  width: 29%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service_lp .hero-section .hero-image {
    width: 100%;
    text-align: center;
  }
}
#service_lp .hero-section .hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #service_lp .hero-section .hero-image img {
    width: 80%;
    max-width: 64vw;
    display: inline-block;
  }
}
#service_lp .support-contents {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents {
    padding: 6vw 0 9.3333333333vw;
  }
}
#service_lp .support-contents .support-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-inner {
    padding: 0 12vw;
  }
}
#service_lp .support-contents .support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
#service_lp .support-contents .support-card {
  background: #fff;
  border: 6px solid #b2cef4;
  padding: 40px 53px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-card {
    border-width: 3px;
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
#service_lp .support-contents .num-badge {
  position: absolute;
  top: -18px;
  left: -18px;
  background: #1a44b3;
  color: #fff;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 44px;
  box-shadow: 8px 8px 0 0 #b2cef4;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .num-badge {
    width: 9.6666666667vw;
    height: 9.6666666667vw;
    font-size: 5.3333333333vw;
    top: -2.6666666667vw;
    left: -2.6666666667vw;
    box-shadow: 1.0666666667vw 1.0666666667vw 0 0 #b2cef4;
  }
}
#service_lp .support-contents .support-icon {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 256px;
  width: 442px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-icon {
    margin: 12vw auto;
    height: auto;
    zoom: 0.5;
  }
}
#service_lp .support-contents .support-icon img {
  align-self: center;
}
#service_lp .support-contents .support-card-2 .support-icon img {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-card-2 .support-icon img {
    margin-left: 14.6666666667vw;
  }
}
#service_lp .support-contents .support-card-title {
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-card-title {
    font-size: 4.6666666667vw;
  }
}
#service_lp .support-contents .support-card-description {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-card-description {
    margin-bottom: 4.8vw;
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
#service_lp .support-contents .check-panel {
  height: 175px;
  background: #f6faff;
  padding: 1.5em 2em;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .check-panel {
    height: auto;
    padding: 3.7333333333vw 4.2666666667vw;
    margin-top: 0;
  }
}
#service_lp .support-contents .support-card-3 .check-panel {
  height: 143px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-card-3 .check-panel {
    height: auto;
  }
}
#service_lp .support-contents .support-card-4 .check-panel {
  margin-top: 56px;
  height: 143px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-card-4 .check-panel {
    margin-top: 0;
    height: auto;
  }
}
#service_lp .support-contents .support-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-checklist li {
    gap: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
#service_lp .support-contents .support-checklist li img {
  width: 17px;
  height: 12px;
  flex-shrink: 0;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-contents .support-checklist li img {
    width: 2.9333333333vw;
    height: 2.1333333333vw;
    margin-top: 1.3333333333vw;
  }
}
#service_lp .support-differences {
  background: #f6faff;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences {
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
#service_lp .support-differences .support-differences-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .support-differences-inner {
    padding: 0 12vw;
  }
}
#service_lp .support-differences .support-differences-title {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .support-differences-title {
    font-size: 5.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
#service_lp .support-differences .support-differences-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 7px;
  background: #1a44b3;
  margin: 35px auto 40px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .support-differences-title::after {
    width: 4.2666666667vw;
    height: 0.9333333333vw;
    margin: 6vw auto 6.6666666667vw;
  }
}
#service_lp .support-differences .support-cards-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 120px auto 100px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .support-cards-row {
    flex-wrap: wrap;
    gap: 8vw 2.6666666667vw;
    margin: 9.3333333333vw auto 8vw;
  }
}
#service_lp .support-differences .support-card {
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
  width: 270px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .support-card {
    width: calc(50% - 1.3333333333vw);
    padding: 5.3333333333vw 5.3333333333vw 4vw;
    border-radius: 2.6666666667vw;
  }
}
#service_lp .support-differences .support-card .num-badge {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  background: #1a44b3;
  color: #fff;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 33px;
  box-shadow: 6px 6px 0 0 #b2cef4;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .support-card .num-badge {
    width: 7.2vw;
    height: 7.2vw;
    font-size: 4.2666666667vw;
    top: -4vw;
    left: -0.8vw;
    box-shadow: 0.8vw 0.8vw 0 0 #b2cef4;
  }
}
#service_lp .support-differences .support-card .card-title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 0.8em 0 1.2em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .support-card .card-title {
    font-size: 3.2vw;
  }
}
#service_lp .support-differences .support-card .card-description {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .support-card .card-description {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
#service_lp .support-differences .gcp-panel {
  max-width: 980px;
  padding: 60px 80px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #b2cef4;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel {
    padding: 8vw 7.3333333333vw 7.3333333333vw;
    border-radius: 4vw;
    border-width: 2px;
  }
}
#service_lp .support-differences .gcp-panel .gcp-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-content {
    position: relative;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#service_lp .support-differences .gcp-panel .gcp-text-section {
  flex: 1;
}
#service_lp .support-differences .gcp-panel .gcp-text-section .gcp-main-title {
  margin-bottom: 6px;
  text-align: left;
  font-size: 35px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-text-section .gcp-main-title {
    margin-bottom: 1.6vw;
    text-align: center;
    font-size: 4.6666666667vw;
  }
}
#service_lp .support-differences .gcp-panel .gcp-text-section .gcp-subtitle {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #679fe8;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-text-section .gcp-subtitle {
    margin-bottom: 4.2666666667vw;
    font-size: 2.9333333333vw;
    text-align: center;
  }
}
#service_lp .support-differences .gcp-panel .gcp-text-section .gcp-description {
  font-size: 18px;
  line-height: 1.6;
  margin: 2em auto 1.5em;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-text-section .gcp-description {
    font-size: 3.2vw;
    line-height: 1.7;
    margin-top: 40vw;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.05em;
  }
}
#service_lp .support-differences .gcp-panel .gcp-logo-section {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-logo-section {
    position: absolute;
    top: 20vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}
#service_lp .support-differences .gcp-panel .gcp-logo-section .gcp-logo {
  width: auto;
  height: auto;
  margin-left: 45px;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-logo-section .gcp-logo {
    width: 42.6666666667vw;
    margin-left: 0;
  }
}
#service_lp .support-differences .gcp-panel .gcp-features {
  margin-top: 1em;
  padding: 1.2em;
  background: #f6faff;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-features {
    padding: 1.2em 1.5em;
  }
}
#service_lp .support-differences .gcp-panel .gcp-features .feature-column {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px 0;
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-features .feature-column {
    flex-direction: column;
    gap: 1.3333333333vw;
  }
}
#service_lp .support-differences .gcp-panel .gcp-features .feature-column .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-features .feature-column .feature-item {
    width: 100%;
    gap: 2.1333333333vw;
  }
}
#service_lp .support-differences .gcp-panel .gcp-features .feature-column .feature-item img {
  width: 14px;
  height: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-features .feature-column .feature-item img {
    width: 2.6666666667vw;
    height: 1.8666666667vw;
  }
}
#service_lp .support-differences .gcp-panel .gcp-features .feature-column .feature-item span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #service_lp .support-differences .gcp-panel .gcp-features .feature-column .feature-item span {
    font-size: 3.2vw;
  }
}
#service_lp .why-choose {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #service_lp .why-choose {
    padding: 13.3333333333vw 0;
  }
}
#service_lp .why-choose .why-choose-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #service_lp .why-choose .why-choose-inner {
    padding: 0 6.6666666667vw;
  }
}
#service_lp .why-choose .why-choose-title {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  #service_lp .why-choose .why-choose-title {
    font-size: 4.6666666667vw;
    margin-bottom: 3.2vw;
  }
}
#service_lp .why-choose .why-choose-subtitle {
  margin-bottom: 90px;
  font-size: 22px;
  font-weight: bold;
  color: #679fe8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service_lp .why-choose .why-choose-subtitle {
    font-size: 3.2vw;
    margin-bottom: 10.6666666667vw;
  }
}
#service_lp .why-choose .features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #service_lp .why-choose .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
}
#service_lp .why-choose .feature-card {
  text-align: center;
}
#service_lp .why-choose .feature-card .feature-icon {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  #service_lp .why-choose .feature-card .feature-icon {
    margin-bottom: 4.2666666667vw;
  }
}
#service_lp .why-choose .feature-card .feature-icon .feature-icon-img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service_lp .why-choose .feature-card .feature-icon .feature-icon-img {
    max-width: 14.6666666667vw;
  }
}
#service_lp .why-choose .feature-card .feature-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 0.8em 0;
}
@media screen and (max-width: 768px) {
  #service_lp .why-choose .feature-card .feature-title {
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
  }
}
#service_lp .why-choose .feature-card .feature-description {
  width: 12em;
  margin: 0.8em auto;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #service_lp .why-choose .feature-card .feature-description {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}

#appshindan_contact .inner {
  margin: 0 auto;
  max-width: 1200px;
}
#appshindan_contact .breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #appshindan_contact .breadcrumbs {
    font-size: 10px;
  }
}
#appshindan_contact .breadcrumbs em {
  font-weight: bold;
}
#appshindan_contact .breadcrumbs li {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #appshindan_contact .breadcrumbs li {
    max-width: 16em;
  }
}
#appshindan_contact #form {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appshindan_contact #form {
    padding: 10.6666666667vw 0;
  }
}
#appshindan_contact #form .tit {
  color: #000;
  font-size: 35px;
}
#appshindan_contact #form .tit .subtit {
  margin-bottom: 10px;
  font-size: 24px;
  color: #679fe8;
}
@media screen and (max-width: 768px) {
  #appshindan_contact #form .tit {
    font-size: 5.0666666667vw;
  }
  #appshindan_contact #form .tit .subtit {
    font-size: 4.2666666667vw;
  }
}
#appshindan_contact #form .form-cont {
  max-width: 800px;
  margin: 90px auto;
}
@media screen and (max-width: 768px) {
  #appshindan_contact #form .form-cont {
    margin: 10.6666666667vw auto;
    padding: 0 5.3333333333vw;
  }
}
#appshindan_contact #form .notice {
  margin-bottom: 7em;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appshindan_contact #form .notice {
    font-size: 3.7333333333vw;
  }
}

/*# sourceMappingURL=shindan.css.map */
