/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;  /* ベースのフォントサイズを10px */
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* フォント基本設定 */
h1,h2,h3,h4,h5,h6,p,div,li {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #404040;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* フォントサイズ */
h1 {font-size: 4rem;}
h2 {font-size: 3rem;}
h3 {font-size: 2rem;}
h4 {font-size: 1.7rem;}
h5 {font-size: 1.3rem;}
a {font-size: 1.6rem;}
p {font-size: 1.6rem;}
ul,li {font-size: 1.6rem;}
table {font-size: 1.6rem;}

/* 基本行間 */
p {line-height: 2.7rem;}
h3 {line-height: 3rem;}

p {
  word-break: break-all;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

label {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #3580F5;
}

a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.4s;
  -o-transition: background-color, color, 0.4s;
  -webkit-transition: background-color, color, 0.4s;
  transition: background-color, color, 0.4s;
}

img {
  width: 100%;
}

ol li {
  list-style-position: inside;
}

/* ------------------------------------------------------------------------------
	サイト基本設定
-------------------------------------------------------------------------------*/

.sp {
  display: none;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.col_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-90 {
  width: 90%;
}

.col-80 {
  width: 80%;
}

.col-75 {
  width: 75%;
}

.col-60 {
  width: 60%;
}

.col-50 {
  width: 50%;
}

.col-40 {
  width: 40%;
}

.col-33 {
  width: calc(100% / 3)
}

.col-25 {
  width: 25%;
}

.col-20 {
  width: 20%;
}

.col-10 {
  width: 10%;
}

.rev {
  flex-direction: row-reverse;
}

.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

.bg_type1 /*薄い青グラデ*/ {background: linear-gradient(0deg,rgba(191,230,237,0.2),rgba(58,108,221,0.1));}
.bg_type2 /*グレー*/ {background: #F7F7F5;}
.bg_type3 /*薄い水色*/ {background: #F3FAFE;}
.bg_type4 /*紺色*/ {background: #0D356F}

body > div {
  padding: 80px 0;
}

.narrow {
  max-width: 800px;
}

.high { 
  /* background: linear-gradient(transparent 0%, #0e357026 0%); */
  font-weight: bold;
  color: #3580F5;
}

.center {
  text-align: center;
}

/* ------------------------------------------------------------------------------
	カラム設定
-------------------------------------------------------------------------------*/

.list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.col2_type1 li {
  background: #fff;
}

.col2_type1 li div {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  line-height: 2.5rem;
}

.col2_type1 li div h3 {
  padding: 0 0 0 20px;
}

.col2_type1 li div img {
  width: 60px;
}

.col3_type1 {
  justify-content: center;
}

.col3_type1 li {
  background: #fff;
  width: calc(33% - 40px);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 50px 40px;
}

.col3_type1 li h3 {
  text-align: center;
  margin: 0 0 15px 0;
}

.col2_type1 li {
  width: calc(50% - 10px);
  box-sizing: border-box;
  box-shadow: 0 0 8px rgb(227, 227, 227);
  border-radius: 5px;
  padding: 30px 50px;
}

.col2_type2 a:hover .btn_type4 {
  text-decoration: underline;
}

.col2_type2 a:hover h3 {
  color: #3580F5;
}

.col2_type2 > li {
  width: calc(50% - 10px);
  box-sizing: border-box;
  box-shadow: 0 0 8px rgb(227, 227, 227);
  border-radius: 5px;
  padding: 40px 50px;
}

.col2_type2 > li h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.col2_type3 {
  display: flex;
	flex-wrap: wrap;
  align-items: center;
  margin: 0 0 100px;
}

.col2_type3 > div {
  width: 50%;
}

.col2_type3 p {
  padding: 20px 0 0;
}


.col2_type3 > div:last-child {
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

.col2_type3 > div {
  width: 50%;
}

.col2_type3.rev > div:last-child {
  padding: 0 50px 0 0;
  box-sizing: border-box;
}

.col2_type4 h4 {
  padding: 15px 0 5px 0;
}

.col2_type4 li {
  background: #fff;
  width: calc(50% - 10px);
  box-sizing: border-box;
  box-shadow: 0 0 8px rgb(227, 227, 227);
  border-radius: 5px;
  padding: 30px 50px;
}

.col3_type2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  align-items: center;
}

.col3_type2 li {
  background: #fff;
  width: calc(100% / 3 - 20px);
  box-sizing: border-box;
}

.col3_type2 li h3 {
  justify-content: center;
  margin: 15px 0 0 0;
}

.col3_type2 img {
  border-radius: 5px;
}

.col3_type3 {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 40px;
}

.col3_type3 li {
  display: flex;
	flex-wrap: wrap;
  background: #fff;
  width: calc(100% / 3 - 20px);
  box-sizing: border-box;
  box-shadow: 0 0 8px rgb(227, 227, 227);
  border-radius: 5px;
  padding: 20px;
}

.col3_type3::after {
  content:"";
  display: block;
  width: calc(100% / 3 - 20px);
}

.col3_type3 li h4 {
  margin: 0 0 3px 0;
  line-height: 2.2rem;
}

.col3_type3 li p {
  line-height: 2.4rem;
  word-wrap: break-word;
}

.col3_type3 li img {
  width: 60px;
  height: 60px;
}

.col3_type3 div {
  margin: 0 0 0 15px;
  flex: 1;
}

.col3_type4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  align-items: center;
}

.col3_type4 a,
.col3_type5 a {
  display: block;
}

.col3_type4 li {
  background: #fff;
  width: calc(100% / 3 - 20px);
  box-sizing: border-box;
  box-shadow: 0 0 8px rgb(227, 227, 227);
}

.col3_type4 li h3 {
  justify-content: center;
  margin: 25px;
  min-height: 90px;
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.col3_type4 a:hover h3 {
  color: #3580F5;
}

.col3_type4 li p {
  border-top: 1px solid rgb(220, 220, 220);
  margin: 0 25px;
  padding: 10px 0;
  height: 50px;
}

.col3_type4 a:hover .btn_type3 {
  text-decoration: underline;
}

.col3_type4 img {
  border-radius: 5px;
  object-fit: cover;
  height: 220px;
  box-sizing: border-box;
}

.col3_type4 li div:nth-child(1) {
  overflow: hidden;
}

.col3_type4 img{
  transition: 0.4s all;
}
.col3_type4 img:hover{
  transform: scale(1.05,1.05);
  transition: 0.4s all;
}

.col3_type5 {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
  align-items: center;
}

.col3_type5 li {
  background: #fff;
  width: calc(100% / 3 - 14px);
}

.col3_type5 li h3 {
  margin: 25px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgb(220, 220, 220);
  line-height: 2.5rem;
}

.col3_type5 li p {
  padding: 10px 0;
  min-height: 80px;
}

.col3_type5 li div:nth-child(1) {
  overflow: hidden;
}

.col3_type5 img {
  border-radius: 5px;
  transition: 0.4s all;
  border-radius: 5px;
  object-fit: cover;
  height: 220px;
  box-sizing: border-box;
}

.col3_type5 img:hover {
  transform: scale(1.05,1.05);
  transition: 0.4s all;
}

.col3_type5 a:hover .btn_type5 {
  text-decoration: underline;
}

.col3_type6 {
  display: flex;
}

.col3_type6 > div {
  display: flex;
  flex-flow: column;
}

.col3_type6 > div:first-child {
  width: calc(100% / 3);
}

.col3_type6 > div:first-child {
  padding: 0 50px 0 0;
  box-sizing: border-box;
}

.col3_type6.rev > div:first-child {
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

.col3_type6 > div:first-child p {
  padding: 20px 0;
}

.col3_type6 > div:first-child .btn_type1 {
  margin: inherit;
  justify-content: start;
}

.col3_type6 > div:last-child {
  width: calc(100% / 3 * 2);
}

.col3_type6 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.col3_type6 li {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  width: calc(100% / 2 - 10px);
  box-sizing: border-box;
  box-shadow: 0 0 8px rgb(227, 227, 227);
  border-radius: 5px;
  padding: 20px;
}

.col3_type6 li img {
  width: 60px;
  height: 60px;
}

.col3_type6 li div {
  margin: 0 0 0 15px;
  flex: 1;
}

.col3_type6 li h4 {
  margin: 0 0 3px 0;
  line-height: 2.2rem;
}

.col3_type6 li p {
  line-height: 2.4rem;
  word-wrap: break-word;
}

.col1_type1 li {
  display: flex;
  margin: 0 0 100px;
}

.col1_type1 li:last-child {
  margin: 0;
}

.col1_type1 li:nth-child(even) {
  flex-direction: row-reverse;
}

.col1_type1 li img {
  width: 50%;
}

.col1_type1 > li > div {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.col1_type1 li:nth-child(even) > div {
  padding: 0 50px 0 0;
  box-sizing: border-box;
}

.col1_type1 li:nth-child(odd) > div {
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

.col1_type1 li p {
  padding: 20px 0 0;
}

.col1_type1 li .btn_type1 {
  margin: 30px 0 0;
  justify-content: end;
}




/* ------------------------------------------------------------------------------
	ボタン設定
-------------------------------------------------------------------------------*/

.btn_type1 {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
}

.btn_type1 a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border: 3px solid #3580F5;
  background: #3580F5;
  color: #fff;
  width: 300px;
}

.btn_type1 a:hover {
  border: 3px solid #3580F5;
  background: #fff;
  color: #3580F5;
}

.btn_type2 a {
  color: #3580F5;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 10px;
}

.btn_type2 {
  text-align: center;
  margin: 40px 0 0;
}

.btn_type2 a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 50px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #3580F5;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.btn_type2 a:hover:before {
  width: 100px;/*線の長さ*/
  transition: all 0.4s 0s ease-in-out;
}

.btn_type3 a,
.btn_type4 a {
  color: #3580F5;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 10px;
}

.btn_type4 a:hover {
  text-decoration: underline;
}

.btn_type3 {
  text-align: right;
  margin: 0 25px 25px;
  color: #3580F5;
}

.btn_type4 {
  text-align: right;
  margin: 20px 0 0 ;
  color: #3580F5;
}

.btn_type5 a {
  color: #3580F5;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 10px;
}

.btn_type5 {
  margin: 0 0 20px 0;
  text-align: right;
  color: #3580F5;
}

.btn_type6 {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
}

.btn_type6 a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border: 3px solid #ff6102;
  background: #ff6102;
  color: #fff;
  width: 300px;
}

.btn_type6 a:hover {
  background: #fff;
  color: #ff6102;
}

/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/

.gnav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnav li a {
  color: #404040;
  display: block;
  text-decoration: none;
  padding: 10px 0;
}

.gnav li a:hover {
  color: #3580F5;
}

.gnav li li a {
  border-top: 1px solid #ffffff85;
}

.gnav li li a span {
  width: 10px;
  display: inline-block;
  border: solid 2px #0E356F;
  margin: 0 10px 4px 0;
}

.gnav>li:nth-last-child(2)>a {
  /*ボタンの形状*/
  display: block;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  padding: 10px 30px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border: 3px solid #ff6102;
  background: #ff6102;
  color: #fff;
}

.gnav>li:nth-last-child(2)>a:hover {
  border: 3px solid #ff6102;
  background: #fff;
  color: #ff6102;
}

.gnav>li:nth-last-child(1)>a {
  border-radius: 5px;
  padding: 10px 30px;
  background: #0E356F;
  color: #fff;
  border: 3px solid #0E356F;
}

.gnav>li:nth-last-child(1)>a:hover {
  border-radius: 5px;
  padding: 10px 30px;
  background: #fff;
  color: #0E356F;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1;
}

#open {
  color: #fff;
  background: none;
  border: none;
}

#close {
  width: 100px;
  height: 100px;
  float: right;
  background: none;
  border: none;
  margin: 10px 15px 0 0;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

#header .logo {
  max-width: 180px;
  padding: 5px 0 0 0;
}

#header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  -moz-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
  box-sizing: border-box;
  max-width: 1000px;
  min-height: 72px;
}

#header.fixed {
  background: #013c93;
}

#header.fixed .header-content {
  border-bottom: 0;
  padding: 10px 0;
}

