@charset "UTF-8";
/*
* ＊＊＊＊＊＊＊＊＊＊ Org-Design Settings
* Written by  syam
* @author     ＊＊＊＊＊
* @copyright  Author
* @version    2.3.1 (＊＊/01/2024)
* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("./icon-fonts.css");

:root {
  --base_bg: rgb(255, 255, 255);
  --head_bg: rgb(255, 255, 255);
  --main_bg: rgb(27, 44, 73);
  --foot_bg: rgb(27, 44, 73);
  --box-size: 325px;
  --mv-height: 312px;
  --cv-height_pc: 535px;
  --cv-height_sp: 350px;
  --bk: 0, 0, 0;
  --white: 255, 255, 255;
  --bk-a: 51, 51, 51;
  --bk-b: 85, 85, 85;
  --bk-c: 159, 159, 159;
  --bk-d: 242, 242, 242;
  --red: 213, 0, 0;
  --pink: 235, 40, 118;
  --blue: 0, 160, 233;
  --blue-b: 4, 136, 196;
  --blue-c: 31, 156, 197;
  --green: 149, 193, 31;
  --green-b: 65, 195, 192;
  --yerrow: 255, 220, 0;
  --yerrow-b: 221, 191, 3;
  --orange: 243, 159, 19;
  --sns-color_fb: rgb(59, 89, 152);
  --sns-color_tw: rgb(29, 161, 242);
  --sns-color_in: linear-gradient(-135deg, rgb(192, 0, 158) 5%, rgb(223, 0, 65) 15%, rgb(251, 137, 21) 80%);
  --sns-color_li: rgb(0, 185, 0);
  --base-font: Noto Sans JP, Roboto, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN W3, HiraKakuProN-W3, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  --mincho-font: Noto Serif JP, system-ui;
  --eng-font: Roboto, system-ui;
  --gothic-font: Noto Sans JP, Roboto, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN W3, HiraKakuProN-W3, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  --number-font: Roboto, system-ui;
  --over-wrap: 1600px;
  --max-wrap: 100%;
  --inner-wrap_ll: 1400px;
  --inner-wrap_l: 1200px;
  --inner-wrap: 1100px;
  --inner-wrap_ml: 980px;
  --inner-wrap_m: 900px;
  --inner-wrap_ms: 800px;
  --inner-wrap_sl: 750px;
  --inner-wrap_s: 700px;
  --inner-wrap_ss: 640px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1 !important;
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1 !important;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1 !important;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1 !important;
    transform: translateY(0);
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1 !important;
    transform: translateY(0);
  }
}

@keyframes active_menu {
  from {
    top: -200vh;
  }

  to {
    top: 0;
  }
}

@keyframes hidden_menu {
  from {
    top: 0;
  }

  to {
    top: -200vh;
  }
}

.anim {
  opacity: 0;
}

.fadeIn {
  animation: fadeIn 1s ease-in 0s 1 normal backwards;
}

.fadeLeft {
  animation: fadeLeft 1s ease-in 0s 1 normal backwards;
}

.fadeRight {
  animation: fadeRight 1s ease-in 0s 1 normal backwards;
}

.fadeUp {
  animation: fadeUp 1s ease-in 0s 1 normal backwards;
}

.fadeBottom {
  animation: fadeBottom 1s ease-in 0s 1 normal backwards;
}

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

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

nav,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  display: block;
  max-width: 100%;
}

input[type=submit],
input[type=reset] {
  -webkit-appearance: button;
  appearance: button;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  resize: horizontal;
}

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

*:focus {
  outline: none;
}

label,
button,
input[type=submit],
input[type=image] {
  cursor: pointer;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1.5ex;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
}

sub {
  top: 0.5ex;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both;
}

html,
body {
  overflow-x: hidden;
}

input {
  line-height: 1;
}

header,
main,
footer,
section,
a,
nav,
.base_section,
article {
  position: relative;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  opacity: 0.75;
}

@media (min-width: 771px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

header,
main,
footer {
  width: 100%;
}

time {
  white-space: nowrap;
}

img {
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

object {
  pointer-events: none;
}

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

.testcontainer {
  container: my-container/inline-size;
}

/*
-- margin-top（ボタン直前）
   ・PC：100px  /  ・SP：35px
*/
/*
-- margin-bottom（ボタン直前）
   ・PC：100px  /  ・SP：35px
*/
/*
-- 画像のPC/SP切り替え
*/
/*
-- 基本のテキストリンク設定
   ・デフォ下線：あり
   ・下線が消える
*/
/*
-- 基本のテキストリンク設定B
   ・デフォ下線：なし
   ・左から右へ下線が流れて消える
*/
/*
-- 基本のテキストリンク設定C
   ・デフォ下線：なし
   ・中央で下線が流れて消える
*/
/*
-- 画像hoverでズーム
*/
/*
-- 画像hoverでズーム&うっすら罫線
*/
/*
-- 画像のキャプション付きリンク
   ・デフォ下線：なし
   ・左から右へ下線が流れて消える
*/
html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: var(--base-font);
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  background: var(--base_bg);
  color: var(--foot_bg);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

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

