@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");
.wrapper, .inner, .breadcrumb, .footercta-section .cta-grid_wrap {
  zoom: 1;
}
.wrapper:after, .inner:after, .breadcrumb:after, .footercta-section .cta-grid_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .wrapper:after, .inner:after, .breadcrumb:after, .footercta-section .cta-grid_wrap: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: calc(100% - 33.3%);
  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: calc(100% - 33.3%);
  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: calc(100% - 33.3%);
  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: .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: 50%;
  padding: 0;
  margin: 0;
}

.dropdown-menu .column {
  align-items: stretch;
}
.dropdown-menu .column .navi-imgWrap {
  display: flex;
  width: 50%;
  background: #ECF9FF;
  align-items: center;
}
.dropdown-menu .column .navi_child {
  padding-left: 32px;
  border-bottom: solid 1px #ECF9FF;
}
.dropdown-menu .column .navi_child-list a {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 2px 16px;
  font-weight: bold;
  color: #015D9D;
}
.dropdown-menu .column .navi_child-list a:hover {
  color: #2EA7E0;
}
.dropdown-menu .column .navi_child-list a::before,
.dropdown-menu .column .navi_child-list a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2EA7E0;
  border-right: 2px solid #2EA7E0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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.border-none {
  border-bottom: none;
}
.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-nav .navi_child {
  margin: 0;
  padding: 0 0 4px 0;
}
.mobile-menu-nav .navi_child li a {
  padding: 10px 24px;
  color: #6b7280;
}

.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: 10px 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_naviWrap .footer-iner__right_navi ul .footer-navi_lower_child {
  padding-left: 16px;
}
.footer-iner__right_naviWrap .footer-iner__right_navi ul .footer-navi_lower_child-list a::before {
  background-color: #fff;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 2px;
}
.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;
}