#header.fixed .nav-toggle {
  top: 18px;
}

.head-animation {
  transform: translateY(-100%);
}

.navigation.open {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation .gnav li {
  margin: 15px 8px;
}

.navigation a {
  font-weight: bold;
  letter-spacing: 1px;
}

.navigation a:hover {
  color: #fff;
}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 19px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-toggle:before,
.nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.nav-toggle:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.nav-toggle:after {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.nav-toggle span {
  background-color: #0E356F;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before,
.nav-toggle span:after {
  background-color: #0E356F;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
  background-color: #fff;
}

.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.menu ul:hover {
  display: block;
  position: absolute;
}

.menu input {
  display: none;
}

.menu input:hover+ul {
  display: block;
  position: absolute;
}

.menu ul {
  display: none;
  list-style: none;
  margin: 0;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 15px;
}

.menu label {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  color: #404040;
}

/* ------------------------------------------------------------------------------
	メインビジュアル
-------------------------------------------------------------------------------*/

#area_mv {
  padding: 131px 0 50px;
  background: linear-gradient(20deg,rgba(191,230,237,0.6),rgba(58,108,221,0.6));
}

#area_mv .col-40 {
  padding: 0 30px 0 0;
}

#area_mv .col-60 video {
  width: 100%;
}

#area_mv h1 {
  font-size: 2.8rem;
  letter-spacing: 0px;
  line-height: 4.2rem;
}

