@charset "UTF-8";

/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}
/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}
/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}
/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}
@media screen and (max-width: 920px) and (min-width: 640px) {
	html {
		transform: scale(0.6);
		transform-origin: left top;
		height: calc(100% / 0.6);
		width: calc(100% / 0.6);
	}
}
/* ==========================================================================
 * Root
 * ========================================================================== */
*, ::before, ::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	background-color: #fff;
	color: #333;
	font-family: 'Noto Sans JP',"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.8rem;
	line-height: 1.6;
	line-break: strict;
	min-width: 1080px;
	margin: 0 auto;
	overflow-x: hidden;
	transform-origin: 0 0;
}
@media screen and (max-width: 640px) {
	body {
		max-width: 640px;
		min-width: inherit;
	}
}
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link, a:visited {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	border: 0;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
	img {
		width: 100%;
	}
}
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}
/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* ==========================================================================
 * List
 * ========================================================================== */
ul, ol, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ==========================================================================
 * Arrow
 * ========================================================================== */
.arrow{
	background: url("../images/arrow.png") no-repeat bottom center;
	padding: 0 0 100px;
}
/* ==========================================================================
 * Text
 * ========================================================================== */
b, strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
p {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h2.h2__tl {
	font-size: 3.8rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	h2.h2__tl {
		font-size: 2.4rem;
	}
}
.txt--left {
	text-align: left;
}
.txt--center {
	text-align: center;
}
.txt--right {
	text-align: right;
}
.txt--unbold {
	font-weight: normal;
}
.txt--xsmall {
	font-size: 50%;
}
small, .txt--small {
	font-size: 80%;
}
.txt--large {
	font-size: 2.2rem;
}
.txt--xlarge {
	font-size: xx-large;
}
.txt--xxlarge {
	font-size: 3.8rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.txt--xxlarge {
		font-size: 2.4rem;
	}
}
.txt--red {
	color: #e50013;
}
.txt--gray {
	color: #eaeaea;
}
.txt--bold {
	font-weight: bold;
}
.txt--line-red {
	background: linear-gradient(transparent 60%, #fae4e6 60%);
}
.txt--english {
	font-family: 'Roboto';
}
.txt--notes {
	font-size: 1.2rem;
	color: #7f8c8d;
}
.txt--lineheight {
	display: block;
	margin: 20px 0 0;
}
.txt--diagonal-box {
	background: #e50013;
	color: #fff;
	display: inline-block;
	padding: 0 15px 5px;
	transform: skewX(-15deg);
}
.txt--diagonal-box span {
	display: inline-block;
	transform: skewX(15deg);
}
/* ==========================================================================
 * Spacer
 * ========================================================================== */
.mg--top10 {
	margin-top: 10px;
}
.mg--top20 {
	margin-top: 20px;
}
.mg--top30 {
	margin-top: 30px;
}
.mg--top40 {
	margin-top: 40px;
}
.mg--top50 {
	margin-top: 50px;
}
.mg--top60 {
	margin-top: 60px;
}
.mg--top70 {
	margin-top: 70px;
}
.mg--top110 {
	margin-top: 110px;
}
.mg--btm10 {
	margin-bottom: 10px;
}
.mg--btm20 {
	margin-bottom: 20px;
}
.mg--btm30 {
	margin-bottom: 30px;
}
.mg--btm40 {
	margin-bottom: 40px;
}
.mg--btm50 {
	margin-bottom: 50px;
}
.pd--btm10 {
	padding-bottom: 10px;
}
.pd--btm20 {
	padding-bottom: 20px;
}
.pd--btm30 {
	padding-bottom: 30px;
}
.pd--btm40 {
	padding-bottom: 40px;
}
.pd--btm50 {
	padding-bottom: 50px;
}
.pd--top110 {
	padding-top: 110px;
}
/* ==========================================================================
 * Common
 * ========================================================================== */
#page__container {
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}
.inner--width {
	width: 1080px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	#page__container {
		max-width: 640px;
		margin: 0 auto;
	}
	.inner--width {
		width: 100%;
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 15px;
	right: 2%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
	z-index: 998;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 1000px) and (min-width: 640px) {
	a.backtotop {
		display: none !important;
		opacity: 0 !important;
	}
}
/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
	background: #e70012;
	padding: 60px 0;
}
.cta ul {
	align-items: center;
	display: flex;
	justify-content: center;
}
.cta li:first-child {
	margin: 0 20px 0 0;
}
.cta li:last-child a {
	display: block;
	pointer-events: none;
}
@media screen and (max-width: 640px) {
	.cta {
		padding: 40px 5%;
	}
	.cta ul {
		display: block;
	}
	.cta li:first-child {
		margin: 0 0 10px;
	}
	.cta li:last-child a {
		pointer-events: auto;
	}
}
/* ==========================================================================
 * Hd
 * ========================================================================== */