.service-hero {
  width: 100%;
  background: #2EA7E0;
}
.service-hero .hero-container {
  width: 92%;
  max-width: 1680px;
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 32px 24px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1023.9px) {
  .service-hero .hero-container {
    flex-direction: column;
    text-align: center;
    padding: 32px 16px 0;
    gap: 0;
  }
}
.service-hero .service-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1023.9px) {
  .service-hero .service-content {
    width: 100%;
  }
}
.service-hero .service-image {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
@media only screen and (max-width: 1023.9px) {
  .service-hero .service-image {
    width: 85%;
    margin: 0 auto;
  }
}
.service-hero .service-image img {
  width: 100%;
  max-width: 364px;
  height: auto;
}

.read_head {
  text-align: center;
}
.read_head .sec__heading {
  margin-bottom: 16px;
}

.assignments {
  padding: 80px 16px;
}
@media only screen and (max-width: 1023.9px) {
  .assignments {
    padding: 40px 16px;
  }
}
.assignments .problem-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 32px auto -40px;
}
@media only screen and (max-width: 680px) {
  .assignments .problem-container {
    flex-wrap: wrap;
    gap: 16px;
    margin: 32px auto -24px;
  }
}
@media only screen and (max-width: 680px) {
  .assignments .problem-container {
    flex-direction: column;
    align-items: center;
  }
}
.assignments .problem-card {
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 16px;
  flex: 1;
  min-width: 220px;
  max-width: 280px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.assignments .problem-card:nth-child(1) {
  margin-top: 80px;
}
@media only screen and (max-width: 680px) {
  .assignments .problem-card:nth-child(1) {
    margin-top: 0;
  }
}
.assignments .problem-card:nth-child(2) {
  margin-top: 0;
}
.assignments .problem-card:nth-child(3) {
  margin-top: 10px;
}
@media only screen and (max-width: 680px) {
  .assignments .problem-card:nth-child(3) {
    margin-top: 0;
  }
}
.assignments .problem-card:nth-child(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 680px) {
  .assignments .problem-card:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .assignments .problem-card {
    flex: none;
    width: calc(50% - 16px);
    max-width: 100%;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .assignments .problem-card {
    width: 100%;
    max-width: 400px;
  }
}
.assignments .problem-title {
  color: #015D9D;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
.assignments .problem-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.assignments .problem-illustration {
  width: 100%;
  max-width: 414px;
  margin: 0 auto 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assignments .problem-illustration img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .assignments .problem-illustration {
    margin-top: 20px;
    max-width: 194px;
  }
}
.assignments .text--f30 {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: bold;
}

.utilize-section {
  padding: 80px 16px;
}
@media only screen and (max-width: 680px) {
  .utilize-section {
    padding: 40px 16px;
  }
}
.utilize-section .feature-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .utilize-section .feature-container {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media only screen and (max-width: 680px) {
  .utilize-section .feature-container {
    flex-direction: column;
    align-items: center;
    padding: 32px 0;
  }
}
.utilize-section .feature-card {
  flex: 1;
  min-width: 220px;
  max-width: 280px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .utilize-section .feature-card {
    flex: none;
    width: calc(50% - 12px);
    max-width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .utilize-section .feature-card {
    width: 100%;
    max-width: 390px;
  }
}
.utilize-section .card-image {
  width: 100%;
  margin-bottom: 16px;
}
.utilize-section .card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.utilize-section .card-title {
  color: #015D9D;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px 0;
  line-height: 1.4;
  min-height: 56px;
}
@media only screen and (max-width: 1023.9px) {
  .utilize-section .card-title {
    min-height: auto;
  }
}
.utilize-section .card-text {
  margin: 0;
  text-align: left;
}
.utilize-section .flow-section {
  max-width: 1180px;
  background-color: #ECF9FF;
  padding: 32px 24px 24px 24px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto 8px auto;
}
.utilize-section .flow-section .flow-heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 680px) {
  .utilize-section .flow-section .flow-heading {
    font-size: 24px;
  }
}
.utilize-section .flow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media only screen and (max-width: 680px) {
  .utilize-section .flow-container {
    flex-direction: column;
    gap: 16px;
  }
}
.utilize-section .flow-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 16px 16px;
  flex: 1;
  width: 100%;
  max-width: 320px;
  min-height: 260px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 680px) {
  .utilize-section .flow-card {
    max-width: 400px;
    min-height: auto;
    padding: 36px 20px 24px 20px;
  }
}
.utilize-section .flow-card .card-num {
  position: absolute;
  top: -16px;
  font-family: "Roboto", sans-serif;
  color: #2EA7E0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.utilize-section .flow-card .card-title {
  color: #015D9D;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px 0;
  line-height: 1.4;
  min-height: 50px;
}
@media only screen and (max-width: 680px) {
  .utilize-section .flow-card .card-title {
    min-height: auto;
  }
}
.utilize-section .flow-card .card-text {
  text-align: center;
  margin: 0 0 24px 0;
}
.utilize-section .flow-card .card-tag {
  margin-top: auto;
  background-color: #ECF9FF;
  color: #2EA7E0;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 3px;
  white-space: nowrap;
  text-align: center;
}
.utilize-section .flow-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #2EA7E0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023.9px) {
  .utilize-section .flow-arrow {
    border-width: 12px 8px 0 8px;
    border-color: #2EA7E0 transparent transparent transparent;
    margin: 4px 0;
  }
}

.comparison-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.comparison-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1180px;
  margin: 40px auto 0;
  gap: 40px;
}
@media only screen and (max-width: 1023.9px) {
  .comparison-container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}

.comparison-column {
  flex: 1;
  max-width: 590px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comparison-column .column-title {
  color: #015D9D;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px 0;
  line-height: 1.4;
}
.comparison-column .column-lead {
  text-align: center;
  margin: 0 0 32px 0;
}
.comparison-column .comparison-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 24px;
}
.comparison-column .comparison-list li {
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.comparison-column .comparison-list li:last-child {
  margin-bottom: 0;
}
.comparison-column .comparison-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background-color: #ECF9FF;
  border-radius: 50%;
}
.comparison-column .comparison-list li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #2EA7E0;
  border-bottom: 2px solid #2EA7E0;
  transform: rotate(45deg);
}
.comparison-column .column-summary {
  margin-top: auto;
  color: #2EA7E0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.comparison-divider {
  width: 1px;
  background-color: #9dd6f0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023.9px) {
  .comparison-divider {
    display: none;
  }
}

.price-section {
  background-color: #ECF9FF;
  border-radius: 16px;
  margin: 0 16px;
  padding: 60px 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023.9px) {
  .price-section {
    padding: 40px 20px;
  }
}

