@charset "UTF-8";
/* ズーム（scale1 → 1.1） */
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
ul {
  padding: 0;
  margin: 0;
}

ul > li {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

picture {
  display: inline-block;
  line-height: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  transition: all 0.4s;
  color: #1F1F26;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

p {
  line-height: 1.7;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.784rem + 0.39vw, 20px);
  line-height: 1.7;
  /* はね返りを抑制 */
  overscroll-behavior: none;
}

body {
  overflow-x: hidden;
  color: #1F1F26;
  background-color: #F7F8FC;
  /* はね返りを抑制 */
  overscroll-behavior: none;
}
body:has(#loader_wrap.active), body:has(.overlay-full.is-active) {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.container {
  max-width: 1240px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}
.container-md {
  max-width: 1630px !important;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .container-md {
    width: 90%;
  }
}

header {
  position: relative;
  z-index: 100;
}

.section_title {
  display: block;
  font-size: clamp(26px, 1.231rem + 1.68vw, 52px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section_title {
    margin-bottom: 30px;
  }
}
.section_title-ja {
  display: block;
  font-size: clamp(16px, 0.939rem + 0.26vw, 20px);
  font-weight: 500;
}
.section_title-center {
  text-align: center;
}
.section_title-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section_title-row {
    margin-bottom: 20px;
  }
}
.section_title-row .section_title-en,
.section_title-row .section_title-ja {
  line-height: 1;
  font-size: clamp(22px, 1.102rem + 1.17vw, 40px);
}
.section_title-row .section_title-ja {
  margin-bottom: 2px;
  font-size: clamp(12px, 0.689rem + 0.26vw, 16px);
}
.section_title_single {
  text-align: center;
  font-size: clamp(16px, 0.788rem + 0.91vw, 30px);
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .section_title_single {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section_title_single {
    margin-bottom: 25px;
  }
}
.section_bg {
  width: 100vw;
  margin-top: 80px;
  line-height: 0;
  margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
  .section_bg {
    margin-top: 50px;
  }
}
.section_bg-blue-diagonal {
  padding: 4% 0 0;
  color: #fff;
  position: relative;
  margin-top: -90px;
  width: 100vw;
  overflow: hidden;
}
.section_bg-blue-diagonal::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: skewY(-4deg) translate(-50%, -50%);
  background-color: #15268B;
  z-index: 0;
}
.section_bg-blue-diagonal > * {
  position: relative;
}
.section_bg-blue-diagonal .section_title {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .section_bg-blue-diagonal .section_title {
    margin-top: 50px;
  }
}
.section_bg-blue-diagonal-noimage {
  overflow: visible;
  padding: 4% 0;
}
.section_bg-blue-diagonal-noimage + * {
  padding-top: 150px !important;
}
@media screen and (max-width: 1024px) {
  .section_bg-blue-diagonal-noimage + * {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .section_bg-blue-diagonal-noimage + * {
    padding-top: 60px !important;
  }
}
.section_border-top {
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  .section_border-top {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section_border-top {
    margin-top: 40px;
  }
}
.section_border-top-inner {
  border-top: 3px solid #B8BBCC;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section_border-top-inner {
    padding-top: 30px;
  }
}
.section_border-top-inner::after {
  content: "";
  width: 20%;
  height: 3px;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #15268B;
}
.section_border-top#newconstruction {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .section_border-top#newconstruction {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_border-top#newconstruction {
    margin-top: 10px;
  }
}
.section_border-top#demolition {
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .section_border-top#demolition {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .section_border-top#demolition {
    margin-bottom: 130px;
  }
}

