@charset "UTF-8";
/*
Theme Name: supportas FileMake solution 2025
*/
/*web font*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.footercta-section .cta-grid_wrap, .breadcrumb, .inner, .wrapper {
  zoom: 1;
}
.footercta-section .cta-grid_wrap:after, .breadcrumb:after, .inner:after, .wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .footercta-section .cta-grid_wrap:after, .breadcrumb:after, .inner:after, .wrapper:after {
    content: "";
    color: #fff;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*----------------------------------------
	mediaquery.scss
----------------------------------------*/
@media only screen and (max-width: 680px) {
  .tab-only,
  .pc-only,
  .tabpc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
@media only screen and (max-width: 1023.9px) {
  .pc-only {
    display: none !important;
  }
  .sptab-only {
    display: block !important;
  }
}
@media print, screen and (min-width: 680.1px) {
  .sp-only,
  .sptab-only,
  .tab-only, .pc-only {
    display: none !important;
  }
  .tabpc-only {
    display: block !important;
  }
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .sp-only,
  .pc-only {
    display: none !important;
  }
  .tab-only, .tabpc-only {
    display: block !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp-only,
  .pc-only, .tab-only {
    display: none !important;
  }
  .pc-only, .tabpc-only {
    display: block !important;
  }
}
.responsiveImg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
	reboot.scss
----------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/*----------------------------------------
	base.scss
----------------------------------------*/
html {
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 280px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  font-family: "Noto Sans JP", Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  background: #2EA7E0;
  color: #1A1A1A;
  font-feature-settings: "palt";
  text-align: left;
}

b, strong, .bold {
  font-weight: 600;
}

a,
button {
  transition: 0.1s ease-in;
  border: none;
  background: none;
  cursor: pointer;
  color: #015D9D;
}
a img,
button img {
  transition: 0.1s ease-in;
}
a img:hover,
button img:hover {
  opacity: 0.6;
}

section, article, main, figure, picture, header, footer {
  display: block;
}

input {
  line-height: 1;
}

i {
  font-style: normal;
}

p, li, a {
  line-height: 1.6;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4 {
  text-wrap: wrap !important;
}

#cookie-notice {
  font-size: 16px !important;
}
#cookie-notice #cn-more-info {
  text-decoration: underline;
  font-size: 16px !important;
  color: #fff;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  margin: 0 0 0 16px !important;
  padding: 8px 16px !important;
  font-size: 16px !important;
}

/*----------------------------------------
	block.scss
	-- wrapper
	-- content-wrapper
	-- aside--notes
----------------------------------------*/
.wrapper {
  width: 100%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

.inner {
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
}
main {
  background: #fff;
}

/*----------------------------------------
	guidelink.scss
----------------------------------------*/
.breadcrumb {
  width: 92%;
  max-width: 1680px;
  display: block;
  padding: 16px 24px;
  margin: 0 auto;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .breadcrumb {
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (max-width: 680px) {
  .breadcrumb {
    width: 100%;
    padding: 16px;
  }
}
.breadcrumb li {
  display: block;
  float: left;
  list-style: none;
  font-size: 14px;
  line-height: 1.2;
}
.breadcrumb li a {
  position: relative;
  padding-right: 24px;
  line-height: 1.2;
  color: #015D9D;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li a:before, .breadcrumb li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.breadcrumb li a:before {
  right: 1px;
  border-left: 6px solid #8D9AA8;
}
.breadcrumb li a:after {
  right: 2px;
  border-left: 6px solid #fff;
}

/* 中間cta================================ */
.middle-cta {
  width: 100%;
  background: #fff;
  padding: 0 16px 40px;
}
@media (max-width: 800px) {
  .middle-cta {
    padding: 0 16px 24px;
  }
}
.middle-cta__title {
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .middle-cta__title {
    font-size: 20px;
  }
}
.middle-cta__inr {
  position: relative;
  display: flex;
  max-width: 1200px;
  border-radius: 8px;
  margin: 0 auto;
}
.middle-cta__inr .leftBox {
  width: 66.7%;
  padding: 56px 0 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .middle-cta__inr .leftBox {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .middle-cta__inr .leftBox {
    width: 100%;
    padding: 16px;
    gap: 16px;
    background: #EFF4F6;
    border-radius: 8px;
  }
}
.middle-cta__inr .leftBox p {
  text-align: center;
}
.middle-cta__inr .leftBox .cta-btnset {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .middle-cta__inr .leftBox .cta-btnset {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.middle-cta__inr .leftBox .cta-btnset .button, .middle-cta__inr .leftBox .cta-btnset .button-secondary {
  width: 240px;
}
.middle-cta__inr .leftBox .cta-btnset .button a, .middle-cta__inr .leftBox .cta-btnset .button-secondary a {
  width: 240px;
}
.middle-cta__inr .img-wrap {
  width: 33.3%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .middle-cta__inr .img-wrap {
    width: 100%;
    display: none;
  }
}
.middle-cta__inr .img-wrap img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 680.1px) {
  .middle-cta__inr .img-wrap_sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .middle-cta__inr .img-wrap_sp {
    display: block;
  }
}
.middle-cta__inr::before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: calc(100% - 26px);
  border-radius: 8px;
  content: "";
  background: #EFF4F6;
  z-index: -1;
}
@media (max-width: 800px) {
  .middle-cta__inr::before {
    display: none;
  }
}

.middle-cta_slim {
  width: 100%;
  background: #fff;
  padding: 0 16px 40px;
}
@media (max-width: 800px) {
  .middle-cta_slim {
    padding: 0 16px 24px;
  }
}
.middle-cta_slim__title {
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 800px) {
  .middle-cta_slim__title {
    font-size: 20px;
  }
}
.middle-cta_slim__inr {
  position: relative;
  display: flex;
  max-width: 1200px;
  border-radius: 8px;
  margin: 0 auto;
}
.middle-cta_slim__inr .leftBox {
  width: 66.7%;
  padding: 56px 0 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .middle-cta_slim__inr .leftBox {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .middle-cta_slim__inr .leftBox {
    width: 100%;
    padding: 16px;
    gap: 16px;
    background: #EFF4F6;
    border-radius: 8px;
    margin-top: 0;
  }
}
.middle-cta_slim__inr .leftBox p {
  text-align: center;
}
.middle-cta_slim__inr .leftBox .cta-btnset {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .middle-cta_slim__inr .leftBox .cta-btnset {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.middle-cta_slim__inr .leftBox .cta-btnset .button, .middle-cta_slim__inr .leftBox .cta-btnset .button-secondary {
  width: 240px;
}
.middle-cta_slim__inr .leftBox .cta-btnset .button a, .middle-cta_slim__inr .leftBox .cta-btnset .button-secondary a {
  width: 240px;
}
.middle-cta_slim__inr .img-wrap {
  width: 33.3%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .middle-cta_slim__inr .img-wrap {
    width: 100%;
    display: none;
  }
}
.middle-cta_slim__inr .img-wrap img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 680.1px) {
  .middle-cta_slim__inr .img-wrap_sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .middle-cta_slim__inr .img-wrap_sp {
    display: block;
  }
}
.middle-cta_slim__inr::before {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  border-radius: 8px;
  content: "";
  background: #EFF4F6;
  z-index: -1;
}
@media (max-width: 800px) {
  .middle-cta_slim__inr::before {
    display: none;
  }
}

.middle-cta_white {
  width: 100%;
}
@media (max-width: 800px) {
  .middle-cta_white {
    padding: 0 16px 24px;
  }
}
.middle-cta_white__title {
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 800px) {
  .middle-cta_white__title {
    font-size: 20px;
  }
}
.middle-cta_white__inr {
  position: relative;
  display: flex;
  max-width: 1200px;
  border-radius: 8px;
  margin: 0 auto;
}
.middle-cta_white__inr .leftBox {
  width: 66.7%;
  padding: 56px 0 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .middle-cta_white__inr .leftBox {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .middle-cta_white__inr .leftBox {
    width: 100%;
    padding: 16px;
    gap: 16px;
    background: #EFF4F6;
    border-radius: 8px;
    margin-top: 0;
  }
}
.middle-cta_white__inr .leftBox p {
  text-align: center;
}
.middle-cta_white__inr .leftBox .cta-btnset {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .middle-cta_white__inr .leftBox .cta-btnset {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.middle-cta_white__inr .leftBox .cta-btnset .button, .middle-cta_white__inr .leftBox .cta-btnset .button-secondary {
  width: 240px;
}
.middle-cta_white__inr .leftBox .cta-btnset .button a, .middle-cta_white__inr .leftBox .cta-btnset .button-secondary a {
  width: 240px;
}
.middle-cta_white__inr .img-wrap {
  width: 33.3%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .middle-cta_white__inr .img-wrap {
    width: 100%;
    display: none;
  }
}
.middle-cta_white__inr .img-wrap img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 680.1px) {
  .middle-cta_white__inr .img-wrap_sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .middle-cta_white__inr .img-wrap_sp {
    display: block;
  }
}
.middle-cta_white__inr::before {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  border-radius: 8px;
  content: "";
  background: #fff;
  z-index: -1;
}
@media (max-width: 800px) {
  .middle-cta_white__inr::before {
    display: none;
  }
}

.pagination .pagination_item {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.pagination .pagination_item .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #015D9D;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .pagination .pagination_item .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.pagination .pagination_item .page-numbers.dots {
  width: 56px;
  height: 56px;
  background: none;
  color: #1A1A1A;
}
.pagination .pagination_item .page-numbers.dots:hover {
  color: #1A1A1A;
  background: none;
  border: none;
}
@media only screen and (max-width: 680px) {
  .pagination .pagination_item .page-numbers.dots {
    width: 40px;
    height: 40px;
  }
}
.pagination .pagination_item .page-numbers.current {
  color: #015D9D;
  background: #fff;
  border: 1px solid #015D9D;
}
.pagination .pagination_item .page-numbers:hover {
  color: #fff;
  background: #2EA7E0;
  border: 1px solid #2EA7E0;
}

.closed-seminar .pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.closed-seminar .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #015D9D;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .closed-seminar .pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.closed-seminar .pagination .page-numbers.dots {
  width: 56px;
  height: 56px;
  background: none;
  color: #1A1A1A;
}
.closed-seminar .pagination .page-numbers.dots:hover {
  color: #1A1A1A;
  background: none;
  border: none;
}
@media only screen and (max-width: 680px) {
  .closed-seminar .pagination .page-numbers.dots {
    width: 40px;
    height: 40px;
  }
}
.closed-seminar .pagination .page-numbers.current {
  color: #015D9D;
  background: #fff;
  border: 1px solid #015D9D;
}
.closed-seminar .pagination .page-numbers:hover {
  color: #fff;
  background: #2EA7E0;
  border: 1px solid #2EA7E0;
}

.related-bnr {
  background: #EFF4F6;
}
.related-bnr .inner {
  max-width: 1480px;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-items: stretch;
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
.related-bnr .inner .related-bnr_card {
  display: flex;
  padding-right: 16px;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .related-bnr .inner .related-bnr_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-right: 0;
  }
  .related-bnr .inner .related-bnr_card img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner .related-bnr_card {
    padding-right: 8px;
  }
}
.related-bnr .inner .related-bnr_card-text {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .related-bnr .inner .related-bnr_card-text {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner .related-bnr_card-text {
    gap: 8px;
    padding: 8px;
  }
}
.related-bnr .inner .related-bnr_card-text h2 {
  overflow: hidden;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner .related-bnr_card-text h2 {
    font-size: 20px;
  }
}
.related-bnr .inner .related-bnr_card-text p {
  font-size: 14px;
}
.related-bnr .inner .related-bnr_card .arrow {
  display: flex;
  width: 32px;
  height: 32px;
  background: #015D9D;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .related-bnr .inner .related-bnr_card .arrow {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner .related-bnr_card .arrow {
    width: 24px;
    height: 24px;
  }
}
.related-bnr a {
  width: 32.5768%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  .related-bnr a {
    width: 100%;
  }
}
.related-bnr a:hover {
  opacity: 0.6;
}

.single_main #toc_container {
  border: 1px solid #2EA7E0 !important;
  border-radius: 8px;
  padding: 0 !important;
  overflow: hidden;
}
.single_main #toc_container p.toc_title {
  padding: 16px 24px 8px;
  background: #BAE3F7;
  font-size: 16px !important;
  font-weight: bold;
  color: #015D9D;
  text-align: left;
}
.single_main #toc_container p.toc_title .toc_toggle {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #2EA7E0 !important;
  padding: 4px 8px;
  margin-left: 8px;
}
.single_main #toc_container p.toc_title .toc_toggle .toc_brackets {
  display: none;
}
.single_main #toc_container .toc_list {
  padding: 0 24px 8px;
}
.single_main #toc_container .toc_list li {
  margin-bottom: 16px;
}
.single_main #toc_container .toc_list li ul > li {
  margin-bottom: 8px;
}
.single_main #toc_container .toc_list li a {
  color: #1A1A1A !important;
  text-decoration: underline;
}
.single_main #toc_container .toc_list li a:hover {
  color: #2EA7E0 !important;
}