.price-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin: 32px auto;
}
@media only screen and (max-width: 1023.9px) {
  .price-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 56px auto 32px;
  }
}

.price-card {
  background-color: #ffffff;
  border: 2px solid #2EA7E0;
  border-radius: 8px;
  padding: 24px;
  flex: 1;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 180px;
  column-gap: 16px;
}
@media only screen and (max-width: 1023.9px) {
  .price-card {
    min-height: auto;
    padding: 24px;
  }
}
.price-card .badge {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2EA7E0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px 16px;
  border-radius: 40px;
  line-height: 1.3;
  white-space: nowrap;
}
@media only screen and (max-width: 1023.9px) {
  .price-card .badge {
    position: absolute;
    top: -48px;
  }
}
.price-card .badge .badge_bold {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.price-card .badge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #2EA7E0 transparent transparent;
  translate: -50% 100%;
}
.price-card .card-title {
  color: #015D9D;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px 0;
  text-align: center;
}
.price-card .card-note {
  color: #1A1A1A;
  font-size: 14px;
  margin: 0 0 4px 0;
  text-align: center;
}
.price-card .card-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: bold;
}
.price-card .card-amount .num {
  font-size: 40px;
  line-height: 1;
}
.price-card .card-amount .unit {
  margin-left: 2px;
}

.price-footer {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-footer .footer-note-main {
  text-align: center;
  margin: 0 0 24px 0;
}
.price-footer .footer-notice-list {
  display: flex;
  padding: 0;
  margin: 0 0 40px 0;
  line-height: 1.6;
}
@media only screen and (max-width: 1023.9px) {
  .price-footer .footer-notice-list {
    display: block;
  }
}
.price-footer .price-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #015D9D;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 64px;
  border-radius: 30px;
  transition: background-color 0.2s ease;
  position: relative;
}
.price-footer .price-btn:hover {
  background-color: #013f6a;
}
.price-footer .price-btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
  top: calc(50% - 4px);
}
@media only screen and (max-width: 1023.9px) {
  .price-footer .price-btn {
    width: 100%;
    max-width: 280px;
    box-sizing: border-box;
    padding: 14px 20px;
  }
}

.table-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 16px;
}
@media only screen and (max-width: 1023.9px) {
  .table-section {
    padding: 40px 16px;
  }
}

.table_wrap {
  width: 840px;
  position: relative;
  max-width: 100%;
  margin: 32px auto 0;
  overflow: hidden;
}

.js-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1024px) {
  .js-scrollable {
    overflow: visible;
  }
  .js-scrollable .scroll-hint-icon-wrap {
    display: none !important;
  }
}

.comparison-table {
  width: 840px;
  border-collapse: collapse;
  text-align: center;
  background-color: #fff;
  border: 1px solid #2EA7E0;
}
.comparison-table th, .comparison-table td {
  padding: 16px;
  border-bottom: 1px solid #ECF9FF;
  vertical-align: middle;
  box-sizing: border-box;
}
.comparison-table th:last-child, .comparison-table td:last-child {
  border-right: none;
}
.comparison-table tr:last-child th, .comparison-table tr:last-child td {
  border-bottom: none;
}
.comparison-table thead tr {
  background-color: #ECF9FF;
}
.comparison-table thead tr th {
  font-weight: bold;
  border-bottom: 2px solid #ECF9FF;
}
.comparison-table tbody th {
  font-weight: bold;
  text-align: left;
  padding: 16px;
  background-color: #fff;
  width: 25%;
}
.comparison-table tbody td {
  width: 25%;
  padding: 16px 8px;
}
.comparison-table .is-featured {
  background-color: #DAF0FF;
}
.comparison-table thead th.is-featured {
  color: #015D9D;
  border-bottom: 1px solid #fff;
}
.comparison-table .text-blue {
  color: #015D9D;
}
.comparison-table .font-bold {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.comparison-table .icon-circle {
  color: #2EA7E0;
  margin-right: 4px;
  vertical-align: middle;
}
.comparison-table .icon-triangle {
  color: #8D9AA8;
  margin-right: 4px;
  vertical-align: middle;
}
.comparison-table .text-left {
  text-align: left;
}

.cases-section {
  background-color: #fff;
  padding: 80px 0;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1023.9px) {
  .cases-section {
    padding: 40px 0;
  }
}
.cases-section .cases-heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 16px 0;
}
.cases-section .cases-subheading {
  text-align: center;
  margin: 0 0 32px 0;
}

