@charset "UTF-8";
/* CSS Document */

html { scroll-behavior: smooth;}

main a {
	color: #289CD9;
}
.saas-header {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding: 0px 0px;
  height:95px;
  /*overflow: hidden;*/
  position: fixed;
  top:0;
  z-index:999;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}
.saas-header-inner {
	min-width: 700px;
	width: 100%;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	 z-index:10000;
	box-sizing: border-box;
	height: 95px;
	  background:#FFFFFF;
}
.saas-dx-solution {
	color: #595757;
	font-weight: 600;
	font-size: 1.2em;
	margin-left: 12px;
	width: 120px;
}
.saas-header-left-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.p-saas-header-btn {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	margin-right: 12px;
	border-radius: 1000px;
	font-size: 1.8em;
	width: 200px;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-next-arrow.svg") right 20px center no-repeat #FF9537;
	background-size: 8px auto;
}
.saas-header-right {
	display: flex;
	align-items: center;
}

/*   ハンバーガーメニュー   */

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #0760B9;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.drawer_open {
	background-color: #EAF5FC;
	border-radius: 1000px;
}
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  bottom: 100%;
  position: fixed;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: -1;
  background: #EAF5FC;
  transition: .5s;
	padding-top: 120px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
	font-size: 1.8em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
}

.nav_item {
	width: 32%;
}

.nav_item a {
	display: block;
	border-radius: 1000px;
	border:#008ED3 solid 2px;
	padding: 12px 20px;
	font-size: 0.7em;
	color: #008ED3;
	text-align: left;
	margin: 12px;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-menu-arrow.svg") right 20px center no-repeat #fff;
	background-size: 10px auto;
}
.nav_item span {
	font-size: 1.4em;
	font-weight: 500;
}

.nav_content-inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

/*   ハンバーガーメニュー   */

.anchor {
	padding-top: 60px;
    margin-top:-60px;
}
.anchor02 {
	padding-top: 120px;
    margin-top:-120px;
}



/*  bxslider    */

.slider_container {
    width: 100%;
}
 
.slider_wrap{
    width: 100%;
	display: flex;
	align-items: center;
}

.slider_wrap img {
	z-index: 1;
	position: relative;
}
.slider_wrap p {
	z-index: 2;
	position: absolute;
	font-size: 3.2em;
	font-weight: 500;
	margin-left: 10vw;
}
.slider_wrap span {
	color: #0760B9;
	font-weight: 500;
}
 
.slider_img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}
 
/* bxSliderのスタイル */
.bx-wrapper{
    position: relative;
}
 
