@charset "UTF-8";
/* トップページcss */
/* トップページのバナーのスライダー */
#topSlider {
  position: relative;
  padding-top: 102px;
  padding-bottom: 32px;
  background-color: #0068ae;
  z-index: 2;
}
@media screen and (max-width: 590px) {
  #topSlider {
    padding-top: 70px;
    padding-bottom: 16px;
  }
}
#topSlider .mainSlider__item {
  width: 1000px;
  box-shadow: 0px 0px 3px #004573;
  overflow: hidden;
  transition: 0.2s ease;
}
#topSlider .mainSlider__item:hover {
  opacity: 0.7;
}
#topSlider .mainSlider__item img {
  width: 100%;
}
@media screen and (max-width: 400px) {
  #topSlider .mainSlider__item {
    width: 400px;
  }
}
#topSlider .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: fit-content;
  margin: 24px auto 0;
}
@media screen and (max-width: 590px) {
  #topSlider .swiper-controls {
    margin: 16px auto 0;
  }
}
#topSlider .swiper-controls .swiper-pagination {
  position: relative;
  inset: 0;
  width: 144px;
  height: 12px;
  z-index: 10;
}
#topSlider .swiper-controls .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  vertical-align: top;
  background-color: #444;
  background-color: #efefef;
  transition: 0.2s ease;
  opacity: 0.8;
  cursor: pointer;
}
#topSlider .swiper-controls .swiper-pagination-bullet-active {
  background-color: #FDF102;
  opacity: 1;
}
#topSlider .swiper-controls .swiper-button-prev,
#topSlider .swiper-controls .swiper-button-next {
  position: relative;
  inset: 0;
  width: 36px;
  height: 36px;
  margin: 0;
  place-content: center;
  flex-shrink: 0;
  background-color: transparent;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 590px) {
  #topSlider .swiper-controls .swiper-button-prev,
  #topSlider .swiper-controls .swiper-button-next {
    display: none;
  }
}
#topSlider .swiper-controls .swiper-button-prev::after,
#topSlider .swiper-controls .swiper-button-next::after {
  content: "";
  width: 14px;
  height: 14px;
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
#topSlider .swiper-controls .swiper-button-prev::before,
#topSlider .swiper-controls .swiper-button-next::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background-color: #222;
}
#topSlider .swiper-controls .swiper-button-prev::after {
  -webkit-transform: translateX(2px) rotate(-135deg);
  transform: translateX(2px) rotate(-135deg);
}
#topSlider .swiper-controls .swiper-button-next::after {
  -webkit-transform: translateX(-2px) rotate(45deg);
  transform: translateX(-2px) rotate(45deg);
}

