@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
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: 62.5%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.75;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif, "Roboto";
  font-weight: 500;
}

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

nav 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;
  word-break: break-all;
}

/* 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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* img {
  display: block;
  width: 100%;
} */

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 上付き文字 */
sup {
  vertical-align: super;
  font-size: small;
}

.l-header {
  width: 100%;
  margin: 0 auto 0px;
}
.l-header .header-content {
  width: 100%;
}
@media (max-width: 767px) {
  .l-header .header-content {
    width: 100%;
  }
}
.l-header .l-header__logo {
  width: 140px;
  margin: 33px auto 31.3px 40px;
}
@media (max-width: 767px) {
  .l-header .l-header__logo {
    margin: 21px auto 20px 0px;
  }
}
.l-header .l-header__g-nav {
  display: flex;
}
@media (max-width: 767px) {
  .l-header .l-header__g-nav {
    display: none;
  }
}
.l-header .l-header__g-nav.active {
  display: block;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 17px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2f84c3;
  border-radius: 4px;
}

.menu-trigger.active span {
  background-color: #2f84c3;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(45deg);
}

.un-container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .un-container {
    width: 100%;
    padding: 0 4%;
  }
}

.un-section + .un-section {
  margin: 64px 0 0;
}
@media (max-width: 767px) {
  .un-section + .un-section {
    margin: 48px 0 0;
  }
}

.un-text {
  margin: 32px 0 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .un-text {
    margin: 20px 0 0;
  }
}
.un-text:first-child {
  margin-top: 0;
}

.un-head-4 + .un-text {
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .un-head-4 + .un-text {
    margin: 12px 0 0;
  }
}

.un-head-2 {
  margin: 0 0 32px;
  font-size: 4rem;
  line-height: 1.7em;
  color: #333;
}
@media (max-width: 767px) {
  .un-head-2 {
    margin: 0 0 20px;
    font-size: 2.8rem;
    color: #333;
  }
}

.un-head-3 {
  margin: 48px 0 32px;
  padding: 6px 16px;
  font-size: 2rem;
  background: #F4F4F4;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .un-head-3 {
    margin: 32px 0 24px;
  }
}
.un-head-3:first-child {
  margin-top: 0;
}

.un-head-4 {
  margin: 40px 0 16px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .un-head-4 {
    margin: 24px 0 0;
  }
}
.un-head-4:first-child {
  margin-top: 0;
}

.un-list {
  margin: 32px 0 32px 24px;
}
.un-list li {
  font-size: 1.6rem;
}
.un-list:first-child {
  margin-top: 0;
}
.un-list:last-child {
  margin-bottom: 0;
}

.un-ul,
.un-ol {
  margin: 32px 0;
  padding: 0 0 0 32px;
}
.un-ul li,
.un-ol li {
  font-size: 1.6rem;
}
.un-ul:first-child,
.un-ol:first-child {
  margin-top: 0;
}
.un-ul:last-child,
.un-ol:last-child {
  margin-bottom: 0;
}

.c-btn {
  position: relative;
  display: block;
  width: 360px;
  margin: 32px auto 0;
  padding: 23px 0px;
  font-size: 2rem;
  line-height: 1.7em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #03eab3;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .c-btn {
    width: 90%;
  }
}
.c-btn:hover {
  background: #fff;
  color: #03eab3;
}
.c-btn span {
  position: relative;
}
.c-btn span:after {
  content: "";
  display: inline-block;
  margin: 0 0 1px 12px;
  width: 6px;
  height: 10px;
  background-image: url(/assets/img/ico/ico_arrow_white.svg);
  background-size: cover;
}
.c-btn--wide {
  max-width: 100%;
}
.c-btn:first-child {
  margin-top: 0;
}

.c-btn__white {
  color: #03eab3;
  background: #fff;
  padding: 17px 0px;
  border: 1px solid white;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-btn__white {
    width: 90%;
  }
}
.c-btn__white:hover {
  background: #03eab3;
  color: #fff;
}
.c-btn__white span {
  position: relative;
}
.c-btn__white span:after {
  content: "";
  display: inline-block;
  margin: 0 0 1px 12px;
  width: 6px;
  height: 10px;
  background-image: url(/assets/img/ico/ico_arrow_white.svg);
  background-size: cover;
}
.c-btn__white--wide {
  max-width: 100%;
}
.c-btn__white:first-child {
  margin-top: 0;
}