#area_mv p {
  margin: 15px 0 30px;
}

#area_mv ul {
  display: flex;
  gap: 0 10px;
}

#area_mv ul li {
  width: 50%;
}

#area_mv .btn_trial,
#area_mv .btn_contact {
  display: block;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

#area_mv .btn_trial {
  border: 3px solid #ff6102;
  background: #ff6102;
  color: #fff;
}

#area_mv .btn_trial:hover {
  border: 3px solid #ff6102;
  background: #fff;
  color: #ff6102;
}

#area_mv .btn_contact {
  border: 3px solid #0E356F;
  background: #0E356F;
  color: #fff;
}

#area_mv .btn_contact:hover {
  background: #fff;
  color: #0E356F;
}

/* ------------------------------------------------------------------------------
	導入企業一覧
-------------------------------------------------------------------------------*/

#area_introduce_list .title {
  text-align: center;
  font-size: 13px;
  margin: 0 0 30px 0;
}

#area_introduce_list h2{
  font-size: 2.5rem;
}

#area_introduce_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

#area_introduce_list ul li {
  box-sizing: border-box;
  padding: 5px;
  width: 20%;
}

/* ------------------------------------------------------------------------------
	dbActableとは
-------------------------------------------------------------------------------*/

#area_about .col-40 {
  margin: 0 0 0 30px;
}

