@charset "UTF-8";

/*
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  src:
  url("/assets_lp/cnt/portal/fonts/NotoSansJP-VariableFont_wght.ttf")format("truetype")
  ;
}
*/

/* # =================================================================
   # common
   # ================================================================= */
a {
	color: #fff;
}
nav .gg-check-o {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 18px;
	height: 18px;
	border: 2px solid;
	border-radius: 100px;
	color: #9c3;
}
nav .gg-check-o::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 2.7px;
	top: -0.4px;
	width: 4px;
	height: 8px;
	border-color: currentColor;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
	color: #9c3;
}
.surveylist .gg-check-o {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 18px;
	height: 18px;
	border: 2px solid;
	border-radius: 100px;
	color: #fff;
}
.surveylist .gg-check-o::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 2.7px;
	top: -0.5px;
	width: 4px;
	height: 8px;
	border-color: currentColor;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
	color: #fff;
}
/**window**/
.gg-external {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 20px;
	height: 20px;
	box-shadow:
	    -2px 2px 0 0,
	    -4px -4px 0 -2px,
	    4px 4px 0 -2px;
	margin-left: -2px;
	margin-top: 1px
}
.gg-external::after,
.gg-external::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	right: -4px
}
.gg-external::before {
	background: currentColor;
	transform: rotate(-45deg);
	width: 12px;
	height: 2px;
	top: 1px
}
.gg-external::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-top: 2px solid;
	top: -4px
}
/**document**/
.gg-file-document {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 14px;
	height: 16px;
	border: 2px solid transparent;
	border-right: 0;
	border-top: 0;
	box-shadow: 0 0 0 2px;
	border-radius: 1px;
	border-top-right-radius: 4px;
	overflow: hidden
	text-align: center;
	margin: 0 auto;
}
.gg-file-document::after,
.gg-file-document::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute
}
.gg-file-document::before {
	background: currentColor;
	box-shadow:
	    0 4px 0,
	    -6px -4px 0;
	left: 0;
	width: 10px;
	height: 2px;
	top: 8px
}
.gg-file-document::after {
	width: 6px;
	height: 6px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	right: -1px;
	top: -1px
}
.mt4 {
	margin-top: 4vw;
}
.green {
	color: #7abf13;
}
a:hover {
	opacity: 0.8;
	transition:opacity .3s,color .3s;
}

/**fixbtn**/
.fixedbtn_inner {
	background-color: #fc3;
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	padding: 10px;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0 0 10px #999;
}
.fixedbtn_inner .fixed_btn i {
	position: relative;
	bottom: .3vw;
}
.fixedbtn_inner .fixed_btn a {
 	display: block;
	font-weight: bold;
	color: #333;
	line-height: 120%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-animation-name: updown;
	        animation-name: updown;
	/* アニメーション名の指定 */
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	/* アニメーションの開始時間指定 */
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	/* アニメーション動作時間の指定 */
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	/* アニメーションの動き指定（徐々に早く）*/
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}
@keyframes updown {
	0% {
	  -webkit-transform: translateY(13px);
	          transform: translateY(13px);
	}
	50% {
	  -webkit-transform: translateY(0px);
	          transform: translateY(0px);
	}
	100% {
	  -webkit-transform: translateY(13px);
	          transform: translateY(13px);
	}
}

/* # =================================================================
   # PC
   # ================================================================= */
