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

a {
	transition: none;
	color: #333;
	text-decoration: none;
}

a:hover :not(.plan-btn){
	color: #e82212;
	transition: all 0.3s linear;
	text-decoration: none;
}

h2 {
	font-size: 36px;
	color: #fff;
	margin: 20px auto 0;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
	font-weight: normal;
}

p,h3,h4,h5 {
	color: #333;
}

p {
	font-size: 13px;
	line-height: 1.65;
}

.topicPath__wrap {
	margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .topicPath__wrap.f-auth {
    margin-top: 100px;
  }
}

.topImg {
	background: url(../images/home/main.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	/* margin-top: 60px; */
	padding: 120px;
}

.topImg__intro {
	margin: 0 auto;
	text-align: center;
}

.topImg__intro ul {
	display: inline-block;
}

.topImg__intro li {
	font-size: 14px;
	color: #fff;
	float: left;
	padding: 20px 30px 0 0;
	opacity: 0;
}

.topImg__intro li:last-child {
	padding: 20px 0 0;
}

.topImg__intro--title {
    opacity: 0;
}
.topImg__intro--btn {
    opacity: 0;
}

/* メインビジュアルのアニメーション設定 */
.topImg__intro li:nth-child(1) {
  -webkit-animation: animation 0.5s ease 0.5s 1 forwards;
  animation: animation 0.5s ease 0.5s 1 forwards;
}
.topImg__intro li:nth-child(2) {
  -webkit-animation: animation 0.5s ease 1s 1 forwards;
  animation: animation 0.5s ease 1s 1 forwards;
}
.topImg__intro li:nth-child(3) {
  -webkit-animation: animation 0.5s ease 1.5s 1 forwards;
  animation: animation 0.5s ease 1.5s 1 forwards;
}
.topImg__intro--title {
  -webkit-animation: animation 0.5s ease 2.5s 1 forwards;
  animation: animation 0.5s ease 2.5s 1 forwards;
}
.topImg__intro--btn {
  -webkit-animation: animation 0.5s ease 3.5s 1 forwards;
  animation: animation 0.5s ease 3.5s 1 forwards;
}
@-webkit-keyframes animation {
  100% {
    opacity: 1;
  }
}
@keyframes animation {
  100% {
    opacity: 1;
  }
}

.topImg__intro--btn a,
.registration--btn a {
	display: block;
	width: 260px;
	height: 70px;
	margin:60px auto 0;
	padding: 20px 0;
	background: #e82212;
	color: #fff;
	border-radius: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.topImg__intro--btn a:hover,
.registration--btn a:hover {
	background: #333;
	color: #fff;
	transition: all 0.1s linear;
}

.serviceSummary--bg {
	background-color: #f3f3ef;
}

.serviceSummary__featureWrap {
	width: 1024px;
	margin: 0 auto;
	padding: 100px 0 180px 0;
	display: table;
}

.serviceSummary__feature {
	width: 33.33%;
	color: #fff;
	text-align: center;
	float: left;
	display: table-cell;
}

.serviceSummary__feature--ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.serviceSummary__feature--num {
	font: 75px "din-condensed", sans-serif;
}

.serviceSummary__feature--num span:not(#RegisteredCompany__feature):not(#UsedCompany_feature):not(#OriginalSerachtag_feature) {
	font-size: 16px;
	margin-left: 5px;
}

.serviceSummary__itemWrap {
	width: 100%;
	position: absolute;
	display: contents;
}

.serviceSummary__item--bg {
	width: 100%;
	height: 180px;
	background-color: #f3f3ef;
}

.serviceSummary__item--bg.white {
	background-color: #fff;
}

.serviceSummary__item {
	width: 1024px;
	margin: -160px auto 0;
	padding-top: 40px;
	background-color: #fff;
	text-align: center;
	z-index: 1;
}

.serviceSummary__item h3,
.serviceSummary__Detail h3,
.solution__ttl h3 {
	padding: 16px 40px;
	background-color: #333;
	color: #fff;
	display: inline-block;
	z-index: 2;
}

.serviceSummary__Detail h3 {
	 margin: 0 auto;
	display: table;
}

.serviceSummary__item--ttl {
	display: block;
	margin-top: -80px;
}

.serviceSummary__item--listWrap {
	width: 100%;
	padding: 80px 0 100px 5.5%;
	background-color: #fff;
	overflow: hidden;

}

.serviceSummary__item--list {
	width: 33.33%;
	padding-right: 5.5%;
	float: left;
}

.serviceSummary__item--list h4 {
	margin: 30px 0 16px 0;
	line-height: 1.4;
}

.serviceSummary__item--list p {
	text-align: justify;
}

/* .serviceSummary__item--listTxt {
	font-feature-settings: "palt" 1;
} */

.serviceSummary__item--list img {
	width: 85%;
}

.serviceSummary__itemConcept--num:after {
	content: '';
	width: 34px;
	height: 1px;
	background-color: #333;
	display: block;
	margin: 10px auto 0;
}

.serviceSummary__item--link {
	text-align: left;
	margin-top: 12px;
	font-size: 13px;
}

.fa-angle-down {
	margin-left: 6px;
	color: #d9655c;
}

.serviceSummary__item--link:hover {
	opacity: 0.7;
	transition: all 0.1s linear;
}

.serviceSummary__itemConcept--L,
.serviceSummary__itemConcept--R {
	display: flex;
	margin-bottom: 100px;
	margin: -60px auto 100px;
	padding: 60px 60px 0;
}

.serviceSummary__itemConcept--L.upload,
.serviceSummary__itemConcept--R.upload {
	margin: 64px auto;
	padding: 0 60px;
	display: flex;
}

.serviceSummary__itemConcept--R {
	flex-direction: row-reverse;
}

.serviceSummary__itemConcept--wrap {
	width: 50%;
	padding-right: 40px;
}

.serviceSummary__itemConcept--R .serviceSummary__itemConcept--wrap {
	padding-right: 0;
	padding-left: 40px;
}

.serviceSummary__itemConcept--txt {
	text-align: left;
}

.serviceSummary__itemConcept--txt p {
	margin: 10px 0 40px;
	text-align: justify;
}

.serviceSummary__itemConcept--txt p:last-child {
	margin-bottom: 0;
}

p.serviceSummary__itemConcept--num {
	font: 28px "din-condensed", sans-serif;
	margin: 10px 0 20px 8px;
}

.serviceSummary__itemConcept--num:after {
	width: 28px;
	margin: 10px 0 0 -8px;
}

.serviceSummary__itemConcept--txt h4 {
	margin: 40px 0 16px;
	font-weight: bold;
}

.serviceSummary__itemConcept--txt h5 {
	margin-top: 30px;
}

.fa-square {
	margin-right: 4px;
	font-size: 12px;
	position: relative;
	top: -1px;
}

.serviceSummary__itemConcept--img {
	margin: auto 0 0;
	width: 50%
}

.serviceSummary__itemConcept--img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.serviceSummary__itemConcept--line {
	width: 783px;
	border-bottom: 1px solid #dbd7d5;
	margin: auto;
}

.serviceSummary__itemWrap .registration--btn {
	margin-bottom: 100px;
	text-align: center;
}

.serviceSummary__Detail,
.serviceSummary__tag {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}

.serviceSummary__Detail .serviceSummary__Detail--contents {
	margin: 60px 0 40px;
	overflow: hidden;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
}

.serviceSummary__Detail li {
	width: 28%;
	margin: 0	auto;
	margin: 0 60px 60px 0;
	color: #333;
	text-align: center;
	word-break: break-all;
}

.serviceSummary__Detail li:nth-child(3n) {
	margin: 0 0 60px 0;
}

.serviceSummary__Detail li:last-child {
	margin: 0;
}

.serviceSummary__Detail li h4,
.serviceSummary__tag h4 {
	margin: 12px auto 10px;
	text-align: center;
}

.serviceSummary__Detail li p {
	text-align: left;
}

.serviceSummary__Detail li span {
	font-size: 42px;
}

.solution__itemWrap .serviceSummary__Detail--contents.pc {
	overflow: hidden;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	width: 100%;
	padding-left: 5.5%;
	overflow: hidden;
	margin-bottom: 30px;
}

.serviceSummary__Detail--contents .serviceSummary__Detail--contents---box {
	width: 23.33%;
	float: left;
}

.serviceSummary__Detail--contents .serviceSummary__Detail--contents---box img {
	padding-bottom: 25px;
}

.serviceSummary__Detail--contents .serviceSummary__Detail--contents---box h4 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
}

.serviceSummary__Detail--contents .serviceSummary__Detail--contents---box h4.mail-icon {
	padding-top: 3px;
}

.serviceSummary__Detail--contents .serviceSummary__Detail--contents---box p {
	font: 50px "din-condensed", sans-serif;
	letter-spacing: -2px;
}

.serviceSummary__Detail--contents .serviceSummary__Detail--contents---box p span {
		font-size: 16px;
		font-family: "DIN Condensed";
		font-weight: bold;
		padding-left: 2px;
}

.serviceSummary__Detail li:nth-child(3n) {
	margin: 0 0 60px 0;
}

.serviceSummary__Detail li:last-child {
	margin: 0;
}

.serviceSummary__Detail li h4,
.serviceSummary__tag h4 {
	margin: 12px auto 10px;
	text-align: center;
}

.serviceSummary__Detail li p {
	text-align: left;
}

.serviceSummary__Detail li span,
.serviceSummary__tag span {
	font-size: 42px;
}

.solution__wrap {
	width: 100%;
	margin: 80px auto 0;
	text-align: center;
	overflow: hidden;
}

.solution__itemWrap {
	margin: -40px auto 0;
	padding: 60px 0 40px;
	background-color: #fff;
	overflow: hidden;
}
.solution__wrap:nth-child(2n+1) .solution__itemWrap {
	background-color: #f3f3ef;
}

.solution__itemWidth {
	width: 96%;
	max-width: 1024px;
	margin: auto;
}

.solution__itemWrap--txt {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding: 30px 0 70px;
}

.solution__itemWrap--undernum {
	font-size: 12px;
	color: #333333;
}

.solution__itemInner {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
}

.solution__itemList {
	width: 45.11%;
	background-color: #fff;
	margin: 0 70px 70px 0;
	display: inline-block;
	text-align: left;
	word-break: break-all;
}

.solution__itemList:last-child {
	margin-right: 0;
}

.solution__itemList h4 {
	padding: 20px 30px 10px;
	background-color: #fff;
	display: inline-block;
	margin-top: -50px;
}

.solution__itemList p {
	padding: 10px 30px 30px;
	text-align: justify;
}

.solution__itemList--1stTtl {
	width: 72%;
}

.solution__itemList--2ndTtl {
	width: 88%;
}

.solution__itemList img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.registrationWrap {
	width: 100%;
	background-color: #fff;
	margin: 0;
}

.registration {
	width: 1024px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}

.registration h3 {
	margin-bottom: 30px;
}

.registration p {
	margin-bottom: 60px;
}

.search-btn {
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	width: 400px;
	height: 60px;
	margin: 0 auto;
	background: #333;
	color: #fff;
	padding: 15px 0;
	border-radius: 40px;
	display: block;
	top: -100px;
}

.search-btn:hover {
	opacity: 0.7;
	color: #fff;
}

@media only screen and (max-width: 1023px) {
	/* 改行 */
	.beginner--sp {
		display: none;
	}

	.serviceSummary__item--listTxt {
    font-feature-settings: initial;
	}

	.topImg {
		padding: 80px;
	}

	.serviceSummary--bg {
		background-color: #f3f3ef;
	}

	.serviceSummary__featureWrap {
		width: 90%;
	}

	.serviceSummary__feature--num {
		font: 56px "din-condensed", sans-serif;
	}

	.serviceSummary__item {
		width: 90%;
	}

	.serviceSummary__item--ttl {
		display: block;
		margin-top: -80px;
	}

	.serviceSummary__itemConcept--img {
		margin: auto auto 0;
	}

	.serviceSummary__Detail,
	.serviceSummary__tag {
		width: 90%;
	}

	.serviceSummary__Detail li {
		width: 27.6%;
	}

	.serviceSummary__tag--listItem {
		width: 30.3%;
		margin-right: 30px;
	}

	.serviceSummary__tag--listItem:nth-child(3n) {
		margin-right: 0;
	}

	.solution__itemInner {
		width: 90%;
	}

	.solution__itemList {
		width: 45.11%;
		margin: 0 50px 50px 0;
		display: inline-block;
		text-align: left;
	}

	.solution__itemList h4 {
		padding: 20px 20px 5px;
		margin-top: 0;
	}

	.solution__itemList--1stTtl {
		width: 88%;
	}

	.solution__itemList--3rdTtl {
		width: 89%;
	}

	.registrationWrap {
		width: 100%;
	}

	.registration {
		width: 100%;
	}

	.registration--btn a {
		width: 260px;
	}
}

@media only screen and (max-width: 768px) {
	h2 {
		width: 90%;
		font-size: 26px;
	}

	.serviceSummary__item h3,
	.serviceSummary__Detail h3,
	.solution__ttl h3  {
		width: 90%;
		font-size: 18px;
		padding: 16px 10px;
	}

	.topImg {
		padding: 80px 10px;
	}

	.topImg__intro ul {
		display: inline-block;
		margin-top: 20px;
	}

	.topImg__intro li {
		float: inherit;
		padding: 14px 0 0;
	}

	.topImg__intro li:last-child {
		padding: 14px 0 0;
	}

	.topImg__intro--btn a {
		width: 260px;
		height: 64px;
		margin:60px auto 0;
		font-size: 18px;
		padding: 18px 0;
	}

	.serviceSummary {
		width: 100%;
	}

	.serviceSummary--bg {
		width: 100%;
	}

	.serviceSummary__featureWrap {
		width: 100%;
		margin: 0 auto;
		padding: 60px 0 120px;
		display: table;
	}

	.serviceSummary__feature {
		width: 100%;
		text-align: center;
		display: table-cell;
		padding-bottom: 24px;
	}

	.serviceSummary__feature--ttl {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}

	.serviceSummary__feature--num {
		font: 60px "din-condensed", sans-serif;
	}

	.serviceSummary__itemWrap {
		width: 100%;
		background-color: #fff;
	}

	.serviceSummary__item--bg {
		height: 160px;
		margin-top: -3px;
	}

	.serviceSummary__item--bg.white {
		background-color: #fff;
	}

	.serviceSummary__item {
		width: 90%;
		margin: -160px auto 0;
		padding-top: 40px;
		background-color: #fff;
		text-align: center;
		z-index: 1;
	}

	.serviceSummary__item--ttl {
		width: 90%;
		display: block;
		margin: -80px auto 0;
	}

	.serviceSummary__item--listWrap {
		width: 100%;
		padding: 40px 20px 60px;
		background-color: #fff;
		overflow: hidden;
	}

	.serviceSummary__item--list {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}

	.serviceSummary__item--list:last-child {
		margin-bottom: 0;
	}

	.serviceSummary__item--list h4 {
		margin: 20px 0 6px 0;
	}

	.serviceSummary__item--list p {
		text-align: left;
	}

	.serviceSummary__item--link {
		text-align: left;
	}

	.serviceSummary__itemConcept--L,
	.serviceSummary__itemConcept--R {
		display:
		inherit;
		padding: 50px 20px 0;
		margin: -50px auto 40px;
	}

	.serviceSummary__itemConcept--L.upload,
	.serviceSummary__itemConcept--R.upload {
		display: inherit;
		padding: 50px 20px 0;
		margin: -80px auto 40px;
	}

	.serviceSummary__itemConcept--wrap {
		width: 100%;
		padding-right: 0;
	}

	.serviceSummary__itemConcept--R .serviceSummary__itemConcept--wrap {
		padding-left: 0;
	}

	.serviceSummary__itemConcept--txt {
		text-align: center;
	}

	.serviceSummary__itemConcept--txt h4 {
		text-align: left;
		line-height: 1.3;
		margin-top: 20px;
		font-size: 18px;
	}

	.serviceSummary__itemConcept--txt h5 {
		text-align: left;
		margin: 0;
	}
/*
	.serviceSummary__itemConcept--txt p {
		margin: 10px 0 20px;
	}
*/
	.serviceSummary__itemConcept--txt p.serviceSummary__itemConcept--num {
		text-align: center;
		margin: 0 auto;
		padding-top: 40px;
		position: relative;
	}

	.serviceSummary__itemConcept--txt p.serviceSummary__itemConcept--num:after {
		width: 28px;
		margin: 10px auto 0;
	}

	.serviceSummary__itemConcept--img {
		margin: 20px 0 0;
		width: 100%;
	}

	.serviceSummary__itemConcept--img img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.serviceSummary__itemConcept--L.upload .serviceSummary__itemConcept--img img,
	.serviceSummary__itemConcept--R.upload .serviceSummary__itemConcept--img img {
		width: 282px;
		max-width: 100%;
	}

	.serviceSummary__Detail {
		width: 90%;
		margin: 0 auto;
		padding: 0 20px;
		overflow: hidden;
	}

	.serviceSummary__Detail .serviceSummary__Detail--contents {
		margin: 40px 0 80px;
	}

	.serviceSummary__Detail h3,
	.solution__ttl h3 {
		text-align: center;
	}

	.serviceSummary__Detail ul {
		margin: 40px 0 100px;
		overflow: hidden;
	}

	.serviceSummary__Detail li {
		width: 100%;
		margin: 0	auto 40px;
		padding: 0;
		text-align: center;
		word-break: break-all;
	}

	.serviceSummary__Detail li h4 {
		margin: 10px 0 6px;
	}

	.serviceSummary__Detail li p {
		text-align: left;
	}

	.serviceSummary__item {
		width: 90%;
		margin: -160px auto 0;
		padding-top: 40px;
		background-color: #fff;
		text-align: center;
		z-index: 1;
	}

	.serviceSummary__item--ttl {
		width: 90%;
		display: block;
		margin: -80px auto 0;
	}

	.serviceSummary__item--listWrap {
		width: 100%;
		padding: 40px 20px 60px;
		background-color: #fff;
		overflow: hidden;
	}

	.serviceSummary__item--list {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}

	.serviceSummary__item--list:last-child {
		margin-bottom: 0;
	}

	.serviceSummary__item--list h4 {
		margin: 20px 0 6px 0;
	}

	.serviceSummary__item--link {
		text-align: left;
	}

	.serviceSummary__itemConcept--wrap {
		width: 100%;
		padding-right: 0;
	}

	.serviceSummary__itemConcept--R .serviceSummary__itemConcept--wrap {
		padding-left: 0;
	}

	.serviceSummary__itemConcept--num:after {
		width: 28px;
		margin: 10px 0 0 -8px;
	}

	.serviceSummary__itemConcept--txt h4 {
		line-height: 1.3;
		margin-top: 20px;
		font-size: 18px;
	}

	.serviceSummary__itemConcept--txt h5 {
		margin: 0;
	}

	.sp_p03 {
		margin: 30px;
	}

	.sp_img02 {
		padding-top: 50px;
	}

	.sp_img03 {
		padding-top: 32px;
	}

	.sp_p_pd70 {
		padding-bottom: 70px;
	}

	.sp_p_pd50 {
		padding-bottom: 50px;
	}

	.serviceSummary__itemConcept--line {
		width: 80%;
		border-bottom: 1px solid #dbd7d5;
		margin: auto;
	}

	.solution__itemWrap .serviceSummary__Detail--contents.pc {
		display: none;
	}

	.solution__itemWrap  {
		width: 100%;
	}
	.serviceSummary__Detail--contents .serviceSummary__Detail--contents---box {
		width: 100%;
	}

	.serviceSummary__Detail--contents---box img {
		padding-bottom: 25px;
	}

	.serviceSummary__Detail--contents---box h4 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
	}

	.serviceSummary__Detail--contents .serviceSummary__Detail--contents---box p span {
		font-family: "ヒラギノ角ゴ Pro";
	}

	.solution__wrap {
		margin: 50px auto 0;
	}

	.solution__ttl {
		width: 90%;
    margin: 0 auto;
		padding: 0 20px;
	}

	.solution__itemWrap {
		margin: -40px auto 0;
		padding: 40px 0;
		overflow: hidden;
	}

	.solution__itemWrap--txt {
		padding: 30px 0 50px;
	}

	.solution__itemWrap--txt p {
		text-align: justify;
		font-size: 16px;
	}

	.solution__itemInner {
		width: 80%;
		display: inherit;
	}

	.solution__itemInner:first-child {
		margin: 50px auto 0;
	}

	.solution__itemList {
		width: 100%;
		margin-bottom: 30px;
	}

	.solution__itemList p {
    padding: 10px 20px 20px;
	}

	.solution__itemInner h4 {
		text-align: justify;
	}

	.solution__itemList--1stTtl,
	.solution__itemList--2ndTtl,
	.solution__itemList--3rdTtl,
	.solution__itemList--4thTtl {
		width: 100%;
	}

	.registrationWrap {
		width: 100%;
	}

	.registration {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 80px;
		text-align: center;
	}

	.registration h3 {
		margin-bottom: 30px;
	}

	.registration p {
		padding: 0 20px;
		margin-bottom: 0;
	}

	.registration--btn a {
		display: inline-block;
		width: 240px;
		height: 64px;
		padding: 18px 0;
		border-radius: 40px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		margin: 40px auto 0;
	}

	.search-btn {
		position: relative;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		text-decoration: none;
		width: 290px;
		height: 55px;
		margin: 0 auto;
		background: #333;
		color: #fff;
		padding: 15px 0;
		border-radius: 40px;
		display: block;
		top: -90px;
	}
}

@media only screen and (max-width: 522px) {

	h2 {
		width: 90%;
		font-size: 20px;
		line-height: 1.4;
	}

	h3 {
		font-size: 22px;
	}

	.topImg {
		padding: 80px 10px;
	}

	.registration--btn a {
		width: 260px;
	}
}

@media screen and (max-width: 420px) {
	.beginner--sp420 {
		display: none;
	}
}

@media screen and (max-width: 420px) {
	.serviceSummary__tag--listItem {
		width: 43%;
		margin-right: 20px;
	}
}

@media screen and (max-width: 390px) {
	h2 {
		font-size: 18px;
	}

	.beginner--sp390 {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	.beginner--sp360 {
		display: none;
	}
}

@media screen and (max-width: 330px) {
	.beginner--sp320 {
		display: none;
	}

	.beginner--spTxt {
		font-feature-settings: "palt" 1;
	}
}
