@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.service-wapper{
	border-bottom: 1px solid #CCC;
}
.sinner {
	font-family: "Poppins","Noto Sans JP", sans-serif;
	width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.sr-style main {
  background: #fff;
  padding-top: 75px;
}
.sr-style .mv_title {
  background: url(../../../../wp-content/themes/authense.jp/images/sr/sr-bg.jpg) no-repeat right;
  background-size: auto;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  padding-top: 2em;
  height: 400px;
}
.sr-style .mv_title h1{
	min-width: 28%;
}
.sr-style .mv_title h1 small{
	display: block;
	font-size: 16px;
}

/* service top */
.service-list{
  background: #f9f9f9;
  display: block;
  padding: 40px 50px;
}
#content .section .service-list ul{
	padding-left: 0;
	margin: 0;
}
.service-list ul li {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.service-list ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* page head */
.pagehead-text{
	margin-bottom: 60px;
}
.service-document-container{
	background: #F8F7F6;
	border:1px solid #E5E5E5;
	border-radius: 10px;
	padding: 50px 30px 15px;
	overflow: hidden;
	position: relative;
}
.service-document-container h2.document-title{
	background: #3968A1;
	color: #FFF;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.sr-style #content .service-document-container h2.document-title{
	font-family: "Poppins","Noto Sans JP", sans-serif;
	font-size: 15px;
	padding: 10px 30px;
	border-radius: 0 0 10px 0;
}
.document-contents{
	display: flex;
	justify-content: space-between;
}
.document-contents .document-image{
	width: 28.57142857142857%;
}
.document-contents .document-cta{
	width: 32.14285714285714%;
	text-align: center;
}
.document-contents .document-download a{
	background: #333;
	border: 1px solid #333;
	color: #FFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.document-contents .document-contact a{
	background: #FFF;
	border: 1px solid #434343;
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.sr-style #content .document-contents .document-cta p {
	margin-bottom: 5px;
}
.sr-style #content .document-contents .document-cta h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

/* service plan */
.sr-style #content h2.service-ttl {
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
}
.sr-style #content h2.service-ttl strong{
	font-size: 30px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.service-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-detail{
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 5px rgba(18, 31, 0, 0.05);
	width: 31.11111111111111%;
	padding: 60px 30px;
	margin-bottom: 30px;
	position: relative;
}
.komon-service .service-detail{
	overflow: hidden;
}
.sr-style #content .service-detail h3{
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
	color: #333;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 200%;
}
.sr-style #content .service-detail h3 strong{
	font-size: 22px;
	font-weight: bold;
}
.serviceicon{
	background: #29436E;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.serviceicon01 img{width: 37px; height: auto;}
.serviceicon02 img{width: 33px; height: auto;}
.serviceicon03 img{width: 30px; height: auto;}
.serviceicon04 img{width: 35px; height: auto;}
.serviceicon05 img{width: 45px; height: auto;}
.serviceicon06 img{width: 29px; height: auto;}
.serviceicon07 img{width: 43px; height: auto;}
.serviceicon08 img{width: 43px; height: auto;}
.service-detailtext{
	width: 31.11111111111111%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.service-detailtext p{
	color: #29436E;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.service-centertext{
	margin: 40px 0;
}
.service-num{
	background: #9E8850;
	border-radius: 30px;
	color: #FFF;
	margin: 0 auto;
  display: inline-flex;
	justify-content: center;
	align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
	left: 0;
  right: 0;
  z-index: 2;
}
/* employee */
.employee-service strong{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.employee-service p{
	font-weight: bold;
	margin-bottom: 0;
}
.employee-service .service-detail{
	width: 48.33333333333333%;
	text-align: center;
}

/* outsourcing */
.outsourcing-service{
	margin-bottom: 40px;
}
.sr-style #content .outsourcing-service .service-detail h3 {
  border-bottom: 1px solid rgb(229, 229, 229);
  font-size: 16px;
  color: rgb(51, 51, 51);
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 200%;
	letter-spacing: 0;
}
.sr-style #content .outsourcing-service .service-detail h3 strong {
  font-size: 21px;
  font-weight: bold;
}
.outsourcing-service .service-detail{
	width: 31.1111%;
	text-align: center;
}
.outsourcing-service .service-detail p{
	margin-bottom: 0;
	letter-spacing: 0;
}
.example-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.example-list .example-detail{
	border-radius: 10px;
	box-shadow: 0px 0px 10px 5px rgba(18, 31, 0, 0.05);
	background: #FFF;
	width: 48.33333333333333%;
	overflow: hidden;
	margin-bottom: 30px;
	min-height: 300px;
}
.example-list .example-detail h4{
	background: #29436E;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 25px 10px;
}
#content .section .example-detail ul{
	margin: 30px;
	padding: 0;
}
.example-detail ul li{
	padding-left: 12px;
  position: relative;
	line-height: 150%;
	margin-bottom: 5px;
}
.example-detail ul li::before {
  background: #9A9A38;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: calc(1em - 6px);
}
.example-detail ul li small{
	font-size: 13px;
}
#content .section .due-service .service-detail ul{
	margin: 0;
	padding: 0;
}
.due-service .service-detail{
	padding-bottom: 30px;
}
.due-service .service-detail ul li{
	padding-left: 12px;
  position: relative;
	line-height: 150%;
	margin-bottom: 5px;
}
 .due-service .service-detail ul li::before {
  background: #9A9A38;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: calc(1em - 6px);
}
 .due-service .service-detail ul li small{
	font-size: 13px;
}