.bx-wrapper .bx-controls-direction a{
    outline: 0;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
 
.bx-wrapper .bx-next{
    right: 2%;
    background: url(//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/slider_arrow_right.svg) no-repeat;
}
.bx-wrapper .bx-prev {
    left: 2%;
    background: url(//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/slider_arrow_left.svg) no-repeat;
}
 
.bx-wrapper .bx-pager{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
}
 
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #0760B9;
    border-radius: 1000px;
    display: block;
    opacity: 0.5;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    opacity: 1;
}

/*  bxslider    */

.p-saas01 {
  padding-top:20px;  
}
.p-saas01-inner {
  max-width:1140px;
  margin:0 auto;
  padding:80px 80px;
  box-sizing: border-box;
}
.p-saas01-ttl{
  text-align:center;
  color:#0060b9; 
  font-size:2.4rem;
  font-weight:600;
  line-height:1.43;
  letter-spacing: 0.08em;
  position: relative;
}
.p-saas01-ttl::before{
	position: absolute;
  bottom: -10px;
  left: calc(50% - 90px);
  width: 180px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #0760B9;
}
.saas-tokutyo .p-saas01-ttl {
	color: #444444;
}
.saas-tokutyo .p-saas01-ttl span {
	color: #0760B9;
}
.p-saas01-inner p {
	font-size: 1.8em;
	text-align: center;
	margin: 50px auto;
}

.p-saas-catergory-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:12px;
}
.p-saas-catergory-menu a {
	width: 42%;
	display: block;
	border-radius: 1000px;
	border: #008ED3 2px solid;
	padding: 20px;
	box-sizing: border-box;
	color: #008ED3;
	font-weight: 600;
	font-size: 1.6em;
	background:url("image/p-saas-catergory-arrow.svg") right 20px center no-repeat #fff;
  background-size: 12px auto;
}
.p-saas-catergory-menu a:hover {
	background-color: #F0F6FB;
}

.catergory-menu01::before {
	content: "";
    display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory01.svg") center center no-repeat ;
	vertical-align: -5px;
	 background-size: contain;
}
.catergory-menu02::before {
	content: "";
    display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory02.svg") center center no-repeat ;
	vertical-align: -5px;
	 background-size: contain;
}
.catergory-menu03::before {
	content: "";
    display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory03.svg") center center no-repeat ;
	vertical-align: -5px;
	 background-size: contain;
}

.p-saas-catergory-ttl {
    background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory-ttl-bg.png") center no-repeat;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    background-size: cover;
}
.p-catergory-ttl-inner {
	max-width:1140px;
    margin:0 auto;
    padding:40px 0px;
    box-sizing: border-box;
}
.p-catergory-ttl-inner h2 {
	color: #0760B9;
	font-size: 3.4em;
	font-weight: 500;
}
.catergory01-ttl::before {
		content: "";
    display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 7px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory01-ttl.svg") center center no-repeat ;
	vertical-align: -3px;
	 background-size: contain;
}
.catergory02-ttl::before {
		content: "";
    display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 7px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory02-ttl.svg") center center no-repeat ;
	vertical-align: -3px;
	 background-size: contain;
}
.catergory03-ttl::before {
		content: "";
    display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 7px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory03-ttl.svg") center center no-repeat ;
	vertical-align: -3px;
	 background-size: contain;
}
.p-catergory-usage {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: center;
	margin-top: 20px;
}
.p-catergory-usage a {
	border: 2px solid #008ED3;
	border-radius: 1000px;
	padding: 10px;
	width: 300px;
	height: 70px;
	box-sizing: border-box;
	margin: 14px auto;
	color: #008ED3;
	text-align: center;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.3em;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-usage-arrow.svg") right 20px center no-repeat #EAF5FC;
	background-size: 18px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-saas02 {
	margin: 60px 0;
}
.p-saas02-inner {
	width:1140px;
    margin:0 auto;
    padding:0 0px;
    display: flex;
	align-items: center;
	height: 320px;
}
.p-saas02-inner02 {
	width:1140px;
    margin:0 auto;
    padding:0px 0px;
    display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 320px;
}
.p-saas-product01 {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-product01.png");
    background-size: contain;
	height: 320px;
}
.p-saas-product02 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-product02.png");
    background-size: contain;
	height: 320px;
}
.p-saas-product03 {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-product03.png");
    background-size: contain;
	height: 320px;
}
.p-saas-product04 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-product04.png");
    background-size: contain;
	height: 320px;
}
.p-saas-product05 {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-product05.png");
    background-size: contain;
	height: 320px;
}
.p-saas-product06 {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-product06.png");
    background-size: contain;
	height: 320px;
}
.p-saas-product07 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-product07.png");
    background-size: contain;
	height: 320px;
}
.p-saas-product08 {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-product08.png");
    background-size: contain;
	height: 320px;
}
.p-saas-product09 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-product09.png");
    background-size: contain;
	height: 320px;
}
.p-saas02-inner-box {
	width: 50%;
}
.p-saas02-inner-box h3 {
	color: #333333;
	font-size: 2.4em;
	font-weight: 600;
	margin-bottom: 6px;
}
.p-saas02-inner-box p {
	font-size: 1.6em;
}
.p-saas02-cap {
	margin: 12px 0 0 0;
}
.p-saas02-cap li {
	font-weight: 600;
	font-size: 1.6em;
	text-indent: -1em;
	margin-left: 1em;
}
.p-saas-next-btn {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	border-radius: 1000px;
	font-size: 1.4em;
	margin-top: 16px;
	width: 50%;
	background:url("///8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-next-arrow.svg") right 20px center no-repeat #008ED3;
	background-size: 8px auto;
}
.p-saas03 {
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-hr-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.p-saas03-inner{
	max-width:1140px;
    margin:30px auto;
    padding:60px 0px;
    box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-saas03-01 {
	width: 60%;
}
.p-saas03-02 {
	width: 36%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}
.p-saas03-02 img {
	width: 140px;
	margin: 20px;
}
.p-saas03-01 h3 {
	font-size: 1.8em;
	font-weight: 500;
}
.p-saas03-01 p {
	font-size: 1.6em;
	margin: 16px 0;
}
.p-saas-toiawase-btn {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	border-radius: 1000px;
	font-size: 1.4em;
	margin-top: 16px;
	width: 50%;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-next-arrow.svg") right 20px center no-repeat #FF9537;
	background-size: 8px auto;
}

/*  footer  */

.saas-footer01 {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
.saas-footer01 .footer_logo {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
}
.saas-footer01 .footer_logo img {
	width: 240px;
}
.saas-footer01 .footer_logo img:last-child{
	width: 180px;
}
.saas-footer01 .footer_logo li {
	margin-left: 20px;
}
.saas-footer01 .footer_sns {
	display: flex;
	justify-content: flex-end;
	width: 140px;
}
.saas-footer01 .footer_sns img {
	width: 40px;
	margin: 6px;
}
.saas-footer01 .jpx {
	width: 70px;
}
 .saas-footer02 {
	max-width: 1140px;
	margin: 0 auto 20px auto;
	text-align: right;
}
.saas-footer02 a {
	font-size: 1.1em;
  margin-left:12px;
}
.saas-footer02 a::after {
	content: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/icon_exlink.svg");
background-size: contain;
vertical-align: middle;
display: inline-block;
width: 10px;
}
}


/*   製品ページ    */

.title_quote {
	font-weight: 400!important;
}
.youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.p-saas-products-inner {
  max-width:1140px;
  margin:0 auto;
  padding:40px 40px;
  box-sizing: border-box;
}
.p-saas-products-inner p {
	font-size: 1.8em;
	text-align: center;
}

.col2 div {
	width: 48%;
	margin-bottom: 20px;
}
.col2 div:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.col3 div {
	width: 32%;
	margin-bottom: 20px;
}
.col3 div:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.onayami_triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 33px 31.5px 0 31.5px;
border-color: #0760b9 transparent transparent transparent;
margin: 30px auto;
-webkit-transform:rotate(360deg);
}

.pp_cat {
	background-color: #F2F2F2;
	border-top: #0760B9 solid 1px;
	border-bottom: #0760B9 solid 1px;
	text-align: center;
	color: #0760B9;
	font-weight: 500;
	padding: 25px 0;
	font-size: 3.0em;
}
.saas-tokutyo {
	margin: 40px 0;
}
.saas-tokutyo-01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 50px auto;
}
.saas-tokutyo-02 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 20px auto;
}
.saas-tokutyo-03 {
	text-align: center;
	margin: 50px auto;
}
.saas-tokutyo-03 img {
	margin-top: 50px;
	max-width: 840px!important;
}
.saas-tokutyo img {
	width: 50%;
}
.tokutyo-text {
	width: 50%;
	padding: 30px;
}
.tokutyo-text p {
	font-size: 1.6em;
}
.saas-tokutyo {
	counter-reset: section;
}
.saas-tokutyo h3 {
  	font-size: 2.6em;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.saas-tokutyo h3::before {
	counter-increment: section;
	content: "0"counter(section);
	color: #0760B9;
	font-size: 1.4em;
	display: block;
	margin-bottom: 6px;
}
.products_quote {
	background-color: #F2F2F2;
	border-radius: 14px;
	padding: 18px;
	font-size: 1.3em!important;
	margin-top: 16px;
}
.saas-kinou {
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas_product_bg01.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.saas-kinou01 {
	width: 1140px;
	margin: 0px auto;
	padding: 30px 0;
}
.saas-kinou01 h2 {
	color: #0760B9;
	font-weight: 600;
	text-align: center;
	font-size: 3.0em;
	margin-bottom: 20px;
}
.saas-kinou01 h2 span {
	font-size: 0.5em!important;
	color: #333333;
}
.saas-kinou01 .saas-kinou-box {
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.saas-kinou-box .saas-kinou-text {
	width: 740px;
}
.saas-kinou-box h3 {
	font-size: 2.2em;
	font-weight: 500;
	margin-bottom: 12px;
	color: #0760B9;
}
.saas-kinou-text p {
	font-size: 1.6em;
}
.kinou-example {
	background-color: #EAF5FC;
	border-radius: 12px;
	padding: 18px;
	font-weight: 500;
	margin-top: 20px;
}
.saas-kinou-box img {
	width: 280px;
}
.saas-kinou-box2 {
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.saas-kinou-box2 .saas-kinou-text {
	width: 640px;
}
.saas-kinou-box2 img {
	width: 380px;
}
.saas-jirei01 {
	width: 1140px;
	margin: 30px auto;
}
.saas-jirei02 {
	padding: 20px 0;
}
.saas-jirei03 {
	margin: 30px 0;
}
.saas-jirei03 h4 {
	font-size: 2.0em;
	margin-bottom: 10px;
	font-weight: 500;
}
.saas-jirei03 p {
	font-size: 1.6em;
}
.bleback {
	background-color: #0760B9;
}
.saas-support01 {
	width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
}
.saas-support01 h2 {
	text-align: center;
	font-size: 3.0em;
	color: #fff;
	font-weight: 600;
	margin: 10px 0 30px 0;
}
.saas-support02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.saas-supportbox {
	width: 48.5%;
	background-color: #fff;
	border-radius: 14px;
	text-align: center;
	padding: 20px;
}
.saas-supportbox:nth-child(-n+2){
	margin-bottom: 36px;
}
.saas-supportbox img {
	width: 50%;
}
.saas-supportbox h3 {
	font-size: 2.2em;
	font-weight: 500;
	color: #0760B9;
	margin: 10px 0;
}
.saas-supportbox h3 span {
	font-weight: 500;
}
.saas-supportbox p {
	text-align: left;
	font-size: 1.6em;
	margin-top: 20px;
}
.contactbg {
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas_product_end.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.saas-contact01 {
	width: 1140px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.saas-contact02 {
	padding: 40px 0;
	text-align: center;
}
.saas-contact01 .p-saas-toiawase-btn {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	border-radius: 1000px;
	font-size: 2.4em;
	margin-top: 16px;
	width: 36%;
	margin: 20px auto;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-next-arrow.svg") right 20px center no-repeat #FF9537;
	background-size: 8px auto;
}
.saas-contact01 h2 {
	font-size: 3.2em;
	font-weight: 500;
	color: #0760B9;
	margin: 10px 0 30px 0;
}
.saas-tryout {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.saas-tryoutbox {
	background-color: #fff;
	border: 2px solid #0760B9;
	border-radius: 14px;
	overflow: hidden;
	width: 49%;
}
.saas-tryoutbox h3 {
	background-color: #0760B9;
	color: #fff;
	font-size: 2.4em;
	padding: 16px 0;
}
.saas-tryouttext {
	margin: 20px;
}
.saas-tryouttext img {
	width:420px;
}
.saas-tryouttext p {
	text-align: left;
	font-size: 1.6em;
}
.p-cap {
	font-size: 1.2em;
}
.saas-contact03 { 
padding: 20px 0;
}
.kinou-controlio {

}
.kinou-controlio-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6em;
}
.c-left {
	flex-direction: row-reverse;
}
.c-left .kinou-controlio-txt {
		margin-left: 30px;
	}
.c-right .kinou-controlio-txt {
	margin-right: 30px;
}
.kinou-controlio-txt h3 {
	font-size: 1.3em;
	font-weight: 600;
	color: #0760B9;
	margin-bottom: 12px;
}
.kinou-controlio-box img {
	width: 543px;
}

.graybk {
	background-color: #F2F2F2;
}

.saas-info {
	width: 1140px;
	margin: 0px auto;
	padding: 40px 0;
}
.saas-info h3 {
	font-size: 2.8em;
	font-weight: 600;
	text-align: center;
	color: #0760B9;
	margin: 10px 0 30px 0;
}
.btob_nagare {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.btob_nagare_box {
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 2px 2px 4px #ccc;
	width: 30%;
}
.btob_nagare_box h4 {
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 8px;
	color: #0760B9;
}
.btob_nagare_txt {
	padding: 16px;
	font-size: 1.4em;
}
.saas-kinou02 {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0;
}
.saas-kinou02 .saas-kinou-box {
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	display: flex;
	width: 23%;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}
.saas-kinou02 .saas-kinou-box:nth-child(n+5) {
	margin-bottom: 0!important;
}
.saas-kinou02 .saas-kinou-box p {
	font-size: 1.6em;
}
.saas-kinou02 .saas-kinou-box img {
	max-width: 110px;
	margin: 0 auto;
}
.saas-kinou02 .kot {
	padding: 10px!important;
}
.saas-kinou02 .kot img {
	max-width: 230px!important;
	margin: 0 auto;
}
.saas-kinou02 .kot p {
	color: #0460A0;
	margin-top: 10px;
}
.saas-kinou03 {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0;
}
.saas-kinou03 .saas-kinou-box {
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	display: flex;
	width: 32%;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}
.saas-kinou03 .saas-kinou-box:nth-child(n+4) {
	margin-bottom: 0!important;
}
.saas-kinou03 .saas-kinou-box p {
	font-size: 1.6em;
	margin-top: 12px;
}
.saas-kinou03 .saas-kinou-box img {
	max-width: 100%;
	margin: 0 auto;
}
.p-saas-pageback {
	text-align: center;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 20px;
}



@media all and (max-width: 767px) {
	main{
    display:block;
    padding-top:75px!important;
  }
.saas-header {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding: 0px 0px;
  height:75px;
  /*overflow: hidden;*/
  position: fixed;
  top:0;
  z-index:999;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}
.saas-header-inner {
	min-width: 375px;
	width: 100%;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	 z-index:10000;
	box-sizing: border-box;
	height: 75px;
	  background:#FFFFFF;
}
.saas-dx-solution {
	color: #595757;
	font-weight: 600;
	font-size: 1.0em;
	line-height: 1.3em;
	margin-left: 12px;
	width: 30vw;
	text-align: left;
}
.saas-header-left-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.p-saas-header-btn {
	display: none;
}
.saas-header-right {
	display: flex;
	align-items: center;
}
.saas-header-left-block-link img {
		width: 20vw;
	}

/*   ハンバーガーメニュー   */

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 46px;
  width: 46px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background: #0760B9;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.drawer_open {
	background-color: #EAF5FC;
	border-radius: 1000px;
}
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  bottom: 100%;
  position: fixed;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: -1;
  background: #EAF5FC;
  transition: .5s;
	padding-top: 95px;
	overflow: scroll;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
	font-size: 1.8em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
}

.nav_item {
	width: 100%;
}

.nav_item a {
	display: block;
	border-radius: 1000px;
	border:#008ED3 solid 2px;
	padding: 8px 20px;
	font-size: 0.8em;
	color: #008ED3;
	text-align: left;
	margin: 6px;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-menu-arrow.svg") right 20px center no-repeat #fff;
	background-size: 10px auto;
}
.nav_item span {
	font-size: 1.2em;
	font-weight: 500;
}

.nav_content-inner {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

/*   ハンバーガーメニュー   */

.anchor {
	padding-top: 60px;
    margin-top:-60px;
}
.anchor02 {
	padding-top: 90px;
    margin-top:-90px;
}



/*  bxslider    */

.slider_container{
    width: 100%;
}
 
.slider_wrap{
    width: 100%;
	display: flex;
	align-items:center;
}

.slider_wrap img {
	z-index: 1;
	position: relative;
	opacity: 1.0;
}
.slider_wrap p {
	z-index: 2;
	position: absolute;
	font-size: 3vw;
	font-weight: 600;
	margin-left: 10vw;
}
.slider_wrap span {
	color: #0760B9;
}
 
.slider_img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 30vh;
}
 
/* bxSliderのスタイル */
.bx-wrapper{
    position: relative;
}
 
.bx-wrapper .bx-controls-direction a{
    outline: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
 
.bx-wrapper .bx-next{
    right: 2%;
    background: url(//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/slider_arrow_right.svg) no-repeat;
}
.bx-wrapper .bx-prev {
    left: 2%;
    background: url(//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/slider_arrow_left.svg) no-repeat;
}
 
.bx-wrapper .bx-pager{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    position: absolute;
    bottom: -14%;
    left: 50%;
    transform: translateX(-50%);
}
 
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #0760B9;
    border-radius: 1000px;
    display: block;
    opacity: 0.5;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    opacity: 1;
}

/*  bxslider    */

.p-saas01 {
  padding:20px 0;  
}
.p-saas01-inner {
  width: 100%;
  margin:0 auto;
  padding:40px 30px 10px 30px;
  box-sizing: border-box;
}
.p-saas01-ttl{
  text-align:center;
  color:#0060b9; 
  font-size:2.0rem;
  font-weight:500;
  line-height:1.43;
  letter-spacing: 0.08em;
  position: relative;
	margin: 0 20px;
}
.p-saas01-ttl::before{
	position: absolute;
  bottom: -10px;
  left: calc(50% - 90px);
  width: 180px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #0760B9;
}
.p-saas01-inner p {
	font-size: 1.6em;
	text-align: center;
	margin: 30px auto 20px auto;
}

.p-saas-catergory-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.p-saas-catergory-menu a {
	width: 100%;
	display: block;
	border-radius: 1000px;
	border: #008ED3 2px solid;
	padding: 20px;
	box-sizing: border-box;
	color: #008ED3;
	font-weight: 600;
	font-size: 1.6em;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory-arrow.svg") right 20px center no-repeat #fff;
  background-size: 12px auto;
	margin-bottom: 12px;
}
.p-saas-catergory-menu a:last-child{
		margin-bottom: 0;
	}
.p-saas-catergory-menu a:hover {
	background-color: #F0F6FB;
}

.catergory-menu01::before {
	content: "";
    display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory01.svg") center center no-repeat ;
	vertical-align: -5px;
	 background-size: contain;
}
.catergory-menu02::before {
	content: "";
    display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory02.svg") center center no-repeat ;
	vertical-align: -5px;
	 background-size: contain;
}
.catergory-menu03::before {
	content: "";
    display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory03.svg") center center no-repeat ;
	vertical-align: -5px;
	 background-size: contain;
}

.p-saas-catergory-ttl {
    background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory-ttl-bg.png") center no-repeat;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    background-size: cover;
}
.p-catergory-ttl-inner {
	width: 100%;
    margin:0 auto;
    padding:40px 20px;
    box-sizing: border-box;
	text-align: center!important;
}
.p-catergory-ttl-inner h2 {
	color: #0760B9;
	font-size: 5vw;
	font-weight: 500;
}
.catergory01-ttl::before {
		content: "";
    display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 7px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory01-ttl.svg") center center no-repeat ;
	vertical-align: -3px;
	 background-size: contain;
}
.catergory02-ttl::before {
		content: "";
    display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 7px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory02-ttl.svg") center center no-repeat ;
	vertical-align: -3px;
	 background-size: contain;
}
.catergory03-ttl::before {
		content: "";
    display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 7px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory03-ttl.svg") center center no-repeat ;
	vertical-align: -3px;
	 background-size: contain;
}
.p-catergory-usage {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: center;
	margin-top: 20px;
}
.p-catergory-usage a {
	border: 2px solid #008ED3;
	border-radius: 1000px;
	padding: 10px;
	width: 300px;
	height: 70px;
	box-sizing: border-box;
	margin: 14px auto;
	color: #008ED3;
	text-align: center;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.3em;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-usage-arrow.svg") right 20px center no-repeat #EAF5FC;
	background-size: 18px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-saas02 {
	margin: 20px 0;
}
.p-saas02-inner {
	width: 100%;
    margin:0 auto;
    padding:15px 30px;
    display: flex;
	align-items: center;
	height: auto;
}
.p-saas02-inner02 {
	width: 100%;
    margin:0 auto;
    padding:15px 30px;
    display: flex;
	align-items: center;
	height: auto;
}
.p-saas-product01 {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: none;
    background-size: contain;
	height: auto;
}
.p-saas-product02 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: none;
    background-size: contain;
	height: auto;
}
.p-saas-product03 {
    background-repeat: no-repeat;
    background-position: right center;
    background-image:none;
    background-size: contain;
	height: auto;
}
.p-saas-product04 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: none;
    background-size: contain;
	height: auto;
}
.p-saas-product05 {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: none;
    background-size: contain;
	height: auto;
}
.p-saas-product06 {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: none;
    background-size: contain;
	height: auto;
}
.p-saas-product07 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: none;
    background-size: contain;
	height: auto;
}
.p-saas-product08 {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: none;
    background-size: contain;
	height: auto;
}
.p-saas-product09 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: none;
    background-size: contain;
	height: auto;
}
.p-saas-product10 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: none;
    background-size: contain;
	height: auto;
}
.p-saas-sp-image {
		margin-bottom: 20px;
	}
.p-saas02-inner-box {
	width: 100%;
}
.p-saas02-inner-box h3 {
	color: #333333;
	font-size: 2.4em;
	font-weight: 600;
	margin-bottom: 6px;
	text-align: center;
}
.p-saas02-inner-box p {
	font-size: 1.6em;
}
.p-saas02-cap {
	margin: 12px 0;
}
.p-saas02-cap li {
	font-weight: 600;
	font-size: 1.6em;
}
.p-saas-next-btn {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	border-radius: 1000px;
	font-size: 1.4em;
	margin: 20px auto 0 auto;
	width: 80%;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-next-arrow.svg") right 20px center no-repeat #008ED3;
	background-size: 8px auto;
}
.p-saas03 {
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-hr-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.p-saas03-inner{
	width: 100%;
    margin:30px auto;
    padding:30px;
    box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.p-saas03-01 {
	width: 100%;
}
.p-saas03-02 {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}
.p-saas03-02 img {
	width: 32vw;
	margin: 10px;
}
.p-saas03-01 h3 {
	font-size: 1.8em;
	font-weight: 600;
}
.p-saas03-01 p {
	font-size: 1.6em;
	margin: 16px 0;
}
.p-saas-toiawase-btn {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	border-radius: 1000px;
	font-size: 1.4em;
	margin:16px auto;
	width: 80%;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-next-arrow.svg") right 20px center no-repeat #FF9537;
	background-size: 8px auto;
}

/*  footer  */

.saas-footer01 {
	width:96%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0px 20px;
}
.saas-footer01 .footer_logo {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
}
.saas-footer01 .footer_logo img {
	width: 240px;
}
.saas-footer01 .footer_logo img:last-child{
	width: 180px;
}
.saas-footer01 .footer_logo li {
	margin: 10px;
}
.saas-footer01 .footer_sns {
	display: flex;
	justify-content: center;
	width: 80%;
	gap:24px;
	margin-top: 20px;
}

.saas-footer01 .footer_sns img {
	width: 30px;
	margin: 0px;
}
.saas-footer01 .jpx {
	width: 70px;
}	
 .saas-footer02 {
	width: 96%;
	margin: 30px auto 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap:12px;
}
.saas-footer02 a {
	font-size: 1.1em;
	margin-left: 0px;
}
.saas-footer02 a::after {
	content: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/icon_exlink.svg");
background-size: contain;
vertical-align: middle;
display: inline-block;
width: 12px;
}

/*   製品ページ    */

.products_container {
    width: 100%;
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory-ttl-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.products_titlebox {
	max-width:100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.products_texttitle {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.products_texttitle img {
	width: 40vw;
}
.products_texttitle h1 {
	font-size: 2.8em;
	font-weight: 600;
}
.products_texttitle p {
	font-weight: 600;
	font-size: 1.2em;
	margin: 6px;
}
.products_texttitle h1 span {
	color: #0760B9;
	font-weight: 600;
}
.products_titleimage {
	width: 90%;
	margin: 20px auto;
	box-sizing: border-box;
}

.products_titleimage img {
	margin: 30px;
    max-width: 100%;
}

.p-saas-products-inner {
  width: 100%;
  margin:0 auto;
  padding:20px 20px;
  box-sizing: border-box;
}
.p-saas-products-inner p {
	font-size: 1.8em;
	text-align: left;
}
.onayami_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	flex-wrap: nowrap;
}
.onayami_box div {
	text-align: center;
	font-weight: 500;
	padding: 12px;
	background-color:#F2F2F2;
	border-radius: 500px;
}
.onayami_box div span {
	color: #008ED3;
	font-weight: 500;
	
}
.onayami_box p {
	font-size:initial;
		font-size: 3vw;
	font-weight: 500;
}
.col2 div {
	width: 100%;
	margin-bottom: 20px;
}
.col2 div:nth-last-child(-n+2) {
	margin-bottom: 20px;
}
.col3 div {
	width: 100%;
	margin-bottom: 20px;
}
.col3 div:nth-last-child(-n+3) {
	margin-bottom: 20px;
}
.onayami_triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 33px 31.5px 0 31.5px;
border-color: #0760b9 transparent transparent transparent;
margin: 0px auto 10px auto;
-webkit-transform:rotate(360deg);
}

.pp_cat {
	background-color: #F2F2F2;
	border-top: #0760B9 solid 1px;
	border-bottom: #0760B9 solid 1px;
	text-align: center;
	color: #0760B9;
	font-weight: 500;
	padding: 25px 0;
	font-size:5vw;
}
.saas-tokutyo {
	margin: 20px 20px 40px 20px;
}
.saas-tokutyo-01 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0px auto;
}
.saas-tokutyo-02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	margin: 20px auto;
}
.saas-tokutyo-03 {
	text-align: center;
	margin: 40px auto;
}
.saas-tokutyo-03 img {
	margin:40px auto 0 auto;
	width: 90vw!important;
}
.saas-tokutyo img {
	width: 100%;
}
.tokutyo-text {
	width: 100%;
	padding: 30px;
}
.tokutyo-text p {
	font-size: 1.6em;
}
.saas-tokutyo {
	counter-reset: section;
}
.saas-tokutyo h3 {
  	font-size: 4.5vw;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.saas-tokutyo h3::before {
	counter-increment: section;
	content: "0"counter(section);
	color: #0760B9;
	font-size: 1.4em;
	display: block;
}
.products_quote {
	background-color: #F2F2F2;
	border-radius: 14px;
	padding: 18px;
	font-size: 0.9em;
	margin-top: 16px;
}
.saas-kinou {
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas_product_bg01.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.saas-kinou01 {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0;
}
.saas-kinou01 h2 {
	color: #0760B9;
	font-weight: 600;
	text-align: center;
	font-size: 3.0em;
	margin-bottom: 20px;
}
.saas-kinou01 h2 span {
	font-size: 0.5em!important;
	color: #333333;
}
.saas-kinou01 .saas-kinou-box {
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.saas-kinou-box {
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 20px 0px 20px;
}
.saas-kinou-box .saas-kinou-text {
	width: 100%;
}
.saas-kinou-box h3 {
	font-size: 2.0em;
	font-weight: 600;
	margin-bottom: 12px;
}
.saas-kinou-text p {
	font-size: 1.6em;
}
.kinou-example {
	background-color: #EAF5FC;
	border-radius: 12px;
	padding: 18px;
	font-weight: 500;
	margin-top: 20px;
}
.saas-kinou-box img {
	width: 70vw;
	margin: 20px auto 0 auto;
}
.saas-kinou-box2 {
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin:0 20px 20px 20px;
}
.saas-kinou-box2 .saas-kinou-text {
	width: 100%;
}
.saas-kinou-box2 img {
	width: 100vw;
	margin: 20px auto 0 auto;
}
.saas-jirei01 {
	width: 100%;
	margin: 30px auto;
}
.saas-jirei02 {
	padding: 0 20px;
}
.saas-jirei03 {
	margin: 20px 0;
}
.saas-jirei03 h4 {
	font-size: 2.0em;
	margin-bottom: 10px;
	font-weight: 500;
}
.saas-jirei03 p {
	font-size: 1.6em;
}
.bleback {
	background-color: #0760B9;
}
.saas-support01 {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
.saas-support01 h2 {
	text-align: center;
	font-size: 4vw;
	color: #fff;
	font-weight: 600;
	margin: 10px 0 30px 0;
}
.saas-support02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px;
}
.saas-supportbox {
	width: 100%;
	background-color: #fff;
	border-radius: 14px;
	text-align: center;
	padding: 20px;
}
.saas-supportbox:nth-child(-n+3){
	margin-bottom: 30px;
}
.saas-supportbox img {
	width: 50%;
}
.saas-supportbox h3 {
	font-size: 2.0em;
	font-weight: 500;
	color: #0760B9;
	margin: 10px 0;
}
.saas-supportbox h3 span {
	font-weight: 500;
}
.saas-supportbox p {
	text-align: left;
	font-size: 1.6em;
	margin-top: 20px;
}
.contactbg {
    background-image: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas_product_end.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.saas-contact01 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px!important;
}
.saas-contact02 {
	padding: 20px 0;
	text-align: center;
}
.saas-contact01 .p-saas-toiawase-btn {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	border-radius: 1000px;
	font-size: 2.4em;
	margin-top: 16px;
	width: 80%;
	margin: 20px auto;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-next-arrow.svg") right 20px center no-repeat #FF9537;
	background-size: 8px auto;
}
.saas-contact01 h2 {
	font-size: 2.8em;
	font-weight: 500;
	color: #0760B9;
	margin: 0px 0 20px 0;
}
.saas-tryout {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
	padding: 0 20px;
}
.saas-tryoutbox {
	background-color: #fff;
	border: 2px solid #0760B9;
	border-radius: 14px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
.saas-tryoutbox:last-child {
		margin-bottom: 0;
	}
.saas-tryoutbox h3 {
	background-color: #0760B9;
	color: #fff;
	font-size: 2.4em;
	padding: 16px 0;
}
.saas-tryouttext {
	margin: 20px;
}
.saas-tryouttext img {
	width:420px;
}
.saas-tryouttext p {
	text-align: left;
	font-size: 1.6em;
}
.p-cap {
	font-size: 1.2em;
}
.kinou-controlio {

}
.kinou-controlio-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6em;
}
.c-left {
	flex-direction: column;
}
.c-left .kinou-controlio-txt {
		margin: 20px 30px;
	}
.c-right .kinou-controlio-txt {
		margin: 20px 30px;
	}
.kinou-controlio-txt h3 {
	font-size: 1.3em;
	font-weight: 600;
	color: #0760B9;
	margin-bottom: 12px;
}
.kinou-controlio-box img {
	max-width: 543px;
}
.saas-contact03 { 
padding: 0px 0;
}
.saas-info {
	width: 100%;
	margin: 0px auto;
	padding: 20px 20px;
}
.saas-info h3 {
	font-size: 2.4em;
	font-weight: 600;
	text-align: center;
	color: #0760B9;
	margin: 10px 0 30px 0;
}	

.btob_nagare {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0px;
}

.btob_nagare_box {
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 2px 2px 4px #ccc;
	width: 100%;
	margin-bottom: 30px;
}
.btob_nagare_box h4 {
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 8px;
	color: #0760B9;
}
.btob_nagare_txt {
	padding: 16px;
	font-size: 1.4em;
}
.saas-kinou02 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 40px 0;
}
.saas-kinou02 .saas-kinou-box {
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	display: flex;
	width: 43%;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
	text-align: center;
}
.saas-kinou02 .saas-kinou-box:nth-child(n+5):nth-child(-n+6) {
	margin-bottom: 20px!important;
}
.saas-kinou02 .saas-kinou-box:nth-child(n+7):nth-child(-n+8) {
	margin-bottom: 0px!important;
}
.saas-kinou02 .saas-kinou-box p {
	font-size: 1.6em;
}
.saas-kinou02 .saas-kinou-box img {
	max-width: 110px;
	margin: 0 auto;
}	
.saas-kinou02 .kot {
	padding: 10px!important;
}
.saas-kinou02 .kot img {
	max-width: 100%!important;
	margin: 0 auto;
}
.saas-kinou02 .kot p {
	color: #0460A0;
	margin-top: 10px;
}	
.title_quote {
	font-weight: 400!important;
	font-size: 0.8em!important;
	margin: 10px 20px!important;
}
.saas-kinou03 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 0;
}
.saas-kinou03 .saas-kinou-box {
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	display: flex;
	width: auto;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
}
.saas-kinou03 .saas-kinou-box:nth-child(n+4):nth-child(-n+5) {
	margin-bottom: 30px!important;
}
.saas-kinou03 .saas-kinou-box p {
	font-size: 1.8em;
	margin-top: 12px;
}
.saas-kinou03 .saas-kinou-box img {
	width: 70vw;
	margin: 0 auto;
}
  
	
/* 20230908 法人GAI   */

#houjingai_title01 .products_texttitle img {
	width: 50vw;
}

.p-saas-contents_btnbox {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.p-saas-contents-btn1 {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 16px;
	margin-right: 12px;
	border-radius: 1000px;
	font-size: 1.8em;
	width: 40vw;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-next-arrow.svg") right 20px center no-repeat #F15A24;
	background-size: 8px auto;
}
.p-saas-contents-btn2 {
	display: block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 16px;
	margin-left: 12px;
	border-radius: 1000px;
	font-size: 1.8em;
	width: 40vw;
	background:url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-next-arrow.svg") right 20px center no-repeat #F7931E;
	background-size: 8px auto;
}

#houjingai .saas-tryout {
	margin: 40px 0;
}

#houjingai .p-saas01-ttl {
	font-size: 3.0rem!important;
}
.product_training {
	margin-top: 40px;
}

.p-saas-table {
margin: 40px auto 0px auto;
	width: 100%;
	font-size: 1.5rem;
}
.p-saas-table td,.p-saas-table th{
    border: 1px solid #D4D5D5;
    border-collapse: collapse;	
	padding: 12px;
}
.p-saas-table th {
	width: 20%;
	background-color: #E5F5FD;
}
.saas-contact04 {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#houjingai_contact .saas-tryout {
	margin-top: 10px;
}
.saas-houjingai-contents {
	text-align: center;
	font-size: 1.8em;
	padding-top: 40px;
}
.saas-houjingai-contents02 {
		text-align: center;
}
.saas-houjingai-contents02 p {
	font-size: 1.4rem!important;
}
#houjingai_about .saas-kinou03 {
	display: flex;
	justify-content: center!important;
	gap:20px;
	padding: 30px 0 20px 0;
}
#houjingai_about .saas-kinou03 .saas-kinou-box {
	margin-bottom: 0!important;
}
#houjingai_about h4 {
	font-weight: bold;
	font-size: 1.5em;
}
.saas-kinou .saas-tryout h3 {
	text-align: center!important;
}
.saas-kinou .saas-tryout {
	margin-top: 30px;
}
#houjingai_about p {
	font-size: 1.4rem!important;
}
.p-saas-table2 {
	margin: 30px auto 10px auto;
	font-size: 1.3rem;
	width: 900px;
}
.p-saas-table2 div {
	display: flex;
	align-items: center;
}
.p-saas-table2 ul {
	margin-left: 24px;
	list-style: disc!important;
}
.p-saas-table2 li {
	margin-bottom: 6px;
}
.p-saas-table2 li:last-child{
	margin-bottom: 0;
}
.p-saas-table2 p {
	margin: 0!important;
	padding: 0!important;
}
.p-saas-table2 td,.p-saas-table2 th {
	 border: 1px solid #D4D5D5;
    border-collapse: collapse;	
	padding: 6px;
}
.p-saas-table2 .th-space {
	width: 20%;
	height: 70px;
	background-color: #fff;
}
.p-saas-table2 .th-left {
	background-color: #F5F6FF;
	font-weight: 500;
	position: sticky; left: 0;
}
.p-saas-table2 img {
	width: 30px;
}
.p-saas-table2 td {
	background-color: #fff;
	padding: 12px;
}
.p-saas-table2 th {
	vertical-align:middle;
}
.p-saas-table2 .th-gai {
	background-color: #E5F5FD;
}
.p-saas-table2 .th-gpt {
	background-color: #F2F2F2;
}
.p-saas-table2 .productname {
	font-size: 1.2em!important;
	font-weight: 600;
}
.p-saas-table2 .productcap {
	font-size: 0.9em!important;
	font-weight: 500;
}	
.table-scroll {
		 overflow-x: scroll!important;
	}	