#area_about  > div > .wrap-wide > .col_box > .col-40 {
  margin: 0 30px 0 0;
}

#area_about .col-60 {
  min-width: 60%;
  max-width: 60%;
}

#area_about .col-40 {
  max-width: 40%;
}

#area_about .col-40 {
  margin: 0 0 0 30px;
}

#area_about h2 {
  margin: 30px 0 20px 0;
  line-height: 41px;
}

#area_about p {
  margin: 0 0 20px 0;
}

#area_about p:last-child {
  margin: 0;
}

.title_lead {
  display: flex;
  border-bottom: 1px solid rgb(220, 220, 220);
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}

.title_lead h2 {
  width: 400px;
  padding: 5px 0 0;
}

.title_lead p {
  flex:1;
}

.title_only {
  text-align: center;
  border-bottom: 1px solid rgb(220, 220, 220);
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}

/* ------------------------------------------------------------------------------
	dbActableをもっと知りたい方
-------------------------------------------------------------------------------*/

.area_contact {
  background: #5D9AF6;
}

.area_contact .title {
  text-align: center;
  padding: 0 0 50px;
}

.area_contact .title h2 {
  margin: 0 0 30px 0;
}

.area_contact .title h2,
.area_contact .title p {
  color: #fff;
}

.area_contact li a {
  display: block;
  margin: 15px 0 0;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.area_contact li:nth-child(1) a {
  border: 3px solid #ff6102;
  background: #ff6102;
}

.area_contact li:nth-child(1) a:hover {
  background: #fff;
  color: #ff6102;
}

.area_contact li:nth-child(2) a {
  border: 3px solid #0E356F;
  background: #0E356F;
}

.area_contact li:nth-child(2) a:hover {
  border: 3px solid #0E356F;
  color: #0E356F;
  background: #fff;
}

.area_contact li:nth-child(3) a {
  border: 3px solid #5D9AF6;
  background: #5D9AF6;
}

.area_contact li:nth-child(3) a:hover {
  background: #fff;
  color: #5D9AF6;
}

/* ------------------------------------------------------------------------------
	dbActableはこんな方におすすめ
-------------------------------------------------------------------------------*/

#area_recommend {
  background: #F7F7F5;
}