.service-centertext p{
	color: #29436E;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

/* reason */
.reason_point{
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.reason_point .reason_image{
	width: 280px;
}
.reason_point .reason_content{
	flex: 1;
	margin-left: 30px;
}
.point_num{
	color: #9E8850;
	font-size: 18px;
	font-family: "Poppins","Noto Sans JP", sans-serif;
	display: inline-block;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.point_num strong{
	font-family: "Poppins","Noto Sans JP", sans-serif;
	font-size: 60px;
	font-style: italic;
	font-weight:600;
	display: block;
	line-height: 100%;
}
.reason_point:first-child .point_num strong{
	letter-spacing: 0.1em;
}
.sr-style #content .reason_content h3 {
  color: #333;
	font-size: 22px;
}
.reason_content p{
	margin-bottom: 30px;
}
.tool_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tool_list .toolinfo{
	background: #FFF;
	width: 48.33333333%;
	padding: 30px;
	text-align: center;
}
.tool_list .toolinfo h3{
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.sr-style #content .tool_list .toolinfo h3 {
  color: #333;
	font-size: 16px;
}
.toolinfo p{
	letter-spacing: 0;
	margin-bottom: 0;
}
.toolinfo p small{
	font-size: 13px;
}

/* free */
.free_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.free_content{
	background: #F8F7F6;
	width: 48.33333333%;
	padding: 35px 30px 120px;
	position: relative;
}
.free_content .freemark{
	width: 60px;
	height: 60px;
	margin-top: -50px;
}
.free_content h3{
	text-align: center;
}
.sr-style #content .free_content h3 {
  color: #333;
	font-size: 16px;
}
.sr-style #content .free_content h3 strong{
	font-size: 22px;
	font-weight: 600;
}
.free_content .free-document{
	background: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	margin-bottom: 25px;
}
.fd-num{
	color: #9E8850;
	font-family: "Poppins","Noto Sans JP", sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	width: 40px;
	margin-right: 10px;
}
.fd-title{
	width: calc(100% - 130px);
}
.fd-title h4{
	font-size: 15px;
	margin-bottom: 0;
	letter-spacing: 0;
	text-align: left;
	line-height: 160%;
}
.fd-title h4 strong{
	display: block;
}
.fd-image{
	width: 102px;
	margin-right: -30px;
	margin-bottom: -30px;
}
.freebtn{
	position: absolute;
	bottom: 30px;
	width: calc(100% - 60px);
}
.freebtn a{
	color: #FFF;
	display: flex;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
}
.freebtn a:hover{
	color: #FFF;
}
.freebtn.download_btn a{
	background: #29436E;
	background: url("../images/service/icon_download.svg") no-repeat  right 20px center,linear-gradient(90deg,rgba(41, 67, 110, 1) 0%, rgba(79, 122, 192, 1) 100%);
}
.freebtn.download_btn::before{
	background: url("../images/service/freedoc_downloadimg.png") no-repeat;
	background-size: 100% auto;
	width: 61px;
	height: 93px;
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 47px);
	z-index: 2;
}
.freebtn.movieplay_btn a{
	background: #29436E;
	background: url("../images/service/icon_play.svg") no-repeat  right 20px center,linear-gradient(90deg,rgba(41, 67, 110, 1) 0%, rgba(79, 122, 192, 1) 100%);
}

