/* 2023.4 リニューアルCSS START　*/

/* 共通CSS */
/*  */

html {
  font-size: 62.5%;  /* ベースのフォントサイズを10px */
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.7rem;
}

h5 {
  font-size: 1.4rem;
}

a {
  font-size: 1.4rem;
}

p {
  font-size: 1.4rem;
  line-height: 2.3rem;
}

ul,
li {
  font-size: 1.4rem;
}

.wrap-wide {
  width: 1000px;
}

.wrap-narrow {
  width: 800px;
}

.wrap-wide,
.wrap-narrow {
  margin: 0 auto;
}

.btn_trial {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  outline: none;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 15px 20px;
  background: rgb(251, 144, 28);
  background: linear-gradient(90deg, rgba(251, 144, 28, 1) 0%, rgba(255, 166, 70, 1) 100%);
}

/* コンテンツボタン共通 */

a.btn_common {
  /*ボタンの形状*/
  display: block;
  color: #fff;
  padding: 15px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  text-align: center;
}

a.btn_common:hover {
  color: #fff;
  background-position: 99% 50%;
}

a.btn_common > span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

/* コンテンツタイトル共通 */

.title_common {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 40px 0;
}

.title_common h2 {
  font-size: 2rem;
}

.title_common > h2 > span {
  font-size: 2.3rem; /* 英字大きめ */
}

.title_common > h2:after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, rgba(1, 60, 147, 1) 0%, rgba(67, 143, 255, 1) 100%);
  margin: 10px auto;
  width: 70px;
}

.title_common p {
 color: #5e5e5e;
}

/* ナビゲーション */
/*  */

.gnav li a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 10px 0;
}

/* フッター */
/*  */

.footer .nav {
  font-size: 1.4rem;
}

.footer .copy {
  font-size: 1.2rem;
  padding: 40px 0 60px;
}

/* お問い合わせ共通 */
/*  */

.area_contact h2 {
  font-size: 2rem;
}

/* メインビジュアル */
/*  */

#area_mv {
  background: url(../images/bg_blue.jpg) no-repeat;
  background-size: cover;
  padding: 110px 0 40px;
}

#area_mv .col-40 {
  padding: 0 30px 0 0;
}

#area_mv h1 {
  font-size: 4.2rem;
  letter-spacing: 2px;
  line-height: 5.2rem;
  color: #fff;
}

#area_mv p {
  color: #fff;
  margin: 15px 0 30px;
}

.menu label {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  font-size: 1.3rem;
}

#area_mv video {
  width: 600px;
}

/* 導入文 */
/*  */

#area_intro {
  background: rgb(245, 245, 245);
}

#area_intro h2 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 3rem;
}

#area_intro h2:first-child {
  padding: 70px 0 10px;
}

#area_intro h2:last-child {
  padding: 0 0 70px;
}

/* データベース・アイテム */
/*  */

#area_database_item {
  padding: 50px 0;
}

#area_database_item ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  text-align: center;
}

#area_database_item li {
  margin: 0 0 40px;
}

#area_database_item li img {
  width: 80%;
}

#area_database_item ul li h3 {
  font-weight: bold;
  margin: 10px 0;
}

#area_database_item ul li p {
  color: #5e5e5e;   
}

/* コンテンツ→コンテンツへの移動用 */

.arrow-down {
  font-size: 24px;
  text-align: center;
  margin: 0 0 40px 0;
}

.arrow-down span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.arrow-down span::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

/* データベースパッケージ */

.contents-dbp > div {
  background-color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 50px 0 0;
}

.contents-dbp img {
  width: 130px;
}

.contents-dbp .wrap-wide div:nth-child(1) {
  margin: 50px 0;
}

.contents-dbp .wrap-wide div:nth-child(2) {
  margin: 0 0 0 50px;
}

.contents-dbp .wrap-wide div:nth-child(2) h3,
.contents-dbp .wrap-wide div:nth-child(2) p  {
  color: #fff;
}

.contents-dbp .wrap-wide div:nth-child(2) h3 {
  margin: 0 0 15px;
}

/* データベース・アイテム詳細 */
/*  */

#area_database_item_detail  > div:nth-child(odd) {
  background: rgb(246, 246, 246);
}

#area_database_item_detail  > div:nth-child(even) > .wrap-wide > .col_box {
  flex-direction: row-reverse;
}

#area_database_item_detail .col-40 {
  margin: 0 0 0 30px;
}

#area_database_item_detail  > div:nth-child(even) > .wrap-wide > .col_box > .col-40 {
  margin: 0 30px 0 0;
}

#area_database_item_detail .col_box {
  padding: 20px 0;
}

#area_database_item_detail .col-60 {
  min-width: 60%;
  max-width: 60%;
}

#area_database_item_detail .col-40 {
  max-width: 40%;
}

#area_database_item_detail .col-40 {
  margin: 0 0 0 30px;
}

#area_database_item_detail .rev .col-40 {
  margin: 0 30px 0 0;
}

#area_database_item_detail h2 {
  margin: 30px 0 20px 0;
  line-height: 41px;
}

#area_database_item_detail p,
#area_database_item_detail ul {
  margin: 0 0 20px 0;
}

#area_database_item_detail li {
  line-height: 2.3rem;
}

