@charset "UTF-8";
.v2 .bg-white {
  margin-top: 200px;
}
.v2 .pageTitle {
  text-align: center;
  margin-top: 16px;
}

.buran_title {
  text-align: center;
  padding: 48px 0 16px;
}

.icon_3dcg {
  width: 309px;
  margin: 0 auto;
  padding-top: 65px;
}
.icon_3dcg img {
  width: 100%;
}

.text_title {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 39px;
}

.text_3dcg {
  width: 470px;
  margin: 0 auto;
  padding-bottom: 83px;
}

.page_text {
  font-size: 14px;
  line-height: 34px;
}

.icon_title {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 39px;
}

.jisseki {
  background-image: url(../../assets/img/BG.jpg);
  background-size: cover;
  padding-bottom: 29px;
}

.jisseki_slider {
  width: 1660px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1700px) {
  .jisseki_slider {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 768px) {
  .jisseki_slider {
    width: calc(100% - 20px);
  }
}

.jisseki_item {
  width: 400px;
  height: 340px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin: 0 10px 64px 10px;
  box-sizing: border-box;
  height: auto;
  transition: 0.3s;
}
@media (max-width: 440px) {
  .jisseki_item {
    width: calc(100vw - 40px);
  }
}
.jisseki_item img {
  width: 100%;
  height: 194px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 440px) {
  .jisseki_item img {
    height: 44vw;
  }
}
.jisseki_item img.new_window {
  width: 18px;
  margin-left: 2px;
  height: auto;
  display: inline;
  margin-bottom: 7px;
}

.img_wrap {
  width: 100%;
  height: 194px;
  overflow: hidden;
}
.img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.jisseki_item:hover .img_wrap img {
  transform: scale(1.08);
}

.jisseki_text {
  margin-top: 20px;
  line-height: 27px;
}

.slick-dots {
  bottom: 18px;
  left: 113px;
  text-align: left;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 0;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots .slick-active button {
  background-color: #fff;
}

.slick-prev {
  z-index: 10;
  background-color: #fff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 45px;
  height: 45px;
  bottom: -21px;
  left: 0px;
  top: auto;
}
.slick-prev::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #182772;
  border-bottom: 2px solid #182772;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.slick-next {
  z-index: 10;
  background-color: #fff;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 45px;
  height: 45px;
  bottom: -21px;
  left: 48px;
  top: auto;
}
.slick-next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #182772;
  border-bottom: 2px solid #182772;
  top: 50%;
  right: 30%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  background: #fff;
}

.menu-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.menu-icon {
  width: 100%;
  height: 100%;
}

.line {
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform-origin: 50px 50px;
}

/* メニュー開いた時 */
body.open .line1 {
  transform: translateX(-9px) translateY(9px) rotate(45deg);
}

body.open .line2 {
  opacity: 0;
}

body.open .line3 {
  transform: translateX(-9px) translateY(-9px) rotate(-45deg);
}

.menu-icon circle {
  transition: fill 0.3s ease;
}

body.open .menu-icon circle {
  fill: #384c93;
}

#top footer {
  background: rgba(2, 36, 152, 0.5);
}