#overview {
  position: relative;
  background: #EAF4FA;
  z-index: 10;
}
#overview .container {
  max-width: calc(8% + 1400px);
  position: relative;
}
#overview .contents {
  position: relative;
  display: block;
  width: fit-content;
  padding: 5.2em 0;
  margin-right: auto;
  z-index: 20;
}
@media screen and (max-width: 590px) {
  #overview .contents {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#overview .contents__catch {
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1280px) {
  #overview .contents__catch {
    font-size: 26px;
  }
}
@media screen and (max-width: 590px) {
  #overview .contents__catch {
    text-align: center;
    font-size: 28px;
    color: #0068ae;
    font-weight: 600;
  }
}
#overview .contents__catch span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
#overview .contents__catch span::before, #overview .contents__catch span::after {
  content: "";
  display: inline-block;
  background: #000;
  width: 2px;
  position: absolute;
  height: 1em;
  bottom: 0;
}
@media screen and (max-width: 590px) {
  #overview .contents__catch span::before, #overview .contents__catch span::after {
    width: 3px;
  }
}
#overview .contents__catch span::before {
  transform: translate(0%, -50%) rotate(-32deg);
  left: 0.4em;
  top: 50%;
}
#overview .contents__catch span::after {
  transform: translate(0%, -50%) rotate(32deg);
  right: 0.4em;
  top: 50%;
}
#overview .contents__heading {
  font-size: 28px;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 1.1px;
}
@media screen and (max-width: 1440px) {
  #overview .contents__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 590px) {
  #overview .contents__heading {
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
  }
}
#overview .contents__heading span {
  padding: 0 3px;
  color: #0068ae;
}
#overview .contents__points {
  margin-top: 32px;
  width: fit-content;
  position: relative;
  background: url("/asset/img/top/overview_bg_image.svg") no-repeat right top;
  background-size: 120px 120px;
  padding-right: 120px;
}
@media screen and (max-width: 1440px) {
  #overview .contents__points {
    width: 80%;
    background: url("/asset/img/top/overview_bg_image.svg") no-repeat right 24px;
    background-size: 120px 120px;
  }
}
@media screen and (max-width: 590px) {
  #overview .contents__points {
    background: none;
    width: 100%;
    padding-right: 0px;
  }
}
#overview .contents__points .lists {
  max-width: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#overview .contents__points .lists__item {
  width: calc(25% - 8px);
  filter: drop-shadow(0 0 2px rgba(3, 3, 80, 0.04));
}
#overview .contents__points--text {
  margin-top: 32px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 1440px) {
  #overview .contents__points--text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 590px) {
  #overview .contents__points--text {
    text-align: center;
    font-size: 18px;
  }
}
#overview .contents__sup {
  max-width: 88%;
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  filter: drop-shadow(0 0 2px rgba(3, 3, 80, 0.04));
}
@media screen and (max-width: 1440px) {
  #overview .contents__sup {
    max-width: 92%;
  }
}
@media screen and (max-width: 590px) {
  #overview .contents__sup {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
#overview .contents__sup--text {
  width: max-content;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 2px;
}
@media screen and (max-width: 590px) {
  #overview .contents__sup--text {
    margin-bottom: 16px;
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1.1px;
    line-height: 2.15;
  }
}
#overview .contents__sup--text span {
  font-size: 1.2em;
  background: linear-gradient(transparent 60%, #f6e317 40%);
}
@media screen and (max-width: 590px) {
  #overview .contents__sup--text span {
    font-size: 1em;
  }
}
#overview .contents__sup--image {
  max-width: 198px;
  width: 100%;
  margin-left: 48px;
}
@media screen and (max-width: 1440px) {
  #overview .contents__sup--image {
    margin-left: 24px;
  }
}
@media screen and (max-width: 590px) {
  #overview .contents__sup--image {
    margin: 0 auto;
  }
}
#overview .contents__sup--image small {
  display: block;
  margin-top: 4px;
  font-feature-settings: "palt";
  font-size: 12px;
}
@media screen and (max-width: 590px) {
  #overview .contents__sup--image small {
    text-align: center;
  }
}
#overview .visualImage {
  position: absolute;
  max-width: 60%;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0;
  margin-right: calc(50% - 50vw);
  padding-left: 56px;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  #overview .visualImage {
    right: -124px;
  }
}
@media screen and (max-width: 590px) {
  #overview .visualImage {
    display: none;
  }
}
#overview .visualImage .lists {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#overview .visualImage .lists__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: center center no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0;
  -webkit-animation: anime 20s 0s infinite;
  animation: anime 20s 0s infinite;
}
#overview .visualImage .lists .image01 {
  background-image: url("/asset/img/top/overview_vi_001.jpg");
  -webkit-animation: anime 20s 0s infinite;
  animation: anime 20s 0s infinite;
}
#overview .visualImage .lists .image02 {
  background-image: url("/asset/img/top/overview_vi_002.jpg");
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
#overview .visualImage .lists .image03 {
  background-image: url("/asset/img/top/overview_vi_003.jpg");
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
#overview .visualImage .lists .image04 {
  background-image: url("/asset/img/top/overview_vi_004.jpg");
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
#overview .visualImage .lists::before {
  content: "";
  clip-path: polygon(100% 0, 0 0, 0 100%);
  width: 15%;
  height: 100%;
  display: block;
  background-color: #EAF4FA;
  position: absolute;
  z-index: 10;
  top: 0;
  left: -1px;
}
#overview .visualImage .lists::after {
  content: "";
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  width: 15%;
  height: 100%;
  display: block;
  background-color: #EAF4FA;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -50px;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

#wrapper {
  position: relative;
  padding-top: 124px;
}
@media screen and (max-width: 590px) {
  #wrapper {
    padding-top: 32px;
  }
}
#wrapper::after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #235baa;
  background-image: linear-gradient(-90deg, transparent 1px, #fff 1px), linear-gradient(transparent 1px, #fff 1px);
  background-size: 2.4rem 2.4rem;
  z-index: -2;
}

