@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

#preloadedImages {
  width: 0;
  height: 0;
  display: inline;
  /*background-image: url("../images/top/nav_1_in_on.png");
  background-image: url("../images/top/nav_1_on.jpg");
  background-image: url("../images/top/nav_2_in_on.png");
  background-image: url("../images/top/nav_2_on.jpg");*/
}

.grad-txt {
  background: linear-gradient(90deg, #0060c8, #00a3c3 36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}
@media screen and (max-width: 980px) {
  body {
    width: 100%;
    font-size: 3.4vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.anc {
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 980px) {
  .anc {
    margin-top: -18vw;
    padding-top: 18vw;
  }
}

a {
  color: #333;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

@media (max-width: 980px) {
  .image {
    display: none;
  }
}
.image.bk {
  display: block;
}
@media (max-width: 980px) {
  .image.bk {
    display: none;
  }
}

.image_s {
  display: none;
}
@media (max-width: 980px) {
  .image_s {
    display: inline;
  }
}
@media (max-width: 980px) {
  .image_s.bk {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

p {
  text-align: justify;
}

.block {
  display: block;
}
@media screen and (max-width: 980px) {
  .block {
    display: none;
  }
}

.block_s {
  display: none;
}
@media screen and (max-width: 980px) {
  .block_s {
    display: block;
  }
}

.inline {
  display: inline;
}
@media screen and (max-width: 980px) {
  .inline {
    display: none;
  }
}

.inline_s {
  display: none;
}
@media screen and (max-width: 980px) {
  .inline_s {
    display: inline;
  }
}

header {
  width: 100%;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  background-color: #fff;
  /* チェックボックスは非表示にする */
  /* ハンバーガーメニューアイコンのスタイル */
}
@media (max-width: 980px) {
  header {
    display: block;
    justify-content: initial;
  }
}
header .normal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 30px);
  height: 120px;
  box-sizing: border-box;
  padding: 0 calc(50% - 600px - 15px) 0;
}
@media (max-width: 980px) {
  header .normal {
    display: none;
  }
}
header .normal .logo {
  display: block;
  width: 174px;
}
header .device {
  display: none;
}
@media (max-width: 980px) {
  header .device {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    height: 18vw;
    box-sizing: border-box;
    padding: 0 4vw 0 6vw;
  }
}
header .device .logo {
  display: block;
  width: 30vw;
}
header .menu-toggle {
  display: none;
}
header .hamburger {
  display: block;
  width: 12vw;
  height: 12vw;
  border-radius: 6vw;
  background: white;
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 1001;
}
header .hamburger span {
  background: #00a3c3;
  display: block;
  position: absolute;
  left: 3vw;
  height: 2px;
  width: 6vw;
  border-radius: 1px;
  transition: 0.25s ease-in-out;
}
header .hamburger span:nth-child(1) {
  top: 4vw;
}
header .hamburger span:nth-child(2) {
  top: 6vw;
}
header .hamburger span:nth-child(3) {
  top: 8vw;
}
header .nav_s {
  width: 60vw;
  height: 100%;
  box-sizing: border-box;
  padding: 20vw 6vw 0;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  transform: translate(100vw);
}
header .nav_s ul {
  margin: 0 0 8vw;
}
header .nav_s ul li {
  margin: 0 0 5vw;
}
header .nav_s ul li:last-of-type {
  margin: 0;
}
header .nav_s ul li a .en {
  display: block;
  color: #00a3c3;
  font-family: "Barlow", sans-serif;
  font-size: 3vw;
  letter-spacing: 0.1vw;
  margin: 0 0 2vw;
}
header .nav_s ul li a .ja {
  display: block;
  font-size: 3.7vw;
  font-weight: bold;
  letter-spacing: 0.1vw;
}
header .nav_s .links a {
  display: block;
  margin: 0 0 2vw;
}
header .nav_s .links a:last-of-type {
  margin: 0;
}
header .menu-toggle:checked ~ .nav_s {
  transform: translate(40vw);
}
header .menu-toggle:checked ~ .hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(1vw, 1.5vw);
}
header .menu-toggle:checked ~ .hamburger span:nth-child(2) {
  opacity: 0;
}
header .menu-toggle:checked ~ .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(1vw, -1.5vw);
}

header .normal .global-items {
  width: 770px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 40px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
footer .primary-sec .global-items ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 980px) {
  footer .primary-sec .global-items ul li {
    margin: 0 8vw 8vw 0;
  }
}
@media (max-width: 980px) {
  footer .primary-sec .global-items ul li a {
    align-items: flex-start;
  }
}
footer .primary-sec .global-items ul li a .en {
  color: white;
}
@media (max-width: 980px) {
  footer .primary-sec .global-items ul li a .en {
    font-size: 3vw;
  }
}
footer .primary-sec .global-items ul li a .ja {
  color: white;
}
@media (max-width: 980px) {
  footer .primary-sec .global-items ul li a .ja {
    font-size: 3.7vw;
  }
}
.global-items ul {
  display: flex;
  justify-content: center;
}
.global-items ul li {
  margin: 0 20px 0;
}
.global-items ul li:first-child {
  margin: 0 20px 0 0;
}
.global-items ul li:last-child {
  margin: 0 0 0 20px;
}
.global-items ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s;
}
.global-items ul li a:hover .ja {
  color: #00a3c3;
}
.global-items ul li a .en {
  color: #00a3c3;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
.global-items ul li a .ja {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: color 0.3s;
}

footer {
  background: linear-gradient(45deg, #4cbfd5, #00a3c3);
  display: flex;
  justify-content: center;
  padding: 120px 0 120px;
  position: relative;
}
@media (max-width: 980px) {
  footer {
    padding: 15vw 0 15vw;
  }
}
footer .content {
  width: 800px;
}
@media (max-width: 980px) {
  footer .content {
    width: 88vw;
  }
}
footer .content .primary-sec {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 90px;
}
@media (max-width: 980px) {
  footer .content .primary-sec {
    display: block;
    justify-content: initial;
    align-items: initial;
    margin: 0 0 5vw;
  }
}
footer .content .primary-sec .logo {
  display: block;
  width: 174px;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
  border-right: 1px solid white;
}
@media (max-width: 980px) {
  footer .content .primary-sec .logo {
    width: 100%;
    padding: 0 0 7vw;
    margin: 0 0 7vw;
    border-right: none;
    border-bottom: 1px solid white;
  }
}
@media (max-width: 980px) {
  footer .content .primary-sec .logo img {
    width: 47vw;
  }
}
footer .content #about-sec .content .ttl {
  color: white;
  margin: 0 0 30px;
}
@media (max-width: 980px) {
  footer .content #about-sec .content .ttl {
    margin: 0 0 5vw;
  }
}
footer .content #about-sec .content .ttl .in_text .en {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 200;
  display: inline-block;
  margin: 0 20px 0 0;
}
@media (max-width: 980px) {
  footer .content #about-sec .content .ttl .in_text .en {
    font-size: 10vw;
    display: block;
    margin: 0 0 2vw;
  }
}
footer .content #about-sec .content .ttl .in_text .ja {
  font-size: 18px;
}
@media (max-width: 980px) {
  footer .content #about-sec .content .ttl .in_text .ja {
    font-size: 3.7vw;
  }
}
footer .content #about-sec .content .text {
  width: 740px;
  color: white;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 980px) {
  footer .content #about-sec .content .text {
    width: 100%;
    font-size: 3.4vw;
  }
}