html {
	background: #fff;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #555;
	translate: none;
}
a {
	text-decoration: none;
}
header {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 5px #ccc;
}
header .header_inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 15px 0;
}
header .logo img {
	width: 162px;
}
header .nav {
	align-items: right;
	margin-left: auto;
}
header .drawer_hidden {
  display: none;
}
header .nav ul {

}
header .nav li {
	list-style-type: none;
	display: inline-block;
	font-weight: bold;
	margin-left: 2vw;
	font-size: 90%;
}
header .nav li i {
	display: inline-block;
	top: .2vw;
	right: .3vw;
}
header .nav li a {
	color: #555;
}
header .nav li a:hover {
	color: #7abf13;
	transition:background .3s,color .3s;
}
.updatearea {
	width: 100%;
	background: #f6f6f6;
}
.updatearea .updatearea_inner {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	padding: .5vw 2.5vw .5vw .5vw;
	font-size: 90%;
}
#contents .mainvisual {
	width: 100%;
	background: #7abf13;
}
#contents .mainvisual .mainvisual_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 80px 0;
	background: url("/assets_lp/cnt/portal/images/fv_back.webp") no-repeat center 3vw;
}
#contents .mainvisual .mainvisual_inner .fv{
	position: relative;
}
#contents .mainvisual .mainvisual_inner h1{
	color: #fff;
	text-align: center;
	font-size: 420%;
	text-shadow: 0 0 15px #060;
	z-index: 1;
	animation-name:fadeInTOP;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInTOP{
  from {
	opacity: 0;
	transform: translateY(-50px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}#contents .mainvisual {
	padding-bottom: 20px;
}
#contents .mainvisual .mainvisual_inner p{
	color: #fff;
	font-size: 145%;
	margin-top: 30px;
	line-height: 170%;
}
#contents .mainvisual .mainvisual_inner .fv .fv_people img{
	position: absolute;
	top: 162px;
	right: -20px;
	width: 640px;
	animation-name:fadeInRight;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay: .3s;
}

#contents .mainvisual .mainvisual_inner .fv .fv_batch img{
	position: absolute;
	top: 459px;
                        margin: 0px 80px;
	width: 840px;
	animation-name:fadeInRight;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay: .3s;
}

