@charset "UTF-8";
@import url("");
*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*:state(webkit-media-controls-play-button) {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

body {
  position: relative;
  overflow-x: hidden;
}
body .homeBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #f9f9f9;
  z-index: -2;
}
body .heroBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  /*最背面に設定*/
}
body .heroBg #video {
  position: absolute;
  z-index: -1;
  left: 50%;
  /*縦横幅指定*/
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
  transition: 0.2s all;
}

#sectionHero .heroCatch {
  font-weight: 900;
  line-height: 1.4;
}
#sectionHero .heroBtnWrap .heroBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  background: #052749;
}
#sectionHero .heroBtnWrap .heroBtn i {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
#sectionHero .heroBtnWrap .heroBtn i:before {
  content: "";
  display: block;
  background: url(../images/common2023/icon_arrow_diagonal.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#sectionHero .heroPoint {
  display: flex;
}
#sectionHero .heroPoint > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: url(../images/home2024/hero_point_bg.webp) no-repeat center;
  background-size: contain;
}
#sectionHero .heroPoint > li .heroPointType {
  color: #052749;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#sectionHero .heroPoint > li .heroPointNum {
  line-height: 1;
}
@keyframes btn_anima {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate(100%, -100%);
  }
  55% {
    opacity: 0;
    transform: translate(-100%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes btn_animaMini {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate(100%, 0);
  }
  55% {
    opacity: 0;
    transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.homeHeader {
  text-align: center;
}
.homeHeader .homeTitle {
  font-weight: 900;
}

.btnWrap > a {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 9999px;
  background: #052749;
}
.btnWrap .btn i:before {
  content: "";
  display: block;
  background: url(../images/common2023/icon_arrow_diagonal.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.btnWrap .btnMini i:before {
  content: "";
  display: block;
  background: url(../images/common2023/icon_arrow_white.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.btnWrap i {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

#sectionBlogContent {
  background: #fff;
  position: relative;
}
#sectionBlogContent .blogContentInner {
  position: relative;
  z-index: 2;
}
#sectionAssignment {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(139, 239, 222, 0.8);
  background: linear-gradient(145deg, rgba(139, 239, 222, 0.6) 0%, rgba(247, 254, 197, 0.6) 80%);
}
#sectionAssignment .assignmentList {
  display: flex;
  flex-wrap: wrap;
}
#sectionAssignment .assignmentList > li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  background: rgb(255, 255, 255);
  position: relative;
}
#sectionAssignment .assignmentList > li:before {
  content: "";
  display: block;
  background: url(../images/common2023/icon_assignment.svg) no-repeat;
  background-size: contain;
  position: absolute;
}

#sectionService {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#sectionService .servicedeco1,
#sectionService .servicedeco2,
#sectionService .servicedeco3,
#sectionService .servicedeco4 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
#sectionService .servicedeco1 {
  background: url(../images/home2024/service_deco1.webp) no-repeat;
  background-size: contain;
}
#sectionService .servicedeco2 {
  background: url(../images/home2024/service_deco2.webp) no-repeat;
  background-size: contain;
}
#sectionService .servicedeco3 {
  background: url(../images/home2024/service_deco3.webp) no-repeat;
  background-size: contain;
}
#sectionService .servicedeco4 {
  background: url(../images/home2024/service_deco4.webp) no-repeat;
  background-size: contain;
}
#sectionService .serviceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sectionService .serviceList > li {
  text-align: center;
  color: #052749;
  font-weight: bold;
  border-radius: 9999px;
  position: relative;
}
#sectionService .serviceList > li > * {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: #fff;
  position: relative;
}
#sectionService .serviceList > li:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(to right, #c5f3eb, #d1f5e8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#sectionService .serviceList > li > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sectionAdvantage {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
#sectionAdvantage:before {
  content: "ADVANTAGE";
  white-space: nowrap;
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: linear-gradient(94deg, rgb(159, 241, 214) 0%, rgb(203, 247, 205) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  margin: auto;
}
#sectionAdvantage .advanatgeInner {
  position: relative;
}
#sectionAdvantage .advanatgeList {
  position: relative;
}
#sectionAdvantage .advanatgeList > div.advanatgeListTerm > dt:before {
  background: url(../images/home2024/advanatge_team.svg) no-repeat;
  background-size: contain;
}
#sectionAdvantage .advanatgeList > div.advanatgeListSpeed > dt:before {
  background: url(../images/home2024/advanatge_speed.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  #sectionAdvantage .advanatgeList > div.advanatgeListSpeed {
    top: 120px;
    right: 0;
  }
}
#sectionAdvantage .advanatgeList > div.advanatgeListProfessional > dt:before {
  background: url(../images/home2024/advanatge_professional.svg) no-repeat;
  background-size: contain;
}
#sectionAdvantage .advanatgeList > div > dt {
  display: flex;
  align-items: center;
  font-weight: 900;
  position: relative;
}
#sectionAdvantage .advanatgeList > div > dt:before {
  content: "";
  position: absolute;
}
#sectionAdvantage .advanatgeList > div > dd {
  line-height: 2;
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  #sectionAdvantage .btnWrap {
    right: 40px;
  }
}

#sectionStaff {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(6, 18, 31, 0.9);
}
#sectionStaff .staffTitle {
  color: #fff;
  text-align: center;
  font-weight: 900;
}
#sectionStaff .staffCatch {
  color: #fff;
  line-height: 2;
}
#sectionStaff .staffSlide {
  position: relative;
}
#sectionStaff .staffSlide .splide__arrows .splide__arrow {
  border: none;
  border-radius: 50%;
  background: #071726;
  position: relative;
}
#sectionStaff .staffSlide .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: scale(-1, 1);
}
#sectionStaff .staffSlide .splide__arrows .splide__arrow.splide__arrow--next {
  transform: scale(1, 1);
}
#sectionStaff .staffSlide .splide__arrows .splide__arrow:before {
  content: "";
  display: block;
  background: url(../images/common2023/icon_arrow_white.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#sectionStaff .staffSlide .splide__arrows .splide__arrow svg {
  display: none;
}
#sectionStaff .staffSlide .splide__slide {
  background: #fff;
}
#sectionStaff .staffSlide .splide__slide .staffSlideTitle {
  color: #052749;
  text-align: center;
  font-weight: bold;
}
#sectionStaff .staffSlide .splide__slide .staffSlideText .staffSlideName {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
#sectionStaff .staffSlide .splide__slide .staffSlideText .staffSlideNote {
  color: #818c99;
}
#sectionStaff .staffSlide .staffSlideProgress {
  background: #071726;
  border-radius: 9999px;
  position: absolute;
  left: 0;
}
#sectionStaff .staffSlide .staffSlideProgress .staffSlideProgressBar {
  border-radius: 9999px;
  background: linear-gradient(94deg, rgb(200, 244, 236) 0%, rgb(233, 248, 227) 100%);
  transition: width 0.5s 0s;
  position: relative;
}
#sectionStaff .staffSlide .staffSlideProgress .staffSlideProgressBar:before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -8px;
}

