@charset "UTF-8";
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
/* ul {  */
/*   list-style: none; */
/* } */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
  vertical-align: bottom;
}
body {
  font-family: Helvetica,"TsukuGoPro-B-HelveticaNowTextMedium", 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',  sans-serif;
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden;
  color: #000;
  background: #FFFFF3;
}
a {
  color: #0066ff;
  text-decoration: none;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* animation */
.animation {
  visibility: hidden;
}
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.7s;
  -ms-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.animation2 {
  visibility: hidden;
}
.fadeInDown2 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.7s;
  -ms-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 1;
    background-position: top 90px right -1290px;
  }
  100% {
    opacity: 1;
    background-position: top 90px right -190px;
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 1;
    background-position: top 90px right -1290px;
  }
  100% {
    opacity: 1;
    background-position: top 90px right -190px;
  }
}
.animation3 {
  visibility: hidden;
}
.fadeInDown3 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.7s;
  -ms-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-name: fadeInDown3;
  animation-name: fadeInDown3;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown3 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInDown3 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* ヘッダー
------------------------------------------------------------*/
#header {
  text-align: center;
  max-width: 100%;
  margin: auto;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
  background-color: #E62534;
}
#top #header {
  background: none;
}
#top #header.fixed, #top.active #header {
  background-color: #E62534;
  transition: 0.3s;
}
#header #headerWrap {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  width: 1140px;
  margin: auto;
  align-items: center;
  height: 80px;
}
#header h1 {
  margin: 0;
  line-height: 1;
  width: 160px;
  z-index: 501;
}
#mainImg {
  text-align: center;
}
#header .pc-panel {}
#header .pc-panel > ul {
  display: flex;
	align-items: center;
}
#header .pc-panel > ul > li {
  padding: 0;
  margin: 0 60px 0 0;
  position: relative;
}
#header .pc-panel > ul > li:last-child {
  margin: 0;
}
#header ul li .title a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
	padding:0 1.2em 0 0;
}
#header ul li .title a:after {
	content:'';
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	position:absolute;
	top:3px;
	right:0;
}
#header ul li.contact_menu .title a {
	border: 1px solid #fff;
    padding: 8px 25px;
	border-radius:5px;
	transition:0.4s;
	min-width: 120px;
	box-sizing: border-box;
}
#header ul li .title a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
#header ul li.contact_menu .title a:before,
#header ul li.contact_menu .title a:after{
display:none;
}
#header ul li .title a:hover:before {
  transform: scale(1);
}
#header ul li.contact_menu .title a:hover{
	color: #da7c7c;
	border: 1px solid #da7c7c;
	transition:0.4s;
}
#header .pc-panel ul li .menu {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 20px;
  background-color: #FFFFF3;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}
#header .pc-panel ul li .menu.active {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
#header .pc-panel ul li .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#header .pc-panel ul li .menu li::before {
  background: url("../img/common/arr.svg") center center no-repeat;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  opacity: .8;
  margin-right: 5px
}
#header .pc-panel ul li .menu li a {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: .08em;
  color: #000;
  position: relative;
  transition: 0.3s;
}
#header .pc-panel ul li .menu li a:hover {
  color: #E62534;
  transition: 0.3s;
}
#header #language {
  width: 160px;
  text-align: right;
  z-index: 501;
}
#header #language span {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
}
#header #language a {
  opacity: .4;
  color: #fff;
}
/* フッター
------------------------------------------------------------*/
/* #footer {
  background-color: #E62534;
  margin: 150px auto 0;
  padding: 60px 0;
  text-align: center;
}
#footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1140px;
  margin: auto;
}
#footer .footer_wrap dl {
  text-align: left;
}
#footer .footer_wrap dl a {
  color: #fff;
  line-height: 1;
}
#footer .footer_wrap dl dt {
  font-weight: bold;
  font-size: 13px;
}
#footer .footer_wrap dl dd {
  padding: 4px 0;
  margin: 0 0 0 1em;
  font-size: 13px;
}
#footer .footer_wrap dl dd ul, #footer .footer_wrap dl dd ul li {
  margin: 0;
}
#footer .footer_wrap dl dd ul li {
  padding: 4px 0;
}
#footer p {
  margin: 50px 0 0;
  font-size: 10px;
  line-height: 1;
  color: #fff;
} */


ul {
  padding: 0;
  list-style: none;
}

footer a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #da7c7c;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
  justify-items: start;
}

.policy__items{
  display: flex;
  margin-bottom: 1rem;
}

.footer {
  margin-top: 50px;
  padding: 2rem;
  font-size: 15px;
  color: #fff;
  background: #E62534;
}
.footer .flex {
		display: flex;
		width: 550px;
	justify-content: space-between;
	margin: 0 0 40px;
	}	
.footer .flex > div {
		width: 114px;
	}
.footer .flex > div > a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 0 0 4px;
	font-size: 13px;
	font-weight: bold;
}
.footer .flex > div > ul li {
	margin: 15px 0 0;
	font-size: 10px;
}
.footer__navi-heading {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 2rem;
}

.footer__navi li {
  margin: 1rem;
  font-size: 12px;
}

.footer__social a {
  display: inline-block;
  width: 24px;
  opacity: 0.7;
}

.footer__social a:not(:last-child) {
  margin-right: 16px;
}

.policy{
  font-size: 12px;
}

.copyright{
  font-size: 12px;
}


@media (min-width: 1200px) {
  .md-flex {
    display: flex;
  }

  .md-justify-around {
    justify-content: space-around;
  }

  .md-justify-between {
    justify-content: space-between;
  }

  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: center;
  }

  .footer {
    margin-top: 50px;
    padding: 6rem 8rem 5rem;
    font-size: 18px;
    color: #fff;
    background: #E62534;
  }
}
@media (max-width: 800px) {
.footer .flex {
		width: 100%;
	flex-wrap: wrap;
	}	
.footer .flex > div {
		width: 48%;
	margin: 0 0 4%;
	}

.footer .flex > div > ul li {
	margin: 10px 0 0;
}
}


/* 共通
------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
section h2 {}
/* TOP
------------------------------------------------------------*/
#top #mainImg {
  height: 800px;
  background-repeat: no-repeat;
  background-image: url("../img/top/main.jpg");
  background-size: cover;
}
#top #mainImg .inn {
  width: 1140px;
  margin: auto;
  text-align: left;
  color: #fff;
  padding: 360px 0 0;
}
#top #mainImg .inn h2 {
  font-size: 60px;
}
#top #mainImg .inn h3 {
  font-size: 36px;
  margin: 20px 0 0;
	font-weight: normal;
}
#top .cont_area {
  background-position: right top;
  background-repeat: no-repeat;
}
#top .box {
  width: 1140px;
  margin: auto;
}
#top .eng_ttl {
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}
#top .text h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
  max-width: 680px;