#service {
  position: relative;
  margin-top: 32px;
}
@media screen and (max-width: 479px) {
  #service .container {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
  }
}
#service .serviceContents {
  margin-bottom: 186px;
}
@media screen and (max-width: 590px) {
  #service .serviceContents {
    margin-bottom: 36px;
  }
}
#service .serviceContents:last-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 590px) {
  #service .serviceContents:last-child {
    margin-bottom: 24px;
  }
}
#service .introduction {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 590px) {
  #service .introduction {
    flex-wrap: wrap-reverse;
  }
}
#service .textAria {
  width: calc(45% - 36px);
}
@media screen and (max-width: 590px) {
  #service .textAria {
    width: 100%;
    margin-top: 24px;
  }
}
#service .textAria__title {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 3.45em;
  line-height: 1.25;
  letter-spacing: 2px;
  border-bottom: 1px solid #555;
}
@media screen and (max-width: 590px) {
  #service .textAria__title {
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    font-size: 2.4em;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
}
#service .textAria__title::before {
  content: attr(data-heading);
  margin-bottom: 6px;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.5em;
  line-height: 1;
  color: #0068ae;
}
#service .textAria__text {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-feature-settings: normal;
}
@media screen and (max-width: 590px) {
  #service .textAria__text {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
  }
}
#service .imageAria {
  width: calc(55% - 36px);
  position: relative;
}
@media screen and (max-width: 590px) {
  #service .imageAria {
    width: 100%;
    margin-bottom: 24px;
  }
}
#service .imageAria .slide {
  margin-top: 24px;
}
@media screen and (max-width: 590px) {
  #service .imageAria .slide {
    margin-top: 0;
  }
}
#service .imageAria .slide__item {
  width: 646px;
  user-select: none;
}
#service .imageAria .slide__item--image {
  border-radius: 16px;
  overflow: hidden;
}
#service .imageAria .slide__item--text {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 590px) {
  #service .imageAria .slide__item--text {
    font-size: 18px;
    text-align: center;
  }
}
#service .imageAria .slide__item--text span {
  display: inline-block;
  margin-left: 1.2em;
  padding-left: 1.2em;
  border-left: 1px solid #666;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 590px) {
  #service .imageAria .slide__item--text span {
    margin-left: 0.8em;
    padding-left: 0.8em;
  }
}
#service .imageAria .swiper-button-prev,
#service .imageAria .swiper-button-next {
  width: 36px;
  height: 36px;
  place-content: center;
  flex-shrink: 0;
  background-color: transparent;
  transition: 0.3s ease;
  cursor: pointer;
}
#service .imageAria .swiper-button-prev::after,
#service .imageAria .swiper-button-next::after {
  content: "";
  width: 14px;
  height: 14px;
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
#service .imageAria .swiper-button-prev::before,
#service .imageAria .swiper-button-next::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background-color: #222;
}
#service .imageAria .swiper-button-prev {
  left: -18px;
}
@media screen and (max-width: 590px) {
  #service .imageAria .swiper-button-prev {
    left: 0;
  }
}
#service .imageAria .swiper-button-prev::after {
  -webkit-transform: translateX(2px) rotate(-135deg);
  transform: translateX(2px) rotate(-135deg);
}
#service .imageAria .swiper-button-next {
  right: -18px;
}
@media screen and (max-width: 590px) {
  #service .imageAria .swiper-button-next {
    right: 0;
  }
}
#service .imageAria .swiper-button-next::after {
  -webkit-transform: translateX(-2px) rotate(45deg);
  transform: translateX(-2px) rotate(45deg);
}
#service .samplelist {
  padding: 100px 0 24px;
  display: flex;
  justify-content: space-between;
}
#service .samplelist__item {
  width: calc(33.3333333333% - 16px);
}
#service .samplelist__item video,
#service .samplelist__item img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#service .samplelist__item--text {
  margin-top: 1em;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1000px) {
  #service {
    margin-top: 0;
  }
  #service .samplelist__item video,
  #service .samplelist__item img {
    border-radius: 12px;
  }
  #service .samplelist__item--text {
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 590px) {
  #service {
    margin-top: 60px;
  }
  #service .samplelist {
    flex-direction: column;
    padding: 60px 4% 20px;
  }
  #service .samplelist__item {
    width: 100%;
    margin-bottom: 40px;
  }
  #service .samplelist__item--text {
    margin-top: 0.8em;
    font-size: 15px;
  }
}
#service .moreBtn {
  width: 100%;
  margin-top: 32px;
}
#service .moreBtn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.875em 1em 1em;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  border-radius: 50px;
  transition: 0.3s all;
}
@media screen and (max-width: 590px) {
  #service .moreBtn a {
    padding: 1.2em 1em;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
  }
}
#service .moreBtn a::after {
  content: url("/asset/img/top/service_btn_arrow1.svg");
  position: absolute;
  top: 50%;
  right: 0.875em;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: 0.3s all;
}
@media screen and (max-width: 590px) {
  #service .moreBtn a::after {
    width: 20px;
    height: 20px;
  }
}
#service .moreBtn a:hover {
  color: #222;
  background-color: #fff;
}
#service .moreBtn a:hover::after {
  right: 0.5em;
  filter: invert(1);
}
#service .price {
  position: relative;
  margin: 80px auto 0;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  border-radius: 12px;
  border: 18px solid #EAF4FA;
}
@media screen and (max-width: 590px) {
  #service .price {
    margin: 8px auto 0;
  }
}
#service .price .price-inner {
  padding: 36px 56px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 590px) {
  #service .price .price-inner {
    flex-wrap: wrap;
    padding: 8px 8px 16px;
  }
}
#service .price .moreBtn {
  max-width: 360px;
  margin: 0 auto 16px;
}
#service .price__body {
  width: calc(100% - 348px - 48px);
  padding-right: 48px;
}
@media screen and (max-width: 590px) {
  #service .price__body {
    width: 100%;
    padding-right: 0;
  }
}
#service .price__body .servicePrice {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 590px) {
  #service .price__body .servicePrice {
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
  }
}
#service .price__body .servicePrice span {
  font-family: "Oswald", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  padding-left: 10px;
}
#service .price__body .servicePrice__head {
  display: inline-block;
  padding: 0 1em;
  font-size: 14px;
  line-height: 1.75;
  border: 1px solid #333;
  border-radius: 50px;
}
#service .price__body .serviceSupp {
  display: inline-block;
  margin-top: 1em;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #444;
}
#service .price__body .servicePriceOption {
  font-size: 13.5px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  color: #0068ae;
  background-color: #EAF4FA;
  line-height: 1.75;
  margin-bottom: 0.5em;
  margin-top: 2.4em;
  padding: 0.2em 2em;
}
@media screen and (max-width: 590px) {
  #service .price__body .servicePriceOption {
    text-align: center;
    width: 100%;
    font-size: 15px;
  }
}
#service .price__body .serviceText {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 590px) {
  #service .price__body .serviceText {
    font-size: 14px;
  }
}
#service .price__option {
  width: 397px;
  padding-left: 48px;
  border-left: 1px solid #333;
}
@media screen and (max-width: 590px) {
  #service .price__option {
    width: 100%;
    margin-top: 36px;
    padding-left: 0;
    border-left: 0px solid transparent;
  }
}
#service .price__option--heading {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.6em 1em 0.8em;
  color: #555;
  font-size: 16px;
  text-align: center;
  background: #0068ae;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 590px) {
  #service .price__option--heading {
    font-size: 15px;
  }
}
#service .price__option--heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #0068ae;
}
#service .price .menuPrice {
  width: 100%;
  margin: 0 0 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}