.page2026 .bg-white {
  margin-top: 0;
}
.page2026 #nav-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  right: 19px;
  top: 16px;
}
@media (max-width: 768px) {
  .page2026 #nav-toggle {
    width: clamp(40px, 6.5104166667vw, 999px);
    height: clamp(40px, 6.5104166667vw, 999px);
    right: clamp(7px, 2.4739583333vw, 999px);
    top: clamp(7px, 1.6927083333vw, 999px);
  }
}
.page2026 .wrap {
  padding-top: 300px;
}
.page2026 .wrap_t {
  padding-top: 259px;
}
@media (max-width: 768px) {
  .page2026 .wrap_t {
    padding-top: clamp(220px, 33.7239583333vw, 999px);
  }
}
@media (max-width: 768px) {
  .page2026 .logo-link_n {
    width: clamp(150px, 28.6458333333vw, 999px);
  }
}
.page2026 #top-head {
  background-image: url(../img/img2026/header_bg.jpg);
  background-size: cover;
  overflow: hidden;
  z-index: 1000;
}
.page2026 #top-head::after {
  content: "";
  position: absolute;
  width: 343px;
  height: 172px;
  background-image: url(../img/img2026/header_buran.png);
  background-size: cover;
  bottom: 0;
  transition: 0.3s ease;
  left: 50%;
  transform: translateX(15.5vw);
}
@media (max-width: 768px) {
  .page2026 #top-head::after {
    width: clamp(150px, 39.0625vw, 999px);
    height: clamp(64px, 16.6666666667vw, 999px);
  }
}
.page2026 #top-head.scroll::after {
  opacity: 0;
}
.page2026 #head-logo {
  width: 257px;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .page2026 #head-logo {
    width: clamp(180px, 28.6458333333vw, 999px);
    padding-top: clamp(16px, 2.2135416667vw, 999px);
    padding-right: clamp(16px, 2.6041666667vw, 999px);
    padding-bottom: clamp(11px, 1.4322916667vw, 999px);
    padding-left: clamp(16px, 2.6041666667vw, 999px);
  }
}
.page2026 .page-title-img {
  text-align: center;
  transition: all 0.35s ease;
  height: 120px;
  box-sizing: border-box;
  padding-top: 19px;
  position: relative;
  z-index: 100;
}
.page2026 .page-title-img img {
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .page2026 .page-title-img.wline {
    padding-top: 0;
  }
  .page2026 .page-title-img.wline img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 26px;
    top: 0;
  }
}
.page2026 .sub.scroll .page-title-img {
  opacity: 0;
  transform: scale(0.9);
  height: 0;
  margin: 0;
  padding-top: 0;
}
.page2026 .section-ttl_n {
  border: none;
  display: flex;
  justify-content: center;
}
.page2026 .section-ttl_n .title_img {
  height: 50px;
  width: auto;
  padding-top: 2px;
  padding-right: 98px;
}
@media (max-width: 768px) {
  .page2026 .section-ttl_n .title_img {
    height: max(42px, 6.5104166667vw);
    padding-right: max(52px, 12.7604166667vw);
  }
}
.page2026 .section-ttl_n .buran_img {
  width: 43px;
  padding-right: 4px;
}
@media (max-width: 768px) {
  .page2026 .section-ttl_n .buran_img {
    width: max(40px, 5.7291666667vw);
    padding-right: max(3px, 0.5208333333vw);
  }
}
.page2026 .section-ttl_n.left {
  justify-content: flex-start;
}
.page2026 .section-ttl_n.left .title_img {
  height: 33px;
  width: auto;
  padding-top: 7px;
  padding-left: 5px;
  padding-right: 0;
}
.page2026#recruit .recruit-info .section-ttl .buran_img {
  width: 44px;
}
.page2026#recruit .wrap {
  padding-top: 298px;
}
.page2026#recruit .wrap .section-ttl_n {
  margin-bottom: 23px;
}
.page2026 footer {
  padding-top: 58px;
  background: #182772;
  height: 297px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .page2026 footer {
    height: auto;
    padding-top: 30px;
  }
}
.page2026 footer::before {
  display: none;
}
.page2026 footer .footer-wrap {
  max-width: 1243px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .page2026 footer .flex {
    justify-content: flex-start;
    flex-direction: column;
    margin: 20px 0;
  }
}
.page2026 .footer-logo img {
  width: 258px;
}
@media (max-width: 768px) {
  .page2026 .footer-logo img {
    width: clamp(150px, 28.6458333333vw, 999px);
  }
}
.page2026 .footer-nav {
  font-weight: bold;
  font-size: 18px;
  align-items: flex-start;
  flex-direction: row;
  padding: 0;
}
@media (max-width: 768px) {
  .page2026 .footer-nav {
    flex-direction: row;
  }
}
.page2026 .footer-nav-item {
  margin-right: 0;
}
@media (max-width: 768px) {
  .page2026 .footer-nav-item {
    margin-bottom: 0;
  }
}
.page2026 .footer-nav-item a {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page2026 .footer-nav-item a {
    font-size: 12px;
    font-weight: 600;
  }
}
.page2026 .footer-nav-item + .footer-nav-item {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .page2026 .footer-nav-item + .footer-nav-item {
    margin-top: 10px;
  }
}
.page2026 .footer-nav-item + .footer-nav-item.nav-link-sub {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .page2026 .footer-nav-item + .footer-nav-item.nav-link-sub {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.page2026 .footer-nav-item.nav-link-sub {
  line-height: 24px;
}
@media (max-width: 768px) {
  .page2026 .footer-nav-item.nav-link-sub {
    line-height: 20px;
  }
}
.page2026 .footer-nav-item.nav-link-sub a {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 768px) {
  .page2026 .footer-nav-item.nav-link-sub a {
    font-size: 12px;
  }
}
.page2026 .footer-ul + .footer-ul {
  margin-left: 43px;
}
@media (max-width: 768px) {
  .page2026 .footer-ul + .footer-ul {
    margin-left: 0;
    margin-top: 8px;
  }
}
.page2026 .copyright {
  bottom: 13px;
  font-size: 12px;
}
.page2026#about dl {
  height: 90px;
}
@media (max-width: 768px) {
  .page2026#about dl {
    height: auto;
    padding: 15px 0;
  }
}
.page2026#about .about-dt {
  font-weight: bold;
  letter-spacing: 1px;
  width: 152px;
}
@media (max-width: 768px) {
  .page2026#about .about-dt {
    padding-left: 0;
    font-size: 14px;
  }
}
.page2026#about .about-dd {
  font-size: 16px;
}
@media (max-width: 768px) {
  .page2026#about .about-dd {
    padding-left: 0;
    font-size: 14px;
  }
}
.page2026#gift .wrap {
  padding: 259px 20px 160px 20px;
}
.page2026#work .wrap {
  padding: 259px 20px 160px 20px;
}

