@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, .services-container .inner {
  zoom: 1;
}
.wrapper:after, .inner:after, .breadcrumb:after, .footercta-section .cta-grid_wrap:after, .services-container .inner: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, .services-container .inner: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%;
  overscroll-behavior: none;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 280px;
  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;
}

/*----------------------------------------
	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 {
  color: #fff;
  transition: color 0.3s ease;
  font-weight: bold;
}

.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: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-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: 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;
}
.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-link {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0;
  margin: 40px 0;
}
@media only screen and (max-width: 680px) {
  .footer-iner__right .summary-link {
    margin: 24px 0 8px;
  }
}
.footer-iner__right .summary-link a {
  display: block;
  padding-right: 16px;
  background: url("../img/common/arrow_right.svg") no-repeat right top 9px/10px 10px;
}
.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;
}

/* =======HERO SECTION STYLES============ */
.hero-section {
  position: relative;
  background: #2EA7E0;
  color: white;
  padding: 0 0 16px;
}
@media only screen and (max-width: 1023.9px) {
  .hero-section {
    padding: 16px 0;
  }
}

.hero-container {
  width: 92%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1023.9px) {
  .hero-container {
    width: 100%;
    text-align: center;
  }
}

.hero-grid {
  display: grid;
  align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 1023.9px) {
  .hero-content {
    width: 100%;
    text-align: center;
    gap: 0;
  }
}