.hd__list--top {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.copy__box {
	background: url("../images/main_visual.jpg") no-repeat top center;
	min-height: 469px;
}
.h1 {
	padding: 40px 0 0;
}
.hd__cta {
	margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
	.hd--top {
		background: #fff;
		box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
		padding: 20px 0 20px 6%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
	}
	.hd__list--top {
		padding: 0;
	}
	.hd__list--top > li:first-child {
		width: 100px;
	}
	.hd__list--top > li:first-child img {
		vertical-align: middle;
	}
	.copy__box {
		background: none;
		min-height: auto;
		margin: 0 0 10%;
		padding: 70px 0 0;
	}
	.h1 {
		padding: 0;
	}
	.copy__box .hd__cta {
		padding: 5% 5% 0;
		width: 100%;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		position: fixed;
		top: 5px;
		right: 10px;
		display: flex;
		height: 30px;
		justify-content: center;
		padding: 30px;
		z-index: 90;
		width: 30px;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #e70012;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		transition: all 0.5s;
		width: 100%;
	}
	.corporate-navi .gnavi__hamburger-menu {
		background: #fff;
	}
	.corporate-navi .gnavi__hamburger-menu a {
		color: #e70012;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 0;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #e70012;
		list-style: none;
		padding: 0 0 0 3%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #e70012;
		border-right: solid 2px #e70012;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.navi__link {
		background: #e70012;
	}
	.navi__link a {
		color: #fff !important;
	}
	.navi__link a::before {
		border-top: solid 2px #fff !important;
		border-right: solid 2px #fff !important;
	}
	/* /hamburger menu */
}
/* ==========================================================================
 * Gnavi(PC)
 * ========================================================================== */
.gnavi {
	background: #e70012;
	font-size: 1.8rem;
}
.gnavi__list {
	display: flex;
}
.gnavi__list li {
	align-items: center;
	display: flex;
	position: relative;
}
.gnavi__list li:last-child {
	margin-left: auto;
}
.gnavi__list a {
	color: #fff;
	display: block;
	padding: 10px 0;
}
.gnavi__list a::after {
	content: "｜";
	color: #fff;
}
.gnavi__list li:nth-child(5) a::after {
	content: "";
	padding: 0 10px 0 0;
}
.gnavi__list li:last-child a::after {
	content: "";
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 998;
    width: 100%;
}
/* ==========================================================================
 * Problem
 * ========================================================================== */
.problem {
	padding: 100px 0;
}
.problem__list {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
.problem__list li {
	border: 2px solid #eaeaea;
	border-radius: 5px;
	padding: 30px;
	width: 350px;
}
.problem__list h3 {
	padding: 160px 0 0;
	text-align: center;
}
.problem__list .problem__list-search h3 {
	background: url("../images/problem_point1.jpg") no-repeat top center;
}
.problem__list .problem__list-share h3 {
	background: url("../images/problem_point2.jpg") no-repeat top center;
}
.problem__list .problem__list-time h3 {
	background: url("../images/problem_point3.jpg") no-repeat top center;
}
.problem__list p {
	margin: 20px 0 0;
}
.problem-summary {
	margin: 100px 0 0;
	text-align: center;
}
.problem-summary-tl {
	font-size: xx-large;
	font-weight: bold;
}
.problem__arrow {
	margin: 0 0 20px;
	padding: 0 0 60px;
	position: relative;
}
.problem__arrow::after {
	content: "";
	display: block;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fbe4e5;
	height: 0;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 0;
	width: 0;
}
.problem-summary-txt {
	font-size: 3.8rem;
}
@media screen and (max-width: 640px) {
	.problem {
		padding: 40px 5%;
	}
	.problem__list {
		display: block;
		margin: 40px 0 0;
	}
	.problem__list li {
		margin: 0 0 20px;
		padding: 5%;
		width: 100%;
	}
	.problem__list li:last-child {
		margin: 0;
	}
	.problem__list p {
		margin: 10px 0 0;
	}
	.problem-summary {
		margin: 40px 0 0;
	}
	.problem-summary-tl {
		font-size: 2rem;
	}
	.problem__arrow {
		margin: 20px -5% 0;
		padding: 0 0 40px;
	}
	.problem__arrow::after {
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fbe4e5;
	}
	.problem-summary-txt {
		font-size: 2.4rem;
	}
}
/* ==========================================================================
 * Characteristic
 * ========================================================================== */
.characteristic .content__bg {
	background: #f7f7f7;
	padding: 100px 0;
}
.characteristic .content__hd {
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px;
}
.characteristic .content__hd li:first-child {
	padding: 0 40px 0 0;
	width: calc(100% - 320px);
}
.characteristic .content__hd li:last-child {
	width: 360px;
}
.characteristic .content__hd li:last-child img,
.characteristic .content__hd li:last-child video {
	width: 100%;
}
.characteristic .content__hd li h2 {
	margin: 0 0 20px;
}
.characteristic .content-before-after {
	display: flex;
	justify-content: space-between;
}
.content-before-after li:first-child {
	background: url("../images/characteristic_arrow.png") no-repeat right;
	padding: 0 115px 0 0;
}
.content-before-after li:last-child {
	position: relative;
}
.characteristic-point1 .content-before-after li:last-child::after {
	background: url("../images/characteristic_point1_after_image1.png") no-repeat right bottom;
	content: "";
	display: block;
	height: 192px;
	position: absolute;
	bottom: -1px;
	right: -40px;
	width: 163px;
}
.characteristic .content__body {
	padding: 70px 0;
}
.characteristic-point1-trouble {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
.characteristic-point1-trouble li {
	border: 2px solid #eaeaea;
	border-radius: 5px;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 30px;
	text-align: center;
	width: 350px;
}
.characteristic-point1__list {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
.characteristic-point1__list li {
	align-items: center;
	background: #fbe4e5;
	border: 2px solid #e60012;
	border-radius: 5px;
	display: flex;
	margin: 0 10px 0 0;
	padding: 30px;
	width: calc(50% - 10px);
}
.characteristic-point1__list li:last-child {
	margin: 0 0 0 10px;
}
.characteristic-point1__list li dl {
	padding: 0 0 0 103px;
}
.characteristic-point1__list li dd {
	margin: 10px 0 0;
}
.characteristic-point1__list li.characteristic-point1__list-tag dl {
	background: url("../images/characteristic_point1_tag.png") no-repeat left;
}
.characteristic-point1__list li.characteristic-point1__list-csv dl {
	background: url("../images/characteristic_point1_csv.png") no-repeat left;
}
/* point2 */
.characteristic-point2 .content-before-after li:last-child::after {
	background: url("../images/characteristic_point1_after_image2.png") no-repeat right bottom;
	content: "";
	display: block;
	height: 197px;
	position: absolute;
	bottom: -1px;
	right: -115px;
	width: 163px;
}
.characteristic-point2__list {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
.characteristic-point2__list li {
	background: #fbe4e5;
	border: 2px solid #e60012;
	border-radius: 5px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 30px;
	text-align: center;
	width: calc(33% - 10px);
}
.characteristic-point2__list li:last-child {
	margin: 0 0 0 10px;
}
.characteristic-point2__list li > span {
	display: block;
	padding: 90px 0 0;
}
.characteristic-point2__list .characteristic-point2__list-material {
	background: url("../images/characteristic_point2_material.png") no-repeat top;
}
.characteristic-point2__list .characteristic-point2__list-cloud {
	background: url("../images/characteristic_point2_cloud.png") no-repeat top 5px left 50%;
}
.characteristic-point2__list .characteristic-point2__list-share {
	background: url("../images/characteristic_point2_share.png") no-repeat top;
}
.characteristic-point2 .summary__box {
	border: 2px solid #eaeaea;
	border-radius: 5px;
	margin: 80px 0 0;
	padding: 30px;
}
.characteristic-point2 .summary__box p {
	margin: -50px 0 0;
	text-align: center;
}
.characteristic-point2 .summary__box h4 {
	font-size: 3rem;
}
.summary__box-list {
	display: flex;
	margin: 40px 0 0;
	position: relative;
}
.summary__box-list::after {
	background: url("../images/characteristic_point2_pc.png") no-repeat;
	content: "";
	display: block;
	height: 130px;
	position: absolute;
	bottom: -60px;
	left: -90px;
	width: 230px;
}
.summary__box-list li:first-child {
	margin: 0 40px 0 0;
}
.summary__box-list li:last-child  video {
	width: 360px;
}
/* point3 */
.characteristic-point3 .content-before-after li:last-child::after {
	background: url("../images/characteristic_point1_after_image3.png") no-repeat right bottom;
	content: "";
	display: block;
	height: 236px;
	position: absolute;
	bottom: -1px;
	right: -160px;
	width: 240px;
}
.characteristic-point3 .content__body {
	background: url("../images/alignment_bg.jpg") no-repeat center top;
}
.characteristic-point3 .content__body-bg {
	background: #f7f7f7;
	border: 2px solid #eaeaea;
	border-radius: 5px;
	padding: 60px 60px 40px;
}
.characteristic-point3 h3 .txt--gray {
	display: block;
	font-size: 6rem;
	margin: 0 0 -20px;
}
.characteristic-point3__list {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 0;
}
.characteristic-point3__list li {
	background: #fff;
	border-radius: 5px;
	margin: 0 0 20px 10px;
	padding: 30px;
	width: calc(50% - 10px);
}
.characteristic-point3__list li:nth-child(2n+1) {
	margin: 0 10px 20px 0;
}
.characteristic-point3__list li dt {
	margin: 0 0 20px;
	padding: 0 0 180px;
}
.characteristic-point3__list-presen dt {
	background: url("../images/alignment_example1_pic.jpg") no-repeat bottom center;
}
.characteristic-point3__list-vr dt {
	background: url("../images/alignment_example2_pic.jpg") no-repeat bottom center;
}
.characteristic-point3__list-real dt {
	background: url("../images/alignment_example3_pic.jpg") no-repeat bottom center;
}
.characteristic-point3__list-cg dt {
	background: url("../images/alignment_example4_pic.jpg") no-repeat bottom center;
}
@media screen and (max-width: 640px) {
	.characteristic .content__bg {
		padding: 40px 5%;
	}
	.characteristic .content__hd {
		display: block;
		margin: 0 0 40px;
	}
	.characteristic .content__hd li:first-child {
		margin: 0 0 20px;
		padding: 0;
		width: 100%;
	}
	.characteristic .content__hd li:last-child {
		width: 100%;
	}
	.characteristic .content-before-after {
		display: block;
	}
	.content-before-after li:first-child {
		background: url("../images/characteristic_arrow_sp.png") no-repeat bottom center / 120px;
		margin: 0 0 20px;
		padding: 0 0 100px;
	}
	.characteristic-point1 .content-before-after li:last-child::after {
		background: none;
		content: none;
	}
	.characteristic .content__body {
		padding: 40px 5%;
	}
	.characteristic-point1-trouble {
		display: block;
		margin: 20px 0 0;
	}
	.characteristic-point1-trouble li {
		margin: 20px 0 0;
		padding: 20px;
		width: 100%;
	}
	.characteristic-point1-trouble li:first-child {
		margin: 0;
	}
	.characteristic-point1__list {
		display: block;
	}
	.characteristic-point1__list li {
		display: block;
		margin: 0;
		padding: 20px;
		width: 100%;
	}
	.characteristic-point1__list li:last-child {
		margin: 20px 0 0;
	}
	.characteristic-point1__list li dl {
		padding: 0;
	}
	.characteristic-point1__list li dt {
		padding: 0 0 0 50px;
	}
	.characteristic-point1__list li.characteristic-point1__list-tag dl {
		background: none;
	}
	.characteristic-point1__list li.characteristic-point1__list-tag dt {
		background: url("../images/characteristic_point1_tag.png") no-repeat left / 30px;
	}
	.characteristic-point1__list li.characteristic-point1__list-csv dl {
		background: none;
	}
	.characteristic-point1__list li.characteristic-point1__list-csv dt {
		background: url("../images/characteristic_point1_csv.png") no-repeat left / 30px;
	}
	/* point2 */
	.characteristic-point2 .content-before-after li:last-child::after {
		background: none;
		content: none;
	}
	.characteristic-point2__list {
		display: block;
		margin: 40px 0 0;
	}
	.characteristic-point2__list li {
		margin: 0 0 20px;
		width: 100%;
	}
	.characteristic-point2__list li:last-child {
		margin: 0;
	}
	.characteristic-point2__list li > span {
		display: block;
		padding: 80px 0 0;
	}
	.characteristic-point2__list .characteristic-point2__list-material {
		background: url("../images/characteristic_point2_material.png") no-repeat top / 60px;
	}
	.characteristic-point2__list .characteristic-point2__list-cloud {
		background: url("../images/characteristic_point2_cloud.png") no-repeat top/ 60px;
	}
	.characteristic-point2__list .characteristic-point2__list-share {
		background: url("../images/characteristic_point2_share.png") no-repeat top / 60px;
	}
	.characteristic-point2 .summary__box {
		margin: 60px 0 0;
	}
	.characteristic-point2 .summary__box h4 {
		font-size: 3rem;
	}
	.summary__box-list {
		display: block;
		margin: 20px 0 0;
	}
	.summary__box-list::after {
		background: none;
		content: none;
	}
	.summary__box-list li:first-child {
		margin: 0 0 20px;
	}
	.summary__box-list li:last-child  video {
		width: 100%;
	}
	/* point3 */
	.characteristic-point3 .content-before-after li:last-child::after {
		background: none;
		content: none;
	}
	.characteristic-point3 .content__body {
		background: url("../images/alignment_bg.jpg") no-repeat center top / contain;
	}
	.characteristic-point3 .content__body-bg {
		padding: 20px;
	}
	.characteristic-point3 h3 .txt--gray {
		font-size: 3rem;
		margin: 0;
	}
	.characteristic-point3__list {
		display: block;
		margin: 30px 0 0;
	}
	.characteristic-point3__list li {
		border-radius: 5px;
		margin: 0 0 20px;
		padding: 20px;
		width: 100%;
	}
	.characteristic-point3__list li:nth-child(2n+1) {
		margin: 0 0 20px;
	}
	.characteristic-point3__list li:last-child {
		margin: 0;
	}
	.characteristic-point3__list li dt {
		margin: 0 0 20px;
		padding: 0 0 45%;
	}
	.characteristic-point3__list-presen dt {
		background: url("../images/alignment_example1_pic.jpg") no-repeat bottom center / 100%;
	}
	.characteristic-point3__list-vr dt {
		background: url("../images/alignment_example2_pic.jpg") no-repeat bottom center / 100%;
	}
	.characteristic-point3__list-real dt {
		background: url("../images/alignment_example3_pic.jpg") no-repeat bottom center / 100%;
	}
	.characteristic-point3__list-cg dt {
		background: url("../images/alignment_example4_pic.jpg") no-repeat bottom center / 100%;
	}
}
/* ==========================================================================
 * Function
 * ========================================================================== */
.function {
	background: #fae4e6;
	padding: 100px 0;
}
.function h2 {
	margin: 0 0 10px;
}
.function h2 + p {
	margin: 0 0 40px;
}
@media screen and (min-width: 641px) {
	.function__list {
		align-items: stretch;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.function__list li {
		align-items: stretch;
		background: #fff;
		border: 2px solid #e60012;
		border-bottom-left-radius: 5px;
		border-radius: 5px;
		display: flex;
		margin: 0 20px 20px 0;
		padding: 5px;
		width: calc(25% - 24px);
	}
	.function__list li:nth-child(4),
	.function__list li:last-child {
		margin: 0 0 20px;;
	}
	.function__list li .txt__box {
		align-items: center;
		display: flex;
		justify-content: center;
		padding: 10px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.function__list li .txt__box::after {
		border-left: 15px solid transparent;
		border-bottom: 15px solid #e60012;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
	}
	/*-- tooltip --*/
	.tooltip {
		position: relative;
		cursor: pointer;
	}
	.tooltip-text {
		background: #e60012;
		border: 2px solid #fff;
		border-radius: 5px;
		color: #fff;
		display: none;
		position: absolute;
		padding: 10px;
		width: 400px;
	}
	.tooltip-text:before {
		border: 15px solid transparent;
		border-top: 15px solid #e60012;
		content: "";
		margin: 0 0 0 -15px;
		position: absolute;
		top: -24px;
		right: 50%;
		transform: rotateZ(180deg);
	}
	.tooltip:hover .tooltip-text,
	.tooltip .tooltip-text:hover {
		display: inline-block !important;
		animation: fadein 0.5s linear 0s 1 both;
		top: 100px;
		left: -50px;
		z-index: 999;
	}
}
@media screen and (max-width: 640px) {
	.function {
		padding: 40px 0;
	}
	.function__list {
		padding: 0 5%;
	}
	.function__list li {
		background: #fff;
		border: 2px solid #e60012;
		border-radius: 5px;
		margin: 0 0 20px;
	}
	.function__list li .txt__box {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 10px 20px;
	}
	.function__list li .txt__box.plus::after {
		content: "+";
		color: #e60012;
		font-size: 3rem;
	}
	.function__list li .txt__box.minus::after {
		content: "-";
		color: #e60012;
		font-size: 3rem;
	}
	.tooltip-text {
		display: none;
		padding: 0 5% 5%;
	}
}
/* ==========================================================================
 * Voice
 * ========================================================================== */
.voice {
	background: url("../images/voice_bg.jpg") no-repeat top center;
	padding: 100px 0;
}
.voice__list {
	margin: 80px 0 0;
}
.voice__list-kashima {
	background: url("../images/voice_kashima.jpg") no-repeat right top;
	padding: 0 450px 0 0;
}
.voice__list dd > span {
	display: block;
}
.voice__list-haseko {
	background: url("../images/voice_haseko.jpg") no-repeat left top;
	margin: 60px 0 0;
	padding: 0 0 0 450px;
}
@media screen and (max-width: 640px) {
	.voice {
		background: url("../images/voice_bg.jpg") no-repeat top center / contain;
		padding: 60px 0;
	}
	.voice__company {
		margin: 40px 5% 0;
	}
	.voice__company li {
		background: #333;
		color: #fff;
		display: block;
		margin: 0 0 10px;
		padding: 10px 15px 10px;
		transform: skewX(-15deg);
		text-align: center;
	}
	.voice__company li span {
		display: inline-block;
		transform: skewX(15deg);
	}
	.voice__list {
		margin: 40px 5% 0;
	}
	.voice__list-kashima {
		background: none;
		padding: 0;
	}
	.voice__list-kashima dt {
		background: url("../images/voice_kashima.jpg") no-repeat bottom / 100%;
		padding: 0 0 65%;
		text-align: center;
	}
	.voice__list dd span {
		margin: 20px 0 0;
		text-align: center;
	}
	.voice__list-haseko {
		border-top: 1px dotted #999;
		background: none;
		padding: 40px 0 0;
		margin: 40px 0 0;
	}
	.voice__list-haseko dt {
		background: url("../images/voice_haseko.jpg") no-repeat bottom / 100%;
		padding: 0 0 65%;
		text-align: center;
	}
}
/* ==========================================================================
 * Flow
 * ========================================================================== */
.flow {
	background: #fae4e6;
}
.flow h2 {
	margin: 0 0 40px;
}
.flow__bg {
	padding: 100px 0;
	position: relative;
}
.flow__bg::after {
	background: url("../images/flow_image.png") no-repeat right;
	content: "";
	display: block;
	height: 166px;
	position: absolute;
	bottom: 0;
	right: -60px;
	width: 151px;	
}
.flow__list {
	align-items: stretch;
	display: flex;
	justify-content: center;
}
.flow .flow__list li {
	align-items: center;
	background: #fff;
	border: 2px solid #e80012;
	border-radius: 5px;
	display: flex;
	font-weight: bold;
	justify-content: center;
	margin: 0 40px 0 0;
	padding: 30px;
	position: relative;
	width: 350px;
}
.flow .flow__list li::after {
	border-left: 15px solid #e80012;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -30px;
	width: 0;
}
.flow .flow__list li:last-child::after {
	content: none;
}
.step1 p a {
	align-items: center;
	display: flex;
	position: relative;
}
.step1 p a::after {
	border: 2px solid;
	border-color: #e80012 #e80012 transparent transparent;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	width: 15px;
}
.step1 span {
	align-items: center;
	background: #e80012;
	border-radius: 50px;
	color: #fff;
	display: flex;
	height: 50px;
	font-size: 1.4rem;
	justify-content: center;
	margin: 0 10px 0 0;
	text-align: center;
	width: 50px;
}
@media screen and (max-width: 640px) {
	.flow__bg {
		padding: 40px 0;
	}
	.flow__bg::after {
		content: none;
	}
	.flow__list {
		display: block;
	}
	.flow .flow__list {
		padding: 0 5%;
	}
	.flow .flow__list li {
		margin: 0 0 40px;
		padding: 5%;
		width: 100%;
	}
	.flow .flow__list li::after {
		border-top: 15px solid #e80012;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		top: auto;
		bottom: -45px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		left: 50%;
		right: auto;
		width: 0;
	}
	.flow .flow__list li:last-child {
		margin: 0;
	}
	.step1 p a {
		align-items: center;
		display: flex;
		position: relative;
	}
	.step1 p a::after {
		border: 2px solid;
		border-color: #e80012 #e80012 transparent transparent;
		content: "";
		display: block;
		height: 15px;
		position: absolute;
		right: -20px;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
		width: 15px;
	}
	.step1 span {
		align-items: center;
		background: #e80012;
		border-radius: 50px;
		color: #fff;
		display: flex;
		height: 50px;
		font-size: 1.4rem;
		justify-content: center;
		margin: 0 10px 0 0;
		text-align: center;
		width: 50px;
	}
}
/* ==========================================================================
 * Question
 * ========================================================================== */
.question {
	padding: 100px 0;
}
.question h2 {
	margin: 0 0 40px;
}
.question li {
	border: 2px solid #eaeaea;
	border-radius: 5px;
	margin: 0 0 20px;
	padding: 30px;
}
.question li:last-child {
	margin: 0;
}
.question li dt {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: large;
	font-weight: bold;
	position: relative;
	justify-content: flex-start;
}
.question li dt::before {
	content: "Q.";
	color: #e80012;
	font-size: 2.6rem;
	padding: 0 10px 0 0;
}
.question li dd::before {
	content: "A.";
	color: #e80012;
	font-size: 2.6rem;
	font-weight: bold;
	padding: 0 10px 0 0;
}
.question li dd {
	display: none;
	margin: 0 0 0 32px;
	text-indent: -32px;
}
.question li dd .question__btn {
	background: #000;
	border-radius: 50px;
	color: #fff;
	display: block;
	margin: 5px 0 0;
	padding: 5px 0;
	text-align: center;
	text-indent: 0;
	width: 300px;
}
.question li dt.plus::after {
	content: "＋";
	color: #e60012;
	font-size: 4rem;
	margin: 0 0 0 auto;
}
.question li dt.minus::after {
	content: "ー";
	color: #e60012;
	font-size: 4rem;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
	.question {
		padding: 40px 5%;
	}
	.question li {
		padding: 20px;
	}
	.question li dd .question__btn {
		width: 100%;
	}
	.question li dt.plus::after {
		content: "+";
		color: #e60012;
		font-size: 4rem;
		margin: 0 0 0 auto;
		padding: 0 0 0 10px;
	}
	.question li dt.minus::after {
		content: "-";
		color: #e60012;
		font-size: 4rem;
		margin: 0 0 0 auto;
		padding: 0 0 0 10px;
	}
}
/* ==========================================================================
 * Company
 * ========================================================================== */
.company {
	background: #f7f7f7;
	padding: 100px 0 0;
}
.company__list {
	/* background: url("../images/company_pic.png") no-repeat right top; */
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
	padding: 0 328px 0 0;
}
.company__list dt {
	margin: 0 0 20px;
	width: 150px;
}
.company__list dd {
	margin: 0 0 20px;
	width: calc(100% - 150px);
}
.company__list a {
	pointer-events: none;
}
.company-map iframe {
	border: none;
	height: 400px;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.company {
		padding: 40px 0 0;
	}
	.company__list {
		/* background: url("../images/company_pic.png") no-repeat bottom / 80%; */
		display: block;
		flex-wrap: wrap;
		margin: 0 0 40px;
		padding: 0 5% 0;
	}
	.company__list dt {
		border-bottom: 1px dotted #999;
		margin: 0 0 10px;
		padding: 0 0 10px;
		width: 100%;
	}
	.company__list dd {
		width: 100%;
	}
	.company__list a {
		text-decoration: underline;
	}
	.company__list a {
		pointer-events: auto;
	}
	.company-map iframe {
		border: none;
		height: 200px;
		width: 100%;
	}
}
/* ==========================================================================
 * Ft
 * ========================================================================== */
.ft {
	text-align: center;
}
.ft a {
	text-decoration: underline;
}
.ft .link {
	padding: 60px 0;
}
.ft .copy {
	background: #e70012;
	color: #fff;
	font-size: small;
	padding: 20px 0;
}
@media screen and (max-width: 640px) {
	.ft .link {
		padding: 20px 0;
	}
}