/*----------------------------------------
	column.scss
	-- 02
	-- 03
	-- 04
----------------------------------------*/
.column {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 680px) {
  .column {
    display: block;
  }
}
.column img {
  vertical-align: bottom;
}

/*----------------------------------------
	helper.scss
  --color
  --text
  --font
  --margin
  --padding
----------------------------------------*/
/*	color
----------------------------------------*/
.color--gray {
  color: #ccc !important;
}

/*	text
----------------------------------------*/
.text--left {
  text-align: left !important;
}
.text--center {
  text-align: center !important;
}
.text--right {
  text-align: right !important;
}
.text--indent {
  text-indent: 2 !important;
}
.text--nowrap {
  white-space: nowrap !important;
}

/*	font
----------------------------------------*/
.bold {
  font-weight: bold !important;
}

/*	margin
----------------------*/
.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 680px) {
  .mt40 {
    margin-top: 32px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media only screen and (max-width: 680px) {
  .mt64 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 680px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 680px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 680px) {
  .mb40 {
    margin-bottom: 16px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 680px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

/*----------------------------------------
	header.scss (全体)
----------------------------------------*/
.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 40;
  transition: all 0.8s ease;
  padding: 16px;
  font-size: clamp(14px, 1.6vw, 16px);
}
@media only screen and (max-width: 1023.9px) {
  .header {
    padding: 8px 16px;
  }
}
.header-container {
  padding: 16px 24px;
  transition: color 0.8s ease;
}
@media only screen and (max-width: 1023.9px) {
  .header-container {
    margin: 0;
    padding: 8px;
  }
}
.header-scrolled .header-container {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo-link {
  display: flex;
  align-items: center;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo .header-logo_white {
  display: block;
}
.header-logo .header-logo_color {
  display: none;
}
@media only screen and (max-width: 680px) {
  .header-logo a {
    width: 80%;
  }
  .header-logo a img {
    width: 100%;
    height: auto;
  }
}
.header-scrolled .header-logo_color {
  display: block;
}
.header-scrolled .header-logo_white {
  display: none;
}
.header-scrolled .nav-link, .header-scrolled .nav-dropdown-btn {
  color: #015D9D;
}
.header-scrolled .nav-link:hover, .header-scrolled .nav-dropdown-btn:hover {
  color: #2EA7E0;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  display: none;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  .header-nav {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .header-nav {
    width: 60%;
  }
}
@media (min-width: 1300px) {
  .header-nav {
    width: 50%;
  }
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .header-nav {
    width: 72%;
  }
}

@media print, screen and (min-width: 1024px) {
  .header-nav {
    display: flex;
  }
}
.nav-link {
  position: relative;
  color: #fff;
  transition: color 0.3s ease;
  font-weight: bold;
  box-sizing: box;
}
@media print, screen and (min-width: 1024px) {
  .nav-link::after {
    content: "";
    display: block;
    height: 1px;
    width: 64px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 32px);
    transform: scale(0, 1);
    transition: 0.3s;
  }
}
@media print, screen and (min-width: 1024px) {
  .nav-link:hover::after {
    transform: scale(1, 1);
  }
}
@media print, screen and (min-width: 1024px) {
  .nav-link.current::before {
    content: "";
    display: block;
    height: 1px;
    width: 64px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 32px);
  }
}

@media print, screen and (min-width: 1024px) {
  .header-scrolled .header-container .header-content .header-nav .nav-link::after {
    content: "";
    background: #2EA7E0;
  }
}
@media print, screen and (min-width: 1024px) {
  .header-scrolled .header-container .header-content .header-nav .nav-link:hover::after {
    transform: scale(1, 1);
  }
}
@media print, screen and (min-width: 1024px) {
  .header-scrolled .header-container .header-content .header-nav .nav-link.current::before {
    content: "";
    background: #2EA7E0;
  }
}

.nav-link:hover {
  color: #015D9D;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #fff;
  transition: color 0.3s ease;
  font-weight: bold;
}
.nav-dropdown-btn span {
  box-sizing: box;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .nav-dropdown-btn:hover::after {
    transform: scale(1, 1);
  }
}
@media print, screen and (min-width: 1024px) {
  .nav-dropdown-btn.current::before {
    content: "";
    display: block;
    height: 1px;
    width: 64px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 32px);
  }
}

@media print, screen and (min-width: 1024px) {
  .header-scrolled .header-container .header-content .header-nav .nav-dropdown-btn.current::before {
    content: "";
    background: #2EA7E0;
  }
}

.nav-dropdown-btn:hover {
  color: #015D9D;
}

.nav-dropdown-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.dropdown-menu {
  position: absolute;
  /* 1. ボタンの直下 (top: 100%) に配置し、8pxの隙間をmarginで確保 */
  top: 100%;
  margin-top: 2px; /* ★ 8px 離すためのマージン */
  /* 2. 中央揃え */
  left: 50%;
  transform: translateX(-50%);
  width: 544px;
  background: white;
  border-radius: 16px;
  padding: 16px;
  /* 3. opacity/visibility で初期状態（非表示）を設定 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* 4. 非表示になる際に0.3秒の遅延を持たせる (隙間通過時のメニュー消失を防ぐ) */
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  z-index: 50; /* ヘッダーより上にする */
}
.dropdown-menu .column {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* 5. ホバー時に表示 */
.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  /* 表示時は遅延なし (transitionを上書き) */
  transition: opacity 0.3s ease, visibility 0s 0s;
}

.dropdown-listitem {
  width: 100%;
  padding: 0;
  margin: 0;
}

.dropdown-item {
  position: relative;
  display: block;
  padding: 8px 12px;
  color: #015D9D;
  border-bottom: solid 1px #ECF9FF;
  transition: all 0.2s ease;
  font-weight: bold;
}
.dropdown-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #2EA7E0;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
}