#btn-top {
  display: none;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 999;
}
@media (max-width: 980px) {
  #btn-top {
    width: 12vw;
    right: 1.5vw;
    bottom: 15vw;
  }
}
#btn-top.footer-visible {
  position: absolute;
  bottom: 40px;
  right: 20px;
}
@media (max-width: 980px) {
  #btn-top.footer-visible {
    right: 1.5vw;
    bottom: 3vw;
  }
}

html {
  scroll-behavior: smooth;
}

.ft_line {
  margin-top: 0;
}

main {
  position: relative;
}
main .cv {
  background: #ebebeb;
  border-radius: 16px 0 0 16px;
  width: 220px;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 400px;
  z-index: 998;
}
@media (max-height: 900px) {
  main .cv {
    width: 220px;
    top: 320px;
  }
}
@media (max-height: 800px) {
  main .cv {
    width: 220px;
    top: 190px;
  }
}
@media (max-width: 980px) {
  main .cv {
    display: none;
  }
}
main .cv a {
  display: block;
  margin: 0 0 10px;
  transition: opacity 0.3s;
}
main .cv a:hover {
  opacity: 0.6;
}
main .cv a:last-of-type {
  margin: 0;
}
main .cv_s {
  display: none;
}
@media (max-width: 980px) {
  main .cv_s {
    display: block;
    width: 94vw;
    border-radius: 4vw;
    margin: 0 auto 15vw;
    box-sizing: border-box;
    padding: 6vw;
    background: #ebebeb;
  }
  main .cv_s a {
    display: block;
    margin: 0 0 3vw;
  }
  main .cv_s a:last-of-type {
    margin: 0;
  }
  .pages main .cv_s {
    margin: 15vw auto 0;
  }
}
main .ttl_sec .en {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 200;
  height: 100px;
}
@media (max-width: 980px) {
  main .ttl_sec .en {
    font-size: 15.4vw;
    height: 17.5vw;
  }
}
main .ttl_sec .ja {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1vw;
}
@media (max-width: 980px) {
  main .ttl_sec .ja {
    font-size: 3.7vw;
  }
}