@keyframes fadeInRight{
  from {
	opacity: 0;
	transform: translateX(100px);
  }
  to {
	opacity: 1;
	transform: translateX(0);
  }
}
#contents .mainvisual .mainvisual_inner span{
	color: #ff0;
}
#contents .mainvisual .mainvisual_inner iframe{
	margin-top: 267px;
	border-bottom: 1px dotted #ccc;
	border-radius: 10px;
}
#contents .primary {
	width: 100%;
}
#contents .primary .primary_back {
	background:  url("/assets_lp/cnt/portal/images/main_back.webp") repeat-x center;
	background-size: cover;
	padding-top: 35px;
}
#contents .primary .primary_inner{
	width: 1000px;
	margin: 0px auto 100px auto;
	box-shadow: 0 0 10px #999;
	background: #fff;
	padding: 3vw;
}
#contents h2{
	font-size: 300%;
	color: #7abf13;
	text-align: center;
}
#contents .subtitle{
	font-size: 90%;
	color: #666;
	text-align: center;
	margin-top: .4vw;
}
#contents .primary .primary_inner .point{
	display: flex;
	align-items: top;
	margin-top: 3vw;
}
#contents .primary .primary_inner .point .pointimg{
	margin-right: 2vw;
	width: 35%;
}
#contents .primary .primary_inner .point .pointimg img{
	border: 1px solid #ccc;
	width: 100%;
}
#contents .primary .primary_inner .point .pointtext{
	width: 65%;
}
#contents .primary .primary_inner .point .pointtext span{
	color: #7abf13;
}
#contents .primary .primary_inner .point .pointtext .att{
	font-size: 50%;
	color: #fff;
}
#contents .primary .primary_inner .point h3{
	font-size: 180%;
	color: #fff;
	background: #000;
	display: inline;
	font-weight: bold;
}
#contents .primary .primary_inner .point a{
	color: #fff;
}
#contents .primary .primary_inner .point h3::before {

}
#contents .primary .primary_inner .point h3::after  {

}
#contents .primary .primary_inner .point p{
	margin-top: 2vw;
	font-size: 140%;
}
#contents .flow {
	width: 100%;
	background: #eee;
	background: linear-gradient(to bottom, #eee, #f3f3f3);
}
#contents .flow .flow_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 120px 0;
}
#contents .flow .flow_inner .backtext{
	font-size: 500%;
	font-weight: bold;
	color: #eee;
	text-align: center;
	position: relative;
	top: -70px;
}
#contents .flow .flow_inner .maintext{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -5vw;
	color: #666;
	text-shadow: 0 1px 0 #fff;
}
#contents .flow .flow_inner dl{
	margin: 0 0 20px 0;
	width: 100%;
	box-shadow: 0 5px 10px #ddd;
}
#contents .flow .flow_inner dt{
	background: #fff;
	padding: 0px;
	font-size: 150%;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 20px;
	width: 165px;
	height: 150px;
	text-align: center;
	line-height: 100%;
}
#contents .flow .flow_inner .title01{
	color: #7abf13;
}
#contents .flow .flow_inner .title02{
	color: #afdb00;
}
#contents .flow .flow_inner .title03{
	color: #fdc80e;
}
#contents .flow .flow_inner dt .number{
	font-size: 180%;
	font-weight: normal;
	line-height: 100%;
}
#contents .flow .flow_inner dd{
	background: #fff;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
	height: 150px;
	width: 1000px;
}
#contents .flow .flow_inner dd a{
	color: #7abf13;
}
#contents .flow .flow_inner .triangle{
	width: 0;
	height: 0;
	border-width: 12px 8px 8px 8px;
	border-color: #ccc transparent transparent transparent;
	text-align: center;
	margin: 0 auto 10px auto;
}
#contents .flow .flow_inner .workplace{
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	margin: 80px 0 40px 0;
	position: relative;
}
#contents .flow .flow_inner .workplace span{
	text-decoration: underline;
	text-underline-offset: -0.2em;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 1);
	text-decoration-skip-ink: none;
}
#contents .flow .flow_inner .flow_people01 img{
	position: absolute;
	top: -2px;
	right: 0;
	width: 210px;
	animation-name:fadeInDown;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay: .3s;
}
#contents .flow .flow_inner .flow_people02 img{
	position: absolute;
	top: -2px;
	left: 0;
	width: 210px;
	animation-name:fadeInDown;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay: .3s;
}
@keyframes fadeInDown{
  from {
	opacity: 0;
	transform: translateY(100px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
#contents .example {
	width: 100%;
	background: #7abf13;
	background: linear-gradient(to bottom, #7abf13, #5f9e00);
}
#contents .example .example_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 8vw 0;
}
#contents .example .example_inner .backtext{
	font-size: 500%;
	font-weight: bold;
	color: #7abf13;
	text-align: center;
	position: relative;
	top: -70px;
}
#contents .example .example_inner .maintext{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -5vw;
	color: #fff;
}
#contents .example .example_inner .example_list{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: top;
}
#contents .example .example_inner .example_list .box{
	width: 27%;
	background: #fff;
	text-align: center;
	margin-left: 2vw;
}
#contents .example .example_inner .example_list .box p{
	padding: 1vw;
}
#contents .example .example_inner .example_list .box .itemtitle{
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
#contents .example .example_inner .example_list .box .itemtitle span{
	color: #7abf13;
}
#contents .example .example_inner .example_list .box .itemtext{
	text-align: left;
}
#contents .example .example_inner .example_list .box:first-child {
	margin-left: 0;
}
#contents .example .example_inner .example_list .itemtext span{
	font-size: 70%;
	display: inline-block;
	line-height: 100%;
}
#contents .example .example_inner .sub{
	font-size: 90%;
	text-align: center;
	color: #fff;
	margin-top: 3vw;
	margin-bottom: 3vw;
}
#contents .recommend {
	width: 100%;
	background: #666;
}
#contents .recommend .recommend_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 3vw 0;
}
#contents .recommend .recommend_inner h2{
	color: #fff;
}
#contents .recommend .recommend_inner .subtitle{
	color: #ccc;
}
#contents .recommend .recommend_inner .bn_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px auto 60px auto;
}
#contents .recommend .recommend_inner .bn_list dl{
	width: 48%;
}
#contents .recommend .recommend_inner .bn_list dl:nth-child(odd){
	margin-right: 20px;
}
#contents .recommend .recommend_inner .bn_list dl:nth-child(n+3){
	margin-top: 40px;
}
#contents .recommend .recommend_inner .bn_list dt{
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#contents .recommend .recommend_inner .bn_list dd{

}
#contents .recommend .recommend_inner .bn_list dd a:hover{
	opacity: 0.8;
	transition:opacity .3s,color .3s;
}
#contents .secondary {
	width: 100%;
	background-image:
	repeating-linear-gradient(
	  90deg,
	  #eee ,
	  #eee 1px,
	  transparent 1px,
	  transparent 12px
	),
	repeating-linear-gradient(
	  0deg,
	  #eee ,
	  #eee 1px,
	  #fff 1px,
	  #fff 12px
	);
}
#contents .secondary .secondary_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 3vw;
}
#contents .survey .survey_inner{
	margin: 40px auto 60px auto;

}
#contents .survey .survey_inner .surveyimg img{
	width: 1000px;
}
#contents .survey .survey_inner ul{
	width: 1000px;
	margin: 20px auto;
}
#contents .survey .survey_inner li{
	list-style-type: none;
	display: inline-block;
	width: calc((100% - 7vw)/ 2);
}
#contents .survey .survey_inner li i {
	display: inline-block;
	top: .5vw;
	left: 1vw;
	color: #fff;
	float: left;
}
#contents .survey .survey_inner li:nth-child(2n){
	margin-left: .8vw;
	margin-bottom: .8vw;
}
.surveylist input{
	display: block;
}
.surveylist label{
	width: 100%;
	display: block;
	border: .3vw solid #7abf13;
	font-size: 140%;
	border-radius: 10px;
	text-align: center;
	padding: 2vw 0;
	color: #7abf13;
	background: #fff;
	transition:background .3s,color .3s;
}
.surveylist input:checked+label{
	background: #7abf13;
	color: #FFF;
	transition:background .3s,color .3s;
}
#contents .survey  #button{
	width: 70%;
	margin: 0 auto;
	font-size: 200%;
	text-align: center;
	padding: 2.5vw 0;
	border-radius: 10px;
	color: #fff;
	background: #ccc;
	font-weight: bold;
}
#contents .survey  #button i{
	display: inline-block;
	position: relative;
	left: 1vw;
}
#contents .survey .on{
	cursor: pointer;
	background: #fc3 !important;
	box-shadow: 0 8px 0 #c90;
	text-shadow: 0 1px 0 #666;
	transition:background .3s,color .3s;
}
#contents .survey  .on i{

}
#contents .survey .on:hover{
	position: relative;
	top: .5vw;
	box-shadow: 0 0 0 #000;
}
#contents .survey .off{
	cursor: auto;
	background: #ccc !important;
	transition:background .3s,color .3s;
}
.surveylist input{
	display: none;
}

