@charset "utf-8";
/*---------------------- information ----------------------*/
.information {
	max-width: 1100px;
	margin: 30px auto;
	padding: 20px;
	box-sizing: border-box;
	border: 4px double #EF3336;
	font-size: 18px;
	background-color: #FFF;
}
.information .title {
	color: #FF0000;
	font-weight: 700;
	margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
	.information {
		margin: 6%;
		padding: 15px;
		font-size: 16px;
	}
}
/*---------------------- mainBanner ----------------------*/
#mainBanner {
	margin: 0px auto;
	position: relative;
	padding: 45.6% 0 50px;
	background-color: #FFF;
}
#mainBanner .mainBannerInner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
}
#mainBanner .slider {
	display: none;
	margin: 0 0 50px;
}
#mainBanner .slider.slick-initialized {
	display: block;
}
#mainBanner li.banner img {
	width: 100%;
}
#mainBanner .slick-dots {
	bottom: -60px;
	display: none;
}
#mainBanner .slick-dots li button:before {
	font-size: 10px !important;
	opacity: 1.0;
	color: #D6D6D6;
}
#mainBanner .slick-dots li.slick-active button:before {
	opacity: 1.0;
	color: #139D8D;
}
@media screen and (max-width: 767px) {
	#mainBanner {
		padding: 45.6% 0 25px;
	}
	#mainBanner .slider {
		display: none;
		margin: 0 0 25px;
	}
	#mainBanner .slick-dots {
		bottom: -35px;
	}
}
/*---------------------- floatingBanner ----------------------*/
@media screen and (min-width: 768px) {
	#floatingBanner .banner {
		position: fixed;
		top: 50%;
		right: 0;
		z-index: 10;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#floatingBanner .banner .photo {
		position: absolute;
		z-index: 15;
	}
	#floatingBanner .banner01 .photo {
		top: -35px;
		left: -10px;
	}
	#floatingBanner .banner02 .photo {
		top: -20px;
		left: -12px;
	}
	#floatingBanner .banner03 {
		display: none;
	}
	#floatingBanner .banner a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
		font-size: 13px;
		letter-spacing: 0.045em;
		color: #FFF;
		width: 60px;
		height: 185px;
		padding: 25px 10px 0 0;
		box-sizing: border-box;
		border-radius: 5px 0 0 5px;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	}
	#floatingBanner .banner a span {
		width: 100%;
		height: 100%;
		z-index: 10;
		font-weight: 700;
	}
	#floatingBanner .banner a span:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		display: block;
		z-index: -1;
		transition: 0.3s;
	}
	#floatingBanner .banner a span:hover:before {
		height: 100%;
	}
	#floatingBanner .banner01 {
		margin-top: -135px;
	}
	#floatingBanner .banner01 a {
		background: linear-gradient(#139d8d 0%, #4cb796 100%);
	}
	#floatingBanner .banner01 a span:before {
		background-color: #0F7165;
	}
	#floatingBanner .banner02 {
		margin-top: 80px;
	}
	#floatingBanner .banner02 a {
		padding: 30px 10px 0 0;
		background: linear-gradient(#3d495a 0%, #3c4f60 14.28%, #2e90a2 100%);
	}
	#floatingBanner .banner02 a span:before {
		background-color: #2A3441;
	}
}
@media screen and (max-width: 767px) {
	#floatingBanner .banner01, #floatingBanner .banner02 {
		display: none;
	}
	#floatingBanner .banner03 {
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 1000;
	}
	#floatingBanner .closeBtn {
		display: block;
		position: relative;
		z-index: 1;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: #EEE;
		margin: 0 0 5px 125px;
	}
	#floatingBanner .closeBtn::before, #floatingBanner .closeBtn::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 20px;
		background: #616161;
	}
	#floatingBanner .closeBtn::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	#floatingBanner .closeBtn::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
}
/*---------------------- lineup ----------------------*/
#lineup {
	background-color: #FFF;
	padding: 0 0 110px;
}
#lineup h2 {
	text-align: center;
	margin: 0 0 15px;
}
#lineup h2:before {
	font-weight: 700;
}
#lineup h2 .main {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
#lineup .desc {
	font-size: 13px;
	font-weight: 500;
	line-height: 2.0;
	color: #586264;
	margin: 0 0 65px;
}
#lineup .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 0 0 10px;
	margin: 0 0 15px;
	border-left: 4px solid #139D8D;
}
#lineup h3 {
	margin-right: 10px;
}
#lineup h3 .jp {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.015em;
	line-height: normal;
	display: block;
}
#lineup .title p {
	font-size: 12px;
	color: #555;
	line-height: 1.3;
	letter-spacing: 0.045em;
}
#lineup .prevArrow {
	position: absolute;
	top: -90px;
	right: 100px;
}
#lineup .nextArrow {
	position: absolute;
	top: -90px;
	right: 10px;
}
#lineup .prevArrow span, #lineup .nextArrow span {
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #707070;
	font-size: 0;
	position: relative;
}
#lineup .prevArrow.slick-disabled span, #lineup .nextArrow.slick-disabled span {
	border: 1px solid #F0F0F0;
}
#lineup .prevArrow span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-left: 2px solid #707070;
	border-bottom: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#lineup .nextArrow span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#lineup .prevArrow.slick-disabled span::after {
	border-left: 2px solid #F0F0F0;
	border-bottom: 2px solid #F0F0F0;
}
#lineup .nextArrow.slick-disabled span::after {
	border-top: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
}
#lineup .lineupContainer ul:not(.slider) {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#lineup .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
#lineup .slick-slide {
	height: auto !important;
}
#lineup .lineupContainer li a {
	display: block;
}
#lineup .lineupContainer li .photo {
	background-color: #F8F8F8;
	border-radius: 10px;
	margin: 0 0 10px;
}
#lineup .lineupContainer li .photo .specialPrice {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.1;
	color: #FFF;
	width: 65px;
	height: 55px;
	padding: 8px 10px 0;
	box-sizing: border-box;
	text-align: center;
	background-color: #AF1110;
	border-radius: 10px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#lineup .lineupContainer li .photo img {
	display: block;
}
#lineup .lineupContainer li .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#lineup .lineupContainer li h4 {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	line-height: 1.2;
}
#lineup .lineupContainer li .price {
	font-size: 22px;
	color: #D82765;
}
#lineup .lineupContainer li .price .small {
	font-size: 12px;
	font-weight: 500;
}
#lineup .lineupContainer li .price .jp {
	margin-right: 5px;
	color: #333;
}
#lineup .lineupContainer li .price .en {
	font-weight: 500;
	letter-spacing: 0.045em;
}
#lineup .lineupContainer li .dataVolume {
	color: #FFF;
	line-height: 1.0;
	background-color: #D92765;
	border-radius: 4px;
	text-align: center;
	width: 65px;
	height: 45px;
	padding: 4px 0 0;
	box-sizing: border-box;
}
#lineup .lineupContainer li .dataVolume.blue {
	background-color: #4384D1;
}
#lineup .lineupContainer li .dataVolume.black {
	background-color: #2C2C2C;
}
#lineup .lineupContainer li .dataVolume.green {
	background-color: #18C0A4;
}
#lineup .lineupContainer li .dataVolume.yellow {
	background-color: #EFE80E;
	color: #333;
}
#lineup .lineupContainer li .dataVolume .small {
	font-size: 10px;
}
#lineup .lineupContainer li .dataVolume .large {
	font-size: 14px;
	font-weight: 700;
}
#lineup .lineupContainer li .callsOnly {
	color: #333;
	background-color: #FFBF28;
	border-radius: 4px;
	text-align: center;
	width: 65px;
	line-height: 45px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	#lineup .desc {
		text-align: center;
	}
	#lineup .lineupContainer {
		max-width: 920px;
		margin: 0 auto 70px;
	}
	#lineup .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 920px;
		margin: 0 auto 70px;
	}
	#lineup .flex .lineupContainer {
		margin: 0;
	}
	#lineup .lineupContainer.satellitephone {
		margin-right: calc(64px / 6 * 2);
	}
	#lineup .prevArrow:not(.slick-disabled) span, #lineup .nextArrow:not(.slick-disabled) span {
		cursor: pointer;
		transition: all 0.3s;
	}
	#lineup .prevArrow:not(.slick-disabled) span:hover, #lineup .nextArrow:not(.slick-disabled) span:hover {
		background-color: #139D8D;
		border: 1px solid #139D8D;
	}
	#lineup .prevArrow:not(.slick-disabled) span:hover::after {
		border-left: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
	#lineup .nextArrow:not(.slick-disabled) span:hover::after {
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
	}
	#lineup .lineupContainer ul:not(.slider) li {
		width: 214px;
		margin-right: calc(64px / 6);
	}
	#lineup .lineupContainer ul:not(.slider) li:last-of-type {
		margin-right: 0;
	}
	#lineup .lineupContainer ul.slider {
		margin: 0 calc(64px / 6 * -1);
	}
	#lineup .lineupContainer .slider li {
		width: 214px !important;
		margin: 0 calc(64px / 6);
	}
	#lineup .lineupContainer li .photo {
		width: 214px;
		height: 214px;
		position: relative;
		overflow: hidden;
	}
	#lineup .lineupContainer li .photo img {
		width: 100%;
		transition: all 0.3s;
		position: absolute;
		top: 0;
		left: 0;
	}
	#lineup .lineupContainer li a:hover .photo img {
		transform: scale(1.1);
	}
	#lineup .lineupContainer li .photo .hoverModelName {
		text-align: center;
		position: absolute;
		top: 50%;
		margin-top: -15px;
		right: 0;
		left: 0;
		z-index: 1;
		transition: all 0.3s;
		visibility: hidden;
		opacity: 0;
	}
	#lineup .lineupContainer li .photo .hoverModelName.line2 {
		margin-top: -20px;
	}
	#lineup .lineupContainer li a:hover .photo .hoverModelName {
		visibility: visible;
		opacity: 1;
	}
	#lineup .lineupContainer li .photo .hoverModelName span {
		font-family: 'Outfit', sans-serif;
		font-size: 16px;
		font-weight: 600;
		color: #FFF;
		padding: 0 0 5px;
		position: relative;
		display: inline-block;
	}
	#lineup .lineupContainer li .photo .hoverModelName span.medium {
		font-size: 14px;
	}
	#lineup .lineupContainer li .photo .hoverModelName span.small {
		font-size: 12px;
	}
	#lineup .lineupContainer li .photo .hoverModelName span::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FFF;
		transition: all 0.3s;
		transform: scale(0, 1);
		transform-origin: left top;
	}
	#lineup .lineupContainer li a:hover .photo .hoverModelName span::after {
		transform: scale(1, 1);
	}
	#lineup .lineupContainer li a .photo::after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.25);
		transition: all 0.3s;
		visibility: hidden;
		opacity: 0;
	}
	#lineup .lineupContainer li a:hover .photo::after {
		visibility: visible;
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	#lineup {
		padding: 0 0 20px;
	}
	#lineup h2 {
		margin: 0 0 10px;
	}
	#lineup h2:before {
		font-size: 11.5px;
	}
	#lineup h2 .main {
		font-size: 30px;
	}
	#lineup .desc {
		font-size: 9px;
		margin: 0 6% 30px;
	}
	#lineup .lineupContainer {
		margin: 0 6% 35px;
	}
	#lineup .title {
		margin: 0 0 10px;
	}
	#lineup h3 {
		margin-right: 8px;
	}
	#lineup h3 .jp {
		font-size: 20px;
	}
	#lineup .title p {
		font-size: 9px;
	}
	#lineup .prevArrow {
		position: absolute;
		top: -55px;
		right: 65px;
	}
	#lineup .nextArrow {
		position: absolute;
		top: -55px;
		right: 5px;
	}
	#lineup .prevArrow span, #lineup .nextArrow span {
		width: 45px;
		height: 45px;
	}
	#lineup .prevArrow span::after {
		left: 20px;
		width: 8px;
		height: 8px;
	}
	#lineup .nextArrow span::after {
		right: 20px;
		width: 8px;
		height: 8px;
	}
	#lineup .lineupContainer ul {
		margin: 0 -10px;
	}
	#lineup .lineupContainer li {
		width: calc((100% - 40px) / 2);
		margin: 0 10px;
	}
	#lineup .lineupContainer li .photo {
		position: relative;
	}
	#lineup .lineupContainer li .photo .specialPrice {
		font-size: 13px;
		width: 45px;
		height: 40px;
		padding: 5px 5px 0;
	}
	#lineup .lineupContainer li .photo img {
		width: 100%;
	}
	#lineup .lineupContainer li .photo .hoverModelName {
		display: none;
	}
	#lineup .lineupContainer li h4 {
		font-size: 10px;
	}
	#lineup .lineupContainer li .price {
		font-size: 18px;
	}
	#lineup .lineupContainer li .price .small {
		font-size: 10px;
	}
	#lineup .lineupContainer li .price .jp {
		margin-right: 3px;
	}
	#lineup .lineupContainer li .dataVolume {
		width: 45px;
		height: 35px;
		padding: 0;
	}
	#lineup .lineupContainer li .dataVolume .small {
		font-size: 7px;
	}
	#lineup .lineupContainer li .dataVolume .large {
		font-size: 12px;
	}
	#lineup .lineupContainer li .callsOnly {
		width: 45px;
		line-height: 35px;
		font-size: 9px;
	}
}
/*---------------------- price ----------------------*/
#price {
	background-image: url(../images/top/price_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 60px 0 170px;
}
#price h2 {
	margin: 0 0 5px;
}
#price h2 .jp {
	font-size: 37px;
	font-weight: 700;
	display: block;
}
#price p {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 110px;
}
#price .priceGraph img {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	#price .priceGraph {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1140px;
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
	#price {
		padding: 25px 6% 40px;
	}
	#price h2 .jp {
		font-size: 25px;
	}
	#price p {
		font-size: 16px;
		margin: 0 0 30px;
	}
	#price .priceGraph div:first-of-type {
		margin: 0 0 15px;
	}
}
/*---------------------- service ----------------------*/
#service {
	padding: 65px 0 85px;
	max-width: 1155px;
	margin: auto;
}
#service h2 {
	text-align: center;
	margin: 0 0 55px;
}
#service h2 .jp {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
#basicService {
	margin: 0 0 85px;
}
#service h3 {
	border-left: 4px solid #139D8D;
	padding-left: 15px;
	margin: 0 0 45px;
}
#service h3 .jp {
	font-size: 26px;
	font-weight: 700;
	display: block;
}
#service .slider li {
	list-style-type: none;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
	padding: 0 0 75px;
}
#service .slider li img {
	width: 100%;
	display: block;
}
#service .slider li .text {
	padding: 10px 0 0;
}
#service .slider li .text h4 {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px;
}
#service .slider li .text h4.narrow {
	letter-spacing: -0.05em;
}
#service .slider li .text p {
	font-size: 12px;
	color: #707070;
	line-height: 1.7;
	padding: 0 15px;
}
#service .slider li .text p.narrow {
	letter-spacing: -0.05em;
}
#service .slider li .text p.small {
	font-size: 10px;
}
#service .slider li .text .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}
#service .slider li .text .btn a {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.035em;
	color: #FFF;
	background-color: #333;
	line-height: 45px;
	border-radius: 23px;
	text-align: center;
	display: block;
	margin: auto;
}
#service .slider li .text .btn a span {
	font-weight: 700;
}
#service .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
#service .slick-slide {
	height: auto !important;
}
#service .prevArrow {
	position: absolute;
	top: -105px;
	right: 100px;
}
#service .nextArrow {
	position: absolute;
	top: -105px;
	right: 10px;
}
#service .prevArrow span, #service .nextArrow span {
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background-color: #FFF;
	font-size: 0;
	position: relative;
}
#service .prevArrow span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-left: 2px solid #707070;
	border-bottom: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#service .nextArrow span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#service .prevArrow.slick-disabled span::after {
	border-left: 2px solid #F0F0F0;
	border-bottom: 2px solid #F0F0F0;
}
#service .nextArrow.slick-disabled span::after {
	border-top: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
}
@media screen and (min-width: 768px) {
	#service .slider {
		margin: 0 -10px;
	}
	#service .slider li {
		margin: 0 10px;
	}
	#service .slider li .text .btn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
		width: 195px;
	}
	#service .slider li .text .btn a span {
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	#service .slider li .text .btn a span:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		display: block;
		z-index: -1;
		transition: 0.3s;
		background-color: #139D8D;
	}
	#service .slider li .text .btn a span:hover:before {
		width: 100%;
	}
	#service .prevArrow:not(.slick-disabled) span, #service .nextArrow:not(.slick-disabled) span {
		cursor: pointer;
		transition: all 0.3s;
	}
	#service .prevArrow:not(.slick-disabled) span:hover, #service .nextArrow:not(.slick-disabled) span:hover {
		background-color: #139D8D;
	}
	#service .prevArrow:not(.slick-disabled) span:hover::after {
		border-left: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
	#service .nextArrow:not(.slick-disabled) span:hover::after {
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
	}
}
@media screen and (max-width: 767px) {
	#service {
		padding: 30px 6% 30px;
	}
	#service h2 {
		margin: 0 0 25px;
	}
	#service h2 .jp {
		font-size: 28px;
	}
	#basicService {
		margin: 0 0 35px;
	}
	#service h3 {
		margin: 0 0 15px;
	}
	#service h3 .en {
		font-size: 10px;
	}
	#service h3 .jp {
		font-size: 22px;
	}
	#service .slider {
		margin: 0 -5px;
	}
	#service .slider li {
		margin: 0 5px;
		padding: 0 0 75px;
	}
	#service .slider li .text h4 {
		font-size: 11px;
		margin: 0 0 10px;
	}
	#service .slider li .text p {
		font-size: 11px;
	}
	#service .slider li .text p.small {
		font-size: 10px;
	}
	#service .slider li .text .btn {
		position: absolute;
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
	#service .slider li .text .btn a {
		font-size: 12px;
	}
	#service .prevArrow {
		position: absolute;
		top: -60px;
		right: 65px;
	}
	#service .nextArrow {
		position: absolute;
		top: -60px;
		right: 5px;
	}
	#service .prevArrow span, #service .nextArrow span {
		width: 45px;
		height: 45px;
	}
	#service .prevArrow span::after {
		left: 20px;
		width: 8px;
		height: 8px;
	}
	#service .nextArrow span::after {
		right: 20px;
		width: 8px;
		height: 8px;
	}
}
/*---------------------- useCases ----------------------*/
#useCases {
	padding: 65px 0 50px;
	background-color: #FFF;
}
#useCases h2 {
	text-align: center;
	margin: 0 0 70px;
}
#useCases h2 .jp {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
#useCases ul {
	max-width: 1044px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style-type: none;
}
#useCases li {
	margin: 0 0 30px;
}
#useCases li a {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 119.5% 0 0;
	border-radius: 10px;
	color: #FFF;
}
#useCases li a .photo {
	position: absolute;
	top: 0;
	left: 0;
}
#useCases li a .photo img {
	display: block;
	width: 100%;
}
#useCases li a h3 {
	position: absolute;
	top: 170px;
	left: 30px;
	z-index: 1;
}
#useCases li a h3::before {
	font-size: 12px;
	margin: 0 0 5px;
}
#useCases li a h3 .jp {
	font-size: 16px;
	font-weight: 500;
	display: block;
}
#useCases li a p {
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0;
	position: absolute;
	top: 225px;
	left: 30px;
	right: 35px;
	z-index: 1;
}
#useCases li a .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.035em;
	position: absolute;
	left: 145px;
	bottom: 35px;
	z-index: 1;
}
#useCases li a .btn span.text {
	display: block;
	font-weight: 700;
	margin-right: 5px;
}
#useCases li a .btn span.arrow img {
	display: block;
	transition: all 0.3s;
}
@media screen and (min-width: 768px) {
	#useCases li {
		width: 318px;
		height: auto;
	}
	#useCases li a .photo {
		width: 100%;
		transition: all 0.3s;
	}
	#useCases li a:hover .photo {
		transform: scale(1.1);
	}
	#useCases li a::after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.35);
		transition: all 0.3s;
		visibility: hidden;
		opacity: 0;
	}
	#useCases li a:hover::after {
		visibility: visible;
		opacity: 1;
	}
	#useCases li a:hover .btn span.arrow img {
		transform: translateX(5px) scale(1.3);
		transform-origin: left center;
	}
}
@media screen and (max-width: 767px) {
	#useCases {
		padding: 30px 6% 10px;
	}
	#useCases h2 {
		margin: 0 0 25px;
	}
	#useCases h2 .jp {
		font-size: 24px;
		line-height: 1.2;
	}
	#useCases li {
		width: 47%;
		height: auto;
		margin: 0 0 6%;
	}
	#useCases li a::after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}
	#useCases li a h3 {
		top: 50px;
		left: 10px;
	}
	#useCases li a h3:before {
		font-size: 10px;
		margin: 0 0 5px;
	}
	#useCases li a h3 .jp {
		font-size: 12px;
	}
	#useCases li a h3 .jp.line2 {
		font-size: 10px;
		line-height: 1.2;
	}
	#useCases li a p {
		font-size: 9px;
		top: 100px;
		left: 10px;
		right: 10px;
	}
	#useCases li a .btn {
		font-size: 10px;
		right: 10px;
		left: auto;
		bottom: 10px;
	}
	#useCases li a .btn span.arrow img {
		height: 15px;
		width: 15px;
	}
}
/*---------------------- operation ----------------------*/
#operation {
	padding: 65px 0 0;
}
#operation h2 {
	text-align: center;
	margin: 0 0 60px;
}
#operation h2 .jp {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
#operation .movie {
	max-width: 800px;
	margin: 0 auto 100px;
}
#operation .movie .movieInner {
	position: relative;
	padding-top: 56.25%;
}
#operation .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#operation .operationSec {
	position: relative;
}
#operation .operationSec::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
#operation .operationSec.sec01::after {
	background-image: url(../images/top/operation_illust01.png), url(../images/top/operation_icon01.svg);
	background-repeat: no-repeat, no-repeat;
}
#operation .operationSec.sec02::after {
	background-image: url(../images/top/operation_illust02.png), url(../images/top/operation_icon02.svg);
	background-repeat: no-repeat, no-repeat;
}
#operation .operationSec.sec03::after {
	background-image: url(../images/top/operation_illust03.png), url(../images/top/operation_icon02.svg);
	background-repeat: no-repeat, no-repeat;
}
#operation .operationSec.sec04::after {
	background-image: url(../images/top/operation_illust04.png), url(../images/top/operation_icon02.svg);
	background-repeat: no-repeat, no-repeat;
}
#operation .operationSecInner .text .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 20px;
}
#operation .operationSecInner .text .title span {
	line-height: 38px;
}
#operation .operationSecInner .text .title .point {
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.165em;
	color: #139D8D;
	margin-right: 5px;
}
#operation .operationSecInner .text .title .number {
	font-family: 'Outfit', sans-serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.045em;
	color: #139D8D;
	padding-right: 15px;
	margin-right: 20px;
	border-right: 2px solid #139D8D;
}
#operation .operationSecInner .text h3 {
	font-size: 33px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0.08em;
}
#operation .operationSecInner .text h3.twoRows {
	line-height: 1.4;
	margin-top: -5px;
}
#operation .operationSecInner .text p {
	font-size: 13px;
	line-height: 2.3;
	margin: 0 0 25px;
}
#operation .operationSecInner .text .movieBtn a {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	letter-spacing: 0.035em;
	text-align: center;
	display: block;
	line-height: 45px;
	border-radius: 23px;
	transition: 0.3s;
	border: 1px solid #333;
}
#operation .operationSecInner .text .movieBtn a span {
	font-weight: 700;
}
#operation .operationSecInner .text .movieBtn a, #operation .operationSecInner .text .movieBtn a span:before {
	background-image: url(../images/top/movie_btn_icon01_black.svg);
	background-repeat: no-repeat;
	background-position: center right 15px;
}
#operation .operationSecInner .fig img {
	width: 100%;
	display: block;
}
#operation .operationSecInner .fig div:first-of-type {
	margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
	#operation .bg {
		background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #F8F8F8 50%, #F8F8F8 100%);
	}
	#operation .bg.rowReverse {
		background: linear-gradient(90deg, #F8F8F8 0%, #F8F8F8 50%, #FFF 50%, #FFF 100%);
	}
	#operation .operationSecInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		max-width: 1050px;
		margin: auto;
		background: url(../images/top/operation_bg_right_bottom.svg), linear-gradient(90deg, #FFF 0%, #FFF 965px, #F8F8F8 965px, #F8F8F8 100%);
		background-repeat: no-repeat;
		background-position: bottom right calc(85 / 1050 * 100%);
	}
	#operation .rowReverse .operationSecInner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		background: url(../images/top/operation_bg_left_bottom.svg), linear-gradient(90deg, #F8F8F8 0%, #F8F8F8 85px, #FFF 85px, #FFF 100%);
		background-repeat: no-repeat;
		background-position: bottom left calc(85 / 1050 * 100%);
	}
	#operation .operationSecInner .text {
		max-width: 475px;
	}
	#operation .operationSecInner .text .movieBtn {
		width: 200px;
	}
	#operation .operationSecInner .text .movieBtn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
	}
	#operation .operationSecInner .text .movieBtn a span {
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	#operation .operationSecInner .text .movieBtn a span::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		display: block;
		z-index: -1;
		transition: 0.3s;
		background-color: #333;
		background-image: url(../images/top/movie_btn_icon01_white.svg);
		background-repeat: no-repeat;
		background-position: center left 168px;
	}
	#operation .operationSecInner .text .movieBtn a:hover {
		color: #FFF;
	}
	#operation .operationSecInner .text .movieBtn a:hover span::before {
		width: 100%;
	}
	#operation .operationSecInner .fig {
		max-width: 540px;
		background-color: #FFF;
		border-radius: 10px;
		margin-top: -45px;
		padding: 25px 30px;
		box-sizing: border-box;
		box-shadow: 9px 8px 21px 0 rgba(107, 128, 118, 0.1);
	}
	#operation .operationSec.sec01 {
		padding: 60px 0 0;
		margin: 0 0 10px;
	}
	#operation .operationSec.sec01::after {
		background-position: right calc(50% - 535px) top 0, right calc(50% - 415px) bottom 50px;
		background-size: 194px, 214px;
	}
	#operation .operationSec.sec01 .text {
		padding: 45px 0 85px;
	}
	#operation .operationSec.sec02 {
		padding: 125px 0 60px;
	}
	#operation .operationSec.sec02::after {
		background-position: left calc(50% - 90px) top 0, left calc(50% - 160px) bottom 100px;
		background-size: 132px, 214px;
	}
	#operation .operationSec.sec02 .text {
		padding: 45px 0 55px;
	}
	#operation .operationSec.sec03 {
		padding: 75px 0 30px;
		margin: 0 0 20px;
	}
	#operation .operationSec.sec03::after {
		background-position: right calc(50% - 465px) top 0, right calc(50% - 400px) bottom 55px;
		background-size: 172px, 214px;
	}
	#operation .operationSec.sec03 .text {
		padding: 45px 0 40px;
	}
	#operation .operationSec.sec04 {
		padding: 95px 0 0;
	}
	#operation .operationSec.sec04::after {
		background-position: left calc(50% - 115px) top 0, left calc(50% - 160px) bottom 50px;
		background-size: 172px, 214px;
	}
	#operation .operationSec.sec04 .text {
		padding: 45px 0 65px;
	}
}
@media screen and (max-width: 767px) {
	#operation {
		padding: 30px 0 0;
	}
	#operation h2 {
		margin: 0 0 25px;
	}
	#operation h2 .jp {
		font-size: 25px;
	}
	#operation .movie {
		margin: 0 auto 40px;
	}
	#operation .bg {
		background-color: #FFF;
	}
	#operation .operationSecInner .text {
		margin: 0 0 25px;
	}
	#operation .operationSecInner .text .title {
		margin: 0 0 20px;
	}
	#operation .operationSecInner .text .title span {
		line-height: 26px;
	}
	#operation .operationSecInner .text .title .point {
		font-size: 10px;
	}
	#operation .operationSecInner .text .title .number {
		font-size: 24px;
		padding-right: 15px;
		margin-right: 15px;
	}
	#operation .operationSecInner .text h3 {
		font-size: 22px;
		line-height: 26px;
	}
	#operation .operationSecInner .text h3.twoRows {
		margin-top: -3px;
	}
	#operation .operationSecInner .text p {
		font-size: 12px;
		margin: 0 0 15px;
	}
	#operation .operationSecInner .text .movieBtn {
		width: 200px;
		margin: auto;
	}
	#operation .operationSec.sec01 {
		padding: 0 0 20px;
		margin: 0 0 30px;
	}
	#operation .operationSec.sec01::after {
		background-position: left 10% bottom 0, right 10% bottom 40px;
		background-size: 134px, 154px;
	}
	#operation .operationSec.sec01 .bg {
		padding: 30px 6% 100px;
	}
	#operation .operationSec.sec02 {
		padding: 0 0 45px;
	}
	#operation .operationSec.sec02::after {
		background-position: left 10% bottom 0, right 10% bottom 65px;
		background-size: 100px, 154px;
	}
	#operation .operationSec.sec02 .bg {
		padding: 30px 6% 100px;
	}
	#operation .operationSec.sec03 {
		padding: 50px 0 0;
		margin: 0 0 40px;
	}
	#operation .operationSec.sec03::after {
		background-position: right 6% top 0, right 10% bottom 20px;
		background-size: 112px, 154px;
	}
	#operation .operationSec.sec03 .bg {
		padding: 30px 6% 100px;
	}
	#operation .operationSec.sec04::after {
		background-position: left 10% bottom 0, right 10% bottom 20px;
		background-size: 112px, 154px;
	}
	#operation .operationSec.sec04 .bg {
		padding: 30px 6% 100px;
	}
}
/*---------------------- comparison ----------------------*/
#comparison {
	padding: 70px 0 0;
}
#comparison h2 {
	text-align: center;
	margin: 0 0 45px;
}
#comparison h2 .jp {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
#comparison .comparisonInner {
	max-width: 1050px;
	margin: auto;
	padding: 45px 0;
	background-color: #FFF;
	border-radius: 20px;
	text-align: center;
}
#comparison .comparisonInner h3 {
	font-size: 34px;
	font-weight: 500;
	color: #139D8D;
	margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
	#comparison {
		padding: 40px 0 0;
	}
	#comparison h2 {
		margin: 0 0 25px;
	}
	#comparison h2 .jp {
		font-size: 30px;
	}
	#comparison .comparisonInner {
		padding: 20px 6%;
		border-radius: 0;
	}
	#comparison .comparisonInner h3 {
		font-size: 19px;
		margin: 0 0 15px;
	}
	#comparison .comparisonInner img {
		max-width: 100%;
	}
}
/*---------------------- flow ----------------------*/
#flow {
	padding: 65px 0 50px;
	text-align: center;
}
#flow h2 {
	text-align: center;
	margin: 0 0 40px;
}
#flow h2 .jp {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
#flow img {
	display: block;
	max-width: 100%;
	margin: auto;
}
#flow .btn {
	margin: 30px 0 0;
}
#flow .btn a {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.035em;
	color: #FFF;
	background-color: #333;
	line-height: 45px;
	border-radius: 23px;
	text-align: center;
	display: block;
	margin: auto;
}
#flow .btn a span {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	#flow .btn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		overflow: hidden;
		width: 195px;
	}
	#flow .btn a span {
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	#flow .btn a span:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		display: block;
		z-index: -1;
		transition: 0.3s;
		background-color: #139D8D;
	}
	#flow .btn a span:hover:before {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#flow {
		padding: 30px 6% 40px;
	}
	#flow h2 {
		margin: 0 0 25px;
	}
	#flow h2 .jp {
		font-size: 28px;
	}
	#flow .btn a {
		width: 195px;
	}
}
/*---------------------- news ----------------------*/
#news {
	padding: 45px 0 45px;
	background-color: #FFF;
}
#news h2 {
	text-align: center;
	margin: 0 0 40px;
}
#news h2 .jp {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
#news .newsInner ul {
	border-top: 1px solid #D6D6D6;
	list-style-type: none;
}
#news .newsInner ul li {
	border-bottom: 1px solid #D6D6D6;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#news .newsInner ul li .date {
	font-size: 14px;
	letter-spacing: 0.015em;
}
#news .newsInner ul li .category p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.015em;
	line-height: 30px;
	width: 150px;
	text-align: center;
	border-radius: 15px;
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
}
#news .newsInner ul li .text {
	font-size: 15px;
	letter-spacing: 0.015em;
}
#news .newsInner ul li .text a {
	color: #139D8D;
	text-decoration: underline;
}
#news .newsInner .more {
	text-align: right;
	margin: 15px 0 0;
}
#news .newsInner .more a {
	font-size: 12px;
	color: #139D8D;
}
@media screen and (min-width: 768px) {
	#news {
		background-image: url(../images/top/news_bg_text.svg);
		background-repeat: no-repeat;
		background-position: left calc(50% - 520px) top 35px;
	}
	#news .newsInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1044px;
		margin: auto;
	}
	#news .newsInner h2 {
		text-align: left;
	}
	#news .newsInner h2::before {
		margin: 0 0 5px;
	}
	#news .newsInner ul {
		width: 876px;
		max-width: 876px;
	}
	#news .newsInner ul li .date {
		width: 155px;
		line-height: 30px;
		text-align: center;
	}
	#news .newsInner ul li .text {
		width: calc(100% - 155px);
		margin-top: 5px;
	}
	#news .newsInner ul li .text a {
		transition: 0.3s;
	}
	#news .newsInner ul li .text a:hover {
		text-decoration: none;
	}
	#news .newsInner .more a {
		transition: 0.3s;
	}
	#news .newsInner .more a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	#news {
		padding: 30px 6% 40px;
	}
	#news h2 {
		margin: 0 0 25px;
	}
	#news h2 .jp {
		font-size: 28px;
	}
	#news .newsInner ul li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px 10px;
	}
	#news .newsInner ul li .date {
		font-size: 12px;
		line-height: 26px;
		margin-right: 20px;
	}
	#news .newsInner ul li .category p {
		font-size: 13px;
		line-height: 26px;
		width: 150px;
		border-radius: 13px;
	}
	#news .newsInner ul li .text {
		font-size: 13px;
		width: 100%;
		margin: 10px 0 0;
	}
	#news .newsInner .more {
		margin: 10px 0 0;
	}
}