line-height: 44px;
}
#top .text h3::before {
  content: "";
  width: 955px;
  height: 3px;
  background-color: #ff0000;
  display: block;
  margin: 0 0 40px -1240px;
  padding: 0 0 0 1000px;
}
#top .text p {
  width: 662px;
  min-height: 300px;
	line-height:1.44;
}
#top .text .btn {
  background-position: left 5px top 12px;
  background-repeat: no-repeat;
  background-image: url("../img/top/btn_icon.png");
  width: 400px;
  box-sizing: border-box;
  position: relative;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 0 auto;
}
#top .text .btn::after {
  content: "";
  width: 955px;
  height: 3px;
  background-color: #ff0000;
  display: block;
  margin: 10px -1240px 0 0;
  padding: 0 1000px 0 0;
}
#top .text .btn a {
  color: #000;
  padding: 0 0 5px 45px;
  transition: 0.3s;
}
#top .text .btn a:hover {
  color: #E62534;
  transition: 0.3s;
}
#top .slider {
  margin: 40px 0 0;
}
#top .slider .slick-slide img {
  padding: 0 22px;
  display: block;
}
#top #about-us {
  background-image: url("../img/top/about_bg.png");
  background-position: top 90px right -190px;
  padding: 200px 0 0;
}
#top #platform {
  background-image: url("../img/top/platform_bg.png");
  background-position: top 90px right -190px;
  padding: 200px 0 0;
}
#top #recruit {
  background-image: url("../img/top/recruit_bg.png");
  background-position: top 90px right -190px;
  padding: 200px 0 0;
}
#top #news {
  text-align: center;
  margin: 200px 0 0;
}
#top #news p{
  width: 78%;
  text-align: start;
}
#top #news .inn {
  width: 1140px;
  margin: auto;
}
#top #news h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  width: 716px;
}
#top #news h2:before, #top #news h2:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #E62534;
}
#top #news h2:before {
  margin-right: 60px;
}
#top #news h2:after {
  margin-left: 60px;
}
#top #news .inn ul {
  margin: 0 0 60px;
}
#top #news .inn ul li {
  display: flex;
  padding: 22px 10px;
  border-bottom: 1px solid #707070;
  align-items: center;
}
#top #news .inn ul li span {
  width: 90px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  color: #fff;
  border-radius: 4px;
  margin: 0 30px 0 0;
}
#top #news .inn ul li span.c01 {
  background-color: #8CD616;
}
#top #news .inn ul li span.c02 {
  background-color: #1667D6;
}
#top #news .inn ul li span.c03 {
  background-color: #D69416;
}
#top #news .inn ul li span.c01 {
  background-color: #8CD616;
}
#top #news .inn ul li .date {
  font-size: 20px;
  font-weight: bold;
  margin: 0 15px 0 0;
}
#top #news .inn ul li a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  transition: 0.3s;
}
#top #news .inn ul li a:hover {
  color: #E62534;
  transition: 0.3s;
}
#top #news .inn .btn a, #top #contact .inn .btn a {
  width: 260px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
  color: #fff;
  background-color: #E62534;
  line-height: 1;
  padding: 15px 0;
  border-radius: 10px;
  transition: 0.3s;
}
#top #news .inn .btn a:hover, #top #contact .inn .btn a:hover {
  background-color: #000;
  transition: 0.3s;
}
#top #contact {
  text-align: center;
  margin: 200px 0;
}
#top #contact .inn {
  width: 1140px;
  margin: auto;
}
#top #contact h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  width: 716px;
}
#top #contact h2:before, #top #contact h2:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #E62534;
}
#top #contact h2:before {
  margin-right: 60px;
}
#top #contact h2:after {
  margin-left: 60px;
}
#top #contact p {
  text-align: left;
  margin: 0 auto 60px;
	max-width: 880px;
}

/* ボタン共通
------------------------------------------------------------*/

.btn_page a{
  width: 260px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
  color: #fff;
  background-color: #E62534;
  line-height: 1;
  padding: 15px 0;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
}