#page_top #hero .container {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 45px;
}
@media (max-width: 980px) {
  #page_top #hero .container {
    width: 100%;
    padding-bottom: 7.5vw;
  }
}
#page_top #hero .container .content {
  width: 94%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#page_top #hero .container .content .screen {
  width: 80%;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0.7;
}
@media (max-width: 980px) {
  #page_top #hero .container .content .screen {
    width: 85vw;
    height: 138vw;
    border-radius: 10vw;
  }
}
#page_top #hero .container .content .screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_top #hero .container .content .box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
}
@media (max-width: 980px) {
  #page_top #hero .container .content .box {
    left: 0;
  }
}
#page_top #hero .container .content .box .title {
  width: 51%;
  margin: 0 0 3vw;
}
@media (max-width: 980px) {
  #page_top #hero .container .content .box .title {
    width: 76vw;
  }
}
#page_top #hero .container .content .box .lead {
  width: 52%;
}
@media (max-width: 980px) {
  #page_top #hero .container .content .box .lead {
    width: 80vw;
  }
}
#page_top #features-sec {
  padding: 45px 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 980px) {
  #page_top #features-sec {
    padding: 7.5vw 0 15vw;
  }
}
#page_top #features-sec .content {
  width: 1024px;
}
@media (max-width: 980px) {
  #page_top #features-sec .content {
    width: 88vw;
  }
}
#page_top #features-sec .content .ttl_sec {
  margin: 0 0 40px;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .ttl_sec {
    margin: 0 0 5vw;
  }
}
#page_top #features-sec .content .ttl_sec .en {
  font-size: 90px;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .ttl_sec .en {
    font-size: 15.4vw;
  }
}
#page_top #features-sec .content .in_content {
  width: 880px;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content {
    width: 100%;
  }
}
#page_top #features-sec .content .in_content .box {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 0 30px;
  background: #e5f6f9;
  position: relative;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box {
    margin: 0 0 5vw;
    border-radius: 5vw;
  }
}
#page_top #features-sec .content .in_content .box:last-of-type {
  margin: 0;
}
#page_top #features-sec .content .in_content .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b2e3ed;
  position: absolute;
  top: 0;
  right: -100%;
  transition: right 0.6s;
  z-index: 1;
}
#page_top #features-sec .content .in_content .box:hover::after {
  right: 0;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box:hover::after {
    right: -100%;
  }
}
#page_top #features-sec .content .in_content .box .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#page_top #features-sec .content .in_content .box .flex .fig {
  width: 300px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box .flex .fig {
    width: 28vw;
  }
}
#page_top #features-sec .content .in_content .box .flex .fig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_top #features-sec .content .in_content .box .flex .in_box {
  width: calc(100% - 300px);
  position: relative;
  padding: 40px 0 100px;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box .flex .in_box {
    width: calc(100% - 28vw);
    padding: 5vw 0 18vw;
  }
}
#page_top #features-sec .content .in_content .box .flex .in_box::after {
  content: "";
  display: block;
  width: 207px;
  height: 73px;
  background-image: url("btn_next.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box .flex .in_box::after {
    width: 35vw;
    height: 12vw;
    background-image: url("btn_next_s.svg");
    right: 3vw;
    bottom: 3vw;
  }
}
#page_top #features-sec .content .in_content .box .flex .in_box .label {
  color: #00a3c3;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 20px;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box .flex .in_box .label {
    font-size: 4vw;
    position: absolute;
    top: 0;
    left: 4vw;
  }
}
#page_top #features-sec .content .in_content .box .flex .in_box .label .num {
  display: inline-block;
  padding: 0 2px 8px;
  border-bottom: 1px solid #00a3c3;
  margin: 15px 0 15px 0;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box .flex .in_box .label .num {
    padding: 0 1vw 3vw;
    border-bottom: 1px solid #00a3c3;
    margin: 3vw 0 3vw 0;
  }
}
#page_top #features-sec .content .in_content .box .flex .in_box .label .num.adjust_1 {
  letter-spacing: 2px;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box .flex .in_box .label .num.adjust_1 {
    letter-spacing: 0.1vw;
  }
}
#page_top #features-sec .content .in_content .box .flex .in_box .label .txt {
  transform: rotate(90deg);
  transform-origin: left top;
  position: relative;
  left: 23px;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box .flex .in_box .label .txt {
    left: 5vw;
  }
}
#page_top #features-sec .content .in_content .box .flex .in_box .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 30px 0 70px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 980px) {
  #page_top #features-sec .content .in_content .box .flex .in_box .title {
    font-size: 4vw;
    margin: 0 6vw 0 14vw;
    -webkit-line-clamp: 5;
  }
}
#page_top #business-case-sec {
  padding: 130px 0 290px;
  background-image: url("business_case_bg.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  #page_top #business-case-sec {
    padding: 15vw 0 50vw;
    background-image: url("business_case_bg_s.jpg");
  }
}
#page_top #business-case-sec::after {
  content: "BUSINESS CASE";
  display: block;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 8vw;
  font-weight: 200;
  position: absolute;
  bottom: 130px;
  /*right: -5px;*/
  width: auto;
  opacity: 0.8;
}
@media (max-width: 980px) {
  #page_top #business-case-sec::after {
    content: "BUSINESS\a CASE";
    white-space: pre-wrap;
    font-size: 12.8vw;
    text-align: right;
    line-height: 1.1;
    right: 0;
    bottom: 10vw;
  }
}
#page_top #business-case-sec .content {
  width: 1024px;
}
@media (max-width: 980px) {
  #page_top #business-case-sec .content {
    width: 88vw;
  }
}
#page_top #business-case-sec .content .ttl {
  color: white;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05vw;
  margin: 0 0 70px;
}
@media (max-width: 980px) {
  #page_top #business-case-sec .content .ttl {
    font-size: 7vw;
    margin: 0 0 15vw;
  }
}
#page_top #business-case-sec .content .btn_wrap {
  display: flex;
  justify-content: center;
}
#page_top #business-case-sec .content .btn_wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 120px;
  border-radius: 60px;
  background: white;
}
@media (max-width: 980px) {
  #page_top #business-case-sec .content .btn_wrap .btn {
    width: 76vw;
    height: 16vw;
    border-radius: 8vw;
  }
}
#page_top #business-case-sec .content .btn_wrap .btn .in_text {
  color: #00a3c3;
  font-family: "Barlow", sans-serif;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0.4vw;
}
@media (max-width: 980px) {
  #page_top #business-case-sec .content .btn_wrap .btn .in_text {
    font-size: 7.2vw;
  }
}
#page_top #usage-example-sec {
  padding: 130px 0 100px;
  background: #ebebeb;
  display: flex;
  justify-content: center;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec {
    padding: 15vw 0 15vw;
  }
}
#page_top #usage-example-sec .content {
  width: 1024px;
  min-height: 800px;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 124px 0 0;
  position: relative;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content {
    width: 88vw;
    min-height: 140vw;
    padding: 0;
  }
}
#page_top #usage-example-sec .content .ttl_sec {
  display: flex;
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  left: 120px;
  top: 0;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .ttl_sec {
    left: 15vw;
  }
}
#page_top #usage-example-sec .content .ttl_sec .en {
  font-size: 70px;
  white-space: nowrap;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .ttl_sec .en {
    font-size: 12vw;
  }
}
#page_top #usage-example-sec .content .ttl_sec .ja {
  writing-mode: vertical-rl;
  text-orientation: upright;
  transform: rotate(-90deg);
  transform-origin: left top;
  margin: 0 0 0 40px;
  position: relative;
  top: 50px;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .ttl_sec .ja {
    margin: 0 0 0 8vw;
    position: relative;
    top: 9vw;
  }
}
#page_top #usage-example-sec .content .in_content {
  width: 750px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content {
    width: 70vw;
    display: block;
    justify-content: initial;
    flex-wrap: initial;
  }
}
#page_top #usage-example-sec .content .in_content .box {
  display: block;
  width: 360px;
  border-radius: 16px;
  background: white;
  overflow: hidden;
  margin: 0 0 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: opacity 0.3s;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content .box {
    width: 100%;
    border-radius: 4vw;
    margin: 0 0 3vw;
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.1);
  }
  #page_top #usage-example-sec .content .in_content .box:last-of-type {
    margin: 0;
  }
}
#page_top #usage-example-sec .content .in_content .box:hover {
  opacity: 0.6;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content .box:hover {
    opacity: 1;
  }
}
#page_top #usage-example-sec .content .in_content .box::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("icon_external.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content .box::after {
    width: 10vw;
    height: 10vw;
    right: 3vw;
    bottom: 3vw;
  }
}
#page_top #usage-example-sec .content .in_content .box .fig {
  position: relative;
}
#page_top #usage-example-sec .content .in_content .box .fig .grad-txt {
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  font-weight: 200;
  position: absolute;
  top: -9px;
  left: 16px;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content .box .fig .grad-txt {
    font-size: 12vw;
    top: -1vw;
  }
}
#page_top #usage-example-sec .content .in_content .box .fig .grad-txt.adjust_1 {
  letter-spacing: 10px;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content .box .fig .grad-txt.adjust_1 {
    letter-spacing: 1.5vw;
  }
}
#page_top #usage-example-sec .content .in_content .box .in_box {
  box-sizing: border-box;
  padding: 16px 30px 60px;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content .box .in_box {
    padding: 2vw 4vw 10vw;
  }
}
#page_top #usage-example-sec .content .in_content .box .in_box .label {
  margin: 0 0 16px;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content .box .in_box .label {
    margin: 0 0 3vw;
  }
}
#page_top #usage-example-sec .content .in_content .box .in_box .label .in_text {
  display: inline-flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  border-radius: 15px;
  border: 1px solid #00a3c3;
  color: #00a3c3;
  font-size: 16px;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content .box .in_box .label .in_text {
    height: 6vw;
    padding: 0 3vw;
    border-radius: 3vw;
    font-size: 3.6vw;
  }
}
#page_top #usage-example-sec .content .in_content .box .in_box .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 64px;
}
@media (max-width: 980px) {
  #page_top #usage-example-sec .content .in_content .box .in_box .ttl {
    font-size: 4vw;
    max-height: 13vw;
  }
}
#page_top #picup-sec {
  background-image: url("pickup_bg_left.png"), url("pickup_bg_right.png");
  background-size: 711px;
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  padding: 130px 0 90px;
}
@media (max-width: 980px) {
  #page_top #picup-sec {
    background-image: url("pickup_bg_left_s.png"), url("pickup_bg_right_s.png");
    background-size: 100%;
    background-position: left top, left bottom;
    padding: 15vw 0 15vw;
  }
}
#page_top #picup-sec .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page_top #picup-sec .content .ttl_sec {
  width: 1024px;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 980px) {
  #page_top #picup-sec .content .ttl_sec {
    width: 88vw;
    margin: 0 0 15vw;
  }
}
@media (max-width: 980px) {
  #page_top #picup-sec .content .ttl_sec .en {
    font-size: 14.1vw;
  }
}
#page_top #picup-sec .content .bx-wrapper {
  max-width: 100% !important;
  box-shadow: none !important;
  border: none !important;
}
#page_top #picup-sec .content .bx-wrapper .slider {
  position: relative;
  left: -12.5vw !important;
}
@media (max-width: 980px) {
  #page_top #picup-sec .content .bx-wrapper .slider {
    left: 9vw !important;
  }
}
#page_top #picup-sec .content .bx-wrapper .slider .item {
  width: 23vw !important;
  margin: 0 1vw !important;
  border-radius: 2vw;
  overflow: hidden;
  background: linear-gradient(90deg, #999, #858585 30%);
  transition: opacity 0.3s;
}
@media (max-width: 980px) {
  #page_top #picup-sec .content .bx-wrapper .slider .item {
    width: 76vw !important;
    margin: 0 3vw !important;
  }
}
#page_top #picup-sec .content .bx-wrapper .slider .item:hover {
  opacity: 0.6;
}
@media (max-width: 980px) {
  #page_top #picup-sec .content .bx-wrapper .slider .item:hover {
    opacity: 1;
  }
}
#page_top #picup-sec .content .bx-wrapper .slider .item .in_item {
  color: white;
  padding: 2vw 2vw 5vw;
  position: relative;
}
@media (max-width: 980px) {
  #page_top #picup-sec .content .bx-wrapper .slider .item .in_item {
    padding: 5vw 5vw 10vw;
  }
}
#page_top #picup-sec .content .bx-wrapper .slider .item .in_item .text {
  font-size: 1.2vw;
  line-height: 1.5;
  height: 3.6vw;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 980px) {
  #page_top #picup-sec .content .bx-wrapper .slider .item .in_item .text {
    font-size: 4.4vw;
    height: 13.2vw;
  }
}
#page_top #picup-sec .content .bx-wrapper .slider .item .in_item::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("icon_external.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
}
@media (max-width: 980px) {
  #page_top #picup-sec .content .bx-wrapper .slider .item .in_item::after {
    width: 10vw;
    height: 10vw;
    right: 3vw;
    bottom: 3vw;
  }
}