@media screen and (max-width: 590px) {
  #service .price .menuPrice {
    font-size: 16px;
  }
}
#service .price .menuPrice:last-child {
  margin-bottom: 0;
}
#service .price .menuPrice span {
  margin-top: 0.4em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}
#service .price .menuLeft,
#service .price .menuRight {
  flex: 0 1 auto;
}
@media screen and (max-width: 590px) {
  #service .price .menuLeft,
  #service .price .menuRight {
    flex: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
#service .price .menuRight {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 590px) {
  #service .price .menuRight {
    font-size: 1.65rem;
  }
}
#service .price .centerLine {
  padding: 5px 15px;
  flex-grow: 2;
}
#service .price .centerLine hr {
  border-width: 3px 0px 0px 0px;
  border-style: dotted;
  border-color: #666;
}
@media screen and (max-width: 590px) {
  #service .price .centerLine {
    display: none;
  }
}

@media screen and (max-width: 590px) {
  #cgPerspective .price {
    margin-top: 36px;
  }
}
#cgPerspective .introduction {
  position: relative;
}
#cgPerspective .introduction::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-left: calc(50% - 50vw);
  padding: 32px 0 48px;
  box-sizing: content-box;
  background-color: #ededed;
  z-index: -1;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 590px) {
  #cgPerspective .introduction::after {
    background-color: transparent;
  }
}
#cgPerspective .introduction .textAria__title {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #cgPerspective .introduction .textAria__title {
    display: flex;
    flex-direction: column;
  }
}
#cgPerspective .introduction .textAria__title span {
  display: block;
  margin-top: 16px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1280px) {
  #cgPerspective .introduction .textAria__title span {
    margin-top: 8px;
    font-size: 1.6rem;
    order: 3;
  }
}
#cgPerspective .introduction .textAria__title .logo {
  position: absolute;
  display: block;
  width: 148px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 590px) {
  #cgPerspective .introduction .textAria__title .logo {
    width: 124px;
    margin: 14px auto 0;
    position: inherit;
    order: 2;
  }
}
#cgPerspective .features {
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cgPerspective .features__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 590px) {
  #cgPerspective .features__item {
    width: calc(33.3333333333% - 8px);
  }
}
#cgPerspective .features__item img {
  border: 3px dotted #555;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 590px) {
  #cgPerspective .features {
    max-width: 96%;
    margin: auto;
  }
}

