@charset "UTF-8";
:root {
  --font-size-base:15px;
  --font-size-large:calc(var(--font-size-base) * 1.25);
  --font-size-small:calc(var(--font-size-base) * 0.875);
  --border-radius-common:5px;
}

.din-condensed {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter- {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 .tit_en {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: min(5.9523809524vw, 90px);
  font-style: normal;
  line-height: 1em; /* 100% */
  display: block;
}
@media screen and (max-width: 820px) {
  h2 .tit_en {
    font-size: 64px;
  }
}
h2 .tit_jp {
  font-family: inter;
  font-size: min(2.1164021164vw, 32px);
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-top: -0.4em;
}
@media screen and (max-width: 820px) {
  h2 .tit_jp {
    font-size: 20px;
  }
}

section {
  padding: min(5.291005291vw, 80px) 0;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  section {
    padding: 50px 0;
  }
}

#firstView {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: url("../images/bg_fv_image.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: min(8.5978835979vw, 130px) min(3.3068783069vw, 50px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  gap: min(3.9682539683vw, 60px);
  box-sizing: border-box;
}
#firstView .c_copy {
  color: #FFF;
  width: 100%;
}
#firstView .c_copy strong {
  color: #FFF;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#firstView .c_copy strong span {
  font-size: min(3.9682539683vw, 60px);
  display: inline;
}
@media screen and (max-width: 820px) {
  #firstView .c_copy strong span {
    display: block;
    font-size: 36px;
    padding: 0;
  }
  #firstView .c_copy strong span:last-child {
    text-indent: 1em;
  }
}
#firstView .c_copy > span {
  display: block;
  color: #FFF;
  font-family: "Inter";
  font-size: min(1.3227513228vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: min(1.9841269841vw, 30px) 0 0 min(2.3148148148vw, 35px);
}
@media screen and (max-width: 820px) {
  #firstView .c_copy > span {
    font-size: 15px;
  }
}
#firstView .p_link {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(1.3227513228vw, 20px);
  padding: 0 0 0 min(2.3148148148vw, 35px);
}
@media screen and (max-width: 820px) {
  #firstView .p_link {
    gap: 20px;
    padding: 0;
  }
}
#firstView .accordion ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(0.6613756614vw, 10px);
  height: min(19.8412698413vw, 300px);
}
@media screen and (max-width: 820px) {
  #firstView .accordion ul {
    height: 250px;
  }
}
#firstView .accordion ul li {
  width: calc((100% - min(31.746031746vw, 480px)) / 9 - min(0.6613756614vw, 10px));
  height: 100%;
  background: #A6A6A6;
  border-radius: var(--border-radius-common);
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 820px) {
  #firstView .accordion ul li {
    width: calc(4.4444444444% - min(0.6613756614vw, 10px));
  }
}
#firstView .accordion ul li figure {
  overflow: hidden;
  border-radius: var(--border-radius-common);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