.carousel-outer-container {
  max-width: 1100px;
  margin: 32px auto 0;
  position: relative;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .carousel-outer-container {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 680px) {
  .carousel-outer-container {
    padding: 0 32px;
  }
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.carousel-track-container {
  width: 100%;
  overflow: visible;
}
@media only screen and (max-width: 1023.9px) {
  .carousel-track-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .carousel-track-container::-webkit-scrollbar {
    display: none;
  }
}

.carousel-track {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.case-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  width: calc((100% - 40px) / 3);
  flex-shrink: 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .case-card {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 680px) {
  .case-card {
    width: 100%;
  }
}
.case-card .card-image {
  width: 100%;
  height: 160px;
  background-color: #eee;
}
.case-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case-card .card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.case-card .card-tag {
  display: inline-block;
  align-self: flex-start;
  border: 1px solid #8D9AA8;
  padding: 4px 8px;
  margin-bottom: 8px;
}
.case-card .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
  margin: 0 0 16px 0;
}
.case-card .card-block {
  margin-bottom: 12px;
}
.case-card .card-block:last-child {
  margin-bottom: 0;
}
.case-card .card-block .label-badge {
  display: inline-block;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.case-card .card-block .label-badge.is-problem {
  background-color: #FDECEA;
  color: #DC0000;
}
.case-card .card-block .label-badge.is-improvement {
  background-color: #ECF9FF;
  color: #015D9D;
}
.case-card .card-block .block-text {
  margin: 0;
}

.carousel-control {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #87cced;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.carousel-control.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.carousel-control::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #2EA7E0;
  border-right: 2px solid #2EA7E0;
}
.carousel-control.is-prev {
  left: -16px;
}
.carousel-control.is-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.carousel-control.is-next {
  right: -16px;
}
.carousel-control.is-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .carousel-control.is-prev {
    left: -16px;
  }
  .carousel-control.is-next {
    right: -16px;
  }
}
@media only screen and (max-width: 680px) {
  .carousel-control.is-prev {
    left: -16px;
  }
  .carousel-control.is-next {
    right: -16px;
  }
}

.step-section {
  background-color: #ECF9FF;
  border-radius: 16px;
  margin: 0 16px 16px;
  padding: 80px 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023.9px) {
  .step-section {
    padding: 40px 16px;
  }
}

.step-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin: 40px auto 0;
  max-width: 1100px;
}
@media only screen and (max-width: 1023.9px) {
  .step-container {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

.step-card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  flex: 1;
  max-width: 240px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .step-card {
    max-width: 100%;
  }
}

.step-label {
  position: absolute;
  top: -16px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
  line-height: 1;
}
.step-label .step-text {
  font-size: 14px;
  font-weight: bold;
  color: #2EA7E0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}
.step-label .step-num {
  font-size: 24px;
  font-weight: bold;
  color: #2EA7E0;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1023.9px) {
  .step-label {
    margin-bottom: 0;
  }
}

.step-icon {
  color: #2EA7E0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.step-icon svg {
  width: 40px;
  height: 40px;
}

.step-title {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  margin: 0 0 16px 0;
  line-height: 1.4;
}
@media only screen and (max-width: 1023.9px) {
  .step-title {
    font-size: 15px;
    margin-bottom: 6px;
  }
}

.step-text-body {
  margin: 0;
}
@media only screen and (max-width: 1023.9px) {
  .step-text-body {
    font-size: 13px;
  }
}

.step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  margin: 0 4px;
  position: relative;
  top: 0;
}
.step-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #2EA7E0;
}
@media only screen and (max-width: 1023.9px) {
  .step-arrow {
    width: 100%;
    max-width: 340px;
    height: 24px;
    margin: 4px 0;
  }
  .step-arrow::after {
    border-width: 12px 8px 0 8px;
    border-color: #2EA7E0 transparent transparent transparent;
  }
}
@media only screen and (max-width: 680px) {
  .step-arrow {
    max-width: 100%;
  }
}

.mb32 {
  margin-bottom: 32px;
}

.page__contents {
  padding-bottom: 16px;
}