.p-saas04 {
	margin: 20px 0;
}
.p-saas04-inner {
	width: 100%;
    margin:0 auto;
    padding:15px 30px;
    display: flex;
	align-items: center;
	height: auto;
}
.p-saas04-inner-box {
	width: 100%;
}
.p-saas04-inner-box h3 {
	color: #333333;
	font-size: 2.4em;
	font-weight: 600;
	margin-bottom: 6px;
	text-align: center;
}
.p-saas04-inner-box p {
	font-size: 1.6em;
}	
.catergory-menu04::before {
	content: "";
    display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory04.svg") center center no-repeat ;
	vertical-align: -5px;
	 background-size: contain;
}	
.catergory04-ttl::before {
		content: "";
    display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 7px;
	background: url("//8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_SaaS2023/images/p-saas-catergory04-ttl.svg") center center no-repeat ;
	vertical-align: -3px;
	 background-size: contain;
}

}
  
  
/* 20240222 Predoction One */

#prediction-one .products_texttitle p {
    font-size: 1.4em;
}

.saas-tokutyo-03-2 {
    text-align: center;
    margin: 5em auto;
}

.saas-tokutyo-03-2 .tokutyo-text {
    max-width: 500px;
    margin: auto;
    text-align: left;
}

.saas-tokutyo.po .tokutyo-text {
    flex: 1;
    width: 100%;
}

