/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese"); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/* 見出しタグリセット　ここから */

h1, h2, h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: transparent;
  background-color: transparent;
  background-image: none;
  }

h1:before {
  background: none;
}

/* 見出しタグリセット　ここまで */

.accessgate {
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	letter-spacing: .1em;
	color: #0f183b;
}

.accessgate .pc {
	display: block !important;
}

.accessgate .tab {
	display: none !important;
}

.accessgate .sp {
	display: none !important;
}

.accessgate .pc-i {
	display: inline-block !important;
}

.accessgate .tab-i {
	display: none !important;
}

.accessgate .sp-i {
	display: none !important;
}

.accessgate p {
	margin: auto 0;
}

.accessgate img[src$=".svg"] {
	height: auto;
}

/* h2 h3　フォント指定　ここから */

.accessgate h2 .section__heading--white,
.accessgate h2 .section__heading--black,
.accessgate h2 .section__heading--spSmall {
	font-family: 'Roboto', sans-serif;
}

/* h2 h3　フォント指定　ここまで */

.accessgate ol,
.accessgate ul {
	list-style: none;
	margin: 0;
}
.accessgate .btn {
	background-color: #0061b6;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	height: 70px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 35px;
	font-size: 20px;
	padding: 0 20px;
	min-width: 360px;
	border: 0;
	-webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
	transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

.accessgate .btn:hover {
	background-color: #00c0ad;
}

.accessgate .btn--medium {
	font-size: 16px;
	min-width: 240px;
	height: 40px;
}

.accessgate .btn--small {
	font-size: 14px;
	min-width: 0;
	height: 40px;
}

.accessgate .btn--arrow:before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("../img/btn-arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 16px 0 0;
}

.accessgate .btn--free:before {
	content: "無料";
	font-size: 13px;
	padding: 5px 7px;
	background-color: #fff;
	color: #0061b6;
	border-radius: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
	margin: 0 8px 0 0;
	font-weight: bold;
}

.accessgate .btn--free:hover:before {
	color: #00c0ad;
}

.accessgate .btn--white {
	color: #0f183b;
	background-color: #fff;
	border: solid 1px #fff;
}

.accessgate .btn--white:hover {
	color: #fff;
	border-color: #00c0ad;
}

.accessgate .btn--underline {
	background-color: transparent;
	height: auto;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #fff;
	border-radius: 0;
	min-width: 0;
}

.accessgate .btn--underline:hover {
	background-color: transparent;
	color: #00c0ad;
	border-color: #00c0ad;
}

.accessgate .btn--underline:hover.btn--arrow:before {
	background-image: url("../img/btn-arrow-green.svg");
}

.accessgate .text-contents {
	font-size: 16px;
	line-height: 2;
}

.accessgate .text-contents small {
	font-size: 10px;
}

.accessgate .text-contents .asterisk {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.accessgate .text-contents .asterisk:after {
	content: "※";
	font-size: 10px;
	margin: 10px 0 0;
	line-height: 1;
}

.accessgate .text-center {
	text-align: center;
}

.accessgate .text-notes {
	font-size: 14px;
}

.accessgate .header {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.scrolled .accessgate .header {
	position: fixed;
	background-color: white;
}

.accessgate .header__inner {
	width: calc(100% - 60px);
	max-width: 1400px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
}

.scrolled .accessgate .header__inner {
	height: 80px;
}

.accessgate .header-logo {
	position: relative;
	width: 260px;
	height: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto 0 0;
}

.accessgate .header-logo > img {
	max-width: 100%;
}

.accessgate .header-logo--blue {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
	opacity: 0;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.scrolled .accessgate .header-logo--blue {
	opacity: 1;
}

.accessgate .header-logo--white {
	height: 100%;
	width: auto;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.scrolled .accessgate .header-logo--white {
	opacity: 0;
}

.accessgate .header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 30px;
}

.accessgate .header-menu__item {
	margin: 0 20px 0 0;
}

.accessgate .header-menu__link {
	margin: 0 0 0 18px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3px 0;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	letter-spacing: 0;
}

.scrolled .accessgate .header-menu__link {
	color: #0f183b;
}

.accessgate .header-menu__link:before {
	content: "";
	border-top: solid 6px #fff;
	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
	margin: 0 5px 0 0;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: -14px;
}

.scrolled .accessgate .header-menu__link:before {
	border-top: solid 6px #00c0ad;
}

.accessgate .header-menu__link:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 0;
	height: 1px;
	background-color: #00c0ad;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.accessgate .header-menu__link:hover {
	color: #00c0ad;
}

.accessgate .header-menu__link:hover:before {
	border-top: solid 6px #00c0ad;
}

.accessgate .header-menu__link:hover:after {
	width: 100%;
}

.accessgate .header-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.accessgate .header-btn__item {
	margin: 0 10px 0 0;
}

.accessgate .header-btn__item:last-child {
	margin: 0;
}

.scrolled .accessgate .header .btn--white {
	border: solid 1px #0061b6;
}

.scrolled .accessgate .header .btn--white:hover {
	border-color: #00c0ad;
}

.accessgate .mainVis {
	background-image: url("../img/main_pc.jpg");
	background-position: left center;
	background-size: cover;
	padding: 182px 0 146px;
}

.accessgate .mainVis__inner {
	max-width: 1400px;
	width: calc(100% - 200px);
	margin: auto;
}

.accessgate .mainVis__contents {
	display: inline-block;
}

.accessgate .mainVis-logo {
	width: 182px;
	display: block;
	margin: auto;
}

.accessgate .mainVis-img {
	max-width: 250px;
	margin: auto;
}

.accessgate .mainVis__heading {
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.2em;
}

.accessgate .mainVis__heading span {
	font-size: 40px;
	color: #00c0ad;
}

.accessgate .mainVis__heading span.cross {
	height: 36px;
	width: 36px;
	display: inline-block;
	position: relative;
	margin: 0px 5px -3px 0px;
}

.accessgate .mainVis__heading span.cross:before,
.accessgate .mainVis__heading span.cross:after {
	content: "";
	height: 2px;
	width: 50px;
	background-color: #00c0ad;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.accessgate .mainVis__heading span.cross:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.accessgate .mainVis-feature {
	border: solid 1px #006E72;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0 0;
	position: relative;
}

.accessgate .mainVis-feature:before {
	content: "";
	position: absolute;
	width: 15px;
	border-top: solid 3px #00c0ad;
	border-bottom: solid 3px #00c0ad;
	height: calc(100% + 4px);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: -2px;
}

.accessgate .mainVis-feature:after {
	content: "";
	position: absolute;
	width: 3px;
	border-top: solid 13px #00c0ad;
	border-bottom: solid 13px #00c0ad;
	height: calc(100%);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: -2px;
}

.accessgate .mainVis-feature__item {
	width: calc(100% / 3);
	padding: 14px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	border-left: solid 1px #006E72;
	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: relative;
}

.accessgate .mainVis-feature__item:before {
	content: "";
	position: absolute;
	width: 15px;
	border-top: solid 3px #00c0ad;
	border-bottom: solid 3px #00c0ad;
	height: calc(100% + 4px);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -2px;
	right: auto;
	left: 0;
	width: 20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.accessgate .mainVis-feature__item:after {
	content: "";
	position: absolute;
	width: 3px;
	border-top: solid 13px #00c0ad;
	border-bottom: solid 13px #00c0ad;
	height: calc(100%);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -2px;
}

.accessgate .mainVis-feature__item:first-child {
	border-left: 0;
	position: relative;
}

.accessgate .mainVis-feature__item:first-child:before {
	content: "";
	position: absolute;
	width: 15px;
	border-top: solid 3px #00c0ad;
	border-bottom: solid 3px #00c0ad;
	height: calc(100% + 4px);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -2px;
}

.accessgate .mainVis-feature__item:first-child:after {
	content: "";
	position: absolute;
	width: 3px;
	border-top: solid 13px #00c0ad;
	border-bottom: solid 13px #00c0ad;
	height: calc(100%);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -2px;
}

.accessgate .section {
	padding: 150px 0;
}

.accessgate .section__inner {
	max-width: 1080px;
	width: calc(100% - 40px);
	margin: auto;
}

.accessgate .section__heading {
	text-align: center;
	color: #0f183b;
	font-size: 40px;
	line-height: 1.45;
}

.accessgate .section__heading--white {
	color: #fff;
}

.accessgate .section__heading-sub {
	font-family: 'Roboto', sans-serif;
	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;
	font-size: 20px;
	color: #00c0ad;
	margin: 0 0 10px 0;
}

.accessgate .section__heading-sub:before,
.accessgate .section__heading-sub:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #00c0ad;
	display: block;
	margin: 0 20px;
}

.accessgate .list__contents {
	width: 100%;
	padding: 0 0 0 96px;
}

.accessgate .list__heading {
	font-size: 28px;
	color: #00c0ad;
	position: relative;
	letter-spacing: 0;
}

.accessgate .list__heading:before {
	counter-increment: number 1;
	content: "" counter(number, decimal-leading-zero);
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	width: 80px;
	height: 80px;
	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;
	background-image: url("../img/number-bg.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #0f183b;
	position: absolute;
	right: calc(100% + 16px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 0;
}

.accessgate .userVoice {
	padding: 100px 0;
	position: relative;
	z-index: 1;
}

.accessgate .userVoice:after {
	content: "";
	border-top: solid 40px #fff;
	border-right: solid 40px transparent;
	border-left: solid 40px transparent;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: 1;
}

.accessgate .userVoice__contents {
	font-size: 20px;
	text-align: center;
}

.accessgate .solution {
	position: relative;
	z-index: 0;
	background-color: #0f183b;
	padding-bottom: 118px;
	color: #fff;
}

.accessgate .solution:after {
	content: "";
	height: 360px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#003D71), to(rgba(15, 24, 59, 0)));
	background-image: linear-gradient(#003D71 0%, rgba(15, 24, 59, 0) 100%);
	position: absolute;
	display: block;
}

.accessgate .solution__lead {
	font-size: 30px;
	text-align: center;
	line-height: 1.8;
}

.accessgate .solution__lead span {
	display: inline-block;
}

.accessgate .solution__lead .color {
	font-size: 40px;
	color: #00c0ad;
}

.accessgate .solution__arrow {
	width: 40px;
	margin: auto;
}

.accessgate .support {
	padding: 100px 0 0;
	position: relative;
	z-index: 1;
}

.accessgate .support__inner {
	position: relative;
}

.accessgate .support:after {
	content: "";
	border-bottom: solid 40px #fff;
	border-right: solid 40px transparent;
	border-left: solid 40px transparent;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: 1;
}

.accessgate .support__heading {
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
}

.accessgate .support__heading .color {
	color: #0061b6;
	display: inline;
}

.accessgate .support-icon {
	position: absolute;
	height: 120px;
	width: auto;
}

.accessgate .support-icon-1 {
	top: -40px;
	right: calc(50% + 380px);
}

.accessgate .support-icon-2 {
	top: 90px;
	right: calc(50% + 430px);
}

.accessgate .support-icon-3 {
	top: -40px;
	left: calc(50% + 380px);
}

.accessgate .support-icon-4 {
	top: 90px;
	left: calc(50% + 430px);
}

.accessgate .support-bg {
	margin: 60px 0 0 0;
}

.accessgate .point {
	background-color: #0f183b;
	color: #fff;
}

.accessgate .point-list {
	counter-reset: number 0;
}

.accessgate .point-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 35px 0 0;
}

.accessgate .point-list__item:first-child {
	margin: 0;
}

.accessgate .point-list__item:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.accessgate .point-list__item:nth-child(odd) .point-list__img {
	margin: 0 0 0 50px;
}

.accessgate .point-list__img {
	width: 37%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 50px 0 0;
}

.accessgate .service-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accessgate .service-table > * {
	width: calc((100% - 20px)/2);
}

.accessgate .service-table__item {
	background-color: #cdd6dd;
}

.accessgate .service-table__heading {
	font-size: 24px;
	height: 70px;
	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;
}

.accessgate .service-table__heading--blue {
	background-color: #0061b6;
	color: #fff;
}

.accessgate .service-table__heading--green {
	background-color: #00c0ad;
}

.accessgate .service-table__contents {
	width: 100%;
	padding: 20px;
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0 auto;
}

.accessgate .service-table__desc {
	background-color: #fff;
	border: 0;
	text-align: center;
	border-radius: 8px;
	font-size: 16px;
	padding: 13px 5px;
}

.accessgate .service-table__desc span {
	font-size: 14px;
}

.accessgate .contact {
	background: linear-gradient(135deg, #007491, #003D71);
	padding: 100px 0 155px;
	position: relative;
	z-index: 0;
	color: #fff;
}

.accessgate .contact:after {
	content: "";
	width: 100%;
	height: 200px;
	background-image: url("../img/contact-bg.svg");
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.accessgate .contact-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accessgate .contact-list > * {
	width: calc((100% - 40px)/2);
}

.accessgate .contact-card {
	text-decoration: none;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 20px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 15px rgba(17, 23, 51, 0.25);
	box-shadow: 0 0 15px rgba(17, 23, 51, 0.25);
	color: #0f183b;
}

.accessgate .contact-card__img {
	width: 70px;
	height: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
}

.accessgate .contact-card__img path {
	fill: #0061b6;
}

.accessgate .contact-card__img.portrait svg {
	height: 100%;
	width: auto;
}

.accessgate .contact-card__contents {
	min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 20px 0 30px;
	padding: 0 0 0 30px;
	border-left: solid 2px #0061b6;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.accessgate .contact-card__heading {
	font-size: 28px;
	color: #0061b6;
	margin: 0;
}

.accessgate .contact-card__desc {
	font-size: 14px;
	word-break: break-all;
}

.accessgate .contact-card:after {
	content: "";
	width: 36px;
	height: 36px;
	background-image: url("../img/btn-arrow-blue.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 0 auto;
}

.accessgate .contact-card:hover {
	background-color: #00c0ad;
	color: #fff;
}

.accessgate .contact-card:hover path {
	fill: #fff;
}

.accessgate .contact-card:hover .contact-card__heading {
	color: #fff;
}

.accessgate .contact-card:hover .contact-card__heading:after {
	background-image: url("../img/btn-arrow.svg");
}

.accessgate .contact-card:hover .contact-card__contents {
	border-color: #fff;
}

.accessgate .contact-card:hover:after {
	background-image: url("../img/btn-arrow.svg");
}

.accessgate .contact-bnr {
	padding: 45px 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px #c3d1e6;
	box-shadow: 0 0 15px #c3d1e6;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accessgate .contact-bnr__heading {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.accessgate .scene {
	background-color: #0f183b;
	color: #fff;
	padding-bottom: 172px;
}

.accessgate .scene-list {
	counter-reset: number 0;
}

.accessgate .scene-list__item {
	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: space-between;
	margin: 80px 0 0;
}

.accessgate .scene-list__item:first-child {
	margin: 0;
}

.accessgate .scene-list__item > * {
	width: calc(50% - 30px);
}

.accessgate .scene-list__img--md {
	display: none;
}

.accessgate .scene-list__img--pc {
	display: block;
}

.accessgate .fixedBnr {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 41;
	width: 280px;
}

.accessgate .fixedBnr:before {
	content: "";
	display: block;
	height: 6px;
	width: 100%;
	background-color: #0061b6;
}

.accessgate .fixedBnr__btn {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 24px;
	height: 24px;
	background-color: #0061b6;
	z-index: 10;
	cursor: pointer;
}

.accessgate .fixedBnr__btn:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 60%;
	left: 50%;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.accessgate .fixedBnr__btn:after {
	display: none;
}

.accessgate .fixedBnr__hide {
	padding: 12px 20px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 -6px 15px rgba(15, 24, 59, 0.4);
	box-shadow: 0 -6px 15px rgba(15, 24, 59, 0.4);
	display: block;
}

.accessgate .fixedBnr__contents {
	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;
	text-decoration: none;
}

.accessgate .fixedBnr__img {
	height: 60px;
	width: auto;
	margin: 0 18px 0 0;
}

.accessgate .fixedBnr__heading {
	font-size: 16px;
	line-height: 1.37;
	letter-spacing: 0;
}

.accessgate .open .fixedBnr__btn:before,
.accessgate .open .fixedBnr__btn:after {
	content: "";
	width: 16px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	border: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.accessgate .open .fixedBnr__btn:after {
	display: block;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

#page-top.hide {
	opacity: 0 !important;
}

@media (min-width: 641px) {

.accessgate .anker {
	padding-top: 80px;
	margin-top: -80px;
}

.accessgate .text-center--pc {
	text-align: center;
}

.accessgate .solution__lead {
	position: relative;
	border-left: solid 1px rgba(0, 192, 173, 0.5);
}

.accessgate .solution__lead:before {
	content: "";
	position: absolute;
	width: 15px;
	border-top: solid 3px #00c0ad;
	border-bottom: solid 3px #00c0ad;
	height: calc(100% + 4px);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -2px;
}

.accessgate .solution__lead:after {
	content: "";
	position: absolute;
	width: 3px;
	border-top: solid 13px #00c0ad;
	border-bottom: solid 13px #00c0ad;
	height: calc(100%);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -2px;
}

.accessgate .solution__lead p {
	position: relative;
	border-right: solid 1px rgba(0, 192, 173, 0.5);
}

.accessgate .solution__lead p:before {
	content: "";
	position: absolute;
	width: 15px;
	border-top: solid 3px #00c0ad;
	border-bottom: solid 3px #00c0ad;
	height: calc(100% + 4px);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: -2px;
}

.accessgate .solution__lead p:after {
	content: "";
	position: absolute;
	width: 3px;
	border-top: solid 13px #00c0ad;
	border-bottom: solid 13px #00c0ad;
	height: calc(100%);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: -2px;
}

}

@media (min-width: 641px) and (max-width: 640px) {

.accessgate .solution__lead:before {
	border-top: solid 2px #00c0ad;
	border-bottom: solid 2px #00c0ad;
	width: 10px;
}

.accessgate .solution__lead:before {
	left: -1px;
}

.accessgate .solution__lead:after {
	width: 2px;
	height: calc(100% + 2px);
	border-top: solid 8px #00c0ad;
	border-bottom: solid 8px #00c0ad;
}

.accessgate .solution__lead:after {
	left: -1.5px;
}

.accessgate .solution__lead p:before {
	border-top: solid 2px #00c0ad;
	border-bottom: solid 2px #00c0ad;
	width: 10px;
}

.accessgate .solution__lead p:before {
	right: -1px;
}

.accessgate .solution__lead p:after {
	width: 2px;
	height: calc(100% + 2px);
	border-top: solid 8px #00c0ad;
	border-bottom: solid 8px #00c0ad;
}

.accessgate .solution__lead p:after {
	right: -1.5px;
}

}

@media (max-width: 1070px) {

.accessgate .sp-center {
	text-align: center;
}

.accessgate .tab {
	display: block !important;
}

.accessgate .tab-i {
	display: inline-block !important;
}

.accessgate .header-menu {
	display: none;
}

.accessgate .mainVis {
	padding: 100px 0 100px;
	background-image: url("../img/main_sp.jpg");
	background-size: 600px;
	background-position: center 40%;
	background-repeat: no-repeat;
	background-color: #0f183b;
}

.accessgate .mainVis__inner {
	text-align: center;
	width: calc(100% - 40px);
}

.accessgate .mainVis-feature {
	margin: 400px 0 0;
}

.accessgate .list__contents {
	padding: 0;
}

.accessgate .list__heading {
	text-align: center;
	font-size: 22px;
}

.accessgate .list__heading:before {
	position: inherit;
	right: auto;
	top: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin: 0 auto 15px;
}

.accessgate .support-icon {
	height: 20vw;
	max-height: 120px;
	width: auto;
}

.accessgate .support-icon-1 {
	top: auto;
	bottom: 50px;
	right: calc(50% + 2%);
}

.accessgate .support-icon-2 {
	top: auto;
	bottom: 70px;
	right: calc(50% + 25%);
}

.accessgate .support-icon-3 {
	top: auto;
	bottom: 85px;
	left: calc(50% + 2%);
}

.accessgate .support-icon-4 {
	top: auto;
	bottom: 65px;
	left: calc(50% + 25%);
}

.accessgate .support-bg {
	position: relative;
	height: 43vw;
	max-height: 200px;
	margin: 60px -20px 0;
	overflow: hidden;
}

.accessgate .support-bg img {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 36%;
	max-width: initial;
	width: auto;
}

.accessgate .point-list__item {
	position: relative;
	padding: 20px  0 0;
	display: block;
}

.accessgate .point-list__item .list__heading {
	position: inherit;
}

.accessgate .point-list__item .list__heading:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.accessgate .point-list__item:nth-child(odd) .point-list__img {
	margin: 0 auto 20px auto;
}

.accessgate .point-list__img {
	margin: 0 auto 20px auto;
	max-width: 300px;
	display: block;
	width: 100%;
}

.accessgate .service-table {
	display: block;
}

.accessgate .service-table > * {
	width: 100%;
}

.accessgate .service-table__item {
	margin: 20px 0 0;
}

.accessgate .service-table__item:first-child {
	margin: 0;
}

.accessgate .contact-list {
	display: block;
}

.accessgate .contact-list > * {
	width: 100%;
}

.accessgate .contact-card {
	margin: 15px 0 0;
}

.accessgate .contact-card:first-child {
	margin: 0;
}

.accessgate .scene-list__item {
	display: block;
}

.accessgate .scene-list__item > * {
	width: 100%;
}

.accessgate .scene-list__img--md {
	display: block;
	margin: 0 auto;
}

.accessgate .scene-list__img--pc {
	display: none;
}

}

@media (max-width: 640px) {

.accessgate .pc {
	display: none !important;
}

.accessgate .sp {
	display: block !important;
}

.accessgate .pc-i {
	display: none !important;
}

.accessgate .sp-i {
	display: inline-block !important;
}

.accessgate {
	letter-spacing: 0;
}

.accessgate .btn {
	min-width: 0;
	max-width: 300px;
	width: 100%;
	font-size: 14px;
	height: 50px;
}

.accessgate .btn--arrow:before {
	height: 18px;
	width: 18px;
}

.accessgate .text-contents {
	font-size: 14px;
	line-height: 1.78;
}

.accessgate .text-contents .asterisk:after {
	margin: 5px 0 0;
}

.accessgate .text-notes {
	font-size: 11px;
}

.accessgate .header {
	display: none;
}

.accessgate .header-btn {
	display: none;
}

.accessgate .mainVis {
	background-image: none;
	padding: 30px 0 50px;
	background-size: 90%;
	background-position: center 40%;
}

.accessgate .mainVis__heading {
	font-size: 16px;
}

.accessgate .mainVis__heading span {
	font-size: 20px;
}

.accessgate .mainVis__heading span.cross {
	height: 14px;
	width: 14px;
	margin: 0px 3px 0px 0px;
}

.accessgate .mainVis__heading span.cross:before,
.accessgate .mainVis__heading span.cross:after {
	width: 20px;
}

.accessgate .mainVis-feature {
	margin: 0;
}

.accessgate .mainVis-feature:before {
	border-top: solid 2px #00c0ad;
	border-bottom: solid 2px #00c0ad;
	width: 10px;
}

.accessgate .mainVis-feature:before {
	right: -1px;
}

.accessgate .mainVis-feature:after {
	width: 2px;
	height: calc(100% + 2px);
	border-top: solid 8px #00c0ad;
	border-bottom: solid 8px #00c0ad;
}

.accessgate .mainVis-feature:after {
	right: -1.5px;
}

.accessgate .mainVis-feature__item:before {
	border-top: solid 2px #00c0ad;
	border-bottom: solid 2px #00c0ad;
	width: 10px;
}

.accessgate .mainVis-feature__item:before {
	left: -1px;
}

.accessgate .mainVis-feature__item:after {
	width: 2px;
	height: calc(100% + 2px);
	border-top: solid 8px #00c0ad;
	border-bottom: solid 8px #00c0ad;
}

.accessgate .mainVis-feature__item:after {
	left: -1.5px;
}

.accessgate .mainVis-feature__item {
	font-size: 12px;
	line-height: 1.4;
	padding: 7px 0;
}

.accessgate .mainVis-feature__item:first-child:before {
	border-top: solid 2px #00c0ad;
	border-bottom: solid 2px #00c0ad;
	width: 10px;
}

.accessgate .mainVis-feature__item:first-child:before {
	left: -1px;
}

.accessgate .mainVis-feature__item:first-child:after {
	width: 2px;
	height: calc(100% + 2px);
	border-top: solid 8px #00c0ad;
	border-bottom: solid 8px #00c0ad;
}

.accessgate .mainVis-feature__item:first-child:after {
	left: -1.5px;
}

.accessgate .section {
	padding: 50px 0;
}

.accessgate .section__heading {
	font-size: 25px;
	font-weight: bold;
}

.accessgate .section__heading--spSmall {
	font-size: 20px;
}

.accessgate .section__heading-sub {
	font-size: 15px;
}

.accessgate .section__heading-sub:before,
.accessgate .section__heading-sub:after {
	width: 25px;
	margin: 0 12px;
	margin: 0 10px;
}

.accessgate .list__heading {
	font-size: 16px;
	font-weight: bold;
}

.accessgate .userVoice:after {
	border-top: solid 20px #fff;
	border-right: solid 20px transparent;
	border-left: solid 20px transparent;
}

.accessgate .userVoice__img {
	margin: 0 -10px;
	width: calc(100% + 20px);
}

.accessgate .solution__lead {
	font-size: 15px;
	line-height: 2;
}

.accessgate .solution__lead .color {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
}

.accessgate .solution__arrow {
	width: 25px;
}

.accessgate .support {
	padding-bottom: 0;
}

.accessgate .support:after {
	border-bottom: solid 20px #fff;
	border-right: solid 20px transparent;
	border-left: solid 20px transparent;
}

.accessgate .support__heading {
	font-size: 15px;
}

.accessgate .support__heading span {
	display: inline-block;
}

.accessgate .support__heading .color {
	font-size: 25px;
	font-weight: bold;
}

.accessgate .point-list__img {
	max-width: 200px;
}

.accessgate .point-list__img--spLarge {
	max-width: 235px;
}

.accessgate .service-table__heading {
	height: 40px;
	font-size: 18px;
	font-weight: bold;
}

.accessgate .service-table__contents {
	padding: 6px 13px 13px;
	display: block;
	border-spacing: 0px;
}

.accessgate .service-table tr,
.accessgate .service-table tbody {
	display: block;
}

.accessgate .service-table__desc {
	display: block;
	margin: 6px 0 0;
	font-size: 12px;
	letter-spacing: 0;
	padding: 8px 5px;
}

.accessgate .service-table__desc span {
	font-size: 11px;
}

.accessgate .contact {
	padding: 50px 0 75px;
}

.accessgate .contact:after {
	height: 70px;
}

.accessgate .contact-card {
	padding: 18px 15px 18px 22px;
}

.accessgate .contact-card__img {
	width: 45px;
	height: 45px;
}

.accessgate .contact-card__contents {
	min-height: 70px;
	margin: 0 0 0 18px;
	padding: 0 0 0 15px;
}

.accessgate .contact-card__heading {
	font-size: 15px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accessgate .contact-card__heading:after {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("../img/btn-arrow-blue.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 0 10px;
}

.accessgate .contact-card__desc {
	font-size: 12px;
}

.accessgate .contact-card:after {
	display: none;
}

.accessgate .contact-bnr {
	padding: 20px;
	border-radius: 5px;
	display: block;
	text-align: center;
}

.accessgate .contact-bnr__heading {
	font-size: 14px;
}

.accessgate .contact .section__heading {
	font-size: 21px;
}

.accessgate .scene-list__item {
	margin: 50px 0 0;
}

.accessgate .scene-list__item .list__heading:before {
	height: 50px;
	width: 50px;
	font-size: 15px;
	margin: 0 auto 5px;
}

.accessgate .fixedBnr {
	width: 100vw;
	right: 0;
}

.accessgate .fixedBnr__hide {
	padding: 9px 10px 9px;
}

.accessgate .fixedBnr__contents {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accessgate .fixedBnr__contents:before {
	content: "無料";
	font-size: 15px;
	padding: 7px 10px 10px;
	background-color: #0061b6;
	color: #fff;
	border-radius: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
	margin: 0 8px 0 0;
	font-weight: bold;
}

.accessgate .fixedBnr__img {
	height: 37px;
	margin: 0 0 0 25px;
}

.accessgate .fixedBnr__heading {
	color: #0061b6;
	font-size: 21px;
	font-weight: bold;
}

}


/*# sourceMappingURL=app.css.map */