/** modal **/
.hidden {
	display: none;
}
#mask {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	animation: fadein .5s;
        overscroll-behavior: contain;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        touch-action: none;
}
#mask::before,
#mask::after {
        content: "";
        width: 1px;
        height: calc(100vh + 1px);
        display: flex;
      }
#mask::-webkit-scrollbar {
        display: none;
}
.result {

}
#modal {
	overflow-x: auto;
	max-height: 90%;
	background: #fff;
	width: 60%;
	border-radius: 10px;
	position: fixed;
	top: 10%;
	left: 10%;
	right: 10%;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
	box-shadow: 0 0 15px #333;
	color: #333;
}
.modal_inner {
	padding: 24px;
}
.modal_inner p{
	font-size: 120%;
	line-height: 150%;
}
.modal_inner table{
	color: #333;
}
@keyframes fadein{
	from{ opacity: 0; }
	to{ opacity: 1; }
}
#apiworks iframe{
        width: 1100px;
	height: 1000px;
	border-radius: 10px;
}
#contents .merit {
	width: 100%;
	background: #7abf13;
}
#contents .merit .merit_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 8vw 0;
}
#contents .merit .merit_inner .backtext{
	font-size: 500%;
	font-weight: bold;
	color: #7abf13;
	text-align: center;
	position: relative;
	top: -70px;

}
#contents .merit .merit_inner .maintext{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -5vw;
	text-shadow: 0 1px 0 #fff;
}
#contents .merit .merit_inner .merit_list{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: top;
}
#contents .merit .merit_inner .merit_list .box{
	width: 27%;
	background: #fff;
	text-align: center;
	margin-left: 2vw;
	box-shadow: 0 0 10px #ccc;
}
#contents .merit .merit_inner .merit_list .box p{
	padding: 1vw;
}
#contents .merit .merit_inner .merit_list .box .itemtitle{
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	line-height: 100%;
}
#contents .merit .merit_inner .merit_list .box .itemtitle span{
	color: #7abf13;
}
#contents .merit .merit_inner .merit_list .box .itemtext{
	text-align: left;
}
#contents .merit .merit_inner .merit_list .box:first-child {
	margin-left: 0;
}
#contents .merit .merit_inner .merit_list .itemtext span{
	font-size: 70%;
	display: inline-block;
	line-height: 100%;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/** qa **/
