@charset "utf-8";

/* Base */
.mainpage {}
.mainpage .fp-tableCell {display: flex; align-items: center; justify-content: center;}
.mainpage .fp-tableCell .section-inner {width: 100%;}
.mp-section-wrapper {position: relative;}
.mp-section {padding-block: 130px; width: 100%; overflow: hidden;}
.mp-section-head {margin-bottom: 20px;}
.mp-section-title {font-weight: 400!important; word-break: keep-all;}
.mp-section-title .tag {display: block; color: var(--primary); font-size: 24px; font-weight: 600; text-transform: uppercase; line-height: 1; margin-bottom: 0.8em;}
.mp-section-title .title {display: block; font-size: 42px; line-height: 1.3; color: #000; margin-bottom: 0.3em;}
.mp-section-title .desc {font-size: 20px; line-height: 1.8;}

.btn-more--plus-hover {--size: 40px; --theme-1: #fff; --theme-2: var(--primary); position: relative; display: inline-block;}
.btn-more--plus-hover .icon {display: block; position: relative; width: var(--size); height: var(--size); border-radius: 50%; background: var(--theme-1); transition: background .4s;}
.btn-more--plus-hover .icon::before,
.btn-more--plus-hover .icon::after {background: #7F8FA1; content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: background .4s;}
.btn-more--plus-hover .icon::before {width: 3px; height: 50%;}
.btn-more--plus-hover .icon::after {height: 3px; width: 50%;}
.btn-more--plus-hover .label {position: absolute; top: 50%; left: 100%; margin-left: 1em; font-size: 17px; font-weight: 600; line-height: 1.4; transform: translate(20%, -50%); color: var(--theme-2); opacity: 0; pointer-events: none; transition: transform .4s, opacity .4s; white-space: nowrap;}
.hover-trigger:hover .btn-more--plus-hover .icon,
.btn-more--plus-hover:hover .icon {background: var(--theme-2);}
.hover-trigger:hover .btn-more--plus-hover .icon::before,
.hover-trigger:hover .btn-more--plus-hover .icon::after,
.btn-more--plus-hover:hover .icon::before,
.btn-more--plus-hover:hover .icon::after {background: var(--theme-1);}
.hover-trigger:hover .btn-more--plus-hover .label,
.btn-more--plus-hover:hover .label {opacity: 1; transform: translate(0, -50%); pointer-events: initial;}

.pc-img {display: block!important;}
.m-img {display: none!important;}

@media (hover: hover) {}
@media screen and (max-width: 1649px) {
  .mp-section {}
  .mp-section-head {margin-bottom: 15px;}
  .mp-section-title .tag {font-size: 20px;}
  .mp-section-title .title {font-size: 36px;}
  .mp-section-title .desc {font-size: 16px;}
}
@media screen and (max-width: 1399px) {
  .mainpage .section,
  .mainpage .fp-tableCell {height: auto!important;}
  .mainpage .section {--round: 30px; border-radius: var(--round) var(--round) 0 0; margin-bottom: calc(var(--round) * -1); overflow: hidden; position: relative;}
  .mainpage .section:has(.main-visual) {z-index: 0; border-radius: 0!important;}
  .mainpage .section:has(#mp-main-service) {z-index: 1;}
  .mainpage .section:has(#mp-total-service) {z-index: 2;}
  .mainpage .section:has(#mp-etc) {z-index: 3;}

  .mp-section {padding-block: 100px 150px;}
  .mp-section-head {margin-bottom: 15px;}
  .mp-section-title .tag {font-size: 18px;}
  .mp-section-title .title {font-size: 32px;}

  .btn-more--plus-hover {--size: 34px;}
  .btn-more--plus-hover .label {display: none;}
}
@media screen and (max-width: 767px) {
  .mainpage .section {--round: 20px;}

  .mp-section {padding-block: 50px 80px;}
  .mp-section-head {margin-bottom: 15px;}
  .mp-section-title .tag {font-size: 16px;}
  .mp-section-title .title {font-size: 22px;}
  .mp-section-title .desc {font-size: 14px;}

  .btn-more--plus-hover {--size: 20px;}
  .btn-more--plus-hover .icon::before {width: 2px;}
  .btn-more--plus-hover .icon::after {height: 2px;}

  .pc-img {display: none!important;}
  .m-img {display: block!important;}
}
@media screen and (max-width: 499px) {}


/* Main visual */
.main-visual {width: 100%; height: 100vh; position: relative; overflow: hidden; background: #fff;}
.main-visual .background {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;}
.main-visual .background :where(video, img) {display: block; width: 100%; height: 100%; object-fit: cover;}
.main-visual .background img {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.main-visual .background img.m {display: none;}
.main-visual .container {display: flex; align-items: center; height: 100%; position: relative; z-index: 1;}
.main-visual .content {}
.main-visual .content .title {font-size: 56px; font-family: var(--font-tertiary); font-weight: 400; color: #000;}
.main-visual .content .desc {font-size: 20px; line-height: 1.8; margin-top: 1em;}
.main-visual-active .content .title,
.main-visual-active .content .desc {opacity: 1; transform: translate(0);}
.main-visual .controls {position: absolute; bottom: 155px; left: 0; width: 100%; z-index: 50;}
.main-visual .controls .container {display: flex; gap: 20px; justify-content: flex-start;}
.main-visual .controls .paginations {all: unset; display: flex; gap: 10px;}
.main-visual .controls .paginations .swiper-pagination-bullet {all: unset; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-sizing: border-box; cursor: pointer; position: relative;}
.main-visual .controls .paginations .swiper-pagination-bullet::after {content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: #000;}
.main-visual .controls .paginations .swiper-pagination-bullet::before {content: ''; width: 100%; height: 100%; border: 1px solid #000; box-sizing: border-box; border-radius: 50%; position: absolute; top: 0; left: 0; transition: transform .4s var(--cubic-pop1); transform: scale(0);}
.main-visual .controls .paginations .swiper-pagination-bullet-active::before {transform: scale(1);}
.main-visual .controls .btn-play {width: 20px; height: 20px; padding: 4px 6px; display: flex; justify-content: space-between; border: none;}
.main-visual .controls .btn-play::before,
.main-visual .controls .btn-play::after {display: block; content: ''; background: #000; width: 1px; height: 12px; flex-shrink: 0;}
.main-visual .controls .btn-play.play::before {display: none;}
.main-visual .controls .btn-play.play::after {width: 0; height: 0; background: none; border-left: 10px solid #000; border-block: 6px solid transparent;}
@media (hover: hover) {}
@media screen and (max-width: 1399px) {
  .main-visual {height: 700px;}
  .main-visual .content {margin-top: auto; margin-bottom: 280px;}
  .main-visual .content .title {font-size: 42px; line-height: 1.3;}
  .main-visual .content .desc {font-size: 18px;}
}
@media screen and (max-width: 767px) {
  .main-visual {height: 500px;}
  .main-visual .background .pc {display: none;}
  .main-visual .background img.m {display: block;}
  .main-visual .controls {display: none;}
  .main-visual .content {margin-bottom: auto; margin-top: 60px;}
  .main-visual .content .title {font-size: 24px; line-height: 1.5;}
  .main-visual .content .desc {font-size: 14px;}
}
@media screen and (max-width: 499px) {}


/* Main service */
.mainpage .section:has(#mp-main-service) {background: #E5EBF8;}
#mp-main-service {height: 100%;}
#mp-main-service .container {display: flex; flex-direction: column; height: 100%;}
#mp-main-service .mp-section-title .desc {color: #7F8FA1;}
#mp-main-service .diagram {display: flex; flex-direction: column; height: 100%; padding-top: 40px;}
#mp-main-service .diagram-head {display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: -30px; position: relative; z-index: 10; height: 30px;}
#mp-main-service .diagram-head svg {width: auto; height: 100%;}
#mp-main-service .mp-section-body {height: 100%;}
#mp-main-service .diagram-body {height: calc(100% - 100px);}
#mp-main-service .diagram-body img {width: auto; height: 100%; margin-inline: auto;}
@media (hover: hover) {}
@media screen and (max-width: 1399px) {
  #mp-main-service .diagram-body,
  #mp-main-service .mp-section-body,
  #mp-main-service {height: auto;}
  #mp-main-service .diagram,
  #mp-main-service .container {height: auto; display: block;}
  #mp-main-service .diagram {padding-top: 20px;}
  #mp-main-service .diagram-head {margin-bottom: 0; height: 30px;}
  #mp-main-service .diagram-body img {width: 100%; height: auto;}
}
@media screen and (max-width: 767px) {
  #mp-main-service .diagram-head {margin-bottom: -4vw;}
  #mp-main-service .diagram-head svg {height: 24px;}
  #mp-main-service .diagram-body {width: calc(110%); margin-left: -5%;}
}
@media screen and (max-width: 499px) {}


/* Total service */
.mainpage .section:has(#mp-total-service) {background: linear-gradient(115deg, #44B9FF, #0091E8); overflow: hidden;}
#mp-total-service .mp-section-title .tag {color: #2737A2;}
#mp-total-service .mp-section-title .title .gray {color: #C4E9FF;}
#mp-total-service .carousal {overflow: visible; padding: 0 0 0 53px;}
#mp-total-service .carousal::before {position: absolute; top: 0; left: 0; width: 100vw; height: 100%; content: ''; background: #0F77ED; border-radius: 50px 0 0 50px;}
#mp-total-service .carousal .swiper-wrapper {height: auto;}
#mp-total-service .carousal .swiper-slide {display: flex; height: auto; overflow: visible;}
#mp-total-service .carousal .swiper-slide .content {width: 522px; flex-shrink: 0; padding: 174px 0 132px 0; opacity: 0; transition: opacity .5s;}
#mp-total-service .carousal .swiper-slide .content .tag {color: #8BC7FF; display: block; font-size: 27px; font-weight: 600; line-height: 1; margin-bottom: 0.5em;}
#mp-total-service .carousal .swiper-slide .content .tit {color: #8BC7FF; font-size: 39px; font-weight: 400; line-height: 1.3; display: block;}
#mp-total-service .carousal .swiper-slide .visual {position: relative; width: 100%; pointer-events: none; opacity: 0; transition: opacity .5s;}
#mp-total-service .carousal .swiper-slide .visual img {display: block; position: absolute; right: -100px; bottom: -110px; width: 998px; max-width: none; opacity: 1;}
#mp-total-service .carousal .swiper-slide-active .content {opacity: 1;}
#mp-total-service .carousal .swiper-slide-active .visual {opacity: 1;}
#mp-total-service .carousal .buttons {position: absolute; z-index: 50; top: 52px; left: 58px; display: flex; gap: 18px;}
#mp-total-service .carousal .buttons button {width: 68px; height: 68px; border-radius: 50%; border: 1px solid #fff; display: flex; align-items: center; justify-content: center;}
#mp-total-service .carousal .paginations {position: absolute; left: 58px; bottom: 54px; display: flex; gap: 30px; z-index: 20;}
#mp-total-service .carousal .paginations .swiper-pagination-bullet {all: unset; cursor: pointer; color: #8BC7FF; font-weight: 600;}
#mp-total-service .carousal .paginations .swiper-pagination-bullet:hover {color: white;}
#mp-total-service .carousal .paginations .swiper-pagination-bullet-active {color: white; font-weight: 600; text-decoration: underline;}
@media (hover: hover) {}
@media screen and (max-width: 1649px) {
  #mp-total-service .mp-section-head {margin-bottom: 30px;}
  #mp-total-service .carousal .buttons button {width: 48px; height: 48px;}
  #mp-total-service .carousal .buttons button svg {height: 50%; width: auto;}
  #mp-total-service .carousal .swiper-slide .content {padding: 134px 0 112px 0;}
  #mp-total-service .carousal .swiper-slide .content .tag {font-size: 24px;}
  #mp-total-service .carousal .swiper-slide .content .tit {font-size: 32px;}
  #mp-total-service .carousal .swiper-slide .visual img {width: 800px; right: 30px; bottom: -70px;}
}
@media screen and (max-width: 1399px) {
  
  #mp-total-service .carousal .paginations {display: none;}
  #mp-total-service .carousal .buttons {bottom: 30px; top: auto; left: 30px;}
  #mp-total-service .carousal {padding: 0;}
  #mp-total-service .carousal::before {display: none;}
  
  #mp-total-service .carousal .swiper-slide {flex-direction: column; width: 100%!important; border-radius: 30px; background: #0f77ED; padding: 50px 30px;}
  #mp-total-service .carousal .swiper-slide .content {width: 100%; padding: 0;}
  #mp-total-service .carousal .swiper-slide .content .tag {font-size: 20px;}
  #mp-total-service .carousal .swiper-slide .content .tit {font-size: 32px;}
  #mp-total-service .carousal .swiper-slide .visual {}
  #mp-total-service .carousal .swiper-slide .visual img {width: 80%; position: static; margin-bottom: -100px; margin-top: -100px; pointer-events: initial; transform: translate(80px); margin-left: auto;}
}
@media screen and (max-width: 767px) {
  #mp-total-service .carousal .paginations,
  #mp-total-service .carousal .buttons {display: none;}
  #mp-total-service .carousal .swiper-wrapper {flex-direction: column; gap: 20px;}
  #mp-total-service .carousal .swiper-slide-duplicate {display: none!important;}
  #mp-total-service .carousal .swiper-slide {opacity: 1!important; padding: 30px 20px; border-radius: 20px;}
  #mp-total-service .carousal .swiper-slide .content,
  #mp-total-service .carousal .swiper-slide .visual {opacity: 1!important;}
  #mp-total-service .carousal .swiper-slide .content .tag {font-size: 15px;}
  #mp-total-service .carousal .swiper-slide .content .tit {font-size: 20px;}
  #mp-total-service .carousal .swiper-slide .visual img {margin-block: 0 -50px; transform: translate(35px); width: 100%; margin-inline: auto 0; max-width: 400px;}
  #mp-total-service .carousal .swiper-slide.slide-3 .visual img {margin-top: -5%;}
}
@media screen and (max-width: 499px) {
  #mp-total-service .carousal .swiper-slide .visual img {width: calc(100% + 70px); margin-left: -35px; transform: none; max-width: calc(100% + 70px);}
}


/* ETC */
.mainpage .section:has(#mp-etc) {background: #fff;}
.mainpage .section:has(#mp-etc) .fp-tableCell {flex-direction: column;}
.mainpage .section:has(#mp-etc) .fp-tableCell .footer {width: 100%;}
.mainpage .section:has(#mp-etc) .fp-tableCell #mp-etc {height: 100%; display: flex; align-items: flex-end; align-items: center;}
#mp-etc {padding-bottom: 80px;}
#mp-etc .mp-section-title .tag {color: #7E808B;}
#mp-etc .mp-section-title .title {color: #000; font-weight: 400; font-family: var(--font-secondary); text-transform: uppercase;}
#mp-etc .cards {display: flex; gap: 32px;}
#mp-etc .cards .card {--theme-1: #adadad; --theme-2: #aaa; --theme-3: #dddd; width: 100%; height: 215px;}
#mp-etc .cards .card > a { background: linear-gradient(to bottom, var(--theme-1), var(--theme-2)); box-shadow: inset 2px 2px 14px var(--theme-3); border-radius: 20px; padding: 20px 22px; position: relative; display: flex; flex-direction: column; height: 100%;}
#mp-etc .cards .card .cate {color: #fff; font-size: 16px; font-weight: 500;}
#mp-etc .cards .card .tit {margin-bottom: auto; color: #fff; font-size: 33px; font-weight: 700;   line-height: 1.2;margin-top: 5px;}
#mp-etc .cards .card .button {--size: 36px; --theme-1: rgb(0,0,0,.3); --theme-2: #fff; }
#mp-etc .cards .card .button .icon::before, #mp-etc .cards .card .button .icon::after {background: var(--theme-2);}
#mp-etc .cards .card .button .icon::before {height: 40%;}
#mp-etc .cards .card .button .icon::after {width: 40%;}
#mp-etc .cards .card:hover .button .icon::before, #mp-etc .cards .card:hover .button .icon::after {background: var(--primary);}
#mp-etc .cards .card .thumb {position: absolute; bottom: 20px; right: 0; width: 70%;}
#mp-etc .cards .card.green {--theme-1: #2DD904; --theme-2: #23B500; --theme-3: #A6FF91;}
#mp-etc .cards .card.blue {--theme-1: #44B9FF; --theme-2: #0091E8; --theme-3: #87D2FF;}
#mp-etc .cards .card.purple {--theme-1: #7F5EDF; --theme-2: #5129C7; --theme-3: #B59BFF;}
#mp-etc .cards .card.dark {--theme-1: #6D6D6D; --theme-2: #5B5B5B; --theme-3: #9E9E9E;}
@media (hover: hover) {}
@media screen and (min-width: 1400px) {
  #mp-etc .mp-section-title .title {font-size: 40px;}
}
@media screen and (max-width: 1649px) {
  #mp-etc {padding-bottom: 50px;}
  #mp-etc .mp-section-head {margin-bottom: 30px;}
  #mp-etc .cards .card {height: 165px;}
  #mp-etc .cards .card .thumb {width: 50%; bottom: 10px;}
  #mp-etc .cards .card .tit {font-size: 22px;}
  #mp-etc .cards .card .tit br {display: none;}
}
@media screen and (max-width: 1399px) {
  #mp-etc .cards {display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;}
  #mp-etc .cards .card .tit {font-size: 28px;}
}
@media screen and (max-width: 767px) {
  #mp-etc .cards {gap: 10px;}
  #mp-etc .cards .card {height: 150px;}
  #mp-etc .cards .card > a {border-radius: 15px; padding: 15px;}
  #mp-etc .cards .card .cate {font-size: 15px; line-height: 1.3;}
  #mp-etc .cards .card .tit {font-size: 20px;}
  #mp-etc .cards .card .thumb {width: 70%; bottom: 5px; right: -5px;}
  #mp-etc .cards .card .button {--size: 24px; margin: 0 0 -5px -5px;}
  #mp-etc .cards .card .button .icon::after {height: 2px;}
  #mp-etc .cards .card .button .icon::before {width: 2px;}
}
@media screen and (max-width: 499px) {}


/* Format */
@media (hover: hover) {}
@media screen and (max-width: 1399px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 499px) {}