/* 下層共通
------------------------------------------------------------*/
.low_page {
  padding: 200px 0 150px;
}
.cont_wrap {
  width: 1200px;
  margin: auto;
}
.breadcrumb {
  display: flex;
  margin: 0 0 20px;
}
.breadcrumb li {
  font-size: 14px;
  font-weight: bold;
}
.breadcrumb li a {
  color: #000;
  text-decoration: underline;
}
.breadcrumb li::after {
  content: ' > ';
}
.breadcrumb li:last-child::after {
  content: '';
}
.page_ttl {
  position: relative;
  margin: 0 0 24px;
}
.page_ttl h2 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: bold;
  border-left: 10px solid #E62534;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0;
}
.page_ttl h2::before {
  content: '';
  width: 10px;
  height: 12px;
  position: absolute;
  left: -10px;
  bottom: 0;
  background-color: #E38990;
}
/* NEWS
------------------------------------------------------------*/
#search {
  display: flex;
}
#search .cmenu {
  position: relative;
  width: 270px;
  background-color: #E62534;
  margin: 0 20px 0 0;
}
#search .cmenu > a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1;
background-image:url("https://callisto-ai.com/wp-content/uploads/2023/03/cate_arr.png");
	background-repeat:no-repeat;
	background-position:center right 12px;
	background-size:12px;
	z-index:100;
}
#search .cmenu ul {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 20px;
  background-color: #FFFFF3;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  width: 100%;
}
#search .cmenu ul.active {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
	 z-index: 9999;
}
#search .cmenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#search .cmenu ul li::before {
  background: url("../img/common/arr.svg") center center no-repeat;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  opacity: .8;
  margin-right: 5px
}
#search .cmenu ul li a {
  white-space: nowrap;
  font-size: .75rem;
  line-height: 200%;
  letter-spacing: .08em;
  color: #000;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
}
#search .cmenu ul li a:hover {
  color: #E62534;
  transition: 0.3s;
}
.post_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 44px 0 0;
}
.post_list .post {
  border-bottom: 1px solid #000;
  margin: 0 0 70px;
  width: 560px;
}
.post_list .post .thum {
  margin: 0 0 15px;
}
.post_list .post .detail {
  display: flex;
}
.post_list .post .detail {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.post_list .post .cate_wrap span {
  width: 90px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  color: #fff;
  border-radius: 4px;
  margin: 0 10px 0 0;
}
.post_list .post .cate_wrap span.c01 {
  background-color: #8CD616;
}
.post_list .post .cate_wrap span.c02 {
  background-color: #1667D6;
}
.post_list .post .cate_wrap span.c03 {
  background-color: #D69416;
}
.post_list .post .cate_wrap span.c01 {
  background-color: #8CD616;
}
.post_list .post .date {
  font-weight: bold;
  font-size: 17px;
}
.post_list .post h2 {
  font-size: 17px;
  font-weight: bold;
  padding: 12px 10px 18px;
}
.post_list .post h2 a {
	color: #000;
}
.single_wrap h3 {
  font-size: 29px;
  border-bottom: 1px solid #E62534;
  padding: 0 0px 5px;
  margin: 2em 0 0.5em;
}
.single_wrap p {
  margin: 2em 0;
}
.single_wrap .back {
  width: 80%;
  margin: 12% auto 0;
  max-width: 300px;
}
.single_wrap .back a {
  display: block;
  padding: 4% 0;
  color: #fff;
  border-radius: 5px;
  background-color: #E62534;
  text-align: center;
  font-weight: bold;
}

.pagination{
  margin:40px 0 0;
}
.nav-links{
  display:flex;
}
.pagination .page-numbers{
  display:inline-block;
  margin-right:5px;
  color:#333;
  border-radius:3px;
  background:#fff;
}
.pagination .current{
  background:#E62534;
  color:#fff;
}
.pagination .prev,
.pagination .next{
  background:transparent;
  box-shadow:none;
  color:#E62534;
}
.pagination .dots{
  background:transparent;
  box-shadow:none;
}

.pagination{
  margin:40px 0 0;
}
.nav-links{
  display:flex;
  justify-content: center;
	text-align:center;
	align-items:center;
}
.pagination .page-numbers{
  display:inline-block;
  margin-right:20px;
width:55px;
	line-height:55px;
	font-weight:bold;
  color:#E62534;
  border-radius:100vh;
 border:1px solid #E62534;
  background:#fff;
}
.pagination .current{
  background:#E62534;
  color:#fff;
}
.pagination .prev,
.pagination .next{
  background:transparent;
	border:none;
	font-weight:bold;
  color:#E62534;
	width:auto;
}
.pagination .dots{
  background:transparent;
  box-shadow:none;
	border:none;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  @-webkit-keyframes fadeInDown2 {
    0% {
      opacity: 1;
      background-position: top 10% right -100%;
    }
    100% {
      opacity: 1;
      background-position: top 10% right -20%;
    }
  }
  @keyframes fadeInDown2 {
    0% {
      opacity: 1;
      background-position: top 10% right -100%;
    }
    100% {
      opacity: 1;
      background-position: top 10% right -20%;
    }
  }
  body {
    font-size: 0.875em;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* ヘッダー
------------------------------------------------------------*/
  #header {
    height: 68px;
  }
  #header #headerWrap {
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    justify-content: center;
  }
  #header h1 {
    padding-top: 0;
    width: 100%;
    max-width: 160px;
  }
  #language {
    position: absolute;
    left: 20px;
  }
  #header .panel {
    background-color: #FFFFF3;
    text-align: left;
    padding: 20px 0;
  }
  #header .panel .title {
    border-bottom: 2px solid #E62534;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px 5%;
  }
  #header ul li .title span {
    display: block;
  }
  #header ul li .title a {
    margin: 0 0 0 1em;
    font-size: 18px;
    color: #1C1C1C;
  }
  #header .sp-panel .menu ul {
    display: block;
  }
  #header .sp-panel ul li {
    padding: 0;
    margin: 0;
  }
  #header .sp-panel > ul > li {
	 background-image: url("https://callisto-ai.com/wp-content/uploads/2023/03/menu_arr.png");
	 background-position: top 12px right 18px;
    background-repeat: no-repeat;
    background-size: 18px;
  }
  #header .sp-panel > ul > li:nth-child(4) {
    background-image: none;
}
	
  #header .sp-panel ul li:last-child {
    margin: 0;
  }
  #header ul a {
    color: #1C1C1C;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  #header ul a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    transform: scale(0, 1);
    transform-origin: left;
    transition: 0.4s;
  }
  #header .sp-panel ul li .menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    background-color: #FFFFF3;
    box-shadow: none;
  }
  #header .sp-panel .menu ul li {
    width: 100%;
  }
  #header #language {
    width: auto;
  }
  #header #language a, #header #language span {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
  }
  #headerWrap {
    position: relative;
    width: 100%;
  }
  #menuWrap {
    display: inline-block;
    width: 60px;
    padding: 0 20px 0 0;
    margin: 0;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    width: 60px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  #menuBtn:before {
    margin-top: -12px;
  }
  #menuBtn:after {
    margin-top: 10px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
  a#menu .close:after {
    transform: rotate(-160deg);
    -webkit-transform: rotate(-160deg);
  }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #header .sp-panel > ul {
    background: #FFFFF3;
    text-align: left;
    display: block;
  }
  #header .sp-panel ul li .menu li::before {
    display: none;
  }
  #header .sp-panel ul li .menu a {
    position: relative;
    display: block;
    padding: 15px 10%;
    border-bottom: 1px solid #E62534;
    line-height: 200%;
    letter-spacing: 0;
    width: 100%;
  }
  #mainnav .smenu {
    width: 80%;
    margin: 3% auto 0;
  }
  #mainnav .smenu p {
    margin: 5px 0;
  }
  #mainnav .smenu p a {
    color: #1C1C1C;
  }
  /* フッター
------------------------------------------------------------*/
  #footer {
    margin: 12% auto 0;
    padding: 6% 0;
  }
  #footer h2 {
    margin: 0;
  }
  #footer .footer_wrap {
    display: none;
  }

  /* 共通
------------------------------------------------------------*/
  img {
    max-width: 100%;
    height: auto;
  }
  section h2 {}
  /* TOP
------------------------------------------------------------*/
  #top #mainImg {
    height: 800px;
    display: flex;
    align-items: center;
  }
  #top #mainImg .inn {
    width: 90%;
    padding: 0;
  }
  #top #mainImg .inn h2 {
    font-size: 48px;
    line-height: 1.1;
  }
  #top #mainImg .inn h3 {
    font-size: 28px;
    margin: 10px 0 0;
    line-height: 1.2;
  }
  #top .box {
    width: 90%;
    margin: auto;
  }
  #top .eng_ttl {
    font-size: 40px;
  }
  #top .text h2 {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  #top .text h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #top .text h3::before {
    width: 70%;
    height: 2px;
    margin: 0 0 4% -6%;
    padding: 0;
  }
  #top .text p {
    width: 100%;
    min-height: auto;
    margin: 0 0 6%;
  }
  #top .text .btn {
    background-position: left 5px top 4px;
    width: 50%;
    font-size: 20px;
    background-size: 20px;
  }
  #top .text .btn::after {
    width: 112%;
    height: 2px;
    margin: 10px 0 0 0;
    padding: 0;
  }
  #top .text .btn a {
    padding: 0 0 5px 45px;
  }
  #top .slider {
    margin: 40px 0 0;
  }
  #top .slider .slick-slide img {
    padding: 0 22px;
    display: block;
    width: 90%;
  }
  #top #about-us, #top #platform, #top #recruit {
    background-position: top 14% right -20%;
    background-size: 60%;
    padding: 20% 0 0;
  }
  #top #news {
    text-align: center;
    margin: 20% 0 0;
  }
  #top #news .inn {
    width: 90%;
    margin: auto;
  }
  #top #news h2 {
    font-size: 26px;
    margin: 0 auto 4%;
    width: 100%;
  }
  #top #news h2:before, #top #news h2:after {
    height: 2px;
  }
  #top #news h2:before {
    margin-right: 30px;
  }
  #top #news h2:after {
    margin-left: 30px;
  }
  #top #news .inn ul {
    margin: 0 0 8%;
  }
  #top #news .inn ul li {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  #top #news .inn ul li span {
    width: 6.5em;
    font-size: 12px;
    line-height: 1;
    padding: 8px 0;
    margin: 0 15px 0 0;
  }
  #top #news .inn ul li .date {
    font-size: 14px;
    margin: 0 15px 0 0;
  }
  #top #news .inn ul li p {
    width: 100%;
    text-align: left;
    margin: 2% 0 0;
  }
  #top #news .inn ul li a {
    font-size: 14px;
  }
  #top #news .inn .btn a, #top #contact .inn .btn a {
    width: 40%;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 6px;
  }
  #top #contact {
    margin: 20% 0;
  }
  #top #contact .inn {
    width: 90%;
    margin: auto;
  }
  #top #contact h2 {
    font-size: 26px;
    margin: 0 auto 6%;
    width: 100%;
  }
  #top #contact h2:before, #top #contact h2:after {
    height: 2px;
  }
  #top #contact h2:before {
    margin-right: 30px;
  }
  #top #contact h2:after {
    margin-left: 30px;
  }
  #top #contact p {
    margin: 0 0 6%;
    font-size: 14px;
  }
  /* 下層共通
------------------------------------------------------------*/
  .low_page {
    padding: 90px 0 6%;
  }
  .cont_wrap {
    width: 85%;
  }
  .breadcrumb {
    display: block;
    margin: 0 0 20px;
  }
  .breadcrumb li {
    font-size: 10px;
    display: inline;
  }
  .page_ttl {
    position: relative;
    margin: 0 0 16px;
  }
  .page_ttl h2 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: bold;
    border-left: 6px solid #E62534;
    padding: 0 0 0 12px;
  }
  .page_ttl h2::before {
    content: '';
    width: 6px;
    height: 8px;
    position: absolute;
    left: -6px;
    bottom: 0;
  }

  /* NEWS
------------------------------------------------------------*/
  #search {
    display: flex;
    width: 80%;
  }
  #search .cmenu {
    position: relative;
    width: 48%;
    background-color: #E62534;
    margin: 0 20px 0 0;
  }
  .post_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4% 0 0;
  }
  .post_list .post {
    border-bottom: 1px solid #000;
    margin: 0 0 6%;
    width: 48%;
  }
  .post_list .post .thum {
    margin: 0 0 4%;
  }
  .post_list .post .detail {
    display: flex;
  }
  .post_list .post .detail {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .post_list .post .cate_wrap span {
    width: 60px;
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 0;
    color: #fff;
    border-radius: 4px;
    margin: 0 6px 0 0;
  }
  .post_list .post .date {
    font-weight: bold;
    font-size: 13px;
  }
  .post_list .post h2 {
    font-size: 13px;
    padding: 12px 0;
  }
  .single_wrap h3 {
    font-size: 20px;
    border-bottom: 1px solid #E62534;
    padding: 0 0px 5px;
    margin: 0 0 0.5em;
  }
	.single_wrap h4{
		font-size: 18px;
	}
	
  .single_wrap p {
    margin: 1.75em 0;
  }
}
@media only screen and (max-width: 768px) {
  #search {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #search .cmenu {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .post_list .post {
    width: 100%;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top .slide_list_wrap {
  display: flex;
  overflow: hidden;
  margin: 40px 0 0;
}
#top .slide_list {
  display: flex;
  list-style: none;
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
#top .slide_list li {
  width: calc(100vw / 6);
  margin: 0 20px;
}
#top .slide_list li > img {
  width: 100%;
}
@media only screen and (max-width: 1920px) {
  #top .slide_list li {
    width: calc(100vw / 4.5);
  }
}
@media only screen and (max-width: 1620px) {
  #top .slide_list li {
    width: calc(100vw / 3.8);
  }
}
@media only screen and (max-width: 1280px) {
  #top .slide_list_wrap {
    margin: 5% 0 0;
  }
  #top .slide_list li {
    width: calc(100vw / 2.8);
    margin: 0 0.8%;
  }
}