/* voice */
.voicelist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice-detail{
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 5px rgba(18, 31, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	width: 48.33333333%;
	padding: 75px 30px 50px;
	position: relative;
}
.voice-wide .voice-detail{
	width: 100%;
	padding-top: 65px;
}
.voice-wide .voice-detail p strong {
  line-height: 200%;
}
.voice-detail p{
	text-align: center;
	margin-bottom: 0;
	line-height: 150%;
	letter-spacing: 0;
}
.voice-detail p strong{
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
}
.voice-detail::before{
	background: url("../images/service/icon_check_b.svg") no-repeat;
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -15px;
	z-index: 2;
}
.voice-after{
	margin-top: 40px;
}
.voice-after .voice-detail::before{
	background: url("../images/service/icon_check_g.svg") no-repeat;
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -15px;
	z-index: 2;
}

/* price plan */
.service-price{
	margin-bottom: 20px;
}
.price-list{
	background: #F8F7F6;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding: 60px 0px 35px;
  overflow: hidden;
  position: relative;
}
.price-detail{
	box-sizing: border-box;
	border-right: 1px solid #E5E5E5;
	width: 20%;
	padding: 0 20px;
	text-align: center;
}
.price-detail:last-child{
	border: none;
}
.staff-label{
	background: #D9D9D9;
	border-radius: 5px;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 2px 10px;
	display: inline-block;
}
.staff-num{
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.staff-num strong{
	font-size: 22px;
	font-weight: normal;
}
.price-detail .price{
	color: #29436E;
	font-weight: 600;
	letter-spacing: 0;
}
.price-detail .price strong{
	font-size: 60px;
	font-weight: 600;
	display: block;
	line-height: 100%;
	margin-bottom: 10px;
}
.price-detail .price p{
	font-size: 30px;
	font-weight: 600;
	line-height: 140%;
	padding-top: 10px;
	margin-bottom: 0;
}
.bottomtext{
	margin-top: 10px;
}

/* employee */
.pricelist-employee .price-detail {
	box-sizing: border-box;
	border-right: 1px solid #E5E5E5;
	width: 33.33%;
	padding: 0 20px 20px;
	text-align: center;
}
.service-plan .service-centertext{
	margin-bottom: 40px;
}
.service-plan .service-centertext p {
  line-height: 150%;
}

/* outsourcing */
.price-list.pricelist-outsourcing {
  padding: 100px 20px;
}
.pricelist-outsourcing .price-detail {
  width: 100%;
}
.pricelist-outsourcing .price-detail p{
	margin-top: 15px;
}

/* option */
.option-list{
	background: #F8F7F6;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.option-detail{
	width: 25%;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	padding: 40px 10px 30px;
	text-align: center;
}
.option-detail:nth-child(-n+4){
	border-top: none;
}
.option-detail:nth-child(4n){
	border-right: none;
}
.option-num{
	background: #29436E;
	border-radius: 30px;
	color: #FFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 60px;
	height: 30px;
	margin-bottom: 20px;
}
.option-detail h4{
	color: #333;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 150%;
	letter-spacing: 0;
}
.option-detail p{
	font-size: 15px;
	margin-bottom: 0;
	letter-spacing: 0;
}


/* service-about */
.representative-container{
	margin-top: 100px;
}
.service-about{
	background: #F8F7F6;
}
.rep-profile{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sr-style #content h3.center-title{
	color: #333;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.sr-style #content h3.center-title span{
	color: #9E8850;
	display: block;
	font-size: 16px;
}
.rep-image{
	width: 48.33333333%;
}
.rep-info{
	width: 48.33333333%;
}
.rep-infohead{
	font-size: 16px;
	letter-spacing: 0;
}
.rep-infohead span{
	font-weight: bold;
}
.rep-infohead h4{
	font-size: 16px;
	font-weight: normal;
	margin: 25px 0;
	letter-spacing: 0.1em;
}
.rep-infohead h4 strong{
	font-size: 30px;
	letter-spacing: 0.5em;
	margin-right: 20px;
}
#content .section .rep-infohead ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.rep-links{
	font-size: 0;
}
ul.rep-links li{
	display: inline-block;
	font-size: 16px;
	padding-right:15px;
	margin-right:15px;
	position: relative;
}
ul.rep-links li:last-child{
	padding-right:0px;
	margin-right:0px;
}
ul.rep-links li::after{
	background: #333;
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
}
ul.rep-links li:last-child::after{
	display: none;
}
ul.rep-links li a{
	color: #1F3183;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
ul.rep-links li a:hover{
	text-decoration: none;
}
.rep-profile{
	margin-bottom: 30px;
}
.rep-profile table.profile{
	background: none;
	border-top: 1px solid #E5E5E5;
	margin-top: 30px;
}
.rep-profile table.profile th,.rep-profile table.profile td{
	border-bottom: 1px solid #E5E5E5;
}
.rep-profile table.profile th{
	width: 50px;
	font-size: 14px;
	font-weight: normal;
}
.rep-profile table.profile td{
	padding:20px 0px 20px 10px;
	letter-spacing: 0;
}
/* office */
.office-container{
	margin-top: 100px;
}
.office-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.office-image{
	width: 48.33333333%;
}
.office-info{
	width: 48.33333333%;
}
.office-info{
	margin-bottom: 30px;
}
.srlogo{
	text-align: center;
}
.srlogo img{
	display: inline-block;
	width: 240px;
}
.office-info table.profile{
	background: none;
	border-top: 1px solid #E5E5E5;
	margin-top: 30px;
}
.office-info table.profile th,.office-info table.profile td{
	border-bottom: 1px solid #E5E5E5;
}
.office-info table.profile th{
	width: 90px;
	font-size: 14px;
	font-weight: normal;
}
.office-info table.profile td{
	padding:20px 0px 20px 10px;
	letter-spacing: 0;
}
/* group */
.group-wapper{
	margin-top: 70px;
}
.group_container{
  display: flex;
  flex-wrap: wrap;
	margin-top: 60px;
}
.group_first{
  width: 18.66666666666667%;
  max-width: 224px;
  margin-right: 15px;
  text-align: center;
}
.group_first a{
  display: block;
  height: 100%;
  padding: 25px;
}
.group_list{
  width: 79.66666666666667%;
  display: flex;
  flex-wrap: wrap;
}
.grouplink{
  width: 25%;
  padding-right: 15px;
}
.grouplink:nth-child(4n){
  padding-right: 0px;
}
.group_list a{
	border: 1px solid #E5E5E5;
  display: block;
  padding: 20px 10px;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
.group_first,.group_list a{
	border: 1px solid #E5E5E5;
  background: #FFF;
  background-size: 12px 9px;
  background-position: right 15px bottom 15px;
  transition: .3s;
}
.group_first:hover,.group_list a:hover{
  background: #FFF;
  background-size: 12px 9px;
  background-position: right 15px bottom 15px;
}
.group_first a,.group_list a{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.group_first a .grouplogo,.group_first a p,.group_list a .grouplogo,.group_list a p{
  width: 100%;
}
.group_list div:nth-child(n+4) a{
  margin-bottom: 0;
}
.group_list div:nth-child(7) a .grouplogo img{
  width: 138px;
  margin: 0;
}
.group_list div:nth-child(7) a{
  height: 100%;
}
.group_first .grouplogo img {
  width: 140px;
  margin:15px 0 0;
}
.group_first p{
  font-size: 12px;
	font-weight: bold;
  margin:0 0 15px;
  letter-spacing: 0.04em;
}
.grouplink a p {
  font-size: 12px;
	font-weight: bold;
  letter-spacing: 0.04em;
	margin-bottom: 0;
} 
.grouplogo img{
  width: 116px;
  margin-bottom: 15px;
}

/* corp */
.corpinfo{
	margin-top: 60px;
}
.corpinfo table{
	border-top: 1px solid #E5E5E5;
	width: 100%;
}
.corpinfo table th,.corpinfo table td{
	border-bottom: 1px solid #E5E5E5;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.corpinfo table td.corptd{
	padding: 30px 0;
}
.corpinfo table td table,.corpinfo table td table th,.corpinfo table td table td{
	border: none;
}
.corpinfo table td table{
	width: 50%;
}
.corpinfo table td table:nth-child(2){
	width: 42%;
}
.corpinfo table td table th{
	padding-left: 12px;
	position: relative;
}
.corpinfo table td table th::before{
	background: #1F3183;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
}
.corpinfo table td table td{
	text-align: right;
}
.infoinner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

/* news */
.service-news{
	padding-top: 20px;
}
.service-useful{
	padding-top: 20px;
}


/* service common parts */
.service-gradation{
	background: #F6F6EB;
	background: linear-gradient(135deg,rgba(246, 246, 235, 1) 0%, rgba(231, 240, 254, 1) 100%);
	padding-bottom: 30px;
}
.service-skyblue{
	background: #ECF2FD;
}
.sr-style #content .sinner h2{
	font-family: "Poppins","Noto Sans JP", sans-serif;
	font-size: 15px;
}
#content h3.bl-ttl{
	font-size: 22px;
	padding-left: 25px;
	margin-bottom: 30px;
	letter-spacing: 0;
	position: relative;
}
#content h3.bl-ttl::before{
	background: #29436E;
	content: "";
	display: block;
	width: 5px;
	height: 20px;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
}
.sr-style #content h3.bl-ttl strong{
	font-size: 24px;
	font-weight: 700;
	margin-left: 10px;
}
.sr-style #content h3.bl-ttl small {
  display: inline-block;
	font-size: 16px;
  font-weight: 600;
}
.note{
	font-size: 15px;
}
.tar{
	text-align: right;
}
.news-list dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	margin-bottom: 40px;
}
.news-list dt {
	font-weight: normal;
	border-bottom: 1px solid #E5E5E5;
  width: 130px;
	padding: 15px 0;
	text-align: center;
	display: inline-flex;
  align-items: center;
  justify-content: center;
}
.news-list dd {
	border-bottom: 1px solid #E5E5E5;
  width: calc(100% - 130px);
	padding: 25px 0;
	margin-bottom: 0;
}
.news-list dd a{
	background: url("../images/service/link_arw_r.svg") no-repeat;
	background-position: right 10px center; 
	display: block;
	padding-right: 60px;
}
.morelink{
	text-align: center;
}
.morelink a{
	background: url("../images/service/link_arw_rw.svg") no-repeat #333;
	background-position: right 20px center;
	color: #FFF;
	font-size: 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	text-align: center;
}
.morelink a:hover{
	color: #FFF;
}

