@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%;
  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;
}

/*----------------------------------------
	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 {
  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;
}

main {
  background: #fff;
}

.page-template-page-contact .page__contents .column, .page-template-page-estimate .page__contents .column {
  max-width: 1232px;
  display: flex;
  gap: 40px;
  margin: 0 auto 64px;
  padding: 80px 16px 120px;
}
@media only screen and (max-width: 680px) {
  .page-template-page-contact .page__contents .column, .page-template-page-estimate .page__contents .column {
    display: block;
    padding: 40px 16px;
    margin: 0 auto;
  }
}
.page-template-page-contact .page__contents .column .contact_detail, .page-template-page-estimate .page__contents .column .contact_detail {
  width: 50%;
}
@media only screen and (max-width: 680px) {
  .page-template-page-contact .page__contents .column .contact_detail, .page-template-page-estimate .page__contents .column .contact_detail {
    width: 100%;
  }
}
.page-template-page-contact .page__contents .column .contact_detail .contact_example, .page-template-page-estimate .page__contents .column .contact_detail .contact_example {
  padding: 0;
}
.page-template-page-contact .page__contents .column .contact_detail .contact_example li, .page-template-page-estimate .page__contents .column .contact_detail .contact_example li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.page-template-page-contact .page__contents .column .contact_detail .contact_example li:before, .page-template-page-estimate .page__contents .column .contact_detail .contact_example li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #2EA7E0;
  border-radius: 50%;
}
.page-template-page-contact .page__contents .column .contact_detail .case_study, .page-template-page-estimate .page__contents .column .contact_detail .case_study {
  padding: 8px 4px 0 0;
  line-height: 1.6;
}
.page-template-page-contact .page__contents .column .contact_detail .case_study span, .page-template-page-estimate .page__contents .column .contact_detail .case_study span {
  display: block;
  color: #015D9D;
}
.page-template-page-contact .page__contents .column .contact_detail .contact_tel, .page-template-page-estimate .page__contents .column .contact_detail .contact_tel {
  background: #ECF9FF;
  padding: 16px;
  border-radius: 8px;
  margin-top: 40px;
}
@media only screen and (max-width: 680px) {
  .page-template-page-contact .page__contents .column .contact_detail .contact_tel, .page-template-page-estimate .page__contents .column .contact_detail .contact_tel {
    margin-top: 24px;
  }
}
.page-template-page-contact .page__contents .column .contact_detail .contact_tel address, .page-template-page-estimate .page__contents .column .contact_detail .contact_tel address {
  padding: 8px 0;
  font-style: normal;
}
.page-template-page-contact .page__contents .column .contact_detail .contact_tel address .tel, .page-template-page-estimate .page__contents .column .contact_detail .contact_tel address .tel {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.page-template-page-contact .page__contents .column .contact_detail .badge_column, .page-template-page-estimate .page__contents .column .contact_detail .badge_column {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 680px) {
  .page-template-page-contact .page__contents .column .contact_detail .badge_column, .page-template-page-estimate .page__contents .column .contact_detail .badge_column {
    margin-top: 24px;
  }
}
.page-template-page-contact .page__contents .column .contact_detail .badge_column .img-wrap, .page-template-page-estimate .page__contents .column .contact_detail .badge_column .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-contact .page__contents .column .contact_detail .column08, .page-template-page-estimate .page__contents .column .contact_detail .column08 {
  display: flex;
  gap: 8px;
}
.page-template-page-contact .page__contents .column .sidebar, .page-template-page-estimate .page__contents .column .sidebar {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 680px) {
  .page-template-page-contact .page__contents .column .sidebar, .page-template-page-estimate .page__contents .column .sidebar {
    width: 100%;
  }
}
.page-template-page-contact .page__contents .column .sidebar .formWrap, .page-template-page-estimate .page__contents .column .sidebar .formWrap {
  width: 100%;
  padding: 16px 0 0 0;
}
.page-template-page-contact .page__contents .column .sidebar .formWrap .satori__custom_form, .page-template-page-estimate .page__contents .column .sidebar .formWrap .satori__custom_form {
  width: 100%;
}
.page-template-page-contact .page__contents .column .sidebar .formWrap .satori__custom_form #satori__form_body, .page-template-page-estimate .page__contents .column .sidebar .formWrap .satori__custom_form #satori__form_body {
  width: 100%;
  text-align: left;
}

.thanks_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 16px;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .thanks_section {
    padding: 32px 16px 0;
  }
}
.thanks_section .home_link a {
  text-decoration: underline;
  color: #015D9D;
}
.thanks_section .home_link a:hover {
  color: #2EA7E0;
}

.page__contents {
  padding-bottom: 16px;
}