/* recruit */
#recruit .r_sp {
	display: none;
}
#recruit .cttl {
	margin: 40px 0 75px;
}
#recruit .cttl h2 {
	font-size: 60px;
	line-height: 1;
	color: #E62534;
	margin: 0 0 5px;
}
#recruit .cttl p {
	font-size: 14px;
}
#recruit .intor h3 {
	color: #E62534;
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin: 0 0 60px;
	line-height: 36px;
	background-image: url("../img/common/rec_arr.svg");
	background-position: left top 14px;
	background-repeat: no-repeat;
}
#recruit .intor .rec_list {
	border-left: 8px solid #E62534;
	padding: 0 0 0 30px;
	margin: 0 0 110px;
	background-image: url("../img/common/bg_logo.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
}
#recruit .intor .rec_list dl {
	display: flex;position: relative;
	padding: 28px 0 65px;
}
#recruit .intor .rec_list dl::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #E62534;
}
#recruit .intor .rec_list dl dt {
	color: #E62534;
	font-size: 22px;
	font-weight: bold;
	width: 124px;
	line-height: 1;
}
#recruit .intor .rec_list dl dd {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	padding: 2px 0 0 45px;
	background-image: url("../img/common/rec_arr.svg");
	background-position: left top 10px;
	background-repeat: no-repeat;
}
#recruit .intor .rec_list dl dd span {
	font-size: 14px;
	font-weight: bold;
	color: #C7B299;
	opacity: 0.4;
}
#recruit .recruit_position.bg_wh {
	border-top: 1px solid #C7B299;
	border-bottom: 1px solid #C7B299;
	background-color: #fff;
	padding: 80px 0;
}
#recruit .recruit_team {
	padding: 80px 0 0;
}
#recruit .cont_wrap{
	position: relative;
}

#recruit .page_ttl {
    margin: 0 0 38px;
}
#recruit .page_ttl h2 {
    font-size: 22px;
    line-height: 34px;
    border-left: 8px solid #E62534;
	color: #E62534;
}
#recruit .page_ttl h2::before {
  width: 8px;
  height: 12px;
  left: -8px;
}
#recruit .list_wrap dl {
	display: flex;
	margin: 0 0 35px;
}
#recruit .list_wrap dl:last-child {
	margin: 0;
}
#recruit .list_wrap dl dt {
	font-size: 15px;
	font-weight: bold;
	color: #E62534;
	width: 120px;
	padding: 0 0 0 30px;
	position: relative;
	line-height: 1;
}
#recruit .list_wrap dl dt::before {
	position: absolute;
	top:8px;
	left: 0;
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background-color: #E62534;
}
#recruit .recruit_team .list_wrap dl dt {
	padding: 5px 0 0 30px;
}
#recruit .recruit_team .list_wrap dl dt::before {
	top:13px;
}
#recruit .recruit_team .list_wrap dl:first-child dt::before {
	display: none;
}
#recruit .list_wrap dl dd p {
	line-height: 1;
	font-size: 14px;
	margin: 0 0 20px;
}
#recruit .list_wrap dl dd p.text {
	line-height: 1.6;
	margin: 35px 0 0;
}
#recruit .list_wrap dl dd p a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-decoration: underline;
	color: #000;
	padding: 0 0 0 12px;
	display: block;
	background-image: url("https://callisto-ai.com/wp-content/uploads/2023/04/rec_list_arr.svg");
	background-position: left top 4px;
	background-repeat: no-repeat;
	transition: 0.3s;
}
#recruit .list_wrap dl dd p a:hover {
	color: #E62534;
	transition: 0.3s;
}
#recruit .recruit_team .list_wrap dl dd p {
	line-height: 1.6;
	font-size: 18px;
}

