/* ========================================
   Base Styles
   ======================================== */
html {
  font-size: 6.5104166667vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13.0208333333vw;
  }
}

:root {
  --spacing: 0.1em;
  scroll-behavior: smooth;
  
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
  letter-spacing: var(--spacing);
}
*::before, *::after {
  box-sizing: border-box;
  letter-spacing: var(--spacing);
}

img, video {
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
}

body.diagnosis-2512 {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-size: 0.24rem;
  line-height: 1.6;
  color: #3B3B3B;
  background-color: #0E9DE7;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.diagnosis-2512 .main-container {
  max-width: 750px ;
  width: 100% ;
  margin: 0 auto;
  background-color: #fff 
}
@media screen and (max-width: 768px) {
  body.diagnosis-2512 {
    font-size: 0.28rem;
  }
}

small {
  font-weight: normal;
}

strong {
  font-weight: bolder;
}

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

/* ========================================
   Section Spacing (共通設定)
   ======================================== */
.hero-section,
.testimonial-section,
.support-section,
.cost-comparison-section,
.stats-section,
.career-support-section,
.form-section {
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
   Hero Section
   ======================================== */
.hero-section {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.hero-section_images {
  display: flex;
  flex-direction: column;
}
.hero-section_cta {
  margin: clamp( 20px, calc( 10px + 2.5vw ), 40px ) auto;
  width: 90%;
  text-align: center;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
}
.hero-section_cta_btn {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* SVG画像の角丸に合わせる（画像の高さの約15-20%程度） */
  border-radius: 100px;
}
.hero-section_cta_btn img {
  width: 100%;
  height: auto;
  display: block;
}

/* キラッと光るアニメーション (.shine-button) */
.shine-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
  overflow: hidden;
  /* SVG画像の形状に合わせるためにマスクを使用 */
  mask-image: url("../images/diagnosis_2512_01/CTA-buttonVer3.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-mode: alpha;
  -webkit-mask-image: url("../images/diagnosis_2512_01/CTA-buttonVer3.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-mode: alpha;
}
.shine-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent 20%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 80%
  );
  transform: skewX(-25deg);
  animation: shineEffect 2.5s ease-in-out infinite;
}
@keyframes shineEffect {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 200%;
  }
}

/* ========================================
   Testimonial Section
   ======================================== */
