@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&display=swap');
/* ============ =============== */
.sp-icon-vt {
  display: none;
}
@media (max-width: 766px) {
  .sp-icon-vt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-icon-vt img {
    width: 25px;
    height: auto;
  }
  .footer-btn-vertical-01 {
    padding: 0 !important;
    position: fixed;
    right: 0;
    bottom: 100px;
  }
  .footer-btn-vertical-01 .btn-vertical-01__inner {
    display: none;
  }
  .footer-btn-vertical-01 .btn-vertical-01 {
    width: 40px;
    height: 40px;
    border-radius: 4px 0 0 4px;
    padding: 6px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-btn-vertical-01 .list-btn-vertical-01 {
    flex-direction: column;
  }
}
.footer-popup-sp,
.footer-popup-pc {
  display: none !important;
}
.footer .footer-popup-pc {
  display: none !important;
}
.hero-container,
.support-container,
.strategy-container,
.statistics-container,
.reasons-container,
.analysis-container {
  max-width: 390px;
  margin: 0 auto;
  padding: 0 26px;
}
@media (min-width: 767px) {
  .hero-container,
  .support-container,
  .strategy-container,
  .statistics-container,
  .reasons-container,
  .analysis-container {
    max-width: 1252px;
  }
}
.top-bars {
  background-image: url(../common/svg/ttl_cmn_01.svg);
  background-repeat: no-repeat;
  background-size: 71px 4px;
  background-position: top center;
  padding-top: 20px;
}
.contents {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: normal;
  padding-bottom: 0;
  color: #000;
}
/* =================== Hero Section =================== */
.hero {
  background-color: #d9d9d9;
  padding: 42px 0;
}
.hero-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: normal;
  color: white;
}
.hero-tags {
  display: flex;
  gap: 10px;
}
.hero-tag {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.57;
  padding: 3px 10px;
  border-radius: 30px;
  background: #eee;
  text-align: center;
}
.hero-description {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.hero-cta {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  border: 4px solid #50BCB4;
  background: #50BCB4;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 7px 25px 6px;
  text-align: center;
  margin-top: 20px;
}
/* Desktop Styles */
@media (min-width: 767px) {
  .hero {
    padding: 81px 0 53px;
  }
  .hero-header {
    align-items: flex-end;
    gap: 18px;
  }
  .hero-title {
    font-size: 2.375rem;
  }
  .hero-description {
    font-size: 1.625rem;
    margin-top: 6px;
  }
  .hero-tag {
    font-size: 1.25rem;
    line-height: 1.8;
    padding: 3px 20px;
  }
  .hero-cta {
    font-size: 1.25rem;
    padding: 16px 48px 17px;
  }
}
/* ================== Support Section ================= */
.support-section {
  line-height: normal;
  color: #000;
  margin-top: 50px;
}
.support-header {
  text-align: center;
}
.support-header h1 {
  text-align: center;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
}
.support-header p {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  margin-top: 14px;
}
.support-steps {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 25px;
}
.support-steps .step:last-child:after {
  content: url('./images/polygon-8.svg');
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 68px;
  height: 23px;
  margin-top: 58px;
}
.step {
  text-align: center;
}
.step h2 {
  font-size: 1.125rem;
  line-height: 1.3;
  padding: 15px 14px;
  border: 2px solid #50bcb4;
  background: #f7ffff;
}
.step:nth-child(2) h2 {
  padding: 15px 9px;
}
.step h3 {
  font-size: 1.125rem;
  margin-top: 11px;
}
.step p {
  font-size: 1rem;
  text-align: left;
  margin-top: 10px;
}
.step-image {
  width: 105px;
  height: auto;
  margin-top: 20px;
}
/* Desktop Styles */
@media (min-width: 767px) {
  .support-section {
    margin-top: 80px;
  }
  .support-header h1 {
    font-size: 2.375rem;
  }
  .support-header p {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 35px;
  }
  .support-steps {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    gap: 30px;
  }
  .step {
    flex: 1;
    position: relative;
    padding-bottom: 45px;
  }
  .step h2 {
    font-size: 1.25rem;
  }
  .step p {
    margin-top: 24px;
  }
  .support-steps .step:after {
    content: url(./images/polygon-8.svg);
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 68px;
    height: 23px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ====== Support Details ===== */
.support-details {
  display: flex;
  flex-direction: column;
  gap: 78px;
  margin-top: 78px;
}
.details-item {
  border: 2px solid #50bcb4;
  padding: 20px 20px 30px;
}
.details-item__header {
  padding-bottom: 26px;
  border-bottom: 1px solid #50bcb4;
}
.details-item__tag {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  max-width: fit-content;
  color: #fff;
  border-radius: 5px;
  background: #50bcb4;
  padding: 10px 15px;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-top: -50px;
}
.details-item__title,
.details-item__subtitle {
  font-size: 1.375rem;
  font-weight: 700;
  color: #50bcb4;
  padding-left: 10px;
  border-left: 4px solid #50bcb4;
  margin-top: 18px;
  white-space: nowrap;
}
.details-item__subtitle {
  margin-top: 32px;
}
.details-item__description {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}
.details-item__image img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.image-pc {
  display: none;
}
.details-item__image--small {
  max-width: 394px;
}
.details-item__strategy {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 18px;
}
.details-item__note {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
}
.details-item__note--highlight {
  color: #d1381a;
}
@media (min-width: 767px) {
  .support-details {
    margin-top: 62px;
  }
  .details-item__tag {
    margin-left: 0;
  }
  .details-item__title,
  .details-item__subtitle {
    font-size: 1.5rem;
    padding-left: 13px;
  }
  .details-item__subtitle {
    margin-top: 20px;
  }
  .details-item {
    padding: 20px 30px 34px 30px;
  }
  .details-item__strategy {
    font-size: 1.25rem;
  }
  .details-item__image img {
    margin-top: 25px;
  }
  .details-item__measures {
    margin-top: 50px;
  }
  .details-item__measures-cont {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
  }
  .details-item__image--small img {
    margin-top: 0;
  }
  .details-item__image--small,
  .details-item__note {
    flex: 1;
  }
  .details-item__note {
    font-size: 1.25rem;
    max-width: 615px;
    margin-top: 0;
  }
  .image-sp {
    display: none;
  }
  .image-pc {
    display: inline;
  }
}
/* ======================== Statistics Section ===================== */
.statistics-content {
  padding-top: 49px;
  padding: 50px 0;
  text-align: center;
  color: #000;
}
.statistics-content h2 {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.statistics-content-subtitle {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: left;
}
.features {
  margin-top: 22px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  flex-direction: column;
  justify-content: center;
  gap: 27px;
}
.feature {
  padding: 34px 24px 25px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  max-width: 380px;
}
.feature h3 {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: normal;
}
/**.feature-1 h3 {
  color: #d1381a;
}
.feature-2 h3 {
  color: #f3d221;
}
.feature-3 h3 {
  color: #50bcb4;
}**/
.feature-tag {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
  display: block;
  color: #000;
}
.feature h4 {
  font-size: 1.75rem;
  color: #000;
  font-weight: 700;
  line-height: 1.29;
  margin-top: 4px;
}
.feature-icon {
  margin-top: 20px;
  width: 80px;
  height: 90px;
}
.feature-text {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
  text-align: left;
}
.feature-text span.bold {
  font-weight: 700;
  color: #d1381a;
}
.feature-1 .sp-only .feature-text {
  margin-left: -10px;
  margin-right: -10px;
}
.feature-2 .sp-only .feature-text {
  margin-top: 15px;
}
.feature-3 .sp-only.feature-text {
  margin-top: 15px;
}

.feature-text a {
  text-decoration: underline;
  color: inherit;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.1em;
}
.ref-text {
  text-align: left;
  color: #727070;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 22px;
  letter-spacing: 0.045em;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-left: -4px;
}
.award-list-title,
.award-list {
  text-align: left;
}
.award-list-title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin-top: 24px;
}
.award-list {
  margin-top: 2px;
}
.award-list li {
  line-height: 1;
}
.award-list li a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;

  text-decoration: underline;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.15em;
}
.award-list li a:hover {
  text-decoration: none;
  color: #23bcba !important;
}

/* Desktop styles */
@media (min-width: 767px) {
  .statistics-content {
    padding: 70px 60px 58px;
  }
  .statistics-content h2 {
    font-size: 2.375rem;
  }
  .statistics-content-subtitle {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 42px;
  }
  .features {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    justify-content: center;
    margin-top: 38px;
    width: max-content;
    margin: 38px auto 0;
  }
  .feature-tag {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 8px;
    display: block;
  }
  .feature-icon {
    width: 91px;
    height: 96.8px;
    object-fit: cover;
    margin-top: 12px;
  }
  .feature h4 {
    margin-top: 4px;
  }
  .feature-text {
    margin-top: 16px;
  }
  .feature-1 .feature-text {
    margin-right: -15px;
  }
  .feature-3 .feature-text {
    margin-right: 5px;
  }
  .ref-text {
    font-size: 1rem;
  }
  .award-list-title {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    margin-top: 24px;
  }
  .award-list {
    margin-top: 0;
    margin-right: 5px;
  }
  .award-list li a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .pc-only {
    display: block;
  }
}
/* ================= Strategy Section ============  */
.strategies-section {
  color: #000;
  margin-top: 10px;
  margin-bottom: 85px;
}
.strategies-section h2 {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}
.strategies {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 24px;
}
.strategy {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding-top: 26px;
  border-top: 1px solid #e9e9e9;
}
.strategy h3 {
  font-size: 1.5rem;
}
.strategy p {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.5;
}
.strategy a {
  display: block;
  color: #23bcba;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 30px;
}
.strategy-image {
  margin-top: 24px;
  width: 100px;
  height: 100px;
}
/* Desktop view */
@media (min-width: 767px) {
  .strategies-section {
    margin-top: 0;
  }
  .strategies-section h2 {
    font-size: 2.375rem;
  }
  .strategies {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 44px;
    gap: 20px 60px;
  }
  .strategy {
    margin: 0;
    gap: 35px;
    max-width: 358px;
  }
  .strategy h3 {
    min-height: 70px;
  }
}
/* ======= Reasons NEED Section ======== */
.reasons.reasons-need {
  padding: 50px 0 156px;
}
.reasons-need .need-section {
  padding: 50px 14px 44px;
  position: relative;
}
.reasons-need .need-title {
  font-size: 1.5rem;
}
.reasons-need .need-description {
  margin-top: 22px;
}
.reasons-need .need-description span {
  margin-bottom: 10px;
}
.reasons-need .need-button {
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 30px);
  max-width: 100%;
  margin-top: 0;
  padding: 15px 20px;
}
@media (min-width: 767px) {
  .reasons.reasons-need {
    background-size: cover;
    background-image: url(../../../top/img/bg-img_contact.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 70px;
  }
  .reasons-need .need-section {
    padding: 50px 14px 58px;
  }
  .reasons-need .need-title {
    font-size: 2.375rem;
  }
  .reasons-need .need-description {
    margin-top: 42px;
  }
  .reasons-need .need-description span {
    margin-bottom: 0;
  }
  .reasons-need .need-button {
    font-size: 1.5rem;
    position: static;
    max-width: fit-content;
    margin-top: 38px;
    padding: 17px 34px 20px;
  }
}
/*==================== Reasons =================== */
.reasons {
  background-size: cover;
  background-image: url(../../../top/img/bg-img_reason.png);
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  padding: 40px 0;
  text-align: center;
}
.reasons-container {
  max-width: 390px;
}
.reasons-title {
  color: white;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  max-width: 240px;
  margin: 10px auto 0;
}
.reason-items {
  margin-top: 14px;
  display: grid;
  grid-auto-rows: 1fr;
}
.reason-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  padding: 14px;
  line-height: 1.3;
  border: 1px solid #23bcba;
  background: rgba(255, 255, 255, 0.9);
}
.reason-number {
  color: #23bcba;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}
.reason-text {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}
.need-section {
  padding: 20px;
  padding: 50px 20px 62px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.need-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 10px;
}
.need-description {
  margin-top: 25px;
}
.need-description span {
  padding: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 20px;
}
.need-description span:last-child {
  margin-bottom: 0;
}
.need-text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.3;
}
.need-button {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  background-color: #ff9800;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5em;
  margin: 25px auto 0;
  max-width: 282px;
}
.need-button span {
  display: block;
}
@media (min-width: 767px) {
  .reasons {
    padding-bottom: 106px;
  }
  .reasons-container {
    max-width: 1252px;
  }
  .reasons-title {
    font-size: 2.375rem;
    font-weight: 700;
    max-width: fit-content;
    margin-top: 55px;
  }
  .reason-items {
    margin-top: 65px;
  }
  .reason-item {
    padding: 19px 52px 22px;
    gap: 40px;
  }
  .reason-text {
    font-size: 1.75rem;
  }
  .need-section {
    margin-top: 30px;
    padding: 50px 20px 54px;
  }
  .need-title {
    font-size: 2.375rem;
  }
  .need-description {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    gap: 37px;
    margin-bottom: 10px;
  }
  .need-description span {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .need-text {
    font-size: 1.4375rem;
  }
  .need-button {
    font-size: 1.5rem;
    margin-top: 38px;
    max-width: fit-content;
    padding: 20px 36px;
  }
  .need-button span {
    display: inline;
  }
}
/* ========================= Analysis section ==================== */
.analysis-section {
  margin-top: 50px;
}
.analysis-title {
  text-align: center;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
}
.analysis-card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 46px;
}
/* Card Style */
.analysis-card {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 17px 15px 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: auto;
}
.analysis-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.analysis-image {
}
.analysis-subtitle {
  font-size: 1.5rem;
}
.analysis-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: fit-content;
  margin: 4px 0;
}
.analysis-tags span {
  background-color: #f9f6da;
  border-radius: 2rem;
  padding: 0 5px 1px;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 1436px) and (max-width: 1580px) {
  .analysis-subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1436px) and (max-width: 1490px) {
  .analysis-subtitle {
    font-size: 1.2rem;
  }
  .analysis-tags span {
    font-size: 0.775rem;
  }
}
@media (min-width: 1371px) and (max-width: 1435px) {
  .analysis-subtitle {
    font-size: 1.1rem;
  }
  .analysis-tags span {
    font-size: 0.775rem;
  }
  .analysis-card {
    gap: 15px;
  }
}
@media (min-width: 1331px) and (max-width: 1370px) {
  .analysis-subtitle {
    font-size: 1.05rem;
  }
  .analysis-tags span {
    font-size: 0.7rem;
  }
  .analysis-card {
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1330px) {
  .analysis-subtitle {
    font-size: 0.95rem;
    letter-spacing: -2px;
  }
  .analysis-tags span {
    font-size: 0.7rem;
  }
  .analysis-card {
    gap: 5px;
  }
}
/* Desktop Styles */
@media (min-width: 767px) {
  .break-sp {
    display: none;
  }
  .analysis-section {
    padding-top: 76px;
    padding-bottom: 118px;
    background: #f8f8f9;
    margin-top: 0;
  }
  .analysis-container {
    max-width: 1920px;
    padding: 0 7.86% 0 5.78%;
  }
  .analysis-title {
    font-size: 2.375rem;
  }
  .analysis-card-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-rows: 1fr;
    justify-content: space-between;
    gap: 34px;
    margin-top: 66px;
  }
  .analysis-card {
    flex-direction: row;
    align-items: center;
    padding: 17px 18px 16px 15px;
    max-width: 448px;
    min-width: 384px;
    height: 116px;
  }
  .analysis-card > * {
    flex: 1;
  }
  .analysis-card-header {
    min-width: calc(60% - 14px);
  }
  .analysis-tags span {
    white-space: normal;
  }
}
/*==== Sec slider ====*/
.sec-slider {
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 0 26px;
}
.sec-slider > h2 {
  text-align: center;
}
.box-slider-01 {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .sec-slider {
    margin-top: 85px;
    margin-bottom: 0;
  }
  .sec-slider > h2 {
    font-size: 2.375rem;
  }
  .box-slider-01 {
    margin-top: 46px;
  }
}