#firstView .accordion ul li figure img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-common);
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  position: relative;
  z-index: 1;
}
#firstView .accordion ul li figure figcaption {
  display: none;
  width: 100%;
  padding: min(0.6613756614vw, 10px);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#firstView .accordion ul li.active {
  width: min(31.746031746vw, 480px);
}
@media screen and (max-width: 820px) {
  #firstView .accordion ul li.active {
    width: 60%;
  }
}
#firstView .accordion ul li.active figure img {
  transform: scale(1.1); /* 10%ズーム */
}
#firstView .accordion ul li.active figure figcaption {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #FFF;
}
#firstView .accordion ul li.active figure figcaption span {
  display: block;
}
#firstView .accordion ul li.active figure figcaption span.category_name {
  font-size: 12px;
}
#firstView .fv_footer {
  width: 100%;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: min(1.9841269841vw, 30px) 0;
}
@media screen and (max-width: 820px) {
  #firstView .fv_footer {
    padding: 30px 0;
  }
}
#firstView .fv_footer .ticker {
  width: 50%;
  height: min(3.3068783069vw, 50px);
  border-radius: 0 min(1.6534391534vw, 25px) min(1.6534391534vw, 25px) 0;
  background: #0085CE;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #firstView .fv_footer .ticker {
    width: calc(100% - 20px);
    height: 50px;
    border-radius: 0 25px 25px 0;
  }
}
#firstView .fv_footer .ticker ul {
  width: calc(100% - min(7.6058201058vw, 115px));
  padding: 0 0 0 min(3.3068783069vw, 50px);
}
@media screen and (max-width: 820px) {
  #firstView .fv_footer .ticker ul {
    width: calc(100% - 50px);
    height: 50px;
  }
}
#firstView .fv_footer .ticker ul li {
  font-size: min(0.9259259259vw, 14px);
  font-family: "LINE Seed JP_OTF";
  color: #FFF;
  line-height: min(3.3068783069vw, 50px);
  display: flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  gap: min(1.9841269841vw, 30px);
}
@media screen and (max-width: 820px) {
  #firstView .fv_footer .ticker ul li {
    font-size: 12px;
    line-height: 50px;
  }
}
#firstView .fv_footer .ticker ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#firstView .fv_footer .ticker ul li a:hover {
  text-decoration: underline;
  color: #FFBB00;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#aboutus {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: #F3F3F3;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#aboutus .f_inner .cnt {
  width: calc(50% - min(1.9841269841vw, 30px));
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.9841269841vw, 30px);
  order: 2;
}
@media screen and (max-width: 820px) {
  #aboutus .f_inner .cnt {
    width: 100%;
    height: calc(50vh - 50px);
    gap: 30px;
    order: 1;
  }
}
#aboutus .f_inner .cnt h2 .tit_en {
  color: #0085CE;
}
#aboutus .f_inner .cnt h2 .tit_jp {
  color: #333333;
}
#aboutus .f_inner .cnt p {
  font-family: Inter;
  font-size: min(0.9259259259vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
}
@media screen and (max-width: 820px) {
  #aboutus .f_inner .cnt p {
    font-size: 14px;
  }
}
#aboutus .f_inner .img {
  width: calc(50% - min(1.9841269841vw, 30px));
  aspect-ratio: 6/4;
  order: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  #aboutus .f_inner .img {
    width: 100%;
    height: calc(50vh - 50px);
    order: 2;
  }
}
#aboutus .f_inner .img picture {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 820px) {
  #aboutus .f_inner .img picture {
    height: auto;
  }
}
#aboutus .f_inner .img picture img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  #aboutus .f_inner .img picture img {
    height: auto;
  }
}
#aboutus .f_inner .img .wv_txt {
  position: absolute;
  top: max(-6.6137566138vw, -100px);
  left: min(1.9841269841vw, 30px);
  width: min(13.2275132275vw, 200px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  #aboutus .f_inner .img .wv_txt {
    top: 150px;
    left: 30px;
    width: 150px;
  }
}
#aboutus .f_inner .img .wv_txt img {
  width: min(2.6455026455vw, 40px);
  height: auto;
}
@media screen and (max-width: 820px) {
  #aboutus .f_inner .img .wv_txt img {
    width: 30px;
  }
}

#service {
  background: #0085CE;
  color: #FFF;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(3.9682539683vw, 60px);
}
@media screen and (max-width: 820px) {
  #service {
    gap: 30px;
  }
}
#service h2 .tit_en {
  color: rgba(255, 255, 255, 0.3);
}
#service .service_cnt {
  background: #0077B8;
  border-radius: 5px;
  width: calc(50% - min(1.9841269841vw, 30px));
  padding: min(2.6455026455vw, 40px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.9841269841vw, 30px);
}
@media screen and (max-width: 820px) {
  #service .service_cnt {
    width: 100%;
    padding: 30px;
    gap: 20px;
  }
}
#service .service_cnt h3 {
  padding: 0 0 0.7em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: Inter;
  font-size: min(1.5873015873vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 820px) {
  #service .service_cnt h3 {
    font-size: 20px;
  }
}
#service .service_cnt p {
  font-family: Inter;
  font-size: min(0.9259259259vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
}
@media screen and (max-width: 820px) {
  #service .service_cnt p {
    font-size: 14px;
  }
}
#service .service_cnt p.button {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#inquiry {
  background: url("../images/bg_inquery.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
#inquiry:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #0085CE;
  mix-blend-mode: soft-light;
  backdrop-filter: blur(2px);
}