#area_database_item_detail .tab-content img {
  object-fit: cover;
  width: 600px;
  height: 400px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/* 画像の位置調整 */

#area_database_item_detail > div:nth-child(1) > div > div > div.col-60 > div > div:nth-child(3) > img {
  object-position: 100% 100%; /* テーブル1 */
}


#area_database_item_detail > div:nth-child(2) > div > div > div.col-60 > div > div:nth-child(3) > img {
  object-position: 100% 100%; /* フォーム1 */
}

#area_database_item_detail > div:nth-child(3) > div > div > div.col-60 > div > div:nth-child(3) > img {
  object-position: 0% 100%; /* クエリ1 */
}

#area_database_item_detail > div:nth-child(5) > div > div > div.col-60 > div > div:nth-child(3) > img {
  object-position: 0% 100%; /* アクティビティ1 */
}

#area_database_item_detail > div:nth-child(5) > div > div > div.col-60 > div > div:nth-child(6) > img {
  object-position: 100% 0%; /* アクティビティ2 */
}

/* データベース・アイテムのタブ */

.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
  font-size: 1.4rem;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 191, 255,.1);
}

.tab-switch:checked + .tab-label {
	color: #013c93;
}

.tab-label::after {
	background: #013c93;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}

/* スペース・ユーザー */
/*  */

#area_space_user {
  padding: 50px 0;
}

#area_space_user .col-50 div h3 {
  padding: 0 0 8px;
  margin: 20px 0 0;
}

#area_space_user .col-50 div h3:first-child {
  margin: 0;
}

#area_space_user h3:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: -3px;
  margin: 0 8px 0 0;
}

#area_space_user div:nth-child(1) h3:nth-child(1)::before {
  background-image: url(../images/icon_admin.png);
}

#area_space_user div:nth-child(1) h3:nth-child(2)::before {
  background-image: url(../images/icon_host.png);
}

#area_space_user div:nth-child(1) h3:nth-child(3)::before {
  background-image: url(../images/icon_guest.png);
}

#area_space_user div:nth-child(2) h3::before {
  background-image: url(../images/icon_space.png);
}

#area_space_user .col_box .col-50:first-child {
  padding: 0 30px 0 0;
}

#area_space_user .col_box .col-50:first-child div {
  padding: 30px;
}

#area_space_user .col_box .col-50:first-child div:nth-child(1) {
  border: 1px solid #e9e9e9;
}

#area_space_user .col_box .col-50:first-child div:nth-child(2) {
  background: rgb(248 248 248);
  margin: 10px 0 0;
}

#area_space_user ul {
  margin: 10px 0 0;
}

#area_space_user li {
  margin: 0 0 10px;
}

#area_space_user li {
  margin: 0 0 10px;
}

#area_space_user li:last-child {
  margin: 0;
}

.center a {
  width: 370px;
  margin: 30px auto 0;
}

/* 活用事例一覧 */
/*  */

#area_case {
  padding: 50px 0;
  background: rgb(246, 246, 246);
}

#area_case ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#area_case li {
  width: calc(98% / 3);
  background: #fff;
  height: 360px;
}

#area_case li img {
  object-fit: cover;
  height: 200px;
}

#area_case li h3 {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 20px 15px 7px;
}

#area_case li p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  padding: 0 15px;
}

/* 下層ページ_データベースアイテム */
/*  */

.p40 .col_box {
  padding: 40px 0!important;
}

.p40 .col_box .col-60 img {
  object-fit: cover;
  width: 600px;
  height: 400px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

#area_database_item_nav {
    padding: 50px 0;
}

#area_database_item_nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#area_database_item_nav li {
  width: calc(50% - 45px);
  padding: 20px;
  background: #f8f8f8;
}

#area_database_item_nav li a {
  display: flex;
  flex-wrap: wrap;;
}

#area_database_item_nav li a div:first-child {
  width: 50px;
}

#area_database_item_nav li a div:last-child {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 0 10px;
}

#area_database_item_nav li a div h3 {
  padding: 0 0 3px 0;
}

/* FAQ */
/*  */

.area_accordion .title {
  font-size: 1.8rem;
}

/* about */
/*  */

.area_feature-list a {
  font-size: 1.3rem;
}

.area_feature-list ul li span {
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 3rem;
}

.area_feature .col-50 h2 {
  font-size: 3.0rem;
  line-height: 4.0rem;
}

.area_feature h2 span {
  font-size: 1.8rem;
}

/* 導入事例 */
/*  */

.area_common h2 span {
  font-size: 1.8rem;
}

.area_common table th, .area_common table td {
  font-size: 1.4rem;
  line-height: 1.9rem;
}

/* 活用事例 */
/*  */

.area_about h2 span {
  font-size: 1.8rem;
}

/* 会社概要 */
/*  */

.area_company h2 {
  line-height: 20px;
  font-size: 1.8rem;
}

.area_company table {
  font-size: 1.4rem;
}

/* 利用規約&プライバシーポリシー */
/*  */

.area_terms h2 {
  font-size: 1.8rem;
}

.area_terms ol li {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/* 動作環境 */
/*  */

.area_function h2 {
  font-size: 1.8rem;
}

.area_terms ol li {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.area_function table {
  font-size: 1.4rem;
}




/* 2023.4 リニューアルCSS END　*/