@media screen and (max-width: 590px) {
  #exPerspective .price {
    margin-top: 36px;
  }
}
#exPerspective .introduction {
  position: relative;
}
#exPerspective .introduction::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(0, -50%);
  margin-right: calc(50% - 50vw);
  padding: 32px 0 48px;
  box-sizing: content-box;
  background-color: #ededed;
  z-index: -1;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 590px) {
  #exPerspective .introduction::after {
    background-color: transparent;
  }
}
#exPerspective .features {
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#exPerspective .features__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 590px) {
  #exPerspective .features__item {
    width: calc(33.3333333333% - 8px);
  }
}
#exPerspective .features__item img {
  border: 3px dotted #555;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 590px) {
  #exPerspective .features {
    max-width: 96%;
    margin: auto;
  }
}

#cgMovie .bgWraper {
  position: relative;
  padding-top: 32px;
}
#cgMovie .bgWraper::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 32px 0 0px;
  transform: translate(-50%, -50%);
  margin-left: calc(0% - 0vw);
  box-sizing: content-box;
  background-color: #ededed;
  z-index: -1;
}
#cgMovie .bgWraper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -65px;
  left: 50%;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 50px solid #ededed;
  transform: translate(-50%, 0);
}
#cgMovie .features {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cgMovie .features__item:first-child {
  width: calc(45% - 12px);
}
#cgMovie .features__item:last-child {
  width: calc(55% - 12px);
}
#cgMovie .features__item img {
  border-radius: 8px;
  overflow: hidden;
}
#cgMovie .slide__item--image {
  position: relative;
}
#cgMovie .slide__item--image .material-icons-outlined {
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: auto;
  left: 10px;
  bottom: 10px;
  transform: translate(0%, 0%);
  color: #fff;
}

#vrExhibition .introduction {
  position: relative;
}
#vrExhibition .introduction::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-left: calc(50% - 50vw);
  padding: 32px 0 48px;
  box-sizing: content-box;
  background-color: #ededed;
  z-index: -1;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 590px) {
  #vrExhibition .introduction::after {
    background-color: transparent;
  }
}
#vrExhibition .features {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#vrExhibition .features__item:first-child {
  width: calc(45% - 12px);
}
#vrExhibition .features__item:last-child {
  width: calc(55% - 12px);
}
#vrExhibition .features__item img {
  border-radius: 8px;
  overflow: hidden;
}

