#mainImg{margin-bottom:20px}
.pc{display:none}
.phone{display:block}
@media only screen and (max-width:959px){
.pc{display:none}
.phone{display:block}
}







/* 20251011  */

/*-------------------------------
  header
-------------------------------*/
.p-header {
	z-index: 4;
	width: 100vw;
	height: 110px;
	background: #fff;
	/* background: #fff url("../images/top/img_header_bg@2x.webp") 0 0 no-repeat; */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-top: 4px solid #024ead;


}
  .p-header__inner {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
    width: 1920px;
    padding: 0 20px 0 40px!important;
	height: 100%;
	max-width: 100%!important;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin: auto;
  }
  .p-header__logo {
	display: flex;
	align-items: center;
	width: 380px;
	height: 100%;
	max-width: 35%;
	-webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	-webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-header__logo a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
  }
  .p-header__logo picture {
	display: block;
  }
  .p-header__logo img {
	width: auto;
	max-width: 100%;
	-webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	-webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	height: 80px;
  }
  .p-header__nav  {
	height: 100%;
	margin-left: auto;

}
  .p-header__nav ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
			align-items: center;
			gap:15px;
  }
  .p-header__nav li {
	list-style: none;
  }
  .p-header__nav li a {
	font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #233447;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 5px;
	box-sizing: border-box;
	-webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	-webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	font-size: clamp(1.2rem,1.5vw,1.6rem);
  }
  .p-header__nav li a:hover {
	opacity: 0.8;
  }
  .sitetel{
	/* padding-right: 20px; */
  }


  @media screen and (min-width: 1025px) and (max-width: 1400px) {
	.p-header {
		height: 75px;

	}
	.p-header__inner {
		padding: 0 20px 0 20px!important;

	}
	.p-header__logo {
		width: 250px;
	  }
	  .p-header__logo img {
		height: auto!important;
	  }


	  .sitetel{
		max-width: 31%;
		width: 315px;
	  }
  }


  @media screen and (max-width: 1024px) {
	.p-header {
	  height: 50px;
	}
	.p-header__inner {
	  padding: 0 41px 0 5px!important;
	  gap: 20px;
	}
	.p-header__logo {
	  width: 150px;
	  max-width: 30%;
	  margin-top: 0;
	  padding-left: 10px;
	}
	.p-header__logo img {
		height: auto!important;
	  }
	.sitetel{
		max-width: 55%;
		width: 200px;
	  }

	.p-header__nav {
	  display: none;
	}
  }

  /*-------------------------------
	subnav
  -------------------------------*/
  .p-subnav {
	background: -webkit-gradient(linear, left top, right top, from(#63c4f0), color-stop(20%, #0084cf), color-stop(80%, #0084cf), to(#63c4f0));
	background: linear-gradient(to right, #63c4f0 0%, #0084cf 20%, #0084cf 80%, #63c4f0 100%);
	background: url(https://www.cloud-tenma.com/wp-content/themes/smart078/smart078/img/menu_back.png) repeat-x center center;
	padding: 0 20px;
	position: fixed;
	top: 110px;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 4;
  }
  .p-subnav__list {
	width: 1600px;
	max-width: 100%;
	/* padding: 0 3.5vw 0 0; */
	height: 100%;
	max-width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: center;
	margin: auto;
	gap:1.5%;
  }
  .p-subnav__list li {
	position: relative;
	height: 100%;
	list-style: none;
  }
  .p-subnav__list li:has(> ul):after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	right: -5px;
	top: calc(50% - 3px);
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
	-webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	-webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-subnav__list li:hover > ul {
	opacity: 1;
	visibility: visible;
  }
  .p-subnav__list li:hover:after {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
  }
  .p-subnav__list li a {
	padding: 0 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	height: 100%;
	-webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	-webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-subnav__list li > ul {
	background: #0084cf;
	background: #272022;
	position: absolute;
	visibility: hidden;
	width: 200px;
	opacity: 0;
	top: 100%;
	left: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  .p-subnav__list li > ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  .p-subnav__list li > ul li:nth-last-of-type(1) {
	border-bottom: none;
  }
  .p-subnav__list li > ul li a {
	display: block;
	padding: 8px 8px;
	font-size: 1.3rem;
	letter-spacing: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color: #fff;
  }
  .p-subnav__list li > ul li a:hover {
	background: #1572b1;
  }

  @media screen and (min-width: 1024px) and (max-width: 1440px) {
	.p-subnav {
	  padding: 0 20px;
	  top: 75px;
	  height: 50px;
	  z-index: 4;
	}
	.p-subnav__list {
	  padding: 0 1vw 0 0;
	}
	.p-subnav__list li {
	  position: relative;
	}
	.p-subnav__list li a {
	  padding: 0 6px;
	  font-size: 1.4rem;
	}
	.p-subnav__list li > ul {
	  width: 200px;
	}
	.p-subnav__list li > ul li a {
	  padding: 7px 8px;
	  font-size: 1.25rem;
	}
  }
  @media screen and (max-width: 1024px) {
	.p-subnav {
	  display: none;
	}
  }

    /*-------------------------------
	 menu
   -------------------------------*/
  /*nav sp*/
  @-webkit-keyframes subMenu {
	0% {
	  opacity: 1;
	  z-index: 4;
	  visibility: visible;
	  top: 70px;
	}
	100% {
	  opacity: 0;
	  z-index: -2;
	  visibility: hidden;
	  top: 45px;
	}
  }
  @keyframes subMenu {
	0% {
	  opacity: 1;
	  z-index: 4;
	  visibility: visible;
	  top: 70px;
	}
	100% {
	  opacity: 0;
	  z-index: -2;
	  visibility: hidden;
	  top: 45px;
	}
  }
  @-webkit-keyframes subMenu_on {
	0% {
	  opacity: 0;
	  z-index: -2;
	  visibility: hidden;
	  top: 45px;
	}
	100% {
	  opacity: 1;
	  z-index: 5;
	  visibility: visible;
	  top: 70px;
	}
  }
  @keyframes subMenu_on {
	0% {
	  opacity: 0;
	  z-index: -2;
	  visibility: hidden;
	  top: 45px;
	}
	100% {
	  opacity: 1;
	  z-index: 5;
	  visibility: visible;
	  top: 70px;
	}
  }
  .nav_sp {
	display: block;
	visibility: visible;
	position: fixed;
	width: 100%;
	top: -150vh;
	left: 0;
	padding-top: 0;
	background: #233447;
	z-index: 1000;
	height: 100%;
	-webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	-webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .nav_sp_box {
	height: calc(100dvh - 60px);
	width: 1300px;
	max-width: 100%;
	position: relative;
	padding: 40px 20px 0px;
	margin: auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }
  .nav_sp_list {
	height: 100%;
	overflow-y: auto;
  }
  .nav_sp_list_midashi {
	color: #233447;
	font-weight: 700;
	display: block;
	font-size: 1.5rem;
	margin-bottom: 10px;
  }
  .nav_sp_list li.sp_menu_item {
	-webkit-animation-timing-function: ease;
			animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
			animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
			animation-direction: alternate;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
  }
  .nav_sp_list li > a, .nav_sp_list li > span {
	line-height: 1;
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 800;
	font-style: normal;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 10px 15px 10px 15px;
	position: relative;
	font-size: 1.4rem;
	border-bottom: 1px solid #dfebf7;
	-webkit-transition: all 0.02s cubic-bezier(0.51, 0.11, 0.4, 0.9);
	transition: all 0.02s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  }
  .nav_sp_list li > span {
	display: block;
	position: relative;
  }
  .nav_sp_list li > span:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
	-webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	-webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .nav_sp_list li > span.open:before {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
  }
  .nav_sp_list li ul {
	display: none;
  }
  .nav_sp_list li ul li a {
	padding-left: 3em;
	font-size: 1.2rem;
  }
  .nav_sp_list li ul li a:before {
	content: "";
	width: 10px;
	height: 1px;
	margin-right: 10px;
	background: #dfebf7;
  }
  .nav_sp.open {
	top: 0;
  }

  /*animation*/
  @-webkit-keyframes spMenu {
	0% {
	  opacity: 0;
	  z-index: -2;
	  visibility: hidden;
	}
	100% {
	  opacity: 1;
	  z-index: 11;
	  visibility: visible;
	}
  }
  @keyframes spMenu {
	0% {
	  opacity: 0;
	  z-index: -2;
	  visibility: hidden;
	}
	100% {
	  opacity: 1;
	  z-index: 11;
	  visibility: visible;
	}
  }
  /*nav_toggle*/
  #nav_toggle {
	z-index: 1001;
  }
  #nav_toggle.open {
	z-index: 1001;
  }

  .nav_toggle {
	width: 60px;
	height: 14px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: fixed;
	visibility: visible;
	opacity: 0;
	pointer-events: none;
	top: 38px;
	right: 30px;
	z-index: 1000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  .nav_toggle div {
	position: relative;
	width: 100%;
	height: 100%;
	gap: 10px;
	cursor: pointer;
	position: relative;
  }
  .nav_toggle span {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	-webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
	background: #233447;
  }
  .nav_toggle span.menu_line_1 {
	top: 0;
  }
  .nav_toggle span.menu_line_2 {
	top: 7px;
  }
  .nav_toggle span.menu_line_3 {
	top: 14px;
  }
  .nav_toggle span.menu_txt {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	top: 30px;
	letter-spacing: 0;
	background: 0;
	text-align: justify;
  }

  /*開閉ボタンopen時*/
  .nav_toggle.open span.menu_line_1 {
	-webkit-transform: rotate(160deg);
			transform: rotate(160deg);
	top: 14px;
	background: #fff;
  }
  .nav_toggle.open span.menu_line_2 {
	-webkit-transform: rotate(-160deg);
			transform: rotate(-160deg);
	top: 14px;
	opacity: 1;
	background: #fff;
  }
  .nav_toggle.open span.menu_line_3 {
	-webkit-transform: rotate(-160deg);
			transform: rotate(-160deg);
	background: #fff;
	top: 14px;
  }

  @media screen and (max-width: 1024px) {
	.nav_toggle {
	  width: 30px;
	  top: 20px;
	  opacity: 1;
	  pointer-events: all;
	  right: 5px;
	  z-index: 5;
	  z-index: 1000;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
	/*開閉ボタンopen時*/
	.nav_toggle.open span.menu_line_1 {
	  top: 12px;
	}
	.nav_toggle.open span.menu_line_2 {
	  top: 12px;
	}
	.nav_toggle.open span.menu_line_3 {
	  top: 12px;
	}
  }
  .sp_menu__bottom {
	padding: 20px 0;
  }
  .sp_menu__bottom > div {
	/*background: #fff;*/
	padding: 15px 0;
	margin-top: 20px;
  }
  .sp_menu__bottom > div > a:nth-of-type(1) {
	margin-bottom: 20px;
	height: 50px;
  }

  .u-linkbtn2 {
	padding: 20px 20px;
	position: relative;
	line-height: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
			text-decoration: none;
	width: 300px;
	max-width: 100%;
	height: 60px;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#63c4f0), color-stop(#0084cf), to(#63c4f0));
	background: linear-gradient(to right, #63c4f0, #0084cf, #63c4f0);
	border-radius: 40px;
	font-size: 1.9rem;
	font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: clamp(1.6rem, 0.671rem + 1.86vw, 1.8rem);
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
			box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
	transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	border: 2px solid #fff;
  }
  .u-linkbtn2:hover {
	opacity: 0.7;
  }
  .u-linkbtn2:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("https://goodhands-rpa.com/wp_2025/wp-content/themes/rpa/assets/images/top/ico_point1.svg") 50% 50% no-repeat;
	background-size: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
  }
  .u-linkbtn2.ma {
	margin-inline: auto;
	margin-left: auto;
	margin-right: auto;
  }
  .u-linkbtn2.red {
	background: #d4145a !important;
	height: 50px;
  }
  .u-linkbtn2.red__2 {
	height: 60px;
  }
  .u-linkbtn2.green {
	background: #00a39a !important;
	height: 50px;
  }
  .u-linkbtn2.green__2 {
	height: 60px;
  }
  .u-linkbtn2.blue {
	background: #1772b1 !important;
	height: 50px;
  }
  .u-linkbtn2.blue__2 {
	height: 60px;
  }
  .u-linkbtn2.orange {
	background: #f29600 !important;
	height: 50px;
  }
  .u-linkbtn2.orange__2 {
	height: 60px;
  }
  .u-linkbtn2.orange2 {
	background: #f05a24 !important;
	height: 50px;
  }
  .u-linkbtn2.orange2__2 {
	height: 60px;
  }
  .u-linkbtn2.download:after {
	content: "";
	display: block;
	width: 27px;
	height: 23px;
	background: url("https://goodhands-rpa.com/wp_2025/wp-content/themes/rpa/assets/images/common/ico_dl@2x.webp") 50% 50% no-repeat;
	background-size: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
  }
  .u-linkbtn2.small {
	font-size: 1.4rem;
	letter-spacing: 0;
  }

  .u-linkbtn3 {
	padding: 20px 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 300px;
	max-width: 100%;
	height: 60px;
	color: #fff;
	font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: clamp(1.6rem, 0.671rem + 1.86vw, 1.8rem);
	-webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
	transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
	overflow: hidden;
	color: #143883;
	background: rgba(255, 255, 255, 0);
	border: 3px solid #143883;
  }
  .u-linkbtn3:hover {
	border: 3px solid #143883;
	background-color: #143883;
	color: #fff;
  }