#contents .qa {
	width: 100%;
	background: #f6f6f6;
	color: #333;
}
#contents .qa .qa_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 4vw 0 8vw 0;
}
#contents .qa .qa_ttl span {
	font-size: 60px;
	color: #99cc33;
}
#contents .qa-wrap {
	margin: 3vw auto 0 auto;
	display: block;
}
#contents .qa-item {
	border: 10px solid #9c3;
	min-height: 97px;
	padding: 0 10px 0 10px;
}
#contents .qa-item + .qa-item {
	margin-top: 20px;
}
#contents .qa-item-inner {
	display: flex;
	position: relative;
}
#contents .qa-item-inner:first-child {
	cursor: pointer;
}
#contents .qa-item-inner:first-child::after {
	content: '';
	width: 30px;
	height: 30px;
	background: top center / contain no-repeat url(/assets_lp/cnt/portal/images/arrow.webp);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	color: #9c3;
}
#contents .qa-item-inner.isOpen::after {
	transform:	translateY(-50%) rotate(180deg);
}
#contents .qa-item-inner + .qa-item-inner {
	border-top: 1px dashed #9c3;
}
#contents .qa-item-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;;
	min-height: 60px;
	flex-shrink: 0;
	color: #9c3;
	font-weight: bold;
	font-size: 300%;
	position: relative;
	top: -.5vw;
}
#contents .qa-item-text-Q {
	font-weight: bold;
	font-size: 20px;
	padding: 24px 20px 24px 14px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	color: #555;
}
#contents .qa-item-text-A {
	font-weight: 400;
	font-size: 16px;
	padding: 24px 20px 24px 14px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}