#area_recommend h2 {
  margin: 30px 0 50px;
  text-align: center;
}

#area_recommend .nav {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  margin: 0 0 40px 0;
}

#area_recommend .nav li {
  width: calc(33% - 40px);
}

#area_recommend .nav li a {
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center; 
  align-items: center;
  box-shadow: 0 0 8px rgb(227, 227, 227);
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  color: #404040;
  border: 3px solid #fff;
}

#area_recommend .nav li a:hover {
  border: 3px solid rgb(194, 194, 194);
}

#area_recommend .nav li span > span {
  font-size: 1.3rem;
  font-weight: 100;
  color: #7f7f7f;
}


#area_recommend .nav img {
  width: 60px;
  margin: 0 20px 0 0;
}

#area_recommend > .wrap > div  {
  box-shadow: 0 0 8px rgb(227, 227, 227);
  border-radius: 5px;
  padding: 50px;
  background: #fff;
  margin: 0 0 40px 0;
}

#area_recommend .wrap div div:nth-child(1) {
  display: flex;
  border-bottom: 1px solid rgb(220, 220, 220);
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#area_recommend .wrap div img {
  width: 60px;
}

#area_recommend .wrap div h3 {
  flex: 1;
  margin: 0 0 0 -60px;
}

#area_recommend .wrap div p {
  text-align: center;
  margin: 20px 0;
  font-size: 2.2rem;
  font-weight: bold;
}

#area_recommend .wrap div .catch {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
}

#area_recommend .wrap div ul {
  background: #F7F7F5;
  border-radius: 5px;
  padding: 20px;
}

#area_recommend .wrap div li {
  text-align: center;
  line-height: 2.7rem;
}

.arrow {
  display: inline-block;
  vertical-align: super;
  color: #3580F5;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  margin: 0 0 0 7px;
}

.arrow::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.margin1 {
  margin: 50px 0 130px;
}

/* ------------------------------------------------------------------------------
	料金
-------------------------------------------------------------------------------*/

#area_price {
  margin: 0 auto;
}

#area_price .wrap {
  display: flex;
  align-items: center;
  background: #D7E8F8;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 100px;
  width: 90%;
}

#area_price .wrap div:nth-child(1) {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}