.testimonial-section {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-top: clamp(24px, 5vw, 48px);
  margin-bottom: 0;
  background: rgba(228, 253, 255, 0.4);
  border-radius: clamp(12px, 2.5vw, 20px);
}
.testimonial-section .analy-sec04 {
  overflow: hidden;
  background: #F4FEFF;
  padding-bottom: 0.88rem;
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
}
/* 白い円の背景を削除 */
.testimonial-section .analy-sec04_voice {
  filter: drop-shadow(0.04rem 0.04rem 0.04rem rgba(125, 125, 125, 0.24));
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial-section .analy-sec04_voice_header {
  background: #17AEE5;
  color: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
  display: grid;
  grid-template-columns: 1.52rem auto;
  grid-template-areas: "pic h3" "pic p" "pic dl";
  gap: 0 0.4rem;
  align-items: center;
  padding: 0.24rem 0.4rem;
  font-weight: bold;
  font-size: 0.28rem;
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
}
.testimonial-section .analy-sec04_voice_header picture {
  grid-area: pic;
}
.testimonial-section .analy-sec04_voice_header picture img {
  height: 1.52rem;
  border-radius: 50%;
  object-fit: cover;
  width: 1.52rem;
}
.testimonial-section .analy-sec04_voice_header h3 {
  grid-area: h3;
  font-size: 100%;
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: bold;
}
.testimonial-section .analy-sec04_voice_header h3 .span1 {
  font-size: 128%;
  margin-left: 0.04rem;
}
.testimonial-section .analy-sec04_voice_header p {
  grid-area: p;
  font-weight: bold;
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
}
.testimonial-section .analy-sec04_voice_header dl {
  grid-area: dl;
  font-size: 72%;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin-top: 0.08rem;
}
.testimonial-section .analy-sec04_voice_header dt {
  border: 1px solid;
  padding: 0 0.08rem 0.008rem;
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: bold;
}
.testimonial-section .analy-sec04_voice_header dd {
  font-size: 112%;
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: bold;
}
.testimonial-section .analy-sec04_voice_content {
  flex: auto;
  background: #fff;
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 0.4rem 0.24rem;
}
.testimonial-section .analy-sec04_voice_content picture {
  margin-top: 0.24rem;
}
.testimonial-section .analy-sec04_voice_content picture img {
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
}
.testimonial-section .analy-sec04_voice_content h4,
.testimonial-section .analy-sec04_voice_content p {
  padding: 0 0.16rem;
  margin-top: 0.125rem;
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
}
.testimonial-section .analy-sec04_voice_content h4 {
  font-size: 0.3rem;
  color: #1398BF;
  line-height: 1.52;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .testimonial-section .analy-sec04_voice_content h4 {
    font-size: 0.33rem;
  }
}
.testimonial-section .analy-sec04_voice_content p {
  font-size: 0.28rem;
  line-height: 1.6;
  color: #3B3B3B;
}
.testimonial-section .analy-sec04_swiper {
  margin-top: 0.16rem;
}
.testimonial-section .analy-sec04_swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.06, 0.43, 0.17, 1);
}
.testimonial-section .analy-sec04_swiper .swiper-slide {
  height: auto;
  width: 7.04rem;
  padding: 0.4rem 0.48rem;
}
@media screen and (max-width: 768px) {
  .testimonial-section .analy-sec04_swiper .swiper-slide {
    width: 100%;
    padding: 0.32rem 0.768rem;
  }
}
.testimonial-section .analy-sec04_swiper .swiper-button-prev,
.testimonial-section .analy-sec04_swiper .swiper-button-next {
  background: #17AEE5 url("../images/diagnosis_2512_01/icon_analy-arrow_2.svg") no-repeat center/66%;
  width: 0.66rem;
  height: 0.66rem;
  margin-top: 0;
  top: 50%;
  border-radius: 50%;
  box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.24);
}
.testimonial-section .analy-sec04_swiper .swiper-button-prev::after,
.testimonial-section .analy-sec04_swiper .swiper-button-next::after {
  display: none;
}
.testimonial-section .analy-sec04_swiper .swiper-button-prev {
  left: 0.16rem;
  transform: scaleX(-1) translateY(-50%);
}
.testimonial-section .analy-sec04_swiper .swiper-button-next {
  right: 0.16rem;
  transform: translateY(-50%);
}
.testimonial-section .analy-sec04 .swiper-pagination {
  position: static;
  line-height: 0;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .testimonial-section .analy-sec04 .swiper-pagination {
    margin: 0;
  }
}
.testimonial-section .analy-sec04 .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #D9D9D9;
  margin: 0 0.08rem !important;
  opacity: 1;
}
.testimonial-section .analy-sec04 .swiper-pagination-bullet-active {
  background: #1398BF;
}
.testimonial-section_title {
  text-align: center;
  padding-top: clamp(8px, 2vw, 16px);
  margin-bottom: clamp(16px, 3vw, 32px);
}
.testimonial-section_title_row1 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: clamp(4px, 1vw, 8px);
  margin-bottom: clamp(8px, 2vw, 16px);
}
.testimonial-section_title_main {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: bold;
  font-size: clamp(22px, 5.5vw, 38px);
  line-height: 1.2;
  color: #17aee5;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
.testimonial-section_title_main span:first-child {
  font-size: 1em;
}
.testimonial-section_title_main span:last-child {
  font-size: 0.85em;
}
.testimonial-section_title_main::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 110%;
  height: clamp(10px, 2.5vw, 20px);
  background: #fff714;
  z-index: -1;
}
.testimonial-section_title_sub {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 4.5vw, 32px);
  line-height: 1.4;
  color: #17aee5;
  letter-spacing: 0.04em;
  display: inline-block;
}
.testimonial-section_title_badge {
  background: #ff9430;
  color: white;
  padding: clamp(4px, 1vw, 8px) clamp(24px, 6vw, 48px);
  border-radius: clamp(6px, 1.5vw, 12px);
  display: inline-block;
  margin-top: 0;
}
.testimonial-section_title_badge span {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 6vw, 42px);
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* ========================================
   Support Section
   ======================================== */
.support-section {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-top: clamp(24px, 5vw, 48px);
  margin-bottom: 0;
  padding: 0 clamp(12px, 3vw, 24px);
}
.support-section_title_bg {
  background: #007aac;
  padding: clamp(4px, 1vw, 8px) clamp(16px, 4vw, 32px);
  text-align: center;
  margin-bottom: clamp(12px, 2.5vw, 20px);
}
.support-section_title_bg p {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: bold;
  font-size: 0.36rem;
  color: #fff714;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .support-section_title_bg p {
    font-size: calc(0.36rem * 0.94);
    letter-spacing: 0.01em;
  }
}
.support-section_title h2 {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: bold;
  font-size: 0.44rem;
  line-height: 1.3;
  color: #4b4b4b;
  text-align: center;
  letter-spacing: 0.022rem;
}

/* ========================================
   Cost Comparison Section
   ======================================== */
.cost-comparison-section {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-top: clamp(24px, 5vw, 48px);
  margin-bottom: 0;
  padding: 0 clamp(12px, 3vw, 24px);
}

/* ========================================
   Stats Section
   ======================================== */
.stats-section {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-top: clamp(24px, 5vw, 48px);
  margin-bottom: 0;
  padding: 0 clamp(12px, 3vw, 24px);
}

/* ========================================
   Career Support Section
   ======================================== */
