.site-body-bottom{
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 10px;
}

@media (min-width: 768px) {
.site-body-bottom{
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 110px;
}
}

.global-nav-list .sub-menu{
min-width:0px!important;
}

footer.site-footer {
    background: #fcfdff;
}

@media (min-width: 768px) {
footer.site-footer .menu.footer-nav-list {
display: flex;
justify-content: center;
flex-wrap: wrap;
row-gap: 10px;
}
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

header {
  background: #fcfdff;
}
header #site-header-container {
  background: none;
}

.header_scrolled .site-header{
  background: #fcfdff;
}
header #site-header-container #global-nav {
  background: none;
}

.btn {
  max-width: 220px;
  width: 100%;
  padding: 0 !important;
}
.btn a {
  width: 100%;
  display: block;
  padding: 10px 15px 10px 5px;
  text-align: center;
  color: white;
  font-weight: 600;
  background: linear-gradient(90deg, #23a6bf 0%, #4ab793 100%);
  transition: 0.2s;
  border-radius: 10px;
}
.btn a.arrow {
  position: relative;
}
.btn a.arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.2s;
}
.btn a.arrow:hover {
  color: white;
  opacity: 0.7;
  transition: 0.2s;
}
.btn a.arrow:hover::before {
  right: 12px;
  transition: 0.2s;
}

.sec_slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sec_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.sec_slider .slick-list {
  position: relative;
}
.sec_slider .slick-list .slide-img {
  vertical-align: bottom;
}
.sec_slider .slick-list .slide-text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5%;
  display: table;
}
.sec_slider .slick-list .slide-text .ttltxt {
  margin: 0;
  padding: 0;
  color: #124681;
  font-weight: bold;
  font-size: clamp(26px, 5vw, 50px);
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 0 0 10px white,0 0 10px white;
}
.sec_slider .slick-list .slide-text .ttltxt .small {
  font-size: clamp(20px, 4vw, 40px);
}
.sec_slider .slick-list .slide-text .txt001 {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  margin: 0;
  padding: 5px 10px;
  background: white;
  margin-bottom: 15px;
  text-shadow: 0 0 10px white,0 0 10px white;
}
.sec_slider ul.slick-dots {
  bottom: 40px;
}
.sec_slider ul.slick-dots li button {
  opacity: 1;
}
.sec_slider ul.slick-dots li button::before {
  font-size: 12px;
  opacity: 1;
  color: #c2d8f0;
}
.sec_slider ul.slick-dots li.slick-active button::before {
  color: white;
}