#area_price .wrap div:nth-child(2) {
  width: 50%;
}

#area_price h2 {
  text-align: center;
  margin: 0 0 40px;
}

#area_price > .wrap > div:nth-child(2) p {
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
}

#area_price > .wrap > div:nth-child(2) p span {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px 0 20px;
}

/* ------------------------------------------------------------------------------
	ブログ一覧
-------------------------------------------------------------------------------*/

.blog_category {
  display: flex;
  margin: 10px 0 0;
}

.blog_category li {
  display: inline-block;
  background: #3580F5;
  color: #fff;
  border-radius: 100px;
  padding: 5px 15px;
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* ------------------------------------------------------------------------------
	ローコード開発・ノーコード開発とは
-------------------------------------------------------------------------------*/

#area_about_lowcode {
  background: #F7F7F5;
}

#area_about_lowcode > div {
  box-shadow: 0 0 8px rgb(227, 227, 227);
  border-radius: 5px;
  padding: 80px;
  background: #fff;
  box-sizing: border-box;
}

#area_about_lowcode h2 {
  padding: 0 0 20px;
}

#area_about_lowcode p {
  padding: 20px 0 0;
  box-sizing: border-box;
}

/* ------------------------------------------------------------------------------
	ニュース
-------------------------------------------------------------------------------*/

#area_news li {
  display: flex;
  padding: 0 0 10px 0;
}

#area_news .new::after {
  content: "NEW";
  color: #3580F5;
  padding: 0 0 0 10px;
}

#area_news p.new {
  padding: 0;
}

#area_news p:nth-child(1) {
  width: 180px;
}

/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/

#footer {
  background: #0E356F;
}

#footer .area_logo {
  padding: 60px 0 25px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

#footer .area_logo div {
  width: 300px;
  padding: 0 30px;
  box-sizing: border-box;
}


#footer .nav,
#footer .nav-secondary{
  color: #fff;
}

#footer .nav {
  margin: 20px 0 0;
}

#footer .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .nav ul a {
  color: #fff;
  text-decoration: none;
}

#footer .nav ul li {
  padding: 0 20px;
  border-right: 1px solid #fff;
}

#footer .nav ul li:last-child {
  border-right: none;
}

#footer .nav_secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff60;
  padding: 20px 0;
  margin: 80px 0 0;
}

#footer .nav_secondary p {
  font-size: 1.3rem;
  color: #fff;
}

#footer .nav_secondary a {
  color: #fff;
  text-decoration: underline;
}

#footer .nav_secondary ul {
  display: flex;
}

#footer .nav_secondary li {
  margin: 0 15px 0 0;
}

#footer .nav {
  font-size: 1.6rem;
}

/* ------------------------------------------------------------------------------
	下層ページタイトル
-------------------------------------------------------------------------------*/

#area_page-title {
  padding: 181px 0 100px;
}

#area_page-title .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

#area_page-title h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 4rem;
  margin: 0 0 20px;
}

#area_page-title p {
  margin: 0 0 10px;
  width: 700px;
}

#area_page-title p:last-child {
  margin: 0 0 20px;
}

#area_page-title .wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  width: 600px;
  margin: 20px 0 0;
}

#area_page-title ul li {
  width: 50%;
}

#area_page-title .btn_dl,
#area_page-title .btn_contact {
  display: block;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

#area_page-title .btn_dl {
  border: 3px solid #ff6102;
  background: #ff6102;
  color: #fff;
}

#area_page-title .btn_dl:hover {
  border: 3px solid #ff6102;
  background: #fff;
  color: #ff6102;
  text-decoration: none;
}

#area_page-title .btn_contact {
  border: 3px solid #0E356F;
  background: #0E356F;
  color: #fff;
}

#area_page-title .btn_contact:hover {
  background: #fff;
  color: #0E356F;
  text-decoration: none;
}