#review {
  margin-top: 148px;
}
@media screen and (max-width: 590px) {
  #review {
    margin-top: 120px;
  }
}
#review .new-section-title {
  font-size: 3.2em;
  color: #222;
  margin-bottom: 1.5em;
}
#review .review-container {
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
#review .review-container .review-container__content {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#review .review-container .review-container__content .review-container__content__profile {
  width: 164px;
}
#review .review-container .review-container__content .review-container__content__profile img {
  width: 100%;
  margin-bottom: 10px;
}
#review .review-container .review-container__content .review-container__content__profile p {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
  color: #333;
}
#review .review-container .review-container__content .review-container__content__comment {
  width: 68%;
}
#review .review-container .review-container__content .review-container__content__comment h4 {
  font-size: 22px;
  line-height: 1.75;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#review .review-container .review-container__content .review-container__content__comment p {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  text-align: justify;
  color: #333;
  font-feature-settings: normal;
}
#review .review-container .review-container__content .review-container__content__comment img {
  width: 85%;
}
#review .review-container .review-container__image {
  width: 44%;
}
#review .review-container .review-container__image a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.2s ease;
}
#review .review-container .review-container__image a:hover {
  opacity: 0.8;
}
#review .review-container .review-container__image .youtube_ta {
  display: none;
}
@media screen and (max-width: 1350px) {
  #review .review-container .review-container__content .review-container__content__comment img {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1260px) {
  #review .review-container .review-container__content .review-container__content__profile {
    width: 28%;
  }
  #review .review-container .review-container__content .review-container__content__profile p {
    font-size: 14px;
  }
  #review .review-container .review-container__content .review-container__content__comment {
    width: 67%;
  }
  #review .review-container .review-container__content .review-container__content__comment p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1180px) {
  #review .review-container .review-container__content {
    width: 48%;
  }
  #review .review-container .review-container__content .review-container__content__profile p {
    font-size: 12px;
    line-height: 1.7;
  }
  #review .review-container .review-container__content .review-container__content__comment {
    width: 67%;
  }
  #review .review-container .review-container__content .review-container__content__comment h4 {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  #review .review-container .review-container__content .review-container__content__comment p {
    font-size: 12px;
    line-height: 1.7;
  }
  #review .review-container .review-container__content .review-container__content__comment img {
    width: 80%;
  }
  #review .review-container .review-container__image {
    width: 49%;
  }
}
@media screen and (max-width: 1070px) {
  #review .review-container .review-container__content {
    width: 50%;
  }
  #review .review-container .review-container__content .review-container__content__profile {
    width: 31%;
  }
  #review .review-container .review-container__content .review-container__content__comment {
    width: 66%;
  }
  #review .review-container .review-container__content .review-container__content__comment p {
    font-size: 13px;
    line-height: 1.7;
  }
  #review .review-container .review-container__content .review-container__content__comment img {
    display: none;
  }
  #review .review-container .review-container__image {
    width: 47%;
  }
  #review .review-container .review-container__image .youtube_ta {
    display: block;
    width: 70%;
    margin: 5px 0 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  #review .review-container .review-container__content .review-container__content__profile p {
    font-size: 11px;
  }
  #review .review-container .review-container__content .review-container__content__comment h4 {
    font-size: 16px;
  }
  #review .review-container .review-container__content .review-container__content__comment p {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  #review {
    margin-bottom: 50px;
  }
  #review .review-container {
    flex-direction: column-reverse;
  }
  #review .review-container .review-container__content {
    width: 100%;
  }
  #review .review-container .review-container__content .review-container__content__profile {
    width: 30%;
  }
  #review .review-container .review-container__content .review-container__content__profile__fst_img {
    margin-top: -60px;
  }
  #review .review-container .review-container__content .review-container__content__profile img {
    width: 100%;
    margin-bottom: 10px;
  }
  #review .review-container .review-container__content .review-container__content__profile p {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #review .review-container .review-container__content .review-container__content__profile p .br_profile2 {
    display: none;
  }
  #review .review-container .review-container__content .review-container__content__comment {
    width: 65%;
  }
  #review .review-container .review-container__content .review-container__content__comment h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #review .review-container .review-container__content .review-container__content__comment p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
    color: #333;
  }
  #review .review-container .review-container__content .review-container__content__comment img {
    width: 85%;
  }
  #review .review-container .review-container__image {
    width: 100%;
    margin-bottom: 10px;
  }
  #review .review-container .review-container__image .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #review .review-container .review-container__image .youtube_ta {
    display: block;
    width: 65%;
    margin: 5px 0 0 auto;
  }
  #review .review-container .review-container__sub_image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #review .review-container {
    flex-direction: column-reverse;
    margin-bottom: 32px;
  }
  #review .review-container .review-container__content {
    width: 100%;
    flex-direction: column;
  }
  #review .review-container .review-container__content .review-container__content__profile {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #review .review-container .review-container__content .review-container__content__profile img {
    width: 40%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #review .review-container .review-container__content .review-container__content__profile p {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #review .review-container .review-container__content .review-container__content__profile p .br_profile2 {
    display: block;
  }
  #review .review-container .review-container__content .review-container__content__comment {
    width: 100%;
  }
  #review .review-container .review-container__content .review-container__content__comment h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #review .review-container .review-container__content .review-container__content__comment p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-align: justify;
    color: #333;
  }
  #review .review-container .review-container__content .review-container__content__comment img {
    width: 85%;
  }
  #review .review-container .review-container__image {
    width: 100%;
    margin-bottom: 10px;
  }
  #review .review-container .review-container__image .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #review .review-container .review-container__image .youtube_ta {
    display: block;
    width: 100%;
  }
}