@media screen and (max-width: 1334px){
	.group_first {
		margin-right: 1.33%;
	}
	.grouplink {
		padding-right: 1.33%;
	}
}


@media (max-width: 767px){
	/* group */
  #group {
    padding: 100px 0;
  }
  #group .ttlline span {
    font-size: 36px;
  }
  .group_first {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .group_list {
    width: 100%;
    justify-content: space-between;
  }
  .group_list a{
    background-position: right 10px bottom 10px;
    padding: 20px 20px;
  }
  .grouplogo img {
    margin-bottom: 10px;
  }
  .grouplink a p {
    margin-bottom: 5px;
  }
  .grouplink {
    width: 49%;
    padding: 0;
    margin-bottom: 10px;
  }
}

/* overslider */
.overslider_wap{
	font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  margin-left: calc((100% - 940px) / 2);
}
#content .overslider_wap .slide-arrow{
	position: relative;
	width: 46px;
	height: 46px;
}
#content .overslider_wap .slide-arrow img {
  width: 46px;
}
#content .arrow_box .next-arrow {
  margin-left: 10px;
}
.overslider .slick-list{
  overflow: visible;
  width: 1240px;
}
.overslider .slick-list .overslide{
  background: #F6F6F6;
  margin: 0 20px 30px;
  padding: 20px;
}
.overslider .slick-list .slideinfo {
  padding: 20px 0 0;
}
.sr-style #content .overslider .slick-list .slideinfo h3{
	color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.04em;
}
.overslider .slick-list .slideinfo p{
  color: #333;
  font-size: 12px;
	font-weight: bold;
  text-align: right;
  margin-bottom: 0;
}
.overslider .slick-list .slideinfo p span{
  background: #666;
  border-radius: 4px;
  color: #FFF;
  margin-right: 10px;
  padding: 5px 10px;
}
.oversliderbottom{
  display: flex;
  align-items: center;
  margin: 10px 0 0 20px;
}
.arrow_box{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 46px;
  margin-right: 20px;
}
.arrow_box .prev-arrow,.arrow_box .next-arrow{
  position: relative;
  width: 46px;
  height: 46px;
}
.arrow_box .next-arrow{
  margin-left: 10px;
}
.mbtn{
  max-width: 220px;
}
.commonbtn_b_arw{
  background: url("../images/common/btnarw_w.svg") no-repeat #000;
  background-position: right 15px center;
  background-size: 18px 7px;
  border: 1px solid #000;
  border-radius: 6px;
  color: #FFF;
  font-size: 14px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
}
.commonbtn_b_arw:hover{
  background: url("../images/common/btnarw_b.svg") no-repeat #FFF;
  background-position: right 15px center;
  background-size: 18px 7px;
  border: 1px solid #000;
  color: #000;
  opacity: 1;
}
/* btnsize btnicon */
.commonbtn_b_arw.sbtn,.commonbtn_b_arw.ssbtn,.commonbtn_b_arw.sssbtn{
  background: url("../images/common/btnarw_w.svg") no-repeat #000;
  background-position: right 15px center;
  background-size: 12px 4px;
}
.commonbtn_b_arw.sbtn:hover,.commonbtn_b_arw.ssbtn:hover,.commonbtn_b_arw.sssbtn:hover{
  background: url("../images/common/btnarw_b.svg") no-repeat #FFF;
  background-position: right 15px center;
  background-size: 12px 4px;
}
@media (max-width: 1201px){
	.overslider_wap {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
	.sinner {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	/* free */
	.service-free{
		padding-top: 0;
	}
	.service-free .sinner{
		padding-top: 70px
	}
	
	/* plan */
	.price-list {
		padding: 30px 0px 20px
	}
	.staff-label {
		font-size: 13px;
	}
	.staff-num {
		font-size: 15px;
	}
	.staff-num strong {
		font-size: 16px;
	}
	.price-detail .price strong {
		font-size: 30px;
	}
	.price-detail .price p {
		font-size: 20px;
		padding-top: 0;
	}
	
	/* option */
	.option-detail h4 {
		font-size: 15px;
	}
	.option-detail {
		padding: 20px 10px 15px;
	}
	
}
@media (min-width: 769px) {
	.sp{
		display: none !important;
	}
}
@media (max-width: 768px) {
	.pc{
		display: none !important;
	}
	.sinner {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}
	.sr-style .mv_title{
		height: 380px;
	}
	.sr-style main {
		padding-top: 44px;
	}
	.sr-style .mv_title h1 small {
		font-size: 11px;
	}
	/* service top */
	.service-list{
		background: #f9f9f9;
		display: block;
		padding: 20px;
	}
	.service-list ul li {
		font-size: 16px;
		font-weight: 700;
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.service-list ul li::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: solid 2px #333;
		border-right: solid 2px #333;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	
	/* page head */
	.pagehead-text {
		margin-bottom: 30px;
	}
	.document-contents {
		display: block;
	}
	.document-contents .document-image,.document-contents .document-cta {
		width: 80%;
		margin: 0 auto 20px;
	}
	
	/* service */
	.sr-style #content .document-contents .document-cta p {
		margin-bottom: 0px;
	}
	.service-detail {
		width: 100%;
		padding: 30px 12px;
		margin-bottom: 20px;
	}
	.serviceicon {
		width: 40px;
		height: 40px;
	}
	.serviceicon01 img{width: 25px; height: auto;}
	.serviceicon02 img{width: 24px; height: auto;}
	.serviceicon03 img{width: 22px; height: auto;}
	.serviceicon04 img{width: 23px; height: auto;}
	.serviceicon05 img{width: 26px; height: auto;}
	.serviceicon06 img{width: 20px; height: auto;}
	.serviceicon07 img{width: 26px; height: auto;}
	.serviceicon08 img{width: 26px; height: auto;}
	.sr-style #content .service-detail h3 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 20px;
		padding-bottom: 20px;
		line-height: 160%;
	}
	.sr-style #content .service-detail h3 strong {
		font-size: 18px;
	}
	.service-num {
		width: 40px;
		height: 40px;
		top: -15px;
	}
	.employee-service .service-detail {
		width: 100%;
		padding: 40px 12px 25px;
	}
	.employee-service p {
		font-weight: normal;
	}
	.employee-service strong {
		font-size: 18px;
	}
	.service-centertext p{
		font-size: 21px;
		line-height: 150%;
	}
	.service-centertext {
		margin: 10px 0;
	}
	.outsourcing-service .service-detail {
		width: 100%;
		text-align: left;
	}
	.sr-style #content .outsourcing-service .service-detail h3{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.example-list .example-detail h4 {
		font-size: 18px;
	}
	.example-list .example-detail {
		width: 100%;
		margin-bottom: 20px;
		min-height: 0;
	}
	#content .section .example-detail ul {
		margin: 20px;
		padding: 0;
	}
	.sr-style #content .outsourcing-service .service-detail h3 strong {
		font-size: 18px;
		line-height: 150%;
	}
	
	/* reason */
	.reason_point {
		display: block;
		margin-bottom: 20px;
	}
	.reason_point .reason_image {
		width: 100%;
	}
	.reason_point .reason_content {
		margin:20px 0 0;
	}
	.point_num {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.point_num strong {
		font-size: 45px;
	}
	.sr-style #content .reason_content h3 {
		font-size: 18px;
	}
	.reason_content p {
		margin-bottom: 15px;
	}
	
	/* tool */
	.tool_list {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.tool_list .toolinfo {
		border-radius: 10px;
		box-shadow: 0px 0px 10px 5px rgba(18, 31, 0, 0.05);
		width: 100%;
		padding: 20px;
	}
	.tool_list .toolinfo:nth-child(1){
		margin-bottom: 20px;
	}
	.tool_list .toolinfo h3{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	/* free */
	.service-free{
		padding-top: 0;
	}
	.service-free .sinner{
		padding-top: 40px
	}
	.free_container {
		display: block;
	}
	.sr-style #content .free_content h3 {
		margin-bottom: 20px;
	}
	.free_content {
		width: 100%;
		padding: 30px 20px 30px;
		position: relative;
	}
	.free_container .free_content:first-child{
		margin-bottom: 40px;
	}
	.fd-image {
		display: none;
	}
	.fd-title {
		width: calc(100% - 28px);
	}
	.freebtn {
		position: relative;
		bottom: 0;
		width: calc(100%);
	}
	.free-movie{
		margin-bottom: 20px;
	}
	.freebtn.download_btn::before {
		left: -20px;
	}
	
	/* voice */
	#content h3.bl-ttl {
		font-size: 18px;
		padding-left: 15px;
		margin-bottom: 30px;
	}
	.voice-detail {
		margin-bottom: 30px;
		width: 100%;
		padding: 35px 20px 25px;
	}
	.voice-detail::before,.voice-after .voice-detail::before {
		background-size: cover;
		width: 40px;
		height: 40px;
		top: -15px;
	}
	.sr-style #content h3.bl-ttl strong {
		font-size: 20px;
	}
	.voice-detail p,.voice-detail p strong{
		font-size: 15px;
	}
	.voice-wide .voice-detail {
		padding-top: 35px;
	}
	
	/* plan */
	.price-list {
		background: #F8F7F6;
		border: 1px solid #E5E5E5;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px 0px;
		overflow: hidden;
		position: relative;
	}
	/* komon price */
	.pricelist-komon .price-detail:nth-child(-n+3) {
		border-right: none;
		width: 33.33%;
		padding: 0;
		margin-bottom: 20px;
	}
	.pricelist-komon .price-detail:nth-child(-n+3) .price-inner{
		border-right: 1px solid #E5E5E5;
		padding: 0 10px;
	}
	.pricelist-komon .price-detail:nth-child(n+4) {
		border-top: 1px solid #E5E5E5;
		border-right: none;
		width: 50%;
		padding: 0;
	}
	.pricelist-komon .price-detail:nth-child(n+4) .price-inner{
		border-right: 1px solid #E5E5E5;
		padding: 0 10px;
		margin-top: 20px;
	}
	.pricelist-komon .price-detail:nth-child(3) .price-inner,.pricelist-komon .price-detail:nth-child(5) .price-inner{
		border-right: none;
	}
	/* employee price */
	.pricelist-employee .price-detail:nth-child(1) {
		width: 50%;
		padding: 0;
		margin-bottom: 20px;
	}
	.pricelist-employee .price-detail:nth-child(2) {
		border-right: none;
		width: 50%;
		padding: 0;
		margin-bottom: 20px;
	}
	.pricelist-employee .price-detail:nth-child(3) {
		border-top: 1px solid #E5E5E5;
		border-right: none;
		width: 100%;
		padding: 20px 0 0;
	}
	.price-list.pricelist-outsourcing {
		padding: 50px 20px;
	}
	
	.staff-label{
		font-size: 12px;
		padding: 5px 8px;
	}
	.staff-num{
		font-size: 13px;
	}
	.staff-num strong {
		font-size: 15px;
	}
	.price-detail .price strong {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.price-detail .price p {
		font-size: 20px;
		padding-top: 0;
	}
	.option-detail:nth-child(n+3) {
		border-top: 1px solid #E5E5E5;
	}
	.option-detail {
		width: 50%;
		padding: 20px 6px;
		border-top: 1px solid #E5E5E5;
	}
	.option-detail:nth-child(-n-2){
		border-top: none;
	}
	.option-detail h4 {
		font-size: 15px;
	}
	.option-detail p {
		line-height: 150%;
		letter-spacing: 0;
	}
	
	/* parts */
	.service-gradation{
		background: #F6F6EB;
		background: linear-gradient(105deg,rgba(246, 246, 235, 1) 0%, rgba(231, 240, 254, 1) 100%);
		padding-bottom: 30px;
	}
	.sr-style #content h2.service-ttl strong {
		font-size: 22px;
		margin-top: 5px;
	}
	.sr-style #content h2.service-ttl{
		margin-bottom: 20px;
	}
	.bottomtext {
		letter-spacing: 0;
	}
	
	/* corp */
	.representative-container {
		margin-top: 50px;
	}
	.sr-style #content h3.center-title {
		font-size: 27px;
		margin-bottom: 30px;
	}
	.sr-style #content h3.center-title span {
		font-size: 15px;
	}
	.rep-profile {
		display: block;
	}
	.rep-image,.rep-info {
		width: 100%;
	}
	.rep-image{
		margin-bottom: 20px;
	}
	.rep-infohead h4 {
		font-size:15px;
		font-weight: normal;
		margin: 10px 0 15px;
		letter-spacing: 0.1em;
	}
	.rep-infohead h4 strong {
		font-size: 21px;
		margin-right: 10px;
	}
	ul.rep-links li {
		font-size: 13px;
		padding-right: 10px;
		margin-right: 10px;
	}
	.rep-profile table.profile th,.rep-profile table.profile td,.office-info table.profile th,.office-info table.profile td{
		display: block;
		width: 100%;
	}
	.rep-profile table.profile th ,.office-info table.profile th {
		font-size: 15px;
		font-weight: normal;
		padding: 20px 0 5px;
		border-bottom: none;
	}
	.rep-profile table.profile td,.office-info table.profile td {
		font-size: 15px;
		padding: 0 0 20px;
	}
	.rep-profile table,.office-info table{
		width: 100%;
	}
	
	/* office */
	.office-container {
		margin-top: 50px;
	}
	.office-content {
		display: block;
	}
	.office-image,.office-info{
		width: 100%;
	}
	.office-image {
		margin-bottom: 20px;
	}
	.srlogo img {
		width: 190px;
	}
	
	/* group */
	.group-wapper {
		margin-top: 50px;
	}
	.group_container {
		margin-top: 20px;
	}
	.group_first a {
		padding: 15px;
	}
	.group_first p {
		font-size: 15px;
	}
	.group_list a {
		margin-bottom: 0px;
	}
	.group_list p {
		font-size: 13px;
	}
	
	/* corpinfo */
	.corpinfo {
		margin-top: 10px;
	}
	.corpinfo table th, .corpinfo table td{
		width: 100%;
		display: block;
	}
	.corpinfo table th{
		font-size: 15px;
		font-weight: normal;
		padding: 20px 0 5px;
		border-bottom: none;
	}
	.corpinfo table td.corptd {
		padding: 0 0 10px;
	}
	.infoinner {
		display: block;
	}
	.corpinfo table td table,.corpinfo table td table:nth-child(2) {
		width: 100%;
	}
	.corpinfo table td table th,.corpinfo table td table td{
		width: auto;
		display: table-cell;
	}
	.corpinfo table td table th{
		padding: 2px 5px 2px 12px;
	}
	.corpinfo table td table td{
		padding: 2px 0 2px 5px;
	}
	
	/* news */
	.service-news {
		padding-top: 10px;
	}
	.news-list dt {
		border-bottom: none;
		width: 100%;
		padding: 10px 0 0;
		text-align: left;
		display: block;
	}
	.news-list dd {
		width: 100%;
		padding: 0 0 10px;
		text-align: left;
		display: block;
	}
	.news-list dd a{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-right: 30px;
	}
	
	/* overslider */
  .overslider_wap{
    margin-left: 0;
  }
  .overslider .slick-list{
    overflow: visible;
    width: 960px;
  }
  .overslider .slick-list .overslide{
    width: 75%;
  }
  .overslider .slick-list .slideinfo {
    padding: 20px 0 0;
  }
  .overslider .slick-list .slideinfo h3{
    font-size: 14px;
    font-weight: normal;
    line-height: 200%;
    letter-spacing: 0.04em;
  }
  .oversliderbottom {
    margin: 0 20px;
  }
  .arrow_box{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 46px;
    margin-right: 20px;
  }
  .arrow_box .prev-arrow,.arrow_box .next-arrow{
    position: relative;
    width: 46px;
    height: 46px;
  }
  .arrow_box .next-arrow{
    margin-left: 10px;
  }
  .arrow_box .prev-arrow{
    left: 0;
  }
  .arrow_box .next-arrow{
    right: 0;
  }
}