.c-btn__blue {
  background: #333;
  color: #ffffff;
  padding: 17px 0px;
  border: 1px solid #333;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-btn__blue {
    width: 90%;
  }
}
.c-btn__blue:hover {
  color: #333;
  background: #fff;
}
.c-btn__blue span {
  position: relative;
}
.c-btn__blue span:after {
  content: "";
  display: inline-block;
  margin: 0 0 1px 12px;
  width: 6px;
  height: 10px;
  background-image: url(assets/img/ico/ico_arrow_white.svg);
  background-size: cover;
}
.c-btn__blue--wide {
  max-width: 100%;
}
.c-btn__blue:first-child {
  margin-top: 0;
}

.c-btn-text {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-btn-text a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
}
.c-btn-text a span:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(/assets/img/ico/ico_arrow_blue.svg);
  background-size: cover;
}
.c-btn-text a span:hover {
  text-decoration: underline;
}

.c-btn-pdf {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-btn-pdf {
    margin: 28px 0 0;
  }
}
.c-btn-pdf a {
  text-decoration: none;
}
.c-btn-pdf a .c-btn-pdf__ico {
  display: inline-block;
  width: 20px;
  margin: 0px 8px -6px 0px;
}
.c-btn-pdf a:hover {
  text-decoration: underline;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
}
.c-flex:first-child {
  margin-top: 0;
}
.c-flex:last-child {
  margin-bottom: 0;
}