#works {
  background: #0085CE;
  height: 100vh;
}
#works h2 .tit_en {
  color: rgba(255, 255, 255, 0.3);
}
#works h2 .tit_jp {
  color: #FFF;
}
#works .scroll_carousel {
  width: min(82.0105820106vw, 1240px);
  height: 100%;
  margin: auto;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  #works .scroll_carousel {
    width: 100%;
    padding: 0 30px;
  }
}
#works .scroll_carousel_wrap {
  display: flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  gap: min(0.6613756614vw, 10px);
}
@media screen and (max-width: 820px) {
  #works .scroll_carousel_wrap {
    gap: 20px;
  }
}
#works .scroll_carousel_cnt {
  width: min(26.455026455vw, 400px);
}
@media screen and (max-width: 820px) {
  #works .scroll_carousel_cnt {
    width: 80vw;
  }
}
#works .scroll_carousel_cnt figure {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (max-width: 820px) {
  #works .scroll_carousel_cnt figure {
    gap: 20px;
  }
}
#works .scroll_carousel_cnt figure figcaption {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(0.6613756614vw, 10px);
}
@media screen and (max-width: 820px) {
  #works .scroll_carousel_cnt figure figcaption {
    gap: 10px;
  }
}
#works .scroll_carousel_cnt .tags a {
  font-size: min(0.6613756614vw, 10px);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin: 0 1em 0 0;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #works .scroll_carousel_cnt .tags a {
    font-size: 10px;
  }
}
#works .scroll_carousel_cnt a.thumb {
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  height: min(26.455026455vw, 400px);
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  #works .scroll_carousel_cnt a.thumb {
    height: 100%;
  }
}
#works .scroll_carousel_cnt a.thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: contain;
  transform: scale(1.1);
}
#works .scroll_carousel_cnt a.project_name {
  color: #FFF;
  text-decoration: none;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(0.6613756614vw, 10px);
}
#works .scroll_carousel_cnt a.project_name > * {
  display: block;
  line-height: 1.5em;
}
#works .scroll_carousel_cnt a.project_name span {
  font-size: min(0.7936507937vw, 12px);
}
@media screen and (max-width: 820px) {
  #works .scroll_carousel_cnt a.project_name span {
    font-size: 12px;
  }
}

#media h2 .tit_en {
  color: #0085CE;
}
#media .media_wrap {
  width: 100%;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(1.9841269841vw, 30px) min(0.6613756614vw, 10px);
  padding: min(3.9682539683vw, 60px) 0 0;
}
@media screen and (max-width: 820px) {
  #media .media_wrap {
    gap: 30px;
    padding: 60px 0 0;
  }
}
#media .media_cnt {
  width: calc((100% - min(1.3227513228vw, 20px)) / 3);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (max-width: 820px) {
  #media .media_cnt {
    width: 100%;
    gap: 20px;
  }
}
#media .media_cnt figure {
  width: 100%;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px) 0;
  padding-bottom: min(1.3227513228vw, 20px);
  border-bottom: 1px solid #EFEFEF;
}
@media screen and (max-width: 820px) {
  #media .media_cnt figure {
    gap: 20px;
    padding-bottom: 20px;
  }
}
#media .media_cnt figure a {
  display: block;
  color: #0085CE;
  text-decoration: none;
}
#media .media_cnt figure a.thumb {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 5px;
  background: #EFEFEF;
}
#media .media_cnt figure a.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
}
#media .media_cnt figure a.tit {
  display: block;
  line-height: 1.5em;
}
#media .media_cnt figure figcaption {
  display: block;
}
#media .media_cnt .suppl {
  font-size: min(0.6613756614vw, 10px);
  color: #0085CE;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #media .media_cnt .suppl {
    font-size: 10px;
  }
}
#media .media_cnt .suppl .tags a {
  text-decoration: none;
  color: #63BAEA;
  display: inline-block;
}
#media .media_cnt .suppl .update {
  font-weight: 700;
}

.carousel {
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

.slide {
  flex: 0 0 auto;
  width: 25%;
  margin-right: 20px;
}

.slide:last-child {
  margin-right: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-calc(1280px)); /* 4枚分＋gap考慮 */
  }
}/*# sourceMappingURL=top.css.map */