@charset "UTF-8";
@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Semibold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Bold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Semilight"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
  font-weight: 200;
}
body {
  font-family: "Noto Sans JP", sans-serif !important;
}

.home .section-title h2, .home .summary_section h3 {
  font-size: 30px;
  font-family: "Noto Sans JP" !important;
}
@media (max-width: 600px) {
  .home .section-title h2, .home .summary_section h3 {
    width: 89%;
    margin: 0 auto;
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .home .access_title .section-title h2 {
    margin-left: 3%;
    text-align: left !important;
  }
}

header .logo img {
  width: 110px;
}

.sp {
  display: none !important;
}

@media (max-width: 600px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    width: 73% !important;
    margin: 0 auto;
  }
  .elementor-element-7e33541, .elementor-element-d675af5, .elementor-element-bed4713 .container {
    margin: 0 auto;
    width: 82% !important;
  }
}
@media (min-width: 992px) {
  header .container, .container-lg, .container-md, .container-sm, .container-xl {
    width: 73%;
  }
}
.switch_options {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.switch_options:before,
.switch_options:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.switch_options:after {
  clear: both;
}

.switch_options span {
  padding: 7px 9px;
  margin: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  color: #555;
  text-transform: capitalize;
  line-height: 16px;
  width: 42%;
  font-weight: 700;
  background: #D6D6D6;
}

.switch_options span:first-of-type {
  border-radius: 2px 0 0 2px;
  border-right: 0;
}

.switch_options span:last-of-type {
  border-radius: 0 2px 2px 0;
  border-left: 0;
}

.switch_options span.selected {
  background: #5A00F0;
  color: #fff !important;
}

.switch_options span.switch_disable {
  color: #222;
}

.hero-area svg {
  height: auto;
}

.main-header-area:not(.header-sticky) {
  position: absolute !important;
}

.mv_section {
  aspect-ratio: 1280/640;
  padding-top: 65px;
  background: url(../../assets/img/home/mv_bg.png) center/100% 100% no-repeat;
  background-color: #EFFAFF;
}
.mv_section .row {
  display: flex;
  align-items: center;
  position: relative;
}
.mv_section .text_content {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.mv_section .text_content .main-title {
  color: #003373;
  letter-spacing: normal;
  font-family: "Noto Sans JP";
}
.mv_section .text_content .main-title .mv-catch2 {
  font-size: clamp(38px, 3.75vw, 72px);
  margin: 0 -0.6em 0 -0.5em;
  font-family: "SegoeUI" !important;
  font-weight: 700;
  line-height: 1.7;
}
.mv_section .text_content .main-title .mv-catch1 {
  font-size: clamp(32px, 3.125vw, 60px);
  font-weight: 700;
}
.mv_section .text_content .mv-des {
  transform: translateY(-1.4em);
}
.mv_section .text_content .mv-des p {
  color: #003373;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 0.937vw, 18px);
}
.mv_section .text_content .mv-des p br {
  display: none;
}
.mv_section .text_content ul.btn-list {
  margin-top: 0;
}
.mv_section .imgContent {
  width: 46.9%;
  margin-left: auto;
  margin-right: 5%;
}
.mv_section .imgContent .mv_svg {
  width: 90%;
  aspect-ratio: 348/442;
}
.mv_section .imgContent .mv_svg img {
  -o-object-position: center;
     object-position: center;
  transform: scale(0.75);
}
.mv_section .imgContent .mv_svg.add-animation img {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
@media (max-width: 1000px) {
  .mv_section .text_content .mv-des p {
    text-wrap: pretty;
  }
}
@media (max-width: 600px) {
  .mv_section {
    overflow: hidden;
    aspect-ratio: initial;
    padding-top: 76px;
    padding-bottom: 76px;
    min-width: 100vw;
    background-image: url(../../assets/img/home/mv_bg_sp.png);
  }
  .mv_section .sp {
    display: block !important;
  }
  .mv_section .container {
    display: block;
    height: 100%;
  }
  .mv_section .row {
    display: flex;
    align-items: flex-start;
  }
  .mv_section .text_content {
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .mv_section .text_content > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
  }
  .mv_section .text_content .main-title > span {
    display: block;
  }
  .mv_section .text_content .main-title .mv-catch2 {
    line-height: 1.5;
    font-size: clamp(32px, 10.17vw, 60px);
  }
  .mv_section .text_content .main-title .mv-catch1 {
    font-size: clamp(24px, 8.14vw, 50px);
  }
  .mv_section .text_content .mv-des {
    transform: translateY(0);
    margin-bottom: 20px;
  }
  .mv_section .text_content .mv-des p {
    font-size: clamp(16px, 3.937vw, 22px);
  }
  .mv_section .imgContent {
    position: absolute;
    margin-right: 0;
    right: 0;
    left: 0;
    top: 20%;
    width: 85%;
    margin-right: auto;
  }
}

#wpadminbar {
  display: none !important;
}

.summary_section h3 {
  color: #003373;
  letter-spacing: 0.75px;
  margin-bottom: 0.5em;
}
@media (max-width: 600px) {
  .summary_section h3 {
    text-align: left !important;
    margin-bottom: 1em;
  }
}

.check_list_content {
  font-family: "Noto Sans JP";
  max-width: 630px;
  margin: 0 auto;
}
.check_list_content ul {
  display: grid;
  /* flex-wrap: wrap; */
  list-style: none;
  /* align-items: flex-start; */
  gap: 0.8em 1em;
  grid-template-columns: 36% 1fr;
  gap: 1em;
}
.check_list_content li {
  width: calc((100% - 1em) / 2);
  font-weight: 700;
  padding-left: 1.4em;
  position: relative;
  text-wrap: pretty;
  white-space: nowrap;
}
.check_list_content li::before {
  content: "";
  width: 1.2em;
  height: 1em;
  position: absolute;
  top: 0.5em;
  left: 0;
  background: url(../../assets/img/home/check.png) center center/100% 100% no-repeat;
}
@media (max-width: 1000px) {
  .check_list_content {
    max-width: 850px;
    width: 70%;
  }
  .check_list_content li {
    white-space: initial;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .check_list_content {
    padding: 0 5%;
  }
  .check_list_content ul {
    display: flex;
    flex-direction: column;
  }
  .check_list_content li {
    width: 100%;
  }
}

#system-section div.do_box {
  font-family: "Noto Sans JP" !important;
  padding-bottom: 32px;
}
#system-section div.do_box .title {
  font-weight: 700;
}
#system-section div.do_box .content-desc {
  font-weight: 500;
  margin-bottom: 4px;
}
#system-section div.do_box a {
  background-color: transparent !important;
  position: relative;
  width: 0.5em;
  height: 0.5em;
}
#system-section div.do_box a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-right: 2px solid #464646;
  border-bottom: 2px solid #464646;
  transform: rotate(45deg);
}
#system-section div.do_box a i {
  display: none !important;
}
#system-section .elementor-col-33:last-child {
  position: relative;
  z-index: 1;
}
#system-section .elementor-col-33:last-child::after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: -1;
  top: -75px;
  right: -75px;
  background: url(../../assets/img/home/deco01.png) center/100% 100% no-repeat;
}
@media (max-width: 1000px) {
  #system-section .introductions_item {
    width: 73%;
    margin: 0 auto;
  }
  #system-section .introductions_item > .elementor-container {
    flex-direction: column;
  }
  #system-section .introductions_item > .elementor-container .elementor-column.elementor-col-33, #system-section .introductions_item > .elementor-container .elementor-column[data-col="33"] {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto;
  }
  #system-section .elementor-col-33:last-child::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: -1;
    top: auto;
    right: auto;
    bottom: -50px;
    left: -50px;
    background: url(../../assets/img/home/deco01.png) center/100% 100% no-repeat;
  }
}
@media (max-width: 600px) {
  #system-section .introductions_item {
    width: 89%;
  }
}