#area_page-title .wrap ul:nth-child(even) {
  width: 100%;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px rgb(227, 227, 227);
  margin: 30px 0 0;
  gap: 30px;
  padding: 50px;
  box-sizing: border-box;
}

#area_page-title ul:nth-child(even) li {
  width: calc(100% / 2 - 15px);
  text-align: center;
  font-weight: bold;
}

#area_page-title ul li a:hover {
  text-decoration: underline;
}

.title_only2 {
  text-align: center;
  padding: 0 0 60px 0;
}

.contents_type1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.contents_type1 img {
  width: 45%;
}

.contents_type1 div {
  width: 55%;
}

.contents_type1 div {
  padding: 0 50px 0 0;
  box-sizing: border-box;
}

.contents_type1 div h2 {
  margin: 0 0 30px 0;
  line-height: 4rem;
}

.contents_type1 div p {
  margin: 0 0 20px 0;
}

.contents_type1 div p:last-child {
  margin: 0;
}

#area_contact_toc .wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}

#area_contact_toc > .wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 50%;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 50px;
}

#area_contact_toc > .wrap > div:first-child {
  background: #0E356F
}


#area_contact_toc > .wrap > div:last-child {
  background: #fff;
  box-shadow: 0 0 8px rgb(227, 227, 227);
}

#area_contact_toc h3 {
  padding: 0 0 20px 0;
}

#area_contact_toc h3,
#area_contact_toc p {
  color: #fff;
}

#area_contact_toc li {
  font-weight: bold;
  padding: 0 0 30px;
}

#area_contact_toc li a:hover {
  text-decoration: underline;
}

#area_contact_toc li:last-child {
  padding: 0;
}

#area_contact_toc .btn_type1 {
  margin: 30px 0 0 0;
}

.area_contact2 .wrap {
  padding: 40px;
  box-sizing: border-box;
  max-width: 900px;
  border-radius: 5px;
}

.area_contact2 h2,
.area_contact2 p {
  color: #fff;
}

.area_contact2 h2 {
  padding: 0 0 20px 0;
  line-height: 30px;
}

.area_contact2 ul {
  display: flex;
  justify-content: end;
}

.area_contact2 li {
  width: 250px;
}

.area_contact2 li a {
  display: block;
  margin: 25px 0 0 25px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.area_contact2 li:first-child a {
  border: 3px solid #5D9AF6;
  background: #5D9AF6;
}

.area_contact2 li:first-child a:hover {
  border: 3px solid #3580F5;
  background: #fff;
  color: #3580F5;
}

.area_contact2 li:last-child a {
  border: 3px solid #fff;
  background: #fff;
  color: #0D356F;
}

.area_contact2 li:last-child a:hover {
  border: 3px solid #fff;
  background: #0D356F;
  color: #fff;
}

.nav_function h2 {
  text-align: center;
}

.nav_function ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px rgb(227, 227, 227);
  margin: 30px 0 0;
  gap: 30px;
  padding: 50px;
  box-sizing: border-box;
}

.nav_function li {
  width: calc(100% / 2 - 15px);
  text-align: center;
  font-weight: bold;
}

.Form {
  max-width: 600px;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form label {
  font-size: 1.6rem;
}

input,
select,
textarea  {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
}

textarea  {
  padding: 14px;
  height: 200px;
}

.Form-Item > div:first-child {
  width: 150px;
}

.Form-Item > div:last-child {
  flex: 1;
  display: flex;
}

.wrap_side {
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.wrap_side .wrap {
  margin: inherit;
  padding: 120px 0 0;
  box-sizing: border-box;
}

.wrap_side > div {
  display: flex;
  box-sizing: border-box;
}

.wrap_side #area_form  {
  width: 60%;
  justify-content: flex-start;
  padding: 0 50px;
}

.wrap_side > #area_page-title-side {
  width: 40%;
  justify-content: flex-end;
  padding: 0 50px;
}

.wrap_side > #area_page-title-side .wrap {
  max-width: 350px;
}