#otherService {
  padding: 88px 0 80px;
  background-color: #d7f0fc;
}
@media screen and (max-width: 479px) {
  #otherService {
    margin-top: 20px;
    padding: 0;
  }
}
#otherService .line-up {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#otherService .service_item {
  position: relative;
  width: 31.3333333333%;
  padding: 1% 1% 4%;
  background-color: #fff;
  text-align: center;
  filter: drop-shadow(0 0 3px rgba(0, 10, 30, 0.08));
}
#otherService .service_item:nth-of-type(3n+2) {
  margin: 0 3%;
}
#otherService .service_item:nth-of-type(1), #otherService .service_item:nth-of-type(2), #otherService .service_item:nth-of-type(3) {
  margin-bottom: 50px;
}
#otherService .service_item img {
  margin-bottom: 25px;
}
#otherService .service_item h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #0068ae;
}
#otherService .service_item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
#otherService .service_item .service-btn {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 40px;
  background-color: #036eb8;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: 0.3s all;
}
#otherService .service_item .service-btn a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  padding: 0 3px;
  font-weight: 500;
}
#otherService .service_item .service-btn a::after {
  content: url("/asset/img/top/service_btn_arrow1.svg");
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: 0.3s all;
}
#otherService .service_item .service-btn:hover {
  background-color: rgb(109, 157, 205) !important;
}
#otherService .service_item .service-btn:hover a::after {
  transform: translateX(30%) translateY(-50%);
}
@media screen and (max-width: 1250px) {
  #otherService .service_item p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  #otherService .service_item h3 {
    font-size: 20px;
  }
  #otherService .service_item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1080px) {
  #otherService {
    margin: 0 auto 60px;
  }
  #otherService .service_item {
    width: 32%;
  }
  #otherService .service_item:nth-of-type(3n+2) {
    margin: 0 2%;
  }
  #otherService .service_item:nth-of-type(1), #otherService .service_item:nth-of-type(2), #otherService .service_item:nth-of-type(3) {
    margin-bottom: 40px;
  }
  #otherService .service_item img {
    margin-bottom: 15px;
  }
  #otherService .service_item h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #otherService .service_item p {
    font-size: 11px;
  }
}
@media screen and (max-width: 965px) {
  #otherService .service_item {
    width: 47%;
    padding: 1% 1% 5%;
    background-color: #fff;
    text-align: center;
  }
  #otherService .service_item:nth-of-type(3n+2) {
    margin: 0;
  }
  #otherService .service_item:nth-of-type(2n) {
    margin-left: 3%;
  }
  #otherService .service_item:nth-of-type(1), #otherService .service_item:nth-of-type(2), #otherService .service_item:nth-of-type(3), #otherService .service_item:nth-of-type(4) {
    margin-bottom: 50px;
  }
  #otherService .service_item img {
    margin-bottom: 20px;
  }
  #otherService .service_item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #otherService .service_item p {
    font-size: 13px;
  }
}
@media screen and (max-width: 690px) {
  #otherService {
    margin: 0 auto 0;
  }
  #otherService .service_item {
    width: 100%;
    padding: 2% 2% 11%;
  }
  #otherService .service_item:nth-of-type(2n) {
    margin-left: 0;
  }
  #otherService .service_item:nth-of-type(1), #otherService .service_item:nth-of-type(2), #otherService .service_item:nth-of-type(3), #otherService .service_item:nth-of-type(4), #otherService .service_item:nth-of-type(5) {
    margin-bottom: 50px;
  }
  #otherService .service_item img {
    margin-bottom: 20px;
  }
  #otherService .service_item h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #otherService .service_item p {
    font-size: 13px;
  }
  #otherService .service_item .service-btn {
    bottom: -18px;
    height: 35px;
  }
  #otherService .service_item .service-btn a {
    font-size: 14px;
    line-height: 33px;
  }
  #otherService .service_item .service-btn a::after {
    width: 22px;
    height: 22px;
  }
  #otherService .service_item .service-btn:hover {
    background-color: rgb(182, 214, 247) !important;
  }
  #otherService .service_item .service-btn:hover a::after {
    transform: translateX(30%) translateY(-50%);
  }
}
#otherService .more_service_btn {
  width: 92%;
  max-width: 600px;
  margin: 0 auto;
  height: 50px;
  background-color: #036eb8;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s all;
}
#otherService .more_service_btn a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
}
#otherService .more_service_btn a::after {
  content: url("/asset/img/top/service_btn_arrow2.svg");
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
}
#otherService .more_service_btn:hover {
  background-color: rgb(182, 214, 247) !important;
}
#otherService .more_service_btn:hover a::after {
  transform: translateX(30%) translateY(-50%);
}
@media screen and (max-width: 690px) {
  #otherService .more_service_btn {
    height: 40px;
  }
  #otherService .more_service_btn a {
    font-size: 14px;
    line-height: 40px;
  }
  #otherService .more_service_btn a::after {
    content: url("/asset/img/top/service_btn_arrow1.svg");
    top: 44%;
    right: 5%;
    width: 25px;
    height: 25px;
  }
}