.c-flex--max2 {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .c-flex--max2 {
    margin-left: 0;
  }
}
.c-flex--max2 .c-flex__item {
  margin-top: 56px;
  width: calc(50% - 40px);
  margin-left: 40px;
}
@media (max-width: 767px) {
  .c-flex--max2 .c-flex__item {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.c-flex--max2 .c-flex__item:nth-child(-n+2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-flex--max2 .c-flex__item:nth-child(-n+2) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-flex--max2 .c-flex__item:nth-child(-n+1) {
    margin-top: 0;
  }
}

.c-flex--max3 {
  margin-left: -30px;
}
@media (max-width: 767px) {
  .c-flex--max3 {
    margin-left: 0;
  }
}
.c-flex--max3 .c-flex__item {
  margin-top: 56px;
  width: calc(33.3333% - 30px);
  margin-left: 30px;
}
@media (max-width: 767px) {
  .c-flex--max3 .c-flex__item {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }
}
.c-flex--max3 .c-flex__item:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-flex--max3 .c-flex__item:nth-child(-n+3) {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .c-flex--max3 .c-flex__item:nth-child(-n+1) {
    margin-top: 0;
  }
}

.c-flex--max4 {
  margin-left: -24px;
}
@media (max-width: 767px) {
  .c-flex--max4 {
    margin-left: -12px;
  }
}
.c-flex--max4 .c-flex__item {
  margin-top: 56px;
  width: calc(25% - 24px);
  margin-left: 24px;
}
@media (max-width: 767px) {
  .c-flex--max4 .c-flex__item {
    margin-top: 24px;
    width: calc(50% - 12px);
    margin-left: 12px;
  }
}
.c-flex--max4 .c-flex__item:nth-child(-n+4) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-flex--max4 .c-flex__item:nth-child(-n+4) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .c-flex--max4 .c-flex__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.c-img-center {
  max-width: 100%;
  margin: 32px auto 0;
}
@media (max-width: 767px) {
  .c-img-center {
    margin: 28px auto 0;
  }
}
.c-img-center .c-img-center__img {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-img-center .c-img-center__img {
    display: block;
  }
}
.c-img-center .c-img-center__img img {
  width: auto;
}
@media (max-width: 767px) {
  .c-img-center .c-img-center__img img {
    width: 100%;
  }
}
.c-img-center:first-child {
  margin-top: 0;
}

.c-img-caption {
  margin: 12px 0 0;
  font-size: 1.4rem;
  text-align: center;
}

.c-img-movie iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .c-img-movie iframe {
    height: 200px;
  }
}

.c-imgbox {
  margin: 32px 0;
}
.c-imgbox .c-imgbox__right {
  float: right;
  width: 410px;
  margin: 0 0 40px 40px;
}
@media (max-width: 767px) {
  .c-imgbox .c-imgbox__right {
    width: 100%;
    margin: 0 0 24px;
  }
}
.c-imgbox .c-imgbox__left {
  float: left;
  width: 410px;
  margin: 0 40px 40px 0;
}
@media (max-width: 767px) {
  .c-imgbox .c-imgbox__left {
    width: 100%;
    margin: 0 0 24px;
  }
}
.c-imgbox:first-child {
  margin-top: 0;
}

.c-table {
  width: 100%;
  margin: 32px 0;
}
.c-table th {
  width: 280px;
  font-weight: bold;
  text-align: left;
  background: #FAFAFA;
}
.c-table th, .c-table td {
  padding: 24px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.c-table tr td:nth-child(1) {
  width: 336px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-table tr td:nth-child(1) {
    width: 336px;
  }
}
.c-table th:nth-child(1) {
  width: 336px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-table th:nth-child(1) {
    width: 336px;
  }
}
.c-table:first-child {
  margin-top: 0;
}
.c-table:last-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-table--wide th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .c-table--wide td {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .c-table--wide th, .c-table--wide td {
    display: table-cell;
    border-right: 1px solid #E6E6E6;
  }
}

.c-table--side th, .c-table--side td {
  width: auto;
}

.c-table-scroll {
  margin: 32px 0;
}
@media (max-width: 767px) {
  .c-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .c-table-scroll .c-table {
    min-width: 640px;
  }
}
@media (max-width: 767px) {
  .c-table-scroll .c-table th, .c-table-scroll .c-table td {
    display: table-cell;
    width: auto;
    border-right: 1px solid #E6E6E6;
  }
}
.c-table-scroll:first-child {
  margin-top: 0;
}

.kv__video {
  display: block;
}
@media (max-width: 767px) {
  .kv__video {
    width: 100%;
    min-width: auto;
  }
}
.kv__video .un-container {
  height: 100%;
  width: 100%;
  min-width: 1200px;
}
@media (max-width: 767px) {
  .kv__video .un-container {
    padding: 0px 0px;
    min-width: auto;
  }
}
.kv__video .kv__video--wrap {
  position: relative;
  width: 100%;
  height: 740px;
}
@media (max-width: 767px) {
  .kv__video .kv__video--wrap {
    height: auto;
    padding-bottom: 0px;
    padding-bottom: 48px;
  }
}
.kv__video .kv__video--wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.kv__video .kv__title-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px 40px 0px 40px;
  padding-top: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .kv__video .kv__title-wrap {
    margin: 0px 4% 0px 4%;
    padding-top: 10px;
  }
}
.kv__video .kv__title-wrap .kv__tilte--text-wrap {
  text-align: right;
  line-height: 1em;
}
.kv__video .kv__title-wrap h1 {
  text-align: right;
  line-height: 1.7em;
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .kv__video .kv__title-wrap h1 {
    text-align: right;
    font-size: 1.7rem;
    position: absolute;
    right: 30px;
    bottom: 140px;
  }
}
.kv__video .kv__title-wrap h1 span {
  display: inline-block;
  background-color: rgba(3,234,179,0.8);
  padding: 6px 20px;
}
.kv__video .kv__title-wrap h1 span:first-child {
  margin: 0 0 20px;
}
.kv__video .kv__title-wrap .kv__text {
  padding: 6px 20px;
  line-height: 1.7em;
  color: #03eab3;
  font-size: 4rem;
  background-color: white;
  font-weight: bold;
}
@media (max-width: 767px) {
  .kv__video .kv__title-wrap .kv__text {
    text-align: left;
    margin-top: 20px;
    font-size: 1.35rem;
  }
}
.kv__video .kv__title-wrap .kv__text--bottom {
  margin: 20px 0px 0px auto;
  width: 358px;
  text-align: right;
}
@media (max-width: 767px) {
  .kv__video .kv__title-wrap .kv__text--bottom {
    margin: 12.5px 0px 0px auto;
    width: auto;
  }
}
.kv__video .kv__title-wrap img {
  width: 300px;
}
@media (max-width: 767px) {
  .kv__video .kv__title-wrap img {
    width: 150px;
    height: auto;
  }
}
.kv__video .c-btn {
  position: absolute;
  margin-top: 396px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .kv__video .c-btn {
    margin-top: 0px;
    position: static;
    margin-top: 30px;
    left: none;
    transform: none;
    padding: 15px 0px;
  }
}

.three__point {
  background-color: #03eab3;
  width: 100%;
  min-width: 1200px;
}
@media (max-width: 767px) {
  .three__point {
    width: 100%;
    min-width: auto;
  }
}
.three__point .un-container {
  padding: 106px 0px 120px;
}
@media (max-width: 767px) {
  .three__point .un-container {
    padding: 66.25px 4% 75px;
  }
}
.three__point h2 {
  margin-bottom: 66px;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .three__point h2 {
    margin-bottom: 41.25px;
  }
}
.three__point .three__point--flex .three__point--flex-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 57px;
}
@media (max-width: 767px) {
  .three__point .three__point--flex .three__point--flex-item {
    margin-top: 35.625px;
  }
}
@media (max-width: 767px) {
  .three__point .three__point--flex .three__point--flex-item .flex__item--icon {
    margin: 0 auto;
  }
}
.three__point .three__point--flex .three__point--flex-item .flex__item--icon img {
  width: 120px;
}
.three__point .three__point--flex .three__point--flex-item .flex__item--icon .un-text {
  color: #333;
  margin-top: 9px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7em;
  font-weight: bold;
}
.three__point .three__point--flex .three__point--flex-item .flex__item--icon .un-text .text_strong {
  font-size: 18px;
}
@media (max-width: 767px) {
  .three__point .three__point--flex .three__point--flex-item .flex__item--icon .un-text {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
.three__point .three__point--flex .three__point--flex-item .flex__item--text {
  width: 1016px;
  margin: 0px 0px 0px 64px;
  font-size: 2rem;
  line-height: 1.7em;
  color: #333;
}
@media (max-width: 767px) {
  .three__point .three__point--flex .three__point--flex-item .flex__item--text {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
}

.security .un-container {
  margin: 106px auto 115px;
}
@media (max-width: 767px) {
  .security .un-container {
    margin: 66.3px auto 71.9px;
  }
}
.security h2 {
  text-align: center;
  color: #03eab3;
}
.security .c-flex--max3 {
  margin-left: -45px;
  margin-top: 57.5px;
}
@media (max-width: 767px) {
  .security .c-flex--max3 {
    margin-left: 0;
    margin-top: 36px;
  }
}
.security .c-flex--max3 .c-flex__item {
  margin-top: 56px;
  width: calc(33.3333% - 45px);
  margin-left: 45px;
}
@media (max-width: 767px) {
  .security .c-flex--max3 .c-flex__item {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }
}
.security .c-flex--max3 .c-flex__item .security__flex--text-wrap {
  display: flex;
  align-items: center;
}
.security .c-flex--max3 .c-flex__item .security__number {
  font-size: 2.4rem;
  line-height: 1.3em;
  color: #03eab3;
  font-weight: bold;
  font-family: "Roboto";
  float: left;
}
.security .c-flex--max3 .c-flex__item .security__title {
  font-size: 2.4rem;
  line-height: 1.7em;
  color: #333;
  font-weight: bold;
  margin-left: 16px;
}
.security .c-flex--max3 .c-flex__item .un-text {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .security .c-flex--max3 .c-flex__item .un-text {
    margin-top: 6px;
  }
}
.security .c-flex--max3 .c-flex__item:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .security .c-flex--max3 .c-flex__item:nth-child(-n+3) {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .security .c-flex--max3 .c-flex__item:nth-child(-n+1) {
    margin-top: 0;
  }
}

.automation {
  background-color: #03eab3;
}
.automation .un-container {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .automation .un-container {
    padding: 50px 4%;
  }
}
.automation .automation__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.automation .automation__flex .c-flex__item--explain {
  width: 530px;
  color: #333;
}
@media (max-width: 767px) {
  .automation .automation__flex .c-flex__item--explain {
    width: 100%;
  }
}
.automation .automation__flex .c-flex__item--explain .automation__flex--title {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.7em;
  color: #333;
  font-weight: bold;
  margin-top: 57.5px;
}
@media (max-width: 767px) {
  .automation .automation__flex .c-flex__item--explain .automation__flex--title {
    margin-top: 36px;
  }
}
.automation .automation__flex .c-flex__item--explain .automation__flex--title:after {
  border-top: 2px solid;
  margin-left: 20px;
  content: "";
  flex-grow: 1;
}
.automation .automation__flex .c-flex__item--explain .un-text {
  margin: 8px 0px 0px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .automation .automation__flex .c-flex__item--explain .un-text {
    margin: 4px 0px 0px;
    font-size: 1.6rem;
  }
}
.automation .automation__flex .c-flex__item--image img {
  width: 580px;
  margin-left: 90px;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .automation .automation__flex .c-flex__item--image img {
    width: 90%;
    margin: 30px auto 0px;
  }
}

.api-cooperation h2 {
  color: #03eab3;
}
.api-cooperation .un-container {
  text-align: center;
  margin: 120px auto 120px auto;
}
@media (max-width: 767px) {
  .api-cooperation .un-container {
    margin: 75px auto 75px;
  }
}
.api-cooperation .api-cooperation__usage-image {
  padding: 40px 0px 80px;
  margin: 55px 0px 80px;
  background-color: #e6f2ec;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image {
    padding: 25px 0px 50px;
    margin: 35px 0px 50px;
  }
}
.api-cooperation .api-cooperation__usage-image .api__text {
  margin-left: 40px;
  font-size: 2rem;
  line-height: 1.7em;
  width: 119px;
  font-weight: bold;
  padding-bottom: 3px;
  color: #03eab3;
  border-bottom: 1px solid #03eab3;
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 68px;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex {
    margin-top: 43px;
  }
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--translate-memory img {
  width: 160px;
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--translate-memory-text {
  margin-left: 36px;
  align-items: center;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--translate-memory-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0px 0px;
    width: 100%;
  }
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--translate-memory-text p {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 10px;
  color: #03eab3;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--translate-memory-text p {
    margin-bottom: 0px;
  }
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--translate-memory-text img {
  width: 59.6px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--translate-memory-text img {
    transform: rotate(90deg);
    margin: 0px;
  }
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--note {
  margin-left: 38px;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--note {
    margin: 20px 0px 0px 0px;
    width: 100%;
  }
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--note img {
  width: 229px;
  margin: 0 auto;
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--mirai-translator-text {
  margin: 148px 0px 0px 36px;
  align-items: center;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--mirai-translator-text {
    margin: 20px 0px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--mirai-translator-text p {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
  margin-top: 15px;
  color: #de4266;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--mirai-translator-text p {
    margin-top: 0px;
  }
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--mirai-translator-text img {
  width: 59.6px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--mirai-translator-text img {
    transform: rotate(90deg);
    margin: 0px;
  }
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--mirai-translator {
  margin: 61px 0px 0px 36px;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--mirai-translator {
    margin: 20px 0px 0px 0px;
  }
}
.api-cooperation .api-cooperation__usage-image .api-cooperation__usage-image--flex .api-cooperation__usage-image--flex--mirai-translator img {
  width: 240px;
}
.api-cooperation .api-cooperation__usage-image .api__explanation {
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.7em;
  font-weight: bold;
  margin-top: 55.5px;
}
@media (max-width: 767px) {
  .api-cooperation .api-cooperation__usage-image .api__explanation {
    margin-top: 35px;
  }
}
.api-cooperation .api-cooperation__usage-image .api__explanation span {
  color: #03eab3;
}

.shared-project {
  background-color: #e6f2ec;
  width: 100%;
  min-width: 1200px;
}
@media (max-width: 767px) {
  .shared-project {
    width: 100%;
    min-width: auto;
  }
}
.shared-project .un-container {
  padding: 106px 0px 120px;
}
@media (max-width: 767px) {
  .shared-project .un-container {
    padding: 66.25px 4% 75px;
  }
}
.shared-project .un-container h2 {
  color: #03eab3;
  text-align: center;
}
.shared-project .un-container p {
  text-align: center;
}
.shared-project .un-container .shared-project__baloon-wrap {
  margin-top: 59px;
}
@media (max-width: 767px) {
  .shared-project .un-container .shared-project__baloon-wrap {
    margin-top: 37px;
  }
}
.shared-project .un-container .shared-project__baloon--blue {
  position: relative;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.7em;
  font-weight: bold;
  color: #333;
  background-color: #7adeb4;
  padding: 19.5px 0px;
  margin: 0 auto;
  width: 800px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .shared-project .un-container .shared-project__baloon--blue {
    width: 90%;
  }
}
.shared-project .un-container .shared-project__baloon--blue::after {
  content: "";
  /* background-image: url(../img/ico/ico_arrow_bottom_gray_01.svg); */
  /* background-size: cover; */
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -15px;
  /* transform: translateX(-50%);
  width: 24px;
  height: 8px; */
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #7adeb4;
}
.shared-project .un-container .shared-project__baloon--white {
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.7em;
  font-weight: bold;
  color: #03eab3;
  background-color: white;
  padding: 16.5px 0px;
  margin: 20px auto 0px;
  width: 800px;
  border-radius: 16px;
  border: 3px solid #03eab3;
}
.shared-project .un-container .shared-project__baloon--white span {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .shared-project .un-container .shared-project__baloon--white {
    width: 90%;
    margin-top: 12.5px;
  }
}
.shared-project .un-container .c-btn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .shared-project .un-container .c-btn {
    margin-top: 50px;
  }
}

.price-table .un-container .un-text .text_strong {
  font-weight: bold;
}

.price-table .un-container {
  margin: 120px auto;
}
@media (max-width: 767px) {
  .price-table .un-container {
    margin: 75px auto;
  }
}
.price-table .un-container h2 {
  color: #03eab3;
  text-align: center;
}
.price-table .un-container .c-table-scroll__price {
  border-top: 1px solid #f4f4f4;
  margin: 32px 0;
}
@media (max-width: 767px) {
  .price-table .un-container .c-table-scroll__price {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .price-table .un-container .c-table-scroll__price .c-table {
    min-width: 1200px;
  }
}
.price-table .un-container .c-table-scroll__price .c-table th,
.price-table .un-container .c-table-scroll__price .c-table td {
  border-right: 8px solid white;
  text-align: center;
  padding: 14.5px;
  width: 280px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .price-table .un-container .c-table-scroll__price .c-table th,
.price-table .un-container .c-table-scroll__price .c-table td {
    display: table-cell;
    width: 280px;
    border-right: 8px solid white;
  }
}
.price-table .un-container .c-table-scroll__price .c-table th img,
.price-table .un-container .c-table-scroll__price .c-table td img {
  width: 20px;
  margin: 0 auto;
}
.price-table .un-container .c-table-scroll__price .c-table th {
  background-color: white;
  text-align: center;
  font-weight: bold;
  padding: 27.5px;
}
.price-table .un-container .c-table-scroll__price .c-table tr td:nth-child(1) {
  width: 336px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .price-table .un-container .c-table-scroll__price .c-table tr td:nth-child(1) {
    width: 336px;
  }
}
.price-table .un-container .c-table-scroll__price .c-table tr td:nth-child(4) {
  border-right: none;
}
.price-table .un-container .c-table-scroll__price .c-table th:nth-child(4) {
  border-right: none;
}
.price-table .un-container .c-table-scroll__price .c-table tr:nth-child(odd) {
  background-color: white;
}
.price-table .un-container .c-table-scroll__price .c-table tr:nth-child(even) {
  background-color: #e6f2ec;
}
.price-table .un-container .c-table-scroll__price .c-table .merged-cells {
  vertical-align: middle;
  text-align: left;
}
.price-table .un-container .c-table-scroll__price .c-table .merged-cells ul {
  margin-left: 20px;
}
.price-table .un-container .c-table-scroll__price .c-table .merged-cells ul li {
  font-size: 16px;
  line-height: 1.7em;
}
.price-table .un-container .c-table-scroll__price .c-table .backgoround__sky-blue--1,
.price-table .un-container .c-table-scroll__price .c-table .backgoround__sky-blue--2 {
  background-color: #8cfde2;
}
.price-table .un-container .c-table-scroll__price .c-table .backgoround__sky-blue--1 p,
.price-table .un-container .c-table-scroll__price .c-table .backgoround__sky-blue--2 p {
  vertical-align: bottom;
  font-size: 2.4rem;
  line-height: 1.7em;
  color: #333;
}
.price-table .un-container .c-table-scroll__price .c-table .backgoround__sky-blue--1 p span,
.price-table .un-container .c-table-scroll__price .c-table .backgoround__sky-blue--2 p span {
  font-size: 1.6rem;
  line-height: 1.7em;
}
.price-table .un-container .c-table-scroll__price .c-table .backgoround__sky-blue--2 {
  background-color: #43fed1;
}
.price-table .un-container .c-table-scroll__price .table__btn {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.7em;
  background-color: #03eab3;
  padding: 0px !important;
}
.price-table .un-container .c-table-scroll__price .table__btn a {
  display: block;
  text-decoration: none;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 14.5px;
}
.price-table .un-container .c-table-scroll__price:first-child {
  margin-top: 0;
}
.price-table .un-container .c-btn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .price-table .un-container .c-btn {
    margin-top: 50px;
  }
}

.contact {
  background-color: #fff;
  width: 100%;
  min-width: 1200px;
}
@media (max-width: 767px) {
  .contact {
    width: 100%;
    min-width: auto;
  }
}
.contact .un-container {
  padding: 106px 0px 120px;
}
@media (max-width: 767px) {
  .contact .un-container {
    padding: 66.25px 4% 75px;
  }
}
.contact .un-container h2 {
  color: #03eab3;
  text-align: center;
}
.contact .un-container p {
  text-align: center;
}
.contact .un-container .shared-project__baloon-wrap {
  margin-top: 59px;
}
@media (max-width: 767px) {
  .contact .un-container .shared-project__baloon-wrap {
    margin-top: 37px;
  }
}
.contact .un-container .shared-project__baloon--blue {
  position: relative;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.7em;
  font-weight: bold;
  color: #333;
  background-color: #7adeb4;
  padding: 19.5px 0px;
  margin: 0 auto;
  width: 800px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .contact .un-container .shared-project__baloon--blue {
    width: 90%;
  }
}
.contact .un-container .shared-project__baloon--blue::after {
  content: "";
  background-image: url(../img/ico/ico_arrow_bottom_gray_01.svg);
  background-size: cover;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 8px;
}
.contact .un-container .shared-project__baloon--white {
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.7em;
  font-weight: bold;
  color: #03eab3;
  background-color: white;
  padding: 16.5px 0px;
  margin: 20px auto 0px;
  width: 800px;
  border-radius: 16px;
  border: 3px solid #03eab3;
}
.contact .un-container .shared-project__baloon--white span {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .contact .un-container .shared-project__baloon--white {
    width: 90%;
    margin-top: 12.5px;
  }
}
.contact .un-container .c-btn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .contact .un-container .c-btn {
    margin-top: 50px;
  }
}

footer {
  background-color: #e6f2ec;
  padding: 64px 0px 40px;
  width: 100%;
  min-width: 1200px;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0px 25px;
    width: 100%;
    min-width: auto;
  }
}
footer .footer__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 54.3px;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  footer .footer__flex {
    padding-bottom: 54.3px;
  }
}
footer .footer__flex img {
  width: 140px;
}
footer .footer__flex .footer__link-wrap {
  display: flex;
  flex-wrap: wrap;
}
footer .footer__flex .footer__link-wrap p {
  margin-left: 32px;
  font-size: 1.6rem;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  footer .footer__flex .footer__link-wrap p {
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
  }
}
footer .footer__flex .footer__link-wrap p a {
  text-decoration: none;
  color: #333;
}
footer .footer__flex .footer__link-wrap p a:hover {
  text-decoration: underline;
}
footer .copy-light {
  font-size: 1.4rem;
  line-height: 1.7em;
  text-align: center;
  margin-top: 36px;
}
@media (max-width: 767px) {
  footer .copy-light {
    margin-top: 22px;
  }
}/*# sourceMappingURL=style.css.map */

/* add 221101 */
.mem_text_info2{
  font-size: 16px;
  color: #FFF;
  background-color: rgba(10,10,10,0.3);
  padding: 2px 10px;
  margin-bottom: 3px;
  }
  @media (max-width: 767px) {
  .kv__text-wrap {
    width: 100%;
    text-align: center;
  }
   .mem_text_info2 {
    font-size: 12px;
    }
}

.kv__video .c-btn {
  margin-top: 360px;
  color: #333;
  background-color: #FFF;
  border: 1px solid #333;
}

.kv__video .c-btn:hover {
  color: #333;
  background: #03eab3;
  border: 1px solid #03eab3;
}

.kv__video .kv__title-wrap > div:first-child {
  padding: 0 10px;
  background-color: #03eab3;
}
.kv__video .kv__title-wrap img {
  width: 260px;
  height: auto;
  background-color: #03eab3;
}
@media (max-width: 767px) {
  .kv__video .kv__title-wrap > div:first-child img {
    width: 150px;
    height: auto;
  }
}

.platform .un-container { margin: 120px auto; }
.platform .un-container h2 { color: #03eab3; text-align: center; }
.platform-graph { max-width: 600px; height: 600px; margin: 160px auto; position: relative; }
.platform-graph::before { content: ""; display: block; position: absolute; top:0; left: 0; z-index: -10; width: 600px; height: 600px; border: 10px solid rgba(0, 0, 0, .2); border-radius: 600px; }
.platform-graph .nameview { width: 300px; height: 300px; position: absolute; left: calc(50% - 150px); top:calc(50% - 150px); display: flex; align-items: center; display: flex; justify-content: center; background:#03eab3; border-radius: 300px; box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, .03); }
.platform-graph .nameview span { text-align: center; font-size: 1.5rem; font-weight: 600; font-style: normal; color: rgba(0, 0, 0, .5); }
.platform-graph .nameview em { font-size: 3rem; font-weight: 600; font-style: normal; color: #fff; }
.platform-graph .nameview small { font-size: inherit; vertical-align: middle; }
.platform-graph dl { cursor: pointer; width: 200px; height: 200px; position:absolute; display: flex; align-items: center; display: flex; justify-content: center; background:#7adeb4; border-radius: 300px; box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, .02); transition: background-color .4s; }
.platform-graph dl dt { color: #fff; font-weight: 600; font-size: min(5vw,2.5rem); text-shadow: 0 .05em 0 rgba(0, 0, 0, .05); }
.platform-graph dl:nth-of-type(1) { top:-100px; left: calc(50% - 100px);}
.platform-graph dl:nth-of-type(2) { top:25px; left: calc(100% - 175px);}
.platform-graph dl:nth-of-type(3) { top:275px; left: calc(100% - 100px);}
.platform-graph dl:nth-of-type(4) { bottom:-75px; left: calc(100% - 265px);}
.platform-graph dl:nth-of-type(5) { bottom:-75px; right: calc(100% - 265px);}
.platform-graph dl:nth-of-type(6) { top:275px; right: calc(100% - 100px);}
.platform-graph dl:nth-of-type(7) { top:25px; right: calc(100% - 175px);}
.platform-graph dl dd { position: absolute; left: 150px; top:-30px; display: block; width: 0; min-height: 110px; padding: 1.5rem; background: #fff; border:4px solid #03eab3; color: rgba(0, 0, 0, .8); border-radius: 10px; overflow: hidden; transition: width .4s, opacity .4s; opacity: 0; z-index: 10; }
.platform-graph dl dd h3 { white-space: nowrap; font-size: min(4.5vw,2rem); font-weight: 600; color: rgba(0, 0, 0, .9); line-height: 1.1; margin: 0 auto .5rem; }
.platform-graph dl dd p { white-space: nowrap; font-size: min(4vw,1.6rem); line-height: 1.5; color: rgba(0, 0, 0, .8); }
@media (hover: hover) {
  .platform-graph dl:hover { background-color: #03eab3; }
  .platform-graph dl:hover dd { width: 400px; opacity: 1; }
}
@media (max-width: 767px) {
  .platform .un-container { margin: 20px auto 2rem;}
  .platform-graph { max-width: 100%; height: auto; margin: 0 auto; }
  .platform-graph::before { display: none; }
  .platform-graph .nameview { position: static; width: 100%; height: auto; border-radius: 15px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;  padding: 3rem 0; background-color: #e6f2ec; }
  .platform-graph .nameview em { color: #03eab3; }
  .platform-graph .inr { background-color: #e6f2ec; display: flex; flex-wrap: wrap; gap: 1rem; padding:0 2rem 2rem; width: 100%; margin:0 auto; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; position: relative; }
  .platform-graph dl { position: static; width: calc((100% - 1rem) / 2); height: 20vw; border-radius: 10px;  overflow: auto; }
  .platform-graph dl dd { display: block; position: absolute; width: 80%; min-height: 0; height: 0; visibility: hidden; padding: 1.5rem; left: 10%; top:calc(50% - 42vw); opacity: 0; background-color: rgba(255, 255, 255, .5); backdrop-filter: blur(10px); box-sizing: border-box; overflow: visible; }
  .platform-graph dl dd::after { content: "✕"; display: flex; align-items: center; justify-content: center; line-height: 1; font-size: 1.6rem; color: rgba(0, 0, 0, .7); width: 30px; height: 30px; border-radius: 100px; background: #03eab3; position: absolute; right: -10px; top:-10px; font-weight: 600; }
  .platform-graph dl dd h3 { white-space: normal; }
  .platform-graph dl dd p { white-space: normal; }
  .platform-graph dl.active dd { opacity: 1; height: auto; visibility: visible; }
}