@media only screen and (max-width: 768px) {
	#recruit .r_sp {
	display: block;
}
	#recruit .cttl {
	margin: 6% 0 12%;
}
#recruit .cttl h2 {
	font-size: 40px;
	margin: 0 0 5px;
}
#recruit .cttl p {
	font-size: 14px;
}
#recruit .intor h3 {
	font-size: 18px;
	padding: 0 0 0 30px;
	margin: 0 0 10%;
	line-height: 1.5;
	background-position: left top 8px;
}
#recruit .intor .rec_list {
	border-left:none;
	padding: 0;
	margin: 0 0 18%;
	background-size: 18%;
}
#recruit .intor .rec_list dl {
	display: block;
	padding: 0 0 7% 0;
}
#recruit .intor .rec_list dl::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	display: block;
	width: 20px;
	height: 2px;
}
#recruit .intor .rec_list dl dt {
	font-size: 20px;
	width: auto;
	line-height: 1;
	padding: 0 0 0 30px;
}
#recruit .intor .rec_list dl dd {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	padding: 4% 0 0 0;
	background:none;
}
#recruit .intor .rec_list dl dd span {
	font-size: 10px;
	margin: 6% 0 0;
	display: block;
}
#recruit .recruit_position.bg_wh {
	padding:10% 0;
}
#recruit .recruit_team {
	padding: 10% 0;
}
#recruit .recruit_position .cont_wrap::before {
	font-size: 18px;
}
#recruit .recruit_team .cont_wrap::before {
	font-size: 18px;
}
#recruit .page_ttl {
    margin: 0 0 38px;
}
#recruit .page_ttl h2 {
    font-size: 18px;
    line-height: 24px;
    border-left: 6px solid #E62534;
}
#recruit .page_ttl h2::before {
  width: 6px;
  height: 12px;
  left: -6px;
}
#recruit .list_wrap dl {
	display: block;
	margin: 0 0 35px;
}
#recruit .list_wrap dl:last-child {
	margin: 0;
}
#recruit .list_wrap dl dt {
	font-size: 12px;
	width: auto;
	padding: 0 0 0 30px;
}
#recruit .list_wrap dl dt::before {
	top: 6px;
}
#recruit .recruit_team .list_wrap dl:first-child dt {
	display: none;
}
#recruit .list_wrap dl dd p {
	line-height: 1;
	font-size: 12px;
	margin: 0 0 0;
}
#recruit .list_wrap dl dd p.text {
	line-height: 1.6;
	margin: 35px 0 0;
}
#recruit .list_wrap dl dd p a {
	font-size: 15px;
	padding: 4% 8% 4% 12%;
	display: block;
	margin: 0 -8%;
	text-decoration: none;
	background-image: url("https://callisto-ai.com/wp-content/uploads/2023/04/rec_list_arr.svg"),url("https://callisto-ai.com/wp-content/uploads/2023/04/rec_list_arr_bw.svg");
	background-position: left 8% center,right 8% center  ;
	background-repeat: no-repeat,no-repeat;
	border-bottom: 1px solid #C7B299;
}
#recruit .recruit_team .list_wrap dl dd p {
	line-height: 1.6;
	font-size: 15px;
	margin:4% 0 0;
}
}
/* about */
#about .r_sp {
	display: none;
}
#about .cttl {
	margin: 40px 0 75px;
}
#about .cttl h2 {
	font-size: 60px;
	line-height: 1;
	color: #E62534;
	margin: 0 0 5px;
}
#about .cttl p {
	font-size: 14px;
}
#about .intor {
	display: flex;
	justify-content: space-between;
	margin: 0 0 160px;
}
#about .intor .text {
	width: 800px;
}
#about .intor .text h3 {
	font-size: 24px;
	line-height: 40px;
}
#about .intor .text h3::after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #E62534;
	margin: 30px 0;
}
#about .intor .text p {
	font-size: 16px;
	line-height: 30px;
}
#about .page_ttl {
    margin: 0 0 38px;
}
#about .page_ttl h2 {
    font-size: 22px;
    line-height: 34px;
    border-left: 8px solid #E62534;
	color: #E62534;
}
#about .page_ttl h2::before {
  width: 8px;
  height: 12px;
  left: -8px;
}
#about .about_message {
	border-top: 1px solid #C7B299;
	background-color: #fff;
	padding: 110px 0;
	background-image: url("../img/page/about-us/pred.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
#about .about_message .cont_wrap {
	position: relative;
}

#about .about_message .text {
	width: 700px;
}
#about .about_message .text h3 {
	font-size: 24px;
	line-height: 40px;
}
#about .about_message .text h3::after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #E62534;
	margin: 30px 0;
}
#about .about_message .text p {
	font-size: 16px;
	line-height: 30px;
}
#about .about_message .text p.name {
	text-align: right;
	font-size: 20px;
	margin: 40px 0 0;
}
#about .about_point {
	background-color: #E62534;
	padding: 100px 0 60px;
}
#about .about_point h2 {
	font-size: 30px;
	line-height: 46px;
	color: #FFFFF3;
	margin: 0 0 50px;
	text-align:center;
}
#about .about_point .box {
	margin: 0 0 40px;
}
#about .about_point .box dl {
	display: flex;
	align-items: center;
	justify-content:center;
}
#about .about_point .box dl dt {
	font-size: 18px;
	line-height: 1;
	color: #FFFFF3;
	width: 70px;
	position: relative;
}
#about .about_point .box dl dt::after {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background-color: #FFFFF3;
	position: absolute;
	top: 50%;
	right: 22px;
}
#about .about_point .box dl dd h3 {
	font-size: 24px;
	font-weight: bold;
	color: #E62534;
	background-color: #FFFFF3;
	line-height: 1;
	padding: 14px;
}
#about .about_point .box p {
	margin: 10px 0 0 0;
	font-size: 18px;
	text-align:center;
	color: #FFFFF3;
}
#about .about_member {
	padding: 110px 0 20px;
	border-bottom: 1px solid #C7B299;
}
#about .about_member .box {
	margin: 60px 0 0;
}
#about .about_member .cont_wrap {
	position: relative;
}

#about .about_member dl {
	display: flex;
	margin: 0 0 110px;
}
#about .about_member dl dt {
	width: 206px;
}
#about .about_member dl dt h3 {
	font-size: 22px;
	line-height: 1.4;
}
#about .about_member dl dt h3::before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #E62534;
	margin: 30px 0;
}
#about .about_member dl dt .en {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin: 10px 0 0;
}
#about .about_member dl dt .pos {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	margin: 30px 0 0;
}
#about .about_member dl dt .pos_en {
	font-size: 15px;
	line-height: 1;
	opacity: 0.4;
	font-weight: bold;
	margin: 10px 0 0;
}
#about .about_member dl dd:last-child {
	flex: 1;
	padding: 0 0 0 45px;
}
#about .about_member dl dd p {
	font-size: 16px;
	line-height: 26px;
}
#about .about_member dl dd p.more {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 0;
}
#about .about_member dl dd p.more a {
	text-decoration: underline;
	color: #000;
	padding: 0 0 0 15px;
	background-image: url("https://callisto-ai.com/wp-content/uploads/2023/04/rec_list_arr.svg");
	background-position: left top 4px;
	background-repeat: no-repeat;
}
#about .about_corporate {
  padding: 110px 0 0;
}
#about .about_corporate .cont_wrap {
  position: relative;
}