.career-support-section {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-top: clamp(24px, 5vw, 48px);
  margin-bottom: 0;
  padding: 0 clamp(12px, 3vw, 24px);
}
.career-support-section_title {
  text-align: center;
  margin-bottom: clamp(16px, 3vw, 32px);
}
.career-support-section_title h2 {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 1.3;
  letter-spacing: 0.02rem;
}
.career-support-section_title h2 span {
  display: block;
}
.career-support-section_title h2 span:first-child {
  color: #272b2e;
}
.career-support-section_title h2 span:last-child {
  color: #d9a525;
}
.career-support-section_image {
  margin-bottom: clamp(16px, 3vw, 32px);
  border-radius: clamp(8px, 2vw, 16px);
  overflow: hidden;
}
.career-support-section_image img {
  width: 100%;
  height: auto;
}
.career-support-section_text {
  text-align: center;
}
.career-support-section_text p {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-size: 0.28rem;
  line-height: 1.6;
  color: #3b3b3b;
  letter-spacing: 0.028rem;
  margin-bottom: 0.2rem;
}
.career-support-section_text p:last-child {
  margin-bottom: 0;
}

/* ========================================
   Form Section
   ======================================== */
.form-section {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-top: clamp(32px, 6vw, 56px);
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
}
.form-section_title {
  width: 100%;
}
.form-section_title img {
  width: 100%;
  height: auto;
  display: block;
}
.form-section_wrapper {
  margin: 0 auto;
  padding-top: clamp(24px, 5vw, 48px);
  width: 85%;
  max-width: 700px;
}
.form-section figure.wp-block-table {
  display: flex;
  justify-content: center;
}
.form-section ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.form-section li {
  margin-bottom: clamp(32px, calc(16px + 4vw), 64px);
}
.form-section li:last-child {
  margin-bottom: 0;
}
.form-section .myform_title {
  display: flex;
  gap: clamp(8px, calc(4px + 1vw), 16px);
  align-items: center;
  margin-bottom: clamp( 10px, calc( 5px + 1.25vw ), 20px );
}
.form-section .required {
  color: #fff;
  background: #E42058;
  padding: clamp(2px, calc(1px + 0.25vw), 4px) clamp(4px, calc(2px + 0.5vw), 8px);
  border-radius: clamp(4px, calc(2px + 0.5vw), 8px);
  font-weight: 600;
  font-size: clamp(12px, calc(10px + 0.5vw), 16px);
}
.form-section .myform_title h3 {
  font-weight: bold;
  font-size: clamp(16px, calc(12px + 1vw), 24px);
}

.form-section .myform_gradation h3 {
  display: inline-block;
  background: linear-gradient(to right, #F90D76, #FF6902);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0 auto;
}


.form-section .myform_checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: clamp(35px, calc(17.5px + 4.375vw), 70px);
  gap: clamp(8px, calc(4px + 1vw), 16px);
}
@media screen and (max-width: 768px) {
  .form-section .myform_checkbox {
    display: flex;
    flex-direction: column;
  }
}
.form-section .mwform-checkbox-field-text {
  font-size: clamp(14px, calc(11px + 0.75vw), 20px);
}
.form-section .myform_checkbox select,
.form-section .form-full input[type=text] {
  color: #565656;
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  padding: .3em;
  transition: .3s;
  letter-spacing: 1px;
  border: 1px solid #565656;
  border-radius: clamp(4px, calc(2px + 0.5vw), 8px);
}
.form-section .form-half input[type=text] {
  color: #565656;
  box-sizing: border-box;
  height: 44px;
  width: calc(50% - clamp(8px, calc(4px + 1vw), 16px));
  padding: .3em;
  transition: .3s;
  letter-spacing: 1px;
  border: 1px solid #565656;
  border-radius: clamp(4px, calc(2px + 0.5vw), 8px);
}
.form-section .form-half {
  flex-direction: row;
  gap: clamp(8px, calc(4px + 1vw), 16px);
}
.form-section .myform_submit {
  width: 100%;
  margin: clamp(64px, calc(32px + 8vw), 128px) auto;
}
.form-section .submit-button {
  position: relative;
  width: 100%;
  font-size: clamp(16px, calc(12px + 1vw), 24px);
  padding: clamp(16px, calc(8px + 2vw), 32px) 0;
  background: linear-gradient(to right, #F90D76, #FF6902);
  color: #fff;
  border-radius: clamp(4px, calc(2px + 0.5vw), 8px);
  border: none;
  cursor: pointer;
  transition: .3s;
}
.form-section .submit-button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.form-section .submit-button:hover {
  opacity: .7;
}
.form-section span.error {
  color: #E42058;
  font-size: clamp(12px, calc(10px + 0.5vw), 16px);
  font-weight: bold;
}
.form-section .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/* ========================================
   Footer Section
   ======================================== */
.footer-section {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: clamp(32px, 6vw, 56px) auto 0;
  background: #4b4b4b;
  text-align: center;
}

.footer-section_image img {
  width: 100%;
  height: auto;
}
.footer-section_copy {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  font-size: clamp(10px, calc(8px + 0.5vw), 14px);
  color: white;
  margin: 0;
  padding: clamp(8px, 2.5vw, 20px) 0;
}

/* ========================================
   Utility Classes
   ======================================== */
.non-show {
  display: none;
}