.center {
  text-align: center;
}

.w1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.w940 {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.w900 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.w500 {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-wrap {
  display: inline-block;
  text-align: left;
}

.title18 {
  font-size: 18px;
  margin-bottom: 38px;
  margin-top: 24px;
  line-height: 1.5;
  text-align: center;
}

.text14 {
  font-size: 14px;
  line-height: 34px;
}

.text16 {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .text16 {
    font-size: 15px;
  }
}

.company_profile {
  margin-top: 79px;
}

.bg_cosmo {
  background-image: url(../img/img2026/cosmo.jpg);
  background-size: cover;
  padding: 56px 0 61px;
}

.member_card_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  padding: 0 20px;
  margin: 42px auto 0;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.member_card {
  width: 30.6%;
  background-color: #fff;
  padding: 30px 22px 22px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 57px;
  min-height: 217px;
  /* 初期状態 */
}
@media (max-width: 768px) {
  .member_card {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .member_card {
    width: 100%;
  }
}

.member_card.show {
  opacity: 1;
  transform: scale(1);
}

.member_card.show {
  opacity: 1;
  transform: translateY(0);
}

.white_text.show {
  opacity: 1;
  transform: scale(1);
}

.member_card_post {
  font-size: 16px;
  font-weight: bold;
}

.member_card_name {
  font-size: 28px;
  font-weight: 500;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .member_card_name {
    font-size: 24px;
  }
}

.member_card_description {
  font-size: 14px;
  margin-top: 19px;
  line-height: 30px;
}

.white_text {
  color: #fff;
  font-weight: bold;
  width: 30.6%;
  padding: 7px 9px;
  box-sizing: border-box;
  line-height: 150%;
}
@media (max-width: 768px) {
  .white_text {
    width: 48%;
  }
}
@media (max-width: 580px) {
  .white_text {
    width: 100%;
  }
}

.img_3dcg img {
  width: 309px;
}
@media (max-width: 768px) {
  .img_3dcg img {
    width: 200px;
  }
}

.jisseki {
  overflow: hidden;
}
.jisseki .section-ttl_n {
  padding: 48px 0 16px;
}

.flow .section-ttl_n {
  padding: 110px 0 68px;
}
.flow .w940 {
  padding: 0 20px 0 61px;
}

.flow_item {
  padding: 31px 58px 17px;
  border-top: 1px solid #b9bed4;
  border-right: 1px solid #b9bed4;
  border-bottom: 1px solid #b9bed4;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 580px) {
  .flow_item {
    padding: 31px 20px 17px 40px;
  }
}
.flow_item.last {
  border-left: 1px solid #b9bed4;
  border-radius: 5px;
}
.flow_item::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 60px;
  height: 21px;
  background: #b3b8d1;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  right: 0;
  left: 0;
  margin: auto;
  bottom: -56px;
}
.flow_item:nth-child(2)::after {
  background: #959cbe;
}
.flow_item:nth-child(3)::after {
  background: #7780ac;
}
.flow_item:nth-child(4)::after {
  background: #586399;
}
.flow_item:nth-child(5)::after {
  background: #344183;
}
.flow_item:nth-child(6)::after {
  background: #182772;
}
.flow_item:nth-child(7)::after {
  display: none;
}

.flow_video .flow_item::after {
  background-color: #d1d4e3;
}
.flow_video .flow_item:nth-child(2)::after {
  background: #a3a9c7;
}
.flow_video .flow_item:nth-child(3)::after {
  background: #747daa;
}
.flow_video .flow_item:nth-child(4)::after {
  background: #182772;
}
.flow_video .flow_item:nth-child(5)::after {
  display: none;
}

.step_num {
  position: absolute;
  top: -32px;
  left: -41px;
  width: 75px;
}

.flow_title {
  font-size: 18px;
  margin-bottom: 17px;
}
@media (max-width: 580px) {
  .flow_title {
    font-size: 16px;
  }
}

.flow_text {
  font-size: 16px;
  line-height: 34px;
}
@media (max-width: 580px) {
  .flow_text {
    font-size: 14px;
  }
}

#page_3dcg .wrap {
  padding-bottom: 84px;
}

.faq_content {
  padding-bottom: 120px;
}
.faq_content .section-ttl_n {
  padding: 41px 0 28px;
}

.flow_wrap {
  position: relative;
  --last-height: 150px;
}
.flow_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
  height: calc(100% - var(--last-height));
  background: linear-gradient(to top, #182772, #d1d4e3);
  z-index: -1;
}

.faq_item {
  background-color: #f3f4f8;
  border-radius: 5px;
  padding: 21px 20px;
  min-height: 40px;
  position: relative;
  cursor: pointer;
}
.faq_item + .faq_item {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .faq_item {
    padding: 12px;
    min-height: 29px;
  }
}

/* 白丸 */
.faq_icon {
  position: absolute;
  right: 20px;
  top: 28px;
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .faq_icon {
    top: 15px;
    width: 26px;
    height: 26px;
    right: 12px;
  }
}

/* ＋の線（共通） */
.faq_icon::before,
.faq_icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

/* 横線 */
.faq_icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* 縦線 */
.faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* 開いたら「ー」に */
.faq_item.is-open .faq_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq_question {
  position: relative;
  font-size: 18px;
  padding-left: 62px;
  padding-top: 6px;
  padding-right: 40px;
  line-height: 150%;
  font-weight: normal;
}
@media (max-width: 768px) {
  .faq_question {
    font-size: 16px;
    padding-left: 47px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 30px;
  }
}
.faq_question::before {
  position: absolute;
  content: "Q";
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background-color: #182772;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .faq_question::before {
    width: 32px;
    height: 32px;
  }
}