.pages .ttl_page {
  padding: 20px calc(50vw - 512px) 0;
  margin: 0 0 30px;
}
@media (max-width: 980px) {
  .pages .ttl_page {
    padding: 5vw 6vw 0;
    margin: 0 0 6vw;
  }
}
.pages .ttl_page .en {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 200;
  height: 60px;
}
@media (max-width: 980px) {
  .pages .ttl_page .en {
    font-size: 13.6vw;
    height: 14vw;
  }
}
.pages .ttl_page .ja {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1vw;
}
@media (max-width: 980px) {
  .pages .ttl_page .ja {
    font-size: 4.7vw;
  }
}
.pages .primary-sec {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pages .primary-sec .content {
  width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 50px;
  border: 1px solid #ebebeb;
  border-radius: 30px;
}
@media (max-width: 980px) {
  .pages .primary-sec .content {
    width: 88vw;
    padding: 6vw;
  }
}
.pages .primary-sec .content .info {
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 980px) {
  .pages .primary-sec .content .info {
    margin: 0 0 7vw;
  }
}
.pages .primary-sec .content .info .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (max-width: 980px) {
  .pages .primary-sec .content .info .ttl {
    font-size: 5vw;
    margin: 0 0 5vw;
  }
}
.pages .primary-sec .content .info .date {
  color: #00a3c3;
  font-size: 16px;
}
@media (max-width: 980px) {
  .pages .primary-sec .content .info .date {
    font-size: 3.6vw;
  }
}
.pages .primary-sec .content #feature-video-screen {
  position: relative;
  width: 80%;
  padding-top: 45%; /* 16:9のアスペクト比 */
  height: 0;
}
.pages .primary-sec .content #feature-video-screen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .pages .primary-sec .content #feature-video-screen {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
  }
  .pages .primary-sec .content #feature-video-screen iframe {
    width: 100%;
    height: 100%;
  }
}
.pages .main-sec {
  width: 100%;
  position: relative;
  padding: 70px 0 120px;
}
@media (max-width: 980px) {
  .pages .main-sec {
    padding: 15vw 0 15vw;
  }
}
.pages .main-sec .content {
  width: calc(50vw - 512px + 880px);
  background: #f5f5f5;
  border-radius: 0 30px 30px 0;
  box-sizing: border-box;
  padding: 90px 60px 90px calc(50vw - 512px);
}
@media (max-width: 980px) {
  .pages .main-sec .content {
    width: 96vw;
    border-radius: 0 5vw 5vw 0;
    padding: 10vw 6vw 10vw;
  }
}
.pages .main-sec .content .box {
  border-bottom: 1px solid #c2c2c2;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
@media (max-width: 980px) {
  .pages .main-sec .content .box {
    padding: 0 0 5vw;
    margin: 0 0 5vw;
  }
}
.pages .main-sec .content .box:last-of-type {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.pages .main-sec .content .box .title {
  margin: 0 0 20px;
  text-align: justify;
}
@media (max-width: 980px) {
  .pages .main-sec .content .box .title {
    margin: 0 0 5vw;
  }
}
.pages .main-sec .content .box .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 980px) {
  .pages .main-sec .content .box .flex {
    display: block;
    flex-direction: initial;
  }
}
.pages .main-sec .content .box .flex .text {
  width: 400px;
}
@media (max-width: 980px) {
  .pages .main-sec .content .box .flex .text {
    width: 100%;
  }
}
.pages .main-sec .content .box .title {
  color: #00a3c3;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 980px) {
  .pages .main-sec .content .box .title {
    font-size: 4.5vw;
    margin: 0 0 5vw;
  }
}
.pages .main-sec .content .box .fig {
  width: 400px;
}
@media (max-width: 980px) {
  .pages .main-sec .content .box .fig {
    width: 100%;
    margin: 7vw 0 0;
  }
}
.pages .main-sec .content .box .fig figcaption {
  line-height: 1.5;
}
.pages .main-sec .content .box .text {
  font-size: 17px;
  line-height: 1.7;
  overflow: hidden;
  text-align: justify;
}
@media (max-width: 980px) {
  .pages .main-sec .content .box .text {
    font-size: 4.5vw;
  }
}
.pages .main-sec .content .box .text figure.float_left {
  display: inline-block;
  float: left;
  margin: 10px 20px 0 0;
}
.pages .main-sec .content .box .text figure.float_right {
  display: inline-block;
  float: right;
  margin: 10px 0 0 20px;
}
.pages .main-sec .content .box .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
@media (max-width: 980px) {
  .pages .main-sec .content .box .gallery {
    display: block;
    flex-wrap: initial;
    justify-content: initial;
    margin: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