#video-section {
  background-image: url(../../assets/img/home/deco02.png);
  background-size: 226px 197px;
  background-position: bottom -100px left -46px;
  background-repeat: no-repeat;
}
#video-section .video-step3 .row, #video-section .step-link .row {
  flex-direction: row-reverse;
  align-items: flex-start !important;
}
#video-section .video-area-02 .container {
  padding: 48px 9.5% 24px;
  border-top: 1px solid #707070;
}
#video-section ul.features_list_02 li {
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 2em;
}
#video-section ul.features_list_02 li::before {
  background-color: #003373;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: -1px;
  font-size: 8px;
}
#video-section .offset-xxl-1 {
  margin-left: 0 !important;
  flex: 1;
}
#video-section .mt-30 {
  margin-top: 20px;
}
#video-section .section-title p {
  margin-bottom: 20px;
  line-height: 1.4;
}
#video-section .video-wrapper {
  aspect-ratio: 16/10;
  width: 86%;
  min-height: initial;
  background-size: 100% 100%;
  margin-left: 68px;
}
@media (max-width: 1000px) {
  #video-section {
    background-position: bottom 60px left -30px;
  }
  #video-section .video-step3 .row, #video-section .video-area-02 .row {
    flex-direction: column-reverse !important;
  }
  #video-section .video-wrapper {
    aspect-ratio: 16/9;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  #video-section {
    background-size: 29vw 25vw;
    background-position: bottom 25vw left -6.1vw;
  }
  #video-section .section-title h2 {
    margin: 0;
  }
}

@media (max-width: 600px) {
  section.contact {
    padding-top: 40px !important;
  }
}
.subs-btn {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subs-btn input {
  padding: 0.65em 2.5em;
  min-width: 140px;
}

.theme_btn {
  line-height: normal !important;
}

a.bdevs-btn {
  background-color: #003373;
  padding: 0.65em 1.5em;
  font-weight: 700;
}
a.bdevs-btn .fa-chevron-right {
  display: none !important;
}

header .theme_btn.theme_btn_bg.ext-color, header .bdevs-btn {
  background-color: #003373;
  padding: 1em 2em;
  font-weight: 700;
}
header .theme_btn.theme_btn_bg.ext-color .fa-chevron-right, header .bdevs-btn .fa-chevron-right {
  display: none !important;
}
header .main-menu ul li > a {
  font-weight: 700;
  color: #003373;
  font-size: 16px;
}

#about-section .section-title h2 {
  font-size: 33px;
}
#about-section .theme_btn_03 {
  background-image: none !important;
  background-color: #003373 !important;
  width: 80%;
  max-width: 300px;
  text-align: center;
  padding: 0.65em 1.5em;
}
#about-section .theme_btn_03::before {
  background-image: none !important;
  background-color: #1c243e;
}
#about-section .elementor-shape-top {
  display: none !important;
}
@media (max-width: 600px) {
  #about-section .section-title h2 {
    font-size: 30px;
    margin-left: 0;
  }
  #about-section .theme_btn_03 {
    width: 100%;
    max-width: initial;
  }
}

.input-box label {
  font-size: 20px;
}

.input-mail::before, .input-text::before {
  content: none !important;
}/*# sourceMappingURL=customizer-style.css.map */