.subpage_top {
  background-color: #15268B;
  color: #fff;
  padding: 180px 0 100px;
}
@media screen and (max-width: 1024px) {
  .subpage_top {
    padding: 160px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .subpage_top {
    padding: 110px 0 50px;
  }
}
.subpage_top_inner {
  width: 90% !important;
  max-width: 1632px;
}
.subpage_top_title span {
  display: block;
  line-height: 1.3;
}
.subpage_top_title-en {
  font-size: clamp(50px, 2.609rem + 2.2vw, 84px);
  font-weight: 700;
}
.subpage_top_title-ja {
  font-size: clamp(14px, 0.693rem + 0.78vw, 26px);
  font-weight: 600;
}
.subpage_introduction {
  padding: 110px 0;
}
@media screen and (max-width: 1024px) {
  .subpage_introduction {
    padding: 50px 0;
  }
}
.subpage_introduction_contents {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .subpage_introduction_contents {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.subpage_introduction_text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .subpage_introduction_text {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .subpage_introduction_text .section_title {
    order: 1;
    margin-bottom: 20px;
  }
}
.subpage_introduction_text-name {
  font-size: clamp(18px, 0.852rem + 1.17vw, 36px);
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .subpage_introduction_text-name {
    order: 3;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .subpage_introduction_text-info {
    order: 4;
  }
}
.subpage_introduction_img {
  width: 56%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .subpage_introduction_img {
    order: 2;
    width: 100%;
    border-radius: 5px;
  }
}
.subpage_introduction_btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .subpage_introduction_btns {
    margin-top: 50px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .subpage_introduction_btns {
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
    margin-top: 30px;
  }
}
.subpage_introduction_btns .btn {
  width: 100%;
  margin-top: 0;
  max-width: none;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .subpage_introduction_btns .btn {
    padding: 8px 10px;
  }
}
.subpage_introduction_btns .btn::after {
  transform: rotate(90deg) translateX(1px);
}

.breadcrumbs {
  width: 90%;
  max-width: 1632px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 15px auto;
  }
}
.breadcrumbs_item {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumbs_item a,
.breadcrumbs_item p {
  display: inline;
  line-height: 1.4;
  font-size: clamp(12px, 0.689rem + 0.26vw, 16px);
  font-weight: 600;
}
.breadcrumbs_item a:hover {
  color: #15268B;
}

main {
  margin: 0;
}

.inview {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s, transform 0.5s;
}
.inview-top {
  transform: translateY(-15px);
}
.inview-left {
  transform: translate(-15px, 0);
}
.inview-right {
  transform: translate(15px, 0);
}

.inview.show {
  opacity: 1;
  transform: translate(0);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 5px;
  max-width: 300px;
  margin: 0 auto;
  border: 1.5px solid #15268B;
  border-radius: 25px;
  padding: 12px 20px;
  color: #15268B;
  font-weight: 600;
  font-size: clamp(14px, 0.845rem + 0.13vw, 16px);
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .btn {
    margin-top: 50px;
    width: 100%;
    max-width: 500px;
  }
}
.btn::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 400;
}
.btn:hover {
  background-color: #15268B;
  color: #fff;
}
.btn-white {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}
.btn-disabled {
  background-color: #9292A6;
}

.icon::before {
  font-family: "FontAwesome";
  font-weight: 400;
}
.icon-mail::before {
  content: "\f0e0";
}
.icon-comment::before {
  content: "\f075";
}

.icon-after::after {
  font-family: "FontAwesome";
  font-weight: 400;
}
.icon-after-link::after {
  content: "\f08e";
}
.icon-after-arrow-bottom::after {
  content: "\f107";
}

.circle-arrow {
  position: relative;
  display: inline-block;
  max-width: 60px;
  height: auto;
  width: 15%;
  aspect-ratio: 1/1;
  border: 1px solid #15268B;
  border-radius: 50%;
  transition: all 0.4s;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .circle-arrow {
    max-width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .circle-arrow {
    max-width: 35px;
    width: 10%;
  }
}
.circle-arrow::before, .circle-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 38%;
  width: 32%;
  max-width: 13px;
  height: 2px;
  border-radius: 9999px;
  background-color: #15268B;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .circle-arrow::before, .circle-arrow::after {
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  .circle-arrow::before, .circle-arrow::after {
    width: 7px;
    height: 1.5px;
  }
}
.circle-arrow::before {
  transform: rotate(45deg);
}
.circle-arrow::after {
  transform: rotate(-45deg);
}

.overlay {
  z-index: 1000 !important;
  transition: all 0.4s;
}
.overlay.is-active.overlay-full {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
}

#loader_wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.loader {
  max-width: 300px;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .loader {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .loader {
    width: 60%;
  }
}

.siteHeader {
  display: block;
  width: 100vw;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .siteHeader {
    height: 60px;
    overflow: hidden;
  }
}
.siteHeader_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteHeader_container {
    padding: 8px 0;
  }
}
.siteHeader_logo {
  max-width: 144px;
  width: 12%;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .siteHeader_logo {
    max-width: 100px;
    width: 22%;
  }
}
.siteHeader_logo:hover {
  opacity: 0.8;
}
.siteHeader_nav {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .siteHeader_nav {
    opacity: 0;
    width: 100vw;
    max-width: 450px;
    position: fixed;
    top: 60px;
    right: -100vw;
    background-color: #15268B;
    height: calc(100vh - 60px);
    transition: all 0.4s;
  }
}
.siteHeader_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .siteHeader_nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_item {
    width: 100%;
  }
}
.siteHeader_nav_item-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #15268B;
  padding: 8px 20px;
  border-radius: 25px;
  color: #fff !important;
  box-sizing: border-box;
}
.siteHeader_nav_item-btn a:hover {
  background-color: #142166;
}
.siteHeader_nav_item-btn a::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_item-btn a {
    background-color: #fff;
    color: #15268B !important;
    gap: 5px;
    justify-content: center;
    margin-top: 30px;
  }
}
.siteHeader_nav_item-btn span {
  line-height: 1.3;
}
.siteHeader_nav_item:has(.dropDown).active .dropDown {
  visibility: visible;
  opacity: 1;
}
.siteHeader_nav_item_accordion.active span::after {
  transform: rotate(180deg);
}
.siteHeader_nav_link {
  color: #1F1F26;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .siteHeader_nav_link {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    padding: 0 10px;
    padding-bottom: 15px;
  }
  .siteHeader_nav_link::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 400;
    color: #DDDDDD;
    font-size: 16px;
  }
}
.siteHeader_nav_link:hover {
  color: #15268B;
}
.siteHeader_nav_accordion span {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .siteHeader_nav_accordion span {
    gap: 3px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_nav_accordion span {
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }
}
.siteHeader_nav_accordion span::after {
  margin-top: 5px;
  color: #DDDDDD;
  font-size: 16px;
  transition: all 0.3s;
}
.siteHeader_nav_accordion::after {
  display: none;
}
.siteHeader .dropDown {
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #15268B;
  padding: 30px;
  box-sizing: border-box;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .siteHeader .dropDown {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader .dropDown {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    background-color: #fff;
    color: #15268B;
    visibility: visible;
    opacity: 1;
    transform: none;
    padding: 0;
    transition: none;
    display: none;
  }
}
.siteHeader .dropDown_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93%;
  max-width: 1800px;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .siteHeader .dropDown_list {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader .dropDown_list {
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.siteHeader .dropDown_list_item {
  aspect-ratio: 287/143;
  width: 20%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-image: url("../../images/common/menu_business_bg1.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .siteHeader .dropDown_list_item {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader .dropDown_list_item {
    width: calc((100% - 10px) / 2);
  }
}
.siteHeader .dropDown_list_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.4s;
}
.siteHeader .dropDown_list_item:hover::after {
  background-color: rgba(20, 33, 102, 0.3);
}
.siteHeader .dropDown_list_item_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .siteHeader .dropDown_list_item_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader .dropDown_list_item_link {
    font-size: 12px;
  }
}
.siteHeader .dropDown_list_item:nth-child(2) {
  background-image: url("../../images/common/menu_business_bg2.webp");
}
.siteHeader .dropDown_list_item:nth-child(3) {
  background-image: url("../../images/common/menu_business_bg3.webp");
}
.siteHeader .dropDown_list_item:nth-child(4) {
  background-image: url("../../images/common/menu_business_bg4.webp");
}
.siteHeader .dropDown_list_item-disable::after {
  background-color: rgba(31, 31, 38, 0.5) !important;
}
.siteHeader .dropDown_list_item-disable .dropDown_list_item_link {
  color: #cecfd9;
  cursor: auto;
}
.siteHeader_navbtn {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .siteHeader_navbtn {
    display: block;
  }
}
.siteHeader_navbtn span {
  position: absolute;
  left: 25%;
  display: block;
  width: 50%;
  height: 2px;
  background: #B8BBCC;
  transition: 0.2s;
}
.siteHeader_navbtn span:first-child {
  top: 30%;
}
.siteHeader_navbtn span:nth-child(2) {
  top: 48%;
  opacity: 1;
}
.siteHeader_navbtn span:last-child {
  top: 67%;
}
.siteHeader.is-open .siteHeader_navbtn span:first-child {
  top: 48%;
  transform: rotate(45deg);
}
.siteHeader.is-open .siteHeader_navbtn span:nth-child(2) {
  display: none;
  opacity: 0;
}
.siteHeader.is-open .siteHeader_navbtn span:last-child {
  top: 48%;
  transform: rotate(-45deg);
}
.siteHeader.is-open .siteHeader_nav {
  opacity: 1;
  right: 0;
}

.siteFooter {
  background-color: #142166;
  padding: 80px 0 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .siteFooter {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter {
    padding: 40px 0 30px;
  }
}
.siteFooter_container {
  max-width: 1632px;
  width: 90%;
  margin: 0 auto;
}
.siteFooter_topwrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .siteFooter_topwrapper {
    display: block;
  }
}
.siteFooter_company {
  width: 22%;
  min-width: 290px;
}
@media screen and (max-width: 1024px) {
  .siteFooter_company {
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_company {
    width: 100%;
    min-width: auto;
  }
}
.siteFooter_company-logo {
  display: block;
  max-width: 215px;
  width: 65%;
  cursor: pointer;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .siteFooter_company-logo {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_company-logo {
    width: 35%;
    max-width: 150px;
    margin-bottom: 20px;
  }
}
.siteFooter_company-logo:hover {
  opacity: 0.8;
}
.siteFooter_company-name {
  font-size: clamp(16px, 0.909rem + 0.39vw, 22px);
  font-weight: 600;
}
.siteFooter_company-address {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .siteFooter_company-address {
    font-size: 14px;
  }
}
.siteFooter_company-tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: clamp(16px, 0.97rem + 0.13vw, 18px);
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .siteFooter_company-tel {
    margin-top: 15px;
  }
}
.siteFooter_company-tel a {
  color: #fff;
  cursor: pointer;
}
.siteFooter_company-tel a:hover {
  opacity: 0.8;
}
.siteFooter_nav {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .siteFooter_nav {
    flex: none;
    width: 100%;
    margin-top: 40px;
  }
}
.siteFooter_nav-sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav-sns {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_nav-sns {
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}
.siteFooter_nav-sns a {
  display: block;
  width: 35px;
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav-sns a {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_nav-sns a {
    width: 32px;
  }
}
.siteFooter_nav a {
  color: #fff;
}
.siteFooter_nav a:hover {
  opacity: 0.8;
}
.siteFooter_nav-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1308px) {
  .siteFooter_nav-wrapper {
    display: block;
  }
}
.siteFooter_nav-menu {
  flex: 1;
  max-width: 680px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 0;
}
@media screen and (max-width: 1308px) {
  .siteFooter_nav-menu {
    flex: none;
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav-menu {
    grid-template-columns: 1fr 1fr;
    gap: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_nav-menu {
    grid-template-columns: 1.5fr 1fr;
  }
}
.siteFooter_nav-menu-banner {
  margin-top: auto;
}
@media screen and (max-width: 1308px) {
  .siteFooter_nav-menu-banner {
    margin: 0;
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav-menu-banner {
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_nav-menu-banner {
    width: 100%;
    max-width: 400px;
    min-width: none;
  }
}
.siteFooter_nav-menu-banner a {
  background-color: #E63C66;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 1308px) {
  .siteFooter_nav-menu-banner a {
    margin: 0;
  }
}
.siteFooter_nav-menu-banner a img {
  width: 35%;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .siteFooter_nav-menu-banner a img {
    width: 40%;
  }
}
.siteFooter_nav-menu-banner a p {
  flex: 1;
  font-size: clamp(14px, 0.6rem + 0.12vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .siteFooter_nav-menu-banner a p {
    gap: 8px;
  }
}
.siteFooter_nav-menu-banner a p::after {
  font-size: clamp(12px, 0.4rem + 0.4vw, 16px);
}
.siteFooter_nav-menu-banner a span {
  display: inline-block;
}
.siteFooter_nav-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid #fff;
  font-size: clamp(14px, 0.65rem + 0.15vw, 16px);
  font-weight: 500;
  border-radius: 25px;
  padding: 12px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1308px) {
  .siteFooter_nav-menu-btn {
    margin: 0;
    padding: 12px 15px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_nav-menu-btn {
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    font-size: clamp(12px, 0.631rem + 0.51vw, 14px);
    gap: 5px;
  }
}
.siteFooter_nav-menu-btn:hover {
  background-color: #fff;
  color: #142166;
  opacity: 1 !important;
}
.siteFooter_nav-menu-btn::before {
  font-size: clamp(14px, 0.589rem + 0.45vw, 18px);
}
@media screen and (max-width: 768px) {
  .siteFooter_nav-menu-btn::before {
    font-size: clamp(14px, 0.756rem + 0.51vw, 16px);
  }
}
.siteFooter_nav-menu-item {
  font-size: clamp(16px, 0.939rem + 0.26vw, 20px);
  font-weight: 500;
}
.siteFooter_nav-menu-link-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.siteFooter_nav-menu-link-text:not(.nolink):after {
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: clamp(12px, 0.689rem + 0.26vw, 16px);
  opacity: 0.7;
}
.siteFooter_nav-menu-link-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: clamp(14px, 0.845rem + 0.13vw, 16px);
  line-height: 1.3;
  margin-top: 15px;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
.siteFooter_nav-menu-link-list-item::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: clamp(8px, 0.214rem + 0.45vw, 12px);
  opacity: 0.7;
}
.siteFooter_nav-menu-link-list-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.siteFooter_nav-link {
  width: 30%;
  min-width: 240px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1308px) {
  .siteFooter_nav-link {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1308px) {
  .siteFooter_nav-link-wrapper {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_nav-link-wrapper {
    width: 100%;
    gap: 15px;
  }
}
.siteFooter_copyright {
  font-size: clamp(10px, 0.564rem + 0.26vw, 14px);
}
@media screen and (max-width: 768px) {
  .siteFooter_copyright {
    margin-top: 30px;
    text-align: center;
  }
}

.servicelist {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .servicelist {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .servicelist {
    display: block;
    margin-bottom: 50px;
  }
}
.servicelist_item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  color: #1F1F26;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .servicelist_item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
  }
}
.servicelist_item-info {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .servicelist_item-info {
    padding: 15px 10px;
  }
}
.servicelist_item-info p {
  font-size: clamp(14px, 0.814rem + 0.26vw, 18px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.servicelist_item-name {
  font-size: clamp(16px, 0.909rem + 0.39vw, 22px);
  font-weight: 600;
  margin-bottom: 10px;
}
.servicelist_item-btn {
  width: 100%;
  max-width: none;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .servicelist_item-btn {
    margin-top: 0;
  }
}
.servicelist_item-btn.btn-disabled {
  background-color: #9292A6 !important;
  border-color: #9292A6;
  color: #F7F8FC !important;
}
.servicelist_item-btn.btn-disabled::after {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .servicelist_item + .servicelist_item {
    margin-top: 30px;
  }
}
.servicelist_item:nth-child(2) {
  transform: translateY(40px);
}
@media screen and (max-width: 1024px) {
  .servicelist_item:nth-child(2) {
    transform: translateY(30px);
  }
}
@media screen and (max-width: 768px) {
  .servicelist_item:nth-child(2) {
    transform: none;
  }
}
.servicelist_item:nth-child(3) {
  transform: translateY(80px);
}
@media screen and (max-width: 1024px) {
  .servicelist_item:nth-child(3) {
    transform: translateY(60px);
  }
}
@media screen and (max-width: 768px) {
  .servicelist_item:nth-child(3) {
    transform: none;
  }
}

.serviceintroduction_list {
  display: flex;
  align-items: stretch;
  justify-content: left;
  flex-wrap: wrap;
  gap: 60px 25px;
}
@media screen and (max-width: 1024px) {
  .serviceintroduction_list {
    gap: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .serviceintroduction_list {
    gap: 30px 10px;
  }
}
.serviceintroduction_list_item {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 1024px) {
  .serviceintroduction_list_item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .serviceintroduction_list_item {
    width: calc((100% - 10px) / 2);
  }
}
.serviceintroduction_list_item-img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .serviceintroduction_list_item-img {
    border-radius: 5px;
  }
}
.serviceintroduction_list_item-name {
  font-size: clamp(12px, 0.629rem + 0.52vw, 20px);
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 3px;
  line-height: 1.3;
}
.serviceintroduction_list_item-info {
  line-height: 1.5;
  font-size: clamp(10px, 0.534rem + 0.39vw, 16px);
}
.serviceintroduction_box {
  background-color: #fff;
  border: 2px solid #15268B;
  padding: 20px;
  border-radius: 10px;
  margin-top: 50px;
  font-size: clamp(16px, 0.939rem + 0.26vw, 20px);
}
@media screen and (max-width: 768px) {
  .serviceintroduction_box {
    margin-top: 30px;
    border-radius: 5px;
    padding: 15px 10px;
  }
}
.serviceintroduction_box-title {
  font-weight: 600;
  color: #15268B;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.1;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .serviceintroduction_box-title {
    padding-left: 6px;
  }
}
.serviceintroduction_box-title::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #15268B;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .serviceintroduction_box-title::before {
    width: 3px;
  }
}
.serviceintroduction_box span {
  display: inline-block;
  line-height: 1.3;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .serviceintroduction_box span {
    padding-right: 3px;
  }
}

.servicepoint_contents {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .servicepoint_contents {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .servicepoint_contents {
    gap: 15px 10px;
  }
}
.servicepoint_item {
  width: calc((100% - 60px) / 4);
  background-color: #fff;
  color: #1F1F26;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .servicepoint_item {
    padding: 15px 10px;
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .servicepoint_item {
    width: calc((100% - 10px) / 2);
    border-radius: 5px;
  }
}
.servicepoint_item-img {
  display: block;
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .servicepoint_item-img {
    width: 50%;
  }
}
.servicepoint_item-name {
  text-align: center;
  font-size: clamp(16px, 0.909rem + 0.39vw, 22px);
  font-weight: 600;
  margin-top: 5px;
}
.servicepoint_item-info {
  font-size: clamp(14px, 0.845rem + 0.13vw, 16px);
  line-height: 1.3;
  border-top: 1px solid #B8BBCC;
  padding-top: 8px;
  margin-top: 5px;
}

.serviceflow {
  padding: 110px 0 0;
  background-color: #F0F1F7;
}
@media screen and (max-width: 1024px) {
  .serviceflow {
    padding: 50px 0 0;
  }
}
.serviceflow_item {
  position: relative;
}
.serviceflow_item + .serviceflow_item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .serviceflow_item + .serviceflow_item {
    margin-top: 40px;
  }
}
.serviceflow_item + .serviceflow_item::before {
  content: "";
  display: inline-block;
  width: 49.5px;
  height: 50px;
  background: #15268B;
  clip-path: polygon(0 50.5%, 29.8% 50.5%, 29.8% 0, 70.2% 0, 70.2% 50.5%, 100% 50.5%, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  top: -100px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .serviceflow_item + .serviceflow_item::before {
    width: 38.2px;
    height: 40px;
    clip-path: polygon(0 52.3%, 30.4% 52.3%, 30.4% 0, 69.6% 0, 69.6% 52.3%, 100% 52.3%, 50% 100%);
  }
}
.serviceflow_item_inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 80px;
  background-color: #fff;
  border: 2px solid #15268B;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .serviceflow_item_inner {
    padding: 20px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .serviceflow_item_inner {
    flex-direction: column;
    gap: 20px;
    padding: 15px 10px;
    border-width: 1.5px;
  }
}
.serviceflow_item-text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .serviceflow_item-text {
    display: block;
    flex: none;
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.serviceflow_item-name {
  font-size: clamp(16px, 0.879rem + 0.52vw, 24px);
  font-weight: 600;
  color: #15268B;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .serviceflow_item-name {
    margin-bottom: 5px;
  }
}
.serviceflow_item-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .serviceflow_item-info {
    margin-bottom: 0;
  }
}
.serviceflow_item-img {
  width: 36%;
  max-width: 435px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .serviceflow_item-img {
    width: 100%;
    max-width: none;
    border-radius: 5px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.serviceflow_item .btn {
  margin-top: auto;
  margin-left: 0;
  width: 60%;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .serviceflow_item .btn {
    min-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .serviceflow_item .btn {
    width: 100%;
    min-width: auto;
    max-width: 600px;
    margin-top: 20px;
    padding: 8px 10px;
  }
}
.serviceflow_item:has(.scrollanimation.active)::before {
  top: -51px;
}
@media screen and (max-width: 768px) {
  .serviceflow_item:has(.scrollanimation.active)::before {
    top: -41px;
  }
}

.workslist {
  padding: 110px 0;
  background: linear-gradient(180deg, #15268B 0%, #15268B 60%, #F7F8FC 60%, #F7F8FC 100%);
}
@media screen and (max-width: 1024px) {
  .workslist {
    padding: 50px 0;
  }
}
.workslist .container:not(:has(.serviceworks_list)) {
  width: 98%;
  max-width: 1800px;
}
.workslist .section_title {
  color: #fff;
}
.workslist_swiper {
  margin: 0 7%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .workslist_swiper {
    margin: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .workslist_swiper {
    margin: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .workslist_slide {
    max-width: 600px;
    margin: 0 auto;
  }
}
.workslist_slide-btn {
  width: 10%;
  max-width: 52px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .workslist_slide-btn {
    width: 6%;
  }
}
@media screen and (max-width: 768px) {
  .workslist_slide-btn {
    width: 8%;
  }
}
.workslist_slide-btn::before, .workslist_slide-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 38%;
  width: 32%;
  max-width: 13px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .workslist_slide-btn::before, .workslist_slide-btn::after {
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  .workslist_slide-btn::before, .workslist_slide-btn::after {
    width: clamp(7px, 0.259rem + 0.76vw, 10px);
    height: 1.5px;
  }
}
.workslist_slide-btn::before {
  transform: rotate(45deg);
}
.workslist_slide-btn::after {
  transform: rotate(-45deg);
}
.workslist .swiper-slide_item,
.workslist .serviceworks_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  margin: 5px;
}
.workslist_img {
  aspect-ratio: 1/0.698;
  height: auto;
  overflow: hidden;
}
.workslist_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.workslist_info,
.workslist .serviceworks_item-info {
  padding: 10px;
}
.workslist_info-cat,
.workslist .serviceworks_item-info-cat {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(12px, 0.72rem + 0.13vw, 14px);
  font-weight: 600;
}
.workslist_info-cat li,
.workslist .serviceworks_item-info-cat li {
  color: #15268B;
  background-color: #E4E6F2;
  padding: 4px 10px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .workslist_info-cat li,
  .workslist .serviceworks_item-info-cat li {
    border-radius: 3px;
  }
}
.workslist_info-cat li:first-child,
.workslist .serviceworks_item-info-cat li:first-child {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.workslist_info-cat li:last-child,
.workslist .serviceworks_item-info-cat li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workslist_info-title,
.workslist_info .serviceworks_item-info-title,
.workslist .serviceworks_item-info-title,
.workslist .serviceworks_item-info .serviceworks_item-info-title {
  font-size: clamp(16px, 0.9rem + 0.1vw, 18px);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
  min-height: 2.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.workslist .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .workslist .swiper-pagination {
    margin-top: 30px;
  }
}
.workslist .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background: #B8BBCC !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1024px) {
  .workslist .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.workslist .swiper-pagination-bullet-active {
  background: #15268B !important;
}
.workslist .swiper-button-prev {
  transform: rotate(180deg);
}
.workslist .swiper-button-prev:after,
.workslist .swiper-button-next:after,
.workslist .swiper-navigation-icon {
  content: "";
}
.workslist .swiper-navigation-icon {
  display: none;
}
.workslist_btn,
.workslist .serviceworks_btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .workslist_btn,
  .workslist .serviceworks_btn {
    width: 90%;
    max-width: 600px;
    margin: 40px auto 0;
  }
}
.workslist_link:hover,
.workslist .serviceworks_item-link:hover {
  color: #15268B;
}
.workslist_link:hover .workslist_img img,
.workslist .serviceworks_item-link:hover .workslist_img img {
  transform: scale(1.1);
}
.workslist .serviceworks_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .workslist .serviceworks_list {
    gap: 10px;
  }
}
.workslist .serviceworks_item {
  width: calc((100% - 40px) / 3);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .workslist .serviceworks_item {
    width: calc((100% - 20px) / 3);
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .workslist .serviceworks_item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .workslist .serviceworks_item:last-child {
    display: none !important;
  }
}

.faqlist {
  padding: 110px 0;
  background-color: #F0F1F7;
}
@media screen and (max-width: 1024px) {
  .faqlist {
    padding: 50px 0;
  }
}
.faqlist_item {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .faqlist_item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faqlist_item {
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 20px;
  }
}
.faqlist_item-q-text span:first-child, .faqlist_item-a-text span:first-child {
  font-size: clamp(14px, 0.754rem + 0.52vw, 22px);
  padding-right: 4px;
}
.faqlist_item-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.faqlist_item-q-text {
  flex: 1;
  font-weight: 600;
  color: #15268B;
  font-size: clamp(14px, 0.754rem + 0.52vw, 22px);
  line-height: 1.5;
}
.faqlist_item-a {
  margin-top: 10px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .faqlist_item-a {
    margin-top: 5px;
  }
}
.faqlist_item-a span {
  color: #A61919;
  font-weight: 600;
}
.faqlist_item-a-text {
  font-size: clamp(12px, 0.659rem + 0.39vw, 18px);
  line-height: 1.5;
}
.faqlist_item-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 20px;
  height: 3px;
  background: #142166;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faqlist_item-icon {
    width: 15px;
    height: 2px;
  }
}
.faqlist_item-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: all 0.4s;
}
.faqlist_item.open .faqlist_item-icon::before {
  transform: rotate(0);
}

.contactcta {
  padding: 110px 0;
  background-image: url("../../images/common/contact_cta_bg.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-bottom: -1px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contactcta {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .contactcta .section_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contactcta .section_title {
    margin-bottom: 20px;
  }
}
.contactcta_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .contactcta_inner {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contactcta_inner {
    display: block;
  }
}
.contactcta_text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contactcta_text {
    width: 100%;
  }
}
.contactcta_main {
  width: 50%;
  min-width: 450px;
  background-color: #fff;
  color: #1F1F26;
  border-radius: 10px;
  padding: 40px 30px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .contactcta_main {
    min-width: auto;
    width: 60%;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .contactcta_main {
    width: 100%;
    margin-top: 30px;
    border-radius: 5px;
    padding: 20px 10px 20px;
  }
}
.contactcta_main-tel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  font-size: clamp(34px, 1.731rem + 1.68vw, 60px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contactcta_main-tel {
    gap: 3px;
  }
}
.contactcta_main-tel a {
  color: #142166;
}
.contactcta_main-tel a:hover {
  color: #15268B;
}
.contactcta_main-tel img {
  width: 9%;
  max-width: 54px;
}
@media screen and (max-width: 768px) {
  .contactcta_main-tel img {
    width: 10%;
    max-width: 38px;
  }
}
.contactcta_main-tel-info {
  text-align: center;
  font-size: clamp(12px, 0.659rem + 0.39vw, 18px);
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .contactcta_main-tel-info {
    margin-top: 4px;
  }
}
.contactcta_main-form {
  display: block;
  width: 100%;
  background-color: #15268B;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 15px 10px;
  margin-top: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .contactcta_main-form {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 768px) {
  .contactcta_main-form {
    max-width: 600px;
    padding: 8px 5px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contactcta_main-form:hover {
  background-color: #142166;
}
.contactcta_main-form span {
  display: block;
  line-height: 1.5;
  font-weight: 600;
  font-size: clamp(12px, 0.659rem + 0.39vw, 18px);
}
.contactcta_main-form span + .contactcta_main-form span {
  margin-top: 10px;
}
.contactcta_main-form .icon {
  font-size: clamp(14px, 0.754rem + 0.52vw, 22px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .contactcta_main-form .icon {
    gap: 5px;
    margin-top: 2px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

body:has(.addstyleForm input[type=submit]) .grecaptcha-badge {
  visibility: visible;
}

.addstyleForm .form-name {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .addstyleForm .form-name {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.addstyleForm .form-require {
  color: #A61919;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  border: 1px solid #A61919;
  padding: 0 12px;
  margin-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .addstyleForm .form-require {
    font-size: 10px;
    padding: 0 10px;
  }
}
.addstyleForm .form-privacypolicy {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .addstyleForm .form-privacypolicy {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.addstyleForm .form-privacypolicy label {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .addstyleForm .form-privacypolicy label {
    text-align: left;
    margin-left: 0;
  }
}
.addstyleForm .form-privacypolicy a {
  font-weight: 500;
  color: #15268B;
  transition: all 0.4s;
}
.addstyleForm .form-privacypolicy a:hover {
  text-decoration: underline;
}
.addstyleForm .form-privacypolicy > p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .addstyleForm .form-privacypolicy > p {
    font-size: 14px;
  }
}
.addstyleForm .form-privacypolicy .wpcf7-list-item {
  width: 100% !important;
}
.addstyleForm .form-privacypolicy .wpcf7-list-item-label {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .addstyleForm .form-privacypolicy .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.addstyleForm .form-privacypolicy .wpcf7-checkbox {
  text-align: left;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.addstyleForm .form-privacypolicy .wpcf7-not-valid-tip {
  display: none !important;
}
.addstyleForm form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 55px 20px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .addstyleForm form {
    gap: 35px 20px;
  }
}
.addstyleForm form > * {
  width: 100%;
}
.addstyleForm form label {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
.addstyleForm form input:not([type=checkbox], [type=radio]),
.addstyleForm form select,
.addstyleForm form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 18px;
  transition: all 0.2s;
  background-color: #fff;
  color: #1F1F26;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .addstyleForm form input:not([type=checkbox], [type=radio]),
  .addstyleForm form select,
  .addstyleForm form textarea {
    font-size: 16px;
    min-height: 42px;
  }
}
.addstyleForm form input:not([type=checkbox], [type=radio]):focus, .addstyleForm form input:not([type=checkbox], [type=radio]):active,
.addstyleForm form select:focus,
.addstyleForm form select:active,
.addstyleForm form textarea:focus,
.addstyleForm form textarea:active {
  outline: none;
  border-color: #15268B;
}
.addstyleForm form textarea {
  min-height: 380px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .addstyleForm form textarea {
    min-height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .addstyleForm form .wpcf7-checkbox {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0.5rem;
    gap: 20px;
  }
}
.addstyleForm form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  width: calc(50% - 10px);
  min-width: 280px;
}
.addstyleForm form label:has(input[type=checkbox]) {
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .addstyleForm form label:has(input[type=checkbox]) {
    font-size: 16px;
  }
}
.addstyleForm form label:has(input[type=checkbox]) span {
  vertical-align: middle;
  line-height: 1.7;
}
.addstyleForm form label:has(input[type=checkbox]):hover {
  color: #15268B;
}
.addstyleForm form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 2px;
  margin-right: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .addstyleForm form input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.addstyleForm form input[type=checkbox]:checked {
  background-color: #15268B;
}
.addstyleForm form input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 7px;
  transform: rotate(45deg);
  width: 5px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 768px) {
  .addstyleForm form input[type=checkbox]:checked:before {
    top: 2px;
    width: 3px;
    height: 9px;
    border-width: 2px;
  }
}
.addstyleForm form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 1rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .addstyleForm form .wpcf7-radio {
    margin-top: 20px;
    margin-left: 0.5rem;
    gap: 20px;
  }
}
.addstyleForm form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.addstyleForm form label:has(input[type=radio]) {
  cursor: pointer;
}
.addstyleForm form label:has(input[type=radio]) span {
  vertical-align: middle;
  line-height: 1.7;
}
.addstyleForm form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
}
.addstyleForm form input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #15268B;
}
.addstyleForm form .radiobtn-btnblock .wpcf7-radio {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  gap: 20px;
  margin: -20px 0 0;
}
@media screen and (max-width: 768px) {
  .addstyleForm form .radiobtn-btnblock .wpcf7-radio {
    gap: 10px;
  }
}
.addstyleForm form .radiobtn-btnblock .wpcf7-radio label {
  min-width: 200px;
  padding: 10px 2px;
  border: 1.5px solid #15268B;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #15268B;
  transition: all 0.2s;
  cursor: pointer !important;
}
.addstyleForm form .radiobtn-btnblock .wpcf7-radio label input[type=radio] {
  display: none;
}
.addstyleForm form .radiobtn-btnblock .wpcf7-radio label:has(input[type=radio]:checked), .addstyleForm form .radiobtn-btnblock .wpcf7-radio label:hover {
  color: #fff !important;
  background-color: #15268B;
}
@media screen and (max-width: 768px) {
  .addstyleForm form .radiobtn-btnblock .wpcf7-radio label {
    min-width: auto !important;
    font-size: 14px;
    padding: 8px 2px;
  }
}
.addstyleForm form .radiobtn-btnblock .wpcf7-list-item {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .addstyleForm form .radiobtn-btnblock .wpcf7-list-item {
    width: calc((100% - 10px) / 2);
  }
}
.addstyleForm form select.wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.addstyleForm form .dropdown-menu_wrapper {
  position: relative;
}
.addstyleForm form .dropdown-menu_wrapper::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 1.5px solid #DDDDDD;
  border-right: 1.5px solid #DDDDDD;
  height: 10px;
  width: 10px;
  top: 15px;
  right: 20px;
  transform: rotate(135deg);
  pointer-events: none;
}
.addstyleForm form input[type=submit] {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
  padding: 15px 5px;
  background-color: #15268B;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  border: none;
  border-radius: 50px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .addstyleForm form input[type=submit] {
    margin-top: 30px;
    padding: 8px 5px;
    font-size: 14px;
    min-height: 40px;
  }
}
.addstyleForm form input[type=submit]:hover {
  background-color: #142166;
}
.addstyleForm form input[type=submit]:disabled {
  background-color: #9292A6;
}
.addstyleForm form .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .addstyleForm form .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.addstyleForm .wpcf7 form .wpcf7-response-output {
  margin-top: -20px;
  padding: 15px;
  border: none !important;
  color: #fff;
  font-weight: 500;
  background-color: #73E6AC;
}
.addstyleForm .wpcf7 form.sent .wpcf7-response-output {
  background-color: #73E6AC;
}
.addstyleForm .wpcf7 form.invalid .wpcf7-response-output,
.addstyleForm .wpcf7 form.unaccepted .wpcf7-response-output,
.addstyleForm .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #A61919;
}

#privacypolicy {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #privacypolicy {
    font-size: 14px;
  }
}
#privacypolicy .container {
  max-width: 1000px !important;
}

.pageDefault_title {
  font-size: clamp(16px, 0.788rem + 0.91vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
  position: relative;
  padding-left: 10px;
}
.pageDefault_title::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #15268B;
  position: absolute;
  top: 0;
  left: 0;
}

.pageDefault_contents > * + h2 {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .pageDefault_contents > * + h2 {
    margin-top: 30px;
  }
}
.pageDefault_contents p + p {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .pageDefault_contents p + p {
    margin-top: 20px;
  }
}
.pageDefault_contents h2 {
  margin-bottom: 10px;
}
.pageDefault_contents .wp-block-list {
  list-style: disc;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .pageDefault_contents .wp-block-list {
    margin: 10px 0;
  }
}
.pageDefault_contents .wp-block-list li {
  list-style: disc;
  line-height: 1.4;
  margin-left: 20px;
}
.pageDefault_contents .wp-block-list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .pageDefault_contents .wp-block-list li + li {
    margin-top: 5px;
  }
}
.pageDefault_contents a {
  color: #15268B !important;
}
.pageDefault_contents a:hover {
  opacity: 0.8;
}

.pageDefault {
  margin-top: 150px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pageDefault {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}

.page-404 {
  text-align: center;
  padding-top: 15vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 768px) {
  .page-404 {
    padding-top: 10vh;
    padding-bottom: 8vh;
  }
}
.page-404 h2 {
  font-size: clamp(18px, 0.867rem + 1.1vw, 35px);
  margin-bottom: 30px;
}
.page-404 p {
  line-height: 1.4;
}
.page-404 .btn {
  margin-top: 40px;
}