.faq_answer {
  position: relative;
  padding-left: 62px;
  line-height: 201%;
}
@media (max-width: 768px) {
  .faq_answer {
    font-size: 14px;
    padding-left: 47px;
  }
}
.faq_answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.faq_answer::before {
  position: absolute;
  content: "A";
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #182772;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .faq_answer::before {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }
}

.faq_item.is-open .faq_answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 59px;
}
@media (max-width: 768px) {
  .faq_item.is-open .faq_answer {
    margin-top: 30px;
  }
}

.plan {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .plan {
    flex-wrap: wrap;
  }
}
.plan .plan_item {
  max-width: 400px;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .plan .plan_item {
    max-width: 100%;
  }
}
.plan .plan_item + .plan_item {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .plan .plan_item + .plan_item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.plan .plan_item h5 {
  color: #fff;
  background-color: #cadd5f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  line-height: 135%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan .plan_item h5.orange {
  background-color: #f5a037;
}
.plan .plan_item h5.lightBlue {
  background-color: #81cbce;
}
.plan .plan_item .price {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 40px 20px;
}
.plan .plan_item .plan_message {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  padding: 0 20px 30px 20px;
}
.plan .plan_item .plan_info {
  font-size: 14px;
  line-height: 150%;
  padding: 0 20px 50px 20px;
}

.fukidashi_wrap {
  display: flex;
  align-items: center;
  margin-top: 51px;
}
@media (max-width: 768px) {
  .fukidashi_wrap {
    flex-direction: column;
    margin-left: 0;
  }
}
.fukidashi_wrap .fukidashi {
  background-color: #f3f4f8;
  border-radius: 5px;
  text-align: left;
  font-size: 15px;
  padding: 37px 48px;
  font-weight: 900;
  line-height: 227%;
  margin-left: 56px;
  position: relative;
}
@media (max-width: 768px) {
  .fukidashi_wrap .fukidashi {
    margin-left: 0;
    margin-top: 43px;
    padding: 20px;
  }
}
.fukidashi_wrap .fukidashi::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 41px solid #f3f4f8;
  border-left: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -41px;
}
@media (max-width: 768px) {
  .fukidashi_wrap .fukidashi::before {
    right: 0;
    left: 0;
    top: -30px;
    bottom: auto;
    border-right: 29px solid transparent;
    border-left: 29px solid transparent;
    border-bottom: 60px solid #f3f4f8;
    border-top: 0;
  }
}