#about .about_corporate dl {
  border-top: 1px solid rgba(199,178,153,0.40);
  display: flex;
  font-size: 16px;
}
#about .about_corporate dl:last-child {
  border-bottom: 1px solid rgba(199,178,153,0.40);
}
#about .about_corporate dl dt {
  width: 9em;
  font-weight: bold;
  padding: 18px 0;
}
#about .about_corporate dl dd {
  padding: 18px 0;
}
#about .about_corporate .nvidia {
  text-align: center;
  margin: 110px 0 0;
}

@media only screen and (max-width: 1200px) {
#about .intor h2 {
	width: 26%;
}
#about .intor .text {
	width: 66%;
}
#about .about_message .text {
	width: 65%;
}
#about .about_point {
	padding: 100px 0;
	background-position: right -60px bottom -300px;
}
}
@media only screen and (max-width: 768px) {
#about .r_sp {
	display: none;
}
#about .cttl {
	margin: 6% 0 12%;
}
#about .cttl h2 {
	font-size: 40px;
	margin: 0 0 5px;
}
#about .intor {
	display: block;
	margin: 0 0 10%;
	position: relative;
}
  #about .intor h2 {
        width: 40%;
    margin: 6px auto 10%;
  }
#about .intor .text {
	width: auto;
}
#about .intor .text h3 {
	font-size: 18px;
	line-height: 1.4;
	padding: 0;
}
#about .intor .text h3::after {
	display: none;
}
#about .intor .text p::before {
	content: '';
	display: block;
	width: 30px;
	margin: 20px 0;
	height:1px;
    background-color: #E62534;
}
#about .intor .text p {
	font-size: 16px;
	line-height: 26px;
}
#about .page_ttl {
    margin: 0 0 4%;
}
#about .page_ttl h2 {
    font-size: 20px;
    line-height: 26px;
    border-left: 6px solid #E62534;
}
#about .page_ttl h2::before {
  width: 6px;
  height: 12px;
  left: -6px;
}

#about .about_message {
	padding: 10% 0;
	background:none;
  background-color: #fff;
}
#about .about_message .cont_wrap {
	position: relative;
}
#about .about_message .cont_wrap::before {
	font-size: 18px;
}
#about .about_message .text {
	width: auto;
}
#about .about_message .text h3 {
	font-size: 20px;
	line-height: 32px;
  padding: 0 40% 0 0;
  background-image: url("https://callisto-ai.com/wp-content/uploads/2023/04/pred_sp.png");
  background-size: 50%;
  background-position: right -20% top;
  background-repeat: no-repeat;
}
#about .about_message .text h3::after {
	width: 30px;
	margin: 20px 0;
}
#about .about_message .text p {
	font-size: 16px;
	line-height: 26px;
}
#about .about_message .text p.name {
	font-size: 20px;
	margin: 7% 0 0;
}
#about .about_point {
	padding: 10% 0 8%;
	background-image: none;
}
#about .about_point h2 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 4%;
}
#about .about_point .box {
	margin: 0 0 8%;
}
#about .about_point .box dl {
	display: block;
}
#about .about_point .box dl dt {
	font-size: 18px;
	width: 70px;
	margin: 0 0 2.5%;
}
#about .about_point .box dl dt::after {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background-color: #FFFFF3;
	position: absolute;
	top: 50%;
	right: 22px;
}
#about .about_point .box dl dd h3 {
	font-size: 18px;
	padding: 3%;
  display: inline-block;
  line-height: 1.4;
}
#about .about_point .box p {
	margin: 2.5% 0 0 0;
	font-size: 16px;
	text-align:left;
}
#about .about_member {
	padding: 14% 0 6%;
}
#about .about_member .box {
	margin: 6% 0 0;
}
#about .about_member .cont_wrap {
	position: relative;
}
#about .about_member .cont_wrap::before {
	font-size:18px;
}
#about .about_member dl {
	display: flex;
  flex-wrap: wrap;
	margin: 0 0 10%;
}
#about .about_member dl dt {
	width: 60%;
}
#about .about_member dl dt h3 {
	font-size: 18px;
}
#about .about_member dl dt h3::before {
	content: '';
	display: block;
	width: 30px;
	margin: 20px 0;
}
#about .about_member dl dt .en {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin: 10px 0 0;
}
#about .about_member dl dt .pos {
	font-size: 16px;
	font-weight: bold;
	margin: 4% 0 0;
}
#about .about_member dl dt .pos_en {
	font-size: 15px;
	line-height: 1;
	opacity: 0.4;
	font-weight: bold;
	margin: 10px 0 0;
}
  #about .about_member dl dd:nth-child(2) {
    width: 38%;
    margin: 30px 0 0;
  }
#about .about_member dl dd:last-child {
	flex: 1;
	padding: 5% 0 0 0;
}
#about .about_member dl dd p {
	font-size: 15px;
	line-height: 24px;
}
#about .about_member dl dd p.more {
	text-align: center;
	font-size: 14px;
	margin: 6% 0 0;
}
#about .about_corporate {
  padding: 10% 0;
}
#about .about_corporate .cont_wrap::before {
	font-size: 18px;
}
#about .about_corporate dl {
  border-top: 1px solid rgba(199,178,153,0.40);
  display: flex;
  font-size: 15px;
}
#about .about_corporate dl:last-child {
  border-bottom: 1px solid rgba(199,178,153,0.40);
}
#about .about_corporate dl dt {
  width: 8em;
  padding: 14px 0;
}
#about .about_corporate dl dd {
  padding: 14px 0;
  flex: 1;
}
#about .about_corporate .nvidia {
  margin: 12% 0 0;
  padding: 0 15%;
}
}
/* Our Business */