#news {
  padding: 124px 0;
  background: linear-gradient(90deg, rgb(0, 147, 203) 0%, rgb(0, 104, 174) 100%);
}
@media screen and (max-width: 479px) {
  #news {
    margin: 0;
    padding: 24px 0;
  }
}
#news .fv-news {
  position: relative;
  width: 100%;
  max-width: calc(900px + 8%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 4%;
}
#news .fv-newsWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  box-shadow: 12px 12px 0px #fff;
}
#news .fv-newsWrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3.6em;
  width: 100%;
  background: rgb(239, 239, 239);
  background: linear-gradient(0deg, rgb(239, 239, 239) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
#news .fv-news__list {
  position: relative;
  max-width: calc(100% - 180px);
  max-height: calc(14.4em + 24px);
  width: 100%;
  padding: 3.6em 4em;
  background-color: #efefef;
  overflow: scroll;
}
#news .fv-news__list--item {
  margin-left: 1em;
  margin-bottom: 1.6em;
}
#news .fv-news__list--item:last-child {
  margin-bottom: 0;
}
#news .fv-news__list--item a {
  transition: 0.3s ease;
}
#news .fv-news__list--item a:hover {
  opacity: 0.4;
}
#news .fv-news__list .content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
#news .fv-news__list--day {
  display: block;
  max-width: fit-content;
  width: 100%;
  margin-right: 1.5em;
  font-family: "Lato", sans-serif;
  color: #777;
}
#news .fv-news__list--title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-feature-settings: "palt";
  letter-spacing: 1.15px;
  color: #111;
}
#news .fv-news__list--day > time, #news .fv-news__list--title {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.75;
  font-weight: 400;
}
#news .fv-news__title {
  position: relative;
  width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  background-color: #004573;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 3px;
  z-index: 1;
}
#news .fv-news__title::before {
  content: attr(data-title);
  display: block;
  font-size: 0.6em;
  color: #fff;
  margin-top: 0.5em;
}
#news .fv-news__title::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: skewX(-10deg);
  transform-origin: bottom left;
  background: #004573;
  z-index: -1;
}
#news .fv-news__more {
  position: absolute;
  right: 0px;
  bottom: -30px;
}
#news .fv-news__more a {
  display: block;
  background-color: #004573;
  border: 2px solid #004573;
  color: #fff;
  padding: 1em 2em;
  transition: 0.3s ease;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 2px;
  transform: skewX(-8deg);
}
#news .fv-news__more a:hover {
  color: #004573;
  background-color: #fff;
}
#news .fv-news__more a span {
  display: block;
  transform: skewX(8deg);
}
@media screen and (max-width: 1500px) {
  #news .fv-news {
    max-width: calc(720px + 8%);
  }
}
@media screen and (max-width: 479px) {
  #news .fv-news {
    margin: 0;
    padding: 0 4% 0;
  }
  #news .fv-newsWrap {
    background-color: #efefef;
    box-shadow: 0px 0px 0px #fff;
  }
  #news .fv-news__title {
    width: 100%;
    padding: 1rem;
    font-size: 1.75em;
  }
  #news .fv-news__title::before {
    display: none;
  }
  #news .fv-news__title::after {
    transform: skewX(0deg);
  }
  #news .fv-news__list {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    padding: 2rem;
    background-color: #fff;
  }
  #news .fv-news__list--item {
    margin-left: 0;
    margin-bottom: 2em;
  }
  #news .fv-news__list .content {
    flex-wrap: wrap;
  }
  #news .fv-news__list--day {
    width: 100%;
    max-width: 100%;
  }
  #news .fv-news__list--day time {
    font-size: 1.5em;
  }
  #news .fv-news__list--title {
    display: block;
    width: 100%;
    font-size: 1.5em;
  }
  #news .fv-news__more {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 80%;
    margin: 1rem auto 0;
  }
}

.popupVideo {
  aspect-ratio: 16/9;
  max-width: 1170px !important;
  width: 100%;
  max-height: 100% !important;
}
.popupVideo video {
  max-width: 1170px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}