.dropdown-item:hover {
  color: #2EA7E0;
}

.nav-cta {
  padding: 0.5rem 1.5rem;
  background: #2EA7E0;
  color: white;
  border-radius: 9999px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.nav-cta:hover {
  background: #2563eb;
}

.mobile-menu-btn_wrap {
  display: flex;
  align-content: center;
  gap: 8px;
}
@media print, screen and (min-width: 1024px) {
  .mobile-menu-btn_wrap {
    display: none;
  }
}

.mobile-menu-btn {
  display: block;
  padding: 0.5rem;
  color: #4b5563;
  transition: color 0.3s ease;
  margin-left: 8px;
}

.mobile-menu-btn .mobile-menu-btn_color {
  display: none;
}

.header-scrolled .mobile-menu-btn .mobile-menu-btn_white {
  display: none;
}
.header-scrolled .mobile-menu-btn .mobile-menu-btn_color {
  display: block;
}

@media print, screen and (min-width: 1024px) {
  .mobile-menu-btn {
    display: none;
  }
  .sp-head_download {
    display: none;
  }
}
@media only screen and (max-width: 1023.9px) {
  .sp-head_download {
    display: block;
  }
  .sp-head_download a {
    width: 118px;
    display: block;
    padding: 8px;
    border-radius: 4px;
    background: #015D9D;
    font-size: 12px;
    color: #fff;
  }
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay-open {
  opacity: 1;
  pointer-events: auto;
}

@media print, screen and (min-width: 1024px) {
  .mobile-menu-overlay {
    display: none;
  }
}
.mobile-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 24rem;
  background: white;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.mobile-menu-panel .sns-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin: 0;
  padding: 0 0 16px;
}

.mobile-menu-panel-open {
  transform: translateX(0);
}

@media print, screen and (min-width: 1024px) {
  .mobile-menu-panel {
    display: none;
  }
}
.mobile-menu-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 1rem;
}