p {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}

.base_wrapper {
  margin: auto;
  max-width: var(--max-wrap);
  padding-left: 3%;
  padding-right: 3%;
}

@media (max-width: 980px) {
  .base_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

main .base_wrapper {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 980px) {
  main .base_wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.youtube_frame {
  aspect-ratio: 16/9;
}

.youtube_frame iframe {
  width: 100% !important;
  height: 100% !important;
}

#page_top,
#login_mode,
#page_edit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  z-index: 90005;
}

#page_top:before,
#login_mode:before,
#page_edit:before {
  display: inline-block;
  font-family: "icon-fonts" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#login_mode,
#page_edit {
  bottom: 2%;
  color: rgba(var(--bk), 0.6);
  width: 25px;
  height: 25px;
}

#login_mode:before,
#page_edit:before {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.7407407407vw, 1.8rem);
}

#page_top {
  right: 2%;
  bottom: 5%;
  background: rgba(var(--bk), 0.8);
  color: rgba(var(--white), 1);
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

#page_top:before {
  content: "\e978";
  font-size: clamp(1.8rem, 1.2666666667rem + 1.1111111111vw, 2.4rem);
}

#login_mode {
  right: 2%;
}

#login_mode:before {
  content: "\e9a8";
}

#page_edit {
  right: 4%;
}

#page_edit:before {
  content: "\e917";
}

footer {
  background: var(--foot_bg);
  padding: 40px 10%;
  position: relative;
}

footer article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer h1 {
  max-width: 300px;
  margin-right: auto;
}

@media (max-width: 1300px) {
  footer h1 {
    max-width: 220px;
  }
}

footer dl {
  margin-left: -10%;
}

footer dl * {
  color: rgba(var(--white), 1);
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}

footer dl dt {
  font-weight: 600;
  margin-bottom: 10px !important;
}

footer dl dd>span {
  font-weight: 600;
}

footer dl dd div {
  display: flex;
  gap: 0 20px;
}

@media (max-width: 1198px) {
  footer dl dd div {
    flex-direction: column;
  }
}

footer ul {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 5px 20px;
}

footer ul li {
  white-space: nowrap;
}

footer ul li a {
  color: rgba(var(--white), 1);
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}

@media (max-width: 980px) {
  footer {
    padding: 40px 5%;
  }

  footer article {
    flex-direction: column;
    align-items: center;
  }

  footer article h1 {
    margin: auto;
    max-width: 300px;
    margin-bottom: 35px !important;
  }

  footer article dl {
    text-align: center;
    margin: auto;
  }

  footer article ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
  }
}

footer small {
  display: block;
  margin-top: 55px !important;
  color: rgba(var(--white), 1);
  font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);
  line-height: 1.1;
  text-align: center;
}

.ai_omni_agent-materials #kv_field {
  position: relative;
  margin-bottom: 100px !important;
}

.ai_omni_agent-materials #kv_field img {
  width: 100dvw;
}

.ai_omni_agent-materials #kv_field h1 {
  position: absolute;
  left: 5.5%;
  top: 3%;
  max-width: 30%;
  width: 100%;
}

@media (max-width: 480px) {
  .ai_omni_agent-materials #kv_field h1 {
    left: 9%;
    top: 5%;
    max-width: 60%;
  }
}

.ai_omni_agent-materials #kv_field h2 {
  padding: 35px 3%;
  background: #FFFDC5;
  border: 3px solid #1C2B49;
  border-left: none;
  border-right: none;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.6rem);
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .ai_omni_agent-materials #kv_field h2 span span {
    display: block;
  }
}

.ai_omni_agent-materials .section_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1.25rem, 0.682rem + 2.84vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 80px !important;
  line-height: 1.6;
  text-align: center;
}

.ai_omni_agent-materials .section_title:after {
  margin-top: 15px !important;
  content: "";
  display: block;
  width: 151px;
  height: 13px;
  background: url(../image/title_border.png) no-repeat center bottom/contain;
}

@media (max-width: 570px) {
  .ai_omni_agent-materials .section_title:after {
    width: 89px;
    height: 8px;
  }
}

.ai_omni_agent-materials .section_wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 85%;
  margin-bottom: 150px !important;
}

@media (max-width: 1198px) {
  .ai_omni_agent-materials .section_wrapper {
    flex-direction: column;
  }
}