.wrap_side h1,
.wrap_side p,
.wrap_side img {
  padding: 0 0 25px 0; 
}

.wrap_side h1 {
  line-height: 4.7rem;
}

.Form label:before,
.required {
  content: "*";
  color: #c30000;
  font-size: 2.5rem;
  vertical-align: middle;
  padding: 0 2px 0 0;
}

.error {
  color: #c30000;
  font-size: 1.4rem;
  margin: -40px 0 0 0;
}

.submit input {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border: 3px solid #3580F5;
  background: #3580F5;
  color: #fff;
  width: 300px;
  margin: 0 auto;
}

.person_ls {
  color: #4DB5AB;
  font-weight: bold;
  padding: 0 5px 0 0;
}

.person_a {
  color: #fb901c;
  font-weight: bold;
  padding: 0 5px 0 0;
}

.case_studies p {
  margin: 0 0 20px 0;
}

.case_studies img {
  margin: 0 0 40px 0;
}

.case_studies p:last-child {
  margin: 0;
}

.case_studies h3 {
  text-align: center;
  border-bottom: 1px solid rgb(220, 220, 220);
  padding: 0 0 15px 0;
  margin: 60px 0 30px 0;
}

.case_studies a:hover {
  text-decoration: underline;
}

.about_company,
.point {
  padding: 40px 50px;
}

.point {
  margin: 0 0 30px;
}

.point h2 {
  font-size: 2rem;
  margin: 0 0 15px;
}

.point li {
  margin: 0 20px 10px;
  list-style: disc;
  line-height: 2.3rem;
}

.point li:last-child {
  margin: 0 20px 0;
}

.about_company h4 {
  text-align: center;
  margin: 0 0 20px 0;
}

.iframe-wrapper {
  width: 100%!important;
  position: relative!important;
  padding-bottom: 56.25%!important;
  height: 0!important;
  overflow: hidden!important;
  margin: 120px 0 60px!important;
  min-height: 600px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.function_contents img {
  object-fit: cover;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}

.use_contents div:first-child {
  padding: 0 0 100px;
}

.use_contents div {
  max-width: 800px;
  margin: 0 auto;
}

.use_contents h2 {
  text-align: center;
}

.use_contents p {
  margin: 20px 0 0;
}

.area_accordion .toggle {
  display: none;
}

.area_accordion .option {
  position: relative;
  margin-bottom: 1em;
}

.area_accordion .title,
.area_accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.area_accordion .title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
}

.area_accordion .title::after,
.area_accordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.area_accordion .title::after {
  transform: rotate(90deg);
}

.area_accordion .title {
  font-size: 1.5rem;
  line-height: 2rem;
}

.area_accordion .title span {
  vertical-align: top;
  color: #023c93;
  font-size: 1.2rem;
  margin: 0 10px 0 0;
}

.area_accordion .content {
  max-height: 0;
  overflow: hidden;
}

.area_accordion .content p {
  margin: 0;
  padding: 20px 0;
}

.area_accordion .toggle:checked+.title+.content {
  max-height: 500px;
  transition: all 1.5s;
}

.area_accordion .toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

.single_contents div {
  max-width: 800px;
  margin: 0 auto;
}

.single_contents table {
  table-layout: fixed;
  width: 800px;
  margin: 0 auto;
}

.single_contents table th {
  position: relative;
  text-align: left;
  width: 40%;
  background-color: #e1e1e1;
  color: #000;
  text-align: center;
}

.single_contents table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #e1e1e1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.single_contents table td {
  text-align: left;
  background-color: #f7f7f7;
  width: 60%;
  padding: 15px 30px;
  line-height: 25px;
}

.single_contents ol li {
  line-height: 2.7rem;
}

.single_contents h2 {
  text-align: center;
  padding: 30px 0;
}

.area_movie .wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}

.area_movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

/* .area_banner {
  padding: 40px 0 0;
} */






