#contents .qa-item-text p {
	margin-bottom: 1.5em;
}
/** footer **/
.footerimg {
	height: 10vw;
	background: url(/assets_lp/cnt/portal/images/footer_back.webp);
	background-size: cover;
	background-position: center center;
}
#footerbar {
	width: 100%;
	background: #333;
}
#footerbar .footerbar_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 5vw 0 8vw 0;
	color: #fff;
	font-size: 90%;
}
#footerbar .footerbar_inner .company{
	font-weight: bold;
	margin-bottom: 1vw;
}
#footerbar .footerbar_inner .copyright{
	border-top: 1px solid #666;
	padding: 2vw 0;
	margin-top: 2vw;
}
table {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.sponly {
	display: none;
}
.pconly {
	display: block;
}

/* # =================================================================
   # SP
   # ================================================================= */
@media (max-width: 750px) {
nav .gg-check-o {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 18px;
	height: 18px;
	border: 2px solid;
	border-radius: 100px;
	color: #9c3;
	margin-right: 5px;
}
nav .gg-check-o::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: 0px;
	width: 4px;
	height: 8px;
	border-color: currentColor;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
	color: #9c3;
}
.surveylist .gg-check-o {
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	transform: scale(var(--ggs,1));
	width: 14px;
	height: 14px;
	border: 2px solid;
	border-radius: 100px;
	color: #fff;
}
.surveylist .gg-check-o::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 1px;
	top: -3px;
	width: 4px;
	height: 8px;
	border-color: currentColor;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
	color: #fff;
}
.gg-external {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 8px;
	height: 8px;
	box-shadow:
	    -2px 2px 0 0,
	    -4px -4px 0 -2px,
	    4px 4px 0 -2px;
	margin-left: -2px;
	margin-top: 1px
}
.gg-external::after,
.gg-external::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	right: -4px
}
.gg-external::before {
	background: currentColor;
	transform: rotate(-45deg);
	width: 12px;
	height: 2px;
	top: 1px
}
.gg-external::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-top: 2px solid;
	top: -4px
}
.gg-file-document {
	top: -4px
}
.gg-file-document::after,
.gg-file-document::before {
}
.gg-file-document::before {
	background: currentColor;
	box-shadow:
	    0 4px 0,
	    -6px -4px 0;
	left: 0;
	width: 10px;
	height: 2px;
	top: 8px
}
.gg-file-document::after {
}
header .header_inner {
	width: 100%;
	padding-left: 1vw;
}
header .header_inner .navmain {
	width: 100%;
}
header .drawer_hidden {
	display: none;
}
header .nav li i {
	top: 1vw;

}
/* ハンバーガーアイコンの設置スペース */
header .drawer_open {
  width: 90%;
  height: 30px;
  display: flex;
  justify-content: end;
  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: #333;
  transition: 0.5s;
  position: absolute;
}
/* 三本線の一番上の棒の位置調整 */
header .drawer_open span:before {
  bottom: 8px;
}
/* 三本線の一番下の棒の位置調整 */
header .drawer_open span:after {
  top: 8px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
header #drawer_input:checked ~ .drawer_open span {
	background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
header #drawer_input:checked ~ .drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
}
header #drawer_input:checked ~ .drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
}
/* メニューのデザイン*/
header .nav {
	width: 80%;
	height: 100%;
	position: fixed;
	top: 20vw;
	left: 100%; /* メニューを画面の外に飛ばす */
	z-index: 99;
	background: #fff;
	opacity: 0.95;
	transition: .3s;
}
/* メニュー黒ポチを消す */
header .nav_list {
	list-style: none;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav {
	left: 30%;/* メニューを画面に入れる */
}
header .nav li {
	display: block;
	padding: 3vw 0;
	border-bottom: 1px dotted #ccc;
	z-index: 100;
}
.updatearea .updatearea_inner {
	width: 100%;
	padding-right: 2vw;
	font-size: 90%;
}
#contents .mainvisual .mainvisual_inner{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url("/assets_lp/cnt/portal/images/fv_back.webp") no-repeat 0 72px;
	background-size:contain;
}
#contents h2{
	font-size: 180%;
	margin-top: 30px;
}
#contents .subtitle{
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 20px;
}
#contents .mainvisual .mainvisual_inner h1{
	font-size: 180%;
}
#contents .mainvisual .mainvisual_inner p{
	font-size: 85%;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 150%;
	font-weight: bold;
	z-index: 5 !important;
}
#contents .mainvisual .mainvisual_inner .fv .fv_people img{
	position: absolute;
	top: 136px;
	right: 0px;
	width: 215px;
	animation-name:fadeInRight;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay: .3s;
	z-index: 1 !important;
}

#contents .mainvisual .mainvisual_inner .fv .fv_batch img{
	position: absolute;
	top: 256px;	
                        padding: 0 30px;
                        margin: auto;
	animation-name:fadeInRight;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay: .3s;
	z-index: 1 !important;
}