.bg001 {
  background: url("/wp-content/uploads/2026/02/bgtexture.png") repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bg001 .container .sec_linkbnr {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .bg001 .container .sec_linkbnr {
    padding: 30px 0 30px 0;
  }
}
.bg001 .container .sec_linkbnr .flexbox {
  display: flex;
  gap: 1.3333333333%;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media (max-width: 1200px) {
  .bg001 .container .sec_linkbnr .flexbox {
    gap: 2%;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .bg001 .container .sec_linkbnr .flexbox {
    row-gap: 10px;
  }
}
.bg001 .container .sec_linkbnr .flexbox .box {
  width: 24%;
  background: white;
  padding: 20px 30px 20px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 5px #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.bg001 .container .sec_linkbnr .flexbox .box:hover {
  background: #fffdf2;
  transition: 0.2s;
}
.bg001 .container .sec_linkbnr .flexbox .box::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 2px solid #124681;
  border-right: 2px solid #124681;
  transform: rotate(45deg);
  right: 15px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
.bg001 .container .sec_linkbnr .flexbox .box:hover::after {
  right: 10px;
  transition: 0.2s;
}

@media (max-width: 767px) {
.bg001 .container .sec_linkbnr .flexbox .box::after {
right: 10px;
}
.bg001 .container .sec_linkbnr .flexbox .box:hover::after {
right:7px;
}
}

.bg001 .container .sec_linkbnr .flexbox .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media (max-width: 1200px) {
  .bg001 .container .sec_linkbnr .flexbox .box {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .bg001 .container .sec_linkbnr .flexbox .box {
    padding: 10px 20px 10px 20px;
  }
}

.bg001 .container .sec_linkbnr .flexbox .box .ttltxt {
  margin: 0;
  padding: 0;
  color: #124681;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1;
  padding: 10px 0 20px 0;
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon {
  padding-left: 70px;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon {
    padding-left: 30px;
  }
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon::before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: -20px;
  right: auto;
  top: 0;
  bottom: 10px;
  margin: auto;
}
@media (max-width: 767px) {
  .bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon::before {
    width: 50px;
    height: 50px;
  }
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon.icon1::before {
  background: url("/wp-content/uploads/2026/02/top_icon001.png") center center/cover;
  border-radius: 100px;
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon.icon2::before {
  background: url("/wp-content/uploads/2026/02/top_icon002.png") center center/cover;
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon.icon3::before {
  background: url("/wp-content/uploads/2026/02/top_icon003.png") center center/cover;
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon.icon4::before {
  background: url("/wp-content/uploads/2026/02/top_icon004.png") center center/cover;
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon.icon5::before {
  background: url("/wp-content/uploads/2026/02/top_icon005.png") center center/cover;
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon.icon6::before {
  background: url("/wp-content/uploads/2026/02/top_icon006.png") center center/cover;
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon.icon7::before {
  background: url("/wp-content/uploads/2026/02/top_icon007.png") center center/cover;
}
.bg001 .container .sec_linkbnr .flexbox .box .ttltxt .icon.icon8::before {
  background: url("/wp-content/uploads/2026/02/top_icon008.png") center center/cover;
}
.bg001 .container .sec_linkbnr .flexbox .box .text001 {
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 1.6vw, 16px);
  min-height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
.bg001 .container .sec_linkbnr .flexbox .box .text001 {
display: block;
min-height: 0px;
}
}

.bg002 {
  background: url("/wp-content/uploads/2026/03/bg_img002.png") no-repeat center center/cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bg002 .container .sec_linkbnr2 {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .bg002 .container .sec_linkbnr2 {
    padding: 30px 0 30px 0;
  }
}
.bg002 .container .sec_linkbnr2 .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 15px;
}
.bg002 .container .sec_linkbnr2 .flexbox .box {
  width: 49%;
}
@media (max-width: 767px) {
  .bg002 .container .sec_linkbnr2 .flexbox .box {
    width: 100%;
  }
}
.bg002 .container .sec_linkbnr2 .flexbox .box {
  border-radius: 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  box-sizing: border-box;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .ttltxt {
  font-size: clamp(22px, 2.8vw, 28px);
  color: #124681;
  font-weight: bold;
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .bg002 .container .sec_linkbnr2 .flexbox .box .ttltxt {
    min-height: 0px;
  }
}
.bg002 .container .sec_linkbnr2 .flexbox .box .ttltxt::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: auto;
  background: #124681;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .conttxt {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: center;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .imgbox {
  margin-bottom: 10px;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .imgbox img {
  border-radius: 15px;
  vertical-align: bottom;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr {
  background: white;
  border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr:not(:last-child) {
  margin-bottom: 5px;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr:last-child {
  margin-bottom: 20px;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr .classtxt {
  padding-left: 70px;
  position: relative;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr .classtxt .txt001 {
  font-weight: bold;
  color: #124681;
  font-size: clamp(16px, 1.8vw, 18px);
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr .classtxt .txt002 {
  margin: 0;
  padding: 0;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr .classtxt::before {
  content: "";
  width: 60px;
  height: 60px;
  left: 0;
  right: auto;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr .classtxt.icon001::before {
  background: url("/wp-content/uploads/2026/03/top_linkicon001.png") no-repeat center center/cover;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr .classtxt.icon002::before {
  background: url("/wp-content/uploads/2026/03/top_linkicon002.png") no-repeat center center/cover;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr .classtxt.icon003::before {
  background: url("/wp-content/uploads/2026/03/top_linkicon001.png") no-repeat center center/cover;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .classbnr .classtxt.icon004::before {
  background: url("/wp-content/uploads/2026/03/top_linkicon003.png") no-repeat center center/cover;
}
.bg002 .container .sec_linkbnr2 .flexbox .box .btn {
  margin-top: 30px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.bg003 {
  background: url("/wp-content/uploads/2026/03/bg_img003.png") no-repeat center bottom/cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bg003 .container .sec_linkbnr3 {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .bg003 .container .sec_linkbnr3 {
    padding: 30px 0 30px 0;
  }
}
.bg003 .container .sec_linkbnr3 .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 15px;
}
.bg003 .container .sec_linkbnr3 .flexbox .box {
  width: 49%;
}
@media (max-width: 767px) {
  .bg003 .container .sec_linkbnr3 .flexbox .box {
    width: 100%;
  }
}
.bg003 .container .sec_linkbnr3 .flexbox .box {
  border-radius: 15px;
  position: relative;
  background: white;
  padding: 20px;
  box-sizing: border-box;
}
.bg003 .container .sec_linkbnr3 .flexbox .box .map_container {
  width: 100%;
  padding-top: 400px;
  position: relative;
}
.bg003 .container .sec_linkbnr3 .flexbox .box .map_container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.bg003 .container .sec_linkbnr3 .flexbox .box .btn {
  display: table;
  margin: auto;
  margin-top: 10px;
}



//ここから下層パーツ
@charset "UTF-8";
.page-header-title {
  font-size: clamp(28px, 3vw, 36px);
  display: block;
}
.page-header-title::after {
  content: none;
}

.site-body {
  padding: 0 !important;
}

.under section.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 0;
}
.under section.section:nth-of-type(even) {
  background: #eff8ff;
}
@media (max-width: 767px) {
  .under section.section {
    padding: 40px 0;
  }
}
.under section.section .container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.under .underh2 {
  font-size: clamp(24px, 2.6666666667vw, 32px);
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.under .underh2:after {
  content: "";
  width: 30px;
  height: 4px;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #124681;
  position: absolute;
}
.under .underh3 {
  font-size: clamp(20px, 2vw, 24px);
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  border-bottom: 2px solid #4d98ec;
}
.under .underh3::after {
  content: "";
  position: absolute;
  left: 10px;
  right: auto;
  bottom: 10px;
  top: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #4d98ec;
}
.under .underh4 {
  font-size: clamp(18px, 1.6666666667vw, 20px);
  text-align: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.under .underh4::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 10px;
  border-radius: 3px;
  background: #a8cdf7;
}
.under .underh5 {
  font-size: clamp(16px, 1.5vw, 18px);
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
}
.under .underh5::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  border-radius: 5px;
  background: #4d98ec;
}
.under .imgbox img {
  vertical-align: bottom;
}
.under .undertxt {
  margin: 0;
  padding: 0;
}
.under .map-container iframe {
  height: 450px;
}
@media (max-width: 767px) {
  .under .map-container iframe {
    height: 250px;
  }
}
@media (hover: hover) {
  .under a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 768px) {
.pc-text-center {
text-align: center;
}
}

.under .undermt-0 {
  margin-top: 0px !important;
}
.under .undermb-0 {
  margin-bottom: 0px !important;
}
.under .underpt-0 {
  padding-top: 0px !important;
}
.under .underpb-0 {
  padding-bottom: 0px !important;
}
.under .undermt-5 {
  margin-top: 5px !important;
}
.under .undermb-5 {
  margin-bottom: 5px !important;
}
.under .underpt-5 {
  padding-top: 5px !important;
}
.under .underpb-5 {
  padding-bottom: 5px !important;
}
.under .undermt-10 {
  margin-top: 10px !important;
}
.under .undermb-10 {
  margin-bottom: 10px !important;
}
.under .underpt-10 {
  padding-top: 10px !important;
}
.under .underpb-10 {
  padding-bottom: 10px !important;
}
.under .undermt-20 {
  margin-top: 20px !important;
}
.under .undermb-20 {
  margin-bottom: 20px !important;
}
.under .underpt-20 {
  padding-top: 20px !important;
}
.under .underpb-20 {
  padding-bottom: 20px !important;
}
.under .undermt-30 {
  margin-top: 30px !important;
}
.under .undermb-30 {
  margin-bottom: 30px !important;
}
.under .underpt-30 {
  padding-top: 30px !important;
}
.under .underpb-30 {
  padding-bottom: 30px !important;
}
.under .undermt-40 {
  margin-top: 40px !important;
}
.under .undermb-40 {
  margin-bottom: 40px !important;
}
.under .underpt-40 {
  padding-top: 40px !important;
}
.under .underpb-40 {
  padding-bottom: 40px !important;
}
.under .undermt-50 {
  margin-top: 50px !important;
}
.under .undermb-50 {
  margin-bottom: 50px !important;
}
.under .underpt-50 {
  padding-top: 50px !important;
}
.under .underpb-50 {
  padding-bottom: 50px !important;
}
.under .undermt-60 {
  margin-top: 60px !important;
}
.under .undermb-60 {
  margin-bottom: 60px !important;
}
.under .underpt-60 {
  padding-top: 60px !important;
}
.under .underpb-60 {
  padding-bottom: 60px !important;
}
.under .underbtn {
  max-width: 220px;
  width: 100%;
  padding: 0 !important;
  margin-top: 20px;
  display: table;
}
.under .underbtn.btnwide {
  max-width: 400px;
}
.under .underbtn.btncenter {
  margin-left: auto;
  margin-right: auto;
}
.under .underbtn a {
  width: 100%;
  display: block;
  padding: 10px 15px 10px 5px;
  text-align: center;
  color: white;
  font-weight: 600;
  background: linear-gradient(90deg, #23a6bf 0%, #4ab793 100%);
  transition: 0.2s;
  border-radius: 10px;
}
.under .underbtn a.arrow {
  position: relative;
}
.under .underbtn a.arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.2s;
}
.under .underbtn a.arrow:hover {
  color: white;
  opacity: 0.7;
  transition: 0.2s;
}
.under .underbtn a.arrow:hover::before {
  right: 12px;
  transition: 0.2s;
}
.under .bgchange {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .under .bgchange {
    margin-top: 20px;
    padding: 20px;
  }
}
.under section.section:nth-of-type(even) {
  --bg1: #eff8ff;
  --bg2: white;
}
.under section.section:nth-of-type(odd) {
  --bg1: white;
  --bg2: #eff8ff;
}
.under section.section .bgchange {
  background: var(--bg2);
}
.under section.section .bgchange .bgchange {
  background: var(--bg1);
}
.under section.section .bgchange .bgchange .bgchange {
  background: var(--bg2);
}
.under section.section .bgchange .bgchange .bgchange .bgchange {
  background: var(--bg1);
}
.under section .columns {
  display: grid;
  gap: 15px;
}
@media (max-width: 767px) {
  .under section .columns {
    display: block;
  }
  .under section .columns .column:not(:last-child) {
    margin-bottom: 20px;
  }
}
.under section .columns:not(:last-child) {
  margin-bottom: 30px;
}
.under section .columns.grid12 {
  grid-template-columns: repeat(12, 1fr);
}
.under section .columns.grid12 .span1 {
  grid-column: span 1;
}
.under section .columns.grid12 .span2 {
  grid-column: span 2;
}
.under section .columns.grid12 .span3 {
  grid-column: span 3;
}
.under section .columns.grid12 .span4 {
  grid-column: span 4;
}
.under section .columns.grid12 .span5 {
  grid-column: span 5;
}
.under section .columns.grid12 .span6 {
  grid-column: span 6;
}
.under section .columns.grid12 .span7 {
  grid-column: span 7;
}
.under section .columns.grid12 .span8 {
  grid-column: span 8;
}
.under section .columns.grid12 .span9 {
  grid-column: span 9;
}
.under section .columns.grid12 .span10 {
  grid-column: span 10;
}
.under section .columns.grid12 .span11 {
  grid-column: span 11;
}
.under section .columns.grid12 .span12 {
  grid-column: span 12;
}
.under section .columns.grid12 {
  /* PCのみ並び替え */
}
@media (min-width: 768px) {
  .under section .columns.grid12 .order1 {
    order: 1;
  }
  .under section .columns.grid12 .order2 {
    order: 2;
  }
  .under section .columns.grid12 .order3 {
    order: 3;
  }
  .under section .columns.grid12 .order4 {
    order: 4;
  }
  .under section .columns.grid12 .order5 {
    order: 5;
  }
  .under section .columns.grid12 .order6 {
    order: 6;
  }
}
.under section .columns.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.under section .columns.col2.reverse .column:nth-child(1) {
  order: 2;
}
.under section .columns.col2.reverse .column:nth-child(2) {
  order: 1;
}
.under section .columns.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.under section .columns.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.under .underfaq {
  width: 100%;
}
.under .underfaq .faq-item {
  border-bottom: 1px solid #ddd;
}
.under .underfaq .faq-question {
  padding: 20px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
.under .underfaq .faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: 0.3s;
}
.under .underfaq .faq-question.active::after {
  content: "-";
}
.under .underfaq .faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.under .underfaq .faq-answer p {
  padding: 0 20px 20px;
  line-height: 1.8;
  margin: 0;
}
.under .underflow {
  counter-reset: flowstep;
  padding: 30px;
  box-sizing: border-box;
  background: white;
}
.under .underflow .flowbox {
  position: relative;
  padding: 30px;
  background: #eff8ff;
  border-radius: 10px;
  counter-increment: flowstep;
}
.under .underflow .flowbox:not(:last-child) {
  margin-bottom: 40px;
}
.under .underflow .flowbox:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #4d98ec;
}
.under .underflow .flowbox .flowttl {
  position: relative;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 10px;
}
.under .underflow .flowbox .flowttl::before {
  content: counter(flowstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #4d98ec;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.1;
  letter-spacing: -1px;
}
.under .underlist {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.under .underlist li {
  position: relative;
  padding-left: 20px;
  margin: 0;
  margin-bottom: 10px;
}
.under .underlist li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4d98ec;
}
.under .underlist {
  /* 2カラム */
}
@media (min-width: 768px) {
  .under .underlist.col2 li {
    margin-bottom: 0;
  }
  .under .underlist.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
  }
}
.under .underlist {
  /* チェックリスト */
}
.under .underlist.check li {
  position: relative;
  padding-left: 28px;
}
.under .underlist.check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #4d98ec;
  border-radius: 3px;
}
.under .underlist {
  /* マップピンリスト */
}
.under .underlist.pin li {
  position: relative;
  padding-left: 30px;
}
.under .underlist.pin li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2026/03/pinicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.under .underlist {
  /* 矢印リスト */
}
.under .underlist.arrow li::before {
  content: "→";
  color: #4d98ec;
}
.under .underlist {
  /* 三角リスト */
}
.under .underlist.triangle li::before {
  content: "▶";
  color: #4d98ec;
  font-size: 0.9em;
}
.under .underlist {
  /* 数字リスト */
}
.under .underlist.number {
  counter-reset: listnum;
}
.under .underlist.number li {
  counter-increment: listnum;
  padding-left: 28px;
}
.under .underlist.number li::before {
  content: counter(listnum) ".";
  color: #4d98ec;
  font-weight: bold;
}
@media (max-width: 767px) {
  .under .undertablescroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .under .undertablescroll .undertable {
    width: 900px;
    min-width: 900px;
  }
}
.under .tablescrollhint {
  display: none;
  font-size: 12px;
  color: #777;
  margin-top: 6px;
  text-align: right;
}
@media (max-width: 767px) {
  .under .tablescrollhint {
    display: block;
  }
}
.under .undertable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.under .undertable th,
.under .undertable td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  line-height: 1.6;
}
.under .undertable th {
  font-weight: 600;
}
.under .undertable thead th {
  background: #4d98ec;
  color: #fff;
  text-align: center;
}
.under .undertable tbody th {
  background: #a8cdf7;
  text-align: left;
}
.under .undertable tbody td {
  background: #fff;
}
.under .undertable1 tbody td {
  text-align: center;
}
.under .undertable1 tbody td:first-child {
  text-align: left;
}
.under .undertable3 tbody th {
  background: #4d98ec;
  color: #fff;
  width: 30%;
}
.under .undertable3 tbody td {
  background: #fff;
}

/*お問い合わせフォーム*/
.contact-form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: #f9fbfd;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-family: "Noto Sans JP", sans-serif;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.required {
  margin-left: 8px;
  font-size: 12px;
  color: #fff;
  background: #e74c3c;
  padding: 2px 6px;
  border-radius: 4px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccd6dd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #4a90e2;
  outline: none;
  box-shadow: 0 0 0 2px rgba(74,144,226,0.2);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.checkbox {
  font-size: 14px;
}

.form-submit {
  text-align: center;
  margin-top: 25px;
}

.form-submit input[type="submit"] {
  background: #4a90e2;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
  max-width: 300px;
}

.form-submit input[type="submit"]:hover {
  background: #357abd;
}
/* 確認画面 */
.contact-form.confirm {
  background: #ffffff;
}

.confirm-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.confirm-item {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.confirm-item .label {
  font-weight: bold;
  color: #666;
  font-size: 13px;
  margin-bottom: 4px;
}

.confirm-item .value {
  font-size: 15px;
  color: #222;
  word-break: break-word;
}

.confirm-buttons p {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.confirm-buttons p input {
  width: 100%;
  max-width: 300px;
}

.confirm-buttons input[type="submit"] {
  background: #4a90e2;
}

.confirm-buttons input[type="button"] {
  background: #ccc;
  color: #333;
}


.thanks-page {
  text-align: center;
}

.thanks-page h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.thanks-page p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.btn-home {
  display: inline-block;
  padding: 12px 30px;
  background: #4a90e2;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.2s;
}
.btn-home:hover {
  color: #fff;
  opacity: 0.6;
  transition: 0.2s;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