#sectionTechnology {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(6, 18, 31, 0.9);
  position: relative;
}
#sectionTechnology:before {
  content: "TECHNOLOGY";
  display: block;
  white-space: nowrap;
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #25323f;
  line-height: 1;
  position: absolute;
  left: 0;
  margin: auto;
}
#sectionTechnology .technologyInner {
  position: relative;
}
#sectionTechnology .technologyInner .technologyHeader .technologyTitle {
  color: #fff;
  font-weight: bold;
}
#sectionTechnology .technologyInner .technologyHeader .technologyCatch {
  color: #fff;
}
#sectionTechnology .technologyInner .splide__arrows .splide__arrow {
  border: none;
  border-radius: 50%;
  background: #071726;
  position: relative;
}
#sectionTechnology .technologyInner .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: scale(-1, 1);
}
#sectionTechnology .technologyInner .splide__arrows .splide__arrow.splide__arrow--next {
  transform: scale(1, 1);
}
#sectionTechnology .technologyInner .splide__arrows .splide__arrow:before {
  content: "";
  display: block;
  background: url(../images/common2023/icon_arrow_white.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#sectionTechnology .technologyInner .splide__arrows .splide__arrow svg {
  display: none;
}
#sectionTechnology .technologyInner .splide__list > li {
  overflow: hidden;
}
#sectionTechnology .technologyInner .splide__list > li > a {
  display: block;
  position: relative;
}
#sectionTechnology .technologyInner .splide__list > li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #04090b;
  opacity: 0.56;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sectionTechnology .technologyInner .splide__list > li > a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#sectionTechnology .technologyInner .splide__list > li > a .technologyListTitle {
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#sectionTechnology .technologyInner .splide__list > li > a .technologyListTitle:before {
  content: "";
  display: block;
  border: 2px solid #cfff9b;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#sectionTechnology .technologyInner .splide__list > li > a .technologyListTitle:after {
  content: "";
  display: block;
  background: url(../images/common2023/icon_arrow_diagonal_lightgreen.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sectionTechnology .technologyInner .technologySlideProgress {
  background: #071726;
  border-radius: 9999px;
  position: absolute;
  left: 0;
}
#sectionTechnology .technologyInner .technologySlideProgress .technologySlideProgressBar {
  border-radius: 9999px;
  background: linear-gradient(94deg, rgb(200, 244, 236) 0%, rgb(233, 248, 227) 100%);
  transition: width 0.5s 0s;
  position: relative;
}
#sectionTechnology .technologyInner .technologySlideProgress .technologySlideProgressBar:before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -8px;
}

#sectionMerit {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
#sectionMerit .meritInner {
  position: relative;
}
#sectionMerit .meritList {
  counter-reset: number 0;
}
#sectionMerit .meritList > div {
  position: relative;
}
#sectionMerit .meritList > div:nth-child(1):before {
  background: url(../images/home2024/merit_list01.svg) no-repeat;
  background-size: contain;
}
#sectionMerit .meritList > div:nth-child(2):before {
  background: url(../images/home2024/merit_list02.svg) no-repeat;
  background-size: contain;
}
#sectionMerit .meritList > div:nth-child(3):before {
  background: url(../images/home2024/merit_list03.svg) no-repeat;
  background-size: contain;
}
#sectionMerit .meritList > div:nth-child(4):before {
  background: url(../images/home2024/merit_list04.svg) no-repeat;
  background-size: contain;
}
#sectionMerit .meritList > div:nth-child(5):before {
  background: url(../images/home2024/merit_list05.svg) no-repeat;
  background-size: contain;
}
#sectionMerit .meritList > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
#sectionMerit .meritList > div > dt {
  font-weight: bold;
  position: relative;
}
#sectionMerit .meritList > div > dt:before {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  line-height: 1;
  color: #92d8c5;
  font-weight: 600;
  position: absolute;
}
#sectionSupport {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgb(247, 247, 247);
  position: relative;
}
#sectionSupport:before {
  content: "";
  width: 100%;
  background: rgb(139, 239, 222);
  background: linear-gradient(145deg, rgba(139, 239, 222, 0.6) 0%, rgba(247, 254, 197, 0.6) 80%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#sectionSupport:after {
  content: "SUPPORT PLAN";
  text-align: center;
  color: #fcfcfc;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  white-space: nowrap;
  z-index: 0;
}
#sectionSupport .supportInner {
  position: relative;
  z-index: 1;
}
#sectionSupport .supportList > li {
  box-shadow: 0 0 6px rgba(193, 200, 190, 0.3);
  background: #ffffff;
}
#sectionSupport .supportList > li .supportListTitle {
  font-weight: bold;
  position: relative;
}
#sectionSupport .supportList > li .supportListTitle .supportListTitleSub {
  content: "";
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}
#sectionSupport .supportList > li .supportListTitle .supportListTitleSub strong {
  font-weight: 400;
  text-align: center;
}
#sectionSupport .supportList > li .supportListTitle .supportListTitleSub:before {
  content: "";
  width: 1px;
  background: #052749;
  position: absolute;
}
#sectionSupport .supportList > li .supportListContent {
  background: #f7f7f7;
}
#sectionSupport .supportList > li .supportListContent .supportListContentTitle {
  font-weight: bold;
  text-align: center;
}
#sectionSupport .supportList > li .supportListContent .supportListContentList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sectionSupport .supportList > li .supportListContent .supportListContentList > li {
  color: #818c99;
  font-weight: bold;
  text-align: center;
}
#sectionSupport .supportNote {
  text-align: center;
}
#sectionSupport .btnWrap {
  text-align: center;
}

#sectionVoice {
  background: rgb(255, 255, 255);
}
#sectionVoice .voiceInner {
  position: relative;
  z-index: 1;
}
#sectionVoice .voiceList > .blogListItem a {
  display: block;
  position: relative;
}
#sectionVoice .voiceList > .blogListItem a i {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: absolute;
}
#sectionVoice .voiceList > .blogListItem a i:before {
  content: "";
  display: block;
  background: url(../images/common2023/icon_arrow_diagonal_navy.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#sectionVoice .voiceList > .blogListItem a .blogListThumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sectionVoice .voiceList > .blogListItem a .blogListBody {
  background: #f7f7f7;
  position: relative;
}
#sectionVoice .voiceList > .blogListItem a .blogListInfo {
  display: flex;
}
#sectionVoice .voiceList > .blogListItem a .blogListInfo .blogListInfoCat {
  color: #052749;
  font-weight: bold;
  border-radius: 9999px;
  background: #fff;
  line-height: 1.2;
}
#sectionVoice .voiceList > .blogListItem a .blogListInfoTitle {
  color: #052749;
  font-weight: bold;
}

#sectionBlog {
  background: rgb(255, 255, 255);
  position: relative;
}
#sectionBlog:before {
  content: "";
  background: rgba(28, 42, 56, 0.9);
  -webkit-backdrop-filter: opacity(10%);
          backdrop-filter: opacity(10%);
  position: absolute;
  top: 0;
  left: 0;
}
#sectionBlog:after {
  content: "MISSION BLOG";
  text-align: center;
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  position: absolute;
  margin: auto;
  white-space: nowrap;
  z-index: 0;
  opacity: 0.03;
}
#sectionBlog .blogInner {
  position: relative;
}
#sectionBlog .blogInner .homeHeader {
  color: #fff;
  text-align: left;
}
#sectionBlog .blogListSlide {
  position: relative;
  z-index: 1;
}
#sectionBlog .blogListSlide .splide__arrows {
  position: absolute;
}
#sectionBlog .blogListSlide .splide__arrows .splide__arrow {
  border: none;
  border-radius: 50%;
  background: #f7f7f7;
  position: relative;
}
#sectionBlog .blogListSlide .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: scale(-1, 1);
}
#sectionBlog .blogListSlide .splide__arrows .splide__arrow.splide__arrow--next {
  transform: scale(1, 1);
}
#sectionBlog .blogListSlide .splide__arrows .splide__arrow:before {
  content: "";
  display: block;
  background: url(../images/common2023/icon_arrow_navy.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#sectionBlog .blogListSlide .splide__arrows .splide__arrow svg {
  display: none;
}
#sectionBlog .blogListSlide .splide__slide > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
}
#sectionBlog .blogListSlide .splide__slide .blogListThumb {
  overflow: hidden;
}
#sectionBlog .blogListSlide .splide__slide .blogListInfo {
  display: flex;
  align-items: center;
  color: #818c99;
}
#sectionBlog .blogListSlide .splide__slide .blogListInfo .blogListInfoDate {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
#sectionBlog .blogListSlide .splide__slide i {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: absolute;
}
#sectionBlog .blogListSlide .splide__slide i:before {
  content: "";
  display: block;
  background: url(../images/common2023/icon_arrow_diagonal_navy.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#sectionBlog .blogListSlide .blogListSlideProgress {
  border-radius: 9999px;
  background: #f7f7f7;
}
#sectionBlog .blogListSlide .blogListSlideProgress .blogListSlideProgressBar {
  border-radius: 9999px;
  background: linear-gradient(94deg, rgb(200, 244, 236) 0%, rgb(233, 248, 227) 100%);
  transition: width 0.5s 0s;
  position: relative;
}
#sectionBlog .blogListSlide .blogListSlideProgress .blogListSlideProgressBar:before {
  content: "";
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(7, 7, 6, 0.15);
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -8px;
}
#sectionQa {
  background: rgb(255, 255, 255);
}
#sectionQa .qaInner {
  position: relative;
  z-index: 1;
}
.footerInfo {
  background: rgb(255, 255, 255);
}