@keyframes fadeInRight{
  from {
	opacity: 0;
	transform: translateX(100px);
  }
  to {
	opacity: 1;
	transform: translateX(0);
  }
}
#contents .mainvisual .mainvisual_inner iframe{
	margin: 100px 0 20px 0 ;
}
#contents .primary {
	background: #7abf13;
	margin-top: 20px;
}
#contents .primary .primary_inner{
	width: 100%;
	box-shadow: 0 0 0 ;
	margin: 0px auto 30px auto;
	padding: 2vw 3vw 1vw 3vw;
}
#contents .primary .primary_inner .point{
	display: block;;
	margin-top: 0px;
}
#contents .primary .primary_inner .point .pointimg{
	margin-right: 0;
	width: 80%;
	margin: 0 auto;
}
#contents .primary .primary_inner .point .pointimg img{
	width: 100%;
}
#contents .primary .primary_inner .point .pointtext{
	margin: 20px 0 40px 0;
	width: 100%;
	text-align: center;
}
#contents .primary .primary_inner .point .pointtext p{
	font-size: 100%;
}
#contents .primary .primary_inner .point .pointtext h3{
	font-size: 140%;
	text-align: center;
}
#contents .flow .flow_inner {
	width: 100%;
	padding: 3vw;
}
#contents .flow .flow_inner dl{
	margin: 0 0 20px 0;
	width: 100%;
	box-shadow: 0 5px 10px #ddd;
}
#contents .flow .flow_inner dt{
	background: #fff;
	display: block;
	width: 100%;
	height: initial;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