#business {
	background-image: url("https://callisto-ai.com/wp-content/uploads/2023/08/business_bg.svg");
	background-position: top 60px center;
	background-repeat: no-repeat;
}
#business .low_page {
	padding: 140px 0 0;
}
#business .our_business {
	width: 1000px;
	margin: auto;
}
#business .our_business .cttl h2 {
    font-size: 75px;
    line-height: 1;
    color: #FFFFF3;
    margin: 0 0 35px;
}
#business .our_business .intor {
    font-size:26px;
	line-height: 48px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 60px;
}
#business .our_business .solution dl{
	display: flex;
	justify-content: space-between;
	margin: 0 0 55px;
}
#business .our_business .solution dl dt {
	width: 534px;
}
#business .our_business .solution dl dt .flex {
	display: flex;
	align-items: center;
	margin: 0 0 35px;
}
#business .our_business .solution dl dt .flex span{
	background-color: #fff;
	border-radius: 100vh;
	line-height: 32px;
	font-size: 20px;
	color: #C62A37;
	font-weight: bold;
	width: 165px;
	display: block;
	text-align: center;
	margin: 0 30px 0 0;
}
#business .our_business .solution dl dt .flex h3 {
	font-size: 36px;
	line-height: 1;
	color: #FFFFF3;
}
#business .our_business .solution dl dt .sub {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 6px;
	padding: 0 0 10px;
}
#business .our_business .solution dl dt p {
	font-size: 18px;
	letter-spacing: -0.5px;
	color: #fff;
}
#business .business_model {
	margin: 160px auto 90px;
	text-align: center;
}
#business .business_model h2 {
	text-align: center;
	font-size: 60px;
	line-height: 1;
	color: #E62534;
	margin: 0 0 65px;
}
#business .datahub {
	background-image: url("https://callisto-ai.com/wp-content/uploads/2023/08/business_datahub_bg.jpg");
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}
#business .strengths {
	background-color: #fff;
	padding: 85px 0;
}
#business .strengths .inn {
	width: 1000px;
	margin: auto;
}
#business .strengths .inn h2 {
	text-align: center;
	font-size: 60px;
	line-height: 1;
	color: #E62534;
	margin: 0 0 65px;
}
#business .strengths .inn ul {
	display: flex;
	justify-content: space-between;
}
#business .strengths .inn ul li {
	text-align: center;
	border: 3px solid #E62534;
	border-radius: 20px;
	width: 230px;
	box-sizing: border-box;
	padding: 35px 5px 25px;
}
#business .strengths .inn ul li .icon {
	width: 92px;
	height: 92px;
	margin: 0 auto 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#business .strengths .inn ul li h3 {
	font-size: 24px;
	line-height: 30px;
	color: #E62534;
	border-bottom: 1px solid #E62534;
	width: 196px;
	margin: 0 auto 15px;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
	height: 2.6em;
	justify-content: center;
}
#business .strengths .inn ul li p {
	font-size: 15px;
	line-height: 20px;
	color: #E62534;
	padding: 0 5px;
}
#business .strengths .btm_text {
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0 0;
	display: flex;
}
#business .use_cases {
	background-image: url("https://callisto-ai.com/wp-content/uploads/2023/08/use_cases_bg.jpg");
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding:50px 0;
}
#business .use_cases .inn {
	width: 1000px;
	margin: auto;
}
#business .use_cases .inn h2 {
	text-align: center;
	font-size: 60px;
	line-height: 1;
	color: #fff;
	margin: 0 0 60px;
}
#business .use_cases .inn .flex {
	display: flex;
	justify-content: space-between;
}
#business .use_cases .inn .flex .box {
	width: 480px;
}
#business .use_cases .inn .flex .box h3 {
	color: #fff;
	margin: 0 0 35px;
	font-size: 20px;
	line-height: 1;
	position: relative;
	text-align: left;
}
#business .use_cases .inn .flex .box h3::after {
	content: '';
	height: 1px;
	width: 92px;
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #fff;
	display: block;
}
#business .use_cases .inn .flex .box:nth-child(2) h3::after {
	width: 24px;
}
#business .use_cases .inn .flex .box ul li {
	margin: 0 0 30px;
}
#business .use_cases .inn .flex .box:nth-child(2) ul li {
	margin: 0 0 30px;
}
#business .use_cases .inn .flex .box ul li:last-child {
	margin: 0 ;
}
#business .benefits {
	text-align: center;
	background-color: #fff;
	padding: 100px 0 0;
}
#business .benefits h2 {
	text-align: center;
	font-size: 60px;
	line-height: 1;
	color: #E62534;
	margin: 0 0 100px;
}
#business .benefits .box_wrap {
	margin: 0 0 100px;
}
#business .benefits .box_wrap.last {
	margin: 0;
}
#business .benefits .box {
	width: 1000px;
	margin: auto;
}
#business .benefits .box .icon {
	margin: 0 0 24px;
}
#business .benefits .box h3 {
	color: #E62534;
	font-size: 24px;
	border-bottom:3px solid #E62534;
	padding: 0 0 20px;
	margin: 0 0 50px;
}
#business .benefits .box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
#business .benefits .box ul li {
	width: 50%;
	margin: 0 0 50px;
	position: relative;
}
#business .benefits .box ul li:nth-child(1):before,
#business .benefits .box ul li:nth-child(3):before{
	position: absolute;
	right: 0;
	top: 0px;
	width: 2px;
	height: 168px;
	content: '';
	background-color: rgba(199,178,153,.4);
	display: block;
}

#business .benefits .box ul li:nth-child(3):after{
	position: absolute;
	left: 40px;
	top: -28px;
	width: 422px;
	height: 2px;
	content: '';
	background-color: rgba(199,178,153,.4);
	display: block;
}
#business .benefits .box ul li:nth-child(4):after{
	position: absolute;
	right: 45px;
	top: -28px;
	width: 422px;
	height: 2px;
	content: '';
	background-color: rgba(199,178,153,.4);
	display: block;
}
#business .benefits .box ul li h4 {
	font-size: 20px;
	line-height: 40px;
	border-radius: 100vh;
	color: #fff;
	background-color:#E62534;
	width: 422px;
	margin: 0 auto 16px;
}
#business .benefits .box ul li p {
	font-size: 16px;
	line-height: 24px;
	width: 422px;
	margin: auto;
	text-align: left;
	min-height: 120px;
}
#business .benefits .voice {
	background-color: #C62A37;
	padding: 40px 0;
}
#business .benefits .voice .inn {
	width: 1000px;
	margin: auto;
	position: relative;
}
#business .benefits .voice .inn h3{
	position: absolute;
	left: 0;
	top: 0;
	width: 106px;
	background-color: #fff;
	border-radius: 0 100vh 100vh 0;
	font-size: 20px;
	line-height: 30px;
	color: #E62534;
}
#business .benefits .voice .inn dl {
	display: flex;
	margin: 0 0 25px 90px;
	justify-content: space-between;
}
#business .benefits .voice .inn dl:last-child {
	margin: 0 0 0 90px;
}
#business .benefits .voice .inn dl dt {
	width: 170px;
	margin: 40px 0 0; 
}
#business .benefits .voice .inn dl dt p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 20px 0 0;
}
#business .benefits .voice .inn dl dd {
	width: 736px;
	position: relative;
}
#business .benefits .voice .inn dl dd::before {
	position: absolute;
	left: -39px;
	top: 60px;
	content: '';
	height:1px;
	width: 40px;
	display: block;
	background-color: #fff;
    transform: rotateZ(-20deg);
}
#business .benefits .voice .inn dl dd p {
	font-size: 18px;
	color: #fff;
	line-height:24px;
	font-weight: bold;
	text-align: left;
	border:1px solid #fff;
	padding: 15px 30px;
	border-radius: 20px;
}
#business #contact {
  text-align: center;
  margin: 100px 0;
}
#business #contact .inn {
  width: 1140px;
  margin: auto;
}
#business #contact h2 {
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  width: 716px;
}
#business #contact h2:before, #business #contact h2:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #E62534;
}
#business #contact h2:before {
  margin-right: 60px;
}
#business #contact h2:after {
  margin-left: 60px;
}
#business #contact p {
  text-align: left;
  margin: 0 auto 60px;
  font-weight: bold;
	max-width: 880px;
}
#business #contact .inn .btn a {
    width: 260px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    color: #fff;
    background-color: #E62534;
    line-height: 1;
    padding: 15px 0;
    border-radius: 10px;
    transition: 0.3s;
}
@media (max-width: 1200px) {
	#business #contact .inn {
		width: 96%;
	}
	#business #contact .inn .btn a {
    width: 80%;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 6px;
}
	 #business #contact {
    padding: 14% 0;
	 margin: 0;
	 background-color: #FFFFF3;
  }
  #business #contact .inn {
    width: 90%;
    margin: auto;
  }
  #business #contact h2 {
    font-size: 26px;
    margin: 0 auto 6%;
    width: 100%;
  }
  #business #contact h2:before, #business #contact h2:after {
    height: 2px;
  }
  #business #contact h2:before {
    margin-right: 30px;
  }
  #business #contact h2:after {
    margin-left: 30px;
  }
  #business #contact p {
    margin: 0 0 6%;
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
#business {
	background-image: url("https://callisto-ai.com/wp-content/uploads/2023/08/business_bg_sp.svg");
	background-position: top 90px left -100%;
	background-size: 70%;
	background-color: #C62A37;
}
#business .low_page {
	padding: 180px 0 0;
}
#business .our_business {
	width: 92%;
	margin: auto;
	padding: 0 0 6%;
}
#business .our_business .cttl h2 {
    font-size:35px;
    line-height: 1;
    margin: 0 0 30px;
}
#business .our_business .intor {
    font-size:20px;
	line-height: 1.5;
	margin: 0 0 16%;
}
#business .our_business .solution dl{
	display: block;
	margin: 0 0 12%;
}
#business .our_business .solution dl dt {
	width: 100%;
	margin: 0 0 6%;
}
#business .our_business .solution dl dt .flex {
	margin: 0 0 4%;
}
#business .our_business .solution dl dt .flex span{
	line-height: 2;
	font-size: 14px;
	width: 100px;
	margin: 0 20px 0 0;
}
#business .our_business .solution dl dt .flex h3 {
	font-size: 24px;
}
#business .our_business .solution dl dt .sub {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#business .our_business .solution dl dt p {
	font-size: 14px;
	line-height: 1.5;
}
	#business .our_business .solution dl dd {
		width: 80%;
		margin: auto;
	}