@media (max-width: 770px) {
  .ai_omni_agent-materials .section_wrapper {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 570px) {
  .ai_omni_agent-materials .section_wrapper {
    margin-bottom: 50px !important;
  }
}

.ai_omni_agent-materials .section_wrapper .section_left,
.ai_omni_agent-materials .section_wrapper .section_right {
  width: 48%;
}

@media (max-width: 1198px) {

  .ai_omni_agent-materials .section_wrapper .section_left,
  .ai_omni_agent-materials .section_wrapper .section_right {
    width: 98%;
    margin: auto;
  }
}

.ai_omni_agent-materials .section_wrapper .section_right {
  border: 3px solid #3FBAD0;
  border-radius: 20px;
  padding: 80px 35px;
}

@media (max-width: 1198px) {
  .ai_omni_agent-materials .section_wrapper .section_right {
    height: 1200px;
    overflow: scroll;
  }
}

.ai_omni_agent-materials .section_wrapper .section_right iframe {
  width: 100%;
  height: 90%;
}

@media (max-width: 1198px) {
  .ai_omni_agent-materials .section_wrapper .section_left {
    margin-bottom: 100px !important;
  }
}

.ai_omni_agent-materials .section_wrapper .section_left .materials_heads {
  margin-bottom: 55px !important;
}

.ai_omni_agent-materials .section_wrapper .section_left .materials_heads h1>span span {
  font-size: clamp(0.625rem, 0.352rem + 1.36vw, 1.375rem);
  white-space: nowrap;
}

.ai_omni_agent-materials .section_wrapper .section_left .materials_heads p {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

.ai_omni_agent-materials .section_wrapper .section_left .materials_heads p:not(:last-of-type) {
  margin-bottom: 15px !important;
}

.ai_omni_agent-materials .section_wrapper .section_left .materials_heads p em {
  font-style: normal;
  color: #3FBBD1;
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article {
  margin-bottom: 35px !important;
  border: 3px solid #3FBBD1;
  border-radius: 15px;
  background: #F8FDFF;
  border-left: 25px solid #3FBBD1;
  padding: 35px;
}

@media (max-width: 770px) {
  .ai_omni_agent-materials .section_wrapper .section_left .faq_lists article {
    border-left: 15px solid #3FBBD1;
    padding: 25px 15px;
  }
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article .fbl {
  color: #3FBBD1;
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article em {
  font-style: normal;
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article h1 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 600;
  color: #3FBBD1;
  margin-bottom: 35px !important;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article h1:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 75px;
  height: 50px;
  background: url(../image/ic-faqtitle.png) no-repeat center/contain;
}

@media (max-width: 770px) {
  .ai_omni_agent-materials .section_wrapper .section_left .faq_lists article h1:before {
    margin: auto;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 770px) {
  .ai_omni_agent-materials .section_wrapper .section_left .faq_lists article h1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article h1 br {
  display: none;
}

@media (max-width: 570px) {
  .ai_omni_agent-materials .section_wrapper .section_left .faq_lists article h1 br {
    display: block;
  }
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article p,
.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article li {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article p:not(:last-of-type) {
  margin-bottom: 25px !important;
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article ul {
  margin-bottom: 25px !important;
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article ul li {
  margin-left: 1em;
  text-indent: -0.3em;
}

.ai_omni_agent-materials .section_wrapper .section_left .faq_lists article ul li:before {
  content: "・";
  display: inline-block;
  position: relative;
  left: -5px;
}

.ai_omni_agent-materials .section_wrapper .section_left .checklists {
  background: url(../image/bg_last-pc.png) no-repeat center/cover;
  border-radius: 39px;
}

@media (max-width: 770px) {
  .ai_omni_agent-materials .section_wrapper .section_left .checklists {
    background: url(../image/bg_last-pc.png) no-repeat center/cover;
  }
}

.ai_omni_agent-materials .section_wrapper .section_left .checklists article {
  padding: 55px 10%;
}

.ai_omni_agent-materials .section_wrapper .section_left .checklists article ul li {
  margin-left: 1em;
  text-indent: -1.8em;
}

.ai_omni_agent-materials .section_wrapper .section_left .checklists article ul li:not(:last-of-type) {
  margin-bottom: 15px !important;
}

.ai_omni_agent-materials .section_wrapper .section_left .checklists article ul li:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url(../image/ic-check.png) no-repeat center/contain;
}

.ai_omni_agent-materials aside {
  background: #F2F2F2;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

@media (max-width: 570px) {
  .ai_omni_agent-materials aside {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.ai_omni_agent-materials aside article {
  max-width: 75%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 55px 2%;
}

@media (max-width: 1299px) {
  .ai_omni_agent-materials aside article {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 95%;
  }
}

@media (max-width: 480px) {
  .ai_omni_agent-materials aside article {
    flex-direction: column;
  }
}

.ai_omni_agent-materials aside article .aside_unit {
  width: 31.3333333333%;
  min-width: 400px;
}

@media (max-width: 480px) {
  .ai_omni_agent-materials aside article .aside_unit {
    min-width: auto;
    width: 100%;
  }
}

.ai_omni_agent-materials aside article .aside_unit figure {
  margin-bottom: 25px !important;
}

.ai_omni_agent-materials aside article .aside_unit figure img {
  max-height: 130px;
  margin: auto;
}

@media (max-width: 570px) {
  .ai_omni_agent-materials aside article .aside_unit figure img {
    max-height: 85px;
  }
}

.ai_omni_agent-materials aside article .aside_unit dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ai_omni_agent-materials aside article .aside_unit dl dt {
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  font-weight: 600;
  margin-bottom: 15px !important;
}

.ai_omni_agent-materials aside article .aside_unit dl dd {
  width: 100%;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

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