#contents .flow .flow_inner dt .number{
	font-size: 150%;
	display: inline-block;
	margin-right: 5px;
}
#contents .flow .flow_inner dd{
	width: 100%;
	font-size: 80%;
	height: initial;
}
#contents .flow .flow_inner .workplace{
	font-size: 100%;
	margin: 40px 0 40px 0;
}
#contents .flow .flow_inner .workplace p{
	padding-bottom: 20px;
}
#contents .flow .flow_inner .flow_people01 img{
	position: absolute;
	top: 23px;
	right: 0;
	width: 90px;
}
#contents .flow .flow_inner .flow_people02 img{
	position: absolute;
	top: 23px;
	left: 0;
	width: 90px;
}
#contents .example .example_inner {
	width: 100%;
	padding-bottom: 60px;
}
#contents .example .example_inner .example_list .box{
	width: 30%;
	margin-left: 1vw;
	line-height: 100%;
}
#contents .example .example_inner .example_list .box .itemtitle{
	font-size: 100%;
	line-height: 100%;
}
#contents .example .example_inner .example_list .box .itemtext{
	font-size: 80%;
	line-height: 120%;
	padding: 2vw 1vw;
}
#contents .example .example_inner .sub{
	font-size: 75%;

}
#contents .flow .flow_inner .backtext{
	font-size: 250%;
	top: -50px;
}
#contents .flow .flow_inner .maintext{
	font-size: 100%;
	top: -40px;
}
#contents .example .example_inner .backtext{
	font-size: 250%;
	top: -40px;
}
#contents .example .example_inner .maintext{
	font-size: 100%;
}
#apiworks iframe{
	width:95%;
	margin: 0 auto;
	height: 780px;
}
#contents .merit .merit_inner .backtext{
	font-size: 250%;
	top: -52px;
}
#contents .merit .merit_inner .maintext{
	font-size: 100%;
}
#contents .recommend .recommend_inner{
	width: 100%;
	padding: 3vw;
}
#contents .recommend .recommend_inner .bn_list{
	display: block;
	margin: 20px auto 40px auto;
}
#contents .recommend .recommend_inner .bn_list dl{
	width: 100%;
}
#contents .recommend .recommend_inner .bn_list dl:nth-child(odd){
	margin-right: 0px;
}
#contents .recommend .recommend_inner .bn_list dl:nth-child(n+3){
	margin-top: 0px;
}
#contents .recommend .recommend_inner .bn_list dd{
	margin-bottom: 20px;
}
#contents .recommend .recommend_inner .bn_list dd img{
	width: 80%;
	margin: 0 auto;
}
#contents .secondary .secondary_inner{
	width: 100%;
}
.mt4 {
	margin-top: 0;
}
#contents .survey .survey_inner ul{
	width: 100%;
}
#contents .survey .survey_inner li{
	width: 49%;
	top: -.5px;
	text-indent: -2.5vw;
}
#contents .survey .survey_inner li i {
	top: 4.2vw;
	left: 2vw;
}
.surveylist label{
	font-size: 100%;
	font-weight: 700;
	line-height: 120%;
	padding: 2vw 0 3vw 0;
}
#contents .survey  #button{
	font-size: 105%;
	padding: 20px 0;
	border-radius: 10px;
	color: #fff;
	background: #ccc;
	font-weight: bold;
	width: 90%;
}
#contents .survey  #button i{
	left: 5px;
}
#contents .survey .on{
	cursor: pointer;
	background: #fc3 !important;
	box-shadow: 0 4px 0 #c90;
	text-shadow: 0 1px 0 #666;
	transition:background .3s,color .3s;
}
#contents .merit .merit_inner {
	width: 100%;
	padding: 3vw;
}
#contents .merit .merit_inner .merit_list{
	display: block;
}
#contents .merit .merit_inner .merit_list .box{
	width: 100%;
	margin-bottom: 5vw;
	margin-left: 0;
}
#contents .merit .merit_inner .merit_list .box .itemimg img{
	width: 100%;
}
#contents .merit .merit_inner .merit_list .box .itemtitle{
	font-size: 100%;
	line-height: 100%;
	padding: 2vw 0;
}
#contents .merit .merit_inner .merit_list .box .itemtext{
	font-size: 80%;
	padding: 2vw;
}
#contents .qa .qa_inner{
	width: 100%;
	padding: 3vw;
}
#contents .qa-item {
	min-height: 70px;
}
#contents .qa-item-icon {
	font-size: 160%;
	width: 30px;
}
#contents .qa-item-inner:first-child::after {
	content: '';
	width: 16px;
	height: 16px;
}
#contents .qa-item-text-Q {
	font-weight: 400;
	font-size: 90%;
	padding: 14px 10px 14px 4px;
}
#contents .qa-item-text-A {
	font-weight: 400;
	font-size: 85%;
	padding: 14px 10px 14px 4px;
}
#contents .qa-item {
	border: 5px solid #9c3;
}
#contents .qa-item-text p {
	margin-bottom: 0em;
}
#footerbar .footerbar_inner{
	width: 100%;
	padding: 10vw 3vw ;
}
#footerbar .footerbar_inner a{
	text-decoration: underline;
	color: #fff !important;
}
#footerbar .footerbar_inner a:hover{
	text-decoration: none;
	color: #fff;
}
#footerbar .footerbar_inner a:visited{
	color: #fff;
}
#footerbar .footerbar_inner a:link{
	color: #fff;
}
#formWrap {
	margin-bottom: 20px;
}
/**fixbtn**/
.fixedbtn_inner {
	bottom: 1vw;
	right: 1vw;
	padding: 5px;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 0 10px #999;
	font-size: 60%;

}
.fixedbtn_inner .fixed_btn i {
	position: relative;
	bottom: .3vw;
}
.fixedbtn_inner .fixed_btn a {
 	display: block;
	font-weight: bold;
	color: #333;
	width: 50px;
	height: 50px;
}
.fixedbtn_inner .fixed_btn p {
	line-height: 110%;

}
#modal {
	width: 90%;
	position: fixed;
	top: 5%;
	left: 5%;
	right: 5%;
	box-shadow: 0 0 5px #333;
}
.modal_inner {
	padding: 20px;
}
.modal_inner p{
	font-size: 90%;
	line-height: 100%;
}
table {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}
td {
	line-height: 120%;
}
td span{
	line-height: 120%;
}
.sponly {
	display: block;
}
.pconly {
	display: none;
}
}