.img_video img {
  width: 281px;
}

#page_video .wrap {
  padding-bottom: 8px;
}

.page2026 .faq {
  padding-top: 259px;
}

.img_mapping img {
  width: 353px;
}

.img_work img {
  width: 353px;
}

.work_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .work_list {
    flex-direction: column;
  }
}

.work_item {
  width: 30.6%;
  margin-bottom: 55px;
}
.work_item a {
  transition: 0.3s;
}
.work_item a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .work_item {
    width: 100%;
  }
}

.work_item_img {
  width: 100%;
  aspect-ratio: 379/231;
}
.work_item_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.work_item_name {
  font-size: 23px;
  margin-top: 21px;
  word-break: break-all;
  line-height: 150%;
}

.work_item_blue {
  margin-top: 20px;
  color: #415098;
}

.work_item_comment {
  margin-top: 16px;
  line-height: 160%;
}

.work_text_item {
  font-size: 20px;
  margin-top: 20px;
  list-style: disc;
  margin-left: 26px;
  line-height: 150%;
}
.work_text_item .blue {
  font-size: 16px;
  color: #415098;
  display: inline-block;
  line-height: 150%;
}

.work_text + .work_text {
  margin-top: 60px;
}

.motion_video {
  margin-bottom: 122px;
  margin-top: 120px;
}
.motion_video a {
  max-width: 675px;
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}
.motion_video a:hover {
  opacity: 0.6;
}
.motion_video a img {
  width: 100%;
}

.motion_video_message {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 150%;
}
.motion_video_message + .motion_video_message {
  margin-top: 13px;
}

.motion_video_text {
  font-size: 14px;
  /* display: inline; */
  /* margin: 0 auto; */
  /* text-align: left; */
  max-width: 441px;
  margin: 18px auto;
  line-height: 184%;
}

/* フェード効果用 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; /* 背景の透明度 */
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
}

.mfp-iframe-holder .mfp-content {
  max-width: 1140px;
}

.new_window {
  width: 18px;
  margin-left: 2px;
}

.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 19px;
  max-width: 914px;
  margin: 19px auto;
}
@media (max-width: 768px) {
  .service_list {
    flex-direction: column;
    align-items: center;
  }
}
.service_list + .service_list {
  justify-content: center;
  margin: 86px auto 66px;
}

.service_item a {
  max-width: 353px;
  display: block;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .service_item a {
    max-width: 250px;
  }
}
.service_item a .cg {
  max-width: 312px;
  width: 100%;
}
.service_item a .video {
  max-width: 282px;
  width: 100%;
}
.service_item a .mapping {
  width: 100%;
}
.service_item a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .service_item:nth-of-type(2) {
    margin-top: 84px;
  }
}
.service_item:nth-of-type(3) {
  margin-top: 45px;
}

.viewmore-btn.black {
  border: 2px solid #000;
}

.service_item_name {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 22px;
  line-height: 183%;
}
@media (max-width: 768px) {
  .service_item_name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.viewmore {
  max-width: 280px;
  width: 100%;
  border: 1px solid #000;
  padding: 16px;
  border-radius: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .viewmore {
    padding: 14px;
    max-width: 250px;
  }
}
.viewmore img {
  max-width: 134px;
  width: 100%;
}
@media (max-width: 768px) {
  .viewmore img {
    max-width: 120px;
  }
}

table.formTable th {
  background-color: transparent;
}

#contact.page2026 .wrap {
  padding-top: 315px;
}