.saas-tokutyo.po .widget-type-linked_image {
    width: 100%;
    flex: 1;
}

.saas-tokutyo.po .widget-type-linked_image img {
    width: 100%;
}

.saas-tokutyo-03-2 h4 {
    background: #7fb4e5;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.tokutyo-img {
    flex: 1;
    background: #f2f2f2;
    height: 350px;
    display: grid;
    place-items: center;
}

#hs_cos_wrapper_worries_answer {
    font-size: 1.8em;
    text-align: center;
}

.po .col2>div {
    width: 48%;
}

.po .col2>div div {
    width: 100%;
}

.po .onayami-box div span {
	color: #333;
	font-weight: 500;	
}

.po .onayami-box span.bluetxt {
    color: #006bcb;
    font-weight: 500;
}
.onayami-container {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.onayami-box {
    width: 48%;
	text-align: center;
	font-size: 16px;
	padding: 24px 12px;
	background-color:#F2F2F2;
	border-radius: 500px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px 20px;
}

.tokutyo-container {
    max-width: 1000px;
    display: flex;
    gap: 2em;
    justify-content: center;
    margin: auto;
}

.tokutyo-box {
    flex: 1;
    border: #7fb4e5 3px solid;
}

.tokutyo-box p {
    font-size: 16px;
}

.tokutyo-box p span {
    color: #006bcb;
}

.saas-tokutyo.po .tokutyo-box img {
    width: 150px;
}

.tokutyo-inner {
    padding: 2em;
}

/* 導入事例 */
.saas-kinou.jirei {
    font-size: 16px;
    background-image: none;
    padding: 3em 0;
}

.saas-kinou.jirei h3 {
    text-align: center;
}

.saas-jirei-wrapper {
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.example-box {
    width: 550px;
    margin: 1em;
}

.example-box>div {
    display: flex;
    padding: 1em;
    margin: 1em 0;
}

.example-box .purpose {
    color: #7fb4e5;
    border: #7fb4e5 3px solid;
}

.example-box .effets {
    color: #7f9dc9;
    border: #7f9dc9 3px solid;
}

.example-box .analytics {
    color: #003d94;
    border: #003d94 3px solid;
}

.jirei-title {
    width: 100px;
    border-right: 1px solid;
    padding-right: 1em;
}

.jirei-text {
    padding-left: 1em;
}

.onayami_triangle.skyblue {
    padding: 0;
    border-top-color: #7fb4e5;
    margin: auto;
}

/* 料金プラン */

.price-plan p {
    font-size: 16px;
}

.price-plan h4 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 1em;
}

.price-plan .price {
    text-align: center;
}

.price-plan .price span {
    font-size: 36px;
    font-weight: bold;
}

/* 無料トライアル */
.saas-tryal {
    padding: 3em 0;
}


.saas-tryal p {
    font-size: 16px;
    text-align: center;
}

.saas-tryal .tryal-box {
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em auto;
}

.saas-tryal .tryal-box img {
    width: 200px;
    display: block;
}

.saas-tryal .tryal-box p span {
    font-size: 12px;
    color: #D4D5D5;
}

.sp-only {
    display: none;
}

@media (max-width: 768px) {

    #prediction-one .products_titleimage img {
        margin: 0;
    }

    .sp-only {
        display: block;
    }

    .tokutyo-container {
        flex-direction: column;
        align-items: center;
    }

    .tokutyo-box {
        width: 100%;
    }

    .onayami-box {
        width: 100%;
    }

    .saas-kinou.jirei {
        padding: 2.5em 1em;
    }

    .example-box {
        width: 100%;
        margin: 0;
    }

    .example-box>div {
        flex-direction: column;
        padding: 0;
    }

    .example-box>div.jirei-title {
        padding: 0 1em;
    }

    .jirei-title {
        border-right: none;
        border-bottom: 1px solid;
        padding-left: 1em;
        width: 100%;
    }

    .saas-tryal {
        padding: 2em 1em;
    }

    .saas-tryal .tryal-box {
        flex-direction: column;
    }

    .saas-jirei-wrapper {
        gap: 4em;
    }
}