#business .business_model {
	margin: 0 auto;
	background-color: #FFFFF3;
	padding: 10% 0;
	text-align: center;
}
#business .business_model h2 {
	font-size:35px;
	margin: 0 0 8%;
}
#business .business_model .map {
	text-align: center;
	padding: 0 15%;
}
	#business .business_model .map img {
		width: 100%;
		height: auto;
	}
#business .datahub {
	background: none;
	padding:0;
}
#business .strengths {
	padding: 12% 0;
}
#business .strengths .inn {
	width: 92%;
	margin: auto;
}
#business .strengths .inn h2 {
	font-size: 35px;
	margin: 0 0 8%;
}
#business .strengths .inn ul {
	flex-wrap: wrap;
}
#business .strengths .inn ul li {
	border-radius: 15px;
	width: 100%;
	padding: 6% 3%;
	margin: 0 0 6%;
}
#business .strengths .inn ul li .icon {
	width: 25%;
	height: auto;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#business .strengths .inn ul li h3 {
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	margin: 0 auto 15px;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
	height: auto;
}
	#business .strengths .inn ul li h3 br {
		display: none;
	}
#business .strengths .inn ul li p {
	font-size: 13px;
	line-height: 1.5;
}
	#business .strengths .inn ul li p br {
		display: none;
	}
#business .strengths .btm_text {
	font-size: 14px;
	line-height: 1.5;
	margin:0;
	font-weight: bold;
}
#business .use_cases {
	padding:12% 0;
}
#business .use_cases .inn {
	width:100%;
	margin: auto;
}
#business .use_cases .inn h2 {
	font-size: 35px;
	margin: 0 0 8%;
}
#business .use_cases .inn .flex {
	flex-wrap: wrap;
}
#business .use_cases .inn .flex .box {
	width: 100%;
}
#business .use_cases .inn .flex .box h3 {
	margin: 0 0 6% 4%;
	font-size: 20px;
}
#business .use_cases .inn .flex .box h3::after {
	display: none;
}
	#business .use_cases .inn .flex .box ul {
		margin: 0 0 10%;
	}
#business .use_cases .inn .flex .box:nth-child(2) ul {
	margin: 0 ;
}
#business .use_cases .inn .flex .box ul li {
	margin: 0 4% 5% 0;
}
#business .use_cases .inn .flex .box:nth-child(2) ul li {
	margin: 0 4% 5% 0;
}
#business .use_cases .inn .flex .box ul li:last-child {
	margin:  0 4% 0 0;
}
#business .benefits {
	padding: 12% 0 0;
}
#business .benefits h2 {
	font-size: 35px;
	margin: 0 0 8%;
}
#business .benefits .box_wrap {
	margin: 0 0 10%;
}
#business .benefits .box_wrap.last {
	margin: 0;
}
#business .benefits .box {
	width: 92%;
	margin: auto;
}
#business .benefits .box .icon {
	margin: 0 auto 4%;
	width: 25%;
}
#business .benefits .box h3 {
	font-size: 18px;
	line-height: 1.4;
	padding: 0 0 15px;
	margin: 0 0 30px;
}
#business .benefits .box ul {
	flex-wrap: wrap;
	margin: 0;
}
#business .benefits .box ul li {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 2px solid rgba(199,178,153,.4);
}
	#business .benefits .box ul li:last-child,
	#business .benefits .box ul li.sp_border{
		border: none;
	}
#business .benefits .box ul li:nth-child(1):before,
#business .benefits .box ul li:nth-child(3):before{
	display: none;
}
#business .benefits .box ul li:nth-child(3):after{
	display: none;
}
#business .benefits .box ul li:nth-child(4):after{
	display: none;
}
#business .benefits .box ul li h4 {
	font-size: 16px;
	line-height: 35px;
	width:100%;
	margin: 0 auto 16px;
}
#business .benefits .box ul li p {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	width: auto;
	min-height: auto;
}
	#business .benefits .box ul li p br {
		display: none;
	}
#business .benefits .voice {
	padding: 5% 0;
}
#business .benefits .voice .inn {
	width: 92%;
}
#business .benefits .voice .inn dl {
	flex-wrap: wrap;
	margin: 0 0 6%;
}
#business .benefits .voice .inn dl:last-child {
	margin: 0;
}
#business .benefits .voice .inn dl dt {
	width: 100%;
	margin:5% 0;
	display: flex;
	align-items: flex-end;
}
	#business .benefits .voice .inn dl dt .icon {
		order: 2;
		width: 20%;
	}
#business .benefits .voice .inn dl dt p {
	font-size: 16px;
	line-height: 24px;
	margin:0;
	width: 80%;
}
#business .benefits .voice .inn dl dd {
	width: 100%;
}
#business .benefits .voice .inn dl dd::before {
	display: none;
}
#business .benefits .voice .inn dl dd p {
	font-size: 15px;
	line-height: 1.5;
	padding: 4% 6%;
	border-radius: 15px;
}
	#business .benefits .voice .inn dl dd p br {
		display: none;
	}



	#business  .footer {
		margin: 0;
	}
}

.animations-focus {
			visibility: hidden;
		}
	.text-focus-in {
		animation: 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both running text-focus-in;
		visibility: visible!important;
		white-space: nowrap;
}
		@-webkit-keyframes text-focus-in {
  0% {
	  letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