.page2026 #formWrap .contact-txt {
  margin-bottom: 34px;
  padding: 0 20px;
}
.page2026 .privacy-txt {
  padding: 0 20px;
}
.page2026 table.formTable th {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px 10px 20px 20px;
  border: 0;
}
.page2026 table.formTable th.baseline {
  vertical-align: baseline;
  padding: 24px 10px 20px 20px;
}
.page2026 table.formTable td input {
  height: 42px;
  width: 100%;
  padding: 0 11px;
  font-size: 15px;
  box-sizing: border-box;
}
.page2026 table.formTable td {
  padding: 22px 20px 22px 16px;
  border: 0;
}
@media (max-width: 768px) {
  .page2026 table.formTable td {
    padding: 0 20px 22px 16px;
  }
}
.page2026 .required {
  padding: 1px 4px;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 3px;
}
.page2026 table.formTable td select {
  height: 50px;
  width: 100%;
  padding: 0 11px;
  font-size: 15px;
}
.page2026 #formWrap {
  padding: 0;
}
.page2026 #formWrap textarea {
  width: 100%;
  height: 200px;
  padding: 13px 17px;
  font-size: 15px;
  box-sizing: border-box;
}
.page2026 #formWrap tr + tr {
  border-top: 1px solid #ccc;
}
.page2026 .contact-btn {
  background-color: #182772;
  max-width: 280px;
  width: 100%;
  height: 80px;
  font-size: 18px;
  letter-spacing: 2px;
  box-sizing: border-box;
}
.page2026 .contact-btn.block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page2026#contact .wrap {
  max-width: 920px;
}

.slide_In {
  opacity: 0;
  transition: all 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.slide_In.effect {
  animation-name: slideIn;
  transition: 0.3s;
}

@keyframes slideIn {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
#contact .new_window {
  width: 15px;
  margin-left: 4px;
  padding-bottom: 2px;
  margin-right: 2px;
}

.open #global-nav ul li img {
  width: auto !important;
  height: 57px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .open #global-nav ul li img {
    height: 42px;
  }
}

.page2026 table.formTable td {
  line-height: 150%;
}

.error-message {
  line-height: 150%;
  padding: 0 20px;
}

.contact-notice {
  padding: 0 20px;
  line-height: 150%;
}

.l-frame-link_right {
  margin-left: 31.2121212121vw;
  margin-top: 6.9696969697vw;
}
@media (max-width: 1240px) {
  .l-frame-link_right {
    margin-left: 24vw;
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .l-frame-link_right {
    margin: 29.9479166667vw auto 0 auto;
  }
}
.l-frame-link_right .l-img-ttl {
  left: inherit;
  right: -11.6161616162vw;
}
@media (max-width: 768px) {
  .l-frame-link_right .l-img-ttl {
    margin-top: -12.6262626263vw;
    right: 0;
    left: 0;
  }
}

.recruit {
  margin-left: 11.3636363636vw;
  margin-top: 6.9696969697vw;
}
@media (max-width: 1240px) {
  .recruit {
    margin-left: 130px;
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .recruit {
    margin: 29.9479166667vw auto 0 auto;
  }
}
.recruit .l-img-ttl {
  left: -11.6161616162vw;
}
@media (max-width: 768px) {
  .recruit .l-img-ttl {
    margin-top: -12.6262626263vw;
    right: 0;
    left: 0;
  }
}

.l-frame-link_service .l-img-ttl {
  width: 18.1818181818vw;
  top: -9.3434343434vw;
  left: -9.3434343434vw;
}
@media (max-width: 1240px) {
  .l-frame-link_service .l-img-ttl {
    width: 220px;
    top: -100x;
    left: -100px;
  }
}
@media (max-width: 768px) {
  .l-frame-link_service .l-img-ttl {
    width: 53.3854166667vw;
    top: -17.1875vw;
    left: 0;
    right: 1.3020833333vw;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .l-frame-link_service {
    margin: 0 auto 29.9479166667vw auto;
  }
}/*# sourceMappingURL=add.css.map */