.mobile-menu-close {
  padding: 0.5rem;
  color: #4b5563;
  transition: color 0.2s ease;
}

.mobile-menu-close:hover {
  color: #111827;
}

.close-icon {
  width: 32px;
  height: 32px;
}

.mobile-menu-nav {
  flex: 1;
  overflow-y: auto;
  padding: 0 0 1rem 0;
}

.mobile-menu-link {
  display: block;
  padding: 12px 16px;
  color: #1A1A1A;
  transition: all 0.2s ease;
}

.mobile-menu-link:hover {
  background: #eff6ff;
  color: #2EA7E0;
}

.mobile-menu-dropdown-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  color: #1A1A1A;
  transition: all 0.2s ease;
}

.mobile-menu-dropdown-btn:hover {
  background: #eff6ff;
  color: #2EA7E0;
}

.dropdown-chevron {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.dropdown-chevron-open {
  transform: rotate(180deg);
}

.mobile-menu-submenu {
  background: #f9fafb;
}

.mobile-menu-sublink {
  display: block;
  padding: 12px 16px;
  color: #6b7280;
  transition: color 0.2s ease;
}

.mobile-menu-sublink:hover {
  color: #2EA7E0;
}

.mobile-menu-footer {
  padding: 1rem;
}

.mobile-menu-cta {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: #015D9D;
  color: white;
  text-align: center;
  border-radius: 9999px;
  font-weight: 600;
  transition: background 0.3s ease;
  margin: 8px 0;
}

.mobile-menu-cta:hover {
  background: #2563eb;
}

/* ====右サイド固定ナビ=================== */
.side_navi-contact {
  position: fixed;
  right: 0;
  top: 260px;
  display: block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background: #fff;
  border-radius: 8px 0 0 8px;
  padding: 2px 0 2px 2px;
  color: #015D9D;
  animation: move 4s infinite;
  z-index: 10;
}
@media only screen and (max-width: 1023.9px) {
  .side_navi-contact {
    position: fixed;
    right: 0;
    top: 260px;
  }
}
.side_navi-contact a {
  width: 63px;
  height: 160px;
  display: block;
  background: #fff;
  border-radius: 8px 0 0 8px;
  border-top: 1px solid #015D9D;
  border-bottom: 1px solid #015D9D;
  border-left: 1px solid #015D9D;
  padding: 26px 8px 12px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1023.9px) {
  .side_navi-contact a {
    width: 38px;
    height: 140px;
    background: url("../img/common/icon_mail.svg") no-repeat bottom 4px center/24px auto;
    padding: 26px 14px 28px 10px;
    font-size: 12px;
  }
}
.side_navi-contact a:hover {
  width: 87px;
  padding: 26px 24px 12px 16px;
  background: #015D9D;
  color: #fff;
}
@media only screen and (max-width: 1023.9px) {
  .side_navi-contact a:hover {
    width: 44px;
    padding: 26px 16px 28px 8px;
  }
}
.side_navi-contact a span {
  text-orientation: mixed;
  color: #2EA7E0;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 1023.9px) {
  .side_navi-contact a span {
    display: none;
  }
}
.side_navi-contact a .image-wrap {
  position: absolute;
  top: -42px;
  left: 6px;
}
@media only screen and (max-width: 1023.9px) {
  .side_navi-contact a .image-wrap {
    top: -28px;
    left: 0px;
  }
}
.side_navi-contact a .image-wrap img {
  width: 46px;
  height: auto;
  flex-shrink: 0;
  opacity: 1;
}
@media only screen and (max-width: 1023.9px) {
  .side_navi-contact a .image-wrap img {
    width: 38px;
    height: auto;
    flex-shrink: 0;
  }
}
.side_navi-contact a .image-wrap img:hover {
  opacity: 1;
}
.side_navi-download {
  position: fixed;
  right: 0;
  top: 430px;
  display: block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background: #015D9D;
  border-radius: 8px 0 0 8px;
  padding: 2px 0 2px 2px;
  color: #fff;
  animation: move 4s infinite;
  z-index: 100;
}
@media only screen and (max-width: 1023.9px) {
  .side_navi-download {
    display: none;
  }
}
.side_navi-download a {
  width: 63px;
  height: 218px;
  display: block;
  background: #015D9D;
  border-radius: 8px 0 0 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 44px 8px 12px 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.side_navi-download a:hover {
  width: 87px;
  padding: 44px 24px 12px 16px;
  background: #fff;
  color: #015D9D;
}
.side_navi-download a:hover strong {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  left: 16px;
  background: #015D9D;
  padding: 9px 0 0 4px;
  border-radius: 100vh;
  color: #fff;
  font-size: 12px;
}
.side_navi-download a:hover span {
  color: #015D9D;
}
.side_navi-download a strong {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  left: 16px;
  background: #fff;
  padding: 9px 0 0 4px;
  border-radius: 100vh;
  color: #015D9D;
  font-size: 12px;
  text-orientation: upright;
  writing-mode: horizontal-tb;
}
.side_navi-download a span {
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.side_navi-download a span.en {
  color: #2EA7E0;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
}
.side_navi-pagetop a {
  display: block;
  width: 63px;
  position: fixed;
  right: 0;
  top: 658px;
  display: block;
  border-radius: 8px 0 0 8px;
  background: #1A1A1A;
  display: flex;
  padding: 12px 8px 8px 8px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  color: #fff;
  animation: move 4s infinite;
  z-index: 100;
  color: var(--FileMaker-site-white, #FFF);
  text-align: center;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 1023.9px) {
  .side_navi-pagetop a {
    display: none;
  }
}
.side_navi-pagetop a:hover {
  width: 79px;
  background: #015D9D;
  padding: 12px 24px 8px 8px;
}

/*----------------------------------------
	footer.scss
  -- footer
----------------------------------------*/
/* CTA SECTION STYLES*/
.footercta-section {
  position: relative;
  padding: 0;
  background: #2EA7E0;
  margin-top: auto;
}
.footercta-section::after {
  content: "CONTACT";
  position: absolute;
  top: -2px;
  left: -12px;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  z-index: -1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1;
}
.footercta-section .cta-grid_wrap {
  max-width: 1480px;
  margin: 0 auto;
  background: url("../img/common/cta_img.webp") no-repeat left bottom/auto 480px;
  padding: 40px 16px 32px 22%;
}
@media (max-width: 1400px) {
  .footercta-section .cta-grid_wrap {
    background: url("../img/common/cta_img.webp") no-repeat left -32px bottom/auto 300px;
  }
}
@media (max-width: 980px) {
  .footercta-section .cta-grid_wrap {
    background: url("../img/common/cta_img.webp") no-repeat left bottom/auto 250px;
  }
}
@media (max-width: 800px) {
  .footercta-section .cta-grid_wrap {
    padding: 32px 16px;
    background: url("../img/common/cta_img.webp") no-repeat top 104px center/auto 300px;
  }
}
.footercta-section .cta-container {
  float: right;
  max-width: 996px;
}
@media (max-width: 800px) {
  .footercta-section .cta-container {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.footercta-section .cta-header {
  text-align: center;
  margin-bottom: 3rem;
}
.footercta-section .cta-header .cta-title {
  color: white;
  margin-bottom: 1rem;
  font-size: clamp(26px, 3.2vw, 32px);
  line-height: 1.4;
}
@media (max-width: 800px) {
  .footercta-section .cta-header .cta-title {
    margin-bottom: 300px;
  }
}
.footercta-section .cta-header .cta-title span {
  display: block;
  font-size: clamp(20px, 2.4vw, 24px);
}
.footercta-section .cta-description {
  line-height: 1.6;
}
.footercta-section .cta-grid {
  float: right;
  display: grid;
  gap: 24px;
}
@media print, screen and (min-width: 680.1px) {
  .footercta-section .cta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .footercta-section .cta-grid {
    gap: 16px;
  }
}
@media only screen and (max-width: 680px) {
  .footercta-section .cta-grid {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}
.footercta-section .cta-grid .cta-card {
  max-width: 316px;
  background: white;
  border-radius: 8px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.footercta-section .cta-grid .cta-card .cta-contents {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
}
@media only screen and (max-width: 680px) {
  .footercta-section .cta-grid .cta-card .cta-contents {
    min-height: 160px;
  }
}
.footercta-section .cta-grid .cta-card .cta-img-wrapper img {
  width: 100%;
  height: auto;
}
.footercta-section .cta-grid .cta-card .cta-card-title {
  font-size: clamp(26px, 2.8vw, 28px);
}
@media only screen and (max-width: 1023.9px) {
  .footercta-section .cta-grid .cta-card .cta-card-title {
    font-size: 26px;
  }
}
.footercta-section .cta-grid .cta-card .cta-card-description {
  line-height: 1.5;
}
.footercta-section .cta-grid .cta-card .button {
  margin-top: auto;
}

/* ============================================
   FOOTER STYLES
   ============================================ */
.footer {
  background: #015D9D;
  color: #fff;
  margin-top: auto;
}
.footer-iner {
  display: flex;
  padding: 40px 40px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1023.9px) {
  .footer-iner {
    padding: 16px;
  }
}
@media only screen and (max-width: 680px) {
  .footer-iner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
}
.footer-iner__left {
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
@media only screen and (max-width: 680px) {
  .footer-iner__left {
    width: 100%;
  }
}
.footer-iner__left .logo {
  width: 224px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 680px) {
  .footer-iner__left .logo {
    width: 180px;
    margin-bottom: 24px;
  }
}
.footer-iner__left .logo img {
  width: 100%;
  height: auto;
}
.footer-iner__left .claris h3 {
  display: block;
  margin-bottom: 16px;
}
.footer-iner__left .claris p {
  font-size: 14px;
  margin-bottom: 16px;
}
.footer-iner__right {
  width: 100%;
  max-width: 763px;
  display: inline-block;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .footer-iner__right {
    padding-left: 16px;
  }
}
.footer-iner__right_naviWrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .footer-iner__right_naviWrap {
    gap: 24px;
  }
}
@media only screen and (max-width: 680px) {
  .footer-iner__right_naviWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.footer-iner__right_naviWrap .footer-iner__right_navi {
  width: 21%;
}
@media only screen and (max-width: 1023.9px) {
  .footer-iner__right_naviWrap .footer-iner__right_navi {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .footer-iner__right_naviWrap .footer-iner__right_navi .mt24 {
    margin-top: 8px !important;
  }
}
.footer-iner__right_naviWrap .footer-iner__right_navi ul {
  padding: 0;
  margin: 0;
}
.footer-iner__right_naviWrap .footer-iner__right_navi ul .footer-navi_parent {
  display: block;
  position: relative;
  padding: 16px 8px 8px 0;
  background: url("../img/common/arrow_right.svg") no-repeat right 6px top 24px/10px 10px;
  align-items: center;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}
@media only screen and (max-width: 680px) {
  .footer-iner__right_naviWrap .footer-iner__right_navi ul .footer-navi_parent {
    padding: 8px 8px 8px 0;
  }
}
.footer-iner__right_naviWrap .footer-iner__right_navi ul .footer-navi_lower a {
  position: relative;
  display: flex;
  padding: 8px 0;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
@media only screen and (max-width: 680px) {
  .footer-iner__right_naviWrap .footer-iner__right_navi ul .footer-navi_lower a {
    padding: 4px 0;
  }
}
.footer-iner__right_naviWrap .footer-iner__right_navi ul .footer-navi_lower a::before {
  background-color: #fff;
  content: "";
  height: 1px; /* 横線の高さ */
  width: 8px; /* 横線の長さ */
}
.footer-iner__right_naviWrap .footer-iner__right_navi ul .footer-navi_lower a .heading::before {
  margin-right: 8px; /* 文字との余白 */
}
.footer-iner__right .summary_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0;
}
@media only screen and (max-width: 680px) {
  .footer-iner__right .summary_wrap {
    display: block;
    margin: 24px 0 8px;
  }
}
.footer-iner__right .summary_wrap .summary-link {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0;
}
.footer-iner__right .summary_wrap .summary-link a {
  display: block;
  padding-right: 16px;
  background: url("../img/common/arrow_right.svg") no-repeat right top 9px/10px 10px;
}
.footer-iner__right .summary_wrap .sns-link {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 0;
}
@media only screen and (max-width: 680px) {
  .footer-iner__right .summary_wrap .sns-link {
    width: 100%;
    justify-content: center;
  }
}
.footer-iner a {
  color: #fff;
}
.footer-iner a:hover {
  color: #2EA7E0;
}
.footer .copywrap {
  display: block;
  padding: 16px 0;
  background: #1A1A1A;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/*----------------------------------------
	button.scss
  --blue
  --input
----------------------------------------*/
.button {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.button a {
  width: 100%;
  display: block;
  position: relative;
  background: #015D9D;
  padding: 16px 40px 16px 24px;
  border-radius: 9999px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1023.9px) {
  .button a {
    padding: 10px 16px 10px 8px;
  }
}
.button a:hover {
  background: #2EA7E0;
}
.button a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}

.button-secondary {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.button-secondary a {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  padding: 16px 40px 16px 24px;
  border-radius: 9999px;
  color: #015D9D;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1023.9px) {
  .button-secondary a {
    padding: 10px 16px 10px 8px;
  }
}
.button-secondary a:hover {
  background: #2EA7E0;
  color: #fff;
}
.button-secondary a:hover:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
.button-secondary a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #015D9D;
  border-right: solid 2px #015D9D;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}

.button-glay {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.button-glay a {
  width: 100%;
  display: block;
  position: relative;
  background: #F5F5F5;
  padding: 16px 40px 16px 24px;
  border-radius: 9999px;
  color: #015D9D;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1023.9px) {
  .button-glay a {
    padding: 10px 16px 10px 8px;
  }
}
.button-glay a:hover {
  background: #2EA7E0;
  color: #fff !important;
  text-decoration: none !important;
}
.button-glay a:hover:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
.button-glay a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #015D9D;
  border-right: solid 2px #015D9D;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}

/*----------------------------------------
	head.scss
  --section  head__title

----------------------------------------*/
.page-title {
  font-size: clamp(24px, 4vw, 40px);
  text-shadow: 0 0 4px #015D9D;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.page-catch {
  align-self: stretch;
  color: var(--FileMaker-site-white, #FFF);
  font-size: clamp(20px, 3.6vw, 36px);
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 32px;
  text-align: left;
  margin-top: 32px;
}
@media only screen and (max-width: 680px) {
  .page-catch {
    margin-bottom: 16px !important;
  }
}
.page-catch_small {
  font-size: clamp(20px, 2.4vw, 24px);
}

.sec__heading {
  font-size: clamp(26px, 3.6vw, 36px);
  line-height: 1.4;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1023.9px) {
  .sec__heading {
    margin-bottom: 24px;
  }
}
.sec__heading ruby > rt {
  display: ruby-text;
  font-size: 12px;
  font-weight: normal;
  ruby-align: center;
}

.sec__headingSub {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.4;
  margin-bottom: 32px;
}

main {
  background: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   DESIGN SYSTEM — White × Sky Blue palette
   Sky blue accent · Honest blue · Light-blue backgrounds
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root {
  --sp-teal: #2da7e0; /* sky blue — メインアクセント */
  --sp-teal-dark: #1e8fc8; /* sky blue darker */
  --sp-blue: #005d9d; /* honest blue — メインカラー */
  --sp-blue-light: #2278bb; /* honest blue lighter */
  --sp-navy: #003a6b; /* deep honest blue（極暗）*/
  --sp-gray: #ecf9fe; /* light blue background */
  --sp-gray2: #d6f0fb; /* light blue 2 */
  --sp-text: #1a2d3e;
  --sp-muted: #5a7080;
  --sp-line: #c8e4f4;
  --sp-white: #ffffff;
  --sp-green: #17b26a;
  --sp-orange: #f97316;
  --max: 1120px;
  --r: 16px;
  --r-lg: 24px;
  --shadow: 0 4px 24px rgba(0, 61, 107, 0.08);
  --shadow-lg: 0 12px 48px rgba(0, 61, 107, 0.12);
}

.wrap {
  width: min(var(--max), 100% - 48px);
  margin-inline: auto;
}

.sec {
  padding: 88px 0;
  position: relative;
}

/* ── label tags ── */
.label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sp-teal);
  padding: 5px 12px;
  border: 1.5px solid var(--sp-teal);
  border-radius: 999px;
  margin-bottom: 14px;
}

.sec-title {
  font-size: clamp(26px, 3.8vw, 44px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.sec-lead {
  font-size: clamp(14px, 1.6vw, 16px);
  color: var(--sp-muted);
  max-width: 640px;
}

.sec-head {
  text-align: center;
  margin-bottom: 52px;
}

.sec-head .sec-lead {
  margin-inline: auto;
}

/* ── buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--sp-teal);
  color: #fff;
  box-shadow: 0 3px 10px rgba(45, 167, 224, 0.18);
}

.btn-navy {
  background: var(--sp-blue);
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 93, 157, 0.15);
}

.btn-outline {
  background: transparent;
  color: var(--sp-blue);
  border: 1.5px solid var(--sp-blue);
}

.btn-white {
  background: #fff;
  color: var(--sp-blue);
  box-shadow: var(--shadow);
}

.btn-lg {
  min-height: 60px;
  padding: 0 36px;
  font-size: 17px;
  border-radius: 8px;
}

/* ── card ── */
.card {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   HERO
━━━━━━━━━━━━━━━━━━━━━━━ */
.hero {
  padding: 0;
  background: linear-gradient(160deg, #ecf9fe 0%, #ffffff 55%, #ecf9fe 100%);
  overflow: hidden;
  position: relative;
}

/* subtle dot pattern */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(45, 167, 224, 0.12) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

/* sky-blue glow top-right */
.hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -80px;
  top: -120px;
  background: radial-gradient(circle, rgba(45, 167, 224, 0.18), transparent 60%);
  pointer-events: none;
}

.hero__in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  min-height: 680px;
}

.hero__copy {
  padding: 80px 60px 80px 0;
  position: relative;
  z-index: 2;
  color: var(--sp-text);
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sp-teal);
  margin-bottom: 18px;
}

.hero__eyebrow::before {
  content: "";
  width: 24px;
  height: 1.5px;
  background: var(--sp-teal);
}

.hero__title {
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  color: var(--sp-navy);
}

.hero__title .hl {
  color: var(--sp-teal);
  position: relative;
  display: inline-block;
}

.hero__title .hl::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--sp-teal);
  border-radius: 999px;
}

.hero__sub {
  font-size: clamp(15px, 1.7vw, 17px);
  color: var(--sp-muted);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 480px;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.hero__badge {
  padding: 7px 14px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--sp-line);
  font-size: 13px;
  font-weight: 700;
  color: var(--sp-blue);
  box-shadow: 0 2px 8px rgba(0, 61, 107, 0.06);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero__note {
  font-size: 12px;
  color: var(--sp-muted);
  letter-spacing: 0.02em;
}

/* ── Hero image (real screenshot) ── */
.hero-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: visible;
  filter: drop-shadow(0 24px 56px rgba(0, 40, 90, 0.28));
}

.hero-img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.hero-img__badge {
  position: absolute;
  bottom: -14px;
  left: 32px;
  background: var(--sp-green);
  border-radius: 8px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  font-family: -apple-system, sans-serif;
  box-shadow: 0 8px 24px rgba(23, 178, 106, 0.4);
  animation: badge-float 3s ease-in-out infinite;
  white-space: nowrap;
}

@keyframes badge-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.hero-img__note {
  text-align: center;
  font-size: 12px;
  color: var(--sp-muted);
  margin-top: 28px;
  line-height: 1.6;
}

.hero__visual {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 0 56px 32px;
}

/* hero stats strip */
.hero__stats {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--sp-line);
  padding-top: 24px;
  margin-top: 4px;
}

.hero__stat {
  flex: 1;
  padding-right: 24px;
  border-right: 1px solid var(--sp-line);
  margin-right: 24px;
}

.hero__stat:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.hero__stat__val {
  font-size: 26px;
  font-weight: 900;
  color: var(--sp-navy);
  letter-spacing: -0.02em;
  line-height: 1;
}

.hero__stat__val em {
  font-style: normal;
  color: var(--sp-teal);
}

.hero__stat__key {
  font-size: 11px;
  color: var(--sp-muted);
  margin-top: 4px;
  letter-spacing: 0.04em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   TRUST BAND
━━━━━━━━━━━━━━━━━━━━━━━ */
.trust {
  background: #fff;
  border-bottom: 1px solid var(--sp-line);
  padding: 20px 0;
}

.trust__in {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.trust__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--sp-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust__divider {
  width: 1px;
  height: 32px;
  background: var(--sp-line);
  flex-shrink: 0;
}

.trust__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trust__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sp-text);
}

.trust__item::before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sp-teal);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   PAIN POINTS
━━━━━━━━━━━━━━━━━━━━━━━ */
.pain {
  background: var(--sp-gray);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pain-card {
  padding: 26px 22px;
}

.pain-card__n {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--sp-gray2);
  line-height: 1;
  margin-bottom: 12px;
}

.pain-card__icon {
  font-size: 26px;
  margin-bottom: 12px;
}

.pain-card__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 8px;
  color: var(--sp-navy);
}

.pain-card__text {
  font-size: 13px;
  color: var(--sp-muted);
  line-height: 1.7;
}

.pain__resolve {
  margin-top: 32px;
  padding: 24px 32px;
  background: linear-gradient(90deg, #003a6b, #005d9d);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.pain__resolve p {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
}

.pain__resolve em {
  font-style: normal;
  color: #7dcff5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   HOW IT WORKS
━━━━━━━━━━━━━━━━━━━━━━━ */
.how {
  background: #fff;
}

.how__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.how__features {
  display: grid;
  gap: 16px;
}

.how__feat {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--sp-line);
  box-shadow: var(--shadow);
  transition: 0.2s;
}

.how__feat:hover {
  border-color: var(--sp-teal);
  box-shadow: 0 4px 20px rgba(45, 167, 224, 0.12);
}

.how__feat__icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ddf0fb, #ecf9fe);
  border: 1px solid rgba(45, 167, 224, 0.18);
  display: grid;
  place-items: center;
  font-size: 22px;
}

.how__feat__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--sp-navy);
  margin-bottom: 4px;
}

.how__feat__text {
  font-size: 13px;
  color: var(--sp-muted);
  line-height: 1.6;
}

/* flow diagram */
.how__flow {
  background: var(--sp-gray);
  border-radius: 16px;
  padding: 28px;
  border: 1px solid var(--sp-line);
}

.how__flow__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--sp-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.flow-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px dashed var(--sp-line);
  position: relative;
}

.flow-step:last-child {
  border: none;
}

.flow-step__num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--sp-teal), var(--sp-blue));
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}

.flow-step__connector {
  position: absolute;
  left: 15px;
  top: 46px;
  width: 2px;
  height: calc(100% - 14px);
  background: repeating-linear-gradient(180deg, var(--sp-teal) 0, var(--sp-teal) 4px, transparent 4px, transparent 8px);
}

.flow-step:last-child .flow-step__connector {
  display: none;
}

.flow-step__content {
  flex: 1;
}

.flow-step__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--sp-navy);
  margin-bottom: 3px;
}

.flow-step__text {
  font-size: 12px;
  color: var(--sp-muted);
  line-height: 1.6;
}

.flow-step__tag {
  display: inline-flex;
  margin-top: 5px;
  padding: 3px 8px;
  border-radius: 3px;
  background: rgba(45, 167, 224, 0.1);
  font-size: 10px;
  font-weight: 700;
  color: var(--sp-teal);
  letter-spacing: 0.04em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   PRICING
━━━━━━━━━━━━━━━━━━━━━━━ */
.pricing {
  background: var(--sp-gray);
}

.pricing__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.pricing__main {
  padding: 36px;
  background: linear-gradient(160deg, #005d9d, #2da7e0);
  border: none;
  color: #fff;
  border-radius: var(--r-lg);
  box-shadow: 0 20px 56px rgba(0, 61, 107, 0.22);
}

.pricing__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.pricing__price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 6px;
}

.pricing__big {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: #fff;
}

.pricing__unit {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  margin-bottom: 6px;
}

.pricing__note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 22px;
  line-height: 1.6;
}

.pricing__points {
  display: grid;
  gap: 10px;
}

.pricing__point {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
}

.pricing__point::before {
  content: "✓";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sp-teal);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.pricing__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing__item {
  padding: 22px 24px;
}

.pricing__item__label {
  font-size: 11px;
  font-weight: 700;
  color: var(--sp-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pricing__item__val {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
}

.pricing__item__val--free {
  color: var(--sp-teal);
}

.pricing__item__sub {
  font-size: 13px;
  color: var(--sp-muted);
}

.pricing__tbl {
  font-size: 12px;
}

.pricing__tbl table {
  width: 100%;
  border-collapse: collapse;
}

.pricing__tbl td {
  padding: 6px 8px;
  border-bottom: 1px solid var(--sp-line);
  color: var(--sp-muted);
}

.pricing__tbl td:last-child {
  text-align: right;
  font-weight: 700;
  color: var(--sp-navy);
}

.pricing__tbl tr:last-child td {
  border: none;
}

.pricing__bottom {
  margin-top: 28px;
  text-align: center;
}

.pricing__small {
  font-size: 12px;
  color: var(--sp-muted);
  margin-top: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   COMPARISON
━━━━━━━━━━━━━━━━━━━━━━━ */
.cmp {
  background: #fff;
}

.tbl-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid var(--sp-line);
}

table.cmp-tbl {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.cmp-tbl th,
.cmp-tbl td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--sp-line);
  text-align: left;
  font-size: 13px;
  vertical-align: middle;
}

.cmp-tbl thead th {
  background: var(--sp-gray);
  font-weight: 800;
  font-size: 12px;
  color: var(--sp-muted);
  letter-spacing: 0.04em;
}

.cmp-tbl tbody tr:last-child td {
  border: none;
}

.cmp-tbl .col-us {
  background: #edf6fd !important;
  font-weight: 800;
  color: var(--sp-blue) !important;
}

.cmp-tbl .col-us-head {
  background: #d6eefa !important;
  font-weight: 900;
  color: var(--sp-blue) !important;
}

.check-y {
  color: var(--sp-teal);
  font-weight: 800;
}

.check-n {
  color: #c0c8d4;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   USE CASES
━━━━━━━━━━━━━━━━━━━━━━━ */
.cases {
  background: var(--sp-gray);
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.case-card {
  padding: 26px;
}

.case-card__tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  background: var(--sp-teal);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.case-card__icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.case-card__title {
  font-size: 17px;
  font-weight: 900;
  color: var(--sp-navy);
  margin-bottom: 6px;
  line-height: 1.3;
}

.case-card__before {
  font-size: 12px;
  color: #e74c3c;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.case-card__before::before {
  content: "課題";
  flex-shrink: 0;
  padding: 1px 6px;
  border-radius: 2px;
  background: #fdecea;
  font-weight: 700;
}

.case-card__after {
  font-size: 12px;
  color: var(--sp-green);
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.case-card__after::before {
  content: "改善";
  flex-shrink: 0;
  padding: 1px 6px;
  border-radius: 2px;
  background: #e9faf2;
  font-weight: 700;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   STEPS
━━━━━━━━━━━━━━━━━━━━━━━ */
.steps-sec {
  background: #fff;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}

.steps-grid::before {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(12.5% + 28px);
  right: calc(12.5% + 28px);
  height: 2px;
  background: linear-gradient(90deg, var(--sp-teal), var(--sp-blue));
  z-index: 0;
  border-radius: 999px;
}

.step-card {
  padding: 32px 22px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--sp-teal), var(--sp-blue));
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 6px 20px rgba(45, 167, 224, 0.3);
}

.step-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--sp-navy);
  margin-bottom: 8px;
  line-height: 1.3;
}

.step-text {
  font-size: 13px;
  color: var(--sp-muted);
  line-height: 1.65;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   FAQ
━━━━━━━━━━━━━━━━━━━━━━━ */
.faq {
  background: var(--sp-gray);
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

details.fq {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

details.fq summary {
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 15px;
  color: var(--sp-navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

details.fq summary::-webkit-details-marker {
  display: none;
}

details.fq summary::after {
  content: "+";
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--sp-gray);
  border: 1px solid var(--sp-line);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--sp-teal);
}

details.fq[open] summary::after {
  content: "−";
}

.fq__body {
  padding: 4px 22px 18px;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   CTA
━━━━━━━━━━━━━━━━━━━━━━━ */
.cta-sec {
  background: linear-gradient(155deg, #003a6b, #005d9d 45%, #1278be);
  color: #fff;
  padding: 80px 0;
}

.cta-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 25% 50%, rgba(45, 167, 224, 0.18), transparent 50%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.cta-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}

.cta-title em {
  font-style: normal;
  color: #7dcff5;
}

.cta-lead {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 32px;
}

.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 16px;
}

.cta-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 40px;
}

/* form */
.cta-form {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 32px;
  text-align: left;
}

.cta-form__title {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 22px;
}

.fgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ff {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ff--full {
  grid-column: 1/-1;
}

.ff label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
}

.ff input,
.ff select,
.ff textarea {
  padding: 11px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: 0.2s;
}

.ff input::placeholder,
.ff textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.ff input:focus,
.ff select:focus,
.ff textarea:focus {
  border-color: var(--sp-teal);
  background: rgba(255, 255, 255, 0.14);
}

.ff select option {
  background: #003a6b;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  grid-column: 1/-1;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.consent input {
  margin-top: 2px;
  accent-color: var(--sp-teal);
}

.form-foot {
  grid-column: 1/-1;
  padding-top: 4px;
}

.form-foot .btn {
  width: 100%;
  min-height: 56px;
  font-size: 16px;
  border-radius: 8px;
  letter-spacing: 0.02em;
}

/* ── Utilities ── */
.mt-auto {
  margin-top: auto;
}

.inline-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━
   WHY iRCA SMS
━━━━━━━━━━━━━━━━━━━━━━━ */
.why-sec {
  background: #fff;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.why-card {
  border-radius: var(--r-lg);
  border: 1px solid var(--sp-line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

.why-card__head {
  padding: 36px 36px 28px;
  background: #fff;
}

.why-card--alt .why-card__head {
  background: #fff;
  border-bottom: none;
}

.why-card--alt {
  border: 2px solid var(--sp-teal);
}

.why-card--alt .why-card__num {
  color: var(--sp-teal);
}

.why-card--alt .why-card__num::before {
  background: var(--sp-teal);
}

.why-card--alt .why-card__title {
  color: var(--sp-blue);
}

.why-card--alt .why-card__lead {
  color: var(--sp-muted);
}

.why-card__num {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sp-teal);
  margin-bottom: 14px;
  gap: 8px;
}

.why-card__num::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: var(--sp-teal);
  border-radius: 999px;
}

.why-card__title {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
  color: var(--sp-navy);
}

.why-card__lead {
  font-size: 14px;
  color: var(--sp-muted);
  line-height: 1.8;
}

/* checklist */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--sp-gray);
  border-top: 1px solid var(--sp-line);
  display: grid;
  gap: 0;
  flex: 1;
}

.why-card--alt .why-list {
  background: var(--sp-gray);
  border-top: 1px solid var(--sp-line);
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 36px;
  border-bottom: 1px solid var(--sp-line);
  font-size: 14px;
  font-weight: 700;
  color: var(--sp-text);
}

.why-card--alt .why-list li {
  border-bottom: 1px solid var(--sp-line);
  color: var(--sp-text);
}

.why-list li:last-child {
  border-bottom: none;
}

.why-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sp-teal);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.why-card__foot {
  padding: 20px 36px 28px;
  background: #fff;
  border-top: 1px solid var(--sp-line);
}

.why-card--alt .why-card__foot {
  background: #fff;
  border-top: 1px solid var(--sp-line);
}

.why-card__quote {
  font-size: 15px;
  font-weight: 800;
  color: var(--sp-blue);
  letter-spacing: 0.01em;
  line-height: 1.5;
  padding-left: 14px;
  border-left: 3px solid var(--sp-teal);
}

.why-card--alt .why-card__quote {
  color: var(--sp-blue);
  border-left-color: var(--sp-teal);
}

@media (max-width: 760px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━
   RESPONSIVE
━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 960px) {
  .hero__in,
  .how__inner,
  .pricing__grid {
    grid-template-columns: 1fr;
  }
  .hero__copy {
    padding: 60px 0 0;
  }
  .hero__visual {
    padding: 40px 0 60px;
  }
  .pain-grid,
  .cases-grid,
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .steps-grid::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .pain-grid,
  .cases-grid,
  .steps-grid,
  .fgrid,
  .trust__items {
    grid-template-columns: 1fr;
  }
  .hdr-nav {
    display: none;
  }
  .hero__stats {
    flex-direction: column;
    gap: 12px;
  }
  .hero__stat {
    border: none;
    padding: 0;
    margin: 0;
  }
  .pricing__grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=irca-sms.css.map */