.hero-title {
  text-shadow: 0 0 4px #015D9D;
  font-size: clamp(24px, 3vw, 52px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: white;
}
@media only screen and (max-width: 1023.9px) {
  .hero-title {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.hero-title ruby rt {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  ruby-align: center;
}
@media only screen and (max-width: 680px) {
  .hero-title ruby rt {
    font-size: 10px;
  }
}

.hero-description {
  text-shadow: 0 0 4px #015D9D;
  font-size: clamp(13px, 2vw, 20px);
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1090px) {
  .hero-description {
    font-size: 16px;
  }
}

.hero-badges {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1023.9px) {
  .hero-badges {
    flex-direction: column;
    gap: 8px;
    padding: 0 16px;
  }
}
.hero-badges p {
  font-size: clamp(18px, 2vw, 20px);
  text-shadow: 0 0 4px #015D9D;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 1024px) and (max-width: 1090px) {
  .hero-badges p {
    font-size: 18px;
  }
}
.hero-badges .hero-badge {
  width: 33.82%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .hero-badges .hero-badge {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 680px) {
  .hero-badges .hero-badge {
    width: 100%;
    justify-content: flex-end;
  }
}
.hero-badges .hero-badge img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1090px) {
  .hero-badges .hero-badge img {
    max-width: 64px;
  }
}
@media only screen and (max-width: 1023.9px) {
  .hero-badges .hero-badge img {
    max-width: 64px;
  }
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 24px;
  margin: 0 0 16px;
  padding: 0;
}
@media (max-width: 1080px) {
  .hero-cta-group {
    gap: 8px;
  }
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .hero-cta-group {
    justify-content: center;
    gap: 24px;
  }
}
@media only screen and (max-width: 680px) {
  .hero-cta-group {
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding-bottom: 24px;
    margin: 0;
  }
}
.hero-cta-group .hero-cta-group-item {
  width: 240px;
  position: relative;
}
.hero-cta-group .hero-cta-group-item span.hero-cta-group-item__catch {
  display: block;
  top: -52px;
  left: -28px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin: 0 0 8px 16px;
}
.hero-cta-group .hero-cta-group-item span.hero-cta-group-item__catch::before {
  position: absolute;
  left: -6px;
  top: 22px;
  content: "";
  width: 32px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  transform: rotate(65deg) translateX(-4px);
}
.hero-cta-group .hero-cta-group-item span.hero-cta-group-item__catch::after {
  position: absolute;
  right: -14px;
  top: 22px;
  content: "";
  width: 32px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  transform: rotate(-65deg) translateX(4px);
}
.hero-cta-group .hero-cta-group-item .hero-cta-primary {
  display: block;
  padding: 12px 24px;
  background: #015D9D;
  color: #fff;
  border-radius: 9999px;
  font-weight: 600;
  transition: background-color 0.8s;
  text-align: center;
}
.hero-cta-group .hero-cta-group-item .hero-cta-primary span.freee {
  position: relative;
  top: 4px;
  display: block;
  float: left;
  background: #fff;
  font-weight: 600;
  font-size: 12px;
  color: #015D9D;
  padding: 0 4px;
  text-align: center;
}
.hero-cta-group .hero-cta-group-item .hero-cta-primary:hover {
  background: #fff;
  color: #015D9D;
}
.hero-cta-group .hero-cta-group-item .hero-cta-primary:hover span.freee {
  background: #2EA7E0;
  color: #fff;
}
.hero-cta-group .hero-cta-group-item .hero-cta-secondary {
  display: block;
  padding: 12px 24px;
  background: #fff;
  color: #015D9D;
  border-radius: 9999px;
  font-weight: 600;
  transition: background-color 0.8s;
  text-align: center;
}
.hero-cta-group .hero-cta-group-item .hero-cta-secondary:hover {
  background: #015D9D;
  color: #fff;
}

.hero-image-container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1023.9px) {
  .hero-image-container {
    display: none;
  }
}

.hero-image {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 1024px) {
  .hero-image-sp {
    display: none;
  }
}
@media only screen and (max-width: 1023.9px) {
  .hero-image-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .hero-image-sp img {
    margin-top: -48px;
    padding-bottom: 16px;
  }
}

.scroll-infinity {
  overflow: hidden;
  border-radius: 8px;
  margin: 0 16px;
}

.scroll-infinity__wrap {
  display: flex;
  width: max-content;
  background: #fff;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  height: 80px;
  align-items: center;
  gap: 8px;
  animation: scroll-infinity-left 30s linear infinite;
  margin: 0;
  padding: 0;
}

@keyframes scroll-infinity-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.scroll-infinity__item img {
  height: 80px;
  width: auto;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
@media only screen and (max-width: 680px) {
  .scroll-infinity__item img {
    height: 56px;
  }
}

.carousel-section {
  margin: 16px;
}

.carousel-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.carousel-label {
  color: #bfdbfe;
}

/* Custom Carousel Styles */
.custom-carousel {
  position: relative;
  width: 100%;
  padding: 0;
}

@media (max-width: 768px) {
  .custom-carousel {
    padding: 0;
  }
}
.carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 16px;
  align-items: stretch;
}

.carousel-slide {
  width: 25%;
  flex: 0 0 100%;
  background: #fff;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.carousel-slide:hover {
  background: #ECF9FF;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #015D9D;
}
.carousel-slide a {
  display: block;
}

/* スマホ時：1.5枚見えるようにする */
@media (max-width: 639px) {
  .carousel-track {
    gap: 8px;
    /* 0 or 小さくする（16pxは大きすぎる） */
  }

  .carousel-slide {
    flex: 0 0 calc((100% - 8px) / 1.5);
    /* gapぶん引かないと画面に収まりきらない */
  }
}
@media (min-width: 768px) {
  .carousel-slide {
    flex: 0 0 calc(100% / 3 - 12px);
  }
}
@media (min-width: 1024px) {
  .carousel-slide {
    flex: 0 0 calc(100% / 4 - 12px);
    /* デスクトップ時 */
  }
}
@media (min-width: 1500px) {
  .carousel-slide {
    flex: 0 0 calc(100% / 5 - 14px);
    /* デスクトップ時*/
  }
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(1, 93, 157, 0.8);
  transition: all 0.3s ease;
  z-index: 10;
  color: #015D9D;
}

.carousel-btn:hover {
  background: #2EA7E0;
  color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.carousel-btn-prev {
  left: 0;
}

.carousel-btn-next {
  right: 0;
}

.carousel-card {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.carousel-card .carousel_img {
  width: 100%;
  overflow: hidden;
}
.carousel-card .carousel_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.carousel-card .carousel-card-content {
  height: 68px;
  padding: 10px 16px;
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.carousel-card .carousel-card-content:hover {
  color: #015D9D;
}
.carousel-card .carousel-card-content .text {
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* ===ABOUT FILEMAKER SECTION STYLES========= */
.about-section {
  padding: 80px 16px;
  background: #fff;
}
@media only screen and (max-width: 680px) {
  .about-section {
    padding: 40px 16px;
  }
}
.about-section .about-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 680px) {
  .about-section .about-container {
    padding: 0;
  }
}
.about-section .about-container .about-header {
  text-align: center;
  margin-bottom: 3rem;
}
.about-section .about-container .about-title {
  font-size: clamp(30px, 3.6vw, 36px);
  line-height: 1.4;
}
.about-section .about-container .about-content {
  display: grid;
  gap: 40px;
  align-items: center;
}
.about-section .about-container .about-content_features {
  display: grid;
  gap: 24px 8px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 680px) {
  .about-section .about-container .about-content_features {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.about-section .about-container .about-content_features--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.42px;
}
@media print, screen and (min-width: 1024px) {
  .about-section .about-container .about-content {
    display: flex;
  }
}
.about-section .about-container .about-image {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.about-section .about-container .about-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media print, screen and (min-width: 1024px) {
  .about-section .about-container .about-text {
    padding: 0 0 0 5%;
  }
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .about-section .about-container .about-text {
    align-items: center;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 680px) {
  .about-section .about-container .about-text {
    align-items: center;
    gap: 24px;
  }
  .about-section .about-container .about-text .sec__heading {
    margin-bottom: 0;
  }
}
.about-section .about-container .about-description {
  line-height: 1.7;
}

/* ======SERVICES SECTION STYLES================ */
.services-section {
  background: #fff;
  padding: 0 16px;
}

.services-container {
  width: 100%;
  background: #ECF9FF;
  margin: 0 auto;
  padding: 80px 40px 0;
  border-radius: 8px;
}
@media only screen and (max-width: 680px) {
  .services-container {
    padding: 24px 16px;
  }
}
.services-container .inner {
  width: 100%;
  max-width: 1680px;
}
.services-container .inner .services-rightBox {
  width: 43.6%;
  float: right;
}
@media only screen and (max-width: 680px) {
  .services-container .inner .services-rightBox {
    width: 100%;
    display: block;
  }
  .services-container .inner .services-rightBox .button {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .services-container .inner .services-rightBox .button a {
    margin: 0 auto;
  }
}
.services-container .inner .services-rightBox .services-image {
  float: right;
}
@media only screen and (max-width: 680px) {
  .services-container .inner .services-rightBox .services-image {
    display: none;
  }
}
.services-container .inner .services-header {
  margin-bottom: 40px;
}
.services-container .inner .services-header .services-title {
  font-size: clamp(32px, 3.6vw, 36px);
  line-height: 1.2;
}
.services-container .inner .services-header .services-title span {
  font-size: clamp(22px, 2.4vw, 24px);
}
@media only screen and (max-width: 680px) {
  .services-container .inner .services-header .services-title span {
    display: block;
    margin-bottom: 8px;
  }
}
.services-container .inner .services-grid {
  width: 51.2%;
  float: left;
  display: grid;
  gap: 40px 24px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 16px;
}
@media only screen and (max-width: 680px) {
  .services-container .inner .services-grid {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-container .inner .service-card {
  position: relative;
  display: flex;
  flex-flow: column;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  gap: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.services-container .inner .service-card .service-icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-container .inner .service-card .service-icon-wrapper .service-icon {
  width: 64px;
  height: 64px;
}
.services-container .inner .service-card .service-number {
  position: absolute;
  top: -32px;
  left: 0;
  font-size: 14px;
  color: #2EA7E0;
  font-weight: normal;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.services-container .inner .service-card .service-number span {
  display: block;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: bold;
}
.services-container .inner .service-card p {
  line-height: 1.4;
}
.services-container .inner .service-card .service-description {
  font-size: clamp(22px, 2.4vw, 24px);
  font-weight: bold;
  line-height: 1.4;
  color: #015D9D;
}

/* ==AWARDS SECTION STYLES================= */
.awards-section {
  padding: 4rem 0;
  background: #fff;
}

@media (min-width: 1024px) {
  .awards-section {
    padding: 6rem 0;
  }
}
.awards-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .awards-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .awards-container {
    padding: 0 2rem;
  }
}
.awards-header {
  text-align: center;
}
.awards-header .awards-subtitle {
  font-size: clamp(28px, 3.6vw, 36px);
  margin-bottom: 40px;
  line-height: 1.4;
}
@media only screen and (max-width: 680px) {
  .awards-header .awards-subtitle {
    margin-bottom: 24px;
  }
}
.awards-header .awards-title {
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.4;
}
@media only screen and (max-width: 680px) {
  .awards-header .awards-title {
    font-weight: normal;
  }
}

/* PC時のスライドスタイル */
@media (min-width: 640.9px) {
  .badge-scroll__list {
    width: 100%;
    max-width: 840px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 2fr);
    align-items: center;
    margin: 0 auto 40px;
    padding: 0;
  }
  .badge-scroll__list li {
    width: 100%;
    max-width: 160px;
    height: auto;
  }

  li img {
    height: auto;
    width: 160px;
  }
}
/* スマホ時に横スクロールをON */
@media (max-width: 680px) {
  .badge-scroll {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .badge-scroll__wrap {
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .badge-scroll__list {
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content;
    margin: 0 auto;
    padding: 0;
  }

  .badge-scroll__list li {
    flex: 0 0 auto;
  }

  .badge-scroll__list {
    animation: scroll-left 8s linear infinite;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .badge-scroll__list img {
    width: 33.33vw;
    /* ←画面幅の1/3を1枚に */
    height: auto;
  }
}
@media only screen and (max-width: 680px) and (max-width: 680px) {
  .badge-scroll__list img {
    width: 144px;
  }
}

.no_one {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 20px);
}

/* === CASE SECTION STYLES=================== */
.case-section {
  padding: 80px 24px;
  background: white;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .case-section {
    padding: 24px 16px 40px;
  }
}
.case-section .case-title {
  font-size: clamp(30px, 3.6vw, 36px);
  line-height: 1.4;
  margin-bottom: 32px;
}
@media only screen and (max-width: 680px) {
  .case-section .case-title {
    margin-bottom: 16px;
  }
}
.case-section .case-subtitle {
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.6;
}

.case-grid {
  max-width: 1084px;
  display: grid;
  gap: 32px;
  align-items: stretch;
  margin: 40px auto;
}
@media only screen and (max-width: 680px) {
  .case-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px auto;
  }
}
@media print, screen and (min-width: 680.1px) {
  .case-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.case-grid .case-card {
  position: relative;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.case-grid .case-card:hover {
  background: #ECF9FF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #015D9D;
}
.case-grid .case-card:hover img {
  opacity: 0.6;
}
.case-grid .case-card .post-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 2;
}
.case-grid .case-card .thumbnail {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
@media only screen and (max-width: 1023.9px) {
  .case-grid .case-card .thumbnail {
    width: 100%;
    height: auto;
  }
}
.case-grid .case-card .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1023.9px) {
  .case-grid .case-card .thumbnail img {
    width: 100%;
    height: auto;
  }
}
.case-grid .case-card .case-card-contents {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 auto;
}
.case-grid .case-card .case-card-contents .case-companyname {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 0;
}
.case-grid .case-card .case-card-contents .case-card-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.case-grid .case-card .case-card-contents .case-card-tag a {
  position: relative;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #F5F5F5;
  color: #015D9D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 10;
}
.case-grid .case-card .case-card-contents .case-card-tag a:hover {
  background: #015D9D;
  color: #fff;
  background: #ECF9FF;
  color: #015D9D;
}
.case-grid .case-card .case-card-contents .case-card-title {
  display: block;
  font-size: clamp(20px, 2.4vw, 24px);
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

/* ======SEMINARS SECTION STYLES========= */
.seminars-section {
  background: white;
}
.seminars-section .seminars-container {
  margin: 0 16px;
  padding: 80px 16px;
  background: #ECF9FF;
  border-radius: 8px;
}
@media only screen and (max-width: 680px) {
  .seminars-section .seminars-container {
    padding: 24px 16px;
  }
}
.seminars-section .seminars-header {
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .seminars-section .seminars-header {
    margin-bottom: 24px;
  }
}
.seminars-section .seminars-header .seminars-title {
  font-size: clamp(30px, 3.6vw, 36px);
  line-height: 1.4;
  text-align: center;
}
.seminars-section .seminars-grid {
  max-width: 1084px;
  display: grid;
  gap: 32px;
  align-items: stretch;
  margin: 0 auto;
}
@media print, screen and (min-width: 680.1px) {
  .seminars-section .seminars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 680px) {
  .seminars-section .seminars-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.seminars-section .seminars-grid a {
  max-width: 340px;
  background: white;
  transition: box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  color: #1A1A1A;
}
.seminars-section .seminars-grid a:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #015D9D;
}
.seminars-section .seminars-grid a:hover img {
  opacity: 0.6;
}
.seminars-section .seminars-grid a .seminar-card {
  max-width: 340px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.seminars-section .seminars-grid a .seminar-image {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1023.9px) {
  .seminars-section .seminars-grid a .seminar-image {
    width: 100%;
    height: auto;
  }
}
.seminars-section .seminars-grid a .seminar-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.seminars-section .seminars-grid a .seminar-content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media only screen and (max-width: 680px) {
  .seminars-section .seminars-grid a .seminar-content {
    gap: 8px;
  }
}
.seminars-section .seminars-grid a .seminar-title {
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: clamp(20px, 2.4vw, 24px);
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 1023.9px) {
  .seminars-section .seminars-grid a .seminar-title {
    height: auto;
  }
}
.seminars-section .seminars-grid a .seminar-description {
  height: 53px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.seminars-section .seminars-grid a .seminar-day {
  display: flex;
  gap: 4px;
  align-items: center;
}
.seminars-section .seminars-grid a .seminar-venue {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}
.seminars-section .button-secondary {
  display: block;
  text-align: center;
  margin: 40px auto 0;
}
@media only screen and (max-width: 680px) {
  .seminars-section .button-secondary {
    margin: 24px auto 0;
  }
}

/* ========BLOG/NEWS SECTION STYLES============ */
.blog-news-section {
  padding: 80px 16px;
  background: #fff;
}
@media only screen and (max-width: 680px) {
  .blog-news-section {
    padding: 40px 16px;
  }
}

.blog-news-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
}

.blog-news-grid {
  width: 100%;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 680px) {
  .blog-news-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.section-header h2 {
  font-size: clamp(30px, 3.6vw, 36px);
}
@media only screen and (max-width: 1023.9px) {
  .section-header .button-glay {
    max-width: 220px;
  }
}

.section-link {
  color: #2EA7E0;
  transition: text-decoration 0.3s ease;
}

.section-link:hover {
  text-decoration: underline;
}

.blog-list {
  display: flex;
  gap: 32px;
}
@media (max-width: 800px) {
  .blog-list {
    gap: 16px;
  }
}
@media only screen and (max-width: 680px) {
  .blog-list {
    flex-direction: column;
    align-items: center;
  }
}
.blog-list a {
  border: 1px solid #e5e7eb;
  background: white;
  transition: box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  color: #1A1A1A;
}
.blog-list a:hover {
  background: #ECF9FF;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #015D9D;
}
.blog-list a .blog-card {
  width: 100%;
  max-width: 312px;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
@media only screen and (max-width: 680px) {
  .blog-list a .blog-card {
    width: 100%;
    max-width: 340px;
  }
}
.blog-list a .blog-card .blog-card-inner {
  display: flex;
  flex-direction: column;
}
.blog-list a .blog-card .blog-image-wrapper {
  width: 100%;
  height: 152px;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .blog-list a .blog-card .blog-image-wrapper {
    height: auto;
  }
}
.blog-list a .blog-card .blog-image-wrapper img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.blog-list a .blog-card .blog-content {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  overflow-wrap: anywhere;
  flex: 1 auto;
}
.blog-list a .blog-card .blog-title {
  height: 108px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: clamp(20px, 2.4vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-wrap: wrap !important;
}
@media only screen and (max-width: 1023.9px) {
  .blog-list a .blog-card .blog-title {
    height: auto;
  }
}
.blog-list a .blog-card .blog-description {
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news {
  width: 100%;
}

.info-list {
  width: 100%;
  padding-top: 24px;
  border-top: 1px dashed #CCC;
  margin: 0;
  padding: 0;
}
.info-list__item {
  margin-bottom: 0;
}
.info-list__item a {
  display: flex;
  padding: 22px 0;
  text-decoration: none;
  border-bottom: 1px dashed #CCC;
  color: #1A1A1A;
  gap: 16px;
  align-items: center;
}
.info-list__item a:hover {
  background: #ECF9FF;
}
@media only screen and (max-width: 680px) {
  .info-list__item a {
    display: block;
  }
}
.info-list__item a:hover {
  color: #015D9D;
  cursor: pointer;
}
.info-list__date {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.info-list .label-category {
  min-width: 114px;
  display: inline-block;
  background: #2EA7E0;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 2;
}
.info-list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