html:lang(en) .technologyListTitle br {
  display: none;
}

@media screen and (max-width: 1000px) {
  @keyframes splide-loading {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
  }
  .splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
  }
  .splide--rtl {
    direction: rtl;
  }
  .splide__track--ttb > .splide__list {
    display: block;
  }
  .splide__container {
    box-sizing: border-box;
    position: relative;
  }
  .splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .splide.is-initialized:not(.is-active) .splide__list {
    display: block;
  }
  .splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
  }
  .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
  }
  .splide:not(.is-overflow) .splide__pagination {
    display: none;
  }
  .splide__progress__bar {
    width: 0;
  }
  .splide {
    position: relative;
    visibility: hidden;
  }
  .splide.is-initialized, .splide.is-rendered {
    visibility: visible;
  }
  .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
  }
  .splide__slide img {
    vertical-align: bottom;
  }
  .splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
  .splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
  }
  .splide__toggle.is-active .splide__toggle__pause {
    display: inline;
  }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  #globalHeader.bgNavy #ghMenuBtn:not(.isOpen) span {
    background: #fff;
  }
  body .heroBg {
    height: 100svh;
    transition: 0.2s all;
  }
  body .heroBg #video {
    min-height: 100svh;
    top: 0;
    transform: translate(-45%, 50vw) scale(1.1);
    width: 163.777778vw;
  }
  #sectionHero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 100px 0 0;
  }
  #sectionHero .heroTopInner {
    padding: 0 20px;
  }
  #sectionHero .heroCatch {
    max-width: 600px;
    margin-inline: auto;
    font-size: 31px;
  }
  #sectionHero .heroCatch img {
    width: 100%;
    max-width: 315px;
  }
  #sectionHero .heroBtnWrap {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 30px;
  }
  #sectionHero .heroBtnWrap .heroBtn {
    min-width: 190px;
    padding: 12px 15px;
    font-size: 14px;
  }
  #sectionHero .heroBtnWrap .heroBtn i {
    width: 9px;
    height: 9px;
    margin-right: 5px;
  }
  #sectionHero .heroBtnWrap .heroBtn i:before {
    width: 9px;
    height: 9px;
  }
  #sectionHero .heroPoint {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    margin-top: 35px;
  }
  #sectionHero .heroPoint > li {
    width: calc(33.3% - 14px);
    min-height: 68px;
    padding-bottom: 10px;
    aspect-ratio: 300/220;
  }
  #sectionHero .heroPoint > li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  #sectionHero .heroPoint > li .heroPointType {
    display: block;
    padding-inline: 10px;
    font-size: 9px;
  }
  #sectionHero .heroPoint > li .heroPointNum {
    padding: 0px 15px;
  }
  @keyframes btn_anima {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: translate(100%, -100%);
    }
    55% {
      opacity: 0;
      transform: translate(-100%, 100%);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes btn_animaMini {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: translate(100%, 0);
    }
    55% {
      opacity: 0;
      transform: translate(-100%, 0);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .homeHeader .homeTitleSub {
    font-size: 12px;
  }
  .homeHeader .homeTitle {
    font-size: 23px;
  }
  * + .homeCatch {
    margin-top: 20px;
  }
  .homeCatch {
    font-size: 14px;
    line-height: 1.78;
  }
  .btnWrap {
    max-width: 600px;
    margin-inline: auto;
    text-align: center;
  }
  .btnWrap > a {
    font-size: 14px;
  }
  .btnWrap .btn {
    min-width: 85%;
    padding: 12px 15px;
  }
  .btnWrap .btn i {
    width: 9px;
    height: 9px;
    margin-right: 5px;
  }
  .btnWrap .btn i:before {
    width: 9px;
    height: 9px;
  }
  #sectionBlogContent {
    padding: 52px 0 53px;
  }
  #sectionBlogContent .blogContentInner {
    padding: 0 20px;
  }
  #sectionBlogContent .homeHeader {
    max-width: 600px;
    margin-inline: auto;
  }
  #sectionBlogContent .homeHeader .homeTitle {
    margin-top: 7px;
  }
  #sectionBlogContent .btnWrap {
    margin-top: 33px;
  }
  #sectionAssignment {
    padding: 52px 0 53px;
  }
  #sectionAssignment .assignmentInner {
    padding: 0 20px;
  }
  #sectionAssignment .homeHeader {
    max-width: 600px;
    margin-inline: auto;
    text-align: left;
  }
  #sectionAssignment .homeHeader .homeTitle {
    margin-top: 7px;
  }
  #sectionAssignment .homeCatch {
    max-width: 600px;
    margin-inline: auto;
  }
  #sectionAssignment .assignmentList {
    justify-content: center;
    max-width: 600px;
    margin-inline: auto;
    margin-top: 36px;
  }
  #sectionAssignment .assignmentList > li {
    width: calc(50% - 2px);
    padding: 18px 8px;
    font-size: 13px;
    border-radius: 5px;
    line-height: 1.36;
    box-shadow: 0 0 3px rgba(103, 166, 150, 0.24);
  }
  #sectionAssignment .assignmentList > li:nth-child(even) {
    margin-left: 4px;
  }
  #sectionAssignment .assignmentList > li:nth-child(n+3) {
    margin-top: 4px;
  }
  #sectionAssignment .assignmentList > li:before {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 4px;
  }
  #sectionService {
    padding: 191px 0 230px;
  }
  #sectionService .servicedeco1,
  #sectionService .servicedeco2,
  #sectionService .servicedeco3,
  #sectionService .servicedeco4 {
    border-radius: 15px;
  }
  #sectionService .servicedeco1 {
    width: 100px;
    height: 105px;
    top: 40px;
    transform: translateX(87px);
  }
  #sectionService .servicedeco2 {
    width: 102px;
    height: 105px;
    bottom: 101px;
    transform: translateX(99px);
  }
  #sectionService .servicedeco3 {
    width: 102px;
    height: 105px;
    top: 65px;
    transform: translateX(-97px);
  }
  #sectionService .servicedeco4 {
    width: 140px;
    height: 105px;
    bottom: 56px;
    transform: translateX(-90px);
  }
  #sectionService .serviceInner {
    padding: 0 20px;
  }
  #sectionService .homeHeader {
    max-width: 600px;
    margin-inline: auto;
  }
  #sectionService .homeTitle {
    margin-top: 15px;
    font-size: 27px;
    line-height: 1.2;
  }
  #sectionService .homeTitle img {
    max-width: 222px;
  }
  #sectionService .homeCatch {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 20px;
    text-align: center;
    line-height: 2.14;
  }
  #sectionService .serviceList {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 34px;
  }
  #sectionService .serviceList > li {
    width: calc(50% - 5px);
    padding: 2px;
    font-size: 13px;
  }
  #sectionService .serviceList > li:nth-child(odd):before {
    background: linear-gradient(to right, #d2f5e8, #ddf6e5);
  }
  #sectionService .serviceList > li:nth-child(even):before {
    background: linear-gradient(to right, #def6e5, #edf8e2);
  }
  #sectionService .serviceList > li:nth-child(even) {
    margin-left: 10px;
  }
  #sectionService .serviceList > li:nth-child(n+3) {
    margin-top: 10px;
  }
  #sectionService .serviceList > li > * {
    padding: 9px;
  }
  #sectionAdvantage {
    padding: 83px 0 60px;
  }
  #sectionAdvantage:before {
    font-size: 13.3vw;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #sectionAdvantage .advanatgeInner {
    padding: 0 20px;
  }
  #sectionAdvantage .advanatgeList {
    max-width: 600px;
    margin-inline: auto;
  }
  #sectionAdvantage .advanatgeList > div + div {
    margin-top: 38px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1200px) and (min-width: 1001px) {
  #sectionAdvantage .advanatgeList > div.advanatgeListSpeed {
    top: 120px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #sectionAdvantage .advanatgeList > div > dt {
    min-height: 60px;
    padding-left: 80px;
    font-size: 20px;
    line-height: 1.35;
  }
  #sectionAdvantage .advanatgeList > div > dt:before {
    width: 80px;
    height: 80px;
    left: -10px;
    top: -10px;
  }
  #sectionAdvantage .advanatgeList > div > dd {
    margin-top: 20px;
    font-size: 14px;
  }
  #sectionAdvantage .btnWrap {
    margin-top: 33px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1200px) and (min-width: 1001px) {
  #sectionAdvantage .btnWrap {
    right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #sectionStaff {
    padding: 52px 0 0;
  }
  #sectionStaff .staffTitle,
  #sectionStaff .staffCatch {
    padding: 0 20px;
  }
  #sectionStaff .staffTitle {
    font-size: 23px;
  }
  #sectionStaff .staffCatch {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.78;
  }
  #sectionStaff .staffSlide {
    padding-left: 20px;
  }
  #sectionStaff .staffSlide .splide__arrows {
    display: none !important;
  }
  #sectionStaff .staffSlide .splide__track {
    padding: 17px 0 42px;
  }
  #sectionStaff .staffSlide .splide__slide {
    padding: 18px 20px 23px;
    border-radius: 10px;
  }
  #sectionStaff .staffSlide .splide__slide + .splide__slide {
    margin-right: 13px;
  }
  #sectionStaff .staffSlide .splide__slide .staffSlideTitle {
    font-size: 16px;
  }
  #sectionStaff .staffSlide .splide__slide .staffSlideThumb {
    max-width: 80px;
    margin-inline: auto;
    margin-top: 12px;
  }
  #sectionStaff .staffSlide .splide__slide .staffSlideText .staffSlideName {
    margin-top: 12px;
    font-size: 15px;
  }
  #sectionStaff .staffSlide .splide__slide .staffSlideText .staffSlideNote {
    font-size: 13px;
    line-height: 1.76;
  }
  #sectionStaff .staffSlide .staffSlideProgress {
    width: calc(100% - 40px);
    bottom: 5px;
    left: 20px;
  }
  #sectionStaff .staffSlide .staffSlideProgress .staffSlideProgressBar {
    height: 4px;
  }
  #sectionStaff .staffSlide .staffSlideProgress .staffSlideProgressBar:before {
    width: 13px;
    height: 13px;
  }
  #sectionTechnology {
    padding: 75px 0 60px;
  }
  #sectionTechnology:before {
    font-size: 13.3vw;
    top: 52px;
  }
  #sectionTechnology .technologyInner {
    padding: 0 20px;
  }
  #sectionTechnology .technologyInner .technologyHeader {
    text-align: center;
  }
  #sectionTechnology .technologyInner .technologyHeader .technologyTitle {
    font-size: 23px;
  }
  #sectionTechnology .technologyInner .technologyHeader .technologyCatch {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.78;
  }
  #sectionTechnology .technologyInner .splide__arrows {
    display: none !important;
  }
  #sectionTechnology .technologyInner .technologySlide {
    padding-bottom: 42px;
  }
  #sectionTechnology .technologyInner .splide__track {
    margin-top: 35px;
    max-width: 600px;
    margin-inline: auto;
  }
  #sectionTechnology .technologyInner .splide__list > li {
    border-radius: 9px;
  }
  #sectionTechnology .technologyInner .splide__list > li > a {
    padding: 20px 20px;
    aspect-ratio: 670/350;
  }
  #sectionTechnology .technologyInner .splide__list > li > a .technologyListTitle {
    margin-inline: auto;
    padding-right: 35px;
    font-size: 16px;
    line-height: 1.5;
  }
  #sectionTechnology .technologyInner .splide__list > li > a .technologyListTitle:before {
    width: 30px;
    height: 30px;
  }
  #sectionTechnology .technologyInner .splide__list > li > a .technologyListTitle:after {
    width: 9px;
    height: 9px;
    right: 11px;
  }
  #sectionTechnology .technologyInner .splide__slide {
    border-radius: 10px;
  }
  #sectionTechnology .technologyInner .technologySlideProgress {
    width: calc(100% - 40px);
    bottom: 5px;
    left: 20px;
  }
  #sectionTechnology .technologyInner .technologySlideProgress .technologySlideProgressBar {
    height: 4px;
  }
  #sectionTechnology .technologyInner .technologySlideProgress .technologySlideProgressBar:before {
    width: 13px;
    height: 13px;
  }
  #sectionMerit {
    padding: 55px 0;
  }
  #sectionMerit .meritInner {
    padding: 0 20px;
  }
  #sectionMerit .meritList {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 30px;
  }
  #sectionMerit .meritList > div {
    padding-top: 112px;
  }
  #sectionMerit .meritList > div:before {
    width: 90px;
    height: 90px;
    right: 0;
    margin: auto;
  }
  #sectionMerit .meritList > div + div {
    margin-top: 28px;
  }
  #sectionMerit .meritList > div > dt {
    padding-left: 40px;
    font-size: 17px;
  }
  #sectionMerit .meritList > div > dt:before {
    font-size: 23px;
    top: 5px;
    left: 0;
  }
  #sectionMerit .meritList > div > dd {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.92;
  }
  #sectionSupport {
    padding: 55px 0 60px;
  }
  #sectionSupport:before {
    height: 445px;
  }
  #sectionSupport:after {
    font-size: 13.33vw;
    top: 30px;
  }
  #sectionSupport .supportInner {
    padding: 0 20px;
  }
  #sectionSupport .homeCatch {
    max-width: 600px;
    margin-inline: auto;
  }
  #sectionSupport .supportList {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 30px;
  }
  #sectionSupport .supportList > li {
    padding: 23px 20px 25px;
    border-radius: 9px;
  }
  #sectionSupport .supportList > li + li {
    margin-top: 20px;
  }
  #sectionSupport .supportList > li .supportListTitle {
    padding-left: 63px;
    font-size: 17px;
  }
  #sectionSupport .supportList > li .supportListTitle .supportListTitleSub {
    width: 28px;
    font-size: 11px;
    top: 0;
    left: 0;
  }
  #sectionSupport .supportList > li .supportListTitle .supportListTitleSub strong {
    font-size: 20px;
  }
  #sectionSupport .supportList > li .supportListTitle .supportListTitleSub:before {
    height: calc(100% - 8px);
    top: 3px;
    left: 43px;
  }
  #sectionSupport .supportList > li .supportListNote {
    font-size: 13px;
    line-height: 1.92;
  }
  #sectionSupport .supportList > li .supportListContent {
    padding: 0 0 20px;
    margin-top: 28px;
    border-radius: 8px;
  }
  #sectionSupport .supportList > li .supportListContent .supportListContentTitle {
    font-size: 14px;
    transform: translateY(-13px);
  }
  #sectionSupport .supportList > li .supportListContent .supportListContentList {
    margin-top: -10px;
  }
  #sectionSupport .supportList > li .supportListContent .supportListContentList > li {
    max-width: 63px;
    margin: 10px 5px 0;
    font-size: 11px;
    line-height: 1.14;
  }
  #sectionSupport .supportList > li .supportListContent .supportListContentList > li .supportListContentListTitle {
    margin: 8px -5px 0;
  }
  #sectionSupport .supportNote {
    margin-top: 29px;
    font-size: 15px;
    line-height: 1.8;
  }
  #sectionSupport .btnWrap {
    margin-top: 29px;
  }
  #sectionVoice {
    padding: 50px 0 55px;
  }
  #sectionVoice .voiceInner {
    padding: 0 20px;
  }
  #sectionVoice .homeHeader .homeTitle {
    font-size: 23px;
  }
  #sectionVoice .voiceList {
    margin-top: 26px;
    max-width: 600px;
    margin-inline: auto;
  }
  #sectionVoice .voiceList > .blogListItem + .blogListItem {
    margin-top: 21px;
  }
  #sectionVoice .voiceList > .blogListItem a {
    padding: 0 0 0 10px;
  }
  #sectionVoice .voiceList > .blogListItem a:before {
    content: "";
    display: block;
    aspect-ratio: 648/340;
  }
  #sectionVoice .voiceList > .blogListItem a i {
    width: 9px;
    height: 9px;
    bottom: 14px;
    right: 14px;
  }
  #sectionVoice .voiceList > .blogListItem a i:before {
    width: 9px;
    height: 9px;
  }
  #sectionVoice .voiceList > .blogListItem a .blogListThumb {
    width: calc(100% - 10px);
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(28, 42, 56, 0.1);
  }
  #sectionVoice .voiceList > .blogListItem a .blogListThumb img {
    border-radius: 6px;
  }
  #sectionVoice .voiceList > .blogListItem a .blogListBody {
    padding: 15px 25px 37px;
    border-radius: 0 0 6px 6px;
  }
  #sectionVoice .voiceList > .blogListItem a .blogListBody:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 6px 6px 0 0;
    background: #f7f7f7;
    position: absolute;
    top: -39px;
    left: 0;
  }
  #sectionVoice .voiceList > .blogListItem a .blogListInfo .blogListInfoCat {
    padding: 2px 12px;
    font-size: 12px;
  }
  #sectionVoice .voiceList > .blogListItem a .blogListInfoTitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  #sectionBlog {
    padding: 90px 0 36px;
  }
  #sectionBlog:before {
    width: calc(100% - 20px);
    height: 238px;
    border-radius: 0 10px 10px 0;
  }
  #sectionBlog:after {
    font-size: 13.33vw;
    top: 22px;
    left: 0;
  }
  #sectionBlog .blogInner {
    padding: 0 0 0 20px;
  }
  #sectionBlog .blogInner .homeHeader {
    margin-right: 20px;
    font-size: 21px;
    line-height: 1.38;
  }
  #sectionBlog .blogListSlide .splide__arrows .splide__arrow {
    display: none !important;
  }
  #sectionBlog .blogListSlide .splide__track {
    padding: 25px 0;
  }
  #sectionBlog .blogListSlide .splide__slide {
    margin-right: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(222, 222, 222, 0.4);
  }
  #sectionBlog .blogListSlide .splide__slide > a {
    border-radius: 10px;
  }
  #sectionBlog .blogListSlide .splide__slide .blogListBody {
    padding: 13px 15px 40px;
  }
  #sectionBlog .blogListSlide .splide__slide .blogListInfo .blogListInfoDate {
    margin-right: 8px;
    font-size: 10px;
  }
  #sectionBlog .blogListSlide .splide__slide .blogListInfo .blogListInfoCat {
    font-size: 10px;
  }
  #sectionBlog .blogListSlide .splide__slide .blogListInfoTitle {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.41;
  }
  #sectionBlog .blogListSlide .splide__slide i {
    width: 9px;
    height: 9px;
    bottom: 14px;
    right: 14px;
  }
  #sectionBlog .blogListSlide .splide__slide i:before {
    width: 9px;
    height: 9px;
  }
  #sectionBlog .blogListSlide .blogListSlideProgress {
    width: calc(100% - 20px);
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #sectionBlog .blogListSlide .blogListSlideProgress .blogListSlideProgressBar {
    height: 4px;
  }
  #sectionBlog .blogListSlide .blogListSlideProgress .blogListSlideProgressBar:before {
    width: 13px;
    height: 13px;
  }
  #sectionBlog .btnWrap {
    display: none !important;
  }
  #sectionQa {
    padding: 36px 0 60px;
  }
  #sectionQa .qaInner {
    padding: 0 20px;
  }
  #sectionQa .homeHeader .homeTitle {
    font-size: 19px;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 1001px) {
  @keyframes splide-loading {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
  }
  .splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
  }
  .splide--rtl {
    direction: rtl;
  }
  .splide__track--ttb > .splide__list {
    display: block;
  }
  .splide__container {
    box-sizing: border-box;
    position: relative;
  }
  .splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .splide.is-initialized:not(.is-active) .splide__list {
    display: block;
  }
  .splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
  }
  .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
  }
  .splide:not(.is-overflow) .splide__pagination {
    display: none;
  }
  .splide__progress__bar {
    width: 0;
  }
  .splide {
    position: relative;
    visibility: hidden;
  }
  .splide.is-initialized, .splide.is-rendered {
    visibility: visible;
  }
  .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
  }
  .splide__slide img {
    vertical-align: bottom;
  }
  .splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
  .splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
  }
  .splide__toggle.is-active .splide__toggle__pause {
    display: inline;
  }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  #globalHeader.bgNavy .ghMenu .ghNav .ghNavList > li.ghNavListParent:before {
    border-color: #fff;
  }
  #globalHeader.bgNavy .ghMenu .ghNav .ghNavList > li > a {
    color: #fff;
  }
  #globalHeader.bgNavy .ghMenu .ghNav .ghSubNavList > li > a {
    border: #fff 2px solid;
  }
  body .heroBg #video {
    top: 50%;
    transform: translate(-35%, -50%) scale(1.1);
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  }
  main {
    padding-top: 60px;
  }
  #sectionHero {
    min-height: calc(100vh - 60px);
    min-height: calc(100svh - 60px);
    padding: 140px 0 135px;
  }
  #sectionHero .heroTopInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionHero .heroCatch {
    max-width: 600px;
    font-size: 52px;
    line-height: 1.46;
  }
  #sectionHero .heroCatch img {
    max-width: 575px;
  }
  #sectionHero .heroBtnWrap {
    margin-top: 50px;
  }
  #sectionHero .heroBtnWrap .heroBtn {
    min-width: 340px;
    padding: 26px 35px;
    font-size: 19px;
  }
  #sectionHero .heroBtnWrap .heroBtn:focus i:before, #sectionHero .heroBtnWrap .heroBtn:hover i:before {
    animation: 0.8s btn_anima ease-in-out;
  }
  #sectionHero .heroBtnWrap .heroBtn i {
    width: 13px;
    height: 13px;
    margin-right: 20px;
  }
  #sectionHero .heroBtnWrap .heroBtn i:before {
    width: 13px;
    height: 13px;
    transition: 0.2s transform, 0.2s opacity;
  }
  #sectionHero .heroPoint {
    margin-top: 71px;
    margin-left: 13px;
  }
  #sectionHero .heroPoint > li {
    width: 150px;
    min-height: 110px;
    padding-bottom: 14px;
  }
  #sectionHero .heroPoint > li:not(:last-child) {
    margin-right: 15px;
  }
  #sectionHero .heroPoint > li .heroPointType {
    font-size: 14px;
  }
  #sectionHero .heroPoint > li .heroPointNum {
    max-width: 100px;
    margin-inline: auto;
  }
  @keyframes btn_anima {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: translate(100%, -100%);
    }
    55% {
      opacity: 0;
      transform: translate(-100%, 100%);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes btn_animaMini {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: translate(100%, 0);
    }
    55% {
      opacity: 0;
      transform: translate(-100%, 0);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .homeHeader .homeTitleSub {
    font-size: 17px;
  }
  .homeHeader * + .homeTitle {
    margin-top: 10px;
  }
  .homeHeader .homeTitle {
    font-size: 42px;
  }
  * + .homeCatch {
    margin-top: 13px;
  }
  .homeCatch {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
  .btnWrap > a {
    font-size: 16px;
  }
  .btnWrap .btn {
    min-width: 300px;
    padding: 21px 15px;
  }
  .btnWrap .btn:focus i:before, .btnWrap .btn:hover i:before {
    animation: 0.8s btn_anima ease-in-out;
  }
  .btnWrap .btn i {
    width: 13px;
    height: 13px;
    margin-right: 20px;
  }
  .btnWrap .btn i:before {
    width: 13px;
    height: 13px;
    transition: 0.2s transform, 0.2s opacity;
  }
  .btnWrap .btnMini {
    min-width: 215px;
    padding: 11px 15px;
  }
  .btnWrap .btnMini:focus i:before, .btnWrap .btnMini:hover i:before {
    animation: 0.8s btn_animaMini ease-in-out;
  }
  .btnWrap .btnMini i {
    width: 19px;
    height: 19px;
    margin-right: 8px;
  }
  .btnWrap .btnMini i:before {
    width: 19px;
    height: 19px;
    transition: 0.2s transform, 0.2s opacity;
  }
  #sectionBlogContent {
    padding: 90px 0 130px;
  }
  #sectionBlogContent .blogContentInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionBlogContent .btnWrap {
    width: 100%;
    margin-top: 44px;
    margin-inline: auto;
    text-align: center;
  }
  #sectionBlogContent .btnWrap > a {
    box-shadow: 0 0 20px rgba(28, 42, 56, 0.1);
  }
  #sectionAssignment {
    padding: 90px 0 130px;
  }
  #sectionAssignment .assignmentInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionAssignment .assignmentList {
    max-width: 1015px;
    margin-inline: auto;
    margin-top: 56px;
  }
  #sectionAssignment .assignmentList > li {
    width: calc(33.3% - 20px);
    padding: 22px 45px;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0 0 3px rgba(103, 166, 150, 0.24);
  }
  #sectionAssignment .assignmentList > li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  #sectionAssignment .assignmentList > li:nth-child(n+4) {
    margin-top: 23px;
  }
  #sectionAssignment .assignmentList > li:before {
    width: 29px;
    height: 28px;
    top: 20px;
    left: 15px;
  }
  #sectionService {
    padding: 157px 0 208px;
  }
  #sectionService .servicedeco1,
  #sectionService .servicedeco2,
  #sectionService .servicedeco3,
  #sectionService .servicedeco4 {
    border-radius: 30px;
    transition: 0.2s top, 0.2s transform, 0.2s bottom;
  }
  #sectionService .servicedeco1 {
    width: 240px;
    height: 247px;
    top: 112px;
    transform: translateX(492px);
  }
  #sectionService .servicedeco2 {
    width: 240px;
    height: 246px;
    top: 433px;
    transform: translateX(600px);
  }
  #sectionService .servicedeco3 {
    width: 240px;
    height: 246px;
    top: 290px;
    transform: translateX(-571px);
  }
  #sectionService .servicedeco4 {
    width: 321px;
    height: 246px;
    bottom: 70px;
    transform: translateX(-660px);
  }
  #sectionService .serviceInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionService .homeTitle {
    font-size: 48px;
    line-height: 1.23;
  }
  #sectionService .homeTitle img {
    max-width: 390px;
  }
  #sectionService .homeCatch {
    margin-top: 30px;
    line-height: 2.22;
  }
  #sectionService .serviceList {
    width: 674px;
    margin-inline: auto;
    margin-top: 70px;
  }
  #sectionService .serviceList > li {
    width: calc(33.3% - 9px);
    padding: 3px;
    font-size: 16px;
  }
  #sectionService .serviceList > li:nth-child(3n-1):before {
    background: linear-gradient(to right, #d2f5e8, #ddf6e5);
  }
  #sectionService .serviceList > li:nth-child(3n):before {
    background: linear-gradient(to right, #def6e5, #edf8e2);
  }
  #sectionService .serviceList > li:not(:nth-child(3n)):not(:last-child) {
    margin-right: 13px;
  }
  #sectionService .serviceList > li:nth-child(n+4) {
    margin-top: 10px;
  }
  #sectionService .serviceList > li > * {
    padding: 16px 15px;
  }
  #sectionService .serviceList > li > a {
    transition: 0.2s background;
  }
  #sectionService .serviceList > li > a:focus, #sectionService .serviceList > li > a:hover {
    background: none;
  }
  #sectionAdvantage {
    padding: 70px 0 140px;
  }
  #sectionAdvantage:before {
    font-size: 11.25vw;
    top: 0;
    right: -1vw;
  }
  #sectionAdvantage .advanatgeInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionAdvantage .advanatgeList {
    min-height: 685px;
  }
  #sectionAdvantage .advanatgeList > div {
    position: absolute;
    transition: 0.2s right, 0.2s top;
  }
  #sectionAdvantage .advanatgeList > div.advanatgeListTerm {
    max-width: 415px;
    width: 40%;
    top: 0;
    left: 70px;
  }
  #sectionAdvantage .advanatgeList > div.advanatgeListTerm > dt {
    padding-left: 160px;
  }
  #sectionAdvantage .advanatgeList > div.advanatgeListSpeed {
    max-width: 480px;
    width: 42%;
    top: 150px;
    right: 95px;
  }
  #sectionAdvantage .advanatgeList > div.advanatgeListSpeed > dt {
    padding-left: 128px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) and (min-width: 1001px) {
  #sectionAdvantage .advanatgeList > div.advanatgeListSpeed {
    top: 120px;
    right: 0;
  }
}
@media print, screen and (min-width: 1001px) {
  #sectionAdvantage .advanatgeList > div.advanatgeListProfessional {
    max-width: 400px;
    width: 42%;
    top: 390px;
    left: 0;
  }
  #sectionAdvantage .advanatgeList > div.advanatgeListProfessional > dt:before {
    left: inherit;
    right: -130px;
  }
}
@media print, screen and (min-width: 1001px) {
  #sectionAdvantage .advanatgeList > div > dt {
    min-height: 120px;
    font-size: 36px;
    line-height: 1.27;
  }
  #sectionAdvantage .advanatgeList > div > dt:before {
    width: 142px;
    height: 142px;
    left: -15px;
    top: -15px;
  }
  #sectionAdvantage .advanatgeList > div > dd {
    margin-top: 28px;
    font-size: 18px;
  }
  #sectionAdvantage .btnWrap {
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    right: 92px;
    transition: 0.2s right;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) and (min-width: 1001px) {
  #sectionAdvantage .btnWrap {
    right: 40px;
  }
}
@media print, screen and (min-width: 1001px) {
  #sectionStaff {
    padding: 107px 0 45px;
  }
  #sectionStaff .staffTitle,
  #sectionStaff .staffCatch {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionStaff .staffTitle {
    font-size: 42px;
  }
  #sectionStaff .staffCatch {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }
  #sectionStaff .staffSlide {
    width: 93.75%;
    padding-bottom: 75px;
    margin-top: 35px;
    margin-left: auto;
  }
  #sectionStaff .staffSlide .splide__arrows {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
    margin-inline: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sectionStaff .staffSlide .splide__arrows .splide__arrow {
    width: 50px;
    height: 50px;
  }
  #sectionStaff .staffSlide .splide__arrows .splide__arrow:focus:before, #sectionStaff .staffSlide .splide__arrows .splide__arrow:hover:before {
    transform: translateX(5px);
  }
  #sectionStaff .staffSlide .splide__arrows .splide__arrow + .splide__arrow {
    margin-left: 10px;
  }
  #sectionStaff .staffSlide .splide__arrows .splide__arrow:before {
    width: 20px;
    height: 15px;
    transition: 0.2s transform;
  }
  #sectionStaff .staffSlide .splide__slide {
    padding: 30px 25px 50px;
    border-radius: 14px;
  }
  #sectionStaff .staffSlide .splide__slide + .splide__slide {
    margin-left: 30px;
  }
  #sectionStaff .staffSlide .splide__slide .staffSlideTitle {
    font-size: 20px;
  }
  #sectionStaff .staffSlide .splide__slide .staffSlideThumb {
    max-width: 115px;
    margin-inline: auto;
    margin-top: 18px;
  }
  #sectionStaff .staffSlide .splide__slide .staffSlideText {
    margin-top: auto;
  }
  #sectionStaff .staffSlide .splide__slide .staffSlideText .staffSlideName {
    margin-top: 18px;
    font-size: 18px;
  }
  #sectionStaff .staffSlide .splide__slide .staffSlideText .staffSlideNote {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.6;
  }
  #sectionStaff .staffSlide .staffSlideProgress {
    width: calc(100% - 220px);
    height: 4px;
    max-width: 1120px;
    bottom: 22px;
    transform: translateX(-160px);
    right: 0;
    margin-inline: auto;
  }
  #sectionStaff .staffSlide .staffSlideProgress .staffSlideProgressBar {
    height: 4px;
  }
  #sectionStaff .staffSlide .staffSlideProgress .staffSlideProgressBar:before {
    width: 16px;
    height: 16px;
  }
  #sectionTechnology {
    padding: 65px 0 140px;
  }
  #sectionTechnology:before {
    font-size: 11.25vw;
  }
  #sectionTechnology .technologyInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionTechnology .technologyInner .technologyHeader {
    display: flex;
    margin-top: 55px;
  }
  #sectionTechnology .technologyInner .technologyHeader .technologyTitle {
    margin-right: 70px;
    font-size: 42px;
  }
  #sectionTechnology .technologyInner .technologyHeader .technologyCatch {
    font-size: 18px;
    line-height: 2;
  }
  #sectionTechnology .technologyInner .splide__arrows {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-inline: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sectionTechnology .technologyInner .splide__arrows .splide__arrow {
    width: 50px;
    height: 50px;
  }
  #sectionTechnology .technologyInner .splide__arrows .splide__arrow:focus:before, #sectionTechnology .technologyInner .splide__arrows .splide__arrow:hover:before {
    transform: translateX(5px);
  }
  #sectionTechnology .technologyInner .splide__arrows .splide__arrow + .splide__arrow {
    margin-left: 10px;
  }
  #sectionTechnology .technologyInner .splide__arrows .splide__arrow:before {
    width: 20px;
    height: 15px;
    transition: 0.2s transform;
  }
  #sectionTechnology .technologyInner .technologySlide {
    max-width: 1025px;
    margin-inline: auto;
    padding-bottom: 75px;
  }
  #sectionTechnology .technologyInner .splide__track {
    margin-top: 60px;
  }
  #sectionTechnology .technologyInner .splide__list > li {
    width: calc(33.3% - 20px);
    margin-left: 0 !important;
    margin-right: 30px;
    border-radius: 12px;
    aspect-ratio: 320/523;
  }
  #sectionTechnology .technologyInner .splide__list > li:not(:nth-child(n+4)) {
    margin-top: 30px;
  }
  #sectionTechnology .technologyInner .splide__list > li > a {
    height: 100%;
    padding: 40px 24px 0 56px;
  }
  #sectionTechnology .technologyInner .splide__list > li > a:focus:before, #sectionTechnology .technologyInner .splide__list > li > a:hover:before {
    opacity: 0.2;
  }
  #sectionTechnology .technologyInner .splide__list > li > a:before {
    transition: 0.2s opacity;
  }
  #sectionTechnology .technologyInner .splide__list > li > a .technologyListTitle {
    padding-right: 45px;
    font-size: 20px;
  }
  #sectionTechnology .technologyInner .splide__list > li > a .technologyListTitle:before {
    width: 40px;
    height: 40px;
  }
  #sectionTechnology .technologyInner .splide__list > li > a .technologyListTitle:after {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  #sectionTechnology .technologyInner .splide__slide {
    border-radius: 14px;
  }
  #sectionTechnology .technologyInner .splide__slide + .splide__slide {
    margin-left: 30px;
  }
  #sectionTechnology .technologyInner .technologySlideProgress {
    width: calc(100% - 180px);
    height: 4px;
    max-width: 1025px;
    bottom: 22px;
    left: 0;
    margin-inline: auto;
  }
  #sectionTechnology .technologyInner .technologySlideProgress .technologySlideProgressBar {
    height: 4px;
  }
  #sectionTechnology .technologyInner .technologySlideProgress .technologySlideProgressBar:before {
    width: 16px;
    height: 16px;
  }
  #sectionMerit {
    padding: 88px 0 150px;
  }
  #sectionMerit .meritInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionMerit .meritList {
    margin-top: 84px;
  }
  #sectionMerit .meritList > div {
    padding-left: 188px;
  }
  #sectionMerit .meritList > div:before {
    width: 140px;
    height: 140px;
  }
  #sectionMerit .meritList > div + div {
    margin-top: 53px;
  }
  #sectionMerit .meritList > div > dt {
    padding-left: 60px;
    font-size: 28px;
  }
  #sectionMerit .meritList > div > dt:before {
    font-size: 36px;
    top: 6px;
    left: 0;
  }
  #sectionMerit .meritList > div > dd {
    margin-top: 8px;
    line-height: 2;
  }
  #sectionSupport {
    padding: 110px 0 130px;
  }
  #sectionSupport:before {
    height: 600px;
  }
  #sectionSupport:after {
    font-size: 11.25vw;
    top: -28px;
  }
  #sectionSupport .supportInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionSupport .homeCatch {
    font-size: 20px;
  }
  #sectionSupport .supportList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
  }
  #sectionSupport .supportList > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(50% - 10px);
    padding: 47px 50px 50px;
    border-radius: 12px;
  }
  #sectionSupport .supportList > li:nth-child(odd) {
    margin-right: auto;
  }
  #sectionSupport .supportList > li:nth-child(n+3) {
    margin-top: 20px;
  }
  #sectionSupport .supportList > li .supportListTitle {
    padding-left: 100px;
    font-size: 28px;
    line-height: 1.2;
  }
  #sectionSupport .supportList > li .supportListTitle .supportListTitleSub {
    width: 35px;
    font-size: 13px;
    top: 0;
    left: 0;
  }
  #sectionSupport .supportList > li .supportListTitle .supportListTitleSub strong {
    font-size: 26px;
  }
  #sectionSupport .supportList > li .supportListTitle .supportListTitleSub:before {
    height: calc(100% - 8px);
    top: 3px;
    right: -35px;
  }
  #sectionSupport .supportList > li .supportListNote {
    margin-top: 38px;
    margin-bottom: 41px;
    line-height: 2;
  }
  #sectionSupport .supportList > li .supportListContent {
    padding: 0 15px 20px;
    margin-top: auto;
    border-radius: 12px;
  }
  #sectionSupport .supportList > li .supportListContent .supportListContentTitle {
    font-size: 18px;
    transform: translateY(-16px);
  }
  #sectionSupport .supportList > li .supportListContent .supportListContentList > li {
    max-width: 90px;
    margin: 10px 10px 0;
    font-size: 15px;
    line-height: 1.33;
  }
  #sectionSupport .supportList > li .supportListContent .supportListContentList > li .supportListContentListTitle {
    margin: 15px -5px 0;
  }
  #sectionSupport .supportNote {
    margin-top: 52px;
    font-size: 20px;
  }
  #sectionSupport .btnWrap {
    margin-top: 44px;
  }
  #sectionVoice {
    padding: 154px 0 130px;
  }
  #sectionVoice .voiceInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  #sectionVoice .voiceList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
  }
  #sectionVoice .voiceList > .blogListItem {
    width: calc(50% - 20px);
  }
  #sectionVoice .voiceList > .blogListItem:nth-child(odd) {
    margin-right: auto;
  }
  #sectionVoice .voiceList > .blogListItem:nth-child(n+3) {
    margin-top: 40px;
  }
  #sectionVoice .voiceList > .blogListItem a {
    height: 100%;
    padding: 37.9% 0 0 40px;
  }
  #sectionVoice .voiceList > .blogListItem a:focus img, #sectionVoice .voiceList > .blogListItem a:hover img {
    transform: scale(1.08);
  }
  #sectionVoice .voiceList > .blogListItem a:focus i:before, #sectionVoice .voiceList > .blogListItem a:hover i:before {
    animation: 0.8s btn_anima ease-in-out;
  }
  #sectionVoice .voiceList > .blogListItem a i {
    width: 13px;
    height: 13px;
    bottom: 20px;
    right: 20px;
  }
  #sectionVoice .voiceList > .blogListItem a i:before {
    width: 13px;
    height: 13px;
    transition: 0.2s transform, 0.2s opacity;
  }
  #sectionVoice .voiceList > .blogListItem a .blogListThumb {
    width: calc(100% - 40px);
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(28, 42, 56, 0.1);
  }
  #sectionVoice .voiceList > .blogListItem a .blogListThumb img {
    border-radius: 12px;
    transition: 0.2s transform;
  }
  #sectionVoice .voiceList > .blogListItem a .blogListBody {
    height: 100%;
    padding: 90px 70px 54px 50px;
    border-radius: 12px;
  }
  #sectionVoice .voiceList > .blogListItem a .blogListInfo .blogListInfoCat {
    padding: 2px 20px;
    font-size: 15px;
  }
  #sectionVoice .voiceList > .blogListItem a .blogListInfoTitle {
    margin-top: 19px;
    font-size: 20px;
    line-height: 1.6;
  }
  #sectionBlog {
    padding: 150px 0 60px;
  }
  #sectionBlog:before {
    width: 87.5%;
    height: 475px;
    border-radius: 0 12px 12px 0;
  }
  #sectionBlog:after {
    font-size: 11.25vw;
    top: 66px;
    left: -1vw;
  }
  #sectionBlog .blogInner .homeHeader {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
    font-size: 36px;
    line-height: 1.277;
    position: absolute;
    top: 130px;
    left: 0;
  }
  #sectionBlog .blogInner .homeHeader .homeTitle {
    width: 33.3%;
  }
  #sectionBlog .blogListSlide {
    width: 63.75%;
    padding-bottom: 50px;
    margin-left: auto;
  }
  #sectionBlog .blogListSlide .splide__arrows {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sectionBlog .blogListSlide .splide__arrows .splide__arrow {
    width: 50px;
    height: 50px;
  }
  #sectionBlog .blogListSlide .splide__arrows .splide__arrow:focus:before, #sectionBlog .blogListSlide .splide__arrows .splide__arrow:hover:before {
    transform: translateX(5px);
  }
  #sectionBlog .blogListSlide .splide__arrows .splide__arrow + .splide__arrow {
    margin-left: 10px;
  }
  #sectionBlog .blogListSlide .splide__arrows .splide__arrow:before {
    width: 20px;
    height: 15px;
    transition: 0.2s transform;
  }
  #sectionBlog .blogListSlide .splide__track {
    padding: 20px 0;
  }
  #sectionBlog .blogListSlide .splide__slide {
    margin-right: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(28, 42, 56, 0.05);
  }
  #sectionBlog .blogListSlide .splide__slide > a {
    border-radius: 12px;
  }
  #sectionBlog .blogListSlide .splide__slide > a:focus img, #sectionBlog .blogListSlide .splide__slide > a:hover img {
    transform: scale(1.08);
  }
  #sectionBlog .blogListSlide .splide__slide > a:focus i:before, #sectionBlog .blogListSlide .splide__slide > a:hover i:before {
    animation: 0.8s btn_anima ease-in-out;
  }
  #sectionBlog .blogListSlide .splide__slide .blogListThumb img {
    transition: 0.2s transform;
  }
  #sectionBlog .blogListSlide .splide__slide .blogListBody {
    padding: 30px 25px 50px;
  }
  #sectionBlog .blogListSlide .splide__slide .blogListInfo .blogListInfoDate {
    margin-right: 20px;
    font-size: 14px;
  }
  #sectionBlog .blogListSlide .splide__slide .blogListInfo .blogListInfoCat {
    font-size: 13px;
  }
  #sectionBlog .blogListSlide .splide__slide .blogListInfoTitle {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.41;
  }
  #sectionBlog .blogListSlide .splide__slide i {
    width: 13px;
    height: 13px;
    bottom: 20px;
    right: 20px;
  }
  #sectionBlog .blogListSlide .splide__slide i:before {
    width: 13px;
    height: 13px;
    transition: 0.2s transform, 0.2s opacity;
  }
  #sectionBlog .blogListSlide .blogListSlideProgress {
    width: calc(100% - 178px);
    height: 4px;
    max-width: 1062px;
    position: absolute;
    bottom: 22px;
    left: 0;
    margin: auto;
  }
  #sectionBlog .blogListSlide .blogListSlideProgress .blogListSlideProgressBar {
    height: 4px;
  }
  #sectionBlog .blogListSlide .blogListSlideProgress .blogListSlideProgressBar:before {
    width: 16px;
    height: 16px;
  }
  #sectionBlog .btnWrap {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  #sectionBlog .btnWrap > a {
    pointer-events: auto;
    box-shadow: 0 0 20px rgba(28, 42, 56, 0.1);
  }
  #sectionQa {
    padding: 60px 0 130px;
  }
  #sectionQa .qaInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
  }
  html:lang(en) #sectionHero .heroCatch {
    max-width: 710px;
  }
  html:lang(en) #sectionTechnology .technologyInner .splide__list > li > a {
    padding: 40px 24px 0 46px;
  }
  html:lang(en) #sectionService .homeTitle {
    max-width: 550px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1320px) and (min-width: 1001px) {
  @keyframes splide-loading {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
  }
  .splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
  }
  .splide--rtl {
    direction: rtl;
  }
  .splide__track--ttb > .splide__list {
    display: block;
  }
  .splide__container {
    box-sizing: border-box;
    position: relative;
  }
  .splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .splide.is-initialized:not(.is-active) .splide__list {
    display: block;
  }
  .splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
  }
  .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
  }
  .splide:not(.is-overflow) .splide__pagination {
    display: none;
  }
  .splide__progress__bar {
    width: 0;
  }
  .splide {
    position: relative;
    visibility: hidden;
  }
  .splide.is-initialized, .splide.is-rendered {
    visibility: visible;
  }
  .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
  }
  .splide__slide img {
    vertical-align: bottom;
  }
  .splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
  .splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
  }
  .splide__toggle.is-active .splide__toggle__pause {
    display: inline;
  }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  @keyframes btn_anima {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: translate(100%, -100%);
    }
    55% {
      opacity: 0;
      transform: translate(-100%, 100%);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes btn_animaMini {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: translate(100%, 0);
    }
    55% {
      opacity: 0;
      transform: translate(-100%, 0);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  #sectionService .servicedeco1 {
    top: 132px;
    transform: translateX(372px);
  }
  #sectionService .servicedeco2 {
    top: 463px;
    transform: translateX(510px);
  }
  #sectionService .servicedeco3 {
    top: 240px;
    transform: translateX(-421px);
  }
  #sectionService .servicedeco4 {
    bottom: 50px;
    transform: translateX(-540px);
  }
}
@media screen and (max-width: 1320px) and (min-width: 1001px) and (max-width: 1200px) and (min-width: 1001px) {
  #sectionAdvantage .advanatgeList > div.advanatgeListSpeed {
    top: 120px;
    right: 0;
  }
}
@media screen and (max-width: 1320px) and (min-width: 1001px) and (max-width: 1200px) and (min-width: 1001px) {
  #sectionAdvantage .btnWrap {
    right: 40px;
  }
}
@media screen and (max-width: 1320px) and (min-width: 1001px) {
  #sectionStaff .staffSlide .staffSlideProgress {
    right: inherit;
    left: 30px;
    margin-inline: inherit;
    transform: translateX(0);
  }
  #sectionSupport .supportList > li {
    width: 100%;
  }
  #sectionSupport .supportList > li:nth-child(odd) {
    margin-right: auto;
  }
  #sectionSupport .supportList > li + li {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=